From 68727ac1de81fef74f4e6102d11644bcc8d4165c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 09:19:26 +0100 Subject: update to 2.15.4 --- php-twig2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-twig2.spec') diff --git a/php-twig2.spec b/php-twig2.spec index c090c0f..8ac830f 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-twig2 # -# Copyright (c) 2014-2022 Shawn Iwinski +# Copyright (c) 2014-2023 Shawn Iwinski # Remi Collet # # License: MIT @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit ab402673db8746cb3a4c46f3869d6253699f614a +%global github_commit 3e059001d6d597dd50ea7c74dd2464b4adea48d3 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -25,11 +25,11 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.15.3 +Version: 2.15.4 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP -License: BSD +License: BSD-3-Clause URL: https://twig.symfony.com Source0: %{name}-%{version}-%{github_short}.tgz Source1: makesrc.sh @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Tue Jan 3 2023 Remi Collet - 2.15.4-1 +- update to 2.15.4 + * Thu Sep 29 2022 Remi Collet - 2.15.3-1 - update to 2.15.3 -- cgit