summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-07 14:26:01 +0100
committerRemi Collet <remi@remirepo.net>2020-01-07 14:26:01 +0100
commit3576136d1af47d861b4244ba5949ff05a3ddd6b5 (patch)
tree494ad5533cf056c8de9770061fdb7b8be71693c9
parent453375b271b7bddb852facc104006e0cb8c67bd7 (diff)
v0.12.25
-rw-r--r--php-swaggest-json-schema.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec
index 6e5ce93..5c24445 100644
--- a/php-swaggest-json-schema.spec
+++ b/php-swaggest-json-schema.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-swaggest-json-schema
#
-# Copyright (c) 2019 Remi Collet
+# Copyright (c) 2019-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -9,7 +9,7 @@
%global with_tests 0%{!?_without_tests:1}
# Github
-%global gh_commit 395a9f6a1eefe65e1184ef425c3843b4f9bf9b86
+%global gh_commit 0f509795092872601752f8a1f20f3cad4670370d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner swaggest
%global gh_project php-json-schema
@@ -22,7 +22,7 @@
%global major %nil
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 0.12.24
+Version: 0.12.25
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: High definition PHP structures with JSON-schema based validation
@@ -154,6 +154,9 @@ exit $ret
%changelog
+* Tue Jan 7 2020 Remi Collet <remi@remirepo.net> - 0.12.25-1
+- update to 0.12.25
+
* Wed Dec 4 2019 Remi Collet <remi@remirepo.net> - 0.12.24-1
- update to 0.12.24