diff options
-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 |