[libguestfs] New upstream version 1.13.24.

Richard W.M. Jones rjones at fedoraproject.org
Mon Oct 24 17:04:01 UTC 2011


commit c23b4fcc1b14994b557d2982462b4570d2896d8d
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Oct 24 17:55:06 2011 +0100

    New upstream version 1.13.24.
    
    - This version includes upstream workarounds for broken qemu, so both
      non-upstream patches have now been removed from Fedora.

 .gitignore                                         |    1 +
 ...chine-option-for-latest-qemu-thanks-Marku.patch |   74 --------------------
 ...-1.12.0-configure-force-machine-accel-tcg.patch |   25 -------
 libguestfs.spec                                    |   21 ++----
 sources                                            |    2 +-
 5 files changed, 9 insertions(+), 114 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2143bb8..b204f0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,3 +110,4 @@ libguestfs-1.5.3.tar.gz
 /libguestfs-1.13.21.tar.gz
 /libguestfs-1.13.22.tar.gz
 /libguestfs-1.13.23.tar.gz
+/libguestfs-1.13.24.tar.gz
diff --git a/libguestfs.spec b/libguestfs.spec
index eb7a302..1b3d1ce 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -29,23 +29,14 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.13.23
-Release:       1%{?dist}.1
+Version:       1.13.24
+Release:       1%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
 Source0:       http://libguestfs.org/download/1.13-development/%{name}-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
 
-# Force qemu-kvm test to run with -machine accel=tcg flag.
-Patch0:        libguestfs-1.12.0-configure-force-machine-accel-tcg.patch
-
-# Non-upstream patch to fix -machine option.  This is not upstream
-# because qemu have reverted the behaviour.  However the reverted
-# version is not yet in Rawhide so we have to keep this patch for a
-# while.
-Patch1:        0001-Fix-qemu-machine-option-for-latest-qemu-thanks-Marku.patch
-
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
 BuildRequires: /usr/bin/pod2text
@@ -519,9 +510,6 @@ for %{name}.
 %prep
 %setup -q
 
-%patch0 -p1
-%patch1 -p1
-
 mkdir -p daemon/m4
 
 # Replace developer-specific README that ships with libguestfs, with
@@ -897,6 +885,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 24 2011 Richard W.M. Jones <rjones at redhat.com> - 1:1.13.24-1
+- New upstream version 1.13.24.
+- This version includes upstream workarounds for broken qemu, so both
+  non-upstream patches have now been removed from Fedora.
+
 * Fri Oct 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1:1.13.23-1.1
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index a2b93be..a350ccc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3206f3478c87fc695062db9f79d6b17b  libguestfs-1.13.23.tar.gz
+78ebd064d71f2e1e016661306a62c18a  libguestfs-1.13.24.tar.gz


More information about the scm-commits mailing list