diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-04 14:46:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-04 14:46:56 +0200 |
commit | b912404721994d0bb383dc7de64fdb1914ff5d86 (patch) | |
tree | 7e02b216ea693447f99804cb00f0f422e82d72c3 | |
parent | ad504424b001770c5d1f74e522d3adab982965d8 (diff) |
v1.42.1
-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 |