head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2018.05.03.12.04.02; author tsutsui; state dead; branches; next 1.1; commitid XVQ2ZAt0KajJxQAA; 1.1 date 2018.04.29.15.36.44; author tsutsui; state Exp; branches; next ; commitid SZNi6NDCTVyFQlAA; desc @@ 1.2 log @ruby-gnome2: update to 3.2.5. Upstream changes (from NEWS): == Ruby-GNOME2 3.2.5: 2018-05-02 This is a bug fix release of 3.2.4. === Changes ==== Document * Fixes * Fixed typos. [GitHub#1158][Patch by kojix2] [GitHub#1160][Patch by kojix2] ==== Ruby/GLib2 * Fixes * Fixed a GC related crash bug. [GitHub#1162][Reported by Izumi Tsutsui] ==== Ruby/GObjectIntrospection * Improvements * Disabled NULL check for GObject Introspection < 1.42. Because GObject Introspection < 1.42 doesn't support "(nullable)" annotation yet. ==== Ruby/GdkPixbuf2 * Improvements * (({GdkPixbuf::Pixbuf#composite})): Suppressed wrong warning. [GitHub#1156][Reported by Chaistrin] [GitHub#1157][Patch by cedlemo] * Fixes * Added a missing white space into message. [GitHub#1155][Reported by Robert A. Heiler] * (({GdkPixbuf::Pixbuf#composite})): Fixed a bug that width and height are ignored. [Patch by cedlemo] ==== Ruby/GTK3 * Improvements * (({Gtk::TextBuffer#initialize})): Accepted "property-name" form. [GitHub#1161][Reported by kojix2] ==== Ruby/Poppler * Improvements * Added a workaround for poppler-glib 0.63 bug. [GitHub#1159][Reported by HIGUCHI Daisuke] === Thanks * Robert A. Heiler * Chaistrin * cedlemo * kojix2 * Izumi Tsutsui * HIGUCHI Daisuke @ text @$NetBSD: patch-ext_glib2_glib2.def,v 1.1 2018/04/29 15:36:44 tsutsui Exp $ - pull upstream fix for issue #1162 --- ext/glib2/glib2.def.orig 2018-04-29 15:03:29.000000000 +0000 +++ ext/glib2/glib2.def @@@@ -61,6 +61,9 @@@@ EXPORTS rbgobj_class_init_func rbgobj_register_type rbgobj_object_alloc_func + rbgobj_object_add_relative + rbgobj_object_remove_relative + rbgobj_object_remove_relatives rbgobj_set_signal_func rbgobj_get_signal_func rbgobj_set_signal_call_func @ 1.1 log @ruby-gnome2-glib, ruby-gnome2-gtk: pull upstream fixes for issue #1162. Fixes crashes on mikutter. Bump PKGREVISIONs. @ text @d1 1 a1 1 $NetBSD$ @