summaryrefslogtreecommitdiffstats
path: root/php-swaggest-json-schema.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-18 08:25:07 +0200
committerRemi Collet <remi@php.net>2021-10-18 08:25:07 +0200
commitc7a8560d7191c2a662096d6961ef1f59247c87e9 (patch)
tree44757e4302829b0ae3b81b084780a761dd11676d /php-swaggest-json-schema.spec
parentddb39538921c9053f9a24447907a136d05c29d8b (diff)
update to 0.12.39 (no change)
Diffstat (limited to 'php-swaggest-json-schema.spec')
-rw-r--r--php-swaggest-json-schema.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec
index f829c17..73970ed 100644
--- a/php-swaggest-json-schema.spec
+++ b/php-swaggest-json-schema.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit ab7cca149a5822acc5be538dd6c008a348f6cb89
+%global gh_commit 193ba39cce1ffa2d55ddd5445315e945a63298a2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner swaggest
%global gh_project php-json-schema
@@ -23,7 +23,7 @@
%global major %nil
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 0.12.38
+Version: 0.12.39
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: High definition PHP structures with JSON-schema based validation
@@ -63,7 +63,8 @@ BuildRequires: php-fedora-autoloader-devel
# "ext-json": "*",
# "ext-mbstring": "*",
# "phplang/scope-exit": "^1.0",
-# "swaggest/json-diff": "^3.8.2"
+# "swaggest/json-diff": "^3.8.2",
+# "symfony/polyfill-mbstring": "^1.19"
Requires: php(language) >= 5.4
Requires: php-json
Requires: php-mbstring
@@ -155,6 +156,9 @@ exit $ret
%changelog
+* Mon Oct 18 2021 Remi Collet <remi@remirepo.net> - 0.12.39-1
+- update to 0.12.39 (no change)
+
* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 0.12.38-1
- update to 0.12.38
- raise dependency on swaggest/json-diff 3.8.2