summaryrefslogtreecommitdiffstats
path: root/php-twig2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-28 10:29:26 +0100
committerRemi Collet <remi@remirepo.net>2020-10-28 10:29:26 +0100
commit1b0da653db770c093d02f31fe982e0b2994e2957 (patch)
treeff0c1792664f76aa7a6bbe1a0257281bc103d4c1 /php-twig2.spec
parent98cf9d10ce325d80c026d3ebca1c1238fd965c6f (diff)
update to 2.14.1
Diffstat (limited to 'php-twig2.spec')
-rw-r--r--php-twig2.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig2.spec b/php-twig2.spec
index 15feacc..040d95c 100644
--- a/php-twig2.spec
+++ b/php-twig2.spec
@@ -14,7 +14,7 @@
%global github_owner twigphp
%global github_name Twig
-%global github_commit d495243dade48c39b6a5261c26cdbd8c5703f6a0
+%global github_commit 5eb9ac5dfdd20c3f59495c22841adc5da980d312
%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.0
+Version: 2.14.1
Release: 1%{?dist}
Summary: The flexible, fast, and secure template engine for PHP
@@ -182,6 +182,9 @@ exit $RETURN_CODE
%changelog
+* Wed Oct 28 2020 Remi Collet <remi@remirepo.net> - 2.14.1-1
+- update to 2.14.1
+
* Wed Oct 21 2020 Remi Collet <remi@remirepo.net> - 2.14.0-1
- update to 2.14.0
- raise dependency on PHP 7.2.5