summaryrefslogtreecommitdiffstats
path: root/php-jsonlint.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-12 09:34:05 +0100
committerRemi Collet <remi@remirepo.net>2020-11-12 09:34:05 +0100
commitbffb4313494bce47de37d688884fa8d534353af7 (patch)
treeffc59fb37a9df92b98a198a147ade73d72022958 /php-jsonlint.spec
parent3c76b3eb32dfcea48eb5dfcb2f86d08839dba089 (diff)
update to 1.8.3
sources from git snapshot
Diffstat (limited to 'php-jsonlint.spec')
-rw-r--r--php-jsonlint.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-jsonlint.spec b/php-jsonlint.spec
index 75a6bbd..7bb6898 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.8.2
-%global github_commit 590cfec960b77fd55e39b7d9246659e95dd6d337
+%global github_version 1.8.3
+%global github_commit 9ad6ce79c342fbd44df10ea95511a1b24dee5b57
# "php": "^5.3 || ^7.0 || ^8.0"
%global php_min_ver 5.3
@@ -29,7 +29,9 @@ Summary: JSON Lint for PHP
License: MIT
URL: https://github.com/%{github_owner}/%{github_name}
-Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz
+# git snapshot to retrieve upstream test suite
+Source0: %{name}-%{github_version}-%{github_commit}.tar.gz
+Source1: %{name}-get-source.sh
# Bin usage without Composer autoloader
Patch0: %{name}-bin-without-composer-autoloader.patch
@@ -131,6 +133,10 @@ exit $ret
%changelog
+* Thu Nov 12 2020 Remi Collet <remi@remirepo.net> - 1.8.3-1
+- update to 1.8.3
+- sources from git snapshot
+
* Wed Aug 26 2020 Remi Collet <remi@remirepo.net> - 1.8.2-1
- update to 1.8.2
- switch to classmap autoloader