diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 09:11:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 09:11:49 +0200 |
commit | ab5c12928116df2e203a313a9beade9f08f1c2ae (patch) | |
tree | d05af64dfa2968ab8cea7a2854f941162ef46deb | |
parent | 80625bc0902e20cb5e6dceec61f4a575933965db (diff) |
rebuild for PHP 8.0.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 190d317..7fd8f65 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.5.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -288,6 +288,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.1.1-3 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 23 2020 Remi Collet <remi@remirepo.net> - 2.1.1-2 - add upstream patches for PHP 8 |