summaryrefslogtreecommitdiffstats
path: root/php-swaggest-json-diff.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-swaggest-json-diff.spec')
-rw-r--r--php-swaggest-json-diff.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-swaggest-json-diff.spec b/php-swaggest-json-diff.spec
index 9b5cb85..bc6dd13 100644
--- a/php-swaggest-json-diff.spec
+++ b/php-swaggest-json-diff.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-swaggest-json-diff
#
-# Copyright (c) 2019-2023 Remi Collet
+# Copyright (c) 2019-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit 17bfc66b330f46e12a7e574133497a290cd79ba5
+%global gh_commit c55d38a3cb372753b5d5ee4c9b7d8470e486e6a5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner swaggest
%global gh_project json-diff
@@ -23,7 +23,7 @@
%global major %nil
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.10.5
+Version: 3.11.0
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: JSON diff/rearrange/patch/pointer library for PHP
@@ -96,7 +96,7 @@ class PHPUnit_Framework_TestCase extends \PHPUnit\Framework\Testcase {
EOF
ret=0
-for cmd in php php80 php81 php82 php83; do
+for cmd in php php81 php82 php83; do
if which $cmd; then
$cmd %{phpunit} --no-coverage || ret=1
fi
@@ -108,8 +108,6 @@ exit $ret
%files
-# remirepo:1
-%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc composer.json
%doc README.md
@@ -119,6 +117,9 @@ exit $ret
%changelog
+* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 3.11.0-1
+- update to 3.11.0
+
* Fri Nov 17 2023 Remi Collet <remi@remirepo.net> - 3.10.5-1
- update to 3.10.5