rpms/libwfut/devel libwfut-0.2.1-gcc43.patch, NONE, 1.1 libwfut.spec, 1.4, 1.5

Alexey Torkhov atorkhov at fedoraproject.org
Tue Nov 4 11:42:20 UTC 2008


Author: atorkhov

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

Modified Files:
	libwfut.spec 
Added Files:
	libwfut-0.2.1-gcc43.patch 
Log Message:
* Tue Nov 04 2008 Alexey Torkhov <atorkhov at gmail.com> 0.2.1-1
- Update to 0.2.1


libwfut-0.2.1-gcc43.patch:

--- NEW FILE libwfut-0.2.1-gcc43.patch ---
commit 9e61263ed5b11fb65ca78bdeeb56cf3213ff1c4f
Author: Alexey Torkhov <atorkhov at gmail.com>
Date:   Tue Nov 4 14:35:19 2008 +0300

    Fixing build on GCC 4.3.

diff --git a/libwfut/IO.cpp b/libwfut/IO.cpp
index 4dcb4ed..a0eba92 100644
--- a/libwfut/IO.cpp
+++ b/libwfut/IO.cpp
@@ -7,6 +7,7 @@
 #include <dirent.h>
 #include <errno.h>
 #include <stdio.h>
+#include <algorithm>
 
 #include "libwfut/IO.h"
 #include "libwfut/Encoder.h"


Index: libwfut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libwfut/devel/libwfut.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libwfut.spec	22 Oct 2008 20:40:10 -0000	1.4
+++ libwfut.spec	4 Nov 2008 11:41:49 -0000	1.5
@@ -2,16 +2,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           libwfut
-Version:        0.2.0
-Release:        4%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        Software updater tool for WorldForge applications
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://worldforge.org/
 Source0:        http://downloads.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
-Patch0:         libwfut-0.2.0-gcc43.patch
-Patch1:         libwfut-0.2.0-system-tinyxml.patch
+Patch0:         libwfut-0.2.1-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsigc++20-devel libcurl-devel zlib-devel tinyxml-devel python-devel swig
@@ -43,7 +42,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -99,6 +97,9 @@
 
 
 %changelog
+* Tue Nov 04 2008 Alexey Torkhov <atorkhov at gmail.com> 0.2.1-1
+- Update to 0.2.1
+
 * Thu Oct 23 2008 Alexey Torkhov <atorkhov at gmail.com> 0.2.0-4
 - Fixing system-tinyxml patch.
 




More information about the scm-commits mailing list