From 479686f80f48e4b83434e11d168cf9137d772e52 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 24 Apr 2014 14:00:48 +0200 Subject: [PATCH] Rebuild for new libgcrypt --- libxslt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libxslt.spec b/libxslt.spec index 5ec607d..f7ebb1a 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt Version: 1.1.28 -Release: 5%{?dist}%{?extra_release} +Release: 6%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -122,6 +122,9 @@ make tests %doc python/tests/*.xsl %changelog +* Thu Apr 24 2014 Tomas Mraz - 1.1.28-6 +- Rebuild for new libgcrypt + * Tue Aug 6 2013 Ville Skyttä - 1.1.28-5 - Fix build with unversioned %%{_docdir_fmt}, ship Python examples only once.