forked from pool/glibmm2_4
Accepting request 736523 from GNOME:Factory
Scripted push from {project} OBS-URL: https://build.opensuse.org/request/show/736523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibmm2_4?expand=0&rev=10
This commit is contained in:
commit
835e558b7d
@ -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>
|
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 so_ver -2_4-1
|
||||||
%define _name glibmm
|
%define _name glibmm
|
||||||
Name: glibmm2_4
|
Name: glibmm2_4
|
||||||
Version: 2.60.0
|
Version: 2.62.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ Interface for Glib
|
Summary: C++ Interface for Glib
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://www.gtkmm.org/
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
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(gmodule-2.0) >= 2.49.7
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.49.7
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.49.7
|
||||||
BuildRequires: pkgconfig(sigc++-2.0) >= 2.9.1
|
BuildRequires: pkgconfig(sigc++-2.0) >= 2.9.1
|
||||||
|
Loading…
Reference in New Issue
Block a user