Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
2 changed files with 5 additions and 40 deletions
|
|
@ -8,8 +8,8 @@ Name: rubygem-%{gem_name}
|
|||
# 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}
|
||||
Version: 3.6.2
|
||||
Release: 200%{?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)
|
||||
|
|
@ -30,7 +30,6 @@ BuildRequires: rubygem(power_assert)
|
|||
#BuildRequires: rubygem(rake)
|
||||
#BuildRequires: rubygem(hoe)
|
||||
BuildRequires: rubygem(bigdecimal)
|
||||
BuildRequires: rubygem(csv)
|
||||
Requires: ruby(release)
|
||||
Requires: rubygems
|
||||
|
||||
|
|
@ -82,7 +81,7 @@ popd
|
|||
%check
|
||||
pushd .%{gem_instdir}
|
||||
#rake test --trace
|
||||
ruby -Ilib ./test/run.rb
|
||||
ruby -Ilib ./test/run-test.rb
|
||||
popd
|
||||
|
||||
%files
|
||||
|
|
@ -93,7 +92,6 @@ popd
|
|||
%doc %{gem_instdir}/README.md
|
||||
|
||||
%{gem_libdir}
|
||||
%{gem_instdir}/bin/
|
||||
%{gem_spec}
|
||||
|
||||
%files doc
|
||||
|
|
@ -103,39 +101,6 @@ 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
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (test-unit-3.7.7.gem) = a7c13693e4d9b2c55790c0f3be3f6d4c5d9c10b54664002ae9823f337e7ea69c40c0b8c2562ceb904a7c8bf08afb53358e260626f5f2b8ab0875a7664fa52d52
|
||||
SHA512 (test-unit-3.7.7-tests.tar.gz) = 8a6ead7682b259fde23d1eb6731a53463fe5a6fcedb8ead63d058214c1ff3424a5429d08aa08fadff95d21687e83770e180fa2305b174c70772c7f3fd81a7e09
|
||||
SHA512 (test-unit-3.6.2.gem) = 50ea7caeda31536c2c513e1e2a8f9848ee6919c838b50240f58c4cbeb5f115b50f0c87e22ef89b0ef293090baacb3de7482b6115f165de0f13a34a3ae480496a
|
||||
SHA512 (test-unit-3.6.2-tests.tar.gz) = 2b66b7368685b3ed10c056596ca2740ec4b543ee3006635f3db1095eef526978976e3ddc7a797150b24d0a486a3087a273800b514703d74fc5abb9d79a0e2355
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue