From 4a32584700d85c501de370ee43ca54f56610ba65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Jul 2014 20:59:30 +0200 Subject: php-horde-Horde-Core: 2.12.1 --- php-horde-Horde-Core.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'php-horde-Horde-Core.spec') diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec index d4f8038..58a8f70 100644 --- a/php-horde-Horde-Core.spec +++ b/php-horde-Horde-Core.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Core -Version: 2.12.0 +Version: 2.12.1 Release: 1%{?dist} Summary: Horde Core Framework libraries @@ -20,9 +20,6 @@ License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -# upstream patch -Patch0: %{pear_name}-git.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext @@ -176,8 +173,6 @@ Framework. %setup -q -c cd %{pear_name}-%{version} -%patch0 -p3 -b .upstream - # Don't install .po and .pot files # Don't install prototype, scriptaculous, use system one # Remove checksum for .mo, as we regenerate them @@ -186,7 +181,6 @@ sed -e '/%{pear_name}.po/d' \ -e '/js\/scriptaculous/d' \ -e '/LICENSE/s/role="horde"/role="doc"/' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ - -e '/Config.php/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml touch -r ../package.xml %{name}.xml @@ -275,6 +269,9 @@ fi %changelog +* Tue Jul 08 2014 Remi Collet - 2.12.1-1 +- Update to 2.12.1 + * Tue Jul 08 2014 Remi Collet - 2.12.0-1 - Update to 2.12.0 - add dep on Horde_CssMinify and Horde_JavascriptMinify -- cgit