From 4e137de29468ef901bc37a9917556ee610069516 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Dec 2016 07:28:57 +0100 Subject: php-horde-turba: 4.2.18 --- php-horde-turba.spec | 7 +++++-- 1 file 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 - 4.2.18-1 +- Update to 4.2.18 + * Thu Nov 03 2016 Remi Collet - 4.2.17-1 - Update to 4.2.17 -- cgit