Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4539cf4c3 | ||
|
|
5da9c6795e | ||
|
|
e2a70a5b30 | ||
|
|
ce265f09fb | ||
|
|
109108f682 | ||
|
|
7676f5ebc7 | ||
|
|
be68a89e6b |
1 changed files with 28 additions and 1 deletions
29
skf.spec
29
skf.spec
|
|
@ -13,7 +13,7 @@
|
|||
%undefine betaver
|
||||
%define betarel %(echo %betaver | sed -e 's|-|_|' | sed -e 's|^_||')
|
||||
|
||||
%global baserelease 11
|
||||
%global baserelease 18
|
||||
|
||||
%undefine _changelog_trimtime
|
||||
|
||||
|
|
@ -145,6 +145,12 @@ sed -i configure.ac configure \
|
|||
-e '\@^RUBY=.*false@d' \
|
||||
%{nil}
|
||||
|
||||
# Support ruby4
|
||||
sed -i.ruby4 \
|
||||
skf_convert.i config.h.in \
|
||||
-e 's@|| defined(SKF_RUBY3)@|| defined(SKF_RUBY3) || defined(SKF_RUBY4)@' \
|
||||
%{nil}
|
||||
|
||||
## configure option, etc
|
||||
# change optflags, don't strip
|
||||
# believe upstream
|
||||
|
|
@ -359,6 +365,27 @@ sh %{SOURCE1}
|
|||
%{perl_vendorarch}/auto/skf/
|
||||
|
||||
%changelog
|
||||
* Thu Jan 08 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.10.16-18
|
||||
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_4.0
|
||||
|
||||
* Mon Nov 17 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.10.16-17
|
||||
- Support ruby4
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.10.16-16
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.10.16-15
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.16-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 2.10.16-13
|
||||
- Perl 5.42 rebuild
|
||||
|
||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2.10.16-12
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Fri Jan 17 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.10.16-11
|
||||
- Support C23 strict prototype
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue