diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-14 07:38:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-14 07:38:55 +0100 |
commit | d79408c44430f006f91799bc1bd9338dbb373dae (patch) | |
tree | b8f12f0377a9fa8d7bf088c1ab8b3f11b7ff9c49 | |
parent | 82d67179457349c81f930b86fc7a8929c12300c5 (diff) |
php-twig: 1.29.0
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-twig.spec | 10 |
3 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 twig version 1.28.2 ] { +Extension [ <persistent> extension #72 twig version 1.29.0 ] { - Functions { Function [ <internal:twig> 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 <remi@fedoraproject.org> - 1.28.2-2 -- rebuild with PHP 7.1.0 GA +* Wed Dec 14 2016 Remi Collet <remi@fedoraproject.org> - 1.29.0-1 +- Update to 1.29.0 * Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> - 1.28.2-1 - Update to 1.28.2 |