From 8674ae373b6d865357def2b4e64e996770eb17fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Jan 2019 16:49:19 +0100 Subject: update to 1.37.1 bump dependency on PHP 5.4 --- php-twig.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-twig.spec') diff --git a/php-twig.spec b/php-twig.spec index d7d10d1..df2a0ce 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-twig # -# Copyright (c) 2014-2018 Shawn Iwinski +# Copyright (c) 2014-2019 Shawn Iwinski # Remi Collet # # License: MIT @@ -18,7 +18,7 @@ %scl_package php-twig %else %global pkg_name %{name} -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 # Build using "--without tests" to disable tests %global with_tests 0%{!?_without_tests:1} %else @@ -30,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.36.0 -%global github_commit 730c9c4471b5152d23061feb02b03382264c8a15 +%global github_version 1.37.1 +%global github_commit 66be9366c76cbf23e82e7171d47cbfa54a057a62 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -54,8 +54,8 @@ BuildArch: noarch %global ini_name 40-%{ext_name}.ini %endif -# "php": ">=5.3.3" -%global php_min_ver 5.3.3 +# "php": ">=5.4.0" +%global php_min_ver 5.4 %global phpdir %{_datadir}/php @@ -353,6 +353,10 @@ exit $ret %changelog +* Mon Jan 14 2019 Remi Collet - 1.37.1-1 +- update to 1.37.1 +- bump dependency on PHP 5.4 + * Tue Dec 18 2018 Remi Collet - 1.36.0-1 - update to 1.36.0 -- cgit