ruby-gtk2-sample-scripts-3.0.8-1.61.lke>UAq[kPSVuk*?X`ppw,b2Y0(h˄}Gc3Lʮ>9?d! ) N  /5<    4 ( *-2V67:: : ; (;8;9< :=FxGxH|LIXY\]^ bFcd5e:f?lAuTvwPxyzCruby-gtk2-sample-scripts3.0.81.61.lkSample Scripts for Ruby-GTK2 ProjectThis package contains sample scripts for Ruby-GTK2 project.X`build70home:Lazy_Kent / openSUSE_Leap_42.1obs://build.opensuse.org/home:Lazy_KentLGPL-2.1Development/Languages/Rubyhttp://ruby-gnome2.sourceforge.jp/linuxnoarchg_db` dE{Bu +oT j Hg 5Vr1 Z   \i0,/!%!   R  . I "&F { })). + Supported array of struct as input argument. + Supported auto native package install on CentOS 7. + Supported (({can_XXX?})) predicate. + Supported the number of array as input argument. + Supported array of (({GValue})) as input argument. + Supported array as return value. + Supported (({GClosure})) as input argument. + Supported (({GSList})) as input argument. + Supported (({GSList})) as output argument. + Supported union as input argument. + Supported array of (({guint8})) as input argument. + Supported array of (({gint32})) as input argument. + Supported class methods defined in (({XXXClass})). + Supported (({GList})) as output argument. + Supported (({GList})) as return value. + Supported (({GVariant})) as return value. - Fixes: + Fixed a bug that (({GList})) return type method always returns nil. + Fixed a bug that not predicate is treated as predicate. + Fixed a bug that (({self})) is different. * Ruby/GIO2 - Improvements: + Supported (({GAsyncReadyCallback})). + Added (({ActionMap#add_actions})). * Ruby/Pango - Improvements: + Added (({Pango::Language#sample_string})).- Fix build errors on 13.2 and Tumbleweed. Change BuildRequires: rubygem(cairo), rubygem(pkg-config) -> %{rubygem cairo}, %{rubygem pkg-config}.- Update to 2.2.5. * It is a GLib 2.44 support release. * Ruby/GLib2 - Improvements: + Supported GLib 2.44.- Update to 2.2.4. * Ruby/GLib2 - Improvements: + Stopped to call g_thread_init() for GLib 2.32.0 or later because g_thread_init() is called automatically. + Added GLib.format_size. + Added GLib::Source#name. + Added GLib::Source#name=. + Added GLib::Source#ready_time. + Added GLib::Source#ready_time=. + Added GLib::Source#destroy. - Fixes: + Fixed a bug that wrong converter is used on bigendian environment. * Ruby/GIO2 - Improvements: + Added Gio::DBus. - Fixes: + Fixed a bug that Gio::ContentType#executable? isn't defined by correct name. * Ruby/GTK2 - Improvements: + Gtk::AboutDialog#show: Supported license_type option. - Fixes: + Gtk::AboutDialog#show: Fixed a bug that wrap_license option doesn't work. * Ruby/GObjectIntrospection - Improvements: + Supported prefix removing from method name. + Supported GList of UTF-8. + Added documentation. - Fixes: + Fixed a bug that out only argument is required.- Update to 2.2.3. * It is a bug fix release. * All - Improvements: + Supported auto native package install on SuSE. * Ruby/GLib2 - Fixes: + Fixed infinite loop bug on Ruby 2.1 or later.- Update to 2.2.1. * Ruby/GLib2 - Improvements: + Added GObject#unref to free large object immediately. - Fixes: + Fixed a bug that signal handler doesn't work on Ruby 2.1. + Fixed free function (free -> xfree). * Ruby/GObjectIntrospection - Improvements: + Supported instantiating union. + Accepted 5 or more the number of signals. It may be increased for later GIO version. + Added "?" to boolean field value reader. + Supported mapping function info to method. + Don't handle MethodInfo as FunctionInfo. + Accepted not GType struct as an input argument. + Accepted getting a field value from not GType but GType descendant sruct. + Added Loader.register_constant_rename_map. + Supported in GType array. + Don't require needless array length argument. + Supported finding suitable method that has optional argument. - Fixes: + Fixed wrong argument index for Ruby objects. + Fixed a bug that ArgInfo isn't passed. * Ruby/GIO2 - Improvements: + Supported GLib 2.42.0. Annotation for GObject Introspection is added to g_pollable_input_stream_read_nonblocking() since GLib 2.42.0. + Supported GLib <= 2.36.0. - Fixes: + Fixed a bug that .pc isn't installed. * Ruby/GTK2 - Improvements: + Fixed wrong property value on ppc64 and s390x.- Update to 2.2.0. * Ruby/GLib2 - Improvements: + Stopped to use deprecated API internally in G_REPLACE_SET_PROPERTY. + Added RG_REPLACE_SET_PROPERTY. + Reduced locking on object creation. + Exported rbg_inspect(). + Created code level error. + Raised code level error instead of domain level error. - Fixes: + Fixed a bug that wrong error code may be used. * Ruby/GTK2 - Improvements: + Suppressed warnings on startup. - Fixes: + Fixed a bug that Gdk::EventAny related methods aren't used by other Gdk::Event classes. * Ruby/GIO2 - Improvements: + Migrated to Ruby/GObjectIntrospection based bindings. + Supported Gio::ContentType.guess. + Added Gio::Resources.lookup_data. + Added Gio::Resources.open_stream. + Added Gio::Resources.enumerate_children. + Added Gio::Resources.get_info. + Added Gio::Resources.register. + Added Gio::Resources.unregister. - Changes: + Removed Gio::Socket#create_source. Use Gio::InputStream#create_source or Gio::OutputStream#create_source instead. + Removed Gio::InetAddress.new_from_string. Use Gio::InetAddress.new instead. + Removed Gio::InetAddress.new_any. Use Gio::InetAddress.any instead. + Removed Gio::InetAddress.new_l. Use Gio::InetAddress.any instead. - Fixes: + Fixed a bug that Gio::ContentType module functions raises "no implicit conversion" error. * Ruby/Pango - Improvements: + Re-supported build on CentOS 5. * Ruby/GObjectIntrospection - Improvements: + Suppressed warnings on armv7hl. + Supported freeing interface. + Supported freeing struct. + Supported String as void * value for value. + Supported freeing array of int8. + Supported freeing array of uint8. + Supported defining errors. + Improved guessing target method for overloaded method. + Supported array length. + Supported inout array. + Converted GBytes to String instead of wrapped GBytes. + Supported all exception types rather than GLib::Error. - Changes: + Changed returned value of inout array to an array from an array and array length. - Fixes: + Fixed test failures on i686 environment.- Update to 2.1.0. * All - Improvements: + Removed Ruby 1.8 from supported Ruby in READMEs. + Supported Ruby 2.1.0. + Made rcairo optional to required because we dropped old GTK+ that doesn't use cairo. Cairo isn't used library such as GLib doesn't require rcairo. + Updated LGPL 2.1 files. + Supported tests on Travis CI. + Supported rake-compiler 0.9.1. + Set license information to gem. * Ruby/GLib2 - Improvements: + Set UTF-8 encoding to exception message. + Added GLib::GetText.bindtextdomain. + Dropped GLib < 2.12 because CentOS 5 has GLib 2.12.3. + Added GValue#to_s. * Ruby/GObjectIntrospection - Improvements: + Supported GList return type. + Supported freeing UTF-8 return type. + Supported freeing array return type. + Supported NULL as array return value. + Supported freeing GObject return value. + Supported freeing structure return value. + Supported NULL character for gint8 array. - Fixes: + Fixed type conversion from VALUE to GType. * Ruby/ATK - Improvements: + Dropped ATK < 1.12 support because CentOS 5 has GTK+ 1.12.2. * Ruby/Pango - Improvements: + Supported cairo 1.6. + Dropped Pango < 1.14 support because CentOS 5 has GTK+ 1.14.9. + Added Pango::Layout#height=. + Added Pango::Layout#ellipsized. * Ruby/GdkPixbuf2 - Improvements: + Dropped GTK+ < 2.10 support because CentOS 5 has GTK+ 2.10.4.- Update to 2.0.0. * Ruby/GLib2 - Improvements: + Moved lib/gnome2-*.rb files to lib/gnome2/ directory. + Supported GLib 2.34. * Ruby/GdkPixbuf2 - Fixes: + [ruby-gnoem2-devel-ja] - Changes in 1.2.6. * Ruby/GLib2 - Improvements: + Removed deprecated GLib::Completion. + Removed deprecated g_source_get_current_time() use. - Changes in 1.2.5. * All - Fixes: + Fixed crash bugs. - Changes in 1.2.4. * Ruby/GLib2 - Improvements: + Reduce needless GBoxed object copy. * Ruby/GdkPixbuf2 - Fixes: + Fix build error by a typo. - Changes in 1.2.3. * Ruby/GTK2 - Changes: + Remove needless signale handlers restore. - Changes in 1.2.2. * Ruby/GLib2 - Improvements: + Supported test on Ruby 2.0.0. - Build ruby-gobject-introspection package for openSUSE >= 12.1. BuildRequires: pkgconfig(gobject-introspection-1.0). - Add COPYING.LIB files to the packages.- Update to 1.2.1. * Ruby/GLib2 - Improvements: + Supported custom sudo prompt on auto native package install. + Started to support JRuby (it is not completed yet). + Accepted unsigned long int size GType. + Removed DL support. + Don't call deprecated g_type_init() for GLib >= 2.35.1. * Ruby/GTK2 - Fixes: + Fixed a memory leak related Gtk::TreeIter. - Changes in 1.2.0. * Ruby/GLib2 - Improvements: + Supported custom VALUE <-> GBoxed conversion. + Supported VALUE <-> GBoxed conversion by RVAL2GOBJ. + Added GLib::Source::REMOVE. + Added GLib::Source::CONTINUE. + Added rbgobj_make_boxed_raw(). + Added GLib::Value? for internal use. - Changes: + Removed deprecated GLib::Win32.get_package_installation_directory + Removed deprecated GLib::Win32.get_package_installation_subdirectory + Added user_data to RGConvertTable callbacks. + rbgobj_convert_define() copies passed RGConvertTable. + Removed deprecated G_DEF_FUNDAMENTAL. Use RG_DEF_CONVERSION instead. * Ruby/GIO2 - Improvements: + Installed headers. * Ruby/GTK2 - Improvements: + Removed needless not copy flag from Allocation. - Changes in 1.1.9. * Ruby/GLib2 - Improvements: + Renamed G_DEF_CLASS4 to G_DEF_CLASS_WITH_PARENT. G_DEF_CLASS4 is still usable but it is deprecated. - Changes in 1.1.6. * Ruby/GLib2 - Improvements: + Improved portability a bit. '$,' is used instead of rb_output_fs. * Ruby/GIO2 - Fixes: + Fixed a crash bug on i386. * Ruby/GTK2 - Improvements: + Added Gtk::TreeModel#iter_root. + Added Gtk::TreeModel#iter_next. * Ruby/GdkPixbuf2 - Fixes: + Fixed build errors with old gdk-pixbuf. - Changes in 1.1.5. * Ruby/GIO2 - Improvements: + Added Gio::TlsCertificate. + Added Gio::TlsCertificateFlags. * Ruby/GTK2 - Improvements: + Added Gtk.show_uri. - Fixes: + Gtk::TreeStore#reorder: Fixed wrong the number of reorder values check. - Build requires rubygem(cairo-devel) for openSUSE > 12.2.- Build requires rubygem(pkg-config) for openSUSE > 12.2.- Update to 1.1.4. * All - Improvements: + Supported automatic required native packages install. * Ruby/GLib2 - Improvements: + mkenums: Supported "/* < flags > */" tag. + mkenums: Supported two or more upper case characters such as "IO". * Before: GIOStatus -> g_iostatus * After: GIOStatus -> g_io_status + * GIOCondition: Changed to GLib::Boxed object from integer. + * GLib::Source#attach doesn't require context. - Fixes: + Fixed wrong type conversion for GIOCondition. * Ruby/GIO2 - Improvements: + Gio::Socket#create_source: Supported callback. - Fixes: + Fixed return values. + Fixed wrong type conversions. * Ruby/GTK2 - Improvements: + Re-supported GTK+ 2.10.0. - Fixes: + Fixed a typo in test script.- Fix ruby macros.- Update to 1.1.3. * Bug fix release of 1.1.2 (see NEWS file). - Dropped "glib" patch (fixed upstream).- Update to 1.1.2. * Bug fix release of 1.1.1 (see NEWS file). - Changes in 1.1.1. * Bug fix release of 1.1.0 (see NEWS file). - Patch to fix build with GLib 2.31.- Update to 1.1.0. * A lot of changes (see NEWS file). - Build new package ruby-gio2. - Build requires ruby(pkg-config).- Fix dependencies (ruby-pango and ruby-gdkpixbuf2 require ruby-rcairo). - Remove obsolete "clean" section. - Correct License tag.- Initial package created - 0.19.4.build70 1491362012  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~3.0.8-1.61.lk ruby-gtk2-sample-scriptsAUTHORSCOPYING.LIBNEWSREADME.mdexamplesgdk_pixbuf2anim.rbcomposite.rbflip.rbfloppybuddy.gifformat.rbgnome-foot.pnginline.rbloader.rbpixdata.rbrotate.rbsave.rbscale.rbsimpleanim.rbutils.rbxpm.rbglib2bookmarkfile.rbidle.rbiochannel.rbkeyfile.rbshell.rbspawn.rbtimeout.rbtimeout2.rbtimer.rbtype-register.rbtype-register2.rbutils.rbgtk2gtk-demoREADMEalphatest.pngapple-red.pngappwindow.rbbackground.jpgbuilder.rbbutton_box.rbcairo-arc-negative.rbcairo-arc.rbcairo-clip-image.rbcairo-clip-rectangle.rbcairo-clip.rbcairo-curve-rectangle.rbcairo-curve-to.rbcairo-dash.rbcairo-fill-and-stroke.rbcairo-fill-and-stroke2.rbcairo-gradient.rbcairo-image-pattern.rbcairo-image.rbcairo-line-cap.rbcairo-line-join.rbcairo-long-lines.rbcairo-operator.rbcairo-path.rbcairo-pattern-fill.rbcairo-self-intersect.rbcairo-text-align-center.rbcairo-text-extents.rbcairo-text.rbchangedisplay.rbclipboard.rbcolorsel.rbcommon.rbdemo.uidialog.rbdrawingarea.rbeditable_cells.rbentry_completion.rbexpander.rbfloppybuddy.gifgnome-applets.pnggnome-calendar.pnggnome-foot.pnggnome-fs-directory.pnggnome-fs-regular.pnggnome-gimp.pnggnome-gmush.pnggnome-gsame.pnggnu-keys.pnggtk-logo-rgb.gifhypertext.rbiconview.rbimages.rbitem_factory.rblist_store.rbmain.rbmenus.rbpanes.rbpixbufs.rbprinting.rbrotated_text.rbruby-gnome2-logo.pngsizegroup.rbstock_browser.rbtextview.rbtree_store.rbmiscaboutdialog.rbaboutdialog2.rbalpha-demo.rbassistant.rbbindings.rbbutton.rbbutton2.rbbuttonbox.rbcairo-pong.rbcalendar.rbcheckbutton.rbcolorselection.rbcombo_check.rbcombobox.rbcomposited-windows.rbcursor.rbdialog.rbdialog2.rbdnd.rbdndtreeview.rbdrag-move.rbdrawing.rbentry.rbentrycompletion.rbexpander.rbfilechooser.rbfileselection.rbframe.rbgc.rbgdkscreen.rbgnome-logo-icon.pnghelloworld.rbiconview.rbimage.rbinfobar.rbitemfactory.rbitemfactory2.rbkeyboard_grab.rblabel.rblinkbutton.rblistview.rbmenu.rbmisc_button.rbmouse-gesture.rbpangorenderer.rbpointer_grab.rbprint.rbproperties.rbradiobutton.rbrecentchooserdialog.rbrgtk+cairo.rbscalebutton.rbsettings.rbstatusicon.rbstock.rbstyle_property.rbstyle_property.rct-gtkplug.rbt-gtksocket.rbtest.xpmtextbuffer_serialize.rbthreads.rbto_drawable.rbtogglebutton.rbtoolbar.rbtooltips.rbtree_combo.rbtree_progress.rbtreemodelfilter.rbtreeview.rbuimanager.rbuimanager2.rbuimanager2.xmlwindow.rbxbm_cursor.rbtestgtk3DRings.xpmFilesQueue.xpmModeller.xpmREADMEbutton.rbbuttonbox.rbcheck-n.xpmcheck-y.xpmcheckbutton.rbcircles.xbmcolorselect.rbdialog.rbentry.rbfilesel.rbfontselection.rbgammacurve.rblabels.rblayout.rbmarble.xpmmenu.rbnotebook.rbpixmap.rbprogressbar.rbradiobutton.rbrange.rbreparent.rbrulers.rbsample.rbsavedposition.rbscrolledwindow.rbshapedwindow.rbspinbutton.rbstatusbar.rbtest.xpmtestgtk.rbtestgtkrctestgtkrc2togglebutton.rbtoolbar.rbtooltips.rbwmhints.rbpangoattribute.rbbreak.rbgdk_layout.rbglyphstring.rbitem.rblabel.rblayout.rbpango_cairo.rbparse.rbsample.txtscript.rb/usr/share/doc/packages//usr/share/doc/packages/ruby-gtk2-sample-scripts//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples/gdk_pixbuf2//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples/glib2//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples/gtk2//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples/gtk2/gtk-demo//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples/gtk2/misc//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples/gtk2/testgtk//usr/share/doc/packages/ruby-gtk2-sample-scripts/examples/pango/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/home:Lazy_Kent/openSUSE_Leap_42.1/288c9525fbda4c308f2551b2828de788-ruby-gtk2drpmlzma5x86_64-suse-linux       directoryUTF-8 Unicode textPascal source, ASCII textASCII textRuby script, ASCII text executableGIF image data, version 89a, 80 x 70PNG image data, 47 x 48, 8-bit/color RGBA, non-interlacedRuby module source, ASCII textPNG image data, 380 x 287, 8-bit/color RGBA, non-interlacedPNG image data, 48 x 48, 8-bit/color RGBA, non-interlacedJPEG image data, JFIF standard 1.01, comment: "Created with The GIMP"XML document textPNG image data, 48 x 52, 8-bit/color RGBA, non-interlacedGIF image data, version 89a, 107 x 140Ruby module source, ASCII text, with very long linesPNG image data, 80 x 80, 8-bit/color RGBA, non-interlacedRuby module source, UTF-8 Unicode text, with very long linesC++ source, ASCII textX pixmap image, ASCII textX pixmap image, ASCII text, with very long linesHTML document, ASCII textRuby script, ASCII textRRRRRRR(n]ovZm?p]"k%ewEӸzQrW{4 qu&-A`!8de[|rvǽ`T/3}jrdžLmY᭹uea1ulv,:SZ*杝Gn'+viOݷ'O`(*yK5Rke~ڕ.3Bԋks^ֵt|(08bP3JNCɂSZ Hٟ ieXp<,gWbz0FJ,R>J+Sl!bX[s'a؄A8ȫQQh-'(m{F7o-&ߩ erò1!%rsWOp;=!io cd3hqT8dgi TEd`0a)=<ʆ{rg|] &m} 8klYzCm֒||][ΆHvρEkwkP/*.#AP9c:O Y8_;dR& Qźg4@BrF-%= yC} icci@Q/#2=:hƐF9 p㼩>h[\F]4iZw9!sC ahJ+$n$weI]#um0vY9׋ x] ?/ Ef Tuhlf+r,u2TQ){ ‡({ (lLK]52'"ZWE,[bW(c{q73"A!31!Kl f⊞` U?w ƍN4e!Cvq+;Ɋ9aCDG zCҹсgi+ &W=>79R`0i(h§}GLO8|AJd%[$!«djK!w*y꤬ ]e`8O]Bn.ދgqZ.EptrX|<|2#Z-:tI`hz[yR%Yдr\~Jwb+Я,"e W ԧXPACVy?gC,ЀBl HvyMG\ zPLb+8r`Y>1I4߭VN5U[[6\pgV=x #_#J-|$I sQ|"$F. cJZ,Q5g 5fZJQ}&ta7NZN]z|;6-Z%ݫwY= YLN(Y`5Rw8ȏXB&tM%'_J صe)$W'PՃ%hA4J'ڤ0Z49;i^HX6.5M`!Y}0>xFS7Ή 6Y