Accepting request 767691 from home:mschnitzer:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/767691 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-byebug?expand=0&rev=49
This commit is contained in:
parent
71034a4908
commit
89ad70e48f
@ -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
3
byebug-11.1.1.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:847154134c265c22ae42d7c45e286a79747ecd5cd214d9a8352876be39e549a1
|
||||
size 84480
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user