commit rubygem-ruby-dbus for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-ruby-dbus for openSUSE:Factory checked in at Tue Jan 25 10:27:15 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/rubygem-ruby-dbus/rubygem-ruby-dbus.changes 2010-12-10 23:39:43.000000000 +0100 @@ -0,0 +1,154 @@ +------------------------------------------------------------------- +Fri Dec 10 22:35:40 UTC 2010 - mvidner@suse.cz + +- 0.6.0 + * Clients can access properties conveniently (Ticket#28). + * Service won't crash whan handling an unknown method or interface (Ticket#31). + * Don't send an invalid error name when it originates from a NameError. + +------------------------------------------------------------------- +Wed Nov 10 11:00:04 UTC 2010 - mvidner@suse.cz + +- really Provide+Obsolete ruby-dbus.rpm. + +------------------------------------------------------------------- +Sun Nov 7 22:42:18 UTC 2010 - mvidner@suse.cz + +- 0.5.0 + * Better binding of Ruby Exceptions to D-Bus Errors. + * Converted the package to a Gem (Issue#6). + * Converted the tutorial from Webgen to Markdown. + * Don't pass file descriptors to subprocesses. + * Fixed InterfaceElement::validate_name (Ticket#38, by Herwin Weststrate). + * Fixed a typo in InvalidDestinationName description (Ticket#40). +- rubygem-ruby-dbus.rpm obsoletes ruby-dbus.rpm + +------------------------------------------------------------------- +Fri Aug 20 10:57:46 UTC 2010 - mvidner@suse.cz + +- 0.4.0 + * TCP transport (by pangdudu) + * Enabled test code coverage report (rcov) + * Classes should not share all interfaces (Ticket#36/Issue#5) + * Ruby 1.9 compatibility (Ticket#37, by Myra Nelson) +- require rake for building + +------------------------------------------------------------------- +Thu Jul 22 13:40:33 CEST 2010 - mvidner@suse.cz + +- 0.3.1 + * Many on_signal could cause DBus.Error.LimitsExceeded bnc#617350). + Don't add a match rule that already exists, enable removing match + rules. Now only one handler for a rule is called (but it is possible + for one signal to match more rules). This reverts the half-fix done + to fix Issue#3 + * Re-added InterfaceElement#add_param for compatibility. + * Handle more ways which tell us that a bus connection has died. + +------------------------------------------------------------------- +Sun Mar 28 08:48:57 UTC 2010 - mvidner@novell.com + +- 0.3.0 + * Automatic signature inference for variants. + * Introduced FormalParameter where a plain pair had been used. + * Fixed "undefined method `get_node' for nil:NilClass" + on Ubuntu Karmic (Ticket#34). + * Get the session bus address even if unset in ENV (Issue#4). + * Avoid needless DBus::IncompleteBufferException (Ticket#33). + * Don't ignore DBus Errors in request_service, raise them (Ticket#32). +- took the patches upstream + +------------------------------------------------------------------- +Tue Feb 23 10:43:56 UTC 2010 - kkaempf@novell.com + +- bump version to 0.2.12.1 + +------------------------------------------------------------------- +Fri Feb 19 13:23:31 UTC 2010 - kkaempf@novell.com + +- add the name in error to InvalidMethodName +- make the signal dispatcher call all handlers (bnc#580935) +- don't process an empty buffer + +------------------------------------------------------------------- +Thu Feb 4 11:02:46 UTC 2010 - kkaempf@novell.com + +- Define Integer.ord for Ruby < 1.8.7 + +------------------------------------------------------------------- +Sun Jan 24 10:07:39 UTC 2010 - mvidner@suse.cz + +- 0.2.12 + * Fixed a long-standing bug where a service activated by the bus + would fail with "undefined method get_node' for nil:NilClass" + (Tickets#25 and #29). + +------------------------------------------------------------------- +Thu Nov 12 10:39:34 CET 2009 - mvidner@suse.cz + +- 0.2.11 + * Added DBus::Service#unexport (da1l6). + * Return org.freedesktop.DBus.Error.UnknownObject instead of crashing + (Ticket#31). + * Rescue exceptions in dbus_methods and reply with DBus errors instead of + crashing (da1l6). + * Better exception messages when sending nil, or mismatched structs. + * Call mktemp without --tmpdir, to build on older distros. +- Undo the misguided BuildRequires dbus-1-devel + +------------------------------------------------------------------- +Sat Sep 26 21:18:59 CEST 2009 - kkaempf@suse.de + +- BuildRequires dbus-1-devel + +------------------------------------------------------------------- +Thu Sep 10 15:55:41 CEST 2009 - mvidner@suse.cz + +- DBus::Service.exists? fixed (Murat Demirten). +- Ruby 1.9 fixes (Jedediah Smith). +- Fixed an endless sleep in DBus::Main.run (bnc#537401). +- Added details to PacketMarshaller exceptions (bnc#538050). +- 0.2.10 + +------------------------------------------------------------------- +Wed Aug 26 09:54:13 CEST 2009 - mvidner@suse.cz + +- Released a new tarball. New changes: + - Added DBus::Main.quit. + - Mention the DBus interface in a NameError for an unknown method. + - Fixed ruby-1.9 "warning: default `to_a' will be obsolete". +- 0.2.9 + +------------------------------------------------------------------- +Tue Jul 7 13:54:31 CEST 2009 - mvidner@suse.cz + +- added patch from http://github.com/mvidner/ruby-dbus, since r160 + to yesterday, obsoleting the Jun 18 patch. + - Fixed passing an array through a variant. + - Fixed marshalling "av" (Ticket #30). + - Fixed variant alignment (Ticket #27). +- 0.2.1.3 + +------------------------------------------------------------------- +Mon Jun 29 12:55:26 CEST 2009 - jreidinger@suse.cz + +- increase version to 0.2.1.2 to use this package instead from one + from another repository that just rebuild due to dependencies +- 0.2.1.2 + +------------------------------------------------------------------- +Thu Jun 18 16:19:01 CEST 2009 - jreidinger@suse.cz + +- add patch that prevent crash during receiving array of variants + +------------------------------------------------------------------- +Mon Sep 8 17:51:48 CEST 2008 - mrueckert@suse.de + +- added ruby-dbus-0.2.1_to_trunk.patch: + pull in latest changes from trunk + +------------------------------------------------------------------- +Mon Sep 8 14:53:09 CEST 2008 - mrueckert@suse.de + +- initial package of version 0.2.1 + calling whatdependson for head-i586 New: ---- ruby-dbus-0.6.0.gem rubygem-ruby-dbus.changes rubygem-ruby-dbus.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-ruby-dbus.spec ++++++ # # spec file for package rubygem-ruby-dbus # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: rubygem-ruby-dbus Version: 0.6.0 Release: 1 %define mod_name ruby-dbus Provides: ruby-dbus = %{version} Obsoletes: ruby-dbus < %{version} # Group: Development/Languages/Ruby License: LGPLv2.1 # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch BuildRequires: rubygem-rake BuildRequires: dbus-1 %rubygems_requires # Url: http://trac.luon.net/ruby-dbus/ Source: %{mod_name}-%{version}.gem # Summary: Ruby module for interaction with D-Bus %description Ruby module for interaction with D-Bus %prep %build %install %gem_install %{S:0} %check cd %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test rake env:test %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de