rpms/libwfut/devel libwfut-0.2.1-gcc44.patch, NONE, 1.1 libwfut.spec, 1.8, 1.9 libwfut-0.2.0-gcc43.patch, 1.1, NONE libwfut-0.2.0-system-tinyxml.patch, 1.2, NONE

Alexey Torkhov atorkhov at fedoraproject.org
Fri Feb 27 21:53:49 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/libwfut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14928

Modified Files:
	libwfut.spec 
Added Files:
	libwfut-0.2.1-gcc44.patch 
Removed Files:
	libwfut-0.2.0-gcc43.patch libwfut-0.2.0-system-tinyxml.patch 
Log Message:
* Sat Feb 28 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.2.1-5
- Fixing build on recent compiler


libwfut-0.2.1-gcc44.patch:

--- NEW FILE libwfut-0.2.1-gcc44.patch ---
diff -ur libwfut-0.2.1/libwfut/Encoder.cpp libwfut-0.2.1.new/libwfut/Encoder.cpp
--- libwfut-0.2.1/libwfut/Encoder.cpp	2008-10-08 01:11:33.000000000 +0400
+++ libwfut-0.2.1.new/libwfut/Encoder.cpp	2009-02-28 00:48:19.000000000 +0300
@@ -2,6 +2,8 @@
 // the GNU Lesser General Public License (See COPYING for details).
 // Copyright (C) 2007 Simon Goodall
 
+#include <cstdio>
+
 #include "libwfut/Encoder.h"
 
 namespace WFUT {
diff -ur libwfut-0.2.1/tools/wfut.cpp libwfut-0.2.1.new/tools/wfut.cpp
--- libwfut-0.2.1/tools/wfut.cpp	2008-10-08 01:11:33.000000000 +0400
+++ libwfut-0.2.1.new/tools/wfut.cpp	2009-02-28 00:49:09.000000000 +0300
@@ -13,6 +13,7 @@
 #include <sys/types.h>
 
 #include <algorithm>
+#include <cstdio>
 
 #include <sigc++/bind.h>
 


Index: libwfut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libwfut/devel/libwfut.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libwfut.spec	25 Feb 2009 19:56:48 -0000	1.8
+++ libwfut.spec	27 Feb 2009 21:53:19 -0000	1.9
@@ -3,7 +3,7 @@
 
 Name:           libwfut
 Version:        0.2.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Software updater tool for WorldForge applications
 
 Group:          Development/Libraries
@@ -11,6 +11,7 @@
 URL:            http://worldforge.org/
 Source0:        http://downloads.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
 Patch0:         libwfut-0.2.1-gcc43.patch
+Patch1:         libwfut-0.2.1-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsigc++20-devel libcurl-devel zlib-devel tinyxml-devel python-devel swig
@@ -42,6 +43,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -102,6 +104,9 @@
 
 
 %changelog
+* Sat Feb 28 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.2.1-5
+- Fixing build on recent compiler
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- libwfut-0.2.0-gcc43.patch DELETED ---


--- libwfut-0.2.0-system-tinyxml.patch DELETED ---




More information about the fedora-extras-commits mailing list