diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 07:30:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 07:30:45 +0200 |
commit | 8d00111c2f77f5f55f39fa17df82c103d08daf56 (patch) | |
tree | b3e9a40866b5ef76a4c011c9b553131d39ba186d | |
parent | 941477e675173538b4aba08e820bab81236ef00c (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-igbinary.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 4ce8c1c..560616b 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -37,10 +37,10 @@ Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} %if 0%{?gh_date} -Release: 0.8.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.9.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD @@ -310,6 +310,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.7-3 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 2.0.7-2 - rebuld for 7.3.0alpha4 new ABI |