Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
682f6ca704 | ||
|
|
9a38d4fa8f | ||
|
|
da888ebfd0 |
3 changed files with 12 additions and 3 deletions
|
|
@ -8,4 +8,4 @@
|
||||||
+$CFLAGS = "#{$CFLAGS} " + case RUBY_VERSION
|
+$CFLAGS = "#{$CFLAGS} " + case RUBY_VERSION
|
||||||
when /^1\.9/; '-DRUBY19'
|
when /^1\.9/; '-DRUBY19'
|
||||||
when /^2\./; '-DRUBY19'
|
when /^2\./; '-DRUBY19'
|
||||||
when /^3\./; '-DRUBY19 -DRUBY30'
|
when /^[34]\./; '-DRUBY19 -DRUBY30'
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ index d17f926..04f8f97 100644
|
||||||
when /^1\.9/; '-DRUBY19'
|
when /^1\.9/; '-DRUBY19'
|
||||||
when /^2\./; '-DRUBY19'
|
when /^2\./; '-DRUBY19'
|
||||||
- when /^3\./; '-DRUBY19'
|
- when /^3\./; '-DRUBY19'
|
||||||
+ when /^3\./; '-DRUBY19 -DRUBY30'
|
+ when /^[34]\./; '-DRUBY19 -DRUBY30'
|
||||||
else; ''
|
else; ''
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 11%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Ruby shadow password module
|
Summary: Ruby shadow password module
|
||||||
License: LicenseRef-Fedora-UltraPermissive OR Unlicense
|
License: LicenseRef-Fedora-UltraPermissive OR Unlicense
|
||||||
URL: https://github.com/apalmblad/ruby-shadow
|
URL: https://github.com/apalmblad/ruby-shadow
|
||||||
|
|
@ -86,6 +86,15 @@ popd
|
||||||
%doc %{gem_instdir}/README.euc
|
%doc %{gem_instdir}/README.euc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 08 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.5.1-14
|
||||||
|
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_4.0
|
||||||
|
|
||||||
|
* Sat Nov 08 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.5.1-13
|
||||||
|
- Adjust patches for ruby4_0
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-11
|
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue