From 89a9660a07528312dcb670f984820fae4ff56a93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 13:39:44 +0100 Subject: PHP 7.1 mass rebuild part #2 --- php-pecl-ds.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-ds.spec') diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 31804fd..4f081c7 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -30,7 +30,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.6 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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} @@ -225,6 +225,9 @@ cd .. %changelog +* Thu Dec 1 2016 Remi Collet - 1.1.6-3 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet - 1.1.6-2 - rebuild for PHP 7.1 new API version -- cgit