diff --git a/glibmm-2.58.0.tar.xz b/glibmm-2.58.0.tar.xz deleted file mode 100644 index 647d00b..0000000 --- a/glibmm-2.58.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d34189237b99e88228e6f557f7d6e62f767fe356f395a244f5ad0e486254b645 -size 6839236 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 56b326f..f1016b8 100644 --- a/glibmm2_4.changes +++ b/glibmm2_4.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +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 + +- Update to version 2.58.1: + + gmmproc: + - _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameter. + - docextract_to_xml.py: Add --exclude-file option. + + Documentation: + - README: Add installation instructions. + - Don’t use @retval on out args, use @param[out]. + ------------------------------------------------------------------- Fri Nov 30 19:05:41 UTC 2018 - bjorn.lie@gmail.com diff --git a/glibmm2_4.spec b/glibmm2_4.spec index 5d654f5..4e439cb 100644 --- a/glibmm2_4.spec +++ b/glibmm2_4.spec @@ -1,7 +1,7 @@ # # spec file for package glibmm2_4 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -20,19 +20,19 @@ %define so_ver -2_4-1 %define _name glibmm Name: glibmm2_4 -Version: 2.58.0 +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