diff options
| author | Remi Collet <remi@remirepo.net> | 2022-05-17 11:30:20 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-05-17 11:30:20 +0200 | 
| commit | 6a0e90faeff9d86f2663f2d2ec60554f64fab3a5 (patch) | |
| tree | 325e6e7ca81f6e6fe4634037574cfcb67f5a49e6 | |
| parent | f0ad206e5cc3033590b1ca80f1226ee6fbdb2624 (diff) | |
update to 2.15.1
| -rw-r--r-- | php-twig2.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index 3dec0c1..ef7bf50 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@  %global github_owner     twigphp  %global github_name      Twig -%global github_commit    2fcc95728fbe9278773edcb605c7cf8bdc426c22 +%global github_commit    3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4  %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.15.0 +Version:       2.15.1  Release:       1%{?dist}  Summary:       The flexible, fast, and secure template engine for PHP @@ -182,6 +182,9 @@ exit $RETURN_CODE  %changelog +* Tue May 17 2022 Remi Collet <remi@remirepo.net> - 2.15.1-1 +- update to 2.15.1 +  * Mon May 16 2022 Remi Collet <remi@remirepo.net> - 2.15.0-1  - update to 2.15.0  | 
