From e0d5c495230648fa279e6b5fe4dac10170d95d6857e3e912dcf9ff5c130363e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 4 Oct 2019 15:37:03 +0000 Subject: [PATCH] Accepting request 735026 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735026 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=22 --- glibmm-2.60.0.tar.xz | 3 --- glibmm-2.62.0.tar.xz | 3 +++ glibmm2_4.changes | 32 ++++++++++++++++++++++++++++++++ glibmm2_4.spec | 6 +++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 glibmm-2.60.0.tar.xz create mode 100644 glibmm-2.62.0.tar.xz diff --git a/glibmm-2.60.0.tar.xz b/glibmm-2.60.0.tar.xz deleted file mode 100644 index d79cb33..0000000 --- a/glibmm-2.60.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a1b1c9805479a16c0018acd84b3bfff23a122aee9e3c5013bb81231aeef2bc -size 6874840 diff --git a/glibmm-2.62.0.tar.xz b/glibmm-2.62.0.tar.xz new file mode 100644 index 0000000..88d73a1 --- /dev/null +++ b/glibmm-2.62.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36659f13cc73282392d1305858f3bbca46fbd1ce2f078cc9db8b9f79b2e93cfe +size 7398144 diff --git a/glibmm2_4.changes b/glibmm2_4.changes index f1016b8..9785c21 100644 --- a/glibmm2_4.changes +++ b/glibmm2_4.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Sep 18 19:07:49 UTC 2019 - Bjørn Lie + +- Update to version 2.62.0: + + Glib: + - Add ustring::make_valid() + - Use convert_return_gchar_ptr_to_*() in a couple of ustring + methods + - Add ustring::sprintf(), wrapping g_strdup_printf() + - Fix callback races in glibmm when GSource is destructed + - Checksum, Datetime, TimeZone: Add Glib::Value + specializations + - Property: Add const get_proxy() returning ReadOnly. Getting + Proxy from ReadOnly is const + - Property: Update for compatibility with Gtk::Builder + - Fix memory leak in Variant>::create() + - Deprecate TimeVal + + Gio: + - Add Application::add_option_group() + - DBus::Object: Fix refcounts in some vfuncs + - Gio::DBus: Add ObjectProxy, ObjectSkeleton, ObjectManager, + ObjectManagerClient, ObjectManagerServer + - Drive, MountOperation, ThemedIcon, TlsDatabase, + VolumeMonitor: Fix ownership of some lists and arrays (Fixes + memory leaks and dangling pointers) + - Add SocketControlMessage::add_deserialize_func() + + gmmproc: Update for new glib deprecation macros + + Build: Require glib-2.0 >= 2.61.2 + + Documentation: + - Glib::init(), Gio::init(): Improve the documentation + - Glib::ustring can't always replace std::string. + ------------------------------------------------------------------- Fri Mar 22 18:51:19 UTC 2019 - Bjørn Lie diff --git a/glibmm2_4.spec b/glibmm2_4.spec index 4e439cb..6eb9149 100644 --- a/glibmm2_4.spec +++ b/glibmm2_4.spec @@ -20,19 +20,19 @@ %define so_ver -2_4-1 %define _name glibmm Name: glibmm2_4 -Version: 2.60.0 +Version: 2.62.0 Release: 0 Summary: C++ Interface for Glib License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://www.gtkmm.org/ -Source0: https://download.gnome.org/sources/glibmm/2.60/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/glibmm/2.62/%{_name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.59.2 +BuildRequires: pkgconfig(glib-2.0) >= 2.61.2 BuildRequires: pkgconfig(gmodule-2.0) >= 2.49.7 BuildRequires: pkgconfig(gobject-2.0) >= 2.49.7 BuildRequires: pkgconfig(sigc++-2.0) >= 2.9.1