diff --git a/libxml2-python.spec b/libxml2-python.spec index 4c323df..09921fd 100644 --- a/libxml2-python.spec +++ b/libxml2-python.spec @@ -25,7 +25,7 @@ Group: Development/Libraries/Python AutoReqProv: on Summary: Python Bindings for libxml2 Version: 2.7.3 -Release: 3 +Release: 4 Source: libxml2-%{version}.tar.bz2 Source1: libxml2-python-rpmlintrc %py_requires diff --git a/libxml2.changes b/libxml2.changes index 2e771d2..a7ce115 100644 --- a/libxml2.changes +++ b/libxml2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------ +Mon Feb 22 22:11:00 CET 2010 - mrdocs@opensuse.org + +- add sax parser option compiled in + ------------------------------------------------------------------- Mon Dec 14 16:14:49 CET 2009 - jengelh@medozas.de diff --git a/libxml2.spec b/libxml2.spec index 7ed0eb4..7a9cff9 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -25,7 +25,7 @@ Group: System/Libraries Summary: A Library to Manipulate XML Files Url: http://xmlsoft.org Version: 2.7.3 -Release: 3 +Release: 4 Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,29 +50,6 @@ implement them: DOM, FTP client, HTTP client, and SAX. The library also supports RelaxNG. Support for W3C XML Schemas is in progress. - - -Authors: --------- - Daniel Veillard - Alejandro Forero - Chris Lahey - Christopher Blizzard - James Henstridge - Jody Goldberg - Manish Vachharajani - Martin Baulig - Michael Meeks - Miguel de Icaza - Nuno Ferreira - Raja R Harinath - Ramiro Estrugo - Raph Levien - Sven Heinicke - Timur Bakeyev - Tomasz Kłoczko - Tom Tromey - %package devel License: MIT License (or similar) Summary: Include Files and Libraries mandatory for Development @@ -120,29 +97,6 @@ implement them: DOM, FTP client, HTTP client, and SAX. The library also supports RelaxNG. Support for W3C XML Schemas is in progress. - - -Authors: --------- - Daniel Veillard - Alejandro Forero - Chris Lahey - Christopher Blizzard - James Henstridge - Jody Goldberg - Manish Vachharajani - Martin Baulig - Michael Meeks - Miguel de Icaza - Nuno Ferreira - Raja R Harinath - Ramiro Estrugo - Raph Levien - Sven Heinicke - Timur Bakeyev - Tomasz Kłoczko - Tom Tromey - %prep %setup -q @@ -152,7 +106,8 @@ Authors: --with-fexceptions \ --with-history \ --without-python \ - --enable-ipv6 + --enable-ipv6 \ + --with-sax1 make %{?jobs:-j%jobs} DOC_MODULE=packages/%{name} %install