[mingw-xerces-c: 6/13] Update to 3.1.1

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 18:20:30 UTC 2012


commit f815411983b8a2302b32124a5a8d4d7ceff8e4df
Author: Antti Andreimann <Antti.Andreimann at mail.ee>
Date:   Tue Apr 26 14:48:08 2011 +0300

    Update to 3.1.1

 .gitignore                         |    1 +
 mingw32-xerces-c.spec              |   12 +-
 sources                            |    2 +-
 xerces-c-3.0.1-CVE-2009-1885.patch |  648 ------------------------------------
 4 files changed, 9 insertions(+), 654 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31deda4..180275f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xerces-c-3.0.1.tar.gz
+/xerces-c-3.1.1.tar.gz
diff --git a/mingw32-xerces-c.spec b/mingw32-xerces-c.spec
index de3a135..8199be2 100644
--- a/mingw32-xerces-c.spec
+++ b/mingw32-xerces-c.spec
@@ -6,15 +6,14 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-xerces-c
-Version:        3.0.1
-Release:        3%{?dist}
+Version:        3.1.1
+Release:        1%{?dist}
 Summary:        MingGW Windows validating XML parser
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://xml.apache.org/xerces-c/
 Source0:        http://www.apache.org/dist/xerces/c/3/sources/xerces-c-%{version}.tar.gz
-Patch0:         xerces-c-3.0.1-CVE-2009-1885.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -40,7 +39,6 @@ faithful to the XML 1.0 recommendation and associated standards (DOM
 
 %prep
 %setup -q -n xerces-c-%{version}
-%patch0 -p0 -b .CVE-2009-1885
 
 
 %build
@@ -65,13 +63,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc LICENSE
 %{_mingw32_includedir}/xercesc/
-%{_mingw32_bindir}/libxerces-c-3-0.dll
+%{_mingw32_bindir}/libxerces-c-3-1.dll
 %{_mingw32_libdir}/libxerces-c.dll.a
 %{_mingw32_libdir}/libxerces-c.la
 %{_mingw32_libdir}/pkgconfig/xerces-c.pc
 
 
 %changelog
+* Tue Apr 26 2011 Antti Andreimann <Antti.Andreimann at mail.ee> - 3.1.1-1
+- Update to 3.1.1
+- Dropped CVE-2009-1885 patch.
+
 * Fri Apr 22 2011 Kalev Lember <kalev at smartlink.ee> - 3.0.1-3
 - Rebuilt for pseudo-reloc version mismatch (#698827)
 
diff --git a/sources b/sources
index dc8501a..1ed7998 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-293c03f59bf8e956020d73f5b122094c  xerces-c-3.0.1.tar.gz
+6a8ec45d83c8cfb1584c5a5345cb51ae  xerces-c-3.1.1.tar.gz


More information about the scm-commits mailing list