diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-17 16:44:11 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-17 16:44:11 +0200 |
commit | 117e88b868222406a40bc43703c64c1b262fb8ac (patch) | |
tree | 50ac21d338079c976502c41db77c8675f24c2928 | |
parent | 8cf0fd9ed30bfa765e1aee1f2dd080245f557611 (diff) |
php-twig: 1.16.2
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-twig.spec | 13 |
2 files changed, 7 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #178 twig version 1.16.1 ] { +Extension [ <persistent> extension #178 twig version 1.16.2 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 184c26e..ca4fcd2 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -12,8 +12,8 @@ %global github_owner fabpot %global github_name Twig -%global github_version 1.16.1 -%global github_commit 7c4c01dcf578523cfcddf383641a4f12790270ec +%global github_version 1.16.2 +%global github_commit 42f758d9fe2146d1f0470604fc05ee43580873fc # Lib %global composer_vendor twig @@ -155,10 +155,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -qn %{github_name}-%{github_commit} -# Licenses -mv LICENSE LICENSE-lib -mv ext/twig/LICENSE LICENSE-ext - # Ext ## NTS mv ext/%{ext_name} ext/NTS @@ -251,7 +247,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license LICENSE* +%license LICENSE %doc CHANGELOG README.rst composer.json # Lib %{_datadir}/php/Twig @@ -267,6 +263,9 @@ rm -rf %{buildroot} %changelog +* Fri Oct 17 2014 Remi Collet <remi@fedoraproject.org> - 1.16.2-1 +- Update to 1.16.2 + * Sat Oct 11 2014 Remi Collet <remi@fedoraproject.org> - 1.16.1-1 - Update to 1.16.1 |