From 307835990cafd49ae788990996c39a4a62c81cb4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jun 2016 14:57:23 +0200 Subject: php-justinrainbow-json-schema: 2.0.5 --- composer.json | 1 - php-justinrainbow-json-schema.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f0f630a..a6d7b42 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "justinrainbow/json-schema", "description": "A library to validate a json schema.", - "version": "2.0.4", "keywords": ["json", "schema"], "homepage": "https://github.com/justinrainbow/json-schema", "type": "library", diff --git a/php-justinrainbow-json-schema.spec b/php-justinrainbow-json-schema.spec index 7e25e3c..089c2b0 100644 --- a/php-justinrainbow-json-schema.spec +++ b/php-justinrainbow-json-schema.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 5c133a3e336c2b35a4233f5da4cc15f083ea128d +%global gh_commit 6b2a33e6a768f96bdc2ead5600af0822eed17d67 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner justinrainbow %global gh_project json-schema @@ -29,8 +29,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.0.4 -Release: 2%{?dist} +Version: 2.0.5 +Release: 1%{?dist} Summary: A library to validate a json schema Group: Development/Libraries @@ -195,6 +195,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 2 2016 Remi Collet - 2.0.5-1 +- update to 2.0.5 + * Wed Jun 1 2016 Remi Collet - 2.0.4-2 - add the validate-json command, dropped from php-JsonSchema -- cgit