From c7a8560d7191c2a662096d6961ef1f59247c87e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Oct 2021 08:25:07 +0200 Subject: update to 0.12.39 (no change) --- composer.json | 7 +++++-- php-swaggest-json-schema.spec | 10 +++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index be0357d..a2792da 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "require": { "php": ">=5.4", "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" }, "require-dev": { "phpunit/phpunit": "^4.8.23" @@ -37,5 +37,8 @@ "platform": { "php": "5.4.45" } + }, + "suggest": { + "ext-mbstring": "For better performance" } } 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 - 0.12.39-1 +- update to 0.12.39 (no change) + * Wed Sep 22 2021 Remi Collet - 0.12.38-1 - update to 0.12.38 - raise dependency on swaggest/json-diff 3.8.2 -- cgit