diff options
| -rw-r--r-- | php-twig2.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index b1dfa9f..89883fb 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -13,7 +13,7 @@  %global with_tests       0%{!?_without_tests:1}  %global github_owner     twigphp  %global github_name      Twig -%global github_commit    84a463403da1c81afbcedda8f0e788c78bd25a79 +%global github_commit    699ed2342557c88789a15402de5eb834dedd6792  %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.11.2 +Version:       2.11.3  Release:       1%{?dist}  Summary:       The flexible, fast, and secure template engine for PHP @@ -54,7 +54,7 @@ BuildRequires: php-symfony-polyfill        >= 1.3  %endif  # Workaround  BuildRequires: php-symfony-common -## phpcompatinfo (computed from version 2.4.2) +## phpcompatinfo (computed from version 2.11.3)  BuildRequires: php-ctype  BuildRequires: php-date  BuildRequires: php-hash @@ -77,7 +77,7 @@ Requires:     (php-composer(symfony/polyfill-mbstring) >= 1.3 with php-composer(  Requires:      php-symfony-polyfill        <  2  Requires:      php-symfony-polyfill        >= 1.3  %endif -## phpcompatinfo (computed from version 2.5.0) +## phpcompatinfo (computed from version 2.11.3)  Requires:      php-ctype  Requires:      php-date  Requires:      php-hash @@ -177,6 +177,9 @@ exit $RETURN_CODE  %changelog +* Tue Jun 18 2019 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.11.3-1 +- Update to 2.11.3 +  * Wed Jun  5 2019 Remi Collet <remi@remirepo.net> - 2.11.2-1  - update to 2.11.2  | 
