diff options
| author | Remi Collet <remi@remirepo.net> | 2021-09-06 15:47:36 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-09-06 15:47:36 +0200 | 
| commit | 8069c00f61367aae772d74a86e6bb6e2ec304954 (patch) | |
| tree | 76d8366806dead5920ab9da76f1248288bb9655d | |
| parent | 7654f723637b0aa62aa0d76dce176f74293ee282 (diff) | |
F35 build
| -rw-r--r-- | php-pecl-msgpack.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index c3508a6..5d93e3b 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -42,7 +42,7 @@ URL:           https://pecl.php.net/package/msgpack  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:       4%{?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:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz  %endif @@ -277,6 +277,9 @@ fi  %changelog +* Mon Sep  6 2021 Remi Collet <remi@remirepo.net> - 2.2.0~RC1-6 +- F35 build +  * Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.2.0~RC1-4  - rebuild for 8.1.0RC1  | 
