summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-25 16:24:23 +0100
committerRemi Collet <remi@php.net>2021-11-25 16:24:23 +0100
commit5536fe365facd1310d981b93f657b0487e838974 (patch)
tree81e1d8f624daa49e701ff87fe3156527c2d876f6
parent6f0add9aaa2dadd46dc0d2cc56a5d43b62b16735 (diff)
update to 2.14.8 (no change)
-rw-r--r--php-twig2.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/php-twig2.spec b/php-twig2.spec
index 5551124..de0a559 100644
--- a/php-twig2.spec
+++ b/php-twig2.spec
@@ -14,7 +14,7 @@
%global github_owner twigphp
%global github_name Twig
-%global github_commit 8e202327ee1ed863629de9b18a5ec70ac614d88f
+%global github_commit 06b450a2326aa879faa2061ff72fe1588b3ab043
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor twig
@@ -25,7 +25,7 @@
%global phpdir %{_datadir}/php
Name: php-%{composer_project}2
-Version: 2.14.7
+Version: 2.14.8
Release: 1%{?dist}
Summary: The flexible, fast, and secure template engine for PHP
@@ -54,8 +54,6 @@ BuildRequires: php-symfony-polyfill >= 1.3
%endif
%global phpunit %{_bindir}/phpunit9
BuildRequires: %{phpunit}
-# Workaround
-BuildRequires: php-symfony-common
## phpcompatinfo (computed from version 2.11.3)
BuildRequires: php-ctype
BuildRequires: php-date
@@ -160,7 +158,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml
RETURN_CODE=0
: Upstream tests with SCLs if available
-for SCL in "php %{phpunit}" php73 php74 php80 php81; do
+for SCL in "php %{phpunit}" php74 php80 php81; do
if which $SCL; then
set $SCL
$1 ${2:-%{_bindir}/phpunit9} $SKIP \
@@ -182,6 +180,9 @@ exit $RETURN_CODE
%changelog
+* Thu Nov 25 2021 Remi Collet <remi@remirepo.net> - 2.14.8-1
+- update to 2.14.8 (no change)
+
* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 2.14.7-1
- update to 2.14.7