From 0f48343ec93fc128efd67f6c6aa031f4d4f35d57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 12:22:06 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-psr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-psr.spec b/php-pecl-psr.spec index 9749f18..a4b3abe 100644 --- a/php-pecl-psr.spec +++ b/php-pecl-psr.spec @@ -25,7 +25,7 @@ Summary: PSR interfaces Name: %{?sub_prefix}php-pecl-psr Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: BSD URL: http://pecl.php.net/package/psr @@ -255,6 +255,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 0.7.0-2 +- rebuild for 7.4.0RC1 + * Tue Aug 13 2019 Remi Collet - 0.7.0-1 - update to 0.7.0 - raise minimal PHP version to 7.0 -- cgit