rpms/lastfm/F-10 lastfm-qt45.patch,NONE,1.1 lastfm.spec,1.7,1.8

Sergio Pascual sergiopr at rpmfusion.org
Fri May 29 11:25:32 CEST 2009


Author: sergiopr

Update of /cvs/free/rpms/lastfm/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23363

Modified Files:
	lastfm.spec 
Added Files:
	lastfm-qt45.patch 
Log Message:
* Fri May 29 2009 Sergio Pascual <sergio.pasra at gmail.com> 1.4.2.58240-5
- Fixes problem with Phonon::VolumeSlider (bz #518)


lastfm-qt45.patch:

--- NEW FILE lastfm-qt45.patch ---
diff -ur last.fm-1.4.2.58240/src/playcontrols.ui last.fm-1.4.2.58240.phonon/src/playcontrols.ui
--- last.fm-1.4.2.58240/src/playcontrols.ui	2007-12-18 15:18:19.000000000 +0100
+++ last.fm-1.4.2.58240.phonon/src/playcontrols.ui	2009-04-24 12:49:00.000000000 +0200
@@ -146,7 +146,7 @@
   <customwidget>
    <class>VolumeSlider</class>
    <extends>QFrame</extends>
-   <header>volumeslider.h</header>
+   <header>./volumeslider.h</header>
    <container>1</container>
   </customwidget>
  </customwidgets>


Index: lastfm.spec
===================================================================
RCS file: /cvs/free/rpms/lastfm/F-10/lastfm.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lastfm.spec	29 May 2009 08:55:50 -0000	1.7
+++ lastfm.spec	29 May 2009 09:25:32 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name: lastfm
 Version: 1.4.2.58240
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Last.fm music client
 
 Group: Applications/Multimedia
@@ -13,6 +13,7 @@
 Patch0: lastfm-prefix.patch
 Patch1: lastfm-gpod-pkgconfig.patch
 Patch2: lastfm-gcc43.patch
+Patch3: lastfm-qt45.patch
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: qt4-devel alsa-lib-devel zlib-devel
@@ -29,6 +30,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure 
@@ -81,6 +83,9 @@
 %{_datadir}/icons/hicolor/32x32/apps/lastfm.png
 
 %changelog
+* Fri May 29 2009 Sergio Pascual <sergio.pasra at gmail.com> 1.4.2.58240-5
+- Fixes problem with Phonon::VolumeSlider (bz #518)
+
 * Wed May 27 2009 Todd Zullinger <tmz at pobox.com> - 1.4.2.58240-4
 - Rebuild against libgpod-0.7.0
 



More information about the rpmfusion-commits mailing list