[SLOF] Update to version shipped with qemu 1.4

Cole Robinson crobinso at fedoraproject.org
Wed Feb 20 00:35:38 UTC 2013


commit 4d88c27ff68342e1d72ba0206fb36c9509c419db
Author: Cole Robinson <crobinso at redhat.com>
Date:   Tue Feb 19 19:35:17 2013 -0500

    Update to version shipped with qemu 1.4

 .gitignore |    2 +-
 SLOF.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c5e4d2..2b5a6e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/SLOF-20120731.tar.gz
+/SLOF-*.tar.gz
diff --git a/SLOF.spec b/SLOF.spec
index 0e2fb96..4b06257 100644
--- a/SLOF.spec
+++ b/SLOF.spec
@@ -1,9 +1,9 @@
-%global gittagdate 20120731
+%global gittagdate 20121018
 %global gittag qemu-slof-%{gittagdate}
 
 Name:           SLOF
 Version:        0.1.git%{gittagdate}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        Slimline Open Firmware
 
 License:        BSD
@@ -58,6 +58,9 @@ cp -a boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin
 
 
 %changelog
+* Tue Feb 19 2013 Cole Robinson <crobinso at redhat.com> 0.1.git20121018-1
+- Update to version shipped with qemu 1.4
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.git20120731-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c1959a5..277318f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0333c663c9ec84bc056205393c61d60b  SLOF-20120731.tar.gz
+3a97d48c024172973c979308a45f52ed  SLOF-20121018.tar.gz


More information about the scm-commits mailing list