2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
2012-01-15 13:34:44 by OBATA Akio | Files touched by this commit (5) |
Log message:
Update ruby-gnome2 to 1.1.2.
== Ruby-GNOME2 1.1.2: 2012-01-15
This is a bug fix release of 1.1.1.
=== Changes
==== Ruby/GLib2
* Fixes
* [GitHub#94] install missing header files.
[Reported by mtasaka]
==== Ruby/Pango
* Fixes
* [GitHub#94] install a missing header file.
[Reported by mtasaka]
==== Ruby/GdkPixbuf2
* Fixes
* [GitHub#94] install missing header files.
[Reported by mtasaka]
=== Thanks
* mtasaka
== Ruby-GNOME2 1.1.1: 2012-01-14
This is a bug fix release of 1.1.0.
=== Changes
==== Ruby/GLib2
* Fixes
* [ruby-list:48587] Re: [ANN] Ruby-GNOME2 1.1.0
fix wrong parent class for GLib::IOChannelWin32Socket.
[Reported by ashbb]
==== Ruby/GTK2
* Fixes
* Fixed a bug that Gtk::ActionGroup#add_radio_actions always fail.
==== Ruby/GStreamer
* Improvements
* [win32] Supported FLAC.
=== Thanks
* ashbb
|
2012-01-11 14:47:31 by OBATA Akio | Files touched by this commit (16) |
Log message:
Update ruby-gnome2 to 1.1.0.
== Ruby-GNOME2 1.1.0: 2012-01-05
This is a source cleanup release.
=== Changes
==== Ruby/GLib2
* Improvements
* [GitHub#65] Supported GLib 2.31. [Reported by mtasaka]
* Supported comparing between GLib::Enum/GLib::Flags and Symbol.
* Fixes
* [GitHub#1] Fix GLib::Spawn regression.
[Patch by Geoff Youngs]
* Plugged memory leaks.
* Fixed a crash by GC on Ruby 1.9.
* Changes
* Remove optional Ruby-GetText-Package dependency.
==== Ruby/GTK2
* Improvements
* [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows:
Added hicolor-icon-theme into gem on Windows.
[Suggested by wNikolai Weibull]
* Fixes
* Fixed a crash by GC.
* Plugged memory leaks.
* Fixed Gdk::GC#colormap= uses wrong value.
* Fixed Gtk::TextBuffer#serialize uses wrong value.
==== Ruby/Pango
* Fixes
* Plugged memory leaks.
==== Ruby/GdkPixbuf
* Improvements
* Gdk::Pixbuf.new supports hash argument.
* Fixes
* Plugged memory leaks.
==== Ruby/GStreamer
* Improvements
* Supported Windows gem.
* Improved memory management.
* Fixes
* [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka]
* [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka]
* [GitHub#87] GStreamer: test_create_clock test fails.
[Reported by mtasaka]
* [GitHub#89] GStreamer: test_fraction_range_new test fails.
[Reported by mtasaka]
* [GitHub#91] GStreamer: test_state "sometimes" fails.
[Reported by mtasaka]
==== Ruby/Poppler
* Fixes
* Fixed a wrong conversion in Poppler::Document#find_dest.
[Reported by Chloé Desoutter]
|
2012-01-06 14:34:51 by OBATA Akio | Files touched by this commit (3) |
Log message:
Apply patches to fix SEGV by GC on Ruby 1.9 for Ruby/GLib2.
Bump PKGREVISION.
|
2011-06-12 13:43:35 by OBATA Akio | Files touched by this commit (16) | |
Log message:
Update ruby-gnome2 to 0.90.9.
== Ruby-GNOME2 0.90.9: 2011-06-11
NOTE: 0.90.x releases are for 1.0.0 major release.
This is the last release of 0.90.x series. The next release
will be 1.0.0!
=== Changes
==== All
* Fixes
* Fix a bug in version numbers.
[Grant Schoep, Vincent Carmona]
* Support 'bundle install' .
==== Ruby/GLib2
* Improvements
* Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
* GLib::IOChannel#write returns written byte not self.
[backward incompatible]
==== Ruby/GTK2
* Fixes
* fix misc/bindings.rb sample (ruby 1.9).
[Vincent Carmona]
* [#3305589] fix Gtk::Window#add_accel_group misses
a reference to accel group.
[Piotr Korzuszek, Kouhei Sutou]
* Support cairo related samples in Ruby 1.9.
[Jon, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* add Gst::Registry.update method.
[Vincent Carmona]
==== Ruby/VTE
* Fixes
* [#3199587] fix pc install.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Fixes
* [#3292118] don't run needless tests.
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Improvements
* support Windows.
[S.Kitagawa]
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2011-03-04 14:14:07 by OBATA Akio | Files touched by this commit (21) |
Log message:
Update ruby-gnome2 to 0.90.8.
== Ruby-GNOME2 0.90.8: 2011-03-04
NOTE: 0.90.x releases are for 1.0.0 major release.
A bug fix release of 0.90.7.
=== Changes
==== All
* Fixes
* 'make distclean' does not removed pkg-config files.
==== Ruby/GLib2
* Fixes
* fix non-gem rcairo detection. [#3178228]
[OBATA Akio, Kouhei Sutou]
==== Ruby/Atk
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/Pango
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/GTK2
* Fixes
* fix require order.
[id:kenhys]
* [#3046538] fix crash by GC at exit.
[Vincent Carmona, Kouhei Sutou]
* gtk-demo samples with ruby 1.9 (excepted cairo ones).
[Vincent Carmona]
==== Ruby/GooCanvas
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* improve missing message.
[Vincent Carmona]
* add Gst::InstallPlugins.
[Vincent Carmona, Kouhei Sutou]
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
* don't use rbgprivate.h. [#3188442]
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
|
2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2011-02-11 14:50:14 by OBATA Akio | Files touched by this commit (64) |
Log message:
Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.
== Ruby-GNOME2 0.90.7: 2011-02-02
NOTE: 0.90.x releases are for 1.0.0 major release.
A package fix release of 0.90.6.
=== Changes
==== Ruby/GLib2
* Improvments
* force remove "-Wl,--noundefined" linker option because
Ruby-GNOME2 packages doesn't support the option.
[Dobai-Pataky Bálint, Kouhei Sutou]
==== Ruby/GTK2
* Improvments
* use "MS-Windows" GTK+ theme by default on Windows.
[ashbb, Kouhei Sutou]
=== Thanks
* ashbb
* Dobai-Pataky Bálint
== Ruby-GNOME2 0.90.6: 2011-01-29
NOTE: 0.90.x releases are for 1.0.0 major release.
Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.
=== Changes
==== All
* remove all deprecated packages.
[Masaaki Aoyagi]
* all supported packages support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GLib2
* Imrpovements
* add gnome2-raketask.rb that is a utility library to
define Rake tasks for Ruby-GNOME2 packages.
[Masaaki Aoyagi, Kouhei Sutou]
* Fixes
* fix GType conversion.
[Kouhei Sutou]
* fix rcairo installed by RubyGems detection.
[Masaaki Aoyagi]
==== Ruby/GIO2
* Improvements
* support GIO 2.26.
[Nikolai Weibull]
==== Ruby/GStreamer
* Improvements
* add Gst::MissingURISourceMessage.
[Vincent Carmona, Kouhei Sutou]
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/Pango
* Fixes
* rename Pango::LayoutIter#at_last_line! to
at_last_line? because at_last_line is a predicate
method. (at_last_line! still exists for backward compatibility.)
[mrkn, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
* Fixes
* support "2.0b7" style module version. #3141244
[reandr, Kouhei Sutou]
==== Ruby/GooCanvas
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GtkSourceView2
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/VTE
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
=== Thanks
* Vincent Carmona
* mrkn
* reandr
* Nikolai Weibull
* Masaaki Aoyagi
|
2010-11-10 05:48:00 by OBATA Akio | Files touched by this commit (3) |
Log message:
Some ABI incompatibilites was introduced at Ruby/GLib2 0.90.3.
(macro changes, need to recompile package using it)
Bump BUILDLINK_ABI_DEPENDS and bump PKGREVISION of two packages using it
(other packages depending on Ruby/GLib2 are part of Ruby/Gnome2 and
already depending on the version).
|