From f585adaacc4dcfe0c4fe6aba80b8a6ab1143cef0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 May 2023 08:55:16 +0200 Subject: update to 1.10.0 --- php-jsonlint.spec | 13 ++++++++----- 1 file 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 +# Copyright (c) 2013-2023 Shawn Iwinski # Remi Collet # # 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 - 1.10.0-1 +- update to 1.10.0 + * Mon Apr 4 2022 Remi Collet - 1.9.0-1 - update to 1.9.0 -- cgit