Accepting request 798273 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/798273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-byebug?expand=0&rev=21
This commit is contained in:
commit
1a63008d2c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:847154134c265c22ae42d7c45e286a79747ecd5cd214d9a8352876be39e549a1
|
|
||||||
size 84480
|
|
BIN
byebug-11.1.3.gem
(Stored with Git LFS)
Normal file
BIN
byebug-11.1.3.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 27 13:17:08 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||||
|
|
||||||
|
- updated to version 11.1.3
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* [#674](https://github.com/deivid-rodriguez/byebug/pull/674):
|
||||||
|
crash when using byebug on ruby 2.7.0 on Windows.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 27 12:39:40 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
|
Mon Jan 27 12:39:40 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-byebug
|
# spec file for package rubygem-byebug
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-byebug
|
Name: rubygem-byebug
|
||||||
Version: 11.1.1
|
Version: 11.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name byebug
|
%define mod_name byebug
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
@ -39,7 +39,7 @@ BuildRequires: %{rubydevel >= 2.4.0}
|
|||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Url: https://github.com/deivid-rodriguez/byebug
|
URL: https://github.com/deivid-rodriguez/byebug
|
||||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
Source1: rubygem-byebug-rpmlintrc
|
Source1: rubygem-byebug-rpmlintrc
|
||||||
Source2: gem2rpm.yml
|
Source2: gem2rpm.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user