diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-05-11 08:47:44 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-05-11 08:47:44 +0200 | 
| commit | abab01cdf8cd9ebe6aa0c19560ff31b66e5f5aec (patch) | |
| tree | 22c841c895e529c820a64ceb8065dc8a9afb4750 | |
| parent | 1e0268e1eb2399dc0e69eda1d06d5d3a5d0b4bcf (diff) | |
php-justinrainbow-json-schema: 2.0.3
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-justinrainbow-json-schema.spec | 12 | 
2 files changed, 12 insertions, 8 deletions
| diff --git a/composer.json b/composer.json index 2c92cc1..64ae1d6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@  {      "name": "justinrainbow/json-schema",      "description": "A library to validate a json schema.", -    "version": "2.0.1", +    "version": "2.0.3",      "keywords": ["json", "schema"],      "homepage": "https://github.com/justinrainbow/json-schema",      "type": "library", @@ -28,11 +28,11 @@          "type": "package",          "package": {              "name": "json-schema/JSON-Schema-Test-Suite", -            "version": "1.1.0", +            "version": "1.1.2",              "source": {                  "url": "https://github.com/json-schema/JSON-Schema-Test-Suite",                  "type": "git", -                "reference": "1.1.0" +                "reference": "1.1.2"              }          }      }], @@ -40,7 +40,7 @@          "php": ">=5.3.3"      },      "require-dev": { -        "json-schema/JSON-Schema-Test-Suite": "1.1.0", +        "json-schema/JSON-Schema-Test-Suite": "1.1.2",          "phpunit/phpunit": "^4.8.22",          "phpdocumentor/phpdocumentor": "~2"      }, diff --git a/php-justinrainbow-json-schema.spec b/php-justinrainbow-json-schema.spec index 617664e..5b83616 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    9ef71fdf8aa59a93977446468fc718ea01115a83 +%global gh_commit    c21534c635f03428e92254333fab4ae35b2cdfd9  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     justinrainbow  %global gh_project   json-schema @@ -15,16 +15,16 @@  # Some sample files, only used for tests  #        "json-schema/JSON-Schema-Test-Suite": "1.1.0", -%global ts_commit    4eaaea8711d49656089643baeac4d32a01c1fce2 +%global ts_commit    468fa788ca2053a69815c43abc500e044086120c  %global ts_short     %(c=%{ts_commit}; echo ${c:0:7})  %global ts_owner     json-schema  %global ts_project   JSON-Schema-Test-Suite -%global ts_version   1.1.0 +%global ts_version   1.1.2  %global eolv1   0  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.0.1 +Version:        2.0.3  Release:        1%{?dist}  Summary:        A library to validate a json schema @@ -185,6 +185,10 @@ rm -rf %{buildroot}  %changelog +* Wed May 11 2016 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 +- update to 2.0.3 +- use json-schema/JSON-Schema-Test-Suite 1.1.2 +  * Fri Apr 29 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1  - update to 2.0.1 | 
