From c90d161036e39fb541993f130cffb96392e9ed57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 May 2021 12:13:31 +0200 Subject: update to 3.3.1 --- php-twig3.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-twig3.spec b/php-twig3.spec index 5dfa6f1..31f21ac 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5 +%global github_commit ac44433c49892bf28d47c852b19832f3823bd351 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -27,7 +27,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.3.0 +Version: 3.3.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -46,8 +46,9 @@ BuildRequires: php(language) >= 7.3 # remirepo:1 %if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 BuildRequires: (php-composer(psr/container) >= 1.0 with php-composer(psr/container) < 2) -# remirepo:3 +# remirepo:4 %else +BuildRequires: php-psr-container < 2 BuildRequires: php-psr-container >= 1.0 %endif %global phpunit %{_bindir}/phpunit9 @@ -165,6 +166,9 @@ exit $RETURN_CODE %changelog +* Wed May 12 2021 Remi Collet - 3.3.1-1 +- update to 3.3.1 + * Mon Feb 8 2021 Remi Collet - 3.3.0-1 - update to 3.3.0 -- cgit