summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-twig2.spec22
1 files changed, 17 insertions, 5 deletions
diff --git a/php-twig2.spec b/php-twig2.spec
index ef7bf50..fdfed23 100644
--- a/php-twig2.spec
+++ b/php-twig2.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for php-twig2
#
-# 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 3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4
+%global github_commit fc02a6af3eeb97c4bf5650debc76c2eda85ac22e
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor twig
@@ -25,11 +25,11 @@
%global phpdir %{_datadir}/php
Name: php-%{composer_project}2
-Version: 2.15.1
+Version: 2.15.5
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
@@ -160,7 +160,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; do
+for SCL in "php %{phpunit}" php74 php80 php81 php82; do
if which $SCL; then
set $SCL
$1 ${2:-%{_bindir}/phpunit9} $SKIP \
@@ -182,6 +182,18 @@ exit $RETURN_CODE
%changelog
+* Thu May 4 2023 Remi Collet <remi@remirepo.net> - 2.15.5-1
+- update to 2.15.5
+
+* Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 2.15.4-1
+- update to 2.15.4
+
+* Thu Sep 29 2022 Remi Collet <remi@remirepo.net> - 2.15.3-1
+- update to 2.15.3
+
+* Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 2.15.2-1
+- update to 2.15.2
+
* Tue May 17 2022 Remi Collet <remi@remirepo.net> - 2.15.1-1
- update to 2.15.1