rpms/kdebase-runtime/F-9 kdebase-runtime-4.0.5-knotify-noaudio.patch, NONE, 1.1 kdebase-runtime.spec, 1.45, 1.46

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Jun 5 12:09:23 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase-runtime/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24567

Modified Files:
	kdebase-runtime.spec 
Added Files:
	kdebase-runtime-4.0.5-knotify-noaudio.patch 
Log Message:
backport to make "No audio" option working again


kdebase-runtime-4.0.5-knotify-noaudio.patch:

--- NEW FILE kdebase-runtime-4.0.5-knotify-noaudio.patch ---
--- kdebase-runtime-4.0.5/kcontrol/knotify/knotify.cpp	2007/12/09 17:24:19	746617
+++ kdebase-runtime-4.0.5/kcontrol/knotify/knotify.cpp	2008/06/03 12:23:33	816144
@@ -238,7 +238,7 @@
 
     if ( !m_ui->cbExternal->isChecked() )
     {
-        m_ui->cbArts->setChecked( config.readEntry( "No sound", false ) );
+        m_ui->cbNone->setChecked( config.readEntry( "No sound", false ) );
     }
     m_change=false;
 }


Index: kdebase-runtime.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-runtime/F-9/kdebase-runtime.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- kdebase-runtime.spec	5 Jun 2008 11:26:51 -0000	1.45
+++ kdebase-runtime.spec	5 Jun 2008 12:08:37 -0000	1.46
@@ -22,6 +22,9 @@
 Patch2:        kdebase-runtime-4.0.3-khelpcenter.patch
 Patch3:        kdebase-runtime-4.0.x-searchproviders-shortcuts.patch
 
+# ustream patches
+Patch100:      kdebase-runtime-4.0.5-knotify-noaudio.patch
+
 %ifarch noarch
 %define icons 1
 %define icons_svg 1
@@ -97,6 +100,9 @@
 %patch2 -p1 -b .khelpcenter
 %patch3 -p1 -b .searchproviders-shortcuts
 
+# upstream patches
+%patch100 -p1 -b .-knotify-noaudio.patch
+
 %build
 
 mkdir -p %{_target_platform} 
@@ -302,6 +308,7 @@
 %changelog
 * Thu Jun 05 2008 Than Ngo <than at redhat.com> 4.0.5-2
 - add searchproviders-shortcuts for redhat bugzilla
+- backport to make "No audio" option working again
 
 * Mon Jun 02 2008 Than Ngo <than at redhat.com> 4.0.5-1
 - 4.0.5




More information about the fedora-extras-commits mailing list