From 75680ba0ee68155ddc694914e1c0bd7f6dc0c436 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2020 10:22:26 +0100 Subject: update to 1.44.1 --- php-twig.spec | 7 +++++-- 1 file 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 - 1.44.1-1 +- update to 1.44.1 + * Wed Oct 21 2020 Remi Collet - 1.44.0-1 - update to 1.44.0 - raise dependency on PHP 7.2.5 -- cgit