Add missing glibmm headers patch.

This commit is contained in:
Brendan Jones 2012-01-17 12:12:20 +01:00
parent a6ce3e5454
commit ead7a68a22
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <brendan.jones.it@gmail.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.20.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1,2 @@
ed40664453c9b2b61240f46ffee62f14 guitarix2-0.21.0.tar.bz2
e072f1abfe770aa6e55900e8d8bacb60 guitarix-0.21.0-glib.patch