SHA256
8
0
forked from pool/libxml2

- fix build

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxml2?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2010-04-07 16:35:11 +00:00
committed by Git OBS Bridge
parent f3ee2c4e06
commit b9a2896185
2 changed files with 19 additions and 13 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 7 16:34:29 UTC 2010 - coolo@novell.com
- fix build
-------------------------------------------------------------------
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
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 15 12:19:16 CET 2009 - jengelh@medozas.de Tue Dec 15 12:19:16 CET 2009 - jengelh@medozas.de

View File

@@ -19,7 +19,7 @@
Name: libxml2-python Name: libxml2-python
BuildRequires: libxml2-devel python-devel BuildRequires: libxml2-devel python-devel python-xml
License: MIT License (or similar) License: MIT License (or similar)
Group: Development/Libraries/Python Group: Development/Libraries/Python
AutoReqProv: on AutoReqProv: on
@@ -46,14 +46,6 @@ support that includes parsing and validation even with complex DTDs,
either at parse time or later once the document has been modified. either at parse time or later once the document has been modified.
Authors:
--------
Daniel Veillard <daniel@veillard.com>
Bjorn Reese <breese@users.sourceforge.net>
William Brack <wbrack@mmm.com.hk>
Igor Zlatkovic <igor@stud.fh-frankfurt.de>
%prep %prep
%setup -q -n libxml2-%{version} %setup -q -n libxml2-%{version}
@@ -67,10 +59,10 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
--with-fexceptions \ --with-fexceptions \
--with-history \ --with-history \
--enable-ipv6 \ --enable-ipv6 \
--with-sax1 \ --with-sax1 \
--with-regexps \ --with-regexps \
--with-threads \ --with-threads \
--with-reader \ --with-reader \
--with-http --with-http
# use libxml2 as built by libxml2 source package # use libxml2 as built by libxml2 source package