From 633cc0b2d74c7cb5900aab8d607501f3bdd23d2e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Jul 2015 18:21:23 +0200 Subject: php-twig: 1.19.0 --- REFLECTION | 2 +- php-twig.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index e2b5396..ed1346d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #195 twig version 1.18.2 ] { +Extension [ extension #196 twig version 1.19.0 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index fafb9f6..6b698b5 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -14,8 +14,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.18.2 -%global github_commit e8e6575abf6102af53ec283f7f14b89e304fa602 +%global github_version 1.19.0 +%global github_commit edbeaf43b0a606cdaadc32a11d2673614a377b90 %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -56,7 +56,7 @@ Name: %{?sub_prefix}php-%{composer_project} Version: %{github_version} -Release: 4%{?dist}%{!?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 @@ -289,6 +289,9 @@ rm -rf %{buildroot} %changelog +* Fri Jul 31 2015 Remi Collet - 1.19.0-1 +- Update to 1.19.0 + * Mon Jun 22 2015 Remi Collet - 1.18.2-4 - add virtual "rh-php56" provides -- cgit