Hello community,

here is the log from the commit of package SUSEConnect for openSUSE:Factory 
checked in at 2019-09-18 13:07:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SUSEConnect (Old)
 and      /work/SRC/openSUSE:Factory/.SUSEConnect.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SUSEConnect"

Wed Sep 18 13:07:21 2019 rev:20 rq:731242 version:0.3.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/SUSEConnect/SUSEConnect.changes  2019-08-13 
13:11:15.849590924 +0200
+++ /work/SRC/openSUSE:Factory/.SUSEConnect.new.7948/SUSEConnect.changes        
2019-09-18 13:07:31.524739305 +0200
@@ -1,0 +2,7 @@
+Wed Aug 8 16:02:30 UTC 2019 - Ivan Kapelyukhin <ikapelyuk...@suse.com>
+
+- Update to 0.3.20
+- Fix getting the list of installed products when zypper plugins are
+  present (bsc#1143635)
+
+-------------------------------------------------------------------

Old:
----
  suse-connect-0.3.19.gem

New:
----
  suse-connect-0.3.20.gem

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

Other differences:
------------------
++++++ SUSEConnect.spec ++++++
--- /var/tmp/diff_new_pack.nsPn2m/_old  2019-09-18 13:07:35.256738520 +0200
+++ /var/tmp/diff_new_pack.nsPn2m/_new  2019-09-18 13:07:35.256738520 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           SUSEConnect
-Version:        0.3.19
+Version:        0.3.20
 Release:        0
 %define mod_name suse-connect
 %define mod_full_name %{mod_name}-%{version}
@@ -25,13 +25,12 @@
 # Does not build for i586 and s390 and is not supported on those architectures
 ExcludeArch:    %ix86 s390
 
-%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
+%if 0%{?fedora} || 0%{?rhel} || 0%{?centos_version}
 Requires:       ca-certificates
 %else
 Requires:       ca-certificates-mozilla
 %endif
 Requires:       coreutils
-Requires:       hwinfo
 Requires:       net-tools
 Requires:       util-linux
 Requires:       zypper
@@ -60,7 +59,7 @@
 %endif
 
 # cross-distribution howto: 
https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
-%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
+%if 0%{?fedora} || 0%{?rhel} || 0%{?centos_version}
 %define ruby_version ruby2.5
 %global gem_base /usr/share/gems
 %global debug_package %{nil}

++++++ suse-connect-0.3.19.gem -> suse-connect-0.3.20.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/suse/connect/version.rb 
new/lib/suse/connect/version.rb
--- old/lib/suse/connect/version.rb     2019-08-07 17:50:46.000000000 +0200
+++ new/lib/suse/connect/version.rb     2019-09-16 12:08:39.000000000 +0200
@@ -1,5 +1,5 @@
 module SUSE
   module Connect
-    VERSION = '0.3.19'
+    VERSION = '0.3.20'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/suse/connect/zypper.rb 
new/lib/suse/connect/zypper.rb
--- old/lib/suse/connect/zypper.rb      2019-08-07 17:50:46.000000000 +0200
+++ new/lib/suse/connect/zypper.rb      2019-09-16 12:08:39.000000000 +0200
@@ -49,7 +49,7 @@
         # Returns an array of all installed products, in which every product is
         # presented as a hash.
         def installed_products
-          zypper_out = call('--no-remote --no-refresh --xmlout 
--non-interactive products -i', false)
+          zypper_out = call('--disable-repositories --xmlout --non-interactive 
products -i', false)
           xml_doc = REXML::Document.new(zypper_out, compress_whitespace: [])
           ary_of_products_hashes = 
xml_doc.root.elements['product-list'].elements.map(&:to_hash)
           ary_of_products_hashes.map { |hash| Product.new(hash) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-08-07 17:50:46.000000000 +0200
+++ new/metadata        2019-09-16 12:08:39.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: suse-connect
 version: !ruby/object:Gem::Version
-  version: 0.3.19
+  version: 0.3.20
 platform: ruby
 authors:
 - SUSE Customer Center Team
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-08-07 00:00:00.000000000 Z
+date: 2019-09-16 00:00:00.000000000 Z
 dependencies: []
 description: This package provides a command line tool and rubygem library for 
connecting
   a client system to the SUSE Customer Center. It will connect the system to 
your
@@ -85,8 +85,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.7.3
+rubygems_version: 3.0.6
 signing_key: 
 specification_version: 4
 summary: SUSE Connect utility to register a system with the SUSE Customer 
Center


Reply via email to