Skip to content

Commit

Permalink
Update ruby-gnome2 to 1.2.5.
Browse files Browse the repository at this point in the history
== Ruby-GNOME2 1.2.5: 2013-03-28

Crash bug fix release!

=== Changes

==== All

  * Fixes
    * Fixed crash bugs.
      [GitHub #138] [Reported by Takuma Nakajima]

=== Thanks

  * Takuma Nakajima

== Ruby-GNOME2 1.2.4: 2013-03-24

Ruby/WebKitGtk2 addition release!

=== Changes

==== All

  * Improvements
    * Start mswin64 support. (But it is not completed yet.)
      [GitHub #135] [Patch by usa]

==== Ruby/GLib2

  * Improvements
    * Reduce needless GBoxed object copy.

==== Ruby/GdkPixbuf2

  * Fixes
    * Fix build error by a typo.

==== Ruby/GtkSourceView2

  * Improvements
    * Support auto RPM install on CentOS 6.

==== Ruby/GObjectIntrospection

  * Improvements
    * Add method name to arguments validation failure message.
    * Support specific version loading.

==== Ruby/GTK3

  * Improvements
    * [windows] Add gschemas.compiled.
      [ruby-talk:406026] [Reported by Regis d'Aubarede]

==== Ruby/WebKitGtk2

  * New!
    [GitHub #136] [Patch by eumario]

=== Thanks

  * usa
  * Regis d'Aubarede
  * eumario
  • Loading branch information
obache committed Apr 4, 2013
1 parent cdb5213 commit 12e0387
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions meta-pkgs/ruby-gnome2/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.29 2013/03/17 15:31:10 obache Exp $
# $NetBSD: Makefile.common,v 1.30 2013/04/04 13:40:24 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
Expand Down Expand Up @@ -28,7 +28,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1

VERSION= 1.2.3
VERSION= 1.2.5
USE_RUBY_EXTCONF?= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"

Expand Down
8 changes: 4 additions & 4 deletions meta-pkgs/ruby-gnome2/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.33 2013/03/17 15:31:10 obache Exp $
$NetBSD: distinfo,v 1.34 2013/04/04 13:40:24 obache Exp $

SHA1 (ruby-gnome2-all-1.2.3.tar.gz) = f215c942158a9791e0f6e6b8eb9dcf94d9259f78
RMD160 (ruby-gnome2-all-1.2.3.tar.gz) = 685cdda2b84be5799941384cc006b51209e8b1b2
Size (ruby-gnome2-all-1.2.3.tar.gz) = 1681831 bytes
SHA1 (ruby-gnome2-all-1.2.5.tar.gz) = 08c24c64d90d5c44102d6c74d1610b4f1f02d36b
RMD160 (ruby-gnome2-all-1.2.5.tar.gz) = acd772366535fcfe6052f5317fe573af0236a396
Size (ruby-gnome2-all-1.2.5.tar.gz) = 1696237 bytes
SHA1 (patch-glib2_lib_mkmf-gnome2.rb) = 7ea9f2066aae905e64d8477f500245e3e3b5df9e
3 changes: 1 addition & 2 deletions print/ruby-gnome2-poppler/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.40 2013/03/31 08:13:32 obache Exp $
# $NetBSD: Makefile,v 1.41 2013/04/04 13:40:24 obache Exp $
#

PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
COMMENT= Ruby binding of poppler-glib
PKGREVISION= 1
CATEGORIES= print

CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]*
Expand Down

0 comments on commit 12e0387

Please sign in to comment.