diff --git a/Net-DBus-0.33.6.tar.bz2 b/Net-DBus-0.33.6.tar.bz2 deleted file mode 100644 index 45686ac..0000000 --- a/Net-DBus-0.33.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c01f149ff058bab82b00f0a697ffa2e94714cb511f007367bd1f0ce7159f052d -size 75287 diff --git a/perl-Net-DBus.changes b/perl-Net-DBus.changes index f3719ea..68d1ff4 100644 --- a/perl-Net-DBus.changes +++ b/perl-Net-DBus.changes @@ -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 diff --git a/perl-Net-DBus.spec b/perl-Net-DBus.spec index d6f764e..fd234f1 100644 --- a/perl-Net-DBus.spec +++ b/perl-Net-DBus.spec @@ -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