diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
commit | 3cb2547053d2f88cb8b14ac6b4f9c03f73329d3a (patch) | |
tree | 494dc8f751a2713a161329a26faac44c12bfe09d /php-pecl-xxtea.spec | |
parent | bbac1371c57daf92ae928681d3a3cb5e57a39fc3 (diff) |
PHP 7.0.0RC5
Diffstat (limited to 'php-pecl-xxtea.spec')
-rw-r--r-- | php-pecl-xxtea.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec index 4b4326f..486ba1d 100644 --- a/php-pecl-xxtea.spec +++ b/php-pecl-xxtea.spec @@ -30,7 +30,7 @@ Summary: XXTEA encryption algorithm extension for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.10 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -85,7 +85,7 @@ It is different from the original XXTEA encryption algorithm. It encrypts and decrypts string instead of uint32 array, and the key is also string. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -231,6 +231,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.0.10-6 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.0.10-5 - F23 rebuild with rh_layout |