From d79408c44430f006f91799bc1bd9338dbb373dae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Dec 2016 07:38:55 +0100 Subject: php-twig: 1.29.0 --- REFLECTION | 2 +- composer.json | 2 +- php-twig.spec | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index 54c4f09..457df40 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 twig version 1.28.2 ] { +Extension [ extension #72 twig version 1.29.0 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/composer.json b/composer.json index c0ff2e2..5bf8a43 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.28-dev" + "dev-master": "1.29-dev" } } } diff --git a/php-twig.spec b/php-twig.spec index 633215e..e576628 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.28.2 -%global github_commit b22ce0eb070e41f7cba65d78fe216de29726459c +%global github_version 1.29.0 +%global github_commit 74f723e542368ca2080b252740be5f1113ebb898 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -61,7 +61,7 @@ BuildArch: noarch Name: %{?sub_prefix}php-%{composer_project} Version: %{github_version} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: The flexible, fast, and secure template engine for PHP Group: Development/Libraries @@ -346,8 +346,8 @@ rm -rf %{buildroot} %changelog -* Thu Dec 1 2016 Remi Collet - 1.28.2-2 -- rebuild with PHP 7.1.0 GA +* Wed Dec 14 2016 Remi Collet - 1.29.0-1 +- Update to 1.29.0 * Thu Nov 24 2016 Remi Collet - 1.28.2-1 - Update to 1.28.2 -- cgit