From 2beebca24fe5fc0282529c94aa42aed918bd8545 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2019 11:18:18 +0100 Subject: v2.12.2 --- 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 74b34d5..307bcfb 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 ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5 +%global github_commit d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed %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.12.1 +Version: 2.12.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -183,6 +183,9 @@ exit $RETURN_CODE %changelog +* Tue Nov 12 2019 Remi Collet - 2.12.2-1 +- update to 2.12.2 + * Thu Oct 17 2019 Remi Collet - 2.12.1-1 - update to 2.12.1 (no change) - sources from git snapshot -- cgit