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.17.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f1d7ec66eff
branches:  trunk
changeset: 383369:6f1d7ec66eff
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Thu Aug 18 15:44:23 2022 +0000

description:
ruby-cairo: update to 1.17.7.

Upstream changes:
 https://github.com/rcairo/rcairo/blob/v1.17.7/NEWS

Release 1.17.7 (2022-07-31) Sutou Kouhei <kou%cozmixng.org@localhost>
===========================================================

Fixes
-----

  * Fixed a bug that Cairo::UserFontFace#on_render_color_glyph isn't
    called.

Release 1.17.6 (2022-07-30) Sutou Kouhei <kou%cozmixng.org@localhost>
===========================================================

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

  * Added support for cairo 1.17.6:

    * Added Cairo::PDFVersion::VERSION_1_6.

    * Added Cairo::PDFVersion::VERSION_1_7.

    * Added Cairo::PDFSurface#set_metadata.

    * Added Cairo::DirectWriteError.

    * Added Cairo::Context#set_hairline.

    * Added Cairo::Context#hairline?.

    * Added Cairo::UserFont#on_render_color_glyph.

  * Updated tests for cairo 1.17.6.
    [GitHub#75][Reported by Mamoru TASAKA]

Fixes
-----

  * Fixed a wrong conversion bug for the rest size argument in read
    callback.

  * Fixed a wrong conversion bug in Cairo::Options#hash.

  * Fixed a GC related crash bug in Cairo::Surface#finish.

Thanks
------

  * Mamoru TASAKA

diffstat:

 graphics/ruby-cairo/Makefile |  4 ++--
 graphics/ruby-cairo/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 2b71d24ef849 -r 6f1d7ec66eff graphics/ruby-cairo/Makefile
--- a/graphics/ruby-cairo/Makefile      Thu Aug 18 15:35:41 2022 +0000
+++ b/graphics/ruby-cairo/Makefile      Thu Aug 18 15:44:23 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/03/07 14:47:07 taca Exp $
+# $NetBSD: Makefile,v 1.18 2022/08/18 15:44:23 tsutsui Exp $
 
-DISTNAME=              cairo-1.17.5
+DISTNAME=              cairo-1.17.7
 CATEGORIES=            graphics
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r 2b71d24ef849 -r 6f1d7ec66eff graphics/ruby-cairo/distinfo
--- a/graphics/ruby-cairo/distinfo      Thu Aug 18 15:35:41 2022 +0000
+++ b/graphics/ruby-cairo/distinfo      Thu Aug 18 15:44:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:46:51 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/08/18 15:44:23 tsutsui Exp $
 
-BLAKE2s (cairo-1.17.5.gem) = 7c5ddc129c655cd8502e9fb50cb6419a5faeac644152b5a4e78121239cbdd0a7
-SHA512 (cairo-1.17.5.gem) = f2ade6fb6b9fccd81a11061b277d4a9077936e0beef42c61225bd4d5630586a57a3fa192a20a0f7e4922313e2a8215268bc9a5d007d2805cf1f80714fd9ad1ba
-Size (cairo-1.17.5.gem) = 197120 bytes
+BLAKE2s (cairo-1.17.7.gem) = db1ed6b38407e44a5d77a747e07fdfe947e1ae5a89b46ea3f4f748b1dd268327
+SHA512 (cairo-1.17.7.gem) = 0a70bfe6e06ef566bd11b9d9bcda97758809081650015b59ff340d49effab9995d59e3b798291c2ef1c29cd6b8ca44cdefee8199c293f7cbce03cee853d19b2b
+Size (cairo-1.17.7.gem) = 198656 bytes



Home | Main Index | Thread Index | Old Index