diff --git a/libxml2-2.7.3.tar.bz2 b/libxml2-2.7.3.tar.bz2 deleted file mode 100644 index 32e0636..0000000 --- a/libxml2-2.7.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:260da82b8ad1072469fb00fe1c61776e675e4d6e968266a9255b4c953897a057 -size 3678714 diff --git a/libxml2-2.7.7.tar.bz2 b/libxml2-2.7.7.tar.bz2 new file mode 100644 index 0000000..fafcb4f --- /dev/null +++ b/libxml2-2.7.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23a1d821437bda4d97fa6d8467e535e62b45778f6254addcd285fd7149bc4c0 +size 3738260 diff --git a/libxml2-python.changes b/libxml2-python.changes index 7dd80c5..3f19d94 100644 --- a/libxml2-python.changes +++ b/libxml2-python.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------ + Thu Apr 01 23:15:00 CET 2010 - mrdocs@opensuse.org +- update to 2.7.7 +- add extra options to ./configure for scribus features and avoid a crash +- updates from 2.7.3 > 2.7.7 include a number of portability, correctness + memory leaks and build fixes including some CVE +- see http://xmlsoft.org/news.html for exact details + ------------------------------------------------------------------- Tue Dec 15 12:19:16 CET 2009 - jengelh@medozas.de diff --git a/libxml2-python.spec b/libxml2-python.spec index 09921fd..6f7cac4 100644 --- a/libxml2-python.spec +++ b/libxml2-python.spec @@ -24,8 +24,8 @@ License: MIT License (or similar) Group: Development/Libraries/Python AutoReqProv: on Summary: Python Bindings for libxml2 -Version: 2.7.3 -Release: 4 +Version: 2.7.7 +Release: 0 Source: libxml2-%{version}.tar.bz2 Source1: libxml2-python-rpmlintrc %py_requires @@ -66,7 +66,13 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure \ --with-fexceptions \ --with-history \ - --enable-ipv6 + --enable-ipv6 \ + --with-sax1 \ + --with-regexps \ + --with-threads \ + --with-reader \ + --with-http + # use libxml2 as built by libxml2 source package mkdir .libs cp -v %{_libdir}/libxml2.la . diff --git a/libxml2.changes b/libxml2.changes index a7ce115..151e9f9 100644 --- a/libxml2.changes +++ b/libxml2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------ +Tue Mar 23 23:46:00 CET 2010 - mrdocs@opensuse.org + +- update to 2.7.7 +- add extra options to ./configure for scribus features and avoid a crash +- updates from 2.7.3 > 2.7.7 include a number of portability, correctness + memory leaks and build fixes including some CVE +- see http://xmlsoft.org/news.html for exact details + ------------------------------------------------------------------ Mon Feb 22 22:11:00 CET 2010 - mrdocs@opensuse.org diff --git a/libxml2.spec b/libxml2.spec index 7a9cff9..c034de9 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -24,8 +24,8 @@ License: MIT License (or similar) Group: System/Libraries Summary: A Library to Manipulate XML Files Url: http://xmlsoft.org -Version: 2.7.3 -Release: 4 +Version: 2.7.7 +Release: 0 Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -107,7 +107,13 @@ progress. --with-history \ --without-python \ --enable-ipv6 \ - --with-sax1 + --with-sax1 \ + --with-regexps \ + --with-threads \ + --with-reader \ + --with-http + + make %{?jobs:-j%jobs} DOC_MODULE=packages/%{name} %install