SHA256
1
0
forked from pool/glibmm2_4

Accepting request 688440 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/688440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibmm2_4?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-03-26 14:38:23 +00:00 committed by Git OBS Bridge
commit 56c7ffdf8f
4 changed files with 43 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d34189237b99e88228e6f557f7d6e62f767fe356f395a244f5ad0e486254b645
size 6839236

3
glibmm-2.60.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3a1b1c9805479a16c0018acd84b3bfff23a122aee9e3c5013bb81231aeef2bc
size 6874840

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Mar 22 18:51:19 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.60.0:
+ Glib:
- Add DateTime::get_timezone(), KeyFile::get_locale_for_key()
and TimeZone::get_identifier().
- Add Value_RefPtrBoxed<>, Value<std::vector<string>>
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<Glib::ustring>&
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 <bjorn.lie@gmail.com>
- 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.
- Dont use @retval on out args, use @param[out].
-------------------------------------------------------------------
Fri Nov 30 19:05:41 UTC 2018 - bjorn.lie@gmail.com

View File

@ -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