diff options
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 2d201fc..a358a05 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Imap-Client -Version: 2.23.1 +Version: 2.23.2 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -92,6 +92,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 @@ -158,6 +159,9 @@ fi %changelog +* Wed Jul 09 2014 Remi Collet <remi@fedoraproject.org> - 2.23.2-1 +- Update to 2.23.2 + * Wed Jun 18 2014 Remi Collet <remi@fedoraproject.org> - 2.23.1-1 - Update to 2.23.1 |