Hello community,

here is the log from the commit of package rubygem-ruby-dbus for 
openSUSE:Factory
checked in at Thu Aug 4 14:50:13 CEST 2011.



--------
--- rubygem-ruby-dbus/rubygem-ruby-dbus.changes 2010-12-10 23:39:43.000000000 
+0100
+++ /mounts/work_src_done/STABLE/rubygem-ruby-dbus/rubygem-ruby-dbus.changes    
2011-07-26 08:54:13.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Jul 25 19:57:35 CEST 2011 - mvid...@suse.cz
+
+- 0.7.0, a bugfix release
+ * Added ASystemBus and ASessionBus, non-singletons useful in tests
+   and threads.
+ * Fixed handling of multibyte strings (Issue#8, by Takayuki YAMAGUCHI).
+ * Allow reopening of a dbus_interface declaration (Issue#9, by T. YAMAGUCHI).
+ * Fixed ruby-1.9.2 compatibility again (Issue#12).
+ * Fixed authentication on BSD (Issue#11, by Jonathan Walker).
+ * Fixed exiting a nested event loop for synchronous calls
+   (reported by Timo Warns).
+ * Fixed introspection calls leaking reply handlers.
+ * "rake test" now works, doing what was called "rake env:test"
+- updated the spec from a current template to build doc and
+  testsuite subpackages
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  ruby-dbus-0.6.0.gem

New:
----
  ruby-dbus-0.7.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-ruby-dbus.spec ++++++
--- /var/tmp/diff_new_pack.mbu38T/_old  2011-08-04 14:49:37.000000000 +0200
+++ /var/tmp/diff_new_pack.mbu38T/_new  2011-08-04 14:49:37.000000000 +0200
@@ -19,14 +19,15 @@
 
 
 Name:           rubygem-ruby-dbus
-Version:        0.6.0
+Version:        0.7.0
 Release:        1
 %define mod_name ruby-dbus
+%define mod_full_name %{mod_name}-%{version}
 Provides:       ruby-dbus = %{version}
 Obsoletes:      ruby-dbus < %{version}
 #
 Group:          Development/Languages/Ruby
-License:        LGPLv2.1
+License:        LGPL v2.1
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -34,15 +35,37 @@
 BuildRequires:  dbus-1
 
 %rubygems_requires
+
+Requires:       ruby >= 1.8.7
+BuildRequires:  ruby-devel >= 1.8.7
 #
-Url:            http://trac.luon.net/ruby-dbus/
-Source:         %{mod_name}-%{version}.gem
+Url:            https://trac.luon.net/ruby-dbus
+Source:         %{mod_full_name}.gem
 #
 Summary:        Ruby module for interaction with D-Bus
 
 %description
 Ruby module for interaction with D-Bus
 
+%package doc
+
+Summary:        RDoc documentation for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+
+Summary:        Test suite for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
+
 %prep
 
 %build
@@ -52,16 +75,24 @@
 
 %check
 cd %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
-rake env:test
+rake 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}/
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to