diff options
| author | Remi Collet <remi@remirepo.net> | 2021-05-12 12:10:27 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-05-12 12:10:27 +0200 | 
| commit | aa115cd9580954a4239e629390c84f63f163712f (patch) | |
| tree | 1eeb6345bc83f2e69668e7028108f608e1d009fb | |
| parent | 5bd51e0256ac5b50b5e8a6a8855de66305a2c4cd (diff) | |
update to 2.14.5
| -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 fbc3f83..52c6088 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@  %global github_owner     twigphp  %global github_name      Twig -%global github_commit    0b4ba691fb99ec7952d25deb36c0a83061b93bbf +%global github_commit    c9dd15b3a80725bc4919730fae462bddcc960820  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global composer_vendor  twig @@ -25,7 +25,7 @@  %global phpdir      %{_datadir}/php  Name:          php-%{composer_project}2 -Version:       2.14.4 +Version:       2.14.5  Release:       1%{?dist}  Summary:       The flexible, fast, and secure template engine for PHP @@ -47,8 +47,8 @@ BuildRequires: (php-composer(psr/container) >= 1.0    with php-composer(psr/cont  BuildRequires: (php-composer(symfony/polyfill-mbstring) >= 1.3 with php-composer(symfony/polyfill-mbstring) < 2)  # remirepo:6  %else -BuildRequires: php-composer(psr/container) <  2 -BuildRequires: php-composer(psr/container) >= 1.0 +BuildRequires: php-psr-container           <  2 +BuildRequires: php-psr-container           >= 1.0  BuildRequires: php-symfony-polyfill        <  2  BuildRequires: php-symfony-polyfill        >= 1.3  %endif @@ -182,6 +182,9 @@ exit $RETURN_CODE  %changelog +* Wed May 12 2021 Remi Collet <remi@remirepo.net> - 2.14.5-1 +- update to 2.14.5 +  * Wed Mar 10 2021 Remi Collet <remi@remirepo.net> - 2.14.4-1  - update to 2.14.4  | 
