rpms/kdegraphics/devel kdegraphics-3.4.2-kpdf-110171.patch, NONE, 1.1 kdegraphics.spec, 1.54, 1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 31 10:53:46 UTC 2005


Author: than

Update of /cvs/dist/rpms/kdegraphics/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30905

Modified Files:
	kdegraphics.spec 
Added Files:
	kdegraphics-3.4.2-kpdf-110171.patch 
Log Message:
Backport CVS patch to fix bug #kde110171


kdegraphics-3.4.2-kpdf-110171.patch:
 minibar.cpp |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE kdegraphics-3.4.2-kpdf-110171.patch ---
--- kdegraphics-3.4.2/kpdf/ui/minibar.cpp.tn	2005-08-31 12:49:35.000000000 +0200
+++ kdegraphics-3.4.2/kpdf/ui/minibar.cpp	2005-08-31 12:49:54.000000000 +0200
@@ -163,7 +163,6 @@
     m_nextButton->setFixedHeight( fixedHeight );
 
     // update child widgets
-    m_pagesEdit->setText( "" );
     m_pagesEdit->setPagesNumber( pages );
     m_pagesButton->setText( QString::number( pages ) );
     m_prevButton->setEnabled( false );


Index: kdegraphics.spec
===================================================================
RCS file: /cvs/dist/rpms/kdegraphics/devel/kdegraphics.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- kdegraphics.spec	31 Aug 2005 10:45:24 -0000	1.54
+++ kdegraphics.spec	31 Aug 2005 10:53:43 -0000	1.55
@@ -28,6 +28,7 @@
 
 # upstream patches
 Patch100: kdegraphics-3.4.2-kpdf-110199.patch
+Patch101: kdegraphics-3.4.2-kpdf-110171.patch
 
 %ifnarch %{no_scanner_archs}
 BuildRequires: sane-backends-devel >= 1.0.3-10
@@ -263,6 +264,7 @@
 %patch1 -p1 -b .misc
 %patch2 -p1 -b .xorg
 %patch100 -p1 -b .kpdf-110199
+%patch101 -p1 -b .kpdf-110171
 
 %if %{rhel}
   echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfax\"" >kfax/configure.in.in
@@ -362,6 +364,7 @@
 %changelog
 * Wed Aug 31 2005 Than Ngo <than at redhat.com> 7:3.4.2-2
 - backport CVS patch to fix rendering problem in kpdf
+- Backport CVS patch to fix bug #kde110171
 
 * Thu Aug 11 2005 Than Ngo <than at redhat.com> 7:3.4.2-1
 - update to 3.4.2




More information about the fedora-cvs-commits mailing list