From 7b8d28b56dbed4740729609651fde96d2f50f687 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 15:13:11 +0200 Subject: rebuild for 7.4.0RC1 --- php-zephir-parser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 56a0dfd..5b3b19a 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -21,7 +21,7 @@ Name: %{?scl_prefix}%{gh_project} Version: 1.3.1 -Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension License: MIT @@ -114,6 +114,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet - 1.3.1-2 +- rebuild for 7.4.0RC1 + * Thu May 2 2019 Remi Collet - 1.3.1-1 - update to 1.3.1 -- cgit