rpms/libxml++/devel libxml++-2.20.0-gcc43.patch, NONE, 1.1 libxml++.spec, 1.19, 1.20

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sun Feb 17 10:39:34 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/libxml++/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28579

Modified Files:
	libxml++.spec 
Added Files:
	libxml++-2.20.0-gcc43.patch 
Log Message:
Added patch for gcc 4.3 rebuild

libxml++-2.20.0-gcc43.patch:

--- NEW FILE libxml++-2.20.0-gcc43.patch ---
--- libxml++-2.20.0/libxml++/parsers/parser.cc~	2007-08-29 09:55:31.000000000 +0200
+++ libxml++-2.20.0/libxml++/parsers/parser.cc	2008-02-17 11:34:31.000000000 +0100
@@ -9,6 +9,7 @@
 #include <libxml/parser.h>
 
 #include <cstdarg> //For va_list.
+#include <memory>  //For auto_ptr
 
 namespace xmlpp {
 
--- libxml++-2.20.0/libxml++/parsers/textreader.h~	2007-08-13 14:47:17.000000000 +0200
+++ libxml++-2.20.0/libxml++/parsers/textreader.h	2008-02-17 11:35:07.000000000 +0100
@@ -12,6 +12,8 @@
 
 #include <glibmm/ustring.h>
 
+#include <memory>
+
 extern "C"
 {
   struct _xmlTextReader;


Index: libxml++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxml++/devel/libxml++.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libxml++.spec	20 Sep 2007 10:43:45 -0000	1.19
+++ libxml++.spec	17 Feb 2008 10:38:56 -0000	1.20
@@ -1,12 +1,13 @@
 Name:           libxml++
 Version:        2.20.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C++ wrapper for the libxml2 XML parser library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://libxmlplusplus.sourceforge.net/
 Source:         http://ftp.gnome.org/pub/GNOME/sources/libxml++/%{version}/libxml++-%{version}.tar.bz2
+Patch0:         libxml++-2.20.0-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxml2-devel >= 2.6.1, doxygen, glibmm24-devel >= 2.4.0
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc43
 
 
 %build
@@ -79,6 +81,9 @@
 
 
 %changelog
+* Sun Feb 17 2008 Denis Leroy <denis at poolshark.org> - 2.20.0-2
+- Added patch for gcc 4.3 rebuild
+
 * Thu Sep 20 2007 Denis Leroy <denis at poolshark.org> - 2.20.0-1
 - Update to new 2.20 stable branch
 




More information about the fedora-extras-commits mailing list