diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 08:29:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 08:29:03 +0200 |
commit | 7654f723637b0aa62aa0d76dce176f74293ee282 (patch) | |
tree | a6a9d1a869c0eb10e3fb21aab7e94a3af003a112 | |
parent | 807f4dd96a20dea491d3c62aeb8a9556bf9155b7 (diff) |
rebuild for 8.1.0RC1
-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 d771f3d..c3508a6 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -39,10 +39,10 @@ License: BSD Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} URL: https://pecl.php.net/package/msgpack %if 0%{?gh_date:1} -Release: 0.6.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif @@ -277,6 +277,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.2.0~RC1-4 +- rebuild for 8.1.0RC1 + * Tue Aug 31 2021 Remi Collet <remi@remirepo.net> - 2.2.0~RC1-1 - update to 2.2.0RC1 |