diff options
-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) |