diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 376c0b1ef84ec9cd2e096e1de0df9fbfdbe0bfb8 (patch) | |
tree | b2a2d0b7f9a7a7dc2095744dd20426e9865e5279 | |
parent | 942116f33d4bd60491b8af3f63225ce148883e66 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r-- | php-snappy.spec | 7 |
1 files 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 <remi@fedoraproject.org> - 0.1.5-2 +- rebuild for PHP 7.1 new API version + * Thu Sep 8 2016 Remi Collet <remi@fedoraproject.org> - 0.1.5-1 - update to 0.1.5 (no change) |