summaryrefslogtreecommitdiffstats
path: root/php-jsonlint.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-jsonlint.spec')
-rw-r--r--php-jsonlint.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/php-jsonlint.spec b/php-jsonlint.spec
index f7feecf..5895b87 100644
--- a/php-jsonlint.spec
+++ b/php-jsonlint.spec
@@ -13,8 +13,8 @@
%global github_owner Seldaek
%global github_name jsonlint
-%global github_version 1.6.2
-%global github_commit 7a30649c67ee0d19faacfd9fa2cfb6cc032d9b19
+%global github_version 1.7.0
+%global github_commit 9b355654ea99460397b89c132b5c1087b6bf4473
# "php": "^5.3 || ^7.0"
%global php_min_ver 5.3
@@ -39,7 +39,6 @@ BuildArch: noarch
%if %{with_tests}
# For tests: composer.json
BuildRequires: php(language) >= %{php_min_ver}
-# See https://github.com/Seldaek/jsonlint/pull/46
%if 0%{?fedora} >= 26
%global phpunit %{_bindir}/phpunit6
BuildRequires: phpunit6
@@ -55,7 +54,7 @@ BuildRequires: php-composer(fedora/autoloader)
%endif
Requires: php(language) >= %{php_min_ver}
-# phpcompatinfo (computed from version 1.6.0)
+# phpcompatinfo (computed from version 1.7.0)
Requires: php-cli
Requires: php-pcre
# For autoloader
@@ -134,6 +133,9 @@ exit $ret
%changelog
+* Thu Jan 4 2018 Remi Collet <remi@remirepo.net> - 1.7.0-1
+- Update to 1.7.0
+
* Wed Dec 20 2017 Remi Collet <remi@remirepo.net> - 1.6.2-1
- Update to 1.6.2 (no change)
- use phpunit6 on Fedora