rpms/kdelibs/F-8 kdelibs-3.5.8-kde#150944.patch, NONE, 1.1 kdelibs.spec, 1.239, 1.240

Than Ngo (than) fedora-extras-commits at redhat.com
Tue Oct 23 08:37:15 UTC 2007


Author: than

Update of /cvs/extras/rpms/kdelibs/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22626

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-3.5.8-kde#150944.patch 
Log Message:
Resolves: rh#335461, kpdf and kview lost custom zoom



kdelibs-3.5.8-kde#150944.patch:

--- NEW FILE kdelibs-3.5.8-kde#150944.patch ---
--- branches/KDE/3.5/kdelibs/kdeui/kactionclasses.cpp	2007/08/30 19:30:39	706570
+++ branches/KDE/3.5/kdelibs/kdeui/kactionclasses.cpp	2007/10/20 20:49:01	727528
@@ -667,8 +667,8 @@
     KToolBar* bar = static_cast<KToolBar*>( widget );
     int id_ = KAction::getToolButtonID();
     bar->insertCombo( comboItems(), id_, isEditable(),
-                      SIGNAL( activated( int ) ), this,
-                      SLOT( slotActivated( int ) ), isEnabled(),
+                      SIGNAL( activated( const QString & ) ), this,
+                      SLOT( slotActivated( const QString & ) ), isEnabled(),
                       toolTip(), -1, index );
 
     QComboBox *cb = bar->getCombo( id_ );


Index: kdelibs.spec
===================================================================
RCS file: /cvs/extras/rpms/kdelibs/F-8/kdelibs.spec,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- kdelibs.spec	18 Oct 2007 17:38:59 -0000	1.239
+++ kdelibs.spec	23 Oct 2007 08:36:43 -0000	1.240
@@ -21,7 +21,7 @@
 
 Summary: K Desktop Environment - Libraries
 Version: 3.5.8
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs3
@@ -73,7 +73,7 @@
 
 ## upstream patches
 Patch200: kdelibs-3.5.8-http-regression.patch
-
+Patch201: kdelibs-3.5.8-kde#150944.patch
 
 %{?arts:Requires: arts >= %{arts_epoch}:%{arts_version}}
 Requires: qt >= %{qt_epoch}:%{qt_ver}
@@ -232,6 +232,7 @@
 
 # upstream patches
 %patch200 -p0 -b .http-regression
+%patch201 -p0 -b .kde#150944
 
 sed -i -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
 
@@ -515,6 +516,9 @@
 
 
 %changelog
+* Tue Oct 23 2007 Than Ngo <than at redhat.com> - 3.5.8-6
+- Resolves: rh#335461, kpdf and kview lost custom zoom
+
 * Thu Oct 18 2007 Than Ngo <than at redhat.com> - 3.5.8-5
 - bz273681, add vhdl syntax for kate, thanks to Chitlesh GOORAH
 




More information about the fedora-extras-commits mailing list