diff --git a/.cvsignore b/.cvsignore index 1225197..002c06b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libxslt-1.0.33.tar.gz +libxslt-1.1.2.tar.gz diff --git a/libxslt.spec b/libxslt.spec index 7b6f8c2..459c2e3 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,14 +1,14 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt -Version: 1.0.33 -Release: 2 +Version: 1.1.2 +Release: 1 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://xmlsoft.org/XSLT/ -Requires: libxml2 >= 2.5.6 -BuildRequires: libxml2-devel >= 2.5.6 +Requires: libxml2 >= 2.6.3 +BuildRequires: libxml2-devel >= 2.6.3 BuildRequires: python python-devel BuildRequires: libxml2-python Prefix: %{_prefix} @@ -17,7 +17,7 @@ Docdir: %{_docdir} %description This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation -mechanism. To use it you need to have a version of libxml2 >= 2.5.6 +mechanism. To use it you need to have a version of libxml2 >= 2.6.3 installed. The xsltproc command is a command line interface to the XSLT engine %package devel @@ -29,14 +29,15 @@ Requires: libxml2-devel >= 2.5.6 %description devel This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation -mechanism. To use it you need to have a version of libxml2 >= 2.5.6 +mechanism. To use it you need to have a version of libxml2 >= 2.6.3 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.5.6 +Requires: libxml2 >= 2.6.3 +Requires: libxml2-python >= 2.6.3 Requires: python %description python @@ -84,7 +85,9 @@ rm -fr %{buildroot} %doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES %doc doc/libxslt-api.xml -%doc doc/libexslt-api.xml +%doc doc/libxslt-refs.xml +%doc doc/EXSLT/libexslt-api.xml +%doc doc/EXSLT/libexslt-refs.xml %doc %{_mandir}/man3/libxslt.3* %doc %{_mandir}/man3/libexslt.3* %{_libdir}/lib*.so @@ -94,6 +97,7 @@ rm -fr %{buildroot} %{prefix}/include/* %{prefix}/bin/xslt-config %{_libdir}/pkgconfig/libxslt.pc +%{_libdir}/pkgconfig/libexslt.pc %files python %defattr(-, root, root) @@ -108,11 +112,12 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog -* Fri Sep 12 2003 Daniel Veillard -- upstream release 1.0.33 see http://xmlsoft.org/XSLT/news.html -- this is a bugfix only release over libxslt-1.0.32, fixes gnome.org - bugs #120684, #119946, #120684, #120971, #119699, #114563 and #119862 - 2 of them could lead to a crash of the library +* Wed Dec 24 2003 Daniel Veillard +- upstream release 1.1.2 see http://xmlsoft.org/XSLT/news.html + +* Sun Nov 2 2003 Daniel Veillard +- cleanup, removal of the deprecated breakpoint library and + automated libxml2 dependancy level in the generated spec file. * Wed Oct 23 2002 Daniel Veillard - revamped the spec file, cleaned up some rpm building problems diff --git a/sources b/sources index fae2ab1..860b4d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caf27cc5232f5f4cd57be99e206e6c4a libxslt-1.0.33.tar.gz +849dc55276f061aaff36ee3e1244a754 libxslt-1.1.2.tar.gz