[spice-gtk/f18] Forgot to run autoreconf after applying patch 2...

Christophe Fergeau teuf at fedoraproject.org
Thu Sep 13 14:13:43 UTC 2012


commit e57e20462baf2f2ddc1073eb5e5e48f3b820d8df
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Sep 13 16:12:44 2012 +0200

    Forgot to run autoreconf after applying patch 2...

 spice-gtk.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/spice-gtk.spec b/spice-gtk.spec
index 41777f3..7e3ec31 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -13,7 +13,7 @@
 
 Name:           spice-gtk
 Version:        0.13.29
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A GTK+ widget for SPICE clients
 
 Group:          System Environment/Libraries
@@ -50,6 +50,8 @@ BuildRequires: pyparsing
 BuildRequires: spice-protocol
 # Hack because of bz #613466
 BuildRequires: libtool
+# For patch #2
+BuildRequires: autoconf automake
 Requires: spice-glib%{?_isa} = %{version}-%{release}
 
 %description
@@ -151,6 +153,8 @@ fi
 pushd spice-gtk-%{version}
 %patch1 -p1
 %patch2 -p1
+# Patch 2 changes Makefile.am
+autoreconf -fi
 popd
 
 %if %{with_gtk3}
@@ -270,6 +274,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
 %{_bindir}/spicy-stats
 
 %changelog
+* Thu Sep 13 2012 Christophe Fergeau <cfergeau at redhat.com> - 0.13.29-3
+- Run autoreconf after applying patch 2 as it only modifies Makefile.am
+
 * Tue Sep 11 2012 Christophe Fergeau <cfergeau at redhat.com> - 0.13.29-2
 - Add patch to fix symbol versioning
 


More information about the scm-commits mailing list