Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2022-02-04 00:45:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-printer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-printer.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-printer"

Fri Feb  4 00:45:51 2022 rev:150 rq:950463 version:4.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes      
2021-04-23 17:50:37.598794278 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new.1898/yast2-printer.changes    
2022-02-04 00:46:12.433160331 +0100
@@ -1,0 +2,6 @@
+Tue Feb  1 08:21:10 UTC 2022 - David Diaz <dgonza...@suse.com>
+
+- Fix broken help text (by @TarasPanchenko Github user, bsc#1195370)
+- 4.4.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-printer-4.4.1.tar.bz2

New:
----
  yast2-printer-4.4.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.nghWb2/_old  2022-02-04 00:46:13.225154537 +0100
+++ /var/tmp/diff_new_pack.nghWb2/_new  2022-02-04 00:46:13.229154508 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-printer
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
 %define my_requires /tmp/my-requires
 Name:           yast2-printer
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - Printer Configuration
 License:        GPL-2.0-only

++++++ yast2-printer-4.4.1.tar.bz2 -> yast2-printer-4.4.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.4.1/.github/workflows/ci.yml 
new/yast2-printer-4.4.2/.github/workflows/ci.yml
--- old/yast2-printer-4.4.1/.github/workflows/ci.yml    2021-04-21 
09:51:56.000000000 +0200
+++ new/yast2-printer-4.4.2/.github/workflows/ci.yml    2022-02-01 
15:58:56.000000000 +0100
@@ -8,7 +8,14 @@
 jobs:
   Tests:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -23,13 +30,22 @@
 
     # send the coverage report to coveralls.io
     - name: Coveralls Report
+      # send it only from the TW build to avoid duplicate submits
+      if: ${{ matrix.distro == 'tumbleweed' }}
       uses: coverallsapp/github-action@master
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
 
   Package:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -48,7 +64,14 @@
 
   Yardoc:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -62,7 +85,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.4.1/package/yast2-printer.changes 
new/yast2-printer-4.4.2/package/yast2-printer.changes
--- old/yast2-printer-4.4.1/package/yast2-printer.changes       2021-04-21 
09:51:56.000000000 +0200
+++ new/yast2-printer-4.4.2/package/yast2-printer.changes       2022-02-01 
15:58:56.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Feb  1 08:21:10 UTC 2022 - David Diaz <dgonza...@suse.com>
+
+- Fix broken help text (by @TarasPanchenko Github user, bsc#1195370)
+- 4.4.2
+
+-------------------------------------------------------------------
 Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
 
 - stop packaging docdir, it only contained the license which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.4.1/package/yast2-printer.spec 
new/yast2-printer-4.4.2/package/yast2-printer.spec
--- old/yast2-printer-4.4.1/package/yast2-printer.spec  2021-04-21 
09:51:56.000000000 +0200
+++ new/yast2-printer-4.4.2/package/yast2-printer.spec  2022-02-01 
15:58:56.000000000 +0100
@@ -20,7 +20,7 @@
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
 %define my_requires /tmp/my-requires
 Name:           yast2-printer
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - Printer Configuration
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.4.1/src/include/printer/helps.rb 
new/yast2-printer-4.4.2/src/include/printer/helps.rb
--- old/yast2-printer-4.4.1/src/include/printer/helps.rb        2021-04-21 
09:51:56.000000000 +0200
+++ new/yast2-printer-4.4.2/src/include/printer/helps.rb        2022-02-01 
15:58:56.000000000 +0100
@@ -569,6 +569,7 @@
                 "The package provides HP's printing and scanning software 
HPLIP.<br>\n" +
                 "In contrast devices which are connected via bluetooth\n" +
                 "are not autodetected so that the device URI must be manually 
specified.\n" +
+                "Example device URI:<br>\n" +
                 "bluetooth://1A2B3C4D5E6F<br>\n" +
                 "To access a device via bluetooth, the RPM package bluez-cups 
must be installed.\n" +
                 "The package provides the CUPS backend 'bluetooth' which 
actually sends the data\n" +

Reply via email to