diff options
-rw-r--r-- | php-twig.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig.spec b/php-twig.spec index c307157..a257a6d 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -30,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.42.0 -%global github_commit 2983fcf2e20a4afe95f07e61d89a7590b3c8df2e +%global github_version 1.42.1 +%global github_commit 671347603760a88b1e7288aaa9378f33687d7edf %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -341,6 +341,9 @@ exit $ret %changelog +* Tue Jun 4 2019 Remi Collet <remi@remirepo.net> - 1.42.1-1 +- update to 1.42.1 + * Mon Jun 3 2019 Remi Collet <remi@remirepo.net> - 1.42.0-1 - update to 1.42.0 |