diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-17 08:55:16 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-17 08:55:16 +0200 |
commit | f585adaacc4dcfe0c4fe6aba80b8a6ab1143cef0 (patch) | |
tree | 2e96628ebdef330d1f1cdce4f3e877affa8a4cda /php-jsonlint.spec | |
parent | ec17540c76dbbbb873dc8f26c7e6325a7142050f (diff) |
Diffstat (limited to 'php-jsonlint.spec')
-rw-r--r-- | php-jsonlint.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-jsonlint.spec b/php-jsonlint.spec index 8ba75ca..90603d3 100644 --- a/php-jsonlint.spec +++ b/php-jsonlint.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-jsonlint # -# Copyright (c) 2013-2022 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2023 Shawn Iwinski <shawn.iwinski@gmail.com> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -13,8 +13,8 @@ %global github_owner Seldaek %global github_name jsonlint -%global github_version 1.9.0 -%global github_commit 4211420d25eba80712bff236a98960ef68b866b7 +%global github_version 1.10.0 +%global github_commit 594fd6462aad8ecee0b45ca5045acea4776667f1 # "php": "^5.3 || ^7.0 || ^8.0" %global php_min_ver 5.3 @@ -76,7 +76,7 @@ Autoloader: %{_datadir}/php/Seld/JsonLint/autoload.php %prep %setup -q -n %{github_name}-%{github_commit} -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm %build @@ -101,7 +101,7 @@ install -pm 0755 bin/jsonlint %{buildroot}%{_bindir}/jsonlint-php %if %{with tests} ret=0 -for cmd in "php %{phpunit}" php74 php80 php81; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit8} \ @@ -128,6 +128,9 @@ exit $ret %changelog +* Wed May 17 2023 Remi Collet <remi@remirepo.net> - 1.10.0-1 +- update to 1.10.0 + * Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1 - update to 1.9.0 |