diff --git a/.cvsignore b/.cvsignore index f0391a7..a06f53c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -12,3 +12,4 @@ libxslt-1.1.20.tar.gz libxslt-1.1.21.tar.gz libxslt-1.1.22.tar.gz libxslt-1.1.23.tar.gz +libxslt-1.1.24.tar.gz diff --git a/libxslt.spec b/libxslt.spec index a49f00c..105b346 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt -Version: 1.1.23 -Release: 3%{?dist}%{?extra_release} +Version: 1.1.24 +Release: 1%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -15,7 +15,6 @@ BuildRequires: libgcrypt-devel Prefix: %{_prefix} Docdir: %{_docdir} Patch0: multilib.patch -Patch1: key.patch %description This C library allows to transform XML files into other XML files @@ -57,7 +56,6 @@ with XPath functions written in Python. %prep %setup -q %patch0 -p1 -%patch1 -R -p0 %build %configure @@ -72,6 +70,9 @@ rm -fr %{buildroot} rm -fr $RPM_BUILD_ROOT%{_libdir}/*.la \ $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/libxsltmod*a +# multiarch crazyness on timestamp differences +touch -m --reference=$RPM_BUILD_ROOT/%{prefix}/include/xslt.h $RPM_BUILD_ROOT/%{prefix}/bin/xslt-config + %clean rm -fr %{buildroot} @@ -124,6 +125,11 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog +* Tue May 13 2008 Daniel Veillard 1.1.24-1.fc10 +- release of 1.1.24 +- fixes a few bugs including the key initialization problem +- tentative fix for multiarch devel problems + * Mon Apr 28 2008 Daniel Veillard 1.1.23-3.fc10 - and the previous patch was incomplte breaking the python bindings see 444317 and 444455 diff --git a/sources b/sources index 885ec35..2b5c9b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0650b23650b70ad7ce2447ee16f445a3 libxslt-1.1.23.tar.gz +e83ec5d27fc4c10c6f612879bea9a153 libxslt-1.1.24.tar.gz