summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-07 19:37:12 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-07 19:37:12 +0200
commit50f55ffae7a90a3c211c572c45f9f2a894cee81a (patch)
tree747ae48b987ce7c80101b16c33ed801e3bbed344
parent9c0bc8a9332ae2cf0a4d61054b93ed048dcabf03 (diff)
php-twig: 1.18.2
-rw-r--r--REFLECTION2
-rw-r--r--php-twig.spec13
2 files changed, 10 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 649b1b4..e2b5396 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #194 twig version 1.18.1 ] {
+Extension [ <persistent> extension #195 twig version 1.18.2 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/php-twig.spec b/php-twig.spec
index 9e265f5..41c6583 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -1,3 +1,5 @@
+# remirepo spec file for php-twig
+# With SCL stuff, from Fedora:
#
# RPM spec file for php-twig
#
@@ -12,8 +14,8 @@
%global github_owner fabpot
%global github_name Twig
-%global github_version 1.18.1
-%global github_commit 9f70492f44398e276d1b81c1b43adfe6751c7b7f
+%global github_version 1.18.2
+%global github_commit e8e6575abf6102af53ec283f7f14b89e304fa602
%global github_short %(c=%{github_commit}; echo ${c:0:7})
@@ -236,11 +238,11 @@ sed 's/function testGetAttributeWithTemplateAsObject/function SKIP_testGetAttrib
%endif
: Test suite without extension
-%{__phpunit} --include-path ./lib
+%{__phpunit} --include-path ./lib --verbose
: Test suite with extension
%{__php} --define extension=ext/NTS/modules/%{ext_name}.so \
- %{__phpunit} --include-path ./lib
+ %{__phpunit} --include-path ./lib --verbose
%else
: Tests skipped
%endif
@@ -269,6 +271,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Jun 7 2015 Remi Collet <remi@fedoraproject.org> - 1.18.2-1
+- Update to 1.18.2
+
* Sun Apr 19 2015 Remi Collet <remi@fedoraproject.org> - 1.18.1-1
- Update to 1.18.1