diff --git a/.cvsignore b/.cvsignore index 416db9c..71518f0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ libxslt-1.1.14.tar.gz libxslt-1.1.15.tar.gz libxslt-1.1.16.tar.gz libxslt-1.1.17.tar.gz +libxslt-1.1.18.tar.gz diff --git a/libxslt.spec b/libxslt.spec index 66c0426..1143a05 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,14 +1,14 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt -Version: 1.1.17 -Release: 1.1 +Version: 1.1.18 +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.25 -BuildRequires: libxml2-devel >= 2.6.25 +Requires: libxml2 >= 2.6.27 +BuildRequires: libxml2-devel >= 2.6.27 BuildRequires: python python-devel BuildRequires: libxml2-python BuildRequires: libgcrypt-devel @@ -19,7 +19,7 @@ Patch0: multilib.patch %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.25 +mechanism. To use it you need to have a version of libxml2 >= 2.6.27 installed. The xsltproc command is a command line interface to the XSLT engine %package devel @@ -33,15 +33,15 @@ Requires: pkgconfig %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.25 +mechanism. To use it you need to have a version of libxml2 >= 2.6.27 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.6.25 -Requires: libxml2-python >= 2.6.25 +Requires: libxml2 >= 2.6.27 +Requires: libxml2-python >= 2.6.27 Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) %description python @@ -123,6 +123,8 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog +* Thu Oct 26 2006 Daniel Veillard +- upstream release 1.1.18 see http://xmlsoft.org/XSLT/news.html * Wed Jul 12 2006 Jesse Keating - 1.1.17-1.1 - rebuild diff --git a/sources b/sources index f92ec96..7268a80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fde6a7a93c0eb14cba628692fa3a1000 libxslt-1.1.17.tar.gz +119c6b4aa95848ae78589d2fa64def96 libxslt-1.1.18.tar.gz