summaryrefslogtreecommitdiffstats
path: root/php-twig.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-26 06:58:19 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-26 06:58:19 +0100
commit157ad8f35c66a498bd5e2369f065d005224b3530 (patch)
tree089cc160fccab7d89b04a4c6c62f860810eef86d /php-twig.spec
parente5fa4bd759e11a6507aa4e8a4e5f3e07f314bcd2 (diff)
php-twig: 1.16.3
Diffstat (limited to 'php-twig.spec')
-rw-r--r--php-twig.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-twig.spec b/php-twig.spec
index 801de65..7167f69 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -12,8 +12,8 @@
%global github_owner fabpot
%global github_name Twig
-%global github_version 1.16.2
-%global github_commit 42f758d9fe2146d1f0470604fc05ee43580873fc
+%global github_version 1.16.3
+%global github_commit 6dc11a1e8ecfc30e2c68aaeb218148409d8e68af
# Lib
%global composer_vendor twig
@@ -47,7 +47,7 @@
Name: %{?scl_prefix}php-%{composer_project}
Version: %{github_version}
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: The flexible, fast, and secure template engine for PHP
Group: Development/Libraries
@@ -230,11 +230,11 @@ sed 's/function testGetAttributeWithTemplateAsObject/function SKIP_testGetAttrib
%endif
: Test suite without extension
-%{__phpunit} --include-path ./lib -d date.timezone="UTC"
+%{__phpunit} --include-path ./lib
: Test suite with extension
%{__php} --define extension=ext/NTS/modules/%{ext_name}.so \
- %{__phpunit} --include-path ./lib -d date.timezone="UTC"
+ %{__phpunit} --include-path ./lib
%else
: Tests skipped
%endif
@@ -263,6 +263,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Dec 26 2014 Remi Collet <remi@fedoraproject.org> - 1.16.3-1
+- Update to 1.16.3
+
* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.16.2-1.1
- Fedora 21 SCL mass rebuild