summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-17 11:32:15 +0200
committerRemi Collet <remi@remirepo.net>2019-04-17 11:32:15 +0200
commitb0bbc4e0d708fc1051f32960395c0809b1b9b2c3 (patch)
tree29428bc2aca9c6e668a50590f43fd0ffee239026
parent0d3ecd31ad0248b18d99e6f00d1f2331d7be9800 (diff)
v1.39.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--composer.json2
-rw-r--r--php-twig.spec9
4 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 67702fe..96cee70 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,4 +1,4 @@
twig
-Version => 1.38.4
+Version => 1.39.1
diff --git a/REFLECTION b/REFLECTION
index 19e4738..0da881d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #81 twig version 1.38.4 ] {
+Extension [ <persistent> extension #81 twig version 1.39.1 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/composer.json b/composer.json
index 7eae2f0..84a08a7 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "1.38-dev"
+ "dev-master": "1.39-dev"
}
}
}
diff --git a/php-twig.spec b/php-twig.spec
index c002a87..9278dfb 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.38.4
-%global github_commit 7732e9e7017d751313811bd118de61302e9c8b35
+%global github_version 1.39.1
+%global github_commit 23e7b6f0cfa1d7ba3de69f30d8e05cf957412fec
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -316,7 +316,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml
: Test suite without extension
ret=0
-for cmd in php php70 php71 php72 php73; do
+for cmd in php php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit --verbose || ret=1
fi
@@ -353,6 +353,9 @@ exit $ret
%changelog
+* Wed Apr 17 2019 Remi Collet <remi@remirepo.net> - 1.39.1-1
+- update to 1.39.1
+
* Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 1.38.4-1
- update to 1.38.4