From afbd71cadf1c91c4359a3403096c892aed863a50 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sep 13 2012 14:12:44 +0000 Subject: Forgot to run autoreconf after applying patch 2... --- 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 - 0.13.29-3 +- Run autoreconf after applying patch 2 as it only modifies Makefile.am + * Tue Sep 11 2012 Christophe Fergeau - 0.13.29-2 - Add patch to fix symbol versioning