diff --git a/.gitignore b/.gitignore index 4d13978..6611508 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /openbios-1.0-svn1061.tar.gz /openbios-1.0-svn1063.tar.gz +/openbios-1.1-svn1136.tar.gz diff --git a/openbios.spec b/openbios.spec index c0a2ef4..39bcd05 100644 --- a/openbios.spec +++ b/openbios.spec @@ -1,12 +1,12 @@ -%global svnrel 1063 -%global tarver 1.0 +%global svnrel 1136 +%global tarver 1.1 # Disable unhelpful RPM test. %global _binaries_in_noarch_packages_terminate_build 0 Name: openbios Version: %{tarver}.svn%{svnrel} -Release: 2%{?dist} +Release: 1%{?dist} Summary: OpenBIOS implementation of IEEE 1275-1994 License: GPLv2 @@ -16,7 +16,7 @@ BuildArch: noarch # There are no upstream tarballs. This tarball is prepared as follows: # # svn export -r %{svnrel} \ -# svn://username@openbios.org/openbios/trunk/openbios-devel \ +# svn://openbios.org/openbios/trunk/openbios-devel \ # %{name}-%{tarver} # tar czf %{name}-%{tarver}-svn%{svnrel}.tar.gz %{name}-%{tarver} # rm -r %{name}-%{tarver} @@ -69,7 +69,9 @@ such as coreboot or U-Boot. %build /bin/sh config/scripts/switch-arch ppc +make build-verbose V=1 %{?_smp_mflags} /bin/sh config/scripts/switch-arch sparc32 +make build-verbose V=1 %{?_smp_mflags} /bin/sh config/scripts/switch-arch sparc64 make build-verbose V=1 %{?_smp_mflags} @@ -93,6 +95,9 @@ cp -a obj-sparc64/openbios-builtin.elf $qemudir/openbios-sparc64 %changelog +* Tue May 21 2013 Cole Robinson - 1.1.svn1136-1 +- Update to openbios 1.1 for qemu 1.5 + * Thu Feb 14 2013 Fedora Release Engineering - 1.0.svn1063-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 32e386a..f4268f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdfcdad2e02cd945c9d4fbfacecf8f92 openbios-1.0-svn1063.tar.gz +24b86ac42025b117173f70ab6fe65c59 openbios-1.1-svn1136.tar.gz