New in 1.0.0:

- Updated to require minimum dbus >= 1.0.0
 - Automatically track change in ownership of bus names
   for signal handlers
 - Strict validation of method invocation against introspection
   data on exported objects
 - Improved error messages for invalid interfaces
 - Add API for disconnecting an object from a signal
 - Implement GetAll methods on properties interface
 - Allow leading _ in interface names
 - Other minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-DBus?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2011-11-29 20:41:14 +00:00 committed by Git OBS Bridge
parent 900ca0713b
commit a2b4c0cf86
3 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c01f149ff058bab82b00f0a697ffa2e94714cb511f007367bd1f0ce7159f052d
size 75287

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 29 20:40:39 UTC 2011 - coolo@suse.com
New in 1.0.0:
- Updated to require minimum dbus >= 1.0.0
- Automatically track change in ownership of bus names
for signal handlers
- Strict validation of method invocation against introspection
data on exported objects
- Improved error messages for invalid interfaces
- Add API for disconnecting an object from a signal
- Implement GetAll methods on properties interface
- Allow leading _ in interface names
- Other minor fixes
-------------------------------------------------------------------
Wed Dec 1 13:34:03 UTC 2010 - coolo@novell.com

View File

@ -21,12 +21,12 @@
Name: perl-Net-DBus
%define cpan_name Net-DBus
Summary: Perl extension for the DBus message system
Version: 0.33.6
Version: 1.0.0
Release: 4
License: GPLv2+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-DBus/
Source: %{cpan_name}-%{version}.tar.bz2
Source: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: dbus-1-devel pkg-config