[DRE-commits] [ruby-cairo] 02/13: Merge tag 'upstream/1.14.0'

Daisuke Higuchi dai at moszumanska.debian.org
Wed Oct 26 05:57:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

dai pushed a commit to branch master
in repository ruby-cairo.

commit 342a3f4a5ffed7d554c8f939fafa705d10659703
Merge: ed65406 81d45d3
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Wed Oct 26 12:41:31 2016 +0900

    Merge tag 'upstream/1.14.0'
    
    Upstream version 1.14.0

 .gitignore                                      |  16 ++
 .travis.yml                                     |   8 +
 .yardopts                                       |   4 +
 NEWS                                            |  26 +++
 README.rdoc                                     |  14 +-
 Rakefile                                        |  77 +++++---
 build/README.md                                 |  11 ++
 build/Vagrantfile                               |  30 ++++
 build/build-win32.sh                            |   6 +
 build/build-win64.sh                            |   9 +
 build/build-windows.sh                          | 104 +++++++++++
 cairo.gemspec                                   |  43 +++++
 checksums.yaml.gz                               | Bin 269 -> 0 bytes
 dist.sh                                         |  30 ++++
 ext/cairo/extconf.rb                            |   6 +-
 ext/cairo/rb_cairo.h                            |   6 +-
 ext/cairo/rb_cairo_constants.c                  |   8 +
 ext/cairo/rb_cairo_context.c                    |  64 ++++++-
 ext/cairo/rb_cairo_exception.c                  |  17 ++
 ext/cairo/rb_cairo_font_face.c                  |  13 ++
 ext/cairo/rb_cairo_private.c                    |  15 +-
 ext/cairo/rb_cairo_private.h                    |  13 +-
 ext/cairo/rb_cairo_surface.c                    |  70 +++++---
 extconf.rb                                      |  47 +++++
 lib/cairo/surface.rb                            |   4 +-
 metadata.yml                                    | 225 ------------------------
 misc/update-colors.rb                           | 143 +++++++++++++++
 patches/cairo-1.14-missing-exeext-float-m4.diff |  17 ++
 patches/fontconfig-2.11.1-disable-mktemp-s.diff |  12 ++
 patches/remove-empty-z_dir-ldflags.diff         |  12 ++
 samples/.cvsignore                              |   4 +
 samples/agg/README                              |   4 +
 test/.cvsignore                                 |   1 +
 test/cairo-test-utils.rb                        |   5 +
 test/test_constants.rb                          |  11 ++
 test/test_context.rb                            |   2 +-
 test/test_exception.rb                          |   9 +
 test/test_font_face.rb                          |   2 +-
 test/test_quartz_image_surface.rb               |  13 ++
 test/test_surface.rb                            |  10 ++
 40 files changed, 824 insertions(+), 287 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cairo.git



More information about the Pkg-ruby-extras-commits mailing list