From 3330196bf79d3baf438ca0ba64c5d0537f712ff8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 11:48:46 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-crypto.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-crypto.spec') diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index de007f9..ba29450 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -27,7 +27,7 @@ Summary: Wrapper for OpenSSL Crypto Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.3.1 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -78,7 +78,7 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %endif @@ -246,6 +246,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet - 0.3.1-8 +- rebuild for 7.4.0beta1 + * Tue Dec 4 2018 Remi Collet - 0.3.1-7 - EL-8 build -- cgit