Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f897fd8ef6 | |||
|
|
7ad21ed823 | ||
| 1310f4996b | |||
|
|
092d58bf72 | ||
| f276c91d74 | |||
| 87a62fa46c | |||
| 1391620e57 | |||
| 7e0ff14563 | |||
|
|
ab64c8ac19 | ||
| e366ea40e5 | |||
| 9e6bddda3b |
2 changed files with 35 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
%global gem_name rouge
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 4.4.0
|
||||
Version: 5.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Pure-ruby colorizer based on pygments
|
||||
# From LICENSE file
|
||||
|
|
@ -74,7 +74,9 @@ rm -rf \
|
|||
popd
|
||||
|
||||
%check
|
||||
# Exclude tests which requires rubocop
|
||||
find spec -name \*_spec.rb -print0 | \
|
||||
grep -v -z "no_building_alternation_pattern_in_regexp_spec" | \
|
||||
sort --zero-terminated | \
|
||||
xargs --null ruby -Ilib:FAKE \
|
||||
-r./spec/spec_helper \
|
||||
|
|
@ -101,6 +103,36 @@ find spec -name \*_spec.rb -print0 | \
|
|||
%{gem_libdir}/%{gem_name}/demos
|
||||
|
||||
%changelog
|
||||
* Fri Aug 07 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.1.0-1
|
||||
- 5.1.0
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu May 28 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.0.0-1
|
||||
- 5.0.0
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 02 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.7.0-1
|
||||
- 4.7.0
|
||||
|
||||
* Thu Sep 25 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.6.1-1
|
||||
- 4.6.1
|
||||
|
||||
* Wed Jul 23 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.6.0-1
|
||||
- 4.6.0
|
||||
|
||||
* Tue Apr 29 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.5.2-1
|
||||
- 4.5.2
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Dec 05 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.5.1-1
|
||||
- 4.5.1
|
||||
|
||||
* Fri Sep 20 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.4.0-1
|
||||
- 4.4.0
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (rouge-4.4.0.gem) = 9bc7a9d804aef49d3e8d168884c915b377ae9a89f8390d68e86172a91c22ceec60875de1d6c064f75caac9bc9a29185400bb7199240776078b33294c7a77bcc3
|
||||
SHA512 (rouge-4.4.0-test-missing-files.tar.gz) = ccdba41841f0ccf4b3f470df264c9f2ef050ad1210076ed2f3c29cbd15fd9ed30cdf75d5d83d9c8d533e22d9ff7d804c8a51648489dd7a58eabef02e7794a6e0
|
||||
SHA512 (rouge-5.1.0.gem) = f1360a8c44c917dc84f21f06f2951a3487f3cb2a352de482c454031645fb64108d2f49874a901bcb347849c3241ffee4f6fff99883678bae7f08e0a221e5b371
|
||||
SHA512 (rouge-5.1.0-test-missing-files.tar.gz) = 7104ecba4b449c9d9f90e00601c8e8df0991b433444e692a17e5454b3c299de0fcc4a7a59f553901d4538139ce2a76e48f6fdccf4804df7011bdfe43a9f71bae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue