summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-psr.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 0.7.0-2
+- rebuild for 7.4.0RC1
+
* Tue Aug 13 2019 Remi Collet <remi@remirepo.net> - 0.7.0-1
- update to 0.7.0
- raise minimal PHP version to 7.0