[libguestfs] - New upstream stable branch version 1.12.1. - Remove 4 x upstream patches.

Richard W.M. Jones rjones at fedoraproject.org
Tue Jul 26 16:17:45 UTC 2011


commit a67a388e7fa104f82e3c49375ab98a46ef1d3f33
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jul 26 17:17:16 2011 +0100

    - New upstream stable branch version 1.12.1.
    - Remove 4 x upstream patches.

 .gitignore                                         |    1 +
 ...-make-quickcheck-test-tool-args-to-be-ove.patch |   30 --------------------
 ...failed-Perl-test-configure-output-to-conf.patch |   25 ----------------
 libguestfs-1.12.0-Makefile.in-for-patch3.patch     |   11 -------
 libguestfs-1.12.0-configure-for-patch5.patch       |   11 -------
 libguestfs.spec                                    |   20 ++++---------
 sources                                            |    2 +-
 7 files changed, 8 insertions(+), 92 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f12e52..e23f785 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,3 +87,4 @@ libguestfs-1.5.3.tar.gz
 /libguestfs-1.11.19.tar.gz
 /libguestfs-1.11.20.tar.gz
 /libguestfs-1.12.0.tar.gz
+/libguestfs-1.12.1.tar.gz
diff --git a/libguestfs.spec b/libguestfs.spec
index 1bd8a8e..5220178 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -29,8 +29,8 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.12.0
-Release:       11%{?dist}
+Version:       1.12.1
+Release:       1%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -47,14 +47,6 @@ Patch1:        0001-perl-Don-t-set-CCFLAGS.patch
 # Force qemu-kvm test to run with -machine accel=tcg flag.
 Patch2:        libguestfs-1.12.0-configure-force-machine-accel-tcg.patch
 
-# Upstream patch to allow 'make quickcheck' args to be overridden.
-Patch3:        0001-build-Allow-make-quickcheck-test-tool-args-to-be-ove.patch
-Patch4:        libguestfs-1.12.0-Makefile.in-for-patch3.patch
-
-# Upstream patch to diagnose Perl configure problems.
-Patch5:        0001-build-Send-failed-Perl-test-configure-output-to-conf.patch
-Patch6:        libguestfs-1.12.0-configure-for-patch5.patch
-
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
 BuildRequires: /usr/bin/pod2text
@@ -508,10 +500,6 @@ for %{name}.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p0
 
 mkdir -p daemon/m4
 
@@ -877,6 +865,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 26 2011 Richard W.M. Jones <rjones at redhat.com> - 1:1.12.1-1
+- New upstream stable branch version 1.12.1.
+- Remove 4 x upstream patches.
+
 * Tue Jul 26 2011 Richard W.M. Jones <rjones at redhat.com> - 1:1.12.0-11
 - Bump and rebuild.
 
diff --git a/sources b/sources
index 345bcae..81bef60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fed9cdb2562cf31b02d6fffaaa51e2e  libguestfs-1.12.0.tar.gz
+b1980ac791befaa73f39ee49d84baeb8  libguestfs-1.12.1.tar.gz


More information about the scm-commits mailing list