From 3cb2547053d2f88cb8b14ac6b4f9c03f73329d3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 09:31:19 +0200 Subject: PHP 7.0.0RC5 --- php-pecl-xxtea.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-xxtea.spec') 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 - 1.0.10-6 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet - 1.0.10-5 - F23 rebuild with rh_layout -- cgit