diff options
| -rw-r--r-- | php-horde-imp.spec | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/php-horde-imp.spec b/php-horde-imp.spec index af4640c..59a5a55 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -12,7 +12,7 @@  Name:           php-horde-imp  Version:        6.2.17 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        A web based webmail system  Group:          Development/Libraries @@ -175,7 +175,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 $po -o $(dirname $po)/$(basename $po .po).mo  done @@ -272,8 +272,9 @@ fi  %changelog -* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 6.2.17-1 +* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 6.2.17-2  - Update to 6.2.17 +- use upstream locale files  * Wed Sep 07 2016 Remi Collet <remi@fedoraproject.org> - 6.2.16-1  - Update to 6.2.16 | 
