From 0135315fbc6ff62a40850d6283b66949f2b50a15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 May 2021 12:08:24 +0200 Subject: update to 1.44.3 --- php-twig.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/php-twig.spec b/php-twig.spec index 368ba08..c25f7f2 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -16,8 +16,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.44.2 -%global github_commit 138c493c5b8ee7cff3821f80b8896d371366b5fe +%global github_version 1.44.3 +%global github_commit 920a9b9a616cdc3ee80dfee67cab5223a2cae7fa %global github_short %(c=%{github_commit}; echo ${c:0:7}) # Lib @@ -45,13 +45,15 @@ BuildArch: noarch BuildRequires: php-devel >= 7.3 # Tests %if %{with tests} +# remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(symfony/debug) >= 3.4 with php-composer(symfony/debug) < 4) BuildRequires: (php-composer(psr/container) >= 1.0 with php-composer(psr/container) < 2) +# remirepo:5 %else BuildRequires: php-symfony3-debug >= 3.4 -BuildRequires: php-composer(psr/container) < 2 -BuildRequires: php-composer(psr/container) >= 1.0 +BuildRequires: php-psr-container < 2 +BuildRequires: php-psr-container >= 1.0 %endif %global phpunit %{_bindir}/phpunit9 BuildRequires: %{phpunit} @@ -179,6 +181,7 @@ exit $RETURN_CODE %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc CHANGELOG README.rst composer.json @@ -187,6 +190,9 @@ exit $RETURN_CODE %changelog +* Wed May 12 2021 Remi Collet - 1.44.3-1 +- update to 1.44.3 + * Wed Jan 6 2021 Remi Collet - 1.44.2-1 - update to 1.44.2 -- cgit