summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-14 16:49:19 +0100
committerRemi Collet <remi@remirepo.net>2019-01-14 16:49:19 +0100
commit8674ae373b6d865357def2b4e64e996770eb17fd (patch)
treefe61f2870f3f6dd9eae02e1b7db9cb834681d80e
parent9b16477a0e95fd0f4f5ce1f84824ca7a583b758c (diff)
update to 1.37.1
bump dependency on PHP 5.4
-rw-r--r--composer.json4
-rw-r--r--php-twig.spec16
2 files changed, 12 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index d1256eb..4db7e34 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
"forum": "https://groups.google.com/forum/#!forum/twig-users"
},
"require": {
- "php": ">=5.3.3",
+ "php": ">=5.4.0",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
@@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "1.36-dev"
+ "dev-master": "1.37-dev"
}
}
}
diff --git a/php-twig.spec b/php-twig.spec
index d7d10d1..df2a0ce 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -3,7 +3,7 @@
#
# Fedora spec file for php-twig
#
-# Copyright (c) 2014-2018 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2014-2019 Shawn Iwinski <shawn.iwinski@gmail.com>
# Remi Collet <remi@fedoraproject.org>
#
# License: MIT
@@ -18,7 +18,7 @@
%scl_package php-twig
%else
%global pkg_name %{name}
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 8
# Build using "--without tests" to disable tests
%global with_tests 0%{!?_without_tests:1}
%else
@@ -30,8 +30,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.36.0
-%global github_commit 730c9c4471b5152d23061feb02b03382264c8a15
+%global github_version 1.37.1
+%global github_commit 66be9366c76cbf23e82e7171d47cbfa54a057a62
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -54,8 +54,8 @@ BuildArch: noarch
%global ini_name 40-%{ext_name}.ini
%endif
-# "php": ">=5.3.3"
-%global php_min_ver 5.3.3
+# "php": ">=5.4.0"
+%global php_min_ver 5.4
%global phpdir %{_datadir}/php
@@ -353,6 +353,10 @@ exit $ret
%changelog
+* Mon Jan 14 2019 Remi Collet <remi@remirepo.net> - 1.37.1-1
+- update to 1.37.1
+- bump dependency on PHP 5.4
+
* Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 1.36.0-1
- update to 1.36.0