rpms/kdirstat/devel kdirstat-2.5.3-gcc43.patch, NONE, 1.1 kdirstat.spec, 1.5, 1.6

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Mar 31 17:25:25 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/kdirstat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15796

Modified Files:
	kdirstat.spec 
Added Files:
	kdirstat-2.5.3-gcc43.patch 
Log Message:
* Mon Mar 31 2008 Rex Dieter <rdieter at fedoraproject.org> - 2.5.3-7
- gcc43 patch (#434023)


kdirstat-2.5.3-gcc43.patch:

--- NEW FILE kdirstat-2.5.3-gcc43.patch ---
diff -up kdirstat-2.5.3/kdirstat/kdirtreecache.cpp.gcc43 kdirstat-2.5.3/kdirstat/kdirtreecache.cpp
--- kdirstat-2.5.3/kdirstat/kdirtreecache.cpp.gcc43	2006-02-05 12:31:45.000000000 -0600
+++ kdirstat-2.5.3/kdirstat/kdirtreecache.cpp	2008-03-31 12:20:08.000000000 -0500
@@ -10,6 +10,7 @@
 
 #include <ctype.h>
 #include <errno.h>
+#include <stdlib.h>
 #include <kdebug.h>
 #include "kdirtreecache.h"
 #include "kdirtree.h"


Index: kdirstat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdirstat/devel/kdirstat.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kdirstat.spec	18 Feb 2008 22:42:21 -0000	1.5
+++ kdirstat.spec	31 Mar 2008 17:24:43 -0000	1.6
@@ -9,9 +9,12 @@
 
 Source0:          http://kdirstat.sourceforge.net/download/%{name}-%{version}.tar.bz2
 Patch0:           kdirstat-2.5.3-desktop.patch
+Patch1:           kdirstat-2.5.3-gcc43.patch
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:    kdelibs-devel, desktop-file-utils
+
+BuildRequires:    gettext
+BuildRequires:    kdelibs3-devel, desktop-file-utils
 
 %description
 KDirStat (KDE Directory Statistics) is a utility program that sums up
@@ -22,6 +25,8 @@
 %setup -q
 
 %patch0 -p0 -b kdirstat.desktop
+%patch1 -p1 -b .gcc43
+
 
 %build
 %configure --disable-final --disable-rpath
@@ -66,7 +71,10 @@
 %{_datadir}/icons/??color/??x??/
 %{_docdir}/HTML/*/%{name}/
 
-%Changelog
+%changelog
+* Mon Mar 31 2008 Rex Dieter <rdieter at fedoraproject.org> - 2.5.3-7
+- gcc43 patch (#434023)
+
 * Thu Aug 23 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> - 2.5.3-6
 - mass rebuild for fedora 8 - BuildID
 




More information about the fedora-extras-commits mailing list