[mingw-libxml++] Update to 2.36.0

Kalev Lember kalev at fedoraproject.org
Thu Nov 29 01:46:22 UTC 2012


commit 6db57a442efd70f6b7ee9a4d1de1c1655b76219d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Nov 29 00:44:45 2012 +0100

    Update to 2.36.0

 .gitignore             |    1 +
 libxml++-mingw32.patch |   11 -----------
 mingw-libxml++.spec    |   15 +++++++--------
 sources                |    2 +-
 4 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48f87d5..8ad0983 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ libxml++-2.30.0.tar.bz2
 /libxml++-2.33.2.tar.bz2
 /libxml++-2.34.1.tar.bz2
 /libxml++-2.34.2.tar.xz
+/libxml++-2.36.0.tar.xz
diff --git a/mingw-libxml++.spec b/mingw-libxml++.spec
index 74c9fad..11d31ef 100644
--- a/mingw-libxml++.spec
+++ b/mingw-libxml++.spec
@@ -3,15 +3,14 @@
 %global name1 libxml++
 
 Name:           mingw-%{name1}
-Version:        2.34.2
-Release:        7%{?dist}
+Version:        2.36.0
+Release:        1%{?dist}
 Summary:        MinGW Windows 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++/2.34/libxml++-%{version}.tar.xz
-Patch1:         libxml++-mingw32.patch
+Source:         http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.36/libxml++-%{version}.tar.xz
 
 BuildArch:      noarch
 
@@ -51,12 +50,9 @@ libxml++ is a C++ wrapper for the libxml2 XML parser library.
 
 %prep
 %setup -q -n %{name1}-%{version}
-%patch1 -p0 -b .mingw
-# fix wrong end of line
-sed -i s'#\r##' examples/dom_parser/example_with_namespace.xml
 
 %build
-%{mingw_configure} --disable-static --disable-documentation --disable-examples
+%{mingw_configure} --disable-static --disable-documentation
 %{mingw_make} %{?_smp_mflags}
 
 
@@ -90,6 +86,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.la
 
 
 %changelog
+* Thu Nov 29 2012 Kalev Lember <kalevlember at gmail.com> - 2.36.0-1
+- Update to 2.36.0
+
 * Fri Aug  3 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.34.2-7
 - enable 64bit build
 
diff --git a/sources b/sources
index 514a1fc..15e0021 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ec0bf8f0d8d510a3b28c173a8a4b21c  libxml++-2.34.2.tar.xz
+72838890c773f89ec701ba1a57cf0802  libxml++-2.36.0.tar.xz


More information about the scm-commits mailing list