Accepting request 222809 from home:Zaitor:branches:Base:System
Resub post review, but not sure about the lint warning. OBS-URL: https://build.opensuse.org/request/show/222809 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1-glib?expand=0&rev=45
This commit is contained in:
parent
59c1219278
commit
d268164ca5
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 16 22:05:35 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.102:
|
||||||
|
+ Enhancements:
|
||||||
|
- Add dbus_g_method_invocation_get_connection (fdo#55729).
|
||||||
|
- Add dbus_g_connection_open_private (fdo#55730).
|
||||||
|
- Better regression tests (fdo#23633, fdo#40711, fdo#41129,
|
||||||
|
fdo#51511, fdo#68603).
|
||||||
|
- Get rid of more dead code (fdo#40711).
|
||||||
|
- dbus-binding-tool: check validity of names (fdo#7909).
|
||||||
|
+ Bugs fixed:
|
||||||
|
- dbus_g_value_build_g_variant: treat GValues containing
|
||||||
|
(G_TYPE_STRING, NULL) or (G_TYPE_STRV, NULL) as empty string
|
||||||
|
or empty array instead of asserting (fdo#71811).
|
||||||
|
- Upload documentation correctly.
|
||||||
|
- Fix under-linking (fdo#68601).
|
||||||
|
- Remove the exacutable bit from dbus-bash-completion.sh.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 09:26:08 UTC 2013 - zaitor@opensuse.org
|
Mon Mar 25 09:26:08 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dbus-1-glib
|
# spec file for package dbus-1-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: dbus-1-glib
|
Name: dbus-1-glib
|
||||||
Url: http://dbus.freedesktop.org/
|
Url: http://dbus.freedesktop.org/
|
||||||
Version: 0.100.2
|
Version: 0.102
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GLib-based library for using D-Bus
|
Summary: GLib-based library for using D-Bus
|
||||||
License: AFL-2.1 or GPL-2.0+
|
License: AFL-2.1 or GPL-2.0+
|
||||||
@ -79,6 +79,8 @@ export CFLAGS="${RPM_OPT_FLAGS} -fstack-protector -fPIC"
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%{__rm} %{buildroot}/%{_libdir}/*.la
|
%{__rm} %{buildroot}/%{_libdir}/*.la
|
||||||
|
# Remove the exacutable bit from dbus-bash-completion.sh
|
||||||
|
chmod -x %{buildroot}/%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{run_ldconfig}
|
%{run_ldconfig}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5bb42da921f51c28161e0e54a5a8241d94a1c0499a14007150e9ce743da6ac5
|
|
||||||
size 748836
|
|
3
dbus-glib-0.102.tar.gz
Normal file
3
dbus-glib-0.102.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6964ed585bb8149a14ab744b5ded5e77cf71ec5446e6dcc5fcf5eebcc52df29c
|
||||||
|
size 783792
|
Loading…
x
Reference in New Issue
Block a user