Accepting request 735026 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735026 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=22
This commit is contained in:
parent
c5f3b0a4c2
commit
e0d5c49523
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3a1b1c9805479a16c0018acd84b3bfff23a122aee9e3c5013bb81231aeef2bc
|
||||
size 6874840
|
3
glibmm-2.62.0.tar.xz
Normal file
3
glibmm-2.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36659f13cc73282392d1305858f3bbca46fbd1ce2f078cc9db8b9f79b2e93cfe
|
||||
size 7398144
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 19:07:49 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.62.0:
|
||||
+ Glib:
|
||||
- Add ustring::make_valid()
|
||||
- Use convert_return_gchar_ptr_to_*() in a couple of ustring
|
||||
methods
|
||||
- Add ustring::sprintf(), wrapping g_strdup_printf()
|
||||
- Fix callback races in glibmm when GSource is destructed
|
||||
- Checksum, Datetime, TimeZone: Add Glib::Value
|
||||
specializations
|
||||
- Property: Add const get_proxy() returning ReadOnly. Getting
|
||||
Proxy from ReadOnly is const
|
||||
- Property: Update for compatibility with Gtk::Builder
|
||||
- Fix memory leak in Variant<std::tuple<>>::create()
|
||||
- Deprecate TimeVal
|
||||
+ Gio:
|
||||
- Add Application::add_option_group()
|
||||
- DBus::Object: Fix refcounts in some vfuncs
|
||||
- Gio::DBus: Add ObjectProxy, ObjectSkeleton, ObjectManager,
|
||||
ObjectManagerClient, ObjectManagerServer
|
||||
- Drive, MountOperation, ThemedIcon, TlsDatabase,
|
||||
VolumeMonitor: Fix ownership of some lists and arrays (Fixes
|
||||
memory leaks and dangling pointers)
|
||||
- Add SocketControlMessage::add_deserialize_func()
|
||||
+ gmmproc: Update for new glib deprecation macros
|
||||
+ Build: Require glib-2.0 >= 2.61.2
|
||||
+ Documentation:
|
||||
- Glib::init(), Gio::init(): Improve the documentation
|
||||
- Glib::ustring can't always replace std::string.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 18:51:19 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -20,19 +20,19 @@
|
||||
%define so_ver -2_4-1
|
||||
%define _name glibmm
|
||||
Name: glibmm2_4
|
||||
Version: 2.60.0
|
||||
Version: 2.62.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.60/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/glibmm/2.62/%{_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.59.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.61.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
|
||||
|
Loading…
Reference in New Issue
Block a user