Hello community,

here is the log from the commit of package rubygem-ruby-dbus for 
openSUSE:Factory checked in at 2013-05-02 11:58:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ruby-dbus (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-ruby-dbus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-ruby-dbus"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-ruby-dbus/rubygem-ruby-dbus.changes      
2012-04-12 09:51:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-ruby-dbus.new/rubygem-ruby-dbus.changes 
2013-05-02 11:58:07.000000000 +0200
@@ -1,0 +2,49 @@
+Mon Apr 29 21:31:03 UTC 2013 - mvid...@suse.cz
+
+- fixed build: unspecify port and address family
+
+-------------------------------------------------------------------
+Tue Apr 23 15:25:17 UTC 2013 - mvid...@suse.cz
+
+- 0.9.1
+ Bug fixes:
+ * Prefer /etc/machine-id to /var/lib/dbus/machine-id
+   when DBUS_SESSION_BUS_ADDRESS is unset (Issue#39, by WU Jun).
+- BTW netcfg did not help. Using 127.0.0.1 in upstream now.
+
+-------------------------------------------------------------------
+Tue Apr 16 19:42:21 UTC 2013 - mvid...@suse.cz
+
+- BuildRequire netcfg to fix tests failing with
+  'Failed to lookup host/port: "localhost:0"'
+
+-------------------------------------------------------------------
+Tue Nov  6 21:55:37 UTC 2012 - mvid...@suse.cz
+
+- 0.9.0
+ Features:
+ * When calling methods, the interface can be left unspecified if unambiguous
+  (Damiano Stoffie)
+ * YARD documentation, Reference.md
+ Bug fixes:
+ * Introspection attribute "direction" can be omitted
+   as allowed by the specification (Noah Meyerhans).
+ * ProxyObjectInterface#on_signal no longer needs the "bus" parameter
+   (Issue#31, by Damiano Stoffie)
+
+-------------------------------------------------------------------
+Thu Sep 20 20:09:41 UTC 2012 - mvid...@suse.cz
+
+- 0.8.0
+ Features:
+ * Add Anonymous authentication (Issue#27, by Walter Brebels).
+ * Use Nokogiri for XML parsing when available (Issue#24, by Geoff Youngs).
+ Bug fixes:
+ * Use SCM_CREDS authentication only on FreeBSD, not on OpenBSD (Issue#21,
+   reported by Adde Nilsson).
+ * Recognize signature "h" (UNIX_FD) used eg. by Upstart (Issue#23,
+   by Bernd Ahlers).
+ * Find the session bus also via launchd, on OS X (Issue#20, reported
+   by Paul Sturgess).
+
+-------------------------------------------------------------------

Old:
----
  ruby-dbus-0.7.2.gem

New:
----
  0001-test-fix-OBS-build.patch
  ruby-dbus-0.9.1.gem

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

Other differences:
------------------
++++++ rubygem-ruby-dbus.spec ++++++
--- /var/tmp/diff_new_pack.pDgvhl/_old  2013-05-02 11:58:08.000000000 +0200
+++ /var/tmp/diff_new_pack.pDgvhl/_new  2013-05-02 11:58:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 # norootforbuild
 Name:           rubygem-ruby-dbus
-Version:        0.7.2
+Version:        0.9.1
 Release:        0
 %define mod_name ruby-dbus
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 BuildRequires:  rubygem-rake
+BuildRequires:  rubygem-nokogiri
 BuildRequires:  dbus-1
+BuildRequires:  netcfg
 
 %rubygems_requires
 
@@ -39,6 +41,7 @@
 #
 Url:            https://trac.luon.net/ruby-dbus
 Source:         %{mod_full_name}.gem
+Source1:        0001-test-fix-OBS-build.patch
 #
 Summary:        Ruby module for interaction with D-Bus
 %description
@@ -60,9 +63,13 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+%gem_unpack
+patch -p1 < %{S:1}
+%gem_build
+
 %build
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %check
 cd %{buildroot}/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test

++++++ 0001-test-fix-OBS-build.patch ++++++
>From d341995f6c3bf19be3bf7038e82d6cd6ff868a5c Mon Sep 17 00:00:00 2001
From: Martin Vidner <mar...@vidner.net>
Date: Mon, 29 Apr 2013 23:23:32 +0200
Subject: [PATCH] test: fix OBS build

If I leave the port and family unspecified for the testing bus
then it starts to work in the openSUSE Build Service. I don't know why.
---
 test/dbus-limited-session.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/dbus-limited-session.conf b/test/dbus-limited-session.conf
index 9f1cf02..3ade98b 100644
--- a/test/dbus-limited-session.conf
+++ b/test/dbus-limited-session.conf
@@ -8,7 +8,7 @@
   <type>session</type>
 
   <listen>unix:tmpdir=/tmp</listen>
-  <listen>tcp:host=127.0.0.1,port=0,family=ipv4</listen>
+  <listen>tcp:host=127.0.0.1</listen>
 
   <standard_session_servicedirs />
 
-- 
1.8.1.4

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

Reply via email to