Author: sergiopr
Update of /cvs/free/rpms/lastfm/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9743
Modified Files:
lastfm.spec
Added Files:
lastfm-qt45.patch
Log Message:
* Fri Apr 24 2009 Sergio Pascual <sergio.pasra at gmail.com> 1.4.2.58240-6
- 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/devel/lastfm.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lastfm.spec 29 Mar 2009 13:23:10 -0000 1.8
+++ lastfm.spec 24 Apr 2009 11:01:05 -0000 1.9
@@ -2,7 +2,7 @@
Name: lastfm
Version: 1.4.2.58240
-Release: 5%{?dist}
+Release: 6%{?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
@@ -79,8 +81,11 @@
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/32x32/apps/lastfm.png
-
+
%changelog
+* Fri Apr 24 2009 Sergio Pascual <sergio.pasra at gmail.com> 1.4.2.58240-6
+- Fixes problem with Phonon::VolumeSlider (bz #518)
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1.4.2.58240-5
- rebuild for new F11 features