diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-20 07:28:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-20 07:28:57 +0100 |
commit | 4e137de29468ef901bc37a9917556ee610069516 (patch) | |
tree | 690fdacace6b3d223f27efd8257e3774f2a32102 | |
parent | e2d582c8ea08172b9275ab15707874313ade17cf (diff) |
php-horde-turba: 4.2.18
-rw-r--r-- | php-horde-turba.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-turba.spec b/php-horde-turba.spec index e0c185a..7f26451 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-turba -Version: 4.2.17 +Version: 4.2.18 Release: 1%{?dist} Summary: A web based address book @@ -140,7 +140,7 @@ cd %{pear_name}-%{version} # Regenerate the locales for po in $(find locale -name \*.po) do - msgfmt $po -o $(dirname $po)/$(basename $po .po).mo + msgfmt --statistics $po -o $(dirname $po)/$(basename $po .po).mo done @@ -242,6 +242,9 @@ fi %changelog +* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 4.2.18-1 +- Update to 4.2.18 + * Thu Nov 03 2016 Remi Collet <remi@fedoraproject.org> - 4.2.17-1 - Update to 4.2.17 |