From 376c0b1ef84ec9cd2e096e1de0df9fbfdbe0bfb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-snappy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-snappy.spec b/php-snappy.spec index a1e500f..16913fe 100644 --- a/php-snappy.spec +++ b/php-snappy.spec @@ -28,9 +28,9 @@ Summary: Snappy Extension for PHP Name: %{?sub_prefix}php-snappy Version: 0.1.5 %if 0%{?gh_date:1} -Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP Group: Development/Languages @@ -197,6 +197,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 14 2016 Remi Collet - 0.1.5-2 +- rebuild for PHP 7.1 new API version + * Thu Sep 8 2016 Remi Collet - 0.1.5-1 - update to 0.1.5 (no change) -- cgit