diff --git a/.cvsignore b/.cvsignore index 002c06b..02271c0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libxslt-1.1.2.tar.gz +libxslt-1.1.4.tar.gz diff --git a/libxslt.spec b/libxslt.spec index 459c2e3..626a9b9 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,14 +1,14 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt -Version: 1.1.2 -Release: 1 +Version: 1.1.4 +Release: 1.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.3 -BuildRequires: libxml2-devel >= 2.6.3 +Requires: libxml2 >= 2.6.5 +BuildRequires: libxml2-devel >= 2.6.5 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.3 +mechanism. To use it you need to have a version of libxml2 >= 2.6.5 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.3 +mechanism. To use it you need to have a version of libxml2 >= 2.6.5 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.6.3 -Requires: libxml2-python >= 2.6.3 +Requires: libxml2 >= 2.6.5 +Requires: libxml2-python >= 2.6.5 Requires: python %description python @@ -112,8 +112,11 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog -* Wed Dec 24 2003 Daniel Veillard -- upstream release 1.1.2 see http://xmlsoft.org/XSLT/news.html +* 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 * Sun Nov 2 2003 Daniel Veillard - cleanup, removal of the deprecated breakpoint library and diff --git a/sources b/sources index 860b4d0..22c9993 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -849dc55276f061aaff36ee3e1244a754 libxslt-1.1.2.tar.gz +0d17e6705c8b56179c0c0c3f1894d9be libxslt-1.1.4.tar.gz