diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-22 06:46:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-22 06:46:07 +0100 |
commit | 9041633e57b7a54508e38ff6fd995172b1201205 (patch) | |
tree | 0143ca4bd09487b4ecf858208a33f0210accda28 | |
parent | 992bd4a6fd5014369aca16c1a8a9372575e4bfe0 (diff) |
php-justinrainbow-json-schema5: 5.1.0
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-justinrainbow-json-schema5.spec | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index b0ad6b5..c6257ad 100644 --- a/composer.json +++ b/composer.json @@ -52,12 +52,12 @@ "bin": ["bin/validate-json"], "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "5.0.x-dev" } }, "scripts": { "test" : "vendor/bin/phpunit", "testOnly" : "vendor/bin/phpunit --colors --filter", - "coverage" : "vendor/bin/phpunit --coverage-text" + "coverage" : "vendor/bin/phpunit --coverage-text" } } diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index a6e854b..bf60d84 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit 9b6ebfeece6efaaeacb6cc061beb69cd007b75c1 +%global gh_commit 48817e5f95c9d29e11513f12e43cc0223fa5eb6c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner justinrainbow %global gh_project json-schema %global php_home %{_datadir}/php %global with_tests 0%{!?_without_tests:1} %global major 5 -%global minor 0.0 +%global minor 1.0 # Some sample files, only used for tests @@ -189,6 +189,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 22 2017 Remi Collet <remi@fedoraproject.org> - 5.1.0-1 +- update to 5.1.0 + * Thu Feb 16 2017 Remi Collet <remi@fedoraproject.org> - 5.0.0-1 - rename to php-justinrainbow-json-schema5 - update to 5.0.0 |