Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14c52f6931 | ||
|
|
c7394ad037 | ||
|
|
29f1dbf2dd | ||
|
|
20bf296a41 | ||
|
|
45a67fbf0f | ||
|
|
ec27c68568 | ||
|
|
b8dc14ae42 | ||
|
|
ee4b977a73 | ||
|
|
a3aaee6635 | ||
|
|
35fadd86ea | ||
|
|
eab674104a | ||
|
|
ce21e16469 | ||
|
|
b465d81da3 | ||
|
|
21b7620597 | ||
|
|
51f5be8096 | ||
|
|
ab5d6fb9c6 |
3 changed files with 58 additions and 23 deletions
|
|
@ -5,9 +5,11 @@
|
|||
|
||||
Summary: Improved version of Test::Unit bundled in Ruby 1.8.x
|
||||
Name: rubygem-%{gem_name}
|
||||
# 3.3.8 and above is for ruby 3.0+ only
|
||||
Version: 3.5.9
|
||||
Release: 200%{?dist}
|
||||
# 3.6.0 and above is for F-39+ only as 3.5.8 and above
|
||||
# changes default progress style
|
||||
# (For 3.5.8 and 3.5.9, F-38 and below reverted this change)
|
||||
Version: 3.7.7
|
||||
Release: 1%{?dist}
|
||||
# SPDX confirmed
|
||||
# lib/test/unit/diff.rb is under (BSD-2-Clause OR Ruby) AND Python-2.0.1
|
||||
# lib/test-unit.rb changed to BSD-2-Clause or Ruby (from 3.3.7)
|
||||
|
|
@ -19,9 +21,6 @@ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|||
Source1: %{gem_name}-%{version}-tests.tar.gz
|
||||
# Source1 is created by bash %%SOURCE2
|
||||
Source2: test-unit-create-missing-files.sh
|
||||
# 3.5.8 changes progress style to in-place. Change it to mark as before
|
||||
# on F-38 and below
|
||||
Patch0: test-unit-3.5.9-progress_style-default-mark.patch
|
||||
|
||||
BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems
|
||||
|
|
@ -31,6 +30,7 @@ BuildRequires: rubygem(power_assert)
|
|||
#BuildRequires: rubygem(rake)
|
||||
#BuildRequires: rubygem(hoe)
|
||||
BuildRequires: rubygem(bigdecimal)
|
||||
BuildRequires: rubygem(csv)
|
||||
Requires: ruby(release)
|
||||
Requires: rubygems
|
||||
|
||||
|
|
@ -53,9 +53,6 @@ This package contains documentation for %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version} -a 1
|
||||
%if 0%{?fedora} <= 38
|
||||
%patch -P0 -p1 -b .default
|
||||
%endif
|
||||
|
||||
mv ../%{gem_name}-%{version}.gemspec .
|
||||
|
||||
|
|
@ -85,7 +82,7 @@ popd
|
|||
%check
|
||||
pushd .%{gem_instdir}
|
||||
#rake test --trace
|
||||
ruby -Ilib ./test/run-test.rb
|
||||
ruby -Ilib ./test/run.rb
|
||||
popd
|
||||
|
||||
%files
|
||||
|
|
@ -96,6 +93,7 @@ popd
|
|||
%doc %{gem_instdir}/README.md
|
||||
|
||||
%{gem_libdir}
|
||||
%{gem_instdir}/bin/
|
||||
%{gem_spec}
|
||||
|
||||
%files doc
|
||||
|
|
@ -105,6 +103,54 @@ popd
|
|||
%{gem_docdir}/
|
||||
|
||||
%changelog
|
||||
* Fri Jan 02 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.7-1
|
||||
- 3.7.7
|
||||
|
||||
* Tue Dec 30 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.6-1
|
||||
- 3.7.6
|
||||
|
||||
* Tue Dec 02 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.3-1
|
||||
- 3.7.3
|
||||
|
||||
* Sun Nov 23 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.1-1
|
||||
- 3.7.1
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-101
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jul 06 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.0-100
|
||||
- 3.7.0
|
||||
|
||||
* Thu Apr 10 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.8-100
|
||||
- 3.6.8
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.7-101
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jan 09 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.7-100
|
||||
- 3.6.7
|
||||
|
||||
* Fri Nov 01 2024 Vít Ondruch <vondruch@redhat.com> - 3.6.2-202
|
||||
- Add `rubygem(csv)` build dependency needed by Ruby 3.4
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.2-201
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Feb 16 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.2-200
|
||||
- 3.6.2
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-202
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-201
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 27 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.1-200
|
||||
- 3.6.1
|
||||
|
||||
* Sun Jun 11 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.0-200
|
||||
- 3.6.0
|
||||
|
||||
* Thu May 25 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.5.9-200
|
||||
- 3.5.9
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (test-unit-3.5.9.gem) = c38a280bcf9dc35e2fe527cd28d194740dafb633bda01e2feb20f3682ab69585a84d533f5f8c6ca777248859eeb8e25d62b06c1b523f1fbb2475ea967ecc6302
|
||||
SHA512 (test-unit-3.5.9-tests.tar.gz) = b7138b994491c3a2615e692b7a1e88773bd584fd4721798bdc8c2fe22b5fb113069e86ecf581e27b47cb4712229fbe5604146827bb2a25470efaa7bdeaaa523a
|
||||
SHA512 (test-unit-3.7.7.gem) = a7c13693e4d9b2c55790c0f3be3f6d4c5d9c10b54664002ae9823f337e7ea69c40c0b8c2562ceb904a7c8bf08afb53358e260626f5f2b8ab0875a7664fa52d52
|
||||
SHA512 (test-unit-3.7.7-tests.tar.gz) = 8a6ead7682b259fde23d1eb6731a53463fe5a6fcedb8ead63d058214c1ff3424a5429d08aa08fadff95d21687e83770e180fa2305b174c70772c7f3fd81a7e09
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- test-unit-3.5.9/lib/test/unit/ui/console/testrunner.rb.default 2023-05-25 10:18:26.000000000 +0900
|
||||
+++ test-unit-3.5.9/lib/test/unit/ui/console/testrunner.rb 2023-05-25 14:48:40.973362999 +0900
|
||||
@@ -579,7 +579,7 @@ module Test
|
||||
if ENV["GITHUB_ACTIONS"] == "true"
|
||||
:fault_only
|
||||
else
|
||||
- :inplace
|
||||
+ :mark
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue