diff options
| author | Remi Collet <remi@remirepo.net> | 2021-05-12 12:13:31 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-05-12 12:13:31 +0200 | 
| commit | c90d161036e39fb541993f130cffb96392e9ed57 (patch) | |
| tree | 6553f18fc4314a1f5c60fb5fa37e4a69c7cd97fe | |
| parent | cb23930a49ce0690f07bb87fc5b2e30e5b1cba45 (diff) | |
update to 3.3.1
| -rw-r--r-- | php-twig3.spec | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/php-twig3.spec b/php-twig3.spec index 5dfa6f1..31f21ac 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@  %global github_owner     twigphp  %global github_name      Twig -%global github_commit    1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5 +%global github_commit    ac44433c49892bf28d47c852b19832f3823bd351  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global composer_vendor  twig @@ -27,7 +27,7 @@  %global phpdir      %{_datadir}/php  Name:          php-%{composer_project}%{major} -Version:       3.3.0 +Version:       3.3.1  Release:       1%{?dist}  Summary:       The flexible, fast, and secure template engine for PHP @@ -46,8 +46,9 @@ BuildRequires: php(language) >= 7.3  # remirepo:1  %if 0%{?fedora} >= 30 || 0%{?rhel} >= 8  BuildRequires: (php-composer(psr/container) >= 1.0    with php-composer(psr/container) < 2) -# remirepo:3 +# remirepo:4  %else +BuildRequires: php-psr-container           <  2  BuildRequires: php-psr-container           >= 1.0  %endif  %global phpunit %{_bindir}/phpunit9 @@ -165,6 +166,9 @@ exit $RETURN_CODE  %changelog +* Wed May 12 2021 Remi Collet <remi@remirepo.net> - 3.3.1-1 +- update to 3.3.1 +  * Mon Feb  8 2021 Remi Collet <remi@remirepo.net> - 3.3.0-1  - update to 3.3.0 | 
