From efa0f18d4fc47b7cd81372384ab494504eb42ad1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Aug 2022 07:12:44 +0200 Subject: update to 1.1.0 raise dependency on PHP 7.2 --- php-ast.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-ast.spec') diff --git a/php-ast.spec b/php-ast.spec index 9684129..30d72fc 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-ast # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -21,7 +21,7 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast -Version: 1.0.16 +Version: 1.1.0 %if 0%{?gh_date:1} Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -37,7 +37,7 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 7.0 +BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-tokenizer @@ -222,6 +222,10 @@ fi %changelog +* Wed Aug 10 2022 Remi Collet - 1.1.0-1 +- update to 1.1.0 +- raise dependency on PHP 7.2 + * Sun Nov 28 2021 Remi Collet - 1.0.16-1 - update to 1.0.16 -- cgit