rpms/libxslt/devel .cvsignore, 1.32, 1.33 libxslt.spec, 1.52, 1.53 sources, 1.33, 1.34

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


Author: veillard

Update of /cvs/pkgs/rpms/libxslt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3348

Modified Files:
	.cvsignore libxslt.spec sources 
Log Message:
Upstream release of 1.1.24, tentative fix for -devel multiarch problem, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libxslt/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	8 Apr 2008 17:24:55 -0000	1.32
+++ .cvsignore	13 May 2008 16:15:41 -0000	1.33
@@ -12,3 +12,4 @@
 libxslt-1.1.21.tar.gz
 libxslt-1.1.22.tar.gz
 libxslt-1.1.23.tar.gz
+libxslt-1.1.24.tar.gz


Index: libxslt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxslt/devel/libxslt.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- libxslt.spec	28 Apr 2008 15:39:23 -0000	1.52
+++ libxslt.spec	13 May 2008 16:15:41 -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.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 <veillard at redhat.com> 1.1.23-3.fc10
 - and the previous patch was incomplte breaking the python bindings
   see 444317 and 444455


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxslt/devel/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:15:41 -0000	1.34
@@ -1 +1 @@
-0650b23650b70ad7ce2447ee16f445a3  libxslt-1.1.23.tar.gz
+e83ec5d27fc4c10c6f612879bea9a153  libxslt-1.1.24.tar.gz




More information about the fedora-extras-commits mailing list