#1 Update to test-unit 3.3.7.
Closed 3 years ago by mtasaka. Opened 3 years ago by pvalena.
rpms/ pvalena/rubygem-test-unit rebase  into  master

file modified
+1
@@ -43,3 +43,4 @@ 

  /test-unit-3.3.4.gem

  /test-unit-3.3.5.gem

  /test-unit-3.3.6.gem

+ /test-unit-3.3.7.gem

file modified
+9 -6
@@ -5,12 +5,12 @@ 

  

  Summary:	Improved version of Test::Unit bundled in Ruby 1.8.x

  Name:		rubygem-%{gem_name}

- Version:	3.3.6

- Release:	201%{?dist}

- # lib/test/unit/diff.rb is under GPLv2 or Ruby or Python

- # lib/test-unit.rb is under LGPLv2+ or Ruby

- # Other file: GPLv2 or Ruby

- License:	(GPLv2 or Ruby) and (GPLv2 or Ruby or Python) and (LGPLv2+ or Ruby)

+ Version:	3.3.7

+ Release:	1%{?dist}

+ # lib/test/unit/diff.rb is under BSD or Ruby and Python

+ # Other files: BSD or Ruby

+ # https://github.com/test-unit/test-unit/commit/c72352ad542d86fbf279db91f47c54c0dfdcd47f

+ License:	(BSD or Ruby) and (BSD or Ruby and Python)

  URL:		http://test-unit.github.io/

  

  Source0:	http://rubygems.org/gems/%{gem_name}-%{version}.gem
@@ -96,6 +96,9 @@ 

  %{gem_docdir}/

  

  %changelog

+ * Thu Nov 19 02:22:47 CET 2020 Pavel Valena <pvalena@redhat.com> - 3.3.7-1

+ - Update to test-unit 3.3.7.

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.6-201

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (test-unit-3.3.6.gem) = af8a632117410b486920e77a5bf91afb774a548166ca5cdb2bdeac6c995bf2da6206d2b00e6904024e5e9bf0f68edf9872192faa471297e64c5d4bd4c554fae3

+ SHA512 (test-unit-3.3.7.gem) = 42419c947433330f06d68a26dc2c5e8309658d75aac44f6e391e02085eae1819937fa3ba86e86231dfca91e8de86252b7bc79dc5ffa1e1fb8b0f0ec9074a0056

Note: this update was created and tested automatically, but it was not checked by anyone. Please check the logs, commits, and comment "LGTM" it if you find it ok. Afterwards it will be merged and built automatically as well (and checked by me).


To have latest test-unit gem in Fedora.

Up-to-date Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=55841677

Up-to-date Copr build:
https://copr.fedorainfracloud.org/coprs/build/1774673

Checks:

  • Tests: ok
  • Syntax check: ok
  • Reverse dependencies: ok
  • Smoke test: ok
  • rpmlint: failed:

3 packages and 1 specfiles checked; 1 errors, 5 warnings.
rubygem-test-unit.noarch: E: useless-provides rubygem(test-unit)


Update log: https://git.io/Jk0KL
Test log: https://git.io/Jk0Kt
gem2rpm diff: https://git.io/Jk0Km

The license seems to have changed:

    3.3.6: ["Ruby", "PSFL"]
    3.3.7: ["Ruby", "BSDL", "PSFL"]

rebased onto 5f393ba

3 years ago

Please write in detail what file changed license.

Please write in detail what file changed license.

All did. It's in the PR.
Here's the relevant change: https://github.com/test-unit/test-unit/commit/c72352ad542d86fbf279db91f47c54c0dfdcd47f

LGPLv2 or later is dropped.

It was replaced with BSD. Now it has same License as Ruby (apart from one file that has still Python license).

I rechecked the source and updated the license, thank you.

Pull-Request has been closed by mtasaka

3 years ago