summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-19 13:03:21 +0100
committerRemi Collet <remi@remirepo.net>2020-03-19 13:03:21 +0100
commite4994d4137193829c8b1cc665be595fc66f622cd (patch)
treed18456968d7264ecd2171b11c298de6b9538600f
parentc6fa194311395047a23e1b897a679fddeb651c93 (diff)
v0.12.29
-rw-r--r--php-swaggest-json-schema.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec
index 08cb255..eeae4e6 100644
--- a/php-swaggest-json-schema.spec
+++ b/php-swaggest-json-schema.spec
@@ -9,7 +9,7 @@
%global with_tests 0%{!?_without_tests:1}
# Github
-%global gh_commit 6f57c0d80e246c2868accaab5c550cd470a5537f
+%global gh_commit 7564d4a5fc8c068479698a30e5a7c589ea32a9c6
%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.28
+Version: 0.12.29
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
+* Thu Mar 19 2020 Remi Collet <remi@remirepo.net> - 0.12.29-1
+- update to 0.12.29
+
* Mon Jan 27 2020 Remi Collet <remi@remirepo.net> - 0.12.28-1
- update to 0.12.28
- drop patch merged upstream