diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-05 15:13:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-05 15:13:07 +0100 |
commit | 244d6c1e9c95be402920ba7f7bbd67775a4f9ecd (patch) | |
tree | 72748122169612c343d746e830481d069694b055 | |
parent | cb70513496618fe8adfb10b6e79dca6df9629f98 (diff) |
php-twig: 1.23.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-twig.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #201 twig version 1.23.0 ] { +Extension [ <persistent> extension #200 twig version 1.23.1 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 0dc4d5d..58b4acb 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.23.0 -%global github_commit 5868cd822fd6cf626d5f805439575f9c323cee2a +%global github_version 1.23.1 +%global github_commit d9b6333ae8dd2c8e3fd256e127548def0bc614c6 %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -295,6 +295,9 @@ rm -rf %{buildroot} %changelog +* Thu Nov 05 2015 Remi Collet <remi@fedoraproject.org> - 1.23.1-1 +- Update to 1.23.0 + * Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 1.23.0-1 - Update to 1.23.0 |