diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-22 14:22:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-22 14:22:49 +0100 |
commit | 7a41f02ee2a80eccdf8360cbe157c5ff2c2b3eea (patch) | |
tree | 89ccd0d6f0ad638b4c3f1ebc302ec9eeca10ff57 | |
parent | 5a68a95aa3533f5499f04025a5731d6c0f9f4f9d (diff) |
php-twig: 1.28.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-twig.spec | 11 |
2 files changed, 6 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 twig version 1.28.0 ] { +Extension [ <persistent> extension #72 twig version 1.28.1 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 1694823..cd64560 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -14,11 +14,7 @@ %if 0%{?scl:1} # PHPUnit not available in SCL %global with_tests 0 -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-twig %else %global pkg_name %{name} @@ -34,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.28.0 -%global github_commit 60ae30368f7ac50a95de032f16c1e882b0f69813 +%global github_version 1.28.1 +%global github_commit fff80c4a7ae1d47a81dfec10c76cbcb939170b45 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -349,6 +345,9 @@ rm -rf %{buildroot} %changelog +* Tue Nov 22 2016 Remi Collet <remi@fedoraproject.org> - 1.28.1-1 +- Update to 1.28.1 + * Fri Nov 18 2016 Remi Collet <remi@fedoraproject.org> - 1.28.0-1 - Update to 1.28.0 |