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 a165809..125e839 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -16,8 +16,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.44.0 -%global github_commit e7c93a4af5eba2b0b3cf51d540e0a131187d7410 +%global github_version 1.44.1 +%global github_commit 04b15d4c0bb18ddbf82626320ac07f6a73f199c9 %global github_short %(c=%{github_commit}; echo ${c:0:7}) # Lib @@ -187,6 +187,9 @@ exit $RETURN_CODE %changelog +* Wed Oct 28 2020 Remi Collet <remi@remirepo.net> - 1.44.1-1 +- update to 1.44.1 + * Wed Oct 21 2020 Remi Collet <remi@remirepo.net> - 1.44.0-1 - update to 1.44.0 - raise dependency on PHP 7.2.5 |