summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-23 16:00:08 +0200
committerRemi Collet <remi@remirepo.net>2019-10-23 16:00:08 +0200
commit8b0b0bf06b96098dfd68d3639689902f7a09bc83 (patch)
treeadb6d905408c6691f0c9597a82d61ad093da59a2
parenta7e98d6a860f14acafcf1ecec4d55e8fbcf3287f (diff)
v3.7.2 (no change)
-rw-r--r--composer.json4
-rw-r--r--php-swaggest-json-diff.spec12
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 9ffd7e9..bb0ce49 100644
--- a/composer.json
+++ b/composer.json
@@ -13,9 +13,7 @@
"ext-json": "*"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.23",
- "phpunit/php-code-coverage": "2.2.4",
- "codeclimate/php-test-reporter": "^0.4.0"
+ "phpunit/phpunit": "^4.8.23"
},
"autoload": {
"psr-4": {
diff --git a/php-swaggest-json-diff.spec b/php-swaggest-json-diff.spec
index f0771f5..0baaca0 100644
--- a/php-swaggest-json-diff.spec
+++ b/php-swaggest-json-diff.spec
@@ -9,7 +9,7 @@
%global with_tests 0%{!?_without_tests:1}
# Github
-%global gh_commit 203014d2d87a60b37dc8a985b71c866e83752f67
+%global gh_commit fb13f6f7b12b985e2b99877c3604ce904b4fdd7a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner swaggest
%global gh_project json-diff
@@ -22,7 +22,7 @@
%global major %nil
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.7.1
+Version: 3.7.2
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: JSON diff/rearrange/patch/pointer library for PHP
@@ -35,9 +35,7 @@ BuildArch: noarch
%if %{with_tests}
BuildRequires: php-json
# For tests, from composer.json "require-dev": {
-# "phpunit/phpunit": "^4.8.23",
-# "phpunit/php-code-coverage": "2.2.4",
-# "codeclimate/php-test-reporter": "^0.4.0"
+# "phpunit/phpunit": "^4.8.23"
BuildRequires: php-composer(phpunit/phpunit) >= 4.8.23
%global phpunit %{_bindir}/phpunit
BuildRequires: php-filter
@@ -107,11 +105,15 @@ exit $ret
%license LICENSE
%doc composer.json
%doc README.md
+%doc CHANGELOG.md
%dir %{_datadir}/php/%{ns_vendor}
%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}
%changelog
+* Wed Oct 23 2019 Remi Collet <remi@remirepo.net> - 3.7.2-1
+- update to 3.7.2 (no change)
+
* Thu Sep 26 2019 Remi Collet <remi@remirepo.net> - 3.7.1-1
- update to 3.7.1