diff --git a/.cvsignore b/.cvsignore index 34abd90..6a66352 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ libxslt-1.1.10.tar.gz libxslt-1.1.11.tar.gz libxslt-1.1.12.tar.gz +libxslt-1.1.13.tar.gz diff --git a/libxslt.spec b/libxslt.spec index 932e231..ecde548 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,23 +1,24 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt -Version: 1.1.12 -Release: 5 +Version: 1.1.13 +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.15 -BuildRequires: libxml2-devel >= 2.6.15 +Requires: libxml2 >= 2.6.17 +BuildRequires: libxml2-devel >= 2.6.17 BuildRequires: python python-devel BuildRequires: libxml2-python +BuildRequires: libgcrypt-devel Prefix: %{_prefix} 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.15 +mechanism. To use it you need to have a version of libxml2 >= 2.6.17 installed. The xsltproc command is a command line interface to the XSLT engine %package devel @@ -25,19 +26,20 @@ Summary: Libraries, includes, etc. to embed the Gnome XSLT engine Group: Development/Libraries Requires: libxslt = %{version} Requires: libxml2-devel >= 2.5.6 +Requires: libgcrypt-devel %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.15 +mechanism. To use it you need to have a version of libxml2 >= 2.6.17 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.6.15 -Requires: libxml2-python >= 2.6.15 +Requires: libxml2 >= 2.6.17 +Requires: libxml2-python >= 2.6.17 Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) %description python @@ -114,15 +116,8 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog -* Wed Mar 9 2005 Daniel Veillard 1.1.12-5 -- rebuilt again -* Wed Mar 2 2005 Daniel Veillard 1.1.12-4 -- rebuilt for gcc4 -* Thu Nov 11 2004 Jeremy Katz - 1.1.12-3 -- rebuild for python 2.4 - -* Fri Oct 29 2004 Daniel Veillard -- upstream release 1.1.12 see http://xmlsoft.org/XSLT/news.html +* Sun Mar 13 2005 Daniel Veillard +- upstream release 1.1.13 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 004b176..dbd212f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf82a767c016ff1668d1c295c47ae700 libxslt-1.1.12.tar.gz +7429552e61fc0d72836fd33700fd2346 libxslt-1.1.13.tar.gz