diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-12 12:08:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-12 12:08:24 +0200 |
commit | 0135315fbc6ff62a40850d6283b66949f2b50a15 (patch) | |
tree | d296807a45dfd7f0eea551db3d9b7aa4f412ea5b | |
parent | b82dd323e87ddc65efe5f1cff93bad20a2f6ff6b (diff) |
update to 1.44.3
-rw-r--r-- | php-twig.spec | 14 |
1 files 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 <remi@remirepo.net> - 1.44.3-1 +- update to 1.44.3 + * Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 1.44.2-1 - update to 1.44.2 |