diff options
-rw-r--r-- | php-pecl-translit.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-translit.spec b/php-pecl-translit.spec index 2303a24..e07b2e0 100644 --- a/php-pecl-translit.spec +++ b/php-pecl-translit.spec @@ -25,7 +25,7 @@ Summary: Transliterates non-latin character sets to latin Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.6.3 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -239,6 +239,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 0.6.3-2 +- rebuild + * Wed May 29 2019 Remi Collet <remi@remirepo.net> - 0.6.3-1 - update to 0.6.3 - raise dependency on PHP 5.6 |