diff options
| -rw-r--r-- | php-twig2.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index c9af341..bff9a22 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -2,7 +2,7 @@  #  # Fedora spec file for php-twig  # -# Copyright (c) 2014-2018 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2014-2019 Shawn Iwinski <shawn.iwinski@gmail.com>  #                         Remi Collet <remi@fedoraproject.org>  #  # License: MIT @@ -13,7 +13,7 @@  %global with_tests       0%{!?_without_tests:1}  %global github_owner     twigphp  %global github_name      Twig -%global github_commit    a11dd39f5b6589e14f0ff3b36675d06047c589b1 +%global github_commit    7d7342c8a4059fefb9b8d07db0cc14007021f9b7  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global composer_vendor  twig @@ -24,7 +24,7 @@  %global phpdir      %{_datadir}/php  Name:          php-%{composer_project}2 -Version:       2.6.0 +Version:       2.6.2  Release:       1%{?dist}  Summary:       The flexible, fast, and secure template engine for PHP @@ -176,6 +176,9 @@ exit $RETURN_CODE  %changelog +* Mon Jan 14 2019 Remi Collet <remi@remirepo.net> - 2.6.2-1 +- update to 2.6.2 +  * Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 2.6.0-1  - update to 2.6.0  - add dependency on symfony/polyfill-mbstring 1.3  | 
