summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
commit2f13a185192a408f84e6adfaa6a2c980f73911e0 (patch)
treeca4a0fd74d89ce883155cca60fcaf2a4d9d14395
parent7a5c297cfcf5b93233e0da1cee65e763fd15e2cb (diff)
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r--php-pecl-translit.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-translit.spec b/php-pecl-translit.spec
index d5f1d5d..8320465 100644
--- a/php-pecl-translit.spec
+++ b/php-pecl-translit.spec
@@ -34,7 +34,7 @@
Summary: Transliterates non-latin character sets to latin
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 0.6.2
-Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -253,6 +253,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.6.2-4
+- rebuild for PHP 7.1 new API version
+
* Thu Jun 9 2016 Remi Collet <remi@fedoraproject.org> - 0.6.2-3
- fix license installation on EL-6