diff options
author | obache <obache@pkgsrc.org> | 2013-04-04 13:40:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-04-04 13:40:24 +0000 |
commit | 8d269777041786a015a50e8c21b9a99eb041d979 (patch) | |
tree | 7951c4b8853e16ef70a0ed41322355a9d75bebe6 /print | |
parent | 33fcd6013c662da660ba92f655baf5d12ce8e717 (diff) | |
download | pkgsrc-8d269777041786a015a50e8c21b9a99eb041d979.tar.gz |
Update ruby-gnome2 to 1.2.5.
== 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
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-gnome2-poppler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile index 5b265c32d93..3fa09797715 100644 --- a/print/ruby-gnome2-poppler/Makefile +++ b/print/ruby-gnome2-poppler/Makefile @@ -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]* |