summaryrefslogtreecommitdiffstats
path: root/php-twig.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-29 12:00:16 +0200
committerRemi Collet <remi@php.net>2022-09-29 12:00:16 +0200
commitf86aaa7191951365292e1eb995fe4141816df61a (patch)
treec4cf2da9554fc47626e2b062f1141eeeedbb892a /php-twig.spec
parent797575d87210f4c97fe0d8d66f6c40078dd207c3 (diff)
update to 1.44.7HEADmaster
Diffstat (limited to 'php-twig.spec')
-rw-r--r--php-twig.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-twig.spec b/php-twig.spec
index 8637c9a..4331931 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for php-twig
#
-# Copyright (c) 2014-2021 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2014-2022 Shawn Iwinski <shawn.iwinski@gmail.com>
# Remi Collet <remi@fedoraproject.org>
#
# License: MIT
@@ -16,8 +16,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.44.6
-%global github_commit ae39480f010ef88adc7938503c9b02d3baf2f3b3
+%global github_version 1.44.7
+%global github_commit 0887422319889e442458e48e2f3d9add1a172ad5
%global github_short %(c=%{github_commit}; echo ${c:0:7})
# Lib
@@ -167,7 +167,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml
: Test suite without extension
ret=0
-for SCL in "php %{phpunit}" php74 php80 php81; do
+for SCL in "php %{phpunit}" php74 php80 php81 php82; do
if which $SCL; then
set $SCL
$1 ${2:-%{_bindir}/phpunit9} $SKIP \
@@ -190,6 +190,9 @@ exit $RETURN_CODE
%changelog
+* Thu Sep 29 2022 Remi Collet <remi@remirepo.net> - 1.44.7-1
+- update to 1.44.7
+
* Thu Nov 25 2021 Remi Collet <remi@remirepo.net> - 1.44.6-1
- update to 1.44.6 (no change)
- drop patch merged upstream