diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-03 09:29:46 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-03 09:29:46 +0100 |
commit | 5985534ee650ba6e7b2a786759544113ec3d888c (patch) | |
tree | ec57276edc7fd379365e0a36a827c7ccca062d0b | |
parent | 207fd78ea5c2004060762a03ec5ff01a17bd3d22 (diff) |
update to 3.5.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-twig3.spec | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 33e4640..18d3135 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "3.5-dev" } } } diff --git a/php-twig3.spec b/php-twig3.spec index 77e21b1..1781db1 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-twig3 # -# Copyright (c) 2014-2022 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2014-2023 Shawn Iwinski <shawn.iwinski@gmail.com> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit c38fd6b0b7f370c198db91ffd02e23b517426b58 +%global github_commit 3ffcf4b7d890770466da3b2666f82ac054e7ec72 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -27,11 +27,11 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.4.3 +Version: 3.5.0 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP -License: BSD +License: BSD-3-Clause URL: https://twig.symfony.com Source0: %{name}-%{version}-%{github_short}.tgz Source1: makesrc.sh @@ -142,7 +142,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml RETURN_CODE=0 : Upstream tests with SCLs if available -for SCL in "php %{phpunit}" php74 php80 php81 php82; do +for SCL in "php %{phpunit}" php80 php81 php82; do if which $SCL; then set $SCL $1 ${2:-%{_bindir}/phpunit9} \ @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 3.5.0-1 +- update to 3.5.0 + * Thu Sep 29 2022 Remi Collet <remi@remirepo.net> - 3.4.3-1 - update to 3.4.3 |