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:           Tue Apr 25 18:11:58 UTC 2017

Modified Files:
        pkgsrc/devel/glibmm: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/glibmm/Makefile
cvs rdiff -u -r1.50 -r1.51 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.70 pkgsrc/devel/glibmm/Makefile:1.71
--- pkgsrc/devel/glibmm/Makefile:1.70   Fri Nov 25 17:11:50 2016
+++ pkgsrc/devel/glibmm/Makefile        Tue Apr 25 18:11:58 2017
@@ -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

Index: pkgsrc/devel/glibmm/distinfo
diff -u pkgsrc/devel/glibmm/distinfo:1.50 pkgsrc/devel/glibmm/distinfo:1.51
--- pkgsrc/devel/glibmm/distinfo:1.50   Fri Nov 25 17:11:50 2016
+++ pkgsrc/devel/glibmm/distinfo        Tue Apr 25 18:11:58 2017
@@ -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