From b2fd8c7e45606252f55c58008fa989cae4d09fc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Apr 2018 07:52:03 +0200 Subject: v2.4.8 --- php-twig2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php-twig2.spec') diff --git a/php-twig2.spec b/php-twig2.spec index 34d9ab1..cc4701a 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit 69aacd44dbbaa3199d5afb68605c996d577896fc +%global github_commit 7b604c89da162034bdf4bb66310f358d313dd16d %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -24,7 +24,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.4.7 +Version: 2.4.8 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -39,9 +39,11 @@ BuildRequires: php-fedora-autoloader-devel # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-composer(phpunit/phpunit) +# remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(symfony/debug) >= 2.7 with php-composer(symfony/debug) < 3) BuildRequires: (php-composer(psr/container) >= 1.0 with php-composer(psr/container) < 2) +# remirepo:5 %else BuildRequires: php-symfony-debug >= 2.7 BuildRequires: php-composer(psr/container) < 2 @@ -158,6 +160,9 @@ exit $RETURN_CODE %changelog +* Tue Apr 3 2018 Remi Collet - 2.4.8-1 +- update to 2.4.8 + * Tue Mar 20 2018 Remi Collet - 2.4.7-1 - update to 2.4.7 -- cgit