Hello community, here is the log from the commit of package rubygem-byebug for openSUSE:Factory checked in at 2015-05-19 23:49:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-byebug (Old) and /work/SRC/openSUSE:Factory/.rubygem-byebug.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-byebug" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-byebug/rubygem-byebug.changes 2015-04-10 09:52:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-byebug.new/rubygem-byebug.changes 2015-05-19 23:49:04.000000000 +0200 @@ -1,0 +2,28 @@ +Tue May 19 04:28:31 UTC 2015 - [email protected] + +- updated to version 5.0.0 + see installed CHANGELOG.md + + ## 5.0.0 + ### Fixed + * [#136](https://github.com/deivid-rodriguez/byebug/issues/136). `frame` + command not working with negative numbers (thanks @ark6). + + ### Added + * IDE support and a new command/subcommand API for plugins. + * Add a "savefile" setting holding the file where "save" command saves current + debugger's state. + + ### Changed + * `disable` no longer disable all breakpoints, it just shows command's help + instead. To disable all breakpoints now you need to do `disable breakpoints` + (or `dis b`). Similarly, you can't no longer use `dis 1 2 3` but need to do + `dis b 1 2 3` to disable specific breakpoints. The same applies to the `enable` + command. + + ### Removed + * `help set <setting>` no longer works. `help set` includes that same output and + it's not verbose enough so that this is a problem. Same with `help show + <setting>`. + +------------------------------------------------------------------- Old: ---- byebug-4.0.5.gem New: ---- byebug-5.0.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-byebug.spec ++++++ --- /var/tmp/diff_new_pack.P2qzzn/_old 2015-05-19 23:49:05.000000000 +0200 +++ /var/tmp/diff_new_pack.P2qzzn/_new 2015-05-19 23:49:05.000000000 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-byebug -Version: 4.0.5 +Version: 5.0.0 Release: 0 %define mod_name byebug %define mod_full_name %{mod_name}-%{version} ++++++ byebug-4.0.5.gem -> byebug-5.0.0.gem ++++++ ++++ 5459 lines of diff (skipped)
