Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dec3c0837 | ||
|
|
fa77452c20 | ||
|
|
8ff8c9e225 | ||
|
|
8b9ad0013c | ||
|
|
a17d3a352c | ||
|
|
5c7ec405b1 |
1 changed files with 27 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# 1.1.9 is from ruby 3.0 only
|
# 1.1.9 is from ruby 3.0 only
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 1.1.9
|
Version: 1.1.9
|
||||||
Release: 4%{?dist}
|
Release: 10%{?dist}
|
||||||
|
|
||||||
Summary: A simple API for XML processing
|
Summary: A simple API for XML processing
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
@ -52,6 +52,13 @@ cp -a .%{gem_dir}/* \
|
||||||
cp -a test .%{gem_instdir}
|
cp -a test .%{gem_instdir}
|
||||||
pushd .%{gem_instdir}
|
pushd .%{gem_instdir}
|
||||||
|
|
||||||
|
# Sometimes we see:
|
||||||
|
# Error: test_perl_test_cases(TC_Perl_Mem_Copy): RuntimeError: Time moved backwards!
|
||||||
|
# Error: test_perl_test_cases(TC_Perl_Mem_Share): RuntimeError: Time moved backwards!
|
||||||
|
# See: https://apenwarr.ca/log/20181113
|
||||||
|
grep -l backwards test/tc_*.rb | \
|
||||||
|
xargs sed -i '\@backwards@s|raise|#raise|'
|
||||||
|
|
||||||
# passing nil to xml_in makes it search for the ruby script being run
|
# passing nil to xml_in makes it search for the ruby script being run
|
||||||
ruby -Ilib test/tc_perl_in.rb
|
ruby -Ilib test/tc_perl_in.rb
|
||||||
mv test/tc_perl_in.rb{,.bak}
|
mv test/tc_perl_in.rb{,.bak}
|
||||||
|
|
@ -69,6 +76,25 @@ popd
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Apr 17 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.1.9-5
|
||||||
|
- Fix tests which sometimes fail randomly due to generic mtime() resolution
|
||||||
|
issue
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-4
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue