summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-parle.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec
index 0a9d7ef..ae9a573 100644
--- a/php-pecl-parle.spec
+++ b/php-pecl-parle.spec
@@ -31,7 +31,7 @@ BuildRequires: devtoolset-6-toolchain
Summary: Parsing and lexing
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 0.8.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;')}}
# Extension is BSD, libraries are Boost
License: BSD and Boost
URL: http://pecl.php.net/package/%{pecl_name}
@@ -252,6 +252,9 @@ fi
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.8.1-8
+- rebuild for 7.4.0RC1
+
* Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 0.8.1-7
- add patch for 7.4 from
https://github.com/weltling/parle/pull/17