Accepting request 687627 from devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/687627 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-byebug?expand=0&rev=19
This commit is contained in:
commit
6ce19d5120
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c861d66755780acf315ddd0eb48842009a27ea7008d00ba141c6a22d6160f683
|
||||
size 81920
|
3
byebug-11.0.1.gem
Normal file
3
byebug-11.0.1.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d27461e1e14b9ebcf45d25d27edf17df8ccfad8ade3630457f849a6293a6b3d6
|
||||
size 83968
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 12:02:58 UTC 2019 - manuel <mschnitzer@suse.com>
|
||||
|
||||
- updated to version 11.0.1
|
||||
|
||||
# Fixed
|
||||
|
||||
* 546: continue! to ignore further byebug calls.
|
||||
* 545: skip autolisting code for intermediate skipped breakpoints.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 15:07:38 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to version 11.0.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 31 04:28:29 UTC 2018 - factory-auto@kulow.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-byebug
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-byebug
|
||||
Version: 10.0.2
|
||||
Version: 11.0.1
|
||||
Release: 0
|
||||
%define mod_name byebug
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@ -35,11 +35,11 @@ Release: 0
|
||||
%endif
|
||||
# /MANUAL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{rubydevel >= 2.2.0}
|
||||
BuildRequires: %{rubydevel >= 2.3.0}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: update-alternatives
|
||||
Url: http://github.com/deivid-rodriguez/byebug
|
||||
Url: https://github.com/deivid-rodriguez/byebug
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: rubygem-byebug-rpmlintrc
|
||||
Source2: gem2rpm.yml
|
||||
|
Loading…
Reference in New Issue
Block a user