[libxslt/f18] Upstream release of 1.1.27

Daniel Veillard veillard at fedoraproject.org
Wed Sep 12 07:08:36 UTC 2012


commit 419b9bc1fd86bcc932c9ea8fd8db24c808f8c232
Author: Daniel Veillard <veillard at redhat.com>
Date:   Wed Sep 12 15:03:58 2012 +0800

    Upstream release of 1.1.27

 .gitignore   |    1 +
 libxslt.spec |   14 ++++++++++----
 sources      |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25d7087..b835a06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ libxslt-1.1.23.tar.gz
 libxslt-1.1.24.tar.gz
 libxslt-1.1.25.tar.gz
 libxslt-1.1.26.tar.gz
+/libxslt-1.1.27.tar.gz
diff --git a/libxslt.spec b/libxslt.spec
index e9186f5..1c1550a 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -1,17 +1,18 @@
 Summary: Library providing the Gnome XSLT engine
 Name: libxslt
-Version: 1.1.26
-Release: 10%{?dist}
+Version: 1.1.27
+Release: 1%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
 URL: http://xmlsoft.org/XSLT/
-BuildRequires: libxml2-devel
+BuildRequires: libxml2-devel >= 2.6.27
 BuildRequires: python2-devel
 BuildRequires: libxml2-python
 BuildRequires: libgcrypt-devel
+BuildRequires: automake autoconf
 
-# Fedora specific patch
+# Fedora specific patches
 Patch0: multilib.patch
 Patch1: libxslt-1.1.26-utf8-docs.patch
 
@@ -27,6 +28,7 @@ Group: Development/Libraries
 Requires: libxslt = %{version}-%{release}
 Requires: libgcrypt-devel
 
+
 %description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
@@ -118,6 +120,10 @@ make tests
 %doc python/tests/*.xsl
 
 %changelog
+* Wed Sep 12 2012 Daniel Veillard <veillard at redhat.com> - 1.1.27-1
+- upstream release of libxslt-1.1.27
+- a lot of bug fixes and improvements
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.26-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index a484e40..8632655 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e61d0364a30146aaa3001296f853b2b9  libxslt-1.1.26.tar.gz
+4d01ff464b9ea7236925a1adf147c7f8  libxslt-1.1.27.tar.gz


More information about the scm-commits mailing list