pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ruby-cairo ruby-cairo: update to 1.15.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d914a70dcea9
branches:  trunk
changeset: 312621:d914a70dcea9
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Sep 08 15:56:25 2018 +0000

description:
ruby-cairo: update to 1.15.14.

Upstream changelog:
(from https://github.com/rcairo/rcairo/blob/v1.15.14/NEWS)

Release 1.15.14 (2018-08-20) Kouhei Sutou <kou%cozmixng.org@localhost>
============================================================

Improvements
------------

  * Added Cairo::Surface.create {}. Cairo::Surface.new {} is deprecated.

  * Added Cairo::Context.create {}. Cairo::Context.new {} is deprecated.

  * Windows: Added support for installing a normal gem (not fat gem)
    by "gem install --platform ruby". If you use Bundler, use "bundle
    config --local force_ruby_platform true" and "bundle exec ruby -rdevkit".

  * Changed to use SPDX license ID in gemspec.

Fixes
-----

  * Fixed a bug that CRFONTOPTIOSN2RVAL() doesn't copy the target
    options.
    * Other CR*2RVAL() copy or refer the target objects. So
      CRFONTOPTIONS2RVAL() must copy for consistency.

diffstat:

 graphics/ruby-cairo/Makefile |   4 ++--
 graphics/ruby-cairo/PLIST    |   4 ++--
 graphics/ruby-cairo/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r f4f3472b69fc -r d914a70dcea9 graphics/ruby-cairo/Makefile
--- a/graphics/ruby-cairo/Makefile      Sat Sep 08 15:52:58 2018 +0000
+++ b/graphics/ruby-cairo/Makefile      Sat Sep 08 15:56:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/05/06 02:09:24 taca Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/08 15:56:25 tsutsui Exp $
 
-DISTNAME=              cairo-1.15.13
+DISTNAME=              cairo-1.15.14
 CATEGORIES=            graphics
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r f4f3472b69fc -r d914a70dcea9 graphics/ruby-cairo/PLIST
--- a/graphics/ruby-cairo/PLIST Sat Sep 08 15:52:58 2018 +0000
+++ b/graphics/ruby-cairo/PLIST Sat Sep 08 15:56:25 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/03/20 13:03:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/09/08 15:56:25 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/cairo.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/gem.build_complete
@@ -68,7 +68,7 @@
 ${GEM_LIBDIR}/samples/scalable.rb
 ${GEM_LIBDIR}/samples/text-on-path.rb
 ${GEM_LIBDIR}/samples/text2.rb
-${GEM_LIBDIR}/test/cairo-test-utils.rb
+${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/run-test.rb
 ${GEM_LIBDIR}/test/test_color.rb
 ${GEM_LIBDIR}/test/test_constants.rb
diff -r f4f3472b69fc -r d914a70dcea9 graphics/ruby-cairo/distinfo
--- a/graphics/ruby-cairo/distinfo      Sat Sep 08 15:52:58 2018 +0000
+++ b/graphics/ruby-cairo/distinfo      Sat Sep 08 15:56:25 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/05/06 02:09:24 taca Exp $
+$NetBSD: distinfo,v 1.9 2018/09/08 15:56:25 tsutsui Exp $
 
-SHA1 (cairo-1.15.13.gem) = e86c48a0419a373f1f1c7dc57179ef22340876d4
-RMD160 (cairo-1.15.13.gem) = cefa3fe48b6c801bf69e7df6a1975d23e3fada1c
-SHA512 (cairo-1.15.13.gem) = accab295acbb5b82e456c96b29681c37befdb6d1d4c93f8dd3d6cdd772374a3c6fad914f1ed097ee0575dd1e184eb22794f315bc8d02d0558f89f88b63870b86
-Size (cairo-1.15.13.gem) = 103424 bytes
+SHA1 (cairo-1.15.14.gem) = ab108533b82986f41b99006cbcbe9534939adedf
+RMD160 (cairo-1.15.14.gem) = c5281f49f5decd5c2583043af2597cfea24841a7
+SHA512 (cairo-1.15.14.gem) = ca05638e93f426a32d8483acf47ee839a0137ca1305cb0dc1c71131237e49e6c395f6a51c7ebc9957a3553c8fd59737652c57d96beb8c24bffa16d40c14a51f9
+Size (cairo-1.15.14.gem) = 103936 bytes



Home | Main Index | Thread Index | Old Index