Hello community,

here is the log from the commit of package update-checker for openSUSE:Factory 
checked in at 2019-02-01 11:46:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-checker (Old)
 and      /work/SRC/openSUSE:Factory/.update-checker.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "update-checker"

Fri Feb  1 11:46:17 2019 rev:7 rq:670129 version:1.0+git20181210.70430e2

Changes:
--------
--- /work/SRC/openSUSE:Factory/update-checker/update-checker.changes    
2018-12-10 12:30:34.614392685 +0100
+++ /work/SRC/openSUSE:Factory/.update-checker.new.28833/update-checker.changes 
2019-02-01 11:46:32.960484460 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 13:43:25 UTC 2019 - [email protected]
+
+- Fix rubygem dependencies 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ update-checker.spec ++++++
--- /var/tmp/diff_new_pack.zRfTjz/_old  2019-02-01 11:46:33.744483655 +0100
+++ /var/tmp/diff_new_pack.zRfTjz/_new  2019-02-01 11:46:33.748483651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package update-checker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -22,6 +22,10 @@
 %define service_list update-checker-migration.service update-checker.service 
update-checker-migration.timer update-checker.timer
 %endif
 
+%define rb_build_versions %{rb_default_ruby}
+%define rb_build_abi      %{rb_default_ruby_abi}
+%define rb_suffix         %{rb_default_ruby_suffix}
+
 Name:           update-checker
 Version:        1.0+git20181210.70430e2
 Release:        0
@@ -41,8 +45,8 @@
 Requires:       perl-Config-IniFiles
 Requires:       perl-XML-Twig
 %if !0%{?is_opensuse}
-Requires:       rubygem(inifile) >= 3.0.0
-Requires:       rubygem(suse-connect) >= 0.3.11
+Requires:       %{rubygem suse-connect >= 0.3.11}
+Requires:       %{rubygem inifile >= 3.0.0}
 %endif
 BuildArch:      noarch
 


Reply via email to