[DRE-commits] [ruby-ffi] branch master updated (ec64723 -> 193c075)
zeha at debian.org
zeha at debian.org
Wed Jan 6 00:55:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a change to branch master
in repository ruby-ffi.
from ec64723 Prepare changelog for 1.9.6debian-3
adds b4be80f Imported Upstream version 1.9.10debian
new b9c96bc Merge tag 'upstream/1.9.10debian'
new 67a73d4 Drop upstream applied patches
new 382e69c Refresh downstream-only patch
new dc4528a Bump Standards-Version (no changes necessary)
new 193c075 Update changelog for 1.9.10debian-1 release
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 2 +-
Rakefile | 64 +++----
debian/changelog | 11 ++
debian/control | 2 +-
debian/patches/arm64.patch | 113 ------------
debian/patches/disable-racy-specs.patch | 49 ------
debian/patches/disable-rake-compiler.patch | 10 +-
.../fix-for-variadic-float-double-values.diff | 35 ----
debian/patches/mip64el.patch | 115 ------------
debian/patches/ppc64el.patch | 124 -------------
debian/patches/series | 5 -
ext/ffi_c/Call.c | 105 ++++++++---
ext/ffi_c/MemoryPointer.c | 2 +-
ext/ffi_c/StructLayout.c | 4 +-
ext/ffi_c/Variadic.c | 8 +-
ext/ffi_c/extconf.rb | 3 +-
ffi.gemspec | 3 +-
lib/ffi.rb | 12 +-
lib/ffi/autopointer.rb | 6 +-
lib/ffi/enum.rb | 23 +--
lib/ffi/library.rb | 75 +++++---
lib/ffi/platform.rb | 14 +-
.../{s390x-linux => aarch64-linux}/types.conf | 12 +-
.../{s390x-linux => mips64el-linux}/types.conf | 4 +-
.../{s390x-linux => powerpc64-linux}/types.conf | 4 +-
lib/ffi/platform/x86_64-darwin/types.conf | 34 +++-
lib/ffi/struct.rb | 8 +-
lib/ffi/struct_layout_builder.rb | 43 +++--
lib/ffi/types.rb | 2 +-
lib/ffi/version.rb | 2 +-
libtest/EnumTest.c | 17 ++
metadata.yml | 38 ++--
spec/ffi/enum_spec.rb | 196 +++++++++++++++++++++
spec/ffi/fixtures/EnumTest.c | 17 ++
spec/ffi/function_spec.rb | 11 +-
spec/ffi/managed_struct_spec.rb | 3 +-
spec/ffi/pointer_spec.rb | 9 +-
spec/ffi/rbx/attach_function_spec.rb | 2 +-
spec/ffi/spec_helper.rb | 12 +-
spec/ffi/struct_spec.rb | 6 +-
spec/spec.opts | 1 +
41 files changed, 572 insertions(+), 634 deletions(-)
delete mode 100644 debian/patches/arm64.patch
delete mode 100644 debian/patches/disable-racy-specs.patch
delete mode 100644 debian/patches/fix-for-variadic-float-double-values.diff
delete mode 100644 debian/patches/mip64el.patch
delete mode 100644 debian/patches/ppc64el.patch
copy lib/ffi/platform/{s390x-linux => aarch64-linux}/types.conf (92%)
copy lib/ffi/platform/{s390x-linux => mips64el-linux}/types.conf (96%)
copy lib/ffi/platform/{s390x-linux => powerpc64-linux}/types.conf (96%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi.git
More information about the Pkg-ruby-extras-commits
mailing list