Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Mamoru TASAKA
f4539cf4c3 Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_4.0 2026-01-08 20:55:30 +09:00
Mamoru TASAKA
5da9c6795e Support ruby4 2025-11-17 23:00:09 +09:00
Python Maint
e2a70a5b30 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 14:56:49 +02:00
Python Maint
ce265f09fb Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:18:05 +02:00
Fedora Release Engineering
109108f682 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:23:19 +00:00
Jitka Plesnikova
7676f5ebc7 Perl 5.42 rebuild 2025-07-07 16:38:25 +02:00
Python Maint
be68a89e6b Rebuilt for Python 3.14 2025-06-02 20:42:31 +02:00

View file

@ -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