From aa115cd9580954a4239e629390c84f63f163712f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 May 2021 12:10:27 +0200 Subject: update to 2.14.5 --- php-twig2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-twig2.spec b/php-twig2.spec index fbc3f83..52c6088 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 0b4ba691fb99ec7952d25deb36c0a83061b93bbf +%global github_commit c9dd15b3a80725bc4919730fae462bddcc960820 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -25,7 +25,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.14.4 +Version: 2.14.5 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -47,8 +47,8 @@ BuildRequires: (php-composer(psr/container) >= 1.0 with php-composer(psr/cont BuildRequires: (php-composer(symfony/polyfill-mbstring) >= 1.3 with php-composer(symfony/polyfill-mbstring) < 2) # remirepo:6 %else -BuildRequires: php-composer(psr/container) < 2 -BuildRequires: php-composer(psr/container) >= 1.0 +BuildRequires: php-psr-container < 2 +BuildRequires: php-psr-container >= 1.0 BuildRequires: php-symfony-polyfill < 2 BuildRequires: php-symfony-polyfill >= 1.3 %endif @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Wed May 12 2021 Remi Collet - 2.14.5-1 +- update to 2.14.5 + * Wed Mar 10 2021 Remi Collet - 2.14.4-1 - update to 2.14.4 -- cgit