From 135caa03f1a578dc4f2413184ada95202c2053cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Feb 2020 08:48:26 +0100 Subject: v3.0.3 --- php-twig3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-twig3.spec') diff --git a/php-twig3.spec b/php-twig3.spec index fa1c3f9..cd886d1 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit 28f856a4c57eeb24485916e8a68403f41a133616 +%global github_commit 3b88ccd180a6b61ebb517aea3b1a8906762a1dc2 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -26,7 +26,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.0.1 +Version: 3.0.3 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -160,6 +160,9 @@ exit $RETURN_CODE %changelog +* Wed Feb 12 2020 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Fri Jan 3 2020 Remi Collet - 3.0.1-1 - update to 3.0.1 -- cgit