rpms/kdebase/devel kdebase-4.1.1-bookmark-silent.patch, NONE, 1.1 kdebase.spec, 1.340, 1.341

Than Ngo than at fedoraproject.org
Thu Sep 18 15:18:56 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27859

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-4.1.1-bookmark-silent.patch 
Log Message:
make bookmark silent



kdebase-4.1.1-bookmark-silent.patch:

--- NEW FILE kdebase-4.1.1-bookmark-silent.patch ---
diff -up kdebase-4.1.1/apps/konqueror/src/konqbookmarkbar.cpp.orig kdebase-4.1.1/apps/konqueror/src/konqbookmarkbar.cpp
--- kdebase-4.1.1/apps/konqueror/src/konqbookmarkbar.cpp.orig	2008-09-18 17:04:43.000000000 +0200
+++ kdebase-4.1.1/apps/konqueror/src/konqbookmarkbar.cpp	2008-09-18 17:05:42.000000000 +0200
@@ -169,8 +169,6 @@ void KBookmarkBar::fillBookmarkBar(const
     if (parent.isNull())
         return;
 
-    qDebug()<<"fillBookmarkBar"<<parent.text();
-
     for (KBookmark bm = parent.first(); !bm.isNull(); bm = parent.next(bm))
     {
         qDebug()<<"bm is "<<bm.text();


Index: kdebase.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase/devel/kdebase.spec,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -r1.340 -r1.341
--- kdebase.spec	29 Aug 2008 13:11:37 -0000	1.340
+++ kdebase.spec	18 Sep 2008 15:18:25 -0000	1.341
@@ -1,6 +1,6 @@
 Summary: K Desktop Environment 4 - Core Files
 Version: 4.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdebase
@@ -26,6 +26,7 @@
 
 # fedora specific nsplugins paths
 Patch1:   kdebase-nsplugins-paths.patch
+Patch2:   kdebase-4.1.1-bookmark-silent.patch
 
 ## upstream patches
 
@@ -123,7 +124,9 @@
 
 %prep
 %setup -q -n kdebase-%{version}
-%patch1   -p0 -b .nsplugins-paths
+%patch1 -p0 -b .nsplugins-paths
+%patch2 -p1 -b .silent
+
 # fix incorrect assumption that we're building in a combined kdebase tree
 sed -i -e 's/EXISTS "${kdebase_SOURCE_DIR}"/0/g' apps/CMakeLists.txt
 
@@ -303,6 +306,9 @@
 
 
 %changelog
+* Thu Sep 18 2008 Than Ngo <than at redhat.com> 4.1.1-2
+- make bookmark silent
+
 * Fri Aug 29 2008 Than Ngo <than at redhat.com> 4.1.1-1
 - 4.1.1
 




More information about the fedora-extras-commits mailing list