diff --git a/rubygem-xml-simple.spec b/rubygem-xml-simple.spec index 774c582..7eaf376 100644 --- a/rubygem-xml-simple.spec +++ b/rubygem-xml-simple.spec @@ -3,7 +3,7 @@ # 1.1.9 is from ruby 3.0 only Name: rubygem-%{gem_name} Version: 1.1.9 -Release: 10%{?dist} +Release: 4%{?dist} Summary: A simple API for XML processing License: MIT @@ -52,13 +52,6 @@ cp -a .%{gem_dir}/* \ cp -a test .%{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 ruby -Ilib test/tc_perl_in.rb mv test/tc_perl_in.rb{,.bak} @@ -76,25 +69,6 @@ popd %doc %{gem_docdir} %changelog -* Fri Jul 25 2025 Fedora Release Engineering - 1.1.9-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Sun Jan 19 2025 Fedora Release Engineering - 1.1.9-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Fri Jul 19 2024 Fedora Release Engineering - 1.1.9-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jan 26 2024 Fedora Release Engineering - 1.1.9-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jul 21 2023 Fedora Release Engineering - 1.1.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Mon Apr 17 2023 Mamoru TASAKA - 1.1.9-5 -- Fix tests which sometimes fail randomly due to generic mtime() resolution - issue - * Fri Jan 20 2023 Fedora Release Engineering - 1.1.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild