diff options
Diffstat (limited to 'php-jsonlint.spec')
-rw-r--r-- | php-jsonlint.spec | 12 |
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 |