diff options
-rw-r--r-- | php-horde-Horde-Data.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-horde-Horde-Data.spec b/php-horde-Horde-Data.spec index f487d0f..7c21081 100644 --- a/php-horde-Horde-Data.spec +++ b/php-horde-Horde-Data.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Data -Version: 2.0.5 +Version: 2.1.0 Release: 1%{?dist} Summary: Horde Data API @@ -74,6 +74,7 @@ cd %{pear_name}-%{version} sed -e '/%{pear_name}.po/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -136,6 +137,9 @@ fi %changelog +* Mon Jul 07 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-1 +- Update to 2.1.0 + * Thu May 22 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 - Update to 2.0.5 |