rpms/libxslt/F-9 libxslt.spec, 1.52, 1.53 sources, 1.33, 1.34 key.patch, 1.2, NONE

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Tue May 13 16:24:40 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libxslt/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3779

Modified Files:
	libxslt.spec sources 
Removed Files:
	key.patch 
Log Message:
- release of 1.1.24
- fixes a few bugs including the key initialization problem
- tentative fix for multiarch devel problems
- removed old patch not needed anymore
Daniel



Index: libxslt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxslt/F-9/libxslt.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- libxslt.spec	28 Apr 2008 15:35:03 -0000	1.52
+++ libxslt.spec	13 May 2008 16:23:56 -0000	1.53
@@ -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 @@
 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 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -R -p0
 
 %build
 %configure
@@ -72,6 +70,9 @@
 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 @@
 %doc python/tests/*.xsl
 
 %changelog
+* Tue May 13 2008 Daniel Veillard <veillard at redhat.com> 1.1.24-1.fc9
+- 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 <veillard at redhat.com> 1.1.23-3.fc9
 - and the previous patch was incomplte breaking the python bindings
   see 444317 and 444455


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxslt/F-9/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources	8 Apr 2008 17:24:55 -0000	1.33
+++ sources	13 May 2008 16:23:56 -0000	1.34
@@ -1 +1 @@
-0650b23650b70ad7ce2447ee16f445a3  libxslt-1.1.23.tar.gz
+e83ec5d27fc4c10c6f612879bea9a153  libxslt-1.1.24.tar.gz


--- key.patch DELETED ---




More information about the fedora-extras-commits mailing list