This commit is contained in:
parent
45a7d0515b
commit
6c49dbb353
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 14:28:22 CEST 2007 - thoenig@suse.de
|
||||
|
||||
- Update to dbus-1-glib 0.74
|
||||
- Changes:
|
||||
* Init threading first to stop a warning from new GLib.
|
||||
* Remove the XML documentation support in configure
|
||||
* Fix typo in _dbus_gvalue_signals_error
|
||||
* Update GLib requirement.
|
||||
* Document dbus-gtype-specialized
|
||||
* Add simple test suite for peer objects.
|
||||
* Support peer-to-peer proxies.
|
||||
* Add dbus_connection_get_g_connection.
|
||||
* Stop compiler warnings.
|
||||
* Handle dbus errors which are not name has no owner
|
||||
* Update abstract socket test from DBus, which now cross-compiles
|
||||
* Rename the error quark to be unique
|
||||
* Update AUTHORS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 28 09:49:05 CEST 2007 - aj@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package dbus-1-glib (Version 0.73)
|
||||
# spec file for package dbus-1-glib (Version 0.74)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,10 +13,10 @@
|
||||
Name: dbus-1-glib
|
||||
BuildRequires: dbus-1 dbus-1-devel dbus-1-x11 glib2-devel gtk-doc libexpat-devel libxml2-devel
|
||||
URL: http://dbus.freedesktop.org/
|
||||
License: GNU General Public License (GPL), Other uncritical OpenSource License
|
||||
License: GNU General Public License (GPL), Other uncritical OpenSource License, D-BUS is licensed to you under your choice of the Academic Free
|
||||
Group: Development/Libraries/Other
|
||||
Version: 0.73
|
||||
Release: 9
|
||||
Version: 0.74
|
||||
Release: 1
|
||||
Autoreqprov: on
|
||||
Summary: GLib-based library for using D-Bus
|
||||
Source0: dbus-glib-%{version}.tar.gz
|
||||
@ -160,6 +160,22 @@ make DESTDIR=%{buildroot} install
|
||||
%{_datadir}/gtk-doc/html/dbus-glib/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 27 2007 - thoenig@suse.de
|
||||
- Update to dbus-1-glib 0.74
|
||||
- Changes:
|
||||
* Init threading first to stop a warning from new GLib.
|
||||
* Remove the XML documentation support in configure
|
||||
* Fix typo in _dbus_gvalue_signals_error
|
||||
* Update GLib requirement.
|
||||
* Document dbus-gtype-specialized
|
||||
* Add simple test suite for peer objects.
|
||||
* Support peer-to-peer proxies.
|
||||
* Add dbus_connection_get_g_connection.
|
||||
* Stop compiler warnings.
|
||||
* Handle dbus errors which are not name has no owner
|
||||
* Update abstract socket test from DBus, which now cross-compiles
|
||||
* Rename the error quark to be unique
|
||||
* Update AUTHORS
|
||||
* Sat Apr 28 2007 - aj@suse.de
|
||||
- Add libexpat-devel to build requires.
|
||||
* Thu Mar 01 2007 - thoenig@suse.de
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6d7f91039c6b22ebf7ab22cec8c3275490b1f3f45235a333f9560631794cd92
|
||||
size 644223
|
3
dbus-glib-0.74.tar.gz
Normal file
3
dbus-glib-0.74.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e870d8cd619834eda066e37fe69b441d629f9ad3a871ef2854fbbcd753b3abe2
|
||||
size 654853
|
Loading…
Reference in New Issue
Block a user