diff options
| -rw-r--r-- | php-pecl-msgpack.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 91c4996..f72f3ed 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -33,10 +33,10 @@ Summary:       API for communicating with MessagePack serialization  Name:          %{?sub_prefix}php-pecl-msgpack  Version:       2.0.3  %if 0%{?gh_date:1} -Release:       0.2.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz  %else -Release:       5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz  %endif  License:       BSD @@ -303,6 +303,9 @@ fi  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.3-0.3.20171026.943d272 +- rebuild for 7.3.0beta2 new ABI +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 2.0.3-0.2.20171026.943d272  - rebuld for 7.3.0alpha4 new ABI  | 
