2022-12-08 16:22:03 by Izumi Tsutsui | Files touched by this commit (38) | |
Log message:
ruby-gnome: update to 4.0.3.
pkgsrc changes:
- update HOMEPAGE
- refactor dependencies
Upstream changes (from NEWS.md):
Ruby-GNOME 4.0.3: 2022-09-13
This is a bug fix release of 4.0.2.
Changes
Ruby/GTK4
* Fixes
+ Fixed a bug that ext/**/*.* aren't included in .gem. [GitHub#1498]
[Reported by Anatol Pomozov]
Thanks
* Anatol Pomozov
Ruby-GNOME 4.0.2: 2022-09-05
This is a bug fix release of 4.0.1.
Changes
Ruby/GLib2
* Fixes
+ Fixed a bug that closure may be GC-ed. [GitHub#1495][Reported by Matijs
van Zuijlen]
Ruby/GObjectIntrospection
* Fixes
+ Fixed a bug that callback doesn't work with GObject Introspection
1.72.0 or later. [GitHub#1496][Reported by Mamoru TASAKA]
Thanks
* Mamoru TASAKA
* Matijs van Zuijlen
Ruby-GNOME 4.0.1: 2022-09-02
This is a bug fix release of 4.0.0.
Changes
Ruby/GLib2
* Fixes
+ Fixed wrong false constant value.
Ruby-GNOME 4.0.0: 2022-09-01
This is a release that supports GTK 4.
Changes
All
* windows: Removed a needless workaround for old libintl-8.dll.
* doc: Added support for generating API documents. [GitHub#1468][Patch by
kojix2]
* doc: Added Rake tasks to generate documents. [GitHub#1482][Patch by Sean
Champ]
* Use Bundler API to load (({Gemfile.local})). [GitHub#1483][Patch by Sean
Champ]
Ruby/GLib2
* Improvements
+ Changed to use g_warning() from rb_warn() for already destroyed closure
warning.
+ Dropped support for GLib 2.48 or earlier.
+ Added GLib::DateTime#format_iso8601.
+ Added rbg_mGLib().
+ Added rbg_mGLibObject().
+ Deprecated mGLib.
+ Added support for auto native package installation on Gentoo Linux.
+ Added GLib.malloc.
+ Added GLib.malloc0.
+ Added GLib.free.
+ Added GLib::Variant#to_s. [GitHub#1491][Reported by Sean Champ]
+ Added GLib::Variant#inspect.
+ Added GLib::Variant.parse. [GitHub#1491][Reported by Sean Champ]
* Fixes
+ closure: Fixed a reference count problem.
Ruby/GObjectIntrospection
* Improvements
+ Don't raise an exception for object == nil. [GitHub#1472][Reported by
Hirokazu SUZUKI]
+ Added support for returning a fixed size C array of GObject. [GitHub#
1481][Reported by Sean Champ]
+ Added support for GObject Introspection 1.72.0 or later.
+ Added support for returning GClosure from virtual method.
+ Added support for transfer full boxed type returned by closure.
* Fixes
+ Fixed a bug that gpointer to VALUE conversion is broken on 32bit
environment. [GitHub#1462][Reported by Mamoru TASAKA]
+ Fixed a wrong GHashTable value conversion in Ruby -> GHashTable.
[GitHub#1481][Reported by Sean Champ]
+ Fixed a memory leak of GObjectIntrospection::CallableInfo#return_type.
+ Fixed a memory leak for async callback.
Ruby/GTK3
* Improvements
+ Required GTK+ 3.22 or later.
+ Added support for Gtk::AccelMap.each(filter: true). [GitHub#1487]
[Reported by Sean Champ]
* Fixes
+ Fixed wrong {Gtk::RadioToolButton.new usage in demo. [GitHub#1475]
[Reported by Sami Sieranoja]
+ Fixed a GC related bug of Gtk::Widget#insert_action_group. [GitHub#
1490][Reported by Sean Champ]
Ruby/GDK4
* Re-implemented based on the current Ruby/GDK3.
Ruby/GTK4
* Re-implemented based on the current Ruby/GTK4.
Ruby/Poppler
* Improvements
+ Added support for Poppler::Document.new(GLib::Bytes).
Ruby/RSVG2
* Fixes
+ doc: Fixed a link. [GitHub#1469][Patch by Blake Gearin]
Ruby/GStreamer
* Fixes
+ example: Updated to work with the latest GStreamer. [GitHub#1478][Patch
by kojix2]
Ruby/libsecret
* Improvements
+ Added support for Secret::Schema#attributes.
Ruby/VTE3
* Improvements
+ Removed needless Vte::Terminal#feed_child wrapper. [GitHub#1484][Patch
by Sean Champ]
Thanks
* Mamoru TASAKA
* kojix2
* Blake Gearin
* Hirokazu SUZUKI
* Sami Sieranoja
* Sean Champ
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999) |
Log message:
Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-01-17 16:17:16 by Izumi Tsutsui | Files touched by this commit (38) | |
Log message:
ruby-gnome: update to 3.5.1.
Upstream changes (from NEWS):
== Ruby-GNOME 3.5.1: 2021-01-17
This is a release for Windows.
=== Changes
==== All
* windows: Add workaround for mingw-w64-x86_64-gettext-0.21-1 or
later. Dummy (({DllMain()})) is defined.
==== Ruby/Pango
* Fixes
* Fixed a bug that can't be started.
[GitHub#1456][Reported by Akira Ouchi]
==== Ruby/GObjectIntrospection
* Fixes
* Fixed a bug that (({NoMethodError})) is raised on invalid
signature for constructor.
=== Thanks
* Akira Ouchi
== Ruby-GNOME 3.5.0: 2021-01-11
This is a release that adds support for Ractor.
Ruby/GObjectIntrospection has some backward incompatibilities for
Ractor support. If you have any problem, please report it to
https://github.com/ruby-gnome/ruby-gnome/issues .
=== Changes
==== Ruby/GLib2
* Improvements
* Added support for Ractor.
* Added support for signal handlers and virtual methods in
included module.
* Added support for (({try_convert})) protocol for property setter.
* Added support for converting tuple (({GVariant})) to Ruby.
==== Ruby/GIO2
* Improvements
* Added support for GIO 2.70.
* Added (({Gio::RubyInputStream})) to use Ruby objects as
(({Gio::InputStream})).
* Added (({Gio::RubyOutputStream})) to use Ruby objects as
(({Gio::OutputStream})).
==== Ruby/GObjectIntrospection
* Improvements
* Added support for Ractor. This introduced some backward
incompatiblities.
* Added support for "transfer full" for out (({GError})).
[GitHub#1437][Reported by mcclumpherty]
* Added support for changing whether GVL is unlocked per object by
the following APIs.
* (({GObjectIntrospection::FunctionInfo#set_lock_gvl_default}))
* (({GObjectIntrospection::FunctionInfo#add_lock_gvl_predicate}))
* (({GObjectIntrospection::Loader#prepare_function_info_lock_gvl}))
* Added support for converting from raw argument to enum.
* Added support for (({GList<GVariant>})) return value.
* Added support for reporting an error in callback.
* Fixes
* Fixed a bug that virtual functions of grandparent class can't be
implemented.
[GitHub#1433][Patch by shibafu]
==== Ruby/Pango
* Improvements
* Added support for Ruby 3.2.
==== Ruby/GTK3
* Improvements
* Improved documentation.
[GitHub#1454][Patch by Andy Maleh]
* Added support for Ruby 3.2.
==== Ruby/GDK4
* Improvements
* Updated pkg-config ID.
[GitHub#1435][Patch by Sasi Olin]
==== Ruby/GTK4
* Improvements
* Removed needless rsvg2 dependency on Windows.
[GitHub#1440][Reported by HuBandiT]
* Fixes
* Fixed typos in warning messages.
[GitHub#1442][Patch by HuBandiT]
[GitHub#1415][Reported by rubyFeedback]
=== Thanks
* shibafu
* Sasi Olin
* mcclumpherty
* HuBandiT
* rubyFeedback
* Andy Maleh
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|