diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-28 15:03:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-28 15:03:42 +0100 |
commit | f835166f68066f7baf3147f3a279212494479fb4 (patch) | |
tree | e33ab2aff5972621a3746bd98d2aaa6bc5d5b90d | |
parent | b9f71b2840485e3dba9de2468301f7a8d4afd6c4 (diff) |
php-horde-Horde-Core: 2.10.2
-rw-r--r-- | php-horde-Horde-Core.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec index 9868b60..7bab0f1 100644 --- a/php-horde-Horde-Core.spec +++ b/php-horde-Horde-Core.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Core -Version: 2.10.1 +Version: 2.10.2 Release: 1%{?dist} Summary: Horde Core Framework libraries @@ -178,8 +178,8 @@ cd %{pear_name}-%{version} # Don't install prototype, scriptaculous, use system one # Remove checksum for .mo, as we regenerate them sed -e '/%{pear_name}.po/d' \ - -e '/prototype.js/d' \ - -e '/scriptaculous/d' \ + -e '/js\/prototype.js/d' \ + -e '/js\/scriptaculous/d' \ -e '/LICENSE/s/role="horde"/role="doc"/' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml @@ -264,6 +264,9 @@ fi %changelog +* Mon Oct 28 2013 Remi Collet <remi@fedoraproject.org> - 2.10.2-1 +- Update to 2.10.2 + * Mon Oct 21 2013 Remi Collet <remi@fedoraproject.org> - 2.10.1-1 - Update to 2.10.1 |