rpms/varconf/devel varconf-0.6.5-gcc43.patch, NONE, 1.1 varconf.spec, 1.4, 1.5

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Feb 10 00:15:27 UTC 2008


Author: wart

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

Modified Files:
	varconf.spec 
Added Files:
	varconf-0.6.5-gcc43.patch 
Log Message:
Rebuild for gcc 4.3


varconf-0.6.5-gcc43.patch:

--- NEW FILE varconf-0.6.5-gcc43.patch ---
--- varconf-0.6.5/varconf/variable.cpp.orig	2008-02-09 15:57:41.000000000 -0800
+++ varconf-0.6.5/varconf/variable.cpp	2008-02-09 15:57:50.000000000 -0800
@@ -28,6 +28,7 @@
 
 #include <string>
 #include <cstdio>
+#include <cstdlib>
 
 #ifdef __WIN32__
 #include <tchar.h>


Index: varconf.spec
===================================================================
RCS file: /cvs/extras/rpms/varconf/devel/varconf.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- varconf.spec	22 Aug 2007 05:22:36 -0000	1.4
+++ varconf.spec	10 Feb 2008 00:14:52 -0000	1.5
@@ -1,12 +1,13 @@
 Name:           varconf
 Version:        0.6.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Configuration library used by WorldForge clients
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://worldforge.org/dev/eng/libraries/varconf
 Source0:        http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
+Patch0:         varconf-0.6.5-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsigc++20-devel
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -71,6 +73,9 @@
 
 
 %changelog
+* Sat Feb 9 2008 Wart <wart at kobold.org> 0.6.5-3
+- Rebuild for gcc 4.3
+
 * Tue Aug 21 2007 Wart <wart at kobold.org> 0.6.5-2
 - License tag clarification
 




More information about the fedora-extras-commits mailing list