diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-twig.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 twig version 1.29.0 ] { +Extension [ <persistent> extension #73 twig version 1.30.0 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/composer.json b/composer.json index 5bf8a43..57c0d91 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.29-dev" + "dev-master": "1.30-dev" } } } diff --git a/php-twig.spec b/php-twig.spec index e576628..a2111ac 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.29.0 -%global github_commit 74f723e542368ca2080b252740be5f1113ebb898 +%global github_version 1.30.0 +%global github_commit c6ff71094fde15d12398eaba029434b013dc5e59 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -346,6 +346,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 1.30.0-1 +- Update to 1.30.0 + * Wed Dec 14 2016 Remi Collet <remi@fedoraproject.org> - 1.29.0-1 - Update to 1.29.0 |