Accepting request 767694 from devel:languages:ruby:extensions

OBS-URL: https://build.opensuse.org/request/show/767694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-byebug?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2020-01-30 08:35:45 +00:00 committed by Git OBS Bridge
commit 97147355ee
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d27461e1e14b9ebcf45d25d27edf17df8ccfad8ade3630457f849a6293a6b3d6
size 83968

3
byebug-11.1.1.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:847154134c265c22ae42d7c45e286a79747ecd5cd214d9a8352876be39e549a1
size 84480

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 27 12:39:40 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 11.1.1
### Fixed
* [#635](https://github.com/deivid-rodriguez/byebug/pull/635): usage
on Fedora 31 or any other `byebug` installation performed by a
`rubygems` copy customized by setting `Gem.install_extension_in_lib` to false.
-------------------------------------------------------------------
Mon Mar 18 12:02:58 UTC 2019 - manuel <mschnitzer@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-byebug
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -24,7 +24,7 @@
#
Name: rubygem-byebug
Version: 11.0.1
Version: 11.1.1
Release: 0
%define mod_name byebug
%define mod_full_name %{mod_name}-%{version}
@ -35,7 +35,7 @@ Release: 0
%endif
# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubydevel >= 2.3.0}
BuildRequires: %{rubydevel >= 2.4.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives