diff --git a/SLOF.spec b/SLOF.spec index 4b06257..0594abd 100644 --- a/SLOF.spec +++ b/SLOF.spec @@ -1,4 +1,4 @@ -%global gittagdate 20121018 +%global gittagdate 20130430 %global gittag qemu-slof-%{gittagdate} Name: SLOF @@ -12,7 +12,7 @@ BuildArch: noarch # There are no upstream tarballs. To prepare a tarball, do: # -# git clone git://github.com/dgibson/SLOF.git +# git clone git://github.com/aik/SLOF.git # cd SLOF # git archive -o ../SLOF-%{gittagdate}.tar.gz \ # --prefix=SLOF-%{gittagdate}/ %{gittag} @@ -58,6 +58,9 @@ cp -a boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin %changelog +* Tue May 21 2013 Cole Robinson - 0.1.git20130430-1 +- Update to version shipped with qemu 1.5 + * Tue Feb 19 2013 Cole Robinson 0.1.git20121018-1 - Update to version shipped with qemu 1.4 diff --git a/sources b/sources index 277318f..c906114 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a97d48c024172973c979308a45f52ed SLOF-20121018.tar.gz +56049b94c8933533695d3308af3218c6 SLOF-20130430.tar.gz