summaryrefslogtreecommitdiffstats
path: root/php-twig.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-12 11:24:01 +0100
committerRemi Collet <remi@remirepo.net>2019-11-12 11:24:01 +0100
commitb512acdc26cd5f512c7f44c8a781d755da8f6cdf (patch)
tree472082a4d8056f64de8c01a41042d241e93561c7 /php-twig.spec
parentd91f417d69f25ea580829dcd145151e9a3bde2ce (diff)
- update to 1.42.4
- sources from git snapshot
Diffstat (limited to 'php-twig.spec')
-rw-r--r--php-twig.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-twig.spec b/php-twig.spec
index 31ab782..4e8a4d4 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -13,8 +13,9 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.42.3
-%global github_commit 201baee843e0ffe8b0b956f336dd42b2a92fae4e
+%global github_version 1.42.4
+%global github_commit e587180584c3d2d6cb864a0454e777bb6dcb6152
+%global github_short %(c=%{github_commit}; echo ${c:0:7})
# Lib
%global composer_vendor twig
@@ -36,7 +37,8 @@ Summary: The flexible, fast, and secure template engine for PHP
License: BSD
URL: http://twig.sensiolabs.org
-Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz
+Source0: %{name}-%{github_version}-%{github_short}.tgz
+Source1: makesrc.sh
BuildArch: noarch
BuildRequires: php-devel >= %{php_min_ver}
@@ -184,6 +186,10 @@ exit $ret
%changelog
+* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 1.42.4-1
+- update to 1.42.4
+- sources from git snapshot
+
* Tue Aug 27 2019 Remi Collet <remi@remirepo.net> - 1.42.3-1
- update to 1.42.3
- use symfony/debug v3