[mingw-libxml++: 15/24] Update to 2.34.1

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:43:41 UTC 2012


commit e2f53d3d4c7db143888363cf8baf9d90dfca97db
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Fri Apr 22 02:32:00 2011 +0300

    Update to 2.34.1
    
    Dropped the autotools examples patch which didn't apply cleanly and
    isn't useful for the mingw build as we don't build the examples.

 .gitignore                      |    1 +
 libxml++-2.33.1-autotools.patch |   66 ---------------------------------------
 mingw32-libxml++.spec           |   22 ++++---------
 sources                         |    2 +-
 4 files changed, 9 insertions(+), 82 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 533cb73..0f2c3df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libxml++-2.26.0.tar.bz2
 libxml++-2.30.0.tar.bz2
 /libxml++-2.33.1.tar.bz2
 /libxml++-2.33.2.tar.bz2
+/libxml++-2.34.1.tar.bz2
diff --git a/mingw32-libxml++.spec b/mingw32-libxml++.spec
index 65cd302..05250a7 100644
--- a/mingw32-libxml++.spec
+++ b/mingw32-libxml++.spec
@@ -8,15 +8,14 @@
 %global name1 libxml++
 
 Name:           mingw32-%{name1}
-Version:        2.33.2
+Version:        2.34.1
 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.33/libxml++-%{version}.tar.bz2
-Patch0:         libxml++-2.33.1-autotools.patch
+Source:         http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-%{version}.tar.bz2
 Patch1:         libxml++-mingw32.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -24,12 +23,6 @@ BuildArch:      noarch
 
 BuildRequires:  mingw32-libxml2 >= 2.6.1
 BuildRequires:  mingw32-glibmm24 >= 2.4.0
-BuildRequires:  doxygen
-BuildRequires:  graphviz
-BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:  autoconf
-BuildRequires:  mm-common
 BuildRequires:  mingw32-filesystem >= 52
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
@@ -49,13 +42,7 @@ and Murray Cumming.
 
 %prep
 %setup -q -n %{name1}-%{version}
-%patch0 -p1 -b .auto
 %patch1 -p0 -b .mingw32
-libtoolize -f -c
-aclocal
-autoconf
-# regenerate Makefile.in since we modified Makefile.am
-automake -a -c
 # fix wrong end of line
 sed -i s'#\r##' examples/dom_parser/example_with_namespace.xml
 
@@ -87,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 22 2011 Kalev Lember <kalev at smartlink.ee> - 2.34.1-1
+- Update to 2.34.1
+- Dropped the autotools examples patch which didn't apply cleanly and
+  isn't useful for the mingw build as we don't build the examples.
+
 * Tue Apr 12 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.33.2-1
 - update to 2.33.2
 
diff --git a/sources b/sources
index d10c86b..759b1d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3ebc99c4953a18c6987ac8c4e10bdd8  libxml++-2.33.2.tar.bz2
+996d2d3bc8d917a84f5a4ae34f1add0c  libxml++-2.34.1.tar.bz2


More information about the scm-commits mailing list