summaryrefslogtreecommitdiffstats
path: root/php-twig2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-17 11:46:41 +0200
committerRemi Collet <remi@remirepo.net>2019-10-17 11:46:41 +0200
commitcf735558e00642fce1092a37b74bbcaa2b3b444e (patch)
tree6442bc18775a0494419e9d60805d4279a2b6cd2c /php-twig2.spec
parent3352ad2737ddd153ad67b778ea96462f893d2185 (diff)
- update to 2.12.1 (no change)
- sources from git snapshot
Diffstat (limited to 'php-twig2.spec')
-rw-r--r--php-twig2.spec11
1 files changed, 8 insertions, 3 deletions
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 <remi@remirepo.net> - 2.12.1-1
+- update to 2.12.1 (no change)
+- sources from git snapshot
+
* Mon Oct 7 2019 Remi Collet <remi@remirepo.net> - 2.12.0-1
- update to 2.12.0
- use phpunit7 and Symfony 4 for test suite