From 1e919c2bc657a917b7ab5e887e668210dcb177ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Sep 2017 06:54:57 +0200 Subject: v2.4.4 --- php-twig2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-twig2.spec') diff --git a/php-twig2.spec b/php-twig2.spec index b96b9fe..c16355b 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit eab7c3288ae6603d7d6f92b531626af2b162d1f2 +%global github_commit eddb97148ad779f27e670e1e3f19fb323aedafeb %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -24,7 +24,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.4.3 +Version: 2.4.4 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -155,6 +155,9 @@ exit $RETURN_CODE %changelog +* Thu Sep 28 2017 Remi Collet - 2.4.4-1 +- Update to 2.4.4 + * Thu Jun 8 2017 Remi Collet - 2.4.3-1 - Update to 2.4.3 -- cgit