pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glibmm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 20 13:15:35 UTC 2022

Modified Files:
        pkgsrc/devel/glibmm: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/glibmm/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/glibmm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/glibmm/Makefile
diff -u pkgsrc/devel/glibmm/Makefile:1.94 pkgsrc/devel/glibmm/Makefile:1.95
--- pkgsrc/devel/glibmm/Makefile:1.94   Tue Jun 28 11:31:44 2022
+++ pkgsrc/devel/glibmm/Makefile        Thu Oct 20 13:15:35 2022
@@ -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

Index: pkgsrc/devel/glibmm/distinfo
diff -u pkgsrc/devel/glibmm/distinfo:1.64 pkgsrc/devel/glibmm/distinfo:1.65
--- pkgsrc/devel/glibmm/distinfo:1.64   Tue Dec  7 16:38:11 2021
+++ pkgsrc/devel/glibmm/distinfo        Thu Oct 20 13:15:35 2022
@@ -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