Accepting request 309375 from home:Zaitor:branches:Base:System
Update, not really sure why we haven't pushed this before OBS-URL: https://build.opensuse.org/request/show/309375 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1-glib?expand=0&rev=47
This commit is contained in:
parent
d268164ca5
commit
43234ab04b
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 30 19:36:36 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.104:
|
||||
+ Deprecations: Document the entire library as deprecated.
|
||||
+ Dependencies:
|
||||
- libdbus 1.8 is required.
|
||||
- GLib 2.32 is required.
|
||||
+ Enhancements:
|
||||
- The libdbus 1.8 dependency means we can now document that
|
||||
dbus_g_thread_init() is idempotent and thread-safe
|
||||
(fdo#54770).
|
||||
- Use g_cclosure_marshal_generic for all marshalling
|
||||
(fdo#64214).
|
||||
+ Fixes:
|
||||
- Allow timeouts to be migrated from one main context to
|
||||
another without an assertion failure (fdo#30574).
|
||||
- Don't trip a libdbus fatal warning if a Unix fd or other
|
||||
unsupported type is encountered in a message (fdo#80557).
|
||||
- Make the tests pass with newer GLib by not removing removed
|
||||
sources (fdo#83530).
|
||||
- Fix some typos in the documentation (fdo#45686).
|
||||
- Make the Autotools setup less awful (fdo#58698).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 16 22:05:35 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dbus-1-glib
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -18,15 +18,15 @@
|
||||
|
||||
Name: dbus-1-glib
|
||||
Url: http://dbus.freedesktop.org/
|
||||
Version: 0.102
|
||||
Version: 0.104
|
||||
Release: 0
|
||||
Summary: GLib-based library for using D-Bus
|
||||
License: AFL-2.1 or GPL-2.0+
|
||||
Group: Development/Libraries/Other
|
||||
Source0: http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: dbus-1-devel >= 1.8
|
||||
BuildRequires: glib2-devel >= 2.32
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libselinux-devel
|
||||
Requires: dbus-1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6964ed585bb8149a14ab744b5ded5e77cf71ec5446e6dcc5fcf5eebcc52df29c
|
||||
size 783792
|
3
dbus-glib-0.104.tar.gz
Normal file
3
dbus-glib-0.104.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfc1f1a82bfc3ec3ecafe04d0e87bab7e999f50dce4f4a34d0b89caf6bd821f6
|
||||
size 793417
|
Loading…
x
Reference in New Issue
Block a user