diff options
| -rw-r--r-- | php-pecl-mcrypt.spec | 15 | 
1 files changed, 6 insertions, 9 deletions
| diff --git a/php-pecl-mcrypt.spec b/php-pecl-mcrypt.spec index 56da2d7..724ae8c 100644 --- a/php-pecl-mcrypt.spec +++ b/php-pecl-mcrypt.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-mcrypt  # -# Copyright (c) 2017-2020 Remi Collet +# Copyright (c) 2017-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -19,12 +19,13 @@  Summary:      Bindings for the libmcrypt library  Name:         %{?scl_prefix}php-pecl-mcrypt  Version:      1.0.4 -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;')}}  License:      PHP  URL:          https://pecl.php.net/package/mcrypt  Source:       https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz +BuildRequires: make  BuildRequires: %{?dtsprefix}gcc  BuildRequires: %{?scl_prefix}php-devel > 7.2  BuildRequires: libmcrypt-devel @@ -68,13 +69,6 @@ Obsoletes:      php80-pecl-%{pecl_name} <= %{version}  %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - -  %description  Provides bindings for the unmaintained libmcrypt. @@ -223,6 +217,9 @@ fi  %changelog +* Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 1.0.4-3 +- F34 rebuild for https://github.com/remicollet/remirepo/issues/174 +  * Wed Dec  2 2020 Remi Collet <remi@remirepo.net> - 1.0.4-1  - update to 1.0.4 | 
