Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2021-05-01 00:47:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-support.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-support"

Sat May  1 00:47:09 2021 rev:56 rq:889621 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes      
2020-08-12 13:42:21.221958703 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.1947/yast2-support.changes    
2021-05-01 00:47:17.227294729 +0200
@@ -1,0 +2,5 @@
+Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- 4.4.0 (bsc#1185510)
+
+-------------------------------------------------------------------

Old:
----
  yast2-support-4.3.0.tar.bz2

New:
----
  yast2-support-4.4.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-support.spec ++++++
--- /var/tmp/diff_new_pack.a7oRuU/_old  2021-05-01 00:47:17.655292822 +0200
+++ /var/tmp/diff_new_pack.a7oRuU/_new  2021-05-01 00:47:17.659292805 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # 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 http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Summary:        YaST2 - Support Inquiries
 License:        GPL-2.0-only
 Group:          System/YaST
-Version:        4.3.0
+Version:        4.4.0
 Release:        0
-Url:            https://github.com/yast/yast-support
+URL:            https://github.com/yast/yast-support
 
 Source0:        %{name}-%{version}.tar.bz2
 

++++++ yast2-support-4.3.0.tar.bz2 -> yast2-support-4.4.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.3.0/.github/workflows/ci.yml 
new/yast2-support-4.4.0/.github/workflows/ci.yml
--- old/yast2-support-4.3.0/.github/workflows/ci.yml    1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-support-4.4.0/.github/workflows/ci.yml    2021-04-30 
18:21:06.000000000 +0200
@@ -0,0 +1,33 @@
+
+# See 
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
+
+name: CI
+
+on: [push, pull_request]
+
+jobs:
+  Package:
+    runs-on: ubuntu-latest
+    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    steps:
+
+    - name: Git Checkout
+      uses: actions/checkout@v2
+
+    - name: Package Build
+      run: yast-ci-ruby -o package
+
+  # downloading the Docker image takes some time so bundling several fast
+  # checks into one job avoids that overhead
+  Checks:
+    runs-on: ubuntu-latest
+    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    steps:
+
+    - name: Git Checkout
+      uses: actions/checkout@v2
+
+    - name: POT Check
+      run: rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.3.0/README.md 
new/yast2-support-4.4.0/README.md
--- old/yast2-support-4.3.0/README.md   1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-support-4.4.0/README.md   2021-04-30 18:21:06.000000000 +0200
@@ -0,0 +1,7 @@
+YaST Support module
+=================
+
+[![Workflow 
Status](https://github.com/yast/yast-support/workflows/CI/badge.svg?branch=master)](
+https://github.com/yast/yast-support/actions?query=branch%3Amaster)
+
+The YaST module that helps with getting support for SLE products.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.3.0/package/yast2-support.changes 
new/yast2-support-4.4.0/package/yast2-support.changes
--- old/yast2-support-4.3.0/package/yast2-support.changes       2020-08-12 
12:01:13.000000000 +0200
+++ new/yast2-support-4.4.0/package/yast2-support.changes       2021-04-30 
18:21:06.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- 4.4.0 (bsc#1185510)
+
+-------------------------------------------------------------------
 Mon Aug 10 14:16:08 CEST 2020 - sch...@suse.de
 
 - AutoYaST: Added supplements: autoyast(support) into the spec file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.3.0/package/yast2-support.spec 
new/yast2-support-4.4.0/package/yast2-support.spec
--- old/yast2-support-4.3.0/package/yast2-support.spec  2020-08-12 
12:01:13.000000000 +0200
+++ new/yast2-support-4.4.0/package/yast2-support.spec  2021-04-30 
18:21:06.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           yast2-support
 Summary:        YaST2 - Support Inquiries
-Version:        4.3.0
+Version:        4.4.0
 Release:        0
 Url:            https://github.com/yast/yast-support
 Group:          System/YaST

Reply via email to