summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-http-message.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-http-message.spec b/php-pecl-http-message.spec
index e661019..1b14903 100644
--- a/php-pecl-http-message.spec
+++ b/php-pecl-http-message.spec
@@ -21,7 +21,7 @@
Summary: PSR-7 HTTP Message implementation
Name: %{?sub_prefix}php-pecl-http-message
Version: 0.1.0
-Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 12%{?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}%{?prever}.tgz
@@ -235,5 +235,8 @@ REPORT_EXIT_STATUS=1 \
%changelog
-* Thu Jul 11 2019 Remi Collet <remi@remirepo.net> - 0.1.0-1
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.1.0-12
+- rebuild for 7.4.0beta1
+
+* Thu Jul 11 2019 Remi Collet <remi@remirepo.net> - 0.1.0-11
- initial package