diff options
Diffstat (limited to 'php-pecl-yac.spec')
-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 |