[clementine] gcc-4.6 fix

Orcan Ogetbil oget at fedoraproject.org
Thu Mar 31 04:33:37 UTC 2011


commit 466163b89d322cf103871b7ee6a0f34168c52833
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Thu Mar 31 00:33:34 2011 -0400

    gcc-4.6 fix

 clementine.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/clementine.spec b/clementine.spec
index bf84350..988d202 100644
--- a/clementine.spec
+++ b/clementine.spec
@@ -1,6 +1,6 @@
 Name:           clementine
 Version:        0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A music player and library organizer
 
 Group:          Applications/Multimedia
@@ -10,6 +10,9 @@ Source0:        http://clementine-player.googlecode.com/files/%{name}-%{version}
 # Use system gmock. Patch accepted by upstream
 # http://code.google.com/p/clementine-player/issues/detail?id=1653
 Patch0:         clementine-gmock-system.patch
+# gcc-4.6 fix. From upstream trunk
+# http://code.google.com/p/clementine-player/source/detail?r=3092
+Patch1:         clementine-gcc46.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -53,6 +56,7 @@ music.
 %prep
 %setup -q
 %patch0 -p1 -b .gmock
+%patch1 -p1 -b .gcc46
 
 # Remove all 3rdparty libraries exceph universalchardet
 # as it is not available as a separate library.
@@ -122,6 +126,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Mar 31 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7-2
+- gcc-4.6 fix
+
 * Wed Mar 30 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7-1
 - New upstream version
 - Drop all upstreamed patches


More information about the scm-commits mailing list