summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-03 14:44:57 +0200
committerRemi Collet <remi@remirepo.net>2017-10-03 14:44:57 +0200
commit90cf20cc16dd45dde59f4a0fafb0879b07c9c400 (patch)
tree39fa15415b948c70df3c3212565d5a474133f651
parent0cd846efc53c8e9088612fcbb9d6d9913d5fb8d5 (diff)
v5.2.2
-rw-r--r--composer.json3
-rw-r--r--php-justinrainbow-json-schema5.spec10
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