From 93290e4f410b24ebb649e25c3f08c334652ac0eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jul 2015 09:34:35 +0200 Subject: PHP 7.0.0beta2 + mass rebuild of ext. --- php-pecl-xxtea.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec index f91fc62..cba9456 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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} @@ -231,6 +231,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet - 1.0.10-4 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet - 1.0.10-3 - rebuild against php 7.0.0beta1 -- cgit