Accepting request 506739 from GNOME:Factory
New stable branch (forwarded request 506033 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/506739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibmm2_4?expand=0&rev=3
This commit is contained in:
commit
3e3f791485
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fd85051da9cb402cc8348cec72dfe4d79f9345df4a1dbf68703a4ded45846a4
|
||||
size 6444576
|
3
glibmm-2.52.0.tar.xz
Normal file
3
glibmm-2.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81b8abf21c645868c06779abc5f34efc1a51d5e61589dab2a2ed67faa8d4811e
|
||||
size 6450592
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 24 15:25:20 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.52.0:
|
||||
+ Gio: UnixSocketAddress::create(): Remove the default value for
|
||||
the type parameter to avoid ambiguity (bgo#782592).
|
||||
+ Gio::DBus: Proxy: Wrap call() and call_sync() methods
|
||||
(bgo#781818).
|
||||
+ Documentation: RefPtr: Clarify comment about undefined
|
||||
behaviour.
|
||||
- Changes from version 2.51.7:
|
||||
+ Glib:
|
||||
- SettingsSchemaKey: Add missing value/range methods
|
||||
(bgo#774903).
|
||||
- Variant: Replace throw(std::bad_cast) with noexcept(false),
|
||||
to fix the build with C++17 (rh#1438766).
|
||||
- VariantType: Deprecate first() and next(). Add
|
||||
get_item_types() (bgo#775741).
|
||||
+ Gio:
|
||||
- ActionMap: Add add_action_with_parameter() that takes a
|
||||
parameter type, and deprecated the existing method, because
|
||||
it cannot work (bgo#774444).
|
||||
- SimpleAction: Make set_state() public (bgo#777953).
|
||||
+ Build:
|
||||
- MacOS: Correct build without gdesktopinfo (bgo#781947).
|
||||
- Glib::Object: Suppress deprecation warning for
|
||||
g_object_newv() with glib 2.54.
|
||||
- Changes from version 2.51.6:
|
||||
+ Glib:
|
||||
- Dispatcher:
|
||||
. autodeduce the type of the fd field (bgo#772074).
|
||||
. Don't cast a HANDLE to an int on Windows (bgo#772074).
|
||||
- ustring: Add cbegin() and cend().
|
||||
+ Gio:
|
||||
- Action: Include variant.h in the heaer (bgo#777953).
|
||||
- Application: get_default(): Correct the reference counting
|
||||
(bgo#779936).
|
||||
- Settings:
|
||||
. Really add set_enum() and set_flags() (bgo#774647).
|
||||
. Writable-change-event signal: Correct the type of the key
|
||||
parameter (bgo#773977).
|
||||
- SettingsSchemaSource: get_default(): Correct the refcounting
|
||||
(bgo#774593).
|
||||
+ Gio::DBus: Proxy: Fix memory leak in
|
||||
get_cached_property_names() (bgo#775210).
|
||||
+ Documentation:
|
||||
- Glib::Variant: Improve documentation of maybe types
|
||||
(bgo#778219).
|
||||
- Gio::ActionMap: Clarify doc of ActivateWithParameterSlot.
|
||||
+ Build: Visual Studio builds: "Install" the .pdb files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 08:50:51 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
|
||||
Name: glibmm2_4
|
||||
%define _name glibmm
|
||||
Version: 2.50.1
|
||||
Version: 2.52.0
|
||||
Release: 0
|
||||
Summary: C++ Interface for Glib
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.gtkmm.org/
|
||||
Source0: http://download.gnome.org/sources/glibmm/2.50/%{_name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/glibmm/2.52/%{_name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
|
Loading…
Reference in New Issue
Block a user