summaryrefslogtreecommitdiffstats
path: root/php-justinrainbow-json-schema5-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-26 09:11:39 +0200
committerRemi Collet <remi@remirepo.net>2019-09-26 09:11:39 +0200
commit413602a0a4c3bebde69b9fa196698b02456f4de8 (patch)
tree5d0d77b2fdff95a066e92bb408acc1186377c1e5 /php-justinrainbow-json-schema5-rpm.patch
parent38c137c727d99dbe2d0c7f82fe6c67aeae8e9c41 (diff)
v5.2.9
Diffstat (limited to 'php-justinrainbow-json-schema5-rpm.patch')
-rw-r--r--php-justinrainbow-json-schema5-rpm.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/php-justinrainbow-json-schema5-rpm.patch b/php-justinrainbow-json-schema5-rpm.patch
index 8485708..eb8e536 100644
--- a/php-justinrainbow-json-schema5-rpm.patch
+++ b/php-justinrainbow-json-schema5-rpm.patch
@@ -1,6 +1,6 @@
diff -up ./bin/validate-json.rpm ./bin/validate-json
---- ./bin/validate-json.rpm 2019-01-15 07:24:47.000000000 +0100
-+++ ./bin/validate-json 2019-01-15 07:25:27.730125985 +0100
+--- ./bin/validate-json.rpm 2019-09-26 09:03:49.371018279 +0200
++++ ./bin/validate-json 2019-09-26 09:06:21.033483985 +0200
@@ -6,32 +6,7 @@
* @author Christian Weiske <christian.weiske@netresearch.de>
*/
@@ -12,7 +12,7 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json
- *
- * @return void
- */
--function __autoload($className)
+-spl_autoload_register(function ($className)
-{
- $className = ltrim($className, '\\');
- $fileName = '';
@@ -25,7 +25,7 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json
- if (stream_resolve_include_path($fileName)) {
- require_once $fileName;
- }
--}
+-});
-
-// support running this tool from git checkout
-if (is_dir(__DIR__ . '/../src/JsonSchema')) {
@@ -36,8 +36,8 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json
$arOptions = array();
$arArgs = array();
diff -up ./src/JsonSchema/Uri/UriRetriever.php.rpm ./src/JsonSchema/Uri/UriRetriever.php
---- ./src/JsonSchema/Uri/UriRetriever.php.rpm 2019-01-15 07:24:47.000000000 +0100
-+++ ./src/JsonSchema/Uri/UriRetriever.php 2019-01-15 07:25:27.731125991 +0100
+--- ./src/JsonSchema/Uri/UriRetriever.php.rpm 2019-09-26 09:03:13.000000000 +0200
++++ ./src/JsonSchema/Uri/UriRetriever.php 2019-09-26 09:03:49.371018279 +0200
@@ -342,7 +342,8 @@ class UriRetriever implements BaseUriRet
}
@@ -49,8 +49,8 @@ diff -up ./src/JsonSchema/Uri/UriRetriever.php.rpm ./src/JsonSchema/Uri/UriRetri
return $uri;
}
diff -up ./tests/Uri/UriRetrieverTest.php.rpm ./tests/Uri/UriRetrieverTest.php
---- ./tests/Uri/UriRetrieverTest.php.rpm 2019-01-15 07:24:47.000000000 +0100
-+++ ./tests/Uri/UriRetrieverTest.php 2019-01-15 07:26:27.403439007 +0100
+--- ./tests/Uri/UriRetrieverTest.php.rpm 2019-09-26 09:03:13.000000000 +0200
++++ ./tests/Uri/UriRetrieverTest.php 2019-09-26 09:03:49.372018275 +0200
@@ -296,7 +296,8 @@ EOF;
public function testPackageURITranslation()
{