From c5f3b0a4c2b6fec99638cd945879c0ab76a0f067df402d1f539d0951180b1191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 25 Mar 2019 20:57:32 +0000 Subject: [PATCH] Accepting request 687797 from GNOME:Next New stable branch OBS-URL: https://build.opensuse.org/request/show/687797 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=20 --- glibmm-2.58.1.tar.xz | 3 --- glibmm-2.60.0.tar.xz | 3 +++ glibmm2_4.changes | 25 +++++++++++++++++++++++++ glibmm2_4.spec | 6 +++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 glibmm-2.58.1.tar.xz create mode 100644 glibmm-2.60.0.tar.xz diff --git a/glibmm-2.58.1.tar.xz b/glibmm-2.58.1.tar.xz deleted file mode 100644 index 1dea964..0000000 --- a/glibmm-2.58.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e5fe03bdf1e220eeffd543e017fd2fb15bcec9235f0ffd50674aff9362a85f0 -size 6778632 diff --git a/glibmm-2.60.0.tar.xz b/glibmm-2.60.0.tar.xz new file mode 100644 index 0000000..d79cb33 --- /dev/null +++ b/glibmm-2.60.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a1b1c9805479a16c0018acd84b3bfff23a122aee9e3c5013bb81231aeef2bc +size 6874840 diff --git a/glibmm2_4.changes b/glibmm2_4.changes index 8f61c7b..f1016b8 100644 --- a/glibmm2_4.changes +++ b/glibmm2_4.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Mar 22 18:51:19 UTC 2019 - Bjørn Lie + +- Update to version 2.60.0: + + Glib: + - Add DateTime::get_timezone(), KeyFile::get_locale_for_key() + and TimeZone::get_identifier(). + - Add Value_RefPtrBoxed<>, Value> + specializations and other Value specializations that are + necessary for _WRAP_PROPERTY. + - Object construction: Add custom class init and instance init + functions. + + Gio: + - Add AppInfo::launch_uris_async() and launch_uris_async(), + DBusConnection::get_flags() and property_flags(). + - Settings: Add property_settings_schema(). + - TlsClientConnection: Deprecate property_accepted_cas(). + - ThemedIcon: Add create(const std::vector& + iconnames). + - Remove NO_GTYPE from some _WRAP_ENUMs. + - TlsConnection: Deprecate rehandshake API. + - Application: Add signal_name_lost(). + + gmmproc: Add _IS_REFCOUNTED_BOXEDTYPE. + + Build: Require glib-2.0 >= 2.59.2. + ------------------------------------------------------------------- Wed Mar 20 23:45:33 UTC 2019 - Bjørn Lie diff --git a/glibmm2_4.spec b/glibmm2_4.spec index 72350e8..4e439cb 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.58.1 +Version: 2.60.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.58/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/glibmm/2.60/%{_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.55.1 +BuildRequires: pkgconfig(glib-2.0) >= 2.59.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