From ba4df42740fdc7f619d100ef2d8f2c3fb6b20627 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Nov 2021 13:26:01 +0100 Subject: update to 1.5.6 (SPDX 3.15) --- php-composer-spdx-licenses-rpm.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'php-composer-spdx-licenses-rpm.patch') diff --git a/php-composer-spdx-licenses-rpm.patch b/php-composer-spdx-licenses-rpm.patch index 3d8227e..f7b3f7a 100644 --- a/php-composer-spdx-licenses-rpm.patch +++ b/php-composer-spdx-licenses-rpm.patch @@ -1,7 +1,7 @@ -diff -up src/SpdxLicenses.php.rpm src/SpdxLicenses.php ---- src/SpdxLicenses.php.rpm 2015-09-08 09:17:14.000000000 +0200 -+++ src/SpdxLicenses.php 2015-09-08 09:19:33.416111340 +0200 -@@ -178,7 +178,7 @@ class SpdxLicenses +diff -up ./src/SpdxLicenses.php.rpm ./src/SpdxLicenses.php +--- ./src/SpdxLicenses.php.rpm 2021-11-18 13:15:53.000000000 +0100 ++++ ./src/SpdxLicenses.php 2021-11-18 13:22:10.402686746 +0100 +@@ -213,7 +213,7 @@ class SpdxLicenses */ public static function getResourcesDir() { @@ -9,11 +9,11 @@ diff -up src/SpdxLicenses.php.rpm src/SpdxLicenses.php + return (getenv('BUILDROOT_SPDX')?:'') . '/usr/share/php-composer-spdx-licenses'; } - private function loadLicenses() -diff -up tests/SpdxLicensesTest.php.rpm tests/SpdxLicensesTest.php ---- tests/SpdxLicensesTest.php.rpm 2015-09-08 09:20:20.453342020 +0200 -+++ tests/SpdxLicensesTest.php 2015-09-08 09:21:51.442788249 +0200 -@@ -64,12 +64,6 @@ class SpdxLicensesTest extends \PHPUnit_ + /** +diff -up ./tests/SpdxLicensesTest.php.rpm ./tests/SpdxLicensesTest.php +--- ./tests/SpdxLicensesTest.php.rpm 2021-11-18 13:15:53.000000000 +0100 ++++ ./tests/SpdxLicensesTest.php 2021-11-18 13:21:44.972772614 +0100 +@@ -75,12 +75,6 @@ class SpdxLicensesTest extends TestCase is_dir($dir), 'Expected resources directory to exist.' ); -- cgit