rpms/koverartist/devel koverartist-0.5-gcc43.patch, NONE, 1.1 koverartist.spec, 1.5, 1.6

Sebastian Vahl (svahl) fedora-extras-commits at redhat.com
Sun Feb 10 09:13:51 UTC 2008


Author: svahl

Update of /cvs/extras/rpms/koverartist/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv618

Modified Files:
	koverartist.spec 
Added Files:
	koverartist-0.5-gcc43.patch 
Log Message:
* Sun Feb 10 2008 Sebastian Vahl <fedora at deadbabylon.de> 0.5-11
- added patch to compile with gcc-4.3


koverartist-0.5-gcc43.patch:

--- NEW FILE koverartist-0.5-gcc43.patch ---
diff -Naur koverartist/src/cddbquery.cpp koverartist.new/src/cddbquery.cpp
--- koverartist/src/cddbquery.cpp	2006-11-01 11:42:59.000000000 +0100
+++ koverartist.new/src/cddbquery.cpp	2008-02-10 09:43:03.000000000 +0100
@@ -35,7 +35,7 @@
 #include <errno.h>
 #include <string.h>
 
-
+#include <stdlib.h>
 
 #ifdef ENABLE_AUDIOCD
 


Index: koverartist.spec
===================================================================
RCS file: /cvs/extras/rpms/koverartist/devel/koverartist.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- koverartist.spec	9 Feb 2008 21:01:15 -0000	1.5
+++ koverartist.spec	10 Feb 2008 09:13:14 -0000	1.6
@@ -1,12 +1,13 @@
 Name:           koverartist
 Version:        0.5
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Create CD/DVD covers
 
 Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://www.kde-apps.org/content/show.php?content=38195
 Source0:        http://members.inode.at/499177/software/koverartist/%{name}-%{version}.tar.bz2
+Patch0:         koverartist-0.5-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdelibs3-devel gettext desktop-file-utils
@@ -19,6 +20,7 @@
 
 %prep
 %setup -qn %{name}
+%patch0 -p1
 
 %build
 unset QTDIR || : ; source /etc/profile.d/qt.sh
@@ -68,6 +70,9 @@
 %{_datadir}/mimelnk/application/x-koverartist.desktop
 
 %changelog
+* Sun Feb 10 2008 Sebastian Vahl <fedora at deadbabylon.de> 0.5-11
+- added patch to compile with gcc-4.3
+
 * Sat Feb 09 2008 Sebastian Vahl <fedora at deadbabylon.de> 0.5-10
 - rebuild for new gcc-4.3
 




More information about the fedora-extras-commits mailing list