diff options
author | Mike Hommey <glandium@debian.org> | 2006-06-08 22:38:16 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-06-08 22:38:16 +0200 |
commit | ef381f99921ea9fe00a07836b93f2a2bf865ca17 (patch) | |
tree | 62ec8494b6ba15713636b2731dd2f39cda762bc6 /libxml.spec.in | |
parent | 6b7b7b4a4490d2cde163e9d5fe7c04ce540022b0 (diff) | |
parent | a7e9d3f37d5e9fba4b9acaa43e7c12b6d9a669ae (diff) | |
download | libxml2-debian/2.6.26.dfsg-1.tar.gz |
* New upstream release.debian/2.6.26.dfsg-1
* debian/rules:
+ Added -fno-strict-aliasing to the CFLAGS.
+ Use dpkg-architecture to feed configure.
+ Bumped shlibs to current version, since new symbol for XPath cache has
been added.
* debian/control: Bumped Standards-Version to 3.7.2.0. No changes required.
Diffstat (limited to 'libxml.spec.in')
-rw-r--r-- | libxml.spec.in | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/libxml.spec.in b/libxml.spec.in index bf5dd5f..2345f3a 100644 --- a/libxml.spec.in +++ b/libxml.spec.in @@ -27,6 +27,7 @@ Summary: Libraries, includes, etc. to develop XML and HTML applications Group: Development/Libraries Requires: libxml2 = %{version} Requires: zlib-devel +Requires: pkgconfig %description devel Libraries, include files, etc you can use to develop XML applications. @@ -130,53 +131,3 @@ rm -fr %{buildroot} * @RELDATE@ Daniel Veillard <veillard@redhat.com> - upstream release @VERSION@ see http://xmlsoft.org/news.html -* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com> -- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul -- provides the new XmlTextReader interfaces based on C# XML APIs - -* Wed Oct 23 2002 Daniel Veillard <veillard@redhat.com> -- revamped the spec file, cleaned up some rpm building problems - -* Fri Oct 4 2002 Jeremy Katz <katzj@redhat.com> -- build with 'make LIBTOOL=/usr/bin/libtool' to use system libtool - -* Wed Sep 4 2002 Daniel Veillard <veillard@redhat.com> - -- library paths fixed for x86-64 - -* Fri Feb 1 2002 Daniel Veillard <veillard@redhat.com> - -- Added the python package - -* Sun Nov 4 2001 Daniel Veillard <veillard@redhat.com> - -- cleaned up the specfile -- 2.4.7 broke SGML catalogs badly. this fixes it. - -* Thu Apr 26 2001 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - -[2.3.7] -- Added libxml.m4 to the distribution file list -- Moved the man pages from /usr/man to /usr/share/man to conform to FHS2.0 -- Moved programmer documentation into the devel package - -* Thu Sep 23 1999 Daniel Veillard <daniel@veillard.com> - -- corrected the spec file alpha stuff -- switched to version 1.7.1 -- Added validation, XPath, nanohttp, removed memory leaks -- Renamed CHAR to xmlChar - -* Wed Jun 2 1999 Daniel Veillard <daniel@veillard.com> - -- Switched to version 1.1: SAX extensions, better entities support, lots of - bug fixes. - -* Sun Oct 4 1998 Daniel Veillard <daniel@veillard.com> - -- Added xml-config to the package - -* Thu Sep 24 1998 Michael Fulbright <msf@redhat.com> - -- Built release 0.30 - |