diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-30 07:54:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-30 07:54:28 +0200 |
commit | 1e5a0dec8f1c3ef419811b40f0cc625ab842aa9d (patch) | |
tree | 08a1c8151f6966fc6f34fafbd1f722ab042c169c | |
parent | 5c7f670b297e919ea3a145088f18ac414eb43cd3 (diff) |
F34 rebuild for https://github.com/remicollet/remirepo/issues/174
-rw-r--r-- | php-pecl-yac.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index 137ea49..7580894 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -35,7 +35,7 @@ URL: https://pecl.php.net/package/%{pecl_name} Release: 0.13.%{gh_date}git%{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: 1%{?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;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif @@ -272,6 +272,9 @@ fi %changelog +* Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 2.3.0-3 +- F34 rebuild for https://github.com/remicollet/remirepo/issues/174 + * Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 |