pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glibmm 2.50.1 (stable):



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfcebe1676d8
branches:  trunk
changeset: 361721:cfcebe1676d8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 25 18:11:58 2017 +0000

description:
2.50.1 (stable):

Glib
* Dispatcher: Don't cast a HANDLE to an int on Windows.

Gio:
* Action: Include variant.h in the header.
* Application::get_default(): Correct the refcounting.
* SettingsSchemaSource: Correct the refcounting.

Gio::DBus
* Proxy: Fix memory leak in get_cached_property_names().

Documentation:
* Glib::Variant: Improve documentation of "maybe" types.
  Gio::ActionMap: Clarify doc of ActivateWithParameterSlot.

Build:
* C++11: Variant: Replace throw(std::bad_cast) with noexcept(false).
  See https://bugzilla.redhat.com/show_bug.cgi?id=1438766
* Visual Studio: Install the .pdb files.

diffstat:

 devel/glibmm/Makefile |   4 ++--
 devel/glibmm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r fbead5c8c324 -r cfcebe1676d8 devel/glibmm/Makefile
--- a/devel/glibmm/Makefile     Tue Apr 25 17:48:37 2017 +0000
+++ b/devel/glibmm/Makefile     Tue Apr 25 18:11:58 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2016/11/25 17:11:50 prlw1 Exp $
+# $NetBSD: Makefile,v 1.71 2017/04/25 18:11:58 adam Exp $
 
-DISTNAME=      glibmm-2.50.0
+DISTNAME=      glibmm-2.50.1
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r fbead5c8c324 -r cfcebe1676d8 devel/glibmm/distinfo
--- a/devel/glibmm/distinfo     Tue Apr 25 17:48:37 2017 +0000
+++ b/devel/glibmm/distinfo     Tue Apr 25 18:11:58 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2016/11/25 17:11:50 prlw1 Exp $
+$NetBSD: distinfo,v 1.51 2017/04/25 18:11:58 adam Exp $
 
-SHA1 (glibmm-2.50.0.tar.xz) = 21ed63712e1bf84163768d4b909af80e4373e298
-RMD160 (glibmm-2.50.0.tar.xz) = 2ec6129cc1b80a9633d6c558f7cfafe219b03cbf
-SHA512 (glibmm-2.50.0.tar.xz) = ed1043fbb5d16dfcb1e71f73e2c998110aa0dbc42b3fc9d8d1cc03e299b171021f2d2ac3055f5685d11b4dc1ddef42d9378eaac895163ddd80f39a627cecdc60
-Size (glibmm-2.50.0.tar.xz) = 6435208 bytes
+SHA1 (glibmm-2.50.1.tar.xz) = 07ceb53b995f10ae0f9c572fb11febaa3e33d669
+RMD160 (glibmm-2.50.1.tar.xz) = 47f6ce43d2883f0ef15c570edf0bf63faee9274c
+SHA512 (glibmm-2.50.1.tar.xz) = 4f25c75c1628ca2f4db1c29cebc63187d372603066b06aa6a66c6da792f9e02cb4a413e41f058a81e2d5a2b38d625de13df76115b278f010ce2fc493fe6e6bbb
+Size (glibmm-2.50.1.tar.xz) = 6444576 bytes
 SHA1 (patch-glib_glibmm_ustring.cc) = b4fc8965bc5fc1bcc5ea1ac377a13b22659557ee



Home | Main Index | Thread Index | Old Index