summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-twig3.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/php-twig3.spec b/php-twig3.spec
index aa86331..e54facc 100644
--- a/php-twig3.spec
+++ b/php-twig3.spec
@@ -14,7 +14,7 @@
%global github_owner twigphp
%global github_name Twig
-%global github_commit a27fa056df8a6384316288ca8b0fa3a35fdeb569
+%global github_commit 65cb6f0b956485e1664f13d023c55298a4bb59ca
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor twig
@@ -27,7 +27,7 @@
%global phpdir %{_datadir}/php
Name: php-%{composer_project}%{major}
-Version: 3.3.3
+Version: 3.3.4
Release: 1%{?dist}
Summary: The flexible, fast, and secure template engine for PHP
@@ -53,8 +53,6 @@ BuildRequires: php-psr-container >= 1.0
%endif
%global phpunit %{_bindir}/phpunit9
BuildRequires: %{phpunit}
-# Workaround
-BuildRequires: php-symfony-common
## phpcompatinfo (computed from version 3.0.0)
BuildRequires: php-ctype
BuildRequires: php-date
@@ -144,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}" php73 php74 php80 php81; do
+for SCL in "php %{phpunit}" php74 php80 php81; do
if which $SCL; then
set $SCL
$1 ${2:-%{_bindir}/phpunit9} \
@@ -166,6 +164,9 @@ exit $RETURN_CODE
%changelog
+* Thu Nov 25 2021 Remi Collet <remi@remirepo.net> - 3.3.4-1
+- update to 3.3.4 (no change)
+
* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 3.3.3-1
- update to 3.3.3