pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glibmm glibmm: updated to 2.66.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c03ee4a73b05
branches:  trunk
changeset: 387046:c03ee4a73b05
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 20 13:15:35 2022 +0000

description:
glibmm: updated to 2.66.5

2.66.5 (stable):

Gio:
* ListStore: Don't derive a gtkmm__GListStore GType
* DBus::Proxy: get_connection(), get_interface_info(): Add refreturn

Documentation:
* Gio::Action: Improve the documentation

gmmproc:
* Improved handling of final types

Build:
* Meson build: Avoid unnecessary configuration warnings
* Meson/MSVC: Add more warnings to ignore
* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created


2.66.4 (stable):

Glib:
* ustring_Iterator: Don't declare copy constructor =default.
  The fix in the 2.66.3 release broke ABI.


2.66.3 (stable):

Glib, Gio:
* Declare some copy constructors =default,
  avoiding warnings from the clang++ compiler

Gio:
* TlsCertificate: Fix the create*() methods

gmmproc:
* Add "ignore_deprecations" argument in _WRAP_METHOD()

Build with Meson:
* MSVC build: Support Visual Studio 2022
* Specify 'check' option in run_command()
* Check if Perl is required for building documentation

diffstat:

 devel/glibmm/Makefile |  5 ++---
 devel/glibmm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7218cd9d2b3b -r c03ee4a73b05 devel/glibmm/Makefile
--- a/devel/glibmm/Makefile     Thu Oct 20 13:14:33 2022 +0000
+++ b/devel/glibmm/Makefile     Thu Oct 20 13:15:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2022/06/28 11:31:44 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2022/10/20 13:15:35 adam Exp $
 
-DISTNAME=      glibmm-2.66.2
-PKGREVISION=   2
+DISTNAME=      glibmm-2.66.5
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r 7218cd9d2b3b -r c03ee4a73b05 devel/glibmm/distinfo
--- a/devel/glibmm/distinfo     Thu Oct 20 13:14:33 2022 +0000
+++ b/devel/glibmm/distinfo     Thu Oct 20 13:15:35 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.64 2021/12/07 16:38:11 adam Exp $
+$NetBSD: distinfo,v 1.65 2022/10/20 13:15:35 adam Exp $
 
-BLAKE2s (glibmm-2.66.2.tar.xz) = b9c18caf5e1b0806341d6ca6509d4949e190015767d52a1b7cef385d1a442e59
-SHA512 (glibmm-2.66.2.tar.xz) = 097af6b140a5af3e52cc2c5d251475a5aa923d0c528c3cbc97f31d3a95868bcb3aa2328047ca94a55ef7fd188f271917dfe29faa86f477a441f0a024284216f9
-Size (glibmm-2.66.2.tar.xz) = 7603104 bytes
+BLAKE2s (glibmm-2.66.5.tar.xz) = d8f63a586fce18acccecb95d6590e52b6091fbd28d3368683c44ffc96516a404
+SHA512 (glibmm-2.66.5.tar.xz) = 3c1f91a1d91c23c5975254f5bf499f6752b6e3f1b056511133722cdfc853ffd2a94c375c0441dbb3f0933e7a257449ca4e365355ed580bd72d88c08d99a76684
+Size (glibmm-2.66.5.tar.xz) = 7610516 bytes
 SHA1 (patch-glib_glibmm_ustring.cc) = 626bedb16baa7664eade41afd585f0db339f99af



Home | Main Index | Thread Index | Old Index