From cf735558e00642fce1092a37b74bbcaa2b3b444e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Oct 2019 11:46:41 +0200 Subject: - update to 2.12.1 (no change) - sources from git snapshot --- php-twig2.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-twig2.spec') diff --git a/php-twig2.spec b/php-twig2.spec index 6c6a8ec..74b34d5 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 c7a85fd08348ca04b4d8f234f49583d9910906aa +%global github_commit ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -24,13 +24,14 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.12.0 +Version: 2.12.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP License: BSD URL: https://twig.symfony.com -Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{version}-%{github_short}.tar.gz +Source0: %{name}-%{version}-%{github_short}.tgz +Source1: makesrc.sh BUildArch: noarch ## Autoloader @@ -182,6 +183,10 @@ exit $RETURN_CODE %changelog +* Thu Oct 17 2019 Remi Collet - 2.12.1-1 +- update to 2.12.1 (no change) +- sources from git snapshot + * Mon Oct 7 2019 Remi Collet - 2.12.0-1 - update to 2.12.0 - use phpunit7 and Symfony 4 for test suite -- cgit