From 30348c5e862fef15dd38d87ad74e2da9491f0f07 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 13:48:30 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-parle.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-parle.spec') 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 - 0.8.1-8 +- rebuild for 7.4.0RC1 + * Fri Aug 23 2019 Remi Collet - 0.8.1-7 - add patch for 7.4 from https://github.com/weltling/parle/pull/17 -- cgit