From 9041633e57b7a54508e38ff6fd995172b1201205 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Feb 2017 06:46:07 +0100 Subject: php-justinrainbow-json-schema5: 5.1.0 --- composer.json | 4 ++-- 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 - 5.1.0-1 +- update to 5.1.0 + * Thu Feb 16 2017 Remi Collet - 5.0.0-1 - rename to php-justinrainbow-json-schema5 - update to 5.0.0 -- cgit