From ead7a68a22d0c27ca597acba77c1fa2fd47b00ba Mon Sep 17 00:00:00 2001 From: Brendan Jones Date: Tue, 17 Jan 2012 12:12:20 +0100 Subject: [PATCH] Add missing glibmm headers patch. --- .gitignore | 1 + guitarix.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7bbef3..4a48c22 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ guitarix-0.11.0.tar.bz2 >>>>>>> eb2f8801040969d8acb50eb969b246f19feab35b /guitarix2-0.20.2.tar.bz2 /guitarix2-0.21.0.tar.bz2 +/guitarix-0.21.0-glib.patch diff --git a/guitarix.spec b/guitarix.spec index 9c5f3f3..417cd45 100644 --- a/guitarix.spec +++ b/guitarix.spec @@ -13,6 +13,8 @@ URL: http://guitarix.sourceforge.net/ Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}.tar.bz2 # to grab source from svn: sh guitarix-snapshot.sh 1245 Source1: guitarix-snapshot.sh +# add missing glibmm headers for gcc 4.7 +Patch0: guitarix-0.21.0-glib.patch BuildRequires: desktop-file-utils BuildRequires: faust @@ -70,6 +72,7 @@ also be used by any other ladspa host. %prep %setup -q -n %{name}2-%{version} +%patch0 -p1 # The build system does not use these bundled libraries by default. But # just to make sure: @@ -114,7 +117,7 @@ chmod 644 %{buildroot}/%{_datadir}/%{altname}/skins/* %changelog * Tue Jan 17 2012 Brendan Jones - 0.21.0-1 -- Update to upstream 0.21.0 +- Update to upstream 0.21.0, correct fail to build (missing glibmm headers) * Fri Jan 13 2012 Fedora Release Engineering - 0.20.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index c9c8f24..972cd07 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ ed40664453c9b2b61240f46ffee62f14 guitarix2-0.21.0.tar.bz2 +e072f1abfe770aa6e55900e8d8bacb60 guitarix-0.21.0-glib.patch