Accepting request 747770 from home:mschnitzer:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/747770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=82
This commit is contained in:
Manuel Schnitzer 2019-11-12 16:20:47 +00:00 committed by Git OBS Bridge
parent a403606921
commit 710c3e8e9c
4 changed files with 24 additions and 8 deletions

View File

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

3
ffi-1.11.2.gem Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 12 15:33:08 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.11.2
Added:
* Add DragonFlyBSD as a platform. #724
Changed:
* Sort all types.conf files, so that files and changes are easier to compare.
* Regenerated type conf for freebsd12 and x86_64-linux targets. #722
* Remove MACOSX_DEPLOYMENT_TARGET that was targeting very old version 10.4. #647
* Fix library name mangling for non glibc Linux/UNIX. #727
* Fix compiler warnings raised by ruby-2.7
* Update libffi to latest master.
-------------------------------------------------------------------
Mon Jul 8 08:33:44 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

View File

@ -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 https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -24,19 +24,19 @@
#
Name: rubygem-ffi
Version: 1.11.1
Version: 1.11.2
Release: 0
%define mod_name ffi
%define mod_full_name %{mod_name}-%{version}
# MANUAL
BuildRequires: libffi-devel
BuildRequires: libffi-devel
# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{rubydevel >= 2.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
Url: http://wiki.github.com/ffi/ffi
Url: https://github.com/ffi/ffi/wiki
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: rubygem-ffi-rpmlintrc
Source2: gem2rpm.yml