diff options
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | php-justinrainbow-json-schema5.spec | 10 | 
2 files changed, 7 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 3e26b0f..009c148 100644 --- a/composer.json +++ b/composer.json @@ -40,9 +40,8 @@      },      "require-dev": {          "json-schema/JSON-Schema-Test-Suite": "1.2.0", -        "phpunit/phpunit": "^4.8.22",          "friendsofphp/php-cs-fixer": "^2.1", -        "phpdocumentor/phpdocumentor": "^2.7" +        "phpunit/phpunit": "^4.8.22"      },      "autoload": {          "psr-4": { "JsonSchema\\": "src/JsonSchema/" } diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index aa4758f..71df90f 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    429be236f296ca249d61c65649cdf2652f4a5e80 +%global gh_commit    b80053b620826810b38211b3c5f935ba9cddf6b3  %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        2.1 +%global minor        2.2  # Some sample files, only used for tests @@ -57,9 +57,8 @@ BuildRequires:  php-pcre  BuildRequires:  php-spl  # From composer.json, "require-dev": {  #        "json-schema/JSON-Schema-Test-Suite": "1.2.0", -#        "phpunit/phpunit": "^4.8.22",  #        "friendsofphp/php-cs-fixer": "^2.1", -#        "phpdocumentor/phpdocumentor": "^2.7" +#        "phpunit/phpunit": "^4.8.22"  BuildRequires:  php-composer(phpunit/phpunit) >= 4.8.22  # Autoloader  BuildRequires:  php-composer(fedora/autoloader) @@ -181,6 +180,9 @@ exit $ret  %changelog +* Tue Oct  3 2017 Remi Collet <remi@remirepo.net> - 5.2.2-1 +- Update to 5.2.2 +  * Wed May 17 2017 Remi Collet <remi@remirepo.net> - 5.2.1-1  - Update to 5.2.1  | 
