0.9.39
This commit is contained in:
parent
f56c55d590
commit
e445753865
2 changed files with 7 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
%global gem_name yard
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 0.9.38
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.39
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Documentation tool for consistent and usable documentation in Ruby
|
||||
|
||||
|
|
@ -20,9 +20,6 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|||
Source1: %{gem_name}-%{version}-test-missing-files.tar.gz
|
||||
# Source1 is created by $ bash %%SOURCE2 %%version
|
||||
Source2: yard-create-missing-test-files.sh
|
||||
# https://github.com/lsegal/yard/issues/1637
|
||||
# Fix spec testsuite with namespace collision
|
||||
Patch0: yard-0.9.38-issue1637-spec-namespace-collision.patch
|
||||
|
||||
# The 'irb/notifier' might be required for parsing of some old Ruby code.
|
||||
# https://github.com/lsegal/yard/blob/v0.9.24/lib/yard/parser/ruby/legacy/irb/slex.rb#L13
|
||||
|
|
@ -61,7 +58,6 @@ Documentation for %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version} -b1
|
||||
%patch -P0 -p1
|
||||
mv ../%{gem_name}-%{version}.gemspec .
|
||||
|
||||
%build
|
||||
|
|
@ -116,6 +112,9 @@ rspec -r spec_helper spec
|
|||
%doc %{gem_instdir}/docs/
|
||||
|
||||
%changelog
|
||||
* Fri Apr 10 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.39-1
|
||||
- 0.9.39
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.38-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue