diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-27 19:10:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-27 19:10:06 +0100 |
commit | b92962b39c5d60be7adffeaaf27b0059232546ca (patch) | |
tree | 5ecf0582a1ee2174270fdad62bceb0d856f9b8ac | |
parent | 34dae7d4170b56dec680dfacf2891b582949dc78 (diff) |
php-JsonSchema: 1.4.1
-rw-r--r-- | php-JsonSchema.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index 17265e4..b8534fe 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -11,8 +11,8 @@ %global github_owner justinrainbow %global github_name json-schema -%global github_version 1.4.0 -%global github_commit 680d026082c3aa234b2d8617c50e9c73999913ba +%global github_version 1.4.1 +%global github_commit 2465fe486c864e30badaa4d005ebdf89dbc503f3 %global github_short %(c=%{github_commit}; echo ${c:0:7}) # See https://github.com/justinrainbow/json-schema/pull/96 @@ -127,6 +127,9 @@ rm -rf tests/JsonSchema/Tests/Drafts %changelog +* Fri Mar 27 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-1 +- Update to 1.4.1 + * Tue Mar 24 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 - Update to 1.4.0 |