Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2021-05-02 18:35:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-add-on (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-add-on.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-add-on"

Sun May  2 18:35:30 2021 rev:113 rq:889571 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes        
2021-02-26 21:58:32.379772774 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new.1947/yast2-add-on.changes      
2021-05-02 18:36:04.356958910 +0200
@@ -1,0 +2,5 @@
+Tue Apr 20 12:55:53 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- 4.4.0 (bsc#1185510)
+
+-------------------------------------------------------------------

Old:
----
  yast2-add-on-4.3.8.tar.bz2

New:
----
  yast2-add-on-4.4.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-add-on.spec ++++++
--- /var/tmp/diff_new_pack.1awchG/_old  2021-05-02 18:36:04.804957001 +0200
+++ /var/tmp/diff_new_pack.1awchG/_new  2021-05-02 18:36:04.808956984 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-add-on
-Version:        4.3.8
+Version:        4.4.0
 Release:        0
 Summary:        YaST2 - Add-On media installation code
 License:        GPL-2.0-only

++++++ yast2-add-on-4.3.8.tar.bz2 -> yast2-add-on-4.4.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.3.8/.github/workflows/ci.yml 
new/yast2-add-on-4.4.0/.github/workflows/ci.yml
--- old/yast2-add-on-4.3.8/.github/workflows/ci.yml     2021-02-18 
17:01:17.000000000 +0100
+++ new/yast2-add-on-4.4.0/.github/workflows/ci.yml     2021-04-30 
18:12:57.000000000 +0200
@@ -13,7 +13,7 @@
     steps:
 
     - name: Git Checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     # just for easier debugging...
     - name: Inspect Installed Packages
@@ -38,7 +38,7 @@
     steps:
 
     - name: Git Checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - name: Rubocop
       run: rake check:rubocop
@@ -50,7 +50,7 @@
     steps:
 
     - name: Git Checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - name: Package Build
       run: yast-ci-ruby -o package
@@ -62,7 +62,7 @@
     steps:
 
     - name: Git Checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - name: Yardoc
       run: rake check:doc
@@ -76,7 +76,7 @@
     steps:
 
     - name: Git Checkout
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
 
     - name: Perl Syntax
       run: yast-ci-ruby -o perl_syntax
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.3.8/package/yast2-add-on.changes 
new/yast2-add-on-4.4.0/package/yast2-add-on.changes
--- old/yast2-add-on-4.3.8/package/yast2-add-on.changes 2021-02-18 
17:01:17.000000000 +0100
+++ new/yast2-add-on-4.4.0/package/yast2-add-on.changes 2021-04-30 
18:12:57.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Apr 20 12:55:53 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- 4.4.0 (bsc#1185510)
+
+-------------------------------------------------------------------
 Thu Feb 18 14:42:44 UTC 2021 - Ancor Gonzalez Sosa <an...@suse.com>
 
 - Adapted unit test to recent changes in Yast::Report (related to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.3.8/package/yast2-add-on.spec 
new/yast2-add-on-4.4.0/package/yast2-add-on.spec
--- old/yast2-add-on-4.3.8/package/yast2-add-on.spec    2021-02-18 
17:01:17.000000000 +0100
+++ new/yast2-add-on-4.4.0/package/yast2-add-on.spec    2021-04-30 
18:12:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-add-on
-Version:        4.3.8
+Version:        4.4.0
 Release:        0
 Summary:        YaST2 - Add-On media installation code
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-add-on-4.3.8/src/include/add-on/add-on-workflow.rb 
new/yast2-add-on-4.4.0/src/include/add-on/add-on-workflow.rb
--- old/yast2-add-on-4.3.8/src/include/add-on/add-on-workflow.rb        
2021-02-18 17:01:17.000000000 +0100
+++ new/yast2-add-on-4.4.0/src/include/add-on/add-on-workflow.rb        
2021-04-30 18:12:57.000000000 +0200
@@ -1911,7 +1911,7 @@
     end
 
     # Find the human readable product name from the product
-    # @param [Y2Packager::Resolvable] the product
+    # @param product [Y2Packager::Resolvable] the product
     # @return [String] a human readable product name
     def ui_product_name(product)
       return _("Unknown product") unless product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-add-on-4.3.8/src/lib/add-on/clients/add-on_auto.rb 
new/yast2-add-on-4.4.0/src/lib/add-on/clients/add-on_auto.rb
--- old/yast2-add-on-4.3.8/src/lib/add-on/clients/add-on_auto.rb        
2021-02-18 17:01:17.000000000 +0100
+++ new/yast2-add-on-4.4.0/src/lib/add-on/clients/add-on_auto.rb        
2021-04-30 18:12:57.000000000 +0200
@@ -134,7 +134,7 @@
     #   * system will be halted immediately as soon a required license will be 
rejected
     #   * a source could be omitted if there is an error adding it and no 
retries are performed
     #
-    # @see {create_source}
+    # @see create_source
     #
     # @return [true]
     def write
@@ -304,7 +304,7 @@
     # At the moment to create source/repo through `Pkg.SourceCreate` is not 
possible to set attributes
     # directly. In consequence, the creation must be completed making use of 
`Pkg.SourceEditSet`
     #
-    # @see {https://github.com/yast/yast-pkg-bindings YaST Package Bindings}
+    # @see https://github.com/yast/yast-pkg-bindings YaST Package Bindings
     #
     # @param [Hash] add_on
     # @param [Integer|Nil] source_id
@@ -330,8 +330,8 @@
     #   * name of repo that matches with given media and product path, if any
     #   * name of given repo
     #
-    # @param [Hash] addon
-    # @param [Hash] repo
+    # @param add_on [Hash] addon
+    # @param repo [Hash] repository
     #
     # @return [String] preferred name for add-on/repo
     def preferred_name_for(add_on, repo)

Reply via email to