summaryrefslogtreecommitdiffstats
path: root/php-justinrainbow-json-schema.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-02 14:57:23 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-02 14:57:23 +0200
commit307835990cafd49ae788990996c39a4a62c81cb4 (patch)
treecc80bfc68e57a01821a1f1ec21fcd34d221b136b /php-justinrainbow-json-schema.spec
parent35c2dae0f9c4a6b837cce040bff9ef73dc2e00af (diff)
php-justinrainbow-json-schema: 2.0.5
Diffstat (limited to 'php-justinrainbow-json-schema.spec')
-rw-r--r--php-justinrainbow-json-schema.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@fedoraproject.org> - 2.0.5-1
+- update to 2.0.5
+
* Wed Jun 1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.4-2
- add the validate-json command, dropped from php-JsonSchema