summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-26 15:11:25 +0200
committerRemi Collet <remi@remirepo.net>2019-09-26 15:11:25 +0200
commita7e98d6a860f14acafcf1ecec4d55e8fbcf3287f (patch)
tree742dee39edc44b465b30ebbd935ee4e2e3c24c81
parent87461589fbea195bd200d90145be2a14d4891323 (diff)
v3.7.1
-rw-r--r--php-swaggest-json-diff.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-swaggest-json-diff.spec b/php-swaggest-json-diff.spec
index f0a6adc..f0771f5 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 53c412ad8e3fc1293d4e6fdf06f7839698ad897d
+%global gh_commit 203014d2d87a60b37dc8a985b71c866e83752f67
%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.0
+Version: 3.7.1
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: JSON diff/rearrange/patch/pointer library for PHP
@@ -112,5 +112,8 @@ exit $ret
%changelog
+* Thu Sep 26 2019 Remi Collet <remi@remirepo.net> - 3.7.1-1
+- update to 3.7.1
+
* Thu Sep 12 2019 Remi Collet <remi@remirepo.net> - 3.7.0-1
- initial package