diff --git a/rubygem-byebug.spec b/rubygem-byebug.spec index 1881b47..080403a 100644 --- a/rubygem-byebug.spec +++ b/rubygem-byebug.spec @@ -1,14 +1,14 @@ %global gem_name byebug Name: rubygem-%{gem_name} Version: 11.1.1 -Release: 1 +Release: 2 Summary: Ruby 2.0 fast debugger - base + CLI License: BSD URL: http://github.com/deivid-rodriguez/byebug Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source1: https://github.com/deivid-rodriguez/byebug/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc rubygems-devel ruby-devel rubygem(minitest) >= 5 rubygem(simplecov) -BuildRequires: rubygem(pry) +BuildRequires: rubygem(pry) make %description Byebug is a Ruby 2 debugger. It's implemented using the Ruby 2 TracePoint C API for execution control and the Debug Inspector C API @@ -94,5 +94,8 @@ mv {.,}Gemfile.lock %doc %{gem_docdir} %changelog +* Tue Dec 13 2022 xu_ping - 11.1.1-2 +- Add buildrequires make. + * Wed Aug 19 2020 maminjie - 11.1.1-1 - package init