SHA256
1
0
forked from pool/glibmm2_4

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
This commit is contained in:
Bjørn Lie 2019-03-25 20:57:32 +00:00 committed by Git OBS Bridge
parent eacd397f62
commit c5f3b0a4c2
4 changed files with 31 additions and 6 deletions

View File

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

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

View File

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