Accepting request 714010 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/714010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ffi?expand=0&rev=30
This commit is contained in:
commit
6152105f68
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f9e5c3eca4bc451d89ad81c8dc1aac7c1c2dffa990f7a93bb3f99ad93ac8734
|
|
||||||
size 868352
|
|
3
ffi-1.11.1.gem
Normal file
3
ffi-1.11.1.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90ae2a7fe7ac4c0af30650fba8b75d93ff3611803c4937248118797ae5edbb1a
|
||||||
|
size 868352
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 8 08:33:44 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||||
|
|
||||||
|
- updated to version 1.11.1
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
* Raise required ruby version to >=2.0. #699, #700
|
||||||
|
* Fix a possible linker error on ruby < 2.3 on Linux.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 20 12:26:14 UTC 2019 - Lukas Krause <lukas.krause@suse.com>
|
Mon May 20 12:26:14 UTC 2019 - Lukas Krause <lukas.krause@suse.com>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-ffi
|
Name: rubygem-ffi
|
||||||
Version: 1.11.0
|
Version: 1.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name ffi
|
%define mod_name ffi
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
@ -32,7 +32,7 @@ Release: 0
|
|||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
# /MANUAL
|
# /MANUAL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %{rubydevel >= 1.9}
|
BuildRequires: %{rubydevel >= 2.0}
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: %{rubygem rdoc > 3.10}
|
BuildRequires: %{rubygem rdoc > 3.10}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user