rpms/klibido/devel klibido-0.2.5-gcc4.3_compile.patch, NONE, 1.1 klibido.spec, 1.4, 1.5

Francois Aucamp (faucamp) fedora-extras-commits at redhat.com
Fri Feb 22 08:00:46 UTC 2008


Author: faucamp

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

Modified Files:
	klibido.spec 
Added Files:
	klibido-0.2.5-gcc4.3_compile.patch 
Log Message:
* Fri Feb 22 2008 Francois Aucamp <faucamp at fedoraproject.org> - 0.2.5-10
- Changed kdelibs-devel build dependency to kdelibs3-devel
- Added patch by Erik van Pienbroek to allow compilation with gcc 4.3 (RHBZ #433812)
- Changed License field to GPLv2+ to comply with Fedora guidelines


klibido-0.2.5-gcc4.3_compile.patch:

--- NEW FILE klibido-0.2.5-gcc4.3_compile.patch ---
--- klibido-0.2.5/src/globals.h.orig	2008-02-21 16:47:50.000000000 +0100
+++ klibido-0.2.5/src/globals.h	2008-02-21 16:47:59.000000000 +0100
@@ -21,6 +21,7 @@
 #ifndef GLOBALS_H
 #define GLOBALS_H
  
+#include <stdlib.h>
 #include <db_cxx.h>
 #include <errno.h>
 #include <qstring.h>


Index: klibido.spec
===================================================================
RCS file: /cvs/pkgs/rpms/klibido/devel/klibido.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- klibido.spec	20 Feb 2008 07:05:32 -0000	1.4
+++ klibido.spec	22 Feb 2008 08:00:12 -0000	1.5
@@ -4,13 +4,14 @@
 Summary:        NNTP (Usenet) file grabber for KDE
 
 Group:          Applications/Internet
-License:        GPL
+License:        GPLv2+
 URL:            http://klibido.sourceforge.net
 Source0:        http://kent.dl.sourceforge.net/sourceforge/klibido/%{name}-%{version}.tar.gz
 Patch0:         klibido-0.2.5-gcc4_extra_qualification.patch
 Patch1:         klibido-0.2.5-doc_relative_symlinks.patch
 Patch2:         klibido-0.2.5-fix_pause_queue.patch
 Patch3:         klibido-0.2.5-desktop_file.patch
+Patch4:         klibido-0.2.5-gcc4.3_compile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  uulib-devel kdelibs3-devel db4-devel desktop-file-utils ImageMagick
@@ -32,6 +33,7 @@
 %patch1 -p1 -b .relative_symlinks
 %patch2 -p1 -b .pause_queue
 %patch3 -p1 -b .desktop_file
+%patch4 -p1 -b .gcc4.3_compile
 
 
 %build
@@ -70,8 +72,10 @@
 
 
 %changelog
-* Wed Feb 20 2008 Francois Aucamp <faucamp at fedoraproject.org> - 0.2.5-10
+* Fri Feb 22 2008 Francois Aucamp <faucamp at fedoraproject.org> - 0.2.5-10
 - Changed kdelibs-devel build dependency to kdelibs3-devel
+- Added patch by Erik van Pienbroek to allow compilation with gcc 4.3 (RHBZ #433812)
+- Changed License field to GPLv2+ to comply with Fedora guidelines
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.5-9
 - Autorebuild for GCC 4.3




More information about the fedora-extras-commits mailing list