From eed08db5e4f88a9ecc2f8618a5eb2a2eddfd66c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Oct 2016 07:23:47 +0200 Subject: [PATCH] v1.26.0 --- php-twig.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-twig.spec b/php-twig.spec index 4b1f1cb..1367d73 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -12,8 +12,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.24.2 -%global github_commit 33093f6e310e6976baeac7b14f3a6ec02f2d79b7 +%global github_version 1.26.0 +%global github_commit 81c2b5fd36581370c7731387f05dcdb577050513 %if "%{php_version}" < "7" %global with_ext 1 @@ -58,7 +58,7 @@ BuildRequires: php-devel >= %{php_min_ver} # Tests %if %{with_tests} BuildRequires: %{_bindir}/phpunit -## phpcompatinfo (computed from version 1.24.2) +## phpcompatinfo (computed from version 1.26.0) BuildRequires: php-ctype BuildRequires: php-date BuildRequires: php-dom @@ -74,7 +74,7 @@ BuildRequires: php-spl # Lib ## composer.json Requires: php(language) >= %{php_min_ver} -## phpcompatinfo (computed from version 1.24.2) +## phpcompatinfo (computed from version 1.26.0) Requires: php-ctype Requires: php-date Requires: php-dom @@ -274,6 +274,9 @@ sed 's/function testGetAttributeWithTemplateAsObject/function SKIP_testGetAttrib %changelog +* Tue Oct 4 2016 Remi Collet - 1.26.0-1 +- Update to 1.26.0 + * Sun Sep 11 2016 Shawn Iwinski - 1.24.2-1 - Updated to 1.24.2 (RHBZ #1372507)