From 8f50c783a935fe33f53a69b52634a7d2947464a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Jan 2019 16:40:05 +0100 Subject: v2.6.2 --- php-twig2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-twig2.spec b/php-twig2.spec index c9af341..bff9a22 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-twig # -# Copyright (c) 2014-2018 Shawn Iwinski +# Copyright (c) 2014-2019 Shawn Iwinski # Remi Collet # # License: MIT @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit a11dd39f5b6589e14f0ff3b36675d06047c589b1 +%global github_commit 7d7342c8a4059fefb9b8d07db0cc14007021f9b7 %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.6.0 +Version: 2.6.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -176,6 +176,9 @@ exit $RETURN_CODE %changelog +* Mon Jan 14 2019 Remi Collet - 2.6.2-1 +- update to 2.6.2 + * Tue Dec 18 2018 Remi Collet - 2.6.0-1 - update to 2.6.0 - add dependency on symfony/polyfill-mbstring 1.3 -- cgit