Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: rubygem-%{gem_name}
Version: 3.21.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A ruby parser written in pure ruby
License: MIT
URL: https://github.com/seattlerb/ruby_parser
Expand All @@ -19,8 +19,6 @@ BuildArch: noarch
# end specfile generated dependencies

# Prefer to consume racc as a default gem
Requires: ruby-default-gems < 3.3
BuildRequires: ruby-default-gems < 3.3
Requires: (bundled(rubygem-racc) >= 1.4 with bundled(rubygem-racc) < 2)
BuildRequires: (bundled(rubygem-racc) >= 1.4 with bundled(rubygem-racc) < 2)

Expand Down Expand Up @@ -88,6 +86,9 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
%{gem_instdir}/test

%changelog
* Fri Dec 19 2025 Ewoud Kohl van Wijngaarden <[email protected]> - 3.21.1-2
- Drop EL8 requirement workaround

* Sun Jul 14 2024 Foreman Packaging Automation <[email protected]> - 3.21.1-1
- Update to 3.21.1

Expand Down