rpms/kdemultimedia/F-9 kdemultimedia-4.0.4-kmix-restore-volumes.patch, NONE, 1.1 kdemultimedia.spec, 1.108, 1.109

Lukas Tinkl (ltinkl) fedora-extras-commits at redhat.com
Mon May 19 11:08:22 UTC 2008


Author: ltinkl

Update of /cvs/extras/rpms/kdemultimedia/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17044

Modified Files:
	kdemultimedia.spec 
Added Files:
	kdemultimedia-4.0.4-kmix-restore-volumes.patch 
Log Message:
fix restoring KMix volumes on login (kdebug:160506);


kdemultimedia-4.0.4-kmix-restore-volumes.patch:

--- NEW FILE kdemultimedia-4.0.4-kmix-restore-volumes.patch ---
--- kdemultimedia/kmix/restore_kmix_volumes.desktop	2008/05/18 18:00:47	809310
+++ kdemultimedia/kmix/restore_kmix_volumes.desktop	2008/05/18 18:02:30	809311
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 X-KDE-autostart-phase=1
-X-KDE-autostart-condition=kmixrc::startkdeRestore:true
+X-KDE-autostart-condition=kmixrc:Global:startkdeRestore:true
 Type=Application
 Exec=kmixctrl --restore
 OnlyShowIn=KDE;


Index: kdemultimedia.spec
===================================================================
RCS file: /cvs/extras/rpms/kdemultimedia/F-9/kdemultimedia.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- kdemultimedia.spec	7 May 2008 14:40:05 -0000	1.108
+++ kdemultimedia.spec	19 May 2008 11:07:20 -0000	1.109
@@ -2,7 +2,7 @@
 Name: kdemultimedia
 Epoch: 6
 Version: 4.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: K Desktop Environment - Multimedia applications
 
 Group:     Applications/Multimedia
@@ -11,6 +11,10 @@
 Source0:   ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdemultimedia-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# kdebug#160506: "Restore volumes on login"-setting is ignored
+# http://websvn.kde.org/?view=rev&revision=809311
+Patch1:    kdemultimedia-4.0.4-kmix-restore-volumes.patch
+
 # This one is normal, FLAC_OGG_LIBRARY is not actually used anyway:
 # FLAC_OGG_LIBRARY:FILEPATH=FLAC_OGG_LIBRARY-NOTFOUND
 
@@ -63,7 +67,7 @@
 
 %prep
 %setup -q -n kdemultimedia-%{version}
-
+%patch1 -p1 -b .kmix-restore-volumes
 
 %build
 
@@ -130,6 +134,9 @@
 
 
 %changelog
+* Mon May 19 2008 Lukáš Tinkl <ltinkl at redhat.com> 4.0.4-2
+- fix restoring KMix volumes on login (kdebug:160506)
+
 * Tue May 06 2008 Rex Dieter <rdieter at fedoraproject.org> 4.0.4-1
 - kde-4.0.4
 




More information about the scm-commits mailing list