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 --- php-twig.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-twig.spec') 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