diff --git a/.cvsignore b/.cvsignore index 02271c0..8bd8b17 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libxslt-1.1.4.tar.gz +libxslt-1.1.5.tar.gz diff --git a/libxslt.spec b/libxslt.spec index 626a9b9..6ab885a 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,14 +1,14 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt -Version: 1.1.4 -Release: 1.1 +Version: 1.1.5 +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.6.5 -BuildRequires: libxml2-devel >= 2.6.5 +Requires: libxml2 >= 2.6.8 +BuildRequires: libxml2-devel >= 2.6.8 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.6.5 +mechanism. To use it you need to have a version of libxml2 >= 2.6.8 installed. The xsltproc command is a command line interface to the XSLT engine %package devel @@ -29,15 +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.6.5 +mechanism. To use it you need to have a version of libxml2 >= 2.6.8 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.6.5 -Requires: libxml2-python >= 2.6.5 +Requires: libxml2 >= 2.6.8 +Requires: libxml2-python >= 2.6.8 Requires: python %description python @@ -112,11 +112,8 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog -* Tue Mar 02 2004 Elliot Lee -- rebuilt - -* Mon Feb 23 2004 Daniel Veillard -- upstream release 1.1.4 see http://xmlsoft.org/XSLT/news.html +* Tue Mar 23 2004 Daniel Veillard +- upstream release 1.1.5 see http://xmlsoft.org/XSLT/news.html * Sun Nov 2 2003 Daniel Veillard - cleanup, removal of the deprecated breakpoint library and diff --git a/sources b/sources index 22c9993..33f7287 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d17e6705c8b56179c0c0c3f1894d9be libxslt-1.1.4.tar.gz +37625f01452884aac4bdef79a1dae1a6 libxslt-1.1.5.tar.gz