From a401d0f49b9c1ca79de1104cbd3e4f10b202ee88d19c94e0ff5307e40b3cc2df Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 7 Jun 2017 13:34:17 +0000 Subject: [PATCH] Accepting request 500041 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/500041 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=4 --- glibmm-2.50.0.tar.xz | 3 --- glibmm-2.50.1.tar.xz | 3 +++ glibmm2_4.changes | 22 ++++++++++++++++++++++ glibmm2_4.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 glibmm-2.50.0.tar.xz create mode 100644 glibmm-2.50.1.tar.xz diff --git a/glibmm-2.50.0.tar.xz b/glibmm-2.50.0.tar.xz deleted file mode 100644 index ba2752e..0000000 --- a/glibmm-2.50.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df726e3c6ef42b7621474b03b644a2e40ec4eef94a1c5a932c1e740a78f95e94 -size 6435208 diff --git a/glibmm-2.50.1.tar.xz b/glibmm-2.50.1.tar.xz new file mode 100644 index 0000000..d229568 --- /dev/null +++ b/glibmm-2.50.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd85051da9cb402cc8348cec72dfe4d79f9345df4a1dbf68703a4ded45846a4 +size 6444576 diff --git a/glibmm2_4.changes b/glibmm2_4.changes index a3d28a7..c76411c 100644 --- a/glibmm2_4.changes +++ b/glibmm2_4.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed May 31 08:50:51 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.50.1: + + Glib: Dispatcher: Don't cast a HANDLE to an int on Windows + (bgo#772074). + + Gio: + - Action: Include variant.h in the header (bgo#777953). + - Application::get_default(): Correct the refcounting + (bgo#779936). + - SettingsSchemaSource: Correct the refcounting (bgo#774593). + + Gio::DBus: Proxy: Fix memory leak in + get_cached_property_names() (bgo#775210). + + Documentation: + - Glib::Variant: Improve documentation of "maybe" types + (bgo#778219). + - Gio::ActionMap: Clarify doc of ActivateWithParameterSlot. + + Build: + - C++11: Variant: Replace throw(std::bad_cast) with + noexcept(false) (rh#1438766). + - Visual Studio: Install the .pdb files. + ------------------------------------------------------------------- Sat Dec 3 19:04:51 UTC 2016 - jengelh@inai.de diff --git a/glibmm2_4.spec b/glibmm2_4.spec index 362daf4..65bcc09 100644 --- a/glibmm2_4.spec +++ b/glibmm2_4.spec @@ -1,7 +1,7 @@ # -# spec file for package glibmm2 +# spec file for package glibmm2_4 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: glibmm2_4 %define _name glibmm -Version: 2.50.0 +Version: 2.50.1 Release: 0 Summary: C++ Interface for Glib License: LGPL-2.1+