summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-08 07:02:43 +0200
committerRemi Collet <remi@remirepo.net>2017-06-08 07:02:43 +0200
commit90a1c13b6e1fe1533f2618aa1be716f4b9d4d734 (patch)
treecc46c8072f8084ff2e43c8c6cc0af65656023089
parent6f8b51d7f1f0025f95dc77f810bbe304c73f9fbf (diff)
v1.34.3
-rw-r--r--REFLECTION2
-rw-r--r--php-twig.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 6d2055f..70b81e0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #75 twig version 1.34.2 ] {
+Extension [ <persistent> extension #75 twig version 1.34.3 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/php-twig.spec b/php-twig.spec
index 030ed41..336c746 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -30,8 +30,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.34.2
-%global github_commit 55e4beb721a044db9e31ae0470024fc205b6a008
+%global github_version 1.34.3
+%global github_commit 451c6f4197e113e24c1c85bc3fc8c2d77adeff2e
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -349,6 +349,9 @@ exit $ret
%changelog
+* Thu Jun 8 2017 Remi Collet <remi@remirepo.net> - 1.34.3-1
+- Update to 1.34.3
+
* Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 1.34.2-1
- Update to 1.34.2
- raise dependency on PHP 5.3.3