commit galene for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package galene for openSUSE:Factory checked 
in at 2022-01-27 23:17:02

Comparing /work/SRC/openSUSE:Factory/galene (Old)
 and  /work/SRC/openSUSE:Factory/.galene.new.1898 (New)


Package is "galene"

Thu Jan 27 23:17:02 2022 rev:14 rq:949529 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/galene/galene.changes2021-12-02 
22:31:08.922466148 +0100
+++ /work/SRC/openSUSE:Factory/.galene.new.1898/galene.changes  2022-01-27 
23:18:54.418173956 +0100
@@ -1,0 +2,11 @@
+Thu Jan 27 18:08:56 UTC 2022 - mich...@stroeder.com
+
+- Update to version 0.4.3
+  * Fix a locking issue that could cause a deadlock when massive numbers
+of clients join at the same time.
+  * Add support for displaying raised hands.
+  * Update the MIME type for AV1 to track recent browsers.
+  * Avoid overflow during rate estimation.
+  * More fixes to the disk writer.
+
+---

Old:

  galene-0.4.2.tar.gz

New:

  galene-0.4.3.tar.gz



Other differences:
--
++ galene.spec ++
--- /var/tmp/diff_new_pack.kZthvS/_old  2022-01-27 23:18:54.918170501 +0100
+++ /var/tmp/diff_new_pack.kZthvS/_new  2022-01-27 23:18:54.926170446 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package galene
 #
-# 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
@@ -25,7 +25,7 @@
 %bcond_without  apparmor
 
 Name:   galene
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Gal??ne videoconferencing server
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.kZthvS/_old  2022-01-27 23:18:54.974170115 +0100
+++ /var/tmp/diff_new_pack.kZthvS/_new  2022-01-27 23:18:54.978170087 +0100
@@ -3,8 +3,8 @@
 git://github.com/jech/galene.git
 git
 .git
-galene-0.4.2
-0.4.2
+galene-0.4.3
+0.4.3
 enable
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.kZthvS/_old  2022-01-27 23:18:55.002169921 +0100
+++ /var/tmp/diff_new_pack.kZthvS/_new  2022-01-27 23:18:55.010169866 +0100
@@ -1,6 +1,6 @@
 
 
 git://github.com/jech/galene.git
-  0e85552ea776d7d7e8498e599b5655ed9d7a244e
+  c1eb8a9cb5db7d94d8098d16e0b9cb92108c3da7
 (No newline at EOF)
 

++ galene-0.4.2.tar.gz -> galene-0.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/galene-0.4.2/CHANGES new/galene-0.4.3/CHANGES
--- old/galene-0.4.2/CHANGES2021-12-02 00:09:28.0 +0100
+++ new/galene-0.4.3/CHANGES2022-01-27 14:22:43.0 +0100
@@ -1,3 +1,12 @@
+27 January 2021: Gal??ne 0.4.3
+
+  * Fix a locking issue that could cause a deadlock when massive numbers
+of clients join at the same time.
+  * Add support for displaying raised hands (thanks to Sascha Silbe).
+  * Update the MIME type for AV1 to track recent browsers.
+  * Avoid overflow during rate estimation.
+  * More fixes to the disk writer.
+
 1 December 2021: Gal??ne 0.4.2
 
   * Update the samplebuilder to avoid a crash when a single frame is so
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/galene-0.4.2/README.FRONTEND 
new/galene-0.4.3/README.FRONTEND
--- old/galene-0.4.2/README.FRONTEND2021-12-02 00:09:28.0 +0100
+++ new/galene-0.4.3/README.FRONTEND2022-01-27 14:22:43.0 +0100
@@ -54,23 +54,44 @@
 `ondownstream` is called when the server pushes a stream to the client;
 see the section below about streams.
 
-You may now connect to the server.
+You may now connect to the server:
 
 ```javascript
 serverConnection.connect(`wss://${location.host}/ws`);
 ```
 
-You typically join a group and request media in the `onconnected` callback:
+You typically join a group in the `onconnected` callback:
 
 ```javascript
 serverConnection.onconnected = function() {
 this.join(group, 'join', username, password); 
-this.request({'':['audio','video']});
 }
 ```
 
-You should not attempt to push a stream to the server until it has granted
-you the `present` permission through the `onjoined` callback.
+After the server has replied to the join request, the `onjoined` callback
+will trigger.  There, you update your user interface and request incoming
+streams:
+
+```javascript
+serverConnection.onjoined = function(kind, group, perms, status, message) {
+switch(kind) {
+case 'join':
+this.request({'':['audio','video']});
+// then update the UI, possibly taking perms.present into account
+br

commit php-gmagick for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php-gmagick for openSUSE:Factory 
checked in at 2022-01-27 23:17:04

Comparing /work/SRC/openSUSE:Factory/php-gmagick (Old)
 and  /work/SRC/openSUSE:Factory/.php-gmagick.new.1898 (New)


Package is "php-gmagick"

Thu Jan 27 23:17:04 2022 rev:2 rq:949535 version:2.0.6RC1

Changes:

--- /work/SRC/openSUSE:Factory/php-gmagick/php-gmagick.changes  2021-02-19 
23:48:48.619571922 +0100
+++ /work/SRC/openSUSE:Factory/.php-gmagick.new.1898/php-gmagick.changes
2022-01-27 23:18:56.302160940 +0100
@@ -1,0 +2,6 @@
+Thu Jan 27 18:45:17 UTC 2022 - Arjen de Korte 
+
+- Fix wrong parameter order in test
+  + fix-param-order-in-test.patch
+
+---

New:

  fix-param-order-in-test.patch



Other differences:
--
++ php-gmagick.spec ++
--- /var/tmp/diff_new_pack.gdTIce/_old  2022-01-27 23:18:56.714158093 +0100
+++ /var/tmp/diff_new_pack.gdTIce/_new  2022-01-27 23:18:56.718158066 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php-gmagick
 #
-# 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
@@ -38,6 +38,8 @@
 Source0:https://pecl.php.net/get/%{pkg_name}-%{version}.tgz
 Source1:php-%{pkg_name}-rpmlintrc
 Patch1: ignore-test-GraphicsMagick-1.3.36.patch
+# PATCH-FIX-UPSTREAM: https://github.com/vitoc/gmagick/pull/54
+Patch2: fix-param-order-in-test.patch
 BuildRequires:  %{php_name}-devel
 BuildRequires:  GraphicsMagick-devel
 BuildRequires:  ghostscript-fonts-std
@@ -57,6 +59,7 @@
 %if 0%{?suse_version} > 1500
 %patch1
 %endif
+%patch2 -p1
 
 %build
 export CFLAGS="%{optflags} -fvisibility=hidden %(GraphicsMagick-config 
--cflags)"

++ fix-param-order-in-test.patch ++
>From 584a077bca8c989789a70d47c7ead1f9083490cd Mon Sep 17 00:00:00 2001
From: Remi Collet 
Date: Fri, 11 Jun 2021 10:47:39 +0200
Subject: [PATCH] fix param order in test

---
 tests/gmagick-003-resize_variations.phpt | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/gmagick-003-resize_variations.phpt 
b/tests/gmagick-003-resize_variations.phpt
index a701d23..12f5518 100644
--- a/tests/gmagick-003-resize_variations.phpt
+++ b/tests/gmagick-003-resize_variations.phpt
@@ -8,10 +8,10 @@ if(!extension_loaded('gmagick')) die('skip');
 --FILE--
 resizeImage(10, 10, 0.5, Gmagick::FILTER_LANCZOS);
-$gm->resizeImage(10, 10, 0.5, Gmagick::FILTER_UNDEFINED, true);
-$gm->resizeImage(10, 10, 0.5, Gmagick::FILTER_GAUSSIAN, false);
+$gm->resizeImage(10, 10, Gmagick::FILTER_LANCZOS, 0.5);
+$gm->resizeImage(10, 10, Gmagick::FILTER_UNDEFINED, 0.5, true);
+$gm->resizeImage(10, 10, Gmagick::FILTER_GAUSSIAN, 0.5, false);
 echo "ok";
 ?>
 --EXPECTF--
-ok
\ No newline at end of file
+ok


commit php-memcache for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php-memcache for openSUSE:Factory 
checked in at 2022-01-27 23:17:03

Comparing /work/SRC/openSUSE:Factory/php-memcache (Old)
 and  /work/SRC/openSUSE:Factory/.php-memcache.new.1898 (New)


Package is "php-memcache"

Thu Jan 27 23:17:03 2022 rev:3 rq:949532 version:4.0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/php-memcache/php-memcache.changes
2021-03-03 18:34:53.903378678 +0100
+++ /work/SRC/openSUSE:Factory/.php-memcache.new.1898/php-memcache.changes  
2022-01-27 23:18:55.730164891 +0100
@@ -1,0 +2,6 @@
+Thu Jan 27 19:57:49 UTC 2022 - Arjen de Korte 
+
+- Fix deprecated cache_connect(): passing null to parameter #2
+  + fix-deprecated-memcache_connect.patch
+
+---

New:

  fix-deprecated-memcache_connect.patch



Other differences:
--
++ php-memcache.spec ++
--- /var/tmp/diff_new_pack.wEmdFA/_old  2022-01-27 23:18:56.130162128 +0100
+++ /var/tmp/diff_new_pack.wEmdFA/_new  2022-01-27 23:18:56.134162101 +0100
@@ -45,6 +45,8 @@
 Source10:   php-memcache-rpmlintrc
 Patch1: fixup-unit-tests.patch
 Patch2: fixup-unit-test-040.patch
+# PATCH-FIX-UPSTREAM: https://github.com/websupport-sk/pecl-memcache/pull/88
+Patch3: fix-deprecated-memcache_connect.patch
 %if 0%{?suse_version} > 1500
 BuildRequires:  %{php_name}-cli
 %endif
@@ -66,6 +68,7 @@
 %prep
 %if "%{flavor}" == "php8"
 %setup -q -n %{pkg_name}-%{version} -T -b 1
+%patch3 -p1
 %else
 %setup -q -n %{pkg_name}-%{version}
 %patch2

++ fix-deprecated-memcache_connect.patch ++
>From d20c716286034a0d21cd5505a046351aceea4cbc Mon Sep 17 00:00:00 2001
From: Remi Collet 
Date: Thu, 10 Jun 2021 14:21:03 +0200
Subject: [PATCH] Fix  Deprecated: memcache_connect(): Passing null to
 parameter #2...

---
 src/memcache.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/memcache.c b/src/memcache.c
index 3048819..2cb675b 100644
--- a/src/memcache.c
+++ b/src/memcache.c
@@ -1319,8 +1319,9 @@ static void php_mmc_connect(INTERNAL_FUNCTION_PARAMETERS, 
zend_bool persistent)
size_t host_len;
zend_long tcp_port = MEMCACHE_G(default_port);
double timeout = MMC_DEFAULT_TIMEOUT;
+   zend_bool null_port;
 
-   if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ld", &host, &host_len, 
&tcp_port, &timeout) == FAILURE) {
+   if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l!d", &host, &host_len, 
&tcp_port, &null_port, &timeout) == FAILURE) {
return;
}
 


commit os-autoinst for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2022-01-27 23:17:02

Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and  /work/SRC/openSUSE:Factory/.os-autoinst.new.1898 (New)


Package is "os-autoinst"

Thu Jan 27 23:17:02 2022 rev:258 rq:949516 version:4.6.1643273407.65ca16b7

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2022-01-25 
17:37:59.137542174 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1898/os-autoinst.changes
2022-01-27 23:18:53.442180699 +0100
@@ -1,0 +2,10 @@
+Thu Jan 27 17:49:00 UTC 2022 - ok...@suse.com
+
+- Update to version 4.6.1643273407.65ca16b7:
+  * svirt: Store vmname early for use after test run
+  * Run openQA full-stack test as part of os-autoinst CI tests
+  * Add new variables in backend/generalhw.pm
+  * Add simple test for backend::ikvm
+  * svirt: Implement do_extract_assets
+
+---

Old:

  os-autoinst-4.6.1643061641.d319802b.obscpio

New:

  os-autoinst-4.6.1643273407.65ca16b7.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.qLY9jW/_old  2022-01-27 23:18:54.130175945 +0100
+++ /var/tmp/diff_new_pack.qLY9jW/_new  2022-01-27 23:18:54.134175918 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.6.1643061641.d319802b
+Version:4.6.1643273407.65ca16b7
 Release:0
 Summary:test package for os-autoinst
 License:GPL-2.0-or-later

++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.qLY9jW/_old  2022-01-27 23:18:54.166175697 +0100
+++ /var/tmp/diff_new_pack.qLY9jW/_new  2022-01-27 23:18:54.174175641 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.6.1643061641.d319802b
+Version:4.6.1643273407.65ca16b7
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0-or-later

++ os-autoinst-4.6.1643061641.d319802b.obscpio -> 
os-autoinst-4.6.1643273407.65ca16b7.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1643061641.d319802b.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.1898/os-autoinst-4.6.1643273407.65ca16b7.obscpio
 differ: char 49, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.qLY9jW/_old  2022-01-27 23:18:54.242175172 +0100
+++ /var/tmp/diff_new_pack.qLY9jW/_new  2022-01-27 23:18:54.246175144 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1643061641.d319802b
-mtime: 1643061641
-commit: d319802b4b4788fa2aa0eb1f25ed4397601f42d4
+version: 4.6.1643273407.65ca16b7
+mtime: 1643273407
+commit: 65ca16b7b3ddcbb74487e95d498454ff1b334b1b
 


commit renderdoc for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package renderdoc for openSUSE:Factory 
checked in at 2022-01-27 23:17:01

Comparing /work/SRC/openSUSE:Factory/renderdoc (Old)
 and  /work/SRC/openSUSE:Factory/.renderdoc.new.1898 (New)


Package is "renderdoc"

Thu Jan 27 23:17:01 2022 rev:4 rq:949515 version:1.18

Changes:

--- /work/SRC/openSUSE:Factory/renderdoc/renderdoc.changes  2021-12-02 
02:25:37.972528369 +0100
+++ /work/SRC/openSUSE:Factory/.renderdoc.new.1898/renderdoc.changes
2022-01-27 23:18:51.530193908 +0100
@@ -1,0 +2,9 @@
+Thu Jan 27 15:59:49 UTC 2022 - Patrik Jakobsson 
+
+- Update to version 1.18
+  * Full support for Vulkan 1.3 as well as the Roadmap 2022 profile
+including the new VK_KHR_global_priority promoted extension.
+  * The primary font used in the UI can now be customised, as well
+as the secondary monospaced font. 
+
+---

Old:

  renderdoc-1.17.tar.gz

New:

  renderdoc-1.18.tar.gz



Other differences:
--
++ renderdoc.spec ++
--- /var/tmp/diff_new_pack.vctSdo/_old  2022-01-27 23:18:52.602186502 +0100
+++ /var/tmp/diff_new_pack.vctSdo/_new  2022-01-27 23:18:52.606186475 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package renderdoc
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   renderdoc
-Version:1.17
+Version:1.18
 Release:0
 Summary:A frame-capture based graphics debugger
 License:MIT

++ renderdoc-1.17.tar.gz -> renderdoc-1.18.tar.gz ++
/work/SRC/openSUSE:Factory/renderdoc/renderdoc-1.17.tar.gz 
/work/SRC/openSUSE:Factory/.renderdoc.new.1898/renderdoc-1.18.tar.gz differ: 
char 13, line 1


commit gpuvis for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpuvis for openSUSE:Factory checked 
in at 2022-01-27 23:17:01

Comparing /work/SRC/openSUSE:Factory/gpuvis (Old)
 and  /work/SRC/openSUSE:Factory/.gpuvis.new.1898 (New)


Package is "gpuvis"

Thu Jan 27 23:17:01 2022 rev:3 rq:949514 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/gpuvis/gpuvis.changes2021-12-10 
21:53:30.066922180 +0100
+++ /work/SRC/openSUSE:Factory/.gpuvis.new.1898/gpuvis.changes  2022-01-27 
23:18:49.438208361 +0100
@@ -1,0 +2,43 @@
+Thu Jan 27 16:28:02 UTC 2022 - Patrik Jakobsson 
+
+- Update to version v0.1 (first proper release)
+  * Minor fixes to compile/link on Windows.
+  * Fix includes for GCC 7
+  * typo prevents execution
+  * Fix some unchecked error codes from asprintf (warnings->errors in gcc7)
+  * Don't rely on trace-cmd to mount at /sys/kernel/tracing if tracefs is
+  * Fix some potential null pointer dereferences
+  * gpuvis_trace_utils: Prefer C++11 thread_local vs. __thread
+  * gpuvis_trace_utils: Add 'static' to gpuvis_gettime_u64
+  * Add a parser that can handle ETW files (extension is etl)
+  * Support for ETL gpu events
+  * Fixups for the ETL parser
+  * fix compilation on non-windows
+  * fix sdl2-config argument
+  * Include headers for stub compilation
+  * Update SteamVR provider GUID
+  * Trace block macro c
+  * Add 'ltime=' print param to inject event timestamp
+  * Allow hash of arbitrary ctx/ringno/seqno
+  * Use high-precision vblank timings, if available
+  * Integrate i915-perf data into GPUvis by
+  * Plot generic trace events and option to plot as step function
+  * Add support for importing generic DRM sched timing events.
+  * i915-perf fixes for Makefile by
+  * Hide intel GPU generated event row when we don't have any
+  * I915 perf updates
+  * Run trace-cmd-status.sh script from scripts location
+  * Don't die() when an unknown trace-cmd options is encountered
+  * Allow dtime= on events to tweak their offset.
+  * Don't try to access i915-perf data if no file was given
+  * i915-perf: add GPU frequency plot
+  * add meson build system
+  * trace-read: Fix high-prec vblank timestamps
+  * i915-perf: set a different default colors to GPU timeline events
+  * meson: remove python2
+  * Add loading of Linux perf JSON
+  * Better i915-perf / tracepoint tracking
+  * Improve archive handling
+  * Enable Shortcut for gpuvis Desktop Application
+
+---



Other differences:
--
++ gpuvis.spec ++
--- /var/tmp/diff_new_pack.FqEznf/_old  2022-01-27 23:18:49.998204492 +0100
+++ /var/tmp/diff_new_pack.FqEznf/_new  2022-01-27 23:18:50.002204465 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpuvis
 #
-# 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
@@ -16,17 +16,16 @@
 #
 
 
-%define last_commit 7f47419470687c7ecbdf086b81f5bafdb05d1bef
 %define rapidjson_commit 1c2c8e085a8b2561dff17bedb689d2eb0609b689
 
 Name:   gpuvis
-Version:20211124
+Version:0.1
 Release:0
 Summary:GPU Trace Visualizer
 License:MIT
 Group:  Development/Tools/Debuggers
 URL:https://github.com/mikesart/gpuvis
-Source0:
https://github.com/mikesart/gpuvis/archive/%{last_commit}/gpuvis.tar.gz
+Source0:
https://github.com/mikesart/gpuvis/archive/v%{version}/gpuvis.tar.gz
 Source1:
https://github.com/Tencent/rapidjson/archive/%{rapidjson_commit}/rapidjson.tar.gz
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -44,7 +43,7 @@
 Gpuvis is a Linux GPU profiler similar to GPUView on Windows. It is designed 
to work with trace-cmd captures and help track down Linux gpu and application 
performance issues.
 
 %prep
-%setup -q -n gpuvis-%{last_commit}
+%setup -q -n gpuvis-%{version}
 mkdir -p lib/rapidjson
 tar -xf %{_sourcedir}/rapidjson.tar.gz --strip 1  -C lib/rapidjson
 

++ gpuvis.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gpuvis-7f47419470687c7ecbdf086b81f5bafdb05d1bef/Makefile 
new/gpuvis-0.1/Makefile
--- old/gpuvis-7f47419470687c7ecbdf086b81f5bafdb05d1bef/Makefile
2021-12-04 00:56:38.0 +0100
+++ new/gpuvis-0.1/Makefile 2022-01-19 18:51:35.0 +0100
@@ -44,20 +44,43 @@
 I915_PERF_LIBS=$(shell pkg-config --libs i915-perf)
 endif
 
+WARNINGS = -Wall -Wextra -Wpedantic -Wmissing-include-dirs -Wformat=2 -Wshadow 
\
+   -Wno-unused-parameter -Wno-missing-field-initializers 
-Wno-variadic-macros
+CXXWARNINGS =
 
-WA

commit openQA for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2022-01-27 23:17:00

Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and  /work/SRC/openSUSE:Factory/.openQA.new.1898 (New)


Package is "openQA"

Thu Jan 27 23:17:00 2022 rev:324 rq:949513 version:4.6.1643299616.01abba344

Changes:

openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2022-01-25 
17:37:50.449602610 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.1898/openQA.changes  2022-01-27 
23:18:48.086217701 +0100
@@ -1,0 +2,13 @@
+Thu Jan 27 17:48:26 UTC 2022 - ok...@suse.com
+
+- Update to version 4.6.1643299616.01abba344:
+  * Add more perl signatures
+  * Add more perl signatures
+  * Simplify code for assigning job settings in `create_from_settings`
+  * Use constant for referring to a job's main settings
+  * Allow changing job settings via restart API
+  * Check whether clones created by the restart API take over the group
+  * Prevent error when restarting jobs with `skip_parents=1`
+  * Use tidyall instead of custom implementation
+
+---

Old:

  openQA-4.6.1643089984.09669586b.obscpio

New:

  openQA-4.6.1643299616.01abba344.obscpio



Other differences:
--
++ openQA-client-test.spec ++
--- /var/tmp/diff_new_pack.gcMSMY/_old  2022-01-27 23:18:48.978211539 +0100
+++ /var/tmp/diff_new_pack.gcMSMY/_new  2022-01-27 23:18:48.986211484 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-client
 Name:   %{short_name}-test
-Version:4.6.1643089984.09669586b
+Version:4.6.1643299616.01abba344
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.gcMSMY/_old  2022-01-27 23:18:49.010211318 +0100
+++ /var/tmp/diff_new_pack.gcMSMY/_new  2022-01-27 23:18:49.018211263 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1643089984.09669586b
+Version:4.6.1643299616.01abba344
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.gcMSMY/_old  2022-01-27 23:18:49.042211097 +0100
+++ /var/tmp/diff_new_pack.gcMSMY/_new  2022-01-27 23:18:49.050211042 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1643089984.09669586b
+Version:4.6.1643299616.01abba344
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.gcMSMY/_old  2022-01-27 23:18:49.078210849 +0100
+++ /var/tmp/diff_new_pack.gcMSMY/_new  2022-01-27 23:18:49.086210793 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1643089984.09669586b
+Version:4.6.1643299616.01abba344
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.gcMSMY/_old  2022-01-27 23:18:49.110210627 +0100
+++ /var/tmp/diff_new_pack.gcMSMY/_new  2022-01-27 23:18:49.118210572 +0100
@@ -76,7 +76,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:   openQA
-Version:4.6.1643089984.09669586b
+Version:4.6.1643299616.01abba344
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1643089984.09669586b.obscpio -> 
openQA-4.6.1643299616.01abba344.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1643089984.09669586b.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.1898/openQA-4.6.1643299616.01abba344.obscpio
 differ: char 49, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.gcMSMY/_old  2022-01-27 23:18:49.09853 +0100
+++ /var/tmp/diff_new_pack.gcMSMY/_new  2022-01-27 23:18:49.226209826 +0100
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1643089984.09669586b
-mtime: 1643089984
-commit: 09669586ba4bdf2c4a0643efb3843d22671b29c1
+version: 4.6.1643299616.01abba344
+mtime: 1643299616
+commit: 01abba344ad5f8b534c5600cf78a7dca062a27d6
 


commit pcsc-ccid for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2022-01-27 23:16:59

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new.1898 (New)


Package is "pcsc-ccid"

Thu Jan 27 23:16:59 2022 rev:64 rq:949503 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2021-08-31 
19:56:13.258001711 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.1898/pcsc-ccid.changes
2022-01-27 23:18:46.198230746 +0100
@@ -1,0 +2,29 @@
+Thu Jan 27 13:18:58 UTC 2022 - Axel Braun 
+
+- verson 1.5.0
+  * Add support of
+ - ACS ACR1281U
+ - Circle CCR7125 ICC
+ - Circle CIR125 ICC
+ - Circle CIR125-DOT ICC
+ - Circle CIR215 CL with iProduct 0x2100
+ - Circle CIR315 DI
+ - Circle CIR315 with idProduct: 0x0324
+ - Circle CIR315 with idProduct: 0x7004
+ - Circle CIR415 CL
+ - Circle CIR515 ICC
+ - Circle CIR615 CL
+ - Circle CIR615 CL & 1S
+ - ELYCTIS CL reader
+ - Nitrokey Nitrokey 3
+ - Thales Shield M4 Reader
+   * Add support of simultaneous slot access on multi slots readers
+   * Use FeliCa instead of Felica on SONY request
+   * Fix SafeNet eToken 5110 SC issue
+   * Allow vendor control commands for Omnikey 5427 CK
+   * always compute readTimeout to use a value greater than default 3 seconds
+   * Check the bSeq value when receiving a CCID frame
+   * Avoid logging errors when a reader is removed
+   * Some other minor improvements
+
+---

Old:

  ccid-1.4.36.tar.bz2
  ccid-1.4.36.tar.bz2.asc

New:

  ccid-1.5.0.tar.bz2
  ccid-1.5.0.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.YhcDOU/_old  2022-01-27 23:18:46.718227153 +0100
+++ /var/tmp/diff_new_pack.YhcDOU/_new  2022-01-27 23:18:46.77125 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.36
+Version:1.5.0
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1-or-later

++ ccid-1.4.36.tar.bz2 -> ccid-1.5.0.tar.bz2 ++
 14455 lines of diff (skipped)


commit mdds-2_0 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mdds-2_0 for openSUSE:Factory 
checked in at 2022-01-27 23:16:59

Comparing /work/SRC/openSUSE:Factory/mdds-2_0 (Old)
 and  /work/SRC/openSUSE:Factory/.mdds-2_0.new.1898 (New)


Package is "mdds-2_0"

Thu Jan 27 23:16:59 2022 rev:2 rq:949484 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/mdds-2_0/mdds-2_0.changes2021-11-20 
02:40:27.312519799 +0100
+++ /work/SRC/openSUSE:Factory/.mdds-2_0.new.1898/mdds-2_0.changes  
2022-01-27 23:18:45.506235526 +0100
@@ -1,0 +2,7 @@
+Thu Jan 27 15:20:40 UTC 2022 - Fridrich Strba 
+
+- Added patch:
+  * no-stdcxx17.patch
++ Do not force --stdc++17 on this header-only library
+
+---

New:

  no-stdcxx17.patch



Other differences:
--
++ mdds-2_0.spec ++
--- /var/tmp/diff_new_pack.k3nKxm/_old  2022-01-27 23:18:45.974232293 +0100
+++ /var/tmp/diff_new_pack.k3nKxm/_new  2022-01-27 23:18:45.982232238 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mdds-2_0
+# spec file
 #
-# 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
@@ -16,6 +16,7 @@
 #
 
 
+%{!?make_build:%global make_build make %{?_smp_mflags}}
 # redefined as we put there just devel docs
 %define _docdir %{_defaultdocdir}/%{name}-devel
 %define _apiver 2.0
@@ -28,8 +29,12 @@
 Group:  Development/Libraries/C and C++
 URL:https://gitlab.com/mdds/mdds
 Source: 
http://kohei.us/files/%{_oname}/src/%{_oname}-%{version}.tar.bz2
+Patch0: no-stdcxx17.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildArch:  noarch
 %if 0%{?suse_version} >= 1500
@@ -59,8 +64,11 @@
 
 %prep
 %setup -q -n %{_oname}-%{version}
+%patch0 -p1
 
 %build
+libtoolize --force --copy
+autoreconf -fi
 %configure \
 --disable-silent-rules \
 --docdir=%{_docdir}

++ no-stdcxx17.patch ++
--- mdds-2.0.0/configure.ac 2021-09-10 01:35:08.0 +0200
+++ mdds-2.0.0/configure.ac 2022-01-27 16:12:53.426436644 +0100
@@ -21,8 +21,6 @@
 AC_SUBST(MISCDIR)
 AC_SUBST(QUICKCHECKDIR)
 
-AX_CXX_COMPILE_STDCXX_17([noext], [mandatory])
-
 CPPFLAGS="$CPPFLAGS -Wall -Wshadow -g -pedantic-errors"
 CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
 


commit wike for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wike for openSUSE:Factory checked in 
at 2022-01-27 23:16:57

Comparing /work/SRC/openSUSE:Factory/wike (Old)
 and  /work/SRC/openSUSE:Factory/.wike.new.1898 (New)


Package is "wike"

Thu Jan 27 23:16:57 2022 rev:2 rq:949446 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/wike/wike.changes2022-01-03 
10:50:35.111607231 +0100
+++ /work/SRC/openSUSE:Factory/.wike.new.1898/wike.changes  2022-01-27 
23:18:43.206251416 +0100
@@ -1,0 +2,8 @@
+Wed Jan 26 16:45:33 UTC 2022 - Avinesh Kumar 
+
+- Update to version 1.7.0:
+  * Desktop searches in multiple languages.
+  * Context menu improvements.
+  * Updated translations.
+
+---

Old:

  wike-1.6.3.tar.gz

New:

  wike-1.7.0.tar.gz



Other differences:
--
++ wike.spec ++
--- /var/tmp/diff_new_pack.SoYzU3/_old  2022-01-27 23:18:43.694248045 +0100
+++ /var/tmp/diff_new_pack.SoYzU3/_new  2022-01-27 23:18:43.702247990 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wike
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   wike
-Version:1.6.3
+Version:1.7.0
 Release:0
 Summary:A Wikipedia reader for the GNOME Desktop
 License:GPL-3.0-or-later

++ wike-1.6.3.tar.gz -> wike-1.7.0.tar.gz ++
 2537 lines of diff (skipped)


commit python-azure-mgmt-resource for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-resource for 
openSUSE:Factory checked in at 2022-01-27 23:16:57

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-resource (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-resource.new.1898 (New)


Package is "python-azure-mgmt-resource"

Thu Jan 27 23:16:57 2022 rev:18 rq:949444 version:20.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-resource/python-azure-mgmt-resource.changes
2021-09-07 21:22:29.521380605 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-resource.new.1898/python-azure-mgmt-resource.changes
  2022-01-27 23:18:44.154244867 +0100
@@ -1,0 +2,9 @@
+Wed Jan 26 10:27:17 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 20.1.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-resource-20.0.0.zip

New:

  azure-mgmt-resource-20.1.0.zip



Other differences:
--
++ python-azure-mgmt-resource.spec ++
--- /var/tmp/diff_new_pack.BcYRVG/_old  2022-01-27 23:18:44.650241440 +0100
+++ /var/tmp/diff_new_pack.BcYRVG/_new  2022-01-27 23:18:44.654241413 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-resource
 #
-# 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
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-resource
-Version:20.0.0
+Version:20.1.0
 Release:0
 Summary:Microsoft Azure Resource Management Client Library
 License:MIT
@@ -38,7 +38,7 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.2.0
+Requires:   python-azure-mgmt-core >= 1.3.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21


commit fcitx-qt5 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fcitx-qt5 for openSUSE:Factory 
checked in at 2022-01-27 23:16:58

Comparing /work/SRC/openSUSE:Factory/fcitx-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-qt5.new.1898 (New)


Package is "fcitx-qt5"

Thu Jan 27 23:16:58 2022 rev:19 rq:949464 version:1.2.7

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-qt5/fcitx-qt5.changes  2021-05-17 
18:46:00.708446151 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-qt5.new.1898/fcitx-qt5.changes
2022-01-27 23:18:44.826240225 +0100
@@ -1,0 +2,7 @@
+Tue Jan 25 13:49:01 UTC 2022 - Marguerite Su 
+
+- update to version 1.2.7
+  * support Qt6
+- drop fix-compilation-with-qt-5.11.patch, upstreamed
+
+---

Old:

  fcitx-qt5-1.2.6.tar.gz
  fix-compilation-with-qt-5.11.patch

New:

  fcitx-qt5-1.2.7.tar.xz



Other differences:
--
++ fcitx-qt5.spec ++
--- /var/tmp/diff_new_pack.Zzao2V/_old  2022-01-27 23:18:45.378236411 +0100
+++ /var/tmp/diff_new_pack.Zzao2V/_new  2022-01-27 23:18:45.382236383 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-qt5
 #
-# 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
@@ -15,18 +15,21 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version} >= 1550
+%define build_qt6 1
+%else
+%define build_qt6 0
+%endif
 
 Name:   fcitx-qt5
-Version:1.2.6
+Version:1.2.7
 Release:0
 Summary:Fcitx QT5 Input Context
-License:GPL-2.0-or-later AND GPL-3.0-or-later AND BSD-3-Clause
+License:BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later
 Group:  System/I18n/Chinese
 URL:https://github.com/fcitx/fcitx-qt5
-Source: 
%{URL}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
%{URL}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM: fix compilation with Qt 5.11 (missing include)
-Patch0: fix-compilation-with-qt-5.11.patch
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fcitx-devel >= 4.2.9.1
@@ -36,6 +39,10 @@
 BuildRequires:  libqt5-qtbase-private-headers-devel
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  libxkbcommon-devel
+%if %build_qt6
+BuildRequires:  qt6-base-devel
+BuildRequires:  qt6-base-private-devel
+%endif
 # fcitx-qt5 is using private QPA API, which can, and does break BC even in 
point releases,
 # so we need to hardcode libQt5Gui5 version
 %requires_eqlibQt5Gui5
@@ -44,6 +51,16 @@
 %description
 A QT5 input context plugin of Fcitx IM Framework.
 
+%if %build_qt6
+%package -n fcitx-qt6
+Summary:Qt6 IM module for Fcitx
+Group:  System/I18n/Chinese
+Supplements:(fcitx and libQt6Core6)
+
+%description -n fcitx-qt6
+Qt6 IM module for Fcitx.
+%endif
+
 %package devel
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
@@ -53,10 +70,14 @@
 Development header files for Fcitx input method framework (Qt5).
 
 %prep
-%autosetup -p1
+%setup
 
 %build
+%if %build_qt6
+%cmake -DENABLE_QT6=ON
+%else
 %cmake
+%endif
 %make_build
 
 %install
@@ -66,6 +87,13 @@
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+%if %build_qt6
+%post -n fcitx-qt6 -p /sbin/ldconfig
+%postun -n fcitx-qt6 -p /sbin/ldconfig
+
+%files -n fcitx-qt6
+%{_libdir}/qt6/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin-qt6.so
+%endif
 
 %files -f fcitx-qt5.lang
 %license COPYING


commit MirrorCache for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package MirrorCache for openSUSE:Factory 
checked in at 2022-01-27 23:16:53

Comparing /work/SRC/openSUSE:Factory/MirrorCache (Old)
 and  /work/SRC/openSUSE:Factory/.MirrorCache.new.1898 (New)


Package is "MirrorCache"

Thu Jan 27 23:16:53 2022 rev:8 rq:949396 version:1.023

Changes:

--- /work/SRC/openSUSE:Factory/MirrorCache/MirrorCache.changes  2021-12-23 
17:54:05.431731800 +0100
+++ /work/SRC/openSUSE:Factory/.MirrorCache.new.1898/MirrorCache.changes
2022-01-27 23:18:36.414298341 +0100
@@ -1,0 +2,10 @@
+Thu Jan 20 07:46:09 UTC 2022 - Andrii Nikitin 
+
+- Update to version 1.023:
+  * Add execution_time to stat table (#247)
+  * Publish docs with mkdocs and github actions (#243)
+  * Local render when ROOT_NFS (#246)
+  * Add support for zsync hashes (#245)
+  * Do not use app->static for rendering (#244)
+
+---

Old:

  MirrorCache-1.022.obscpio

New:

  MirrorCache-1.023.obscpio



Other differences:
--
++ MirrorCache.spec ++
--- /var/tmp/diff_new_pack.xMJNYb/_old  2022-01-27 23:18:37.474291017 +0100
+++ /var/tmp/diff_new_pack.xMJNYb/_new  2022-01-27 23:18:37.478290990 +0100
@@ -22,7 +22,7 @@
 %define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 
perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 
perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) 
perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) 
perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) 
perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) 
perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) 
perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) 
perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) 
perl(Sort::Versions) perl(URI::Escape) perl(XML::Writer) perl(base) 
perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow 
rubygem(sass) perl(Net::DNS) perl(LWP::Protocol::https) perl(Digest::SHA)
 %define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow 
sysuser-tools
 Name:   MirrorCache
-Version:1.022
+Version:1.023
 Release:0
 Summary:WebApp to redirect and manage mirrors
 License:GPL-2.0-or-later
@@ -79,7 +79,7 @@
 %service_del_postun_without_restart mirrorcache-hypnotoad.service
 
 %files
-%doc README.asciidoc
+%doc README.md
 %license LICENSE
 %{_sbindir}/rcmirrorcache
 %{_sbindir}/rcmirrorcache-hypnotoad

++ MirrorCache-1.022.obscpio -> MirrorCache-1.023.obscpio ++
 1624 lines of diff (skipped)

++ MirrorCache.obsinfo ++
--- /var/tmp/diff_new_pack.xMJNYb/_old  2022-01-27 23:18:37.738289193 +0100
+++ /var/tmp/diff_new_pack.xMJNYb/_new  2022-01-27 23:18:37.742289166 +0100
@@ -1,6 +1,5 @@
 name: MirrorCache
-version: 1.022
-mtime: 1639637867
-commit: 8ba68c5b4ca73795dff412330402f6e64b86e032
-
+version: 1.023
+mtime: 1642197733
+commit: 7c9c68a96f6b49d5e97670f57e64aa252a9af22a
 


commit vgrep for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vgrep for openSUSE:Factory checked 
in at 2022-01-27 23:16:54

Comparing /work/SRC/openSUSE:Factory/vgrep (Old)
 and  /work/SRC/openSUSE:Factory/.vgrep.new.1898 (New)


Package is "vgrep"

Thu Jan 27 23:16:54 2022 rev:9 rq:949389 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/vgrep/vgrep.changes  2022-01-25 
17:37:09.845882263 +0100
+++ /work/SRC/openSUSE:Factory/.vgrep.new.1898/vgrep.changes2022-01-27 
23:18:38.266285546 +0100
@@ -1,0 +2,9 @@
+Thu Jan 27 06:35:12 UTC 2022 - Avinesh Kumar 
+
+- update to 2.6.0:
+  * -l, --files-with-matches
+  * Fix 'git grep' color issue
+  * fix all selector
+  * getGrepType: fix typo
+
+---

Old:

  v2.5.5.tar.gz

New:

  v2.6.0.tar.gz



Other differences:
--
++ vgrep.spec ++
--- /var/tmp/diff_new_pack.aLKM7t/_old  2022-01-27 23:18:38.998280489 +0100
+++ /var/tmp/diff_new_pack.aLKM7t/_new  2022-01-27 23:18:39.002280461 +0100
@@ -21,7 +21,7 @@
 # Project name when using go tooling.
 %define project github.com/vrothberg/vgrep
 Name:   vgrep
-Version:2.5.5
+Version:2.6.0
 Release:0
 Summary:Frontend for git-grep and grep
 License:GPL-3.0-only

++ v2.5.5.tar.gz -> v2.6.0.tar.gz ++
 20739 lines of diff (skipped)


commit etherape for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package etherape for openSUSE:Factory 
checked in at 2022-01-27 23:16:56

Comparing /work/SRC/openSUSE:Factory/etherape (Old)
 and  /work/SRC/openSUSE:Factory/.etherape.new.1898 (New)


Package is "etherape"

Thu Jan 27 23:16:56 2022 rev:34 rq:949411 version:0.9.20

Changes:

--- /work/SRC/openSUSE:Factory/etherape/etherape.changes2021-03-03 
18:34:27.527359539 +0100
+++ /work/SRC/openSUSE:Factory/.etherape.new.1898/etherape.changes  
2022-01-27 23:18:42.154258684 +0100
@@ -1,0 +2,19 @@
+Wed Jan 26 17:17:05 UTC 2022 - Wolfgang Frisch 
+
+- Update to version 0.9.20:
+  - fix for ticket #100, thanks to Salam for reporting it.
+  - diagram refresh command, thanks to Ronald W. Henderson
+  - patch to remove artifact when resizing, thanks to Ronald W. Henderson
+  - reorder keyboard shortcuts, thanks to Ronald W. Henderson
+  - sort by port on protocol windows, thanks to Ronald W. Henderson
+  - xml output now containes also link and global protocols statistics.
+  - link fades with averaging times
+  - node-link ratio slider removed, ratio always fixed at 1 (links sizes
+are aligned with nodes)
+  - improve statistics repeatability esp. when setting max-delay=0 (useful
+for tests or just to calculate quickly statistics of a dump file).
+  - new no-display mode (command line only), disables diagram updates
+(again, mostly for testing).
+  - merged link protocol and traffic timeouts.
+
+---

Old:

  etherape-0.9.19.tar.gz

New:

  etherape-0.9.20.tar.gz



Other differences:
--
++ etherape.spec ++
--- /var/tmp/diff_new_pack.rAIuxl/_old  2022-01-27 23:18:42.718254788 +0100
+++ /var/tmp/diff_new_pack.rAIuxl/_new  2022-01-27 23:18:42.726254733 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package etherape
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   etherape
-Version:0.9.19
+Version:0.9.20
 Release:0
 Summary:A Graphical Network Monitor
 License:GPL-2.0-or-later
@@ -37,7 +37,7 @@
 BuildRequires:  autoconf-archive
 %endif
 Requires(post): update-desktop-files
-Requires(postun): update-desktop-files
+Requires(postun):update-desktop-files
 Recommends: %{name}-lang
 
 %description

++ etherape-0.9.19.tar.gz -> etherape-0.9.20.tar.gz ++
 53067 lines of diff (skipped)


commit isync for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package isync for openSUSE:Factory checked 
in at 2022-01-27 23:16:55

Comparing /work/SRC/openSUSE:Factory/isync (Old)
 and  /work/SRC/openSUSE:Factory/.isync.new.1898 (New)


Package is "isync"

Thu Jan 27 23:16:55 2022 rev:10 rq:949393 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/isync/isync.changes  2021-08-11 
11:47:51.293700475 +0200
+++ /work/SRC/openSUSE:Factory/.isync.new.1898/isync.changes2022-01-27 
23:18:39.474277200 +0100
@@ -1,0 +2,11 @@
+Wed Jan  5 09:19:39 UTC 2022 - Dirk M??ller 
+
+- update to 1.4.4 (bsc#1193376, bsc#1192985, CVE-2021-3657, CVE-2021-44143):
+  * fixed CVE-2021-3657: multiple buffer overflows on excessively large
+IMAP literals
+  * fixed CVE-2021-44143: buffer overflow on header-less messages
+  * fixed crash on certain malformed messages in Maildirs
+  * fixed somewhat spurious notice about conflicting changes on
+messages marked as deleted 
+
+---

Old:

  isync-1.4.3.tar.gz
  isync-1.4.3.tar.gz.asc

New:

  isync-1.4.4.tar.gz
  isync-1.4.4.tar.gz.asc



Other differences:
--
++ isync.spec ++
--- /var/tmp/diff_new_pack.v2Oi4c/_old  2022-01-27 23:18:40.070273082 +0100
+++ /var/tmp/diff_new_pack.v2Oi4c/_new  2022-01-27 23:18:40.074273055 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package isync
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   isync
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:Utility to synchronize IMAP mailboxes with local maildir 
folders
 License:GPL-2.0-only

++ isync-1.4.3.tar.gz -> isync-1.4.4.tar.gz ++
 6504 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/isync-1.4.3/ChangeLog new/isync-1.4.4/ChangeLog
--- old/isync-1.4.3/ChangeLog   2021-07-29 13:14:32.0 +0200
+++ new/isync-1.4.4/ChangeLog   2021-12-03 11:56:27.0 +0100
@@ -1,3 +1,123 @@
+2021-11-25 16:04  Oswald Buddenhagen 
+
+   * configure.ac:
+
+   bump version
+
+2021-11-26 10:53  Oswald Buddenhagen 
+
+   * configure.ac:
+
+   modernize configure.ac
+
+2021-12-01 10:25  Oswald Buddenhagen 
+
+   * src/sync.c:
+
+   don't complain about concurrent flagging as deleted
+
+   the result of propagating a deletion is flagging as deleted, so shut up
+   if the only remote change is exactly that.
+
+2021-11-26 22:05  Oswald Buddenhagen 
+
+   * src/sync.c:
+
+   fix read beyond end of input in copy_msg_convert()
+
+   the input isn't necessarily null-terminated (it currently is for imap,
+   but not for maildir), so if the message ended somewhere within the
+   header field name, we'd read beyond its end, which theoretically could
+   cause a crash. no other adverse effects could result, as we'd stop
+   processing such a broken message right afterwards.
+
+   amends 70bad661.
+
+2021-11-24 17:24  Oswald Buddenhagen 
+
+   * src/drv_imap.c:
+
+   reject unreasonably long mailbox names from IMAP LIST
+
+   this wasn't really a security problem, as the name mapping we actually
+   do does not change the string length, and the iteration was already
+   safe after the literal length fix, but it's still better to catch weird
+   input.
+
+2021-11-24 16:51  Oswald Buddenhagen 
+
+   * src/sync.c:
+
+   reject messages that grow too large due to conversion
+
+   that shouldn't really be a problem, as we have 2GB of headroom, and most
+   growth would happen when sending an all-newlines message from maildir to
+   imap (due to CR additions), which is mostly non-critical. but better
+   safe than sorry.
+
+2021-11-24 16:46  Oswald Buddenhagen 
+
+   * src/sync.c:
+
+   report conversion errors directly in copy_msg_convert()
+
+   that makes it easier to report various conditions without introducing
+   separate error codes.
+
+2021-11-24 16:22  Oswald Buddenhagen 
+
+   * src/drv_maildir.c:
+
+   deal with oversized messages in maildirs
+
+   don't try to read messages > 2G, as that will only lead to trouble down
+   the line.
+
+   this

commit fractal for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fractal for openSUSE:Factory checked 
in at 2022-01-27 23:16:56

Comparing /work/SRC/openSUSE:Factory/fractal (Old)
 and  /work/SRC/openSUSE:Factory/.fractal.new.1898 (New)


Package is "fractal"

Thu Jan 27 23:16:56 2022 rev:13 rq:949402 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/fractal/fractal.changes  2021-12-02 
02:12:19.655198231 +0100
+++ /work/SRC/openSUSE:Factory/.fractal.new.1898/fractal.changes
2022-01-27 23:18:41.070266174 +0100
@@ -1,0 +2,10 @@
+Wed Jan 26 19:03:55 UTC 2022 - Bj??rn Lie 
+
+- Add 6fa1a23596d65d94aa889efe725174e6cd2903f0.patch: Fix build
+  with meson 0.61.0.
+- Add fractal-fix-build.patch: Downgrade dead_code to a warning,
+  hackfix build for now as we wait for a new release. The same
+  dead_code built fine a short while ago, so we can't be that much
+  worse off.
+
+---

New:

  6fa1a23596d65d94aa889efe725174e6cd2903f0.patch
  fractal-fix-build.patch



Other differences:
--
++ fractal.spec ++
--- /var/tmp/diff_new_pack.rA3duN/_old  2022-01-27 23:18:41.642262221 +0100
+++ /var/tmp/diff_new_pack.rA3duN/_new  2022-01-27 23:18:41.650262167 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fractal
 #
-# 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
@@ -26,6 +26,10 @@
 Group:  Productivity/Networking/Instant Messenger
 URL:https://wiki.gnome.org/Apps/Fractal
 Source0:
https://gitlab.gnome.org/GNOME/fractal/uploads/%{commitid}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 6fa1a23596d65d94aa889efe725174e6cd2903f0.patch -- Fix 
build with meson 0.61.0
+Patch0: 
https://github.com/GNOME/fractal/commit/6fa1a23596d65d94aa889efe725174e6cd2903f0.patch
+# PATCH-FIX-OPENSUSE fractal-fix-build.patch -- Downgrade dead_code to a 
warning, hackfix build for now
+Patch1: fractal-fix-build.patch
 
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler

++ 6fa1a23596d65d94aa889efe725174e6cd2903f0.patch ++
>From 6fa1a23596d65d94aa889efe725174e6cd2903f0 Mon Sep 17 00:00:00 2001
From: Jonas Platte 
Date: Sun, 31 Oct 2021 15:23:31 +0100
Subject: [PATCH] Remove deprecated positional argument to i18n.merge_file

See https://github.com/mesonbuild/meson/issues/9441
---
 fractal-gtk/res/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fractal-gtk/res/meson.build b/fractal-gtk/res/meson.build
index 7a7a7d656..a176787c0 100644
--- a/fractal-gtk/res/meson.build
+++ b/fractal-gtk/res/meson.build
@@ -2,7 +2,7 @@ subdir('icons')
 
 desktop_conf = configuration_data()
 desktop_conf.set('icon', application_id)
-desktop_file = i18n.merge_file ('desktop-file',
+desktop_file = i18n.merge_file (
   type: 'desktop',
   input: configure_file(
 input: files('org.gnome.Fractal.desktop.in.in'),
@@ -28,7 +28,7 @@ endif
 
 metainfo_conf = configuration_data()
 metainfo_conf.set('appid', application_id)
-metainfo_file = i18n.merge_file ('metainfo-file',
+metainfo_file = i18n.merge_file (
   input: configure_file(
 input: files('org.gnome.Fractal.metainfo.xml.in.in'),
 output: 'org.gnome.Fractal.metainfo.xml.in',

++ fractal-fix-build.patch ++
diff -Nur orig-fractal-4.4.1/fractal-gtk/src/main.rs 
fractal-4.4.1/fractal-gtk/src/main.rs
--- orig-fractal-4.4.1/fractal-gtk/src/main.rs  2021-10-18 12:42:06.733971000 
+0200
+++ fractal-4.4.1/fractal-gtk/src/main.rs   2022-01-26 20:37:07.818569752 
+0100
@@ -1,4 +1,4 @@
-#![deny(dead_code, unused_imports, unused_must_use, unused_variables)]
+#![deny(unused_imports, unused_must_use, unused_variables)]
 #[macro_use]
 extern crate glib;
 


commit rmw for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rmw for openSUSE:Factory checked in 
at 2022-01-27 23:16:55

Comparing /work/SRC/openSUSE:Factory/rmw (Old)
 and  /work/SRC/openSUSE:Factory/.rmw.new.1898 (New)


Package is "rmw"

Thu Jan 27 23:16:55 2022 rev:4 rq:949398 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rmw/rmw.changes  2021-07-01 07:05:41.615449360 
+0200
+++ /work/SRC/openSUSE:Factory/.rmw.new.1898/rmw.changes2022-01-27 
23:18:40.358271093 +0100
@@ -1,0 +2,12 @@
+Wed Jan  26 23:00:00 UTC 2022 - Andy Alt 
+
+- rmw 0.8.1:
+  * the curses menu library is now much more likely to be found on *BSD
+  systems
+  * bugfix: when attempting to restore a file from a waste folder
+  listed in the config file that has a trailing slash, rmw will no
+  longer report that the file is not in a waste folder.
+  - curses is no longer a requirement (configure -Dwithout-curses=true)
+  - removed '-e' command line option ('--empty' option not affected)
+
+---

Old:

  rmw-0.8.0.tar.gz

New:

  rmw-0.8.1.tar.gz



Other differences:
--
++ rmw.spec ++
--- /var/tmp/diff_new_pack.J4wWwP/_old  2022-01-27 23:18:40.834267804 +0100
+++ /var/tmp/diff_new_pack.J4wWwP/_new  2022-01-27 23:18:40.838267776 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rmw
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   rmw
-Version:0.8.0
+Version:0.8.1
 Release:0
 Summary:Safe-remove utility for the command line
 License:GPL-3.0-or-later
@@ -26,7 +26,7 @@
 Source: 
https://github.com/theimpossibleastronaut/rmw/releases/download/v%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  pkgconfig(ncurses)
-BuildRequires:  meson >= 0.54.0
+BuildRequires:  meson >= 0.56.0
 
 %description
 rmw (ReMove to Waste) is a safe-remove utility for the command line. It

++ rmw-0.8.0.tar.gz -> rmw-0.8.1.tar.gz ++
 13665 lines of diff (skipped)


commit terraform for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package terraform for openSUSE:Factory 
checked in at 2022-01-27 23:16:52

Comparing /work/SRC/openSUSE:Factory/terraform (Old)
 and  /work/SRC/openSUSE:Factory/.terraform.new.1898 (New)


Package is "terraform"

Thu Jan 27 23:16:52 2022 rev:30 rq:949386 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/terraform/terraform.changes  2022-01-11 
21:24:15.317169233 +0100
+++ /work/SRC/openSUSE:Factory/.terraform.new.1898/terraform.changes
2022-01-27 23:18:29.078349023 +0100
@@ -1,0 +2,8 @@
+Fri Jan 21 09:11:46 UTC 2022 - Marcus Hann 
+
+- Update to 1.1.4
+  BUG FIXES:
+  * config: Non-nullable variables with null inputs were not given default 
values when checking validation statements (#30330)
+  * config: Terraform will no longer incorrectly report "Cross-package move 
statement" when an external package has changed a resource from no count to 
using count, or vice-versa. (#30333)
+
+---

Old:

  terraform-1.1.3.obscpio
  terraform-1.1.3.tar.gz

New:

  terraform-1.1.4.obscpio
  terraform-1.1.4.tar.gz



Other differences:
--
++ terraform.spec ++
--- /var/tmp/diff_new_pack.riZrBd/_old  2022-01-27 23:18:32.490325451 +0100
+++ /var/tmp/diff_new_pack.riZrBd/_new  2022-01-27 23:18:32.498325395 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   terraform
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Tool for building infrastructure safely and efficiently
 License:MPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.riZrBd/_old  2022-01-27 23:18:32.538325119 +0100
+++ /var/tmp/diff_new_pack.riZrBd/_new  2022-01-27 23:18:32.542325091 +0100
@@ -3,8 +3,8 @@
 https://github.com/hashicorp/terraform
 git
 terraform
-1.1.3
-v1.1.3
+1.1.4
+v1.1.4
 .git
   
   
@@ -16,7 +16,7 @@
 terraform
   
   
-terraform-1.1.3.tar.gz
+terraform-1.1.4.tar.gz
   
 
 

++ terraform-1.1.3.obscpio -> terraform-1.1.4.obscpio ++
/work/SRC/openSUSE:Factory/terraform/terraform-1.1.3.obscpio 
/work/SRC/openSUSE:Factory/.terraform.new.1898/terraform-1.1.4.obscpio differ: 
char 49, line 1

++ terraform-1.1.3.tar.gz -> terraform-1.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terraform-1.1.3/.github/workflows/build.yml 
new/terraform-1.1.4/.github/workflows/build.yml
--- old/terraform-1.1.3/.github/workflows/build.yml 2022-01-06 
22:20:50.0 +0100
+++ new/terraform-1.1.4/.github/workflows/build.yml 2022-01-19 
19:27:01.0 +0100
@@ -147,8 +147,17 @@
 env:
   GOOS: ${{ matrix.goos }}
   GOARCH: ${{ matrix.goarch }}
+  ACTIONSOS: ${{ matrix.runson }}
 run: |
   mkdir dist out
+  if [ "$ACTIONSOS" == "macos-latest" ] && [ "$GOOS" == "darwin" ]; 
then
+# When building for macOS _on_ macOS we must force CGo to get
+# correct hostname resolution behavior. (This must be conditional
+# because other cross-compiles won't have suitable headers
+# available to use CGo; darwin_amd64 has suitable headers to
+# cross-build for darwin_arm64.)
+export CGO_ENABLED=1
+  fi
   go build -ldflags "-w -s" -o dist/ .
   zip -r -j out/${{ env.PKG_NAME }}_${{ 
needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ 
matrix.goarch }}.zip dist/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terraform-1.1.3/CHANGELOG.md 
new/terraform-1.1.4/CHANGELOG.md
--- old/terraform-1.1.3/CHANGELOG.md2022-01-06 22:20:50.0 +0100
+++ new/terraform-1.1.4/CHANGELOG.md2022-01-19 19:27:01.0 +0100
@@ -1,3 +1,10 @@
+## 1.1.4 (January 19, 2022)
+
+BUG FIXES:
+
+* config: Non-nullable variables with null inputs were not given default 
values when checking validation statements 
([#30330](https://github.com/hashicorp/terraform/issues/30330))
+* config: Terraform will no longer incorrectly report "Cross-package move 
statement" when an external package has changed a resource from no `count` to 
using `count`, or vice-versa. 
([#30333](https://github.com/hashicorp/terraform/issues/30333))
+
 ## 1.1.3 (January 06, 2022)
 
 BUG FIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terraform-1.1.3/internal/lang/funcs/filesystem.go 
new/terraform-1.1.4/internal/lang/funcs/filesystem.go
--- old/terraform-1.1.3/internal/lang/funcs/filesystem.go   2022-01-06 
22:20:50.0 +0100
+++ new/terraform-1.1.4/inte

commit QTalarm for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package QTalarm for openSUSE:Factory checked 
in at 2022-01-27 23:16:53

Comparing /work/SRC/openSUSE:Factory/QTalarm (Old)
 and  /work/SRC/openSUSE:Factory/.QTalarm.new.1898 (New)


Package is "QTalarm"

Thu Jan 27 23:16:53 2022 rev:6 rq:949401 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/QTalarm/QTalarm.changes  2021-10-18 
22:02:13.850095250 +0200
+++ /work/SRC/openSUSE:Factory/.QTalarm.new.1898/QTalarm.changes
2022-01-27 23:18:35.462304917 +0100
@@ -1,0 +2,7 @@
+Sat Jan 22 19:40:10 UTC 2022 - Martin Hauke 
+
+- Update to version 2.3.0
+  * Added clone button
+  * Refactored main controller a bit
+
+---

Old:

  QTalarm-2.2.0.tar.gz

New:

  QTalarm-2.3.0.tar.gz



Other differences:
--
++ QTalarm.spec ++
--- /var/tmp/diff_new_pack.NESYjR/_old  2022-01-27 23:18:36.074300689 +0100
+++ /var/tmp/diff_new_pack.NESYjR/_new  2022-01-27 23:18:36.078300661 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package QTalarm
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define  _name  qtalarm
 Name:   QTalarm
-Version:2.2.0
+Version:2.3.0
 Release:0
 Summary:A handy alarm clock Program written in QT
 License:GPL-3.0-only

++ QTalarm-2.2.0.tar.gz -> QTalarm-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QTalarm-2.2.0/aboutdialog.h 
new/QTalarm-2.3.0/aboutdialog.h
--- old/QTalarm-2.2.0/aboutdialog.h 2021-10-06 03:50:21.0 +0200
+++ new/QTalarm-2.3.0/aboutdialog.h 2022-01-18 23:53:56.0 +0100
@@ -14,7 +14,7 @@
 public:
 explicit AboutDialog(QWidget *parent = 0);
 ~AboutDialog();
-const QString version="2.2.0";
+const QString version="2.3.0";
 
 private:
 Ui::AboutDialog *ui;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QTalarm-2.2.0/mainwindow.cpp 
new/QTalarm-2.3.0/mainwindow.cpp
--- old/QTalarm-2.2.0/mainwindow.cpp2021-10-06 03:50:21.0 +0200
+++ new/QTalarm-2.3.0/mainwindow.cpp2022-01-18 23:53:56.0 +0100
@@ -34,6 +34,9 @@
 qInfo() << "No system tray detected. What a shitty DE"; //what is this 
1993?
 }
 
+//add buttons
+ConfigureButtons();
+
 //Create / load Schedule
 _Schedules=new ScheduleCollection(this);
 _Schedules->LoadSchedules();
@@ -47,29 +50,16 @@
 _prevTimeWasMil=_isMilTime;
 displayTimeMode();
 
-//Call Time keeper
+//Setup threading
 TimeKeeper=new Timer(this,_Schedules);
 CurAlarm = &Alarm::GetInstance();
 TimeKeeper->StartTimer(CurAlarm);
 
-//Set Volume
-int Volume = FileIO::LoadVolume();
-ui->VolumeSlider->setValue(Volume<=0? 50:Volume);
-CurAlarm->SetVolume(ui->VolumeSlider->value());
-ui->listAlmBtn->button(QDialogButtonBox::Ok)->setText("&Add");
-ui->listAlmBtn->button(QDialogButtonBox::Cancel)->setText("&Remove");
+SetupVolume();
 
-trayIcon=new QSystemTrayIcon(this);
-trayIconMenu=new QMenu(this);
 QAction *QAshow=new QAction("&Show",this);
 QAction *QAquit=new QAction("&Quit",this);
-
-trayIconMenu->addAction(QAshow);
-trayIconMenu->addSeparator();
-trayIconMenu->addAction(QAquit);
-trayIcon->setContextMenu(trayIconMenu);
-ChangeIconToDefault();
-trayIcon->show();
+SetupTrayIcon(QAshow,QAquit);
 
 ui->txtSoundPath->setText("");
 ui->CustEdit->setDate(QDate::currentDate());
@@ -77,33 +67,7 @@
 ui->chkBastard->setToolTip("Only stop alarms after a random math problem 
has been solved.");
 ui->chkSounds->setToolTip("Use a custom sound/video file to wake up to");
 
-
-
-
-//set up ui slots
-connect(QAquit,SIGNAL(triggered()),this,SLOT(Quit()));
-connect(QAshow,SIGNAL(triggered()),this,SLOT(ToggleWindow()));
-
connect(trayIcon,SIGNAL(activated(QSystemTrayIcon::ActivationReason)),this,SLOT(ToggleWindow(QSystemTrayIcon::ActivationReason)));
-connect(ui->actionQuit,SIGNAL(triggered()),this,SLOT(Quit()));
-connect(ui->actionAbout_QT,SIGNAL(triggered()),qApp,SLOT(aboutQt()));
-connect(ui->actionAbout_QTalam,SIGNAL(triggered()),this,SLOT(ShowAbout()));
-
connect(ui->actionSettings,SIGNAL(triggered(bool)),this,SLOT(ShowSettings()));
-connect(ui->timeEdit,SIGNAL(editingFinished()),this,SLOT(SetTime()));
-
connect(ui->listAlmBtn,SIGNAL(clicked(QAbstractButton*)),this,SLOT(AddRemoveA

commit oci-cli for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oci-cli for openSUSE:Factory checked 
in at 2022-01-27 23:16:52

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1898 (New)


Package is "oci-cli"

Thu Jan 27 23:16:52 2022 rev:13 rq:949388 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2022-01-09 
22:50:37.235307946 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1898/oci-cli.changes
2022-01-27 23:18:33.874315888 +0100
@@ -1,0 +2,80 @@
+Wed Jan 26 22:27:10 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 3.4.4
+  * Below services were added to support the Account Management finance data
+* One Subscription Billing Schedule service
+  * ``oci osub-billing-schedule billing-schedule-summary``
+* One Subscription Subscription service
+  * ``oci osub-subscription commitment``
+  * ``oci osub-subscription ratecard``
+  * ``oci osub-subscription subscription``
+* One Subscription Usage service
+  * ``oci osub-usage computed-usage``
+  * ``oci osub-usage computed-usage-aggregated-summary``
+* One Subscription Organization subscription service
+  * ``oci osub-organization-subscription subscription``
+  * Support for new field 'type' to specify if a run or application
+is streaming or batch in the Data Flow service
+* ``oci data-flow application create --type``
+* ``oci data-flow run create --type``
+* ``oci data-flow run submit --type``
+- from version 3.4.3
+  * Support for calling Oracle Cloud Infrastructure services
+in the me-dcc-muscat-1 region
+  * Support for the Visual Builder service
+  * ``oci visual-builder``
+  * Support for cross-region replication of volume groups in the Block Storage 
service
+* ``oci bv volume-group create --volume-group-replicas``
+* ``oci bv volume-group update  --volume-group-replicas``
+  * Support for boot volume encryption in the Container Engine for Kubernetes 
service
+* ``oci ce node-pool create --is-pv-encryption-in-transit-enabled, 
--kms-key-id``
+* ``oci ce node-pool update  --is-pv-encryption-in-transit-enabled, 
--kms-key-id``
+  * Support for adding metadata to records when creating and
+updating records in the Data Labeling service
+* ``oci data-labeling-service-dataplane record``
+  * Support for global export formats in snapshot datasets in the Data 
Labeling service
+* ``oci data-labeling-service dataset snapshot --export-format``
+* ``oci data-labeling-service dataset update --labeling-instructions``
+  * Support for adding labeling instructions to datasets in the Data Labeling 
service
+* ``oci data-labeling-service dataset create --labeling-instructions``
+* ``oci data-labeling-service dataset update --labeling-instructions``
+  * Support for updating autonomous dataguard associations for
+autonomous container databases in the Database service
+* ``oci db autonomous-container-database-dataguard update``
+  * Support for setting up automatic failover when creating
+autonomous container databases in the Database service
+* ``oci db autonomous-container-database create 
--is-automatic-failover-enabled``
+  * Support for setting the RECO storage size when updating
+a database system in the Database service
+* ``oci db system update --reco-storage-size-in-gbs``
+  * Support for reconnecting refreshable clones to source for autonomous
+databases on shared infrastructure in the Database service
+* ``oci db autonomous-database update --is-refreshable-clone true``
+  * Support for checking if an autonomous database on shared infrastructure
+can be reconnected to source, in the Database service
+* ``oci db autonomous-database get --autonomous-database-id ``
+- from version 3.4.2
+  * Network Load Balancer service  
+* Support for Multiple Protocols on the Same Listener of the Network Load 
Balancer.
+  * ``oci nlb listener create --protocol``
+  * ``oci nlb listener create --protocol``
+* Support for IPv6 in the below commands
+  * ``oci nlb backend-set create --ip-version``
+  * ``oci nlb backend-set update --ip-version``
+  * ``oci nlb listener create --ip-version``
+  * ``oci nlb listener update --ip-version``
+  * ``oci nlb network-load-balancer create --nlb-ip-version``
+  * ``oci nlb network-load-balancer update --nlb-ip-version``
+  * Support for creating Enterprise Manager-based Solaris/SunOS
+Host targets in the Operations Insights service
+* ``oci opsi host-insights``
+  * More information related to the user system in the --debug option
+  * Improvement to the OCI CLI service error exception message
+  * Removed python install by source in install.sh script for 

commit ser2net for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ser2net for openSUSE:Factory checked 
in at 2022-01-27 23:16:51

Comparing /work/SRC/openSUSE:Factory/ser2net (Old)
 and  /work/SRC/openSUSE:Factory/.ser2net.new.1898 (New)


Package is "ser2net"

Thu Jan 27 23:16:51 2022 rev:20 rq:949347 version:4.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ser2net/ser2net.changes  2021-12-12 
00:58:04.434603510 +0100
+++ /work/SRC/openSUSE:Factory/.ser2net.new.1898/ser2net.changes
2022-01-27 23:18:24.926377708 +0100
@@ -1,0 +2,9 @@
+Sun Jan 23 15:53:49 UTC 2022 - Martin Hauke 
+
+- ser2net 4.3.5:
+  * Yet another quick release. gcc-11 and the new sctp library
+threw some curve balls, so those needed to be handled.
+No functional changes, just compile and bug fixes related to
+the new compiler and library.
+
+---

Old:

  ser2net-4.3.4.tar.gz

New:

  ser2net-4.3.5.tar.gz



Other differences:
--
++ ser2net.spec ++
--- /var/tmp/diff_new_pack.TlQpE9/_old  2022-01-27 23:18:25.790371739 +0100
+++ /var/tmp/diff_new_pack.TlQpE9/_new  2022-01-27 23:18:25.798371684 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ser2net
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   ser2net
-Version:4.3.4
+Version:4.3.5
 Release:0
 Summary:Serial port to network proxy
 License:GPL-2.0-or-later

++ ser2net-4.3.4.tar.gz -> ser2net-4.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.3.4/addsysattrs.c 
new/ser2net-4.3.5/addsysattrs.c
--- old/ser2net-4.3.4/addsysattrs.c 2020-10-28 19:50:59.0 +0100
+++ new/ser2net-4.3.5/addsysattrs.c 2022-01-17 18:59:00.0 +0100
@@ -25,6 +25,8 @@
  *  release a modified version which carries forward this exception.
  */
 
+#include 
+
 #ifdef linux
 
 #include 
@@ -35,7 +37,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include "ser2net.h"
 #include "port.h"
@@ -50,9 +51,12 @@
 
 s = strstr(devname, ",serialdev");
 if (s) {
+   s++;
s = strchr(s, ',');
if (s)
s++;
+   while (isspace(*s))
+   s++;
 } else {
s = strstr(devname, "/dev/");
 }
@@ -62,6 +66,8 @@
*len = e - s;
else
*len = strlen(s);
+   while (*len > 0 && isspace(s[(*len) - 1]))
+   (*len)--;
 }
 
 return s;
@@ -118,7 +124,6 @@
 {
 int rv;
 char *p, *s;
-unsigned int len;
 
 rv = gensio_argv_sappend(so, txt, args, argc, "devicetype=serialusb");
 if (rv < 0)
@@ -126,27 +131,26 @@
  "Device %s: Unable add txt devicetype for %s\n",
  portname, gensio_err_to_str(rv));
 
-/* Search backwards three directory levels, the name should match. */
+/*
+ * Search backwards to the device.  Depending on the specific
+ * device, there should be various levels of directories named
+ * "tty" or "tty".  Like "tty/ttyACM0" or
+ * "ttyUSB0/tty/ttyUSB0".
+ */
 s = p = strrchr(path, '/');
-if (p && p > path) {
-   p--;
-   while (p > path && *p != '/')
-   p--;
-}
-if (p && p > path) {
+while (p && p > path && strncmp(p + 1, "tty", 3) == 0) {
s = p;
p--;
while (p > path && *p != '/')
p--;
 }
-len = strlen(devstr);
-if (!p || (s - p - 1 != len) || strncmp(p + 1, devstr, len)) {
+if (!p) {
eout->out(eout,
  "Device %s: usb path is not valid: %s\n",
  portname, path);
return;
 }
-*p = '\0';
+*s = '\0';
 
 add_attr(eout, portname, path, "bInterfaceNumber", txt, args, argc);
 add_attr(eout, portname, path, "interface", txt, args, argc);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.3.4/configure new/ser2net-4.3.5/configure
--- old/ser2net-4.3.4/configure 2021-10-06 03:37:05.0 +0200
+++ new/ser2net-4.3.5/configure 2022-01-18 01:24:28.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ser2net 4.3.4.
+# Generated by GNU Autoconf 2.69 for ser2net 4.3.5.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='ser2net'
 PACKAGE_TARNAME='ser2net'
-PACKAGE_VERSION='4.3.4'
-PACKAGE_STRING='ser2net 4.

commit nodejs-electron for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs-electron for openSUSE:Factory 
checked in at 2022-01-27 23:16:50

Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-electron.new.1898 (New)


Package is "nodejs-electron"

Thu Jan 27 23:16:50 2022 rev:15 rq:949339 version:16.0.7

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes  
2021-12-16 02:00:51.831630355 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.1898/nodejs-electron.changes
2022-01-27 23:17:48.014632723 +0100
@@ -1,0 +2,39 @@
+Wed Jan 19 18:09:33 UTC 2022 - Andreas Schneider 
+
+- Package pgo profiles
+
+---
+Tue Jan 18 08:58:39 UTC 2022 - Andreas Schneider 
+
+- Update to version 16.0.7
+  * https://github.com/electron/electron/releases/tag/v16.0.7
+- Removed chromium-93-blink.patch
+- Removed harfbuzz_roll.patch
+- Removed skia_harfbuzz_api.patch
+- Removed skia_harfbuzz_roll.patch
+- Added chromium-96-CommandLine-include.patch
+- Added chromium-96-CouponDB-include.patch
+- Added chromium-96-DrmRenderNodePathFinder-include.patch
+- Added chromium-96-RestrictedCookieManager-tuple.patch
+- Added electron-16-std-vector-non-const.patch
+
+---
+Fri Dec 17 14:17:26 UTC 2021 - Andreas Schneider 
+
+- Update to version 15.3.3
+  * https://github.com/electron/electron/releases/tag/v15.3.3
+- Added chromium-93-blink.patch
+- Added chromium-93-ffmpeg-4.4.patch
+- Added chromium-94-ffmpeg-roll.patch
+- Added chromium-95-compiler.patch
+- Removed a9831f1cbf93fb18dd951453635f488037454ce9.patch
+- Removed chromium-88-gcc-fix-swiftshader-libEGL-visibility.patch
+- Removed chromium-91-GCC_fix_vector_types_in_pcscan.patch
+- Removed chromium-91-compiler.patch
+- Removed chromium-91-system-icu.patch
+- Removed chromium-freetype-2.11.patch
+- Removed chromium-glibc-2.33.patch
+- Removed chromium-lp152-missing-includes.patch
+- Removed electron-13-gcc-fix-v8-nodiscard.patch
+
+---

Old:

  a9831f1cbf93fb18dd951453635f488037454ce9.patch
  chromium-88-gcc-fix-swiftshader-libEGL-visibility.patch
  chromium-91-GCC_fix_vector_types_in_pcscan.patch
  chromium-91-compiler.patch
  chromium-91-system-icu.patch
  chromium-freetype-2.11.patch
  chromium-glibc-2.33.patch
  chromium-lp152-missing-includes.patch
  electron-13-gcc-fix-v8-nodiscard.patch
  electron-13.6.3.tar.xz
  harfbuzz_roll.patch
  skia_harfbuzz_api.patch
  skia_harfbuzz_roll.patch

New:

  chromium-93-ffmpeg-4.4.patch
  chromium-94-ffmpeg-roll.patch
  chromium-95-compiler.patch
  chromium-96-CommandLine-include.patch
  chromium-96-CouponDB-include.patch
  chromium-96-DrmRenderNodePathFinder-include.patch
  chromium-96-RestrictedCookieManager-tuple.patch
  electron-16-std-vector-non-const.patch
  electron-16.0.7.tar.xz



Other differences:
--
++ nodejs-electron.spec ++
--- /var/tmp/diff_new_pack.hODLA7/_old  2022-01-27 23:18:23.122390172 +0100
+++ /var/tmp/diff_new_pack.hODLA7/_new  2022-01-27 23:18:23.126390144 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-electron
 #
-# 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,9 @@
 ExcludeArch:%{ix86} %{arm}
 %ifarch x86_64
 %if 0%{?suse_version} > 1500 || 0%{?fedora_version}
-%bcond_without lto
+# DISABLE LTO AS IT IS BROKEN RIGHT NOW
+#%%bcond_without lto
+%bcond_with lto
 # else suse_version
 %else
 %bcond_with lto
@@ -54,7 +56,7 @@
 %bcond_with clang
 %endif
 Name:   nodejs-electron
-Version:13.6.3
+Version:16.0.7
 Release:0
 Summary:Build cross platform desktop apps with JavaScript, HTML, and 
CSS
 License:MIT
@@ -65,26 +67,26 @@
 Source10:   electron-launcher.sh
 Source11:   electron.desktop
 Source12:   electron-logo-symbolic.svg
-Patch0: chromium-91-compiler.patch
+Patch0: chromium-95-compiler.patch
 %if 0%{?sle_version} < 150300 || 0%{?fedora_version} < 34
 # Fixed with ld.gold >= 2.36
 # https://sourceware.org/bugzilla/show_bug.cgi?id=26200
 Patch1: chromium-disable-parallel-gold.patch
 %endif
-Patch2: chromium-glibc-2.33.patch
-Patch3: chromium-lp152-missing-includes.patch
-Patch4: chromium-norar.patch
-Patch5: chromium-system-libusb.patch
-Patch6: gcc-enable-lto.patch
+Patch2: chromium-system-libusb.patch
+Patch3: gcc-enable-lto.pa

commit python-shodan for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-shodan for openSUSE:Factory 
checked in at 2022-01-27 23:16:51

Comparing /work/SRC/openSUSE:Factory/python-shodan (Old)
 and  /work/SRC/openSUSE:Factory/.python-shodan.new.1898 (New)


Package is "python-shodan"

Thu Jan 27 23:16:51 2022 rev:28 rq:949340 version:1.26.1

Changes:

--- /work/SRC/openSUSE:Factory/python-shodan/python-shodan.changes  
2022-01-14 23:14:55.906697203 +0100
+++ /work/SRC/openSUSE:Factory/.python-shodan.new.1898/python-shodan.changes
2022-01-27 23:18:23.662386441 +0100
@@ -1,0 +2,110 @@
+Wed Jan 19 19:11:22 UTC 2022 - Sebastian Wagner 
+
+- - update to version 1.25.0:
+ - Add new CLI command: shodan alert download
+- update to version 1.24.0:
+ - Add new CLI command: shodan alert stats
+- update to version 1.23.0:
+ - Add new CLI command: shodan alert domain
+- update to version 1.22.1:
+ - Fix bug when converting data file to CSV using Python3
+- update to version 1.22.0:
+ - Add support for new vulnerability streaming endpoints
+- update to version 1.21.3:
+ - Fix geo.json file converter
+- update to version 1.21.2:
+ - Add support for paging through the domain information
+- update to version 1.21.1:
+ - Add ``history`` and ``type`` parameters to ``Shodan.dns.domain_info()`` 
method and CLI command
+- update to version 1.21.0:
+ - New API methods ``api.search_facets()`` and ``api.search_filters()`` to get 
a list of available facets and filters.
+- update to version 1.20.0:
+ - New option "-S" for **shodan domain** to save results from the lookup
+ - New option "-D" for **shodan domain** to lookup open ports for IPs in the 
results
+- update to version 1.19.0:
+ - New method to edit the list of IPs for an existing network alert
+- update to version 1.18.0:
+ - Add library methods for the new Notifications API
+- update to version 1.17.0:
+ - Fix bug that caused unicode error when printing domain information (#106)
+ - Add flag to let users get their IPv6 address **shodan myip -6**(#35)
+- update to version 1.16.0:
+ - Ability to specify list of fields to include when converting to CSV/ Excel 
(#107)
+ - Filter the Shodan Firehose based on tags in the banner
+- update to version 1.15.0:
+ - New option "--skip" for download command to help users resume a download
+- update to version 1.14.0:
+ - New command **shodan version** (#104).
+ - Only change api_key file permissions if needed (#103)
+- update to version 1.13.0:
+ - New command **shodan domain** to lookup a domain in Shodan's DNS database
+ - Override environment configured settings if explicit proxy settings are 
supplied (@cudeso)
+- update to version 1.12.1:
+ - Fix Excel file conversion that resulted in empty .xlsx files
+- update to version 1.12.0:
+ - Add new methods to ignore/ unignore trigger notifications
+- update to version 1.11.1:
+ - Allow a single network alert to monitor multiple IP ranges (#93)
+- update to version 1.11.0:
+ - New command **shodan scan list** to list recently launched scans
+ - New command **shodan alert triggers** to list the available notification 
triggers
+ - New command **shodan alert enable** to enable a notification trigger
+ - New command **shodan alert disable** to disable a notification trigger
+ - New command **shodan alert info** to show details of a specific alert
+ - Include timestamp, vulns and tags in CSV converter (#85)
+ - Fixed bug that caused an exception when parsing uncompressed data files in 
Python3
+ - Code quality improvements
+ - Thank you for contributions from @wagner-certat, @cclauss, @opt9, @voldmar 
and Antoine Neuenschwander
+- update to version 1.10.4:
+ - Fix a bug when showing old banner records that don't have the "transport" 
property
+ - Code quality improvements (bare excepts)
+- update to version 1.10.3:
+ - Change bare 'except:' statements to 'except Exception:' or more specific 
ones
+ - remove unused imports
+ - Convert line endings of `shodan/client.py` and `tests/test_shodan.py` to 
unix
+ - List file types in **shodan convert** (#80)
+- update to version 1.10.2:
+ - Fix **shodan stats** formatting exception when faceting on **port**
+- update to version 1.10.1:
+ - Support PUT requests in the API request helper method
+- update to version 1.10.0:
+ - New command **shodan org**: manage enterprise access to Shodan for your team
+ - Improved unicode handling (#78)
+ - Remove deprecated API wrapper for shodanhq.com/api
+- update to version 1.9.1:
+ - The CHANGELOG is now part of the packages.
+ - Improved unicode handling in Python2 (#78)
+ - Add `tsv` output format for **shodan host** (#65)
+ - Show user-friendly error messages when running **shodan radar** without 
permission or in a window that's too small (#74)
+ - Improved exception handling to improve debugging **shodan init** 

commit python-cloud-sptheme for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cloud-sptheme for 
openSUSE:Factory checked in at 2022-01-27 23:16:50

Comparing /work/SRC/openSUSE:Factory/python-cloud-sptheme (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloud-sptheme.new.1898 (New)


Package is "python-cloud-sptheme"

Thu Jan 27 23:16:50 2022 rev:4 rq:949321 version:1.10.1.post20200504175005

Changes:

--- 
/work/SRC/openSUSE:Factory/python-cloud-sptheme/python-cloud-sptheme.changes
2021-05-23 00:06:25.682529785 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cloud-sptheme.new.1898/python-cloud-sptheme.changes
  2022-01-27 23:17:30.942750669 +0100
@@ -1,0 +2,5 @@
+Wed Jan 19 17:57:41 UTC 2022 - Sebastian Wagner 
+
+- Update build requirements for documentation.
+
+---



Other differences:
--
++ python-cloud-sptheme.spec ++
--- /var/tmp/diff_new_pack.G3hhx5/_old  2022-01-27 23:17:31.354747822 +0100
+++ /var/tmp/diff_new_pack.G3hhx5/_new  2022-01-27 23:17:31.358747795 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cloud-sptheme
 #
-# 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
@@ -32,7 +32,10 @@
 BuildRequires:  python-rpm-macros
 # SECTION docs
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-importlib-metadata >= 4.4
+BuildRequires:  python3-pip
 BuildRequires:  python3-sphinxcontrib-fulltoc
+BuildRequires:  python3-wheel
 # /SECTION
 BuildArch:  noarch
 
@@ -55,7 +58,7 @@
 
 %build
 %python_build
-python3 setup.py build_sphinx -E
+PYTHONPATH=. python3 setup.py build_sphinx -E
 rm build/sphinx/html/.buildinfo
 
 %install


commit clazy for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package clazy for openSUSE:Factory checked 
in at 2022-01-27 23:16:49

Comparing /work/SRC/openSUSE:Factory/clazy (Old)
 and  /work/SRC/openSUSE:Factory/.clazy.new.1898 (New)


Package is "clazy"

Thu Jan 27 23:16:49 2022 rev:19 rq:949315 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/clazy/clazy.changes  2021-07-23 
23:41:25.577814886 +0200
+++ /work/SRC/openSUSE:Factory/.clazy.new.1898/clazy.changes2022-01-27 
23:17:29.958757467 +0100
@@ -1,0 +2,10 @@
+Wed Jan 26 15:02:14 UTC 2022 - Wolfgang Bauer 
+
+- Update to 1.11
+  * New Checks:
+- use-arrow-operator-instead-of-data
+- use-static-qregularexpression
+- unexpected-flag-enumerator-value
+- Removed inefficient-qlist check (Fixed in Qt6)
+
+---

Old:

  clazy-1.10.tar.xz
  clazy-1.10.tar.xz.sig

New:

  clazy-1.11.tar.xz
  clazy-1.11.tar.xz.sig



Other differences:
--
++ clazy.spec ++
--- /var/tmp/diff_new_pack.Ikn3xh/_old  2022-01-27 23:17:30.542753432 +0100
+++ /var/tmp/diff_new_pack.Ikn3xh/_new  2022-01-27 23:17:30.546753405 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   clazy
-Version:1.10
+Version:1.11
 Release:0
 Summary:Qt oriented code checker based on the Clang framework
 License:LGPL-2.0-or-later

++ clazy-1.10.tar.xz -> clazy-1.11.tar.xz ++
 3425 lines of diff (skipped)


commit iwd for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iwd for openSUSE:Factory checked in 
at 2022-01-27 23:16:48

Comparing /work/SRC/openSUSE:Factory/iwd (Old)
 and  /work/SRC/openSUSE:Factory/.iwd.new.1898 (New)


Package is "iwd"

Thu Jan 27 23:16:48 2022 rev:25 rq:948977 version:1.22

Changes:

--- /work/SRC/openSUSE:Factory/iwd/iwd.changes  2021-11-27 00:52:19.766593853 
+0100
+++ /work/SRC/openSUSE:Factory/.iwd.new.1898/iwd.changes2022-01-27 
23:17:27.466774683 +0100
@@ -1,0 +2,11 @@
+Mon Jan 24 22:33:47 UTC 2022 - Dirk M??ller 
+
+- update to v1.22:
+  * Fix issue with handling periodic scanning.
+  * Fix issue with handling scanning completion.
+  * Fix issue with handling scanning for OWE auto-connect.
+  * Add support for additional DPP features.
+  * Fix issue with handling disconnect events issued by AP.
+  * Add experimental support for DPP feature. 
+
+---

Old:

  iwd-1.20.tar.sign
  iwd-1.20.tar.xz

New:

  iwd-1.22.tar.sign
  iwd-1.22.tar.xz



Other differences:
--
++ iwd.spec ++
--- /var/tmp/diff_new_pack.DOEH4V/_old  2022-01-27 23:17:28.030770787 +0100
+++ /var/tmp/diff_new_pack.DOEH4V/_new  2022-01-27 23:17:28.038770732 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iwd
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   iwd
-Version:1.20
+Version:1.22
 Release:0
 Summary:Wireless daemon for Linux
 License:LGPL-2.1-or-later

++ iwd-1.20.tar.xz -> iwd-1.22.tar.xz ++
 10482 lines of diff (skipped)


commit kismet for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kismet for openSUSE:Factory checked 
in at 2022-01-27 23:16:47

Comparing /work/SRC/openSUSE:Factory/kismet (Old)
 and  /work/SRC/openSUSE:Factory/.kismet.new.1898 (New)


Package is "kismet"

Thu Jan 27 23:16:47 2022 rev:51 rq:947990 version:2022_01_R2

Changes:

--- /work/SRC/openSUSE:Factory/kismet/kismet.changes2022-01-21 
01:26:03.710323255 +0100
+++ /work/SRC/openSUSE:Factory/.kismet.new.1898/kismet.changes  2022-01-27 
23:17:26.562780929 +0100
@@ -1,0 +2,11 @@
+Fri Jan 21 10:01:06 UTC 2022 - Martin Hauke 
+
+- Update to version 2022-01-R1
+  * Fix alert-syslog plugin
+  * Remove outdated docs
+  * Fix webserver stall
+  * Add regex to the devices view-by-time endpoint
+- Drop patch:
+  * 0001-Update-FetchGlobal-usage.patch
+
+---

Old:

  0001-Update-FetchGlobal-usage.patch
  kismet-2022-01-R1.tar.gz

New:

  kismet-2022-01-R2.tar.gz



Other differences:
--
++ kismet.spec ++
--- /var/tmp/diff_new_pack.3HVoZS/_old  2022-01-27 23:17:27.210776452 +0100
+++ /var/tmp/diff_new_pack.3HVoZS/_new  2022-01-27 23:17:27.218776397 +0100
@@ -20,9 +20,9 @@
 %bcond_with ubertooth
 %endif
 
-%define realver 2022-01-R1
+%define realver 2022-01-R2
 Name:   kismet
-Version:2022_01_R1
+Version:2022_01_R2
 Release:0
 Summary:An 802.11 Wireless Network Sniffer
 License:GPL-2.0-or-later
@@ -32,7 +32,6 @@
 Source: 
https://github.com/kismetwireless/kismet/archive/%{name}-%{realver}.tar.gz
 Source1:%{name}-rpmlintrc
 Patch0: kismet-fix-build.patch
-Patch1: 0001-Update-FetchGlobal-usage.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libcap-devel
@@ -284,7 +283,6 @@
 %prep
 %setup -q -n kismet-kismet-%{realver}
 %patch0 -p1
-%patch1 -p1
 # HACK: Add python DESTDIR support for python stuff
 find . -type f -name "Makefile*" -exec sed -i 's|setup.py install|setup.py 
install --root=$(DESTDIR)|g' {} \;
 # Fix wrong-script-end-of-line-encoding

++ kismet-2022-01-R1.tar.gz -> kismet-2022-01-R2.tar.gz ++
/work/SRC/openSUSE:Factory/kismet/kismet-2022-01-R1.tar.gz 
/work/SRC/openSUSE:Factory/.kismet.new.1898/kismet-2022-01-R2.tar.gz differ: 
char 13, line 1


commit yast2-installation for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2022-01-27 23:16:47

Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-installation.new.1898 (New)


Package is "yast2-installation"

Thu Jan 27 23:16:47 2022 rev:492 rq:949518 version:4.4.37

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2022-01-25 17:36:37.166107342 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.1898/yast2-installation.changes
  2022-01-27 23:17:24.906792370 +0100
@@ -1,0 +2,15 @@
+Thu Jan 27 07:50:21 UTC 2022 - Ladislav Slez??k 
+
+- Handle service name collision during upgrade (bsc#1194453),
+  do not delete the new services which have the same name
+  as an old service
+- 4.4.37
+
+---
+Wed Jan 26 14:24:43 UTC 2022 - Knut Anderssen 
+
+- Adjusted Linux Security Module configuration wording
+  (related to jsc#SLE-22069).
+- 4.4.36
+
+---

Old:

  yast2-installation-4.4.35.tar.bz2

New:

  yast2-installation-4.4.37.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.rzngNI/_old  2022-01-27 23:17:25.558787866 +0100
+++ /var/tmp/diff_new_pack.rzngNI/_new  2022-01-27 23:17:25.562787838 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:4.4.35
+Version:4.4.37
 Release:0
 Summary:YaST2 - Installation Parts
 License:GPL-2.0-only
@@ -28,8 +28,8 @@
 Source2:YaST2-Firstboot.service
 
 BuildRequires:  update-desktop-files
-# Y2Packager::Resolvable.none? (bsc#1194387)
-BuildRequires:  yast2 >= 4.4.33
+# Y2Packager::NewRepositorySetup
+BuildRequires:  yast2 >= 4.4.42
 # CIOIgnore
 BuildRequires:  yast2-bootloader
 # storage-ng based version
@@ -70,8 +70,8 @@
 Requires:   pciutils
 # tar-gzip some system files and untar-ungzip them after the installation 
(FATE #300421, #120103)
 Requires:   tar
-# Y2Packager::Resolvable.none? (bsc#1194387)
-Requires:   yast2 >= 4.4.33
+# Y2Packager::NewRepositorySetup
+Requires:   yast2 >= 4.4.42
 # CIOIgnore
 Requires:   yast2-bootloader
 Requires:   yast2-country >= 3.3.1

++ yast2-installation-4.4.35.tar.bz2 -> yast2-installation-4.4.37.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.35/package/yast2-installation.changes 
new/yast2-installation-4.4.37/package/yast2-installation.changes
--- old/yast2-installation-4.4.35/package/yast2-installation.changes
2022-01-20 15:36:55.0 +0100
+++ new/yast2-installation-4.4.37/package/yast2-installation.changes
2022-01-27 19:40:08.0 +0100
@@ -1,4 +1,19 @@
 ---
+Thu Jan 27 07:50:21 UTC 2022 - Ladislav Slez??k 
+
+- Handle service name collision during upgrade (bsc#1194453),
+  do not delete the new services which have the same name
+  as an old service
+- 4.4.37
+
+---
+Wed Jan 26 14:24:43 UTC 2022 - Knut Anderssen 
+
+- Adjusted Linux Security Module configuration wording
+  (related to jsc#SLE-22069).
+- 4.4.36
+
+---
 Thu Jan 20 08:52:18 UTC 2022 - Ladislav Slez??k 
 
 - Enable RSpec verifying doubles in unit tests to ensue that
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.4.35/package/yast2-installation.spec 
new/yast2-installation-4.4.37/package/yast2-installation.spec
--- old/yast2-installation-4.4.35/package/yast2-installation.spec   
2022-01-20 15:36:55.0 +0100
+++ new/yast2-installation-4.4.37/package/yast2-installation.spec   
2022-01-27 19:40:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:4.4.35
+Version:4.4.37
 Release:0
 Summary:YaST2 - Installation Parts
 License:GPL-2.0-only
@@ -28,8 +28,8 @@
 Source2:YaST2-Firstboot.service
 
 BuildRequires:  update-desktop-files
-# Y2Packager::Resolvable.none? (bsc#1194387)
-BuildRequires:  yast2 >= 4.4.33
+# Y2Packager::NewRepositorySetup
+BuildRequires:  yast2 >= 4.4.42
 # CIOIgnore
 BuildRequires:  yast2-bootloader
 # storage-ng based version
@@ -70,8 +70,8 @@
 Requires:   pciutils
 # tar-gzip some system files and untar-ungzip them after the installation 
(FATE #300421, #120103)
 Requires:   tar
-# Y2Packager::Resolvable.n

commit yast2-samba-server for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2022-01-27 23:16:45

Comparing /work/SRC/openSUSE:Factory/yast2-samba-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-samba-server.new.1898 (New)


Package is "yast2-samba-server"

Thu Jan 27 23:16:45 2022 rev:92 rq:949500 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2021-05-02 18:36:27.260861313 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new.1898/yast2-samba-server.changes
  2022-01-27 23:17:23.070805054 +0100
@@ -1,0 +2,7 @@
+Thu Jan 27 11:27:19 UTC 2022 - Noel Power 
+
+- Replace use of PackageSystem with Package to avoid core dumps;
+  (bsc#1195182).
+- 4.4.1
+
+---

Old:

  yast2-samba-server-4.4.0.tar.bz2

New:

  yast2-samba-server-4.4.1.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.dBP5QM/_old  2022-01-27 23:17:23.586801489 +0100
+++ /var/tmp/diff_new_pack.dBP5QM/_new  2022-01-27 23:17:23.590801462 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-samba-server
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:4.4.0
+Version:4.4.1
 Release:0
 URL:https://github.com/yast/yast-samba-server
 Summary:YaST2 - Samba Server Configuration

++ yast2-samba-server-4.4.0.tar.bz2 -> yast2-samba-server-4.4.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-4.4.0/.github/workflows/ci.yml 
new/yast2-samba-server-4.4.1/.github/workflows/ci.yml
--- old/yast2-samba-server-4.4.0/.github/workflows/ci.yml   2021-04-30 
18:19:55.0 +0200
+++ new/yast2-samba-server-4.4.1/.github/workflows/ci.yml   2022-01-27 
17:30:35.0 +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:
 
@@ -34,13 +41,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:
 
@@ -59,7 +75,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:
 
@@ -73,7 +96,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-samba-server-4.4.0/package/yast2-samba-server.changes 
new/yast2-samba-server-4.4.1/package/yast2-samba-server.changes
--- old/yast2-samba-server-4.4.0/package/yast2-samba-server.changes 
2021-04-30 18:19:55.0 +0200
+++ new/yast2-samba-server-4.4.1/package/yast2-samba-server.changes 
2022-01-27 17:30:35.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Jan 27 11:27:19 UTC 2022 - Noel Power 
+
+- Replace use of PackageSystem with Package to avoid core dumps;
+  (bsc#1195182).
+- 4.4.1
+
+---
 Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k 
 
 - 4.4.0 

commit yast2-iscsi-client for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2022-01-27 23:16:46

Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.1898 (New)


Package is "yast2-iscsi-client"

Thu Jan 27 23:16:46 2022 rev:136 rq:949502 version:4.4.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes
2021-07-25 20:09:09.727450455 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.1898/yast2-iscsi-client.changes
  2022-01-27 23:17:23.894799362 +0100
@@ -1,0 +2,6 @@
+Thu Jan 27 16:25:30 UTC 2022 - Steffen Winterfeldt 
+
+- adjust to ruby 3.0 (bsc#1195226)
+- 4.4.3
+
+---

Old:

  yast2-iscsi-client-4.4.2.tar.bz2

New:

  yast2-iscsi-client-4.4.3.tar.bz2



Other differences:
--
++ yast2-iscsi-client.spec ++
--- /var/tmp/diff_new_pack.knCGXZ/_old  2022-01-27 23:17:24.462795437 +0100
+++ /var/tmp/diff_new_pack.knCGXZ/_new  2022-01-27 23:17:24.466795410 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-iscsi-client
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:YaST2 - iSCSI Client Configuration
 License:GPL-2.0-only

++ yast2-iscsi-client-4.4.2.tar.bz2 -> yast2-iscsi-client-4.4.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-4.4.2/.github/workflows/ci.yml 
new/yast2-iscsi-client-4.4.3/.github/workflows/ci.yml
--- old/yast2-iscsi-client-4.4.2/.github/workflows/ci.yml   2021-07-22 
11:46:31.0 +0200
+++ new/yast2-iscsi-client-4.4.3/.github/workflows/ci.yml   2022-01-27 
17:31:24.0 +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:
 
@@ -27,13 +34,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 }}
 
   Rubocop:
 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:
 
@@ -45,7 +61,14 @@
 
   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:
 
@@ -57,7 +80,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:
 
@@ -72,7 +102,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-iscsi-client-4.4.2/package/yast2-iscsi-client.changes 
new/yast2-iscsi-client-4.4.3/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-4.4.2/package/yast2-iscsi-client.changes 
2021-07-22 11:46:31.0 +0200
+++ new/yast2-iscsi-client-4.4.3/package/yast2-iscsi-client.changes 
2022-01-27 17:31:24.0 +0100
@@ -1,4 +1,10 @@
 

commit yast2 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2022-01-27 23:16:44

Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and  /work/SRC/openSUSE:Factory/.yast2.new.1898 (New)


Package is "yast2"

Thu Jan 27 23:16:44 2022 rev:526 rq:949397 version:4.4.42

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2022-01-25 
17:37:04.129921632 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new.1898/yast2.changes2022-01-27 
23:17:20.306824150 +0100
@@ -1,0 +2,20 @@
+Wed Jan 26 18:27:40 UTC 2022 - Ladislav Slez??k 
+
+- Added Y2Packager::NewRepositorySetup to track new repositories
+  (related to bsc#1194453)
+- 4.4.42
+
+---
+Wed Jan 26 13:21:21 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Fix PackageAI call to PackagesProposal.GetResolvable. It prevents
+  a crash when cloning a system (bsc#1195137).
+- 4.4.41
+
+---
+Tue Jan 25 17:00:34 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.40
+
+---
@@ -4 +24 @@
-- Preload libsuseconnect.so if avaiable. On aarch64 installer/YaST
+- Preload libsuseconnect.so if available. On aarch64 installer/YaST

Old:

  yast2-4.4.39.tar.bz2

New:

  yast2-4.4.42.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.31FkTM/_old  2022-01-27 23:17:21.030819148 +0100
+++ /var/tmp/diff_new_pack.31FkTM/_new  2022-01-27 23:17:21.038819093 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:4.4.39
+Version:4.4.42
 Release:0
 
 Summary:YaST2 Main Package

++ yast2-4.4.39.tar.bz2 -> yast2-4.4.42.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.4.39/library/network/src/lib/network/susefirewall.rb 
new/yast2-4.4.42/library/network/src/lib/network/susefirewall.rb
--- old/yast2-4.4.39/library/network/src/lib/network/susefirewall.rb
2022-01-25 09:21:38.0 +0100
+++ new/yast2-4.4.42/library/network/src/lib/network/susefirewall.rb
2022-01-27 08:56:41.0 +0100
@@ -36,7 +36,7 @@
 
 Yast.import "Mode"
 Yast.import "NetworkInterfaces"
-Yast.import "PackageSystem"
+Yast.import "Package"
 Yast.import "PortRanges"
 Yast.import "Service"
 
@@ -554,10 +554,10 @@
   return true if @needed_packages_installed
 
   if Mode.normal
-@needed_packages_installed = 
PackageSystem.CheckAndInstallPackages([@FIREWALL_PACKAGE])
+@needed_packages_installed = 
Package.CheckAndInstallPackages([@FIREWALL_PACKAGE])
 log.info "CheckAndInstallPackages -> #{@needed_packages_installed}"
   else
-@needed_packages_installed = PackageSystem.Installed(@FIREWALL_PACKAGE)
+@needed_packages_installed = Package.Installed(@FIREWALL_PACKAGE)
 log.info "Installed -> #{@needed_packages_installed}"
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.4.39/library/network/src/lib/network/susefirewall2.rb 
new/yast2-4.4.42/library/network/src/lib/network/susefirewall2.rb
--- old/yast2-4.4.39/library/network/src/lib/network/susefirewall2.rb   
2022-01-25 09:21:38.0 +0100
+++ new/yast2-4.4.42/library/network/src/lib/network/susefirewall2.rb   
2022-01-27 08:56:41.0 +0100
@@ -51,7 +51,6 @@
   Yast.import "Message"
   Yast.import "Progress"
   Yast.import "PortRanges"
-  Yast.import "PackageSystem"
   Yast.import "FileUtils"
   Yast.import "Directory"
   Yast.import "Stage"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.4.39/library/network/src/lib/y2firewall/firewalld/api.rb 
new/yast2-4.4.42/library/network/src/lib/y2firewall/firewalld/api.rb
--- old/yast2-4.4.39/library/network/src/lib/y2firewall/firewalld/api.rb
2022-01-25 09:21:38.0 +0100
+++ new/yast2-4.4.42/library/network/src/lib/y2firewall/firewalld/api.rb
2022-01-27 08:56:41.0 +0100
@@ -28,7 +28,7 @@
 
 Yast.import "Stage"
 Yast.import "Service"
-Yast.import "PackageSystem"
+Yast.import "Package"
 
 module Y2Firewall
   class Firewalld
@@ -91,7 +91,7 @@
   # @return [Boolean] true if the state is running; false otherwise
   def running?
 return false if Yast::Stage.initial
-return false if !Yast::PackageSystem.Installed(PACKAGE)
+return false if !Yast::Package.Installed(PACKAGE)
 
 state == "running"
   end
diff -urN '--

commit yast2-nis-client for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2022-01-27 23:16:44

Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-nis-client.new.1898 (New)


Package is "yast2-nis-client"

Thu Jan 27 23:16:44 2022 rev:79 rq:949419 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes
2021-04-23 17:50:33.342786961 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-nis-client.new.1898/yast2-nis-client.changes  
2022-01-27 23:17:22.218810941 +0100
@@ -1,0 +2,6 @@
+Thu Jan 27 10:31:30 UTC 2022 - Ladislav Slez??k 
+
+- Fixed testsuite failure during RPM build (bsc#1195194)
+- 4.4.2
+
+---

Old:

  yast2-nis-client-4.4.1.tar.bz2

New:

  yast2-nis-client-4.4.2.tar.bz2



Other differences:
--
++ yast2-nis-client.spec ++
--- /var/tmp/diff_new_pack.l6KXzB/_old  2022-01-27 23:17:22.746807293 +0100
+++ /var/tmp/diff_new_pack.l6KXzB/_new  2022-01-27 23:17:22.750807265 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-client
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nis-client
-Version:4.4.1
+Version:4.4.2
 Release:0
 Summary:YaST2 - Network Information Services (NIS, YP) Configuration
 License:GPL-2.0-only

++ yast2-nis-client-4.4.1.tar.bz2 -> yast2-nis-client-4.4.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.4.1/.github/workflows/ci.yml 
new/yast2-nis-client-4.4.2/.github/workflows/ci.yml
--- old/yast2-nis-client-4.4.1/.github/workflows/ci.yml 2021-04-21 
09:11:38.0 +0200
+++ new/yast2-nis-client-4.4.2/.github/workflows/ci.yml 2022-01-27 
11:54:39.0 +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 }}
 
   Rubocop:
 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:
 
@@ -41,7 +57,14 @@
 
   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:
 
@@ -63,7 +86,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-nis-client-4.4.1/package/yast2-nis-client.changes 
new/yast2-nis-client-4.4.2/package/yast2-nis-client.changes
--- old/yast2-nis-client-4.4.1/package/yast2-nis-client.changes 2021-04-21 
09:11:38.0 +0200
+++ new/yast2-nis-client-4.4.2/package/yast2-nis-client.changes 2022-01-27 
11:54:39.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 27 10:31:30 UTC 2022 - Ladislav Slez??k 
+
+- Fixed testsuite failure during RPM build (bsc#1195194)
+- 4.4.2
+
+---
 Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller 
 
 - stop packaging docdir, it only contained the license which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=

commit libstorage-ng for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2022-01-27 23:16:43

Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.libstorage-ng.new.1898 (New)


Package is "libstorage-ng"

Thu Jan 27 23:16:43 2022 rev:148 rq:949295 version:4.4.77

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2022-01-25 17:36:41.402078167 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1898/libstorage-ng.changes
2022-01-27 23:17:17.798841477 +0100
@@ -1,0 +2,6 @@
+Wed Jan 26 12:35:49 UTC 2022 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Portuguese (Brazil)) (bsc#1149754)
+- 4.4.77
+
+

Old:

  libstorage-ng-4.4.76.tar.xz

New:

  libstorage-ng-4.4.77.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.XKjjz2/_old  2022-01-27 23:17:18.454836945 +0100
+++ /var/tmp/diff_new_pack.XKjjz2/_new  2022-01-27 23:17:18.458836917 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:4.4.76
+Version:4.4.77
 Release:0
 Summary:Library for storage management
 License:GPL-2.0-only

++ libstorage-ng-4.4.76.tar.xz -> libstorage-ng-4.4.77.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.4.76/VERSION 
new/libstorage-ng-4.4.77/VERSION
--- old/libstorage-ng-4.4.76/VERSION2022-01-21 09:43:56.0 +0100
+++ new/libstorage-ng-4.4.77/VERSION2022-01-26 16:12:17.0 +0100
@@ -1 +1 @@
-4.4.76
+4.4.77
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.4.76/po/pt_BR.po 
new/libstorage-ng-4.4.77/po/pt_BR.po
--- old/libstorage-ng-4.4.76/po/pt_BR.po2022-01-21 09:43:56.0 
+0100
+++ new/libstorage-ng-4.4.77/po/pt_BR.po2022-01-26 16:12:17.0 
+0100
@@ -12,8 +12,8 @@
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2021-12-20 12:10+0100\n"
-"PO-Revision-Date: 2022-01-09 18:12+\n"
-"Last-Translator: Rodrigo Macedo \n"
+"PO-Revision-Date: 2022-01-26 15:12+\n"
+"Last-Translator: Luiz Fernando Ranghetti \n"
 "Language-Team: Portuguese (Brazil) \n"
 "Language: pt_BR\n"
@@ -1678,24 +1678,26 @@
 #. TRANSLATORS: Error message displayed during probing,
 #. %1$s is replaced by the partition table type (e.g. GPT),
 #. %2$s is replaced by the device name (e.g. /dev/sda)
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Detected a LUKS device next to a partition table of type %1$s on the\n"
 "device %2$s. The LUKS device will be ignored."
 msgstr ""
-"Detectou um dispositivo LUKS ao lado de uma tabela de parties no\n"
-"dispositivo %1$s. O dispositivo LUKS ser?? ignorado."
+"Detectou um dispositivo LUKS ao lado de uma tabela de parties do\n"
+"tipo %1$s no dispositivo %2$s. O dispositivo LUKS ser?? ignorado."
 
 #. TRANSLATORS: Error message displayed during probing,
 #. %1$s is replaced by the partition table type (e.g. GPT),
 #. %2$s is replaced by the device name (e.g. /dev/sda)
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Detected a LVM logical volume next to a partition table of type %1$s on the\n"
 "device %2$s. The LVM logical volume will be ignored as good as possible."
 msgstr ""
-"Detectou um volume l??gico LVM ao lado de uma tabela de parties no\n"
-"dispositivo %1$s. O volume l??gico do LVM ser?? ignorado."
+"Detectou um volume l??gico LVM ao lado de uma tabela de parties do tipo 
%1$"
+"s no\n"
+"dispositivo %2$s. O volume l??gico do LVM ser?? ignorado da melhor forma "
+"poss??vel."
 
 #. TRANSLATORS: Error message displayed during probing,
 #. %1$s is replaced by the filesystem type (e.g. minix),
@@ -2814,9 +2816,9 @@
 #. TRANSLATORS: displayed before action,
 #. %1$s is replaced by partition name (e.g. /dev/sda1),
 #. %2$s is replaced by partition label (e.g. ROOT),
-#, fuzzy, c-format
+#, c-format
 msgid "Set label of partition %1$s to %2$s"
-msgstr "Definir ID da partio %1$s como %2$s"
+msgstr "Definir r??tulo da partio %1$s como %2$s"
 
 #. TRANSLATORS: displayed before action,
 #. %1$s is replaced by partition name (e.g. /dev/sda1)
@@ -2927,9 +2929,9 @@
 #. TRANSLATORS: displayed during action,
 #. %1$s is replaced by partition name (e.g. /dev/sda1),
 #. %2$s is replaced by partition label (e.g. ROOT),
-#, fuzzy, c-format
+#, c-format
 msgid "Setting label of partition %1$s to %2$s"
-msgstr "Definindo ID da p

commit yast2-security for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2022-01-27 23:16:43

Comparing /work/SRC/openSUSE:Factory/yast2-security (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-security.new.1898 (New)


Package is "yast2-security"

Thu Jan 27 23:16:43 2022 rev:112 rq:949355 version:4.4.10

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2022-01-25 17:36:56.281975684 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-security.new.1898/yast2-security.changes  
2022-01-27 23:17:19.198831805 +0100
@@ -1,0 +2,14 @@
+Wed Jan 26 14:01:57 UTC 2022 - Knut Alejandro Anderssen Gonz??lez 

+
+Related to jsc#SLE-22069:
+  - AutoYaST LSM: only allow to select the desired LSM and the
+SELinux mode.
+- 4.4.10
+
+---
+Tue Jan 25 15:43:01 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.9
+
+---

Old:

  yast2-security-4.4.8.tar.bz2

New:

  yast2-security-4.4.10.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.vD54bG/_old  2022-01-27 23:17:19.746828019 +0100
+++ /var/tmp/diff_new_pack.vD54bG/_new  2022-01-27 23:17:19.750827991 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:4.4.8
+Version:4.4.10
 Release:0
 Summary:YaST2 - Security Configuration
 License:GPL-2.0-only
@@ -37,8 +37,8 @@
 BuildRequires:  yast2-bootloader
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5
-# CFA::SysctlConfig
-BuildRequires:  yast2 >= 4.2.66
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 # CFA::Selinux
 BuildRequires:  augeas-lenses
 # Y2Storage::StorageManager
@@ -52,8 +52,8 @@
 
 # new Pam.ycp API
 Requires:   yast2-pam >= 2.14.0
-# CFA::SysctlConfig
-Requires:   yast2 >= 4.2.66
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-ruby-bindings >= 1.0.0
 # Pam.List
 Requires:   yast2-pam >= 4.3.1

++ yast2-security-4.4.8.tar.bz2 -> yast2-security-4.4.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.4.8/package/yast2-security.changes 
new/yast2-security-4.4.10/package/yast2-security.changes
--- old/yast2-security-4.4.8/package/yast2-security.changes 2022-01-24 
11:04:13.0 +0100
+++ new/yast2-security-4.4.10/package/yast2-security.changes2022-01-27 
00:12:16.0 +0100
@@ -1,4 +1,18 @@
 ---
+Wed Jan 26 14:01:57 UTC 2022 - Knut Alejandro Anderssen Gonz??lez 

+
+Related to jsc#SLE-22069:
+  - AutoYaST LSM: only allow to select the desired LSM and the
+SELinux mode.
+- 4.4.10
+
+---
+Tue Jan 25 15:43:01 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.9
+
+---
 Mon Jan 24 09:45:55 UTC 2022 - Knut Anderssen 
 
 - Related to jsc#SLE-22069:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.4.8/package/yast2-security.spec 
new/yast2-security-4.4.10/package/yast2-security.spec
--- old/yast2-security-4.4.8/package/yast2-security.spec2022-01-24 
11:04:13.0 +0100
+++ new/yast2-security-4.4.10/package/yast2-security.spec   2022-01-27 
00:12:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:4.4.8
+Version:4.4.10
 Release:0
 Group:  System/YaST
 License:GPL-2.0-only
@@ -37,8 +37,8 @@
 BuildRequires:  yast2-bootloader
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
-# CFA::SysctlConfig
-BuildRequires:  yast2 >= 4.2.66
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 # CFA::Selinux
 BuildRequires:  augeas-lenses
 # Y2Storage::StorageManager
@@ -52,8 +52,8 @@
 
 # new Pam.ycp API
 Requires:   yast2-pam >= 2.14.0
-# CFA::SysctlConfig
-Requires:   yast2 >= 4.2.66
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-ruby-bindings >= 1.0.0
 # Pam.List
 Requires:   yast2-pam >= 4.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.4.8/src/autoyast-rnc/se

commit yast2-packager for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2022-01-27 23:16:41

Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-packager.new.1898 (New)


Package is "yast2-packager"

Thu Jan 27 23:16:41 2022 rev:420 rq:949185 version:4.4.21

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2022-01-21 01:25:16.158649244 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new.1898/yast2-packager.changes  
2022-01-27 23:17:14.898861513 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 13:48:20 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.21
+
+---

Old:

  yast2-packager-4.4.20.tar.bz2

New:

  yast2-packager-4.4.21.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.vP9bUQ/_old  2022-01-27 23:17:15.634856428 +0100
+++ /var/tmp/diff_new_pack.vP9bUQ/_new  2022-01-27 23:17:15.638856400 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.4.20
+Version:4.4.21
 Release:0
 Summary:YaST2 - Package Library
 License:GPL-2.0-or-later
@@ -36,8 +36,8 @@
 BuildRequires:  yast2-storage-ng >= 4.0.141
 # break the yast2-packager -> yast2-storage-ng -> yast2-packager build cycle
 #!BuildIgnore: yast2-packager
-# Product#register_target
-BuildRequires:  yast2 >= 4.4.25
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 # raw_name
 BuildRequires:  yast2-pkg-bindings >= 4.2.8
 # yast/rspec/helpers.rb
@@ -50,8 +50,8 @@
 Requires:   yast2-country-data >= 2.16.3
 # raw_name
 Requires:   yast2-pkg-bindings >= 4.2.8
-# Product#register_target
-Requires:   yast2 >= 4.4.25
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 # unzipping license file
 Requires:   unzip
 # HTTP, FTP, HTTPS modules (inst_productsources.ycp)

++ yast2-packager-4.4.20.tar.bz2 -> yast2-packager-4.4.21.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.4.20/package/yast2-packager.changes 
new/yast2-packager-4.4.21/package/yast2-packager.changes
--- old/yast2-packager-4.4.20/package/yast2-packager.changes2022-01-19 
09:48:25.0 +0100
+++ new/yast2-packager-4.4.21/package/yast2-packager.changes2022-01-26 
08:47:13.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 25 13:48:20 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.21
+
+---
 Tue Jan 18 15:46:09 UTC 2022 - Ladislav Slez??k 
 
 - Enabled RSpec verifying doubles (bsc#1194784)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.4.20/package/yast2-packager.spec 
new/yast2-packager-4.4.21/package/yast2-packager.spec
--- old/yast2-packager-4.4.20/package/yast2-packager.spec   2022-01-19 
09:48:25.0 +0100
+++ new/yast2-packager-4.4.21/package/yast2-packager.spec   2022-01-26 
08:47:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.4.20
+Version:4.4.21
 Release:0
 Summary:YaST2 - Package Library
 License:GPL-2.0-or-later
@@ -36,8 +36,8 @@
 BuildRequires:  yast2-storage-ng >= 4.0.141
 # break the yast2-packager -> yast2-storage-ng -> yast2-packager build cycle
 #!BuildIgnore: yast2-packager
-# Product#register_target
-BuildRequires:  yast2 >= 4.4.25
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 # raw_name
 BuildRequires:  yast2-pkg-bindings >= 4.2.8
 # yast/rspec/helpers.rb
@@ -50,8 +50,8 @@
 Requires:   yast2-country-data >= 2.16.3
 # raw_name
 Requires:   yast2-pkg-bindings >= 4.2.8
-# Product#register_target
-Requires:   yast2 >= 4.4.25
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 # unzipping license file
 Requires:   unzip
 # HTTP, FTP, HTTPS modules (inst_productsources.ycp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.4.20/src/clients/sw_single.rb 
new/yast2-packager-4.4.21/src/clients/sw_single.rb
--- old/yast2-packager-4.4.20/src/clients/sw_single.rb  2022-01-19 
09:48:25.0 +0100
+++ new/yast2-packager-4.4.21/src/clients/sw_single.rb  2022-01-26 
08:47:13.0 +0100
@@ -35,7 +35,7 @@
   Yast.import "Wizard"
   Yast.import "Popup"
   Yast.import "GetIns

commit yast2-ntp-client for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2022-01-27 23:16:42

Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ntp-client.new.1898 (New)


Package is "yast2-ntp-client"

Thu Jan 27 23:16:42 2022 rev:128 rq:949186 version:4.4.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2022-01-25 17:36:45.678048717 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-ntp-client.new.1898/yast2-ntp-client.changes  
2022-01-27 23:17:16.798848386 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 15:29:37 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.3
+
+---

Old:

  yast2-ntp-client-4.4.2.tar.bz2

New:

  yast2-ntp-client-4.4.3.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.4GtnVI/_old  2022-01-27 23:17:17.418844102 +0100
+++ /var/tmp/diff_new_pack.4GtnVI/_new  2022-01-27 23:17:17.426844047 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ntp-client
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0-or-later
@@ -31,8 +31,8 @@
 # need as it own /usr/lib/systemd and for systemd macros
 BuildRequires:  systemd-rpm-macros
 %{?systemd_requires}
-# cwm/popup
-BuildRequires:  yast2 >= 4.1.15
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  yast2-country
 BuildRequires:  yast2-country-data
 BuildRequires:  yast2-devtools >= 4.2.2
@@ -46,8 +46,8 @@
 
 # proper acting TargetFile when scr is switched
 Requires:   augeas-lenses
-# cwm/popup
-Requires:   yast2 >= 4.1.15
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-country-data
 # needed for network/config agent
 # Y2Network::NtpServer

++ yast2-ntp-client-4.4.2.tar.bz2 -> yast2-ntp-client-4.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-4.4.2/package/yast2-ntp-client.changes 
new/yast2-ntp-client-4.4.3/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-4.4.2/package/yast2-ntp-client.changes 2022-01-21 
13:29:16.0 +0100
+++ new/yast2-ntp-client-4.4.3/package/yast2-ntp-client.changes 2022-01-26 
08:47:57.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 25 15:29:37 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.3
+
+---
 Fri Jan 21 11:55:46 UTC 2022 - Ladislav Slez??k 
 
 - Unify YaST module mocking in unit tests (related to bsc#1194784)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-4.4.2/package/yast2-ntp-client.spec 
new/yast2-ntp-client-4.4.3/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-4.4.2/package/yast2-ntp-client.spec2022-01-21 
13:29:16.0 +0100
+++ new/yast2-ntp-client-4.4.3/package/yast2-ntp-client.spec2022-01-26 
08:47:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ntp-client
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0-or-later
@@ -31,8 +31,8 @@
 # need as it own /usr/lib/systemd and for systemd macros
 BuildRequires: systemd-rpm-macros
 %{?systemd_requires}
-# cwm/popup
-BuildRequires:  yast2 >= 4.1.15
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  yast2-country
 BuildRequires:  yast2-country-data
 BuildRequires:  yast2-devtools >= 4.2.2
@@ -46,8 +46,8 @@
 
 # proper acting TargetFile when scr is switched
 Requires:   augeas-lenses
-# cwm/popup
-Requires:   yast2 >= 4.1.15
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-country-data
 # needed for network/config agent
 # Y2Network::NtpServer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-4.4.2/src/clients/ntp-client_proposal.rb 
new/yast2-ntp-client-4.4.3/src/clients/ntp-client_proposal.rb
--- old/yast2-ntp-client-4.4.2/src/clients/ntp-client_proposal.rb   
2022-01-21 13:29:16.0 +0100
+++ new/yast2-ntp-client-4.4.3/src/clients/ntp-client_proposal.rb   
2022-01-26 08:47:57.0 +0100
@@ -16,7 +16,7 @@
   Yast.import "Service"
   Yast.import "String"
   Yast.import "Stage"
-  

commit yast2-network for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2022-01-27 23:16:41

Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-network.new.1898 (New)


Package is "yast2-network"

Thu Jan 27 23:16:41 2022 rev:469 rq:949184 version:4.4.34

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2022-01-25 17:36:47.666035024 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new.1898/yast2-network.changes
2022-01-27 23:17:13.198873258 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 15:38:09 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.34
+
+---

Old:

  yast2-network-4.4.33.tar.bz2

New:

  yast2-network-4.4.34.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.xwbswc/_old  2022-01-27 23:17:13.982867840 +0100
+++ /var/tmp/diff_new_pack.xwbswc/_new  2022-01-27 23:17:13.986867814 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.4.33
+Version:4.4.34
 Release:0
 Summary:YaST2 - Network Configuration
 License:GPL-2.0-only
@@ -33,8 +33,8 @@
 #for install task
 BuildRequires:  yast2-storage-ng
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
-# Updated API for Y2Issues
-BuildRequires:  yast2 >= 4.4.14
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 
 BuildRequires:  yast2-packager >= 4.0.18
 # Product control need xml agent
@@ -51,8 +51,8 @@
 Requires:   sysconfig >= 0.80.0
 Requires:   yast2-proxy
 Requires:   yast2-storage-ng
-# Updated API for Y2Issues
-Requires:   yast2 >= 4.4.14
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 # Packages::vnc_packages
 Requires:   augeas-lenses
 Requires:   yast2-packager >= 4.0.18

++ yast2-network-4.4.33.tar.bz2 -> yast2-network-4.4.34.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.4.33/package/yast2-network.changes 
new/yast2-network-4.4.34/package/yast2-network.changes
--- old/yast2-network-4.4.33/package/yast2-network.changes  2022-01-21 
15:26:17.0 +0100
+++ new/yast2-network-4.4.34/package/yast2-network.changes  2022-01-26 
08:45:11.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 25 15:38:09 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.34
+
+---
 Fri Jan 21 12:35:43 UTC 2022 - Ladislav Slez??k 
 
 - Unify YaST module mocking in unit tests (related to bsc#1194784)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.4.33/package/yast2-network.spec 
new/yast2-network-4.4.34/package/yast2-network.spec
--- old/yast2-network-4.4.33/package/yast2-network.spec 2022-01-21 
15:26:17.0 +0100
+++ new/yast2-network-4.4.34/package/yast2-network.spec 2022-01-26 
08:45:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.4.33
+Version:4.4.34
 Release:0
 Summary:YaST2 - Network Configuration
 License:GPL-2.0-only
@@ -33,8 +33,8 @@
 #for install task
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 BuildRequires:  yast2-storage-ng
-# Updated API for Y2Issues
-BuildRequires:  yast2 >= 4.4.14
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 
 BuildRequires:  yast2-packager >= 4.0.18
 # Product control need xml agent
@@ -51,8 +51,8 @@
 Requires:   sysconfig >= 0.80.0
 Requires:   yast2-proxy
 Requires:   yast2-storage-ng
-# Updated API for Y2Issues
-Requires:   yast2 >= 4.4.14
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 # Packages::vnc_packages
 Requires:   yast2-packager >= 4.0.18
 Requires:   rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-4.4.33/src/lib/network/network_autoconfiguration.rb 
new/yast2-network-4.4.34/src/lib/network/network_autoconfiguration.rb
--- old/yast2-network-4.4.33/src/lib/network/network_autoconfiguration.rb   
2022-01-21 15:26:17.0 +0100
+++ new/yast2-network-4.4.34/src/lib/network/network_autoconfiguration.rb   
2022-01-26 08:45:11.0 +0100
@@ -104,9 +104,9 @@
   # S390 has special requirements. See bnc#817943
   return false if Arc

commit yast2-nfs-client for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2022-01-27 23:16:40

Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-nfs-client.new.1898 (New)


Package is "yast2-nfs-client"

Thu Jan 27 23:16:40 2022 rev:91 rq:949176 version:4.4.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2021-12-16 21:18:55.706512475 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-nfs-client.new.1898/yast2-nfs-client.changes  
2022-01-27 23:17:12.206880111 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 15:10:07 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.3
+
+---

Old:

  yast2-nfs-client-4.4.2.tar.bz2

New:

  yast2-nfs-client-4.4.3.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.F5kn3S/_old  2022-01-27 23:17:12.690876767 +0100
+++ /var/tmp/diff_new_pack.F5kn3S/_new  2022-01-27 23:17:12.698876712 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nfs-client
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:4.4.2
+Version:4.4.3
 Release:0
 URL:https://github.com/yast/yast-nfs-client
 Summary:YaST2 - NFS Configuration
@@ -30,8 +30,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-testsuite
-# Yast::Execute.locally
-BuildRequires:  yast2 >= 4.1.42
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 #for install task
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
@@ -46,8 +46,8 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake-ci)
 %endif
 
-# Yast::Execute.locally
-BuildRequires:  yast2 >= 4.1.42
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 #idmapd_conf agent
 Requires:   yast2-nfs-common >= 2.24.0
 # showmount, #150382, #286300

++ yast2-nfs-client-4.4.2.tar.bz2 -> yast2-nfs-client-4.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-4.4.2/.github/workflows/ci.yml 
new/yast2-nfs-client-4.4.3/.github/workflows/ci.yml
--- old/yast2-nfs-client-4.4.2/.github/workflows/ci.yml 2021-12-14 
10:11:17.0 +0100
+++ new/yast2-nfs-client-4.4.3/.github/workflows/ci.yml 2022-01-26 
08:44:55.0 +0100
@@ -8,8 +8,14 @@
 jobs:
   Tests:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro:  [ "tumbleweed", "leap_latest" ]
+
 container:
-  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+  image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
 
@@ -28,14 +34,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 }}
 
   Rubocop:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro: [ "leap_latest" ]
+
 container:
-  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+  image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
 
@@ -47,8 +61,14 @@
 
   Package:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro:  [ "tumbleweed", "leap_latest" ]
+
 container:
-  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+  image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
 
@@ -62,8 +82,14 @@
   # checks into one job avoids that overhead
   Checks:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro: [ "leap_latest" ]
+
 container:
-  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+  image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-4.4.2/package/yast2-nfs-client.changes 
new/yast2-n

commit yast2-storage-ng for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2022-01-27 23:16:39

Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1898 (New)


Package is "yast2-storage-ng"

Thu Jan 27 23:16:39 2022 rev:119 rq:949166 version:4.4.34

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2022-01-25 17:36:48.894026567 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1898/yast2-storage-ng.changes  
2022-01-27 23:17:08.270907304 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 12:30:14 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.34
+
+---

Old:

  yast2-storage-ng-4.4.33.tar.bz2

New:

  yast2-storage-ng-4.4.34.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.3CSmd7/_old  2022-01-27 23:17:08.930902744 +0100
+++ /var/tmp/diff_new_pack.3CSmd7/_new  2022-01-27 23:17:08.930902744 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.4.33
+Version:4.4.34
 Release:0
 Summary:YaST2 - Storage Configuration
 License:GPL-2.0-only OR GPL-3.0-only
@@ -29,8 +29,8 @@
 # New Md size calculation
 BuildRequires:  libstorage-ng-ruby >= 4.4.76
 BuildRequires:  update-desktop-files
-# Yast::Kernel.propose_hibernation?
-BuildRequires:  yast2 >= 4.3.41
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  yast2-devtools >= 4.2.2
 # yast/rspec/helpers.rb
 BuildRequires:  yast2-ruby-bindings >= 4.4.7
@@ -50,8 +50,8 @@
 Requires:   findutils
 # New Md size calculation
 Requires:   libstorage-ng-ruby >= 4.4.76
-# Yast::Kernel.propose_hibernation?
-Requires:   yast2 >= 4.3.41
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 # Y2Packager::Repository
 Requires:   yast2-packager >= 3.3.7
 # for AbortException and handle direct abort

++ yast2-storage-ng-4.4.33.tar.bz2 -> yast2-storage-ng-4.4.34.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.4.33/package/yast2-storage-ng.changes 
new/yast2-storage-ng-4.4.34/package/yast2-storage-ng.changes
--- old/yast2-storage-ng-4.4.33/package/yast2-storage-ng.changes
2022-01-21 16:48:18.0 +0100
+++ new/yast2-storage-ng-4.4.34/package/yast2-storage-ng.changes
2022-01-26 07:54:58.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 25 12:30:14 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.34
+
+---
 Fri Jan 21 15:33:45 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
 
 - Fix tests according to new Md size reported by libstorage-ng
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.4.33/package/yast2-storage-ng.spec 
new/yast2-storage-ng-4.4.34/package/yast2-storage-ng.spec
--- old/yast2-storage-ng-4.4.33/package/yast2-storage-ng.spec   2022-01-21 
16:48:18.0 +0100
+++ new/yast2-storage-ng-4.4.34/package/yast2-storage-ng.spec   2022-01-26 
07:54:58.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-storage-ng
-Version:4.4.33
+Version:4.4.34
 Release:0
 Summary:YaST2 - Storage Configuration
 License:GPL-2.0-only OR GPL-3.0-only
@@ -28,8 +28,8 @@
 # New Md size calculation
 BuildRequires: libstorage-ng-ruby >= 4.4.76
 BuildRequires:  update-desktop-files
-# Yast::Kernel.propose_hibernation?
-BuildRequires:  yast2 >= 4.3.41
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  yast2-devtools >= 4.2.2
 # yast/rspec/helpers.rb
 BuildRequires:  yast2-ruby-bindings >= 4.4.7
@@ -49,8 +49,8 @@
 Requires:   findutils
 # New Md size calculation
 Requires:   libstorage-ng-ruby >= 4.4.76
-# Yast::Kernel.propose_hibernation?
-Requires:   yast2 >= 4.3.41
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 # Y2Packager::Repository
 Requires:   yast2-packager >= 3.3.7
 # for AbortException and handle direct abort
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.4.33/src/lib/y2partitioner/actions/configure_actions.rb 
new/yast2-storage-ng-4.4.34/src/lib/y2partitioner/actions/configure_actions.rb
--- 
old/yast2-storage-ng-4.4.33/src/lib/y2partitioner/actions/c

commit autoyast2 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2022-01-27 23:16:40

Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and  /work/SRC/openSUSE:Factory/.autoyast2.new.1898 (New)


Package is "autoyast2"

Thu Jan 27 23:16:40 2022 rev:315 rq:949169 version:4.4.28

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2022-01-25 
17:36:55.081983948 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.1898/autoyast2.changes
2022-01-27 23:17:10.538891634 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 16:11:43 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.28
+
+---

Old:

  autoyast2-4.4.27.tar.bz2

New:

  autoyast2-4.4.28.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.AzNLWu/_old  2022-01-27 23:17:11.234886826 +0100
+++ /var/tmp/diff_new_pack.AzNLWu/_new  2022-01-27 23:17:11.238886798 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.4.27
+Version:4.4.28
 Release:0
 Summary:YaST2 - Automated Installation
 License:GPL-2.0-only
@@ -41,8 +41,8 @@
 # xsltproc for AutoinstClass
 BuildRequires:  libxslt
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
-# PackageProposal API to taboo resolvables
-BuildRequires:  yast2 >= 4.4.37
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 # FileSystems.read_default_subvol_from_target
 BuildRequires:  yast2-services-manager
 BuildRequires:  yast2-transfer
@@ -67,8 +67,8 @@
 
 Requires:   autoyast2-installation = %{version}
 Requires:   libxslt
-# PackageProposal API to taboo resolvables
-Requires:   yast2 >= 4.4.37
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-core
 Requires:   yast2-country >= 3.1.13
 # Moving security module to first installation stage

++ autoyast2-4.4.27.tar.bz2 -> autoyast2-4.4.28.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.27/package/autoyast2.changes 
new/autoyast2-4.4.28/package/autoyast2.changes
--- old/autoyast2-4.4.27/package/autoyast2.changes  2022-01-24 
10:04:04.0 +0100
+++ new/autoyast2-4.4.28/package/autoyast2.changes  2022-01-26 
08:03:35.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 25 16:11:43 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.28
+
+---
 Fri Jan 21 12:07:59 UTC 2022 - Imobach Gonzalez Sosa 
 
 - Replace references to PackageAI module with proper calls to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.27/package/autoyast2.spec 
new/autoyast2-4.4.28/package/autoyast2.spec
--- old/autoyast2-4.4.27/package/autoyast2.spec 2022-01-24 10:04:04.0 
+0100
+++ new/autoyast2-4.4.28/package/autoyast2.spec 2022-01-26 08:03:35.0 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.4.27
+Version:4.4.28
 Release:0
 Summary:YaST2 - Automated Installation
 License:GPL-2.0-only
@@ -41,8 +41,8 @@
 # xsltproc for AutoinstClass
 BuildRequires:  libxslt
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
-# PackageProposal API to taboo resolvables
-BuildRequires:  yast2 >= 4.4.37
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 # FileSystems.read_default_subvol_from_target
 BuildRequires:  yast2-xml
 BuildRequires:  yast2-transfer
@@ -67,8 +67,8 @@
 
 Requires:   autoyast2-installation = %{version}
 Requires:   libxslt
-# PackageProposal API to taboo resolvables
-Requires:   yast2 >= 4.4.37
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-core
 Requires:   yast2-country >= 3.1.13
 # Moving security module to first installation stage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.27/src/clients/inst_autopost.rb 
new/autoyast2-4.4.28/src/clients/inst_autopost.rb
--- old/autoyast2-4.4.27/src/clients/inst_autopost.rb   2022-01-24 
10:04:04.0 +0100
+++ new/autoyast2-4.4.28/src/clients/inst_autopost.rb   2022-01-26 
08:03:35.0 +0100
@@ -24,7 +24,7 @@
   Yast.import "AutoinstScripts"
   Yast.import "Report"
   Yast.import "Progress"
-  Yast.import "PackageSystem"
+  Yast.import "Package"
   Yast

commit yast2-bootloader for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2022-01-27 23:16:38

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new.1898 (New)


Package is "yast2-bootloader"

Thu Jan 27 23:16:38 2022 rev:319 rq:949164 version:4.4.15

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2022-01-25 17:36:43.706062299 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-bootloader.new.1898/yast2-bootloader.changes  
2022-01-27 23:17:06.994916119 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 13:11:58 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.15
+
+---

Old:

  yast2-bootloader-4.4.14.tar.bz2

New:

  yast2-bootloader-4.4.15.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.ElltIq/_old  2022-01-27 23:17:07.646911615 +0100
+++ /var/tmp/diff_new_pack.ElltIq/_new  2022-01-27 23:17:07.654911560 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.4.14
+Version:4.4.15
 Release:0
 Summary:YaST2 - Bootloader Configuration
 License:GPL-2.0-or-later
@@ -25,7 +25,8 @@
 URL:https://github.com/yast/yast-bootloader
 Source0:%{name}-%{version}.tar.bz2
 
-BuildRequires:  yast2 >= 4.3.41
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  yast2-devtools >= 4.2.2
 # yast/rspec/helpers.rb
 BuildRequires:  yast2-ruby-bindings >= 4.4.7
@@ -41,8 +42,8 @@
 PreReq: /bin/sed %fillup_prereq
 # Base classes for inst clients
 Requires:   parted
-# Kernel.propose_hibernation?
-Requires:   yast2 >= 4.3.41
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-core >= 2.18.7
 Requires:   yast2-packager >= 2.17.24
 Requires:   yast2-pkg-bindings >= 2.17.25

++ yast2-bootloader-4.4.14.tar.bz2 -> yast2-bootloader-4.4.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.4.14/package/yast2-bootloader.changes 
new/yast2-bootloader-4.4.15/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.4.14/package/yast2-bootloader.changes
2022-01-21 10:18:14.0 +0100
+++ new/yast2-bootloader-4.4.15/package/yast2-bootloader.changes
2022-01-26 07:52:53.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 25 13:11:58 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.15
+
+---
 Fri Jan 21 06:46:11 UTC 2022 - Ladislav Slez??k 
 
 - Unify YaST module mocking in unit tests (related to bsc#1194784)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.4.14/package/yast2-bootloader.spec 
new/yast2-bootloader-4.4.15/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.4.14/package/yast2-bootloader.spec   2022-01-21 
10:18:14.0 +0100
+++ new/yast2-bootloader-4.4.15/package/yast2-bootloader.spec   2022-01-26 
07:52:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.4.14
+Version:4.4.15
 Release:0
 Summary:YaST2 - Bootloader Configuration
 License:GPL-2.0-or-later
@@ -25,7 +25,8 @@
 URL:https://github.com/yast/yast-bootloader
 Source0:%{name}-%{version}.tar.bz2
 
-BuildRequires:  yast2 >= 4.3.41
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  yast2-devtools >= 4.2.2
 # yast/rspec/helpers.rb
 BuildRequires:  yast2-ruby-bindings >= 4.4.7
@@ -41,8 +42,8 @@
 PreReq: /bin/sed %fillup_prereq
 # Base classes for inst clients
 Requires:   parted
-# Kernel.propose_hibernation?
-Requires:   yast2 >= 4.3.41
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-core >= 2.18.7
 Requires:   yast2-packager >= 2.17.24
 Requires:   yast2-pkg-bindings >= 2.17.25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.4.14/src/lib/bootloader/bootloader_base.rb 
new/yast2-bootloader-4.4.15/src/lib/bootloader/bootloader_base.rb
--- old/yast2-bootloader-4.4.14/src/lib/bootloader/bootloader_base.rb   
2022-01-21 10:18:14.0 +0100
+++ new/yast2-bootloader-4.4.15/src/lib/bootloader/bootloader_base.rb   
2022-01-26

commit yast2-firewall for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2022-01-27 23:16:37

Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firewall.new.1898 (New)


Package is "yast2-firewall"

Thu Jan 27 23:16:37 2022 rev:94 rq:949096 version:4.4.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2022-01-25 17:36:44.750055108 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new.1898/yast2-firewall.changes  
2022-01-27 23:17:05.306927781 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 12:21:12 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.3
+
+---

Old:

  yast2-firewall-4.4.2.tar.bz2

New:

  yast2-firewall-4.4.3.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.DmdeSV/_old  2022-01-27 23:17:05.802924355 +0100
+++ /var/tmp/diff_new_pack.DmdeSV/_new  2022-01-27 23:17:05.810924299 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:YaST2 - Firewall Configuration
 License:GPL-2.0-only
@@ -30,13 +30,13 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-testsuite
-# CWM::AbstractWidget#displayed?
-BuildRequires:  yast2 >= 4.3.60
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 
-# CWM::AbstractWidget#displayed?
-Requires:   yast2 >= 4.3.60
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 # ButtonBox widget

++ yast2-firewall-4.4.2.tar.bz2 -> yast2-firewall-4.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.4.2/package/yast2-firewall.changes 
new/yast2-firewall-4.4.3/package/yast2-firewall.changes
--- old/yast2-firewall-4.4.2/package/yast2-firewall.changes 2022-01-21 
10:19:28.0 +0100
+++ new/yast2-firewall-4.4.3/package/yast2-firewall.changes 2022-01-25 
17:39:30.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 25 12:21:12 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.3
+
+---
 Fri Jan 21 07:37:21 UTC 2022 - Ladislav Slez??k 
 
 - Unify YaST module mocking in unit tests (related to bsc#1194784)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.4.2/package/yast2-firewall.spec 
new/yast2-firewall-4.4.3/package/yast2-firewall.spec
--- old/yast2-firewall-4.4.2/package/yast2-firewall.spec2022-01-21 
10:19:28.0 +0100
+++ new/yast2-firewall-4.4.3/package/yast2-firewall.spec2022-01-25 
17:39:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:YaST2 - Firewall Configuration
 Group:  System/YaST
@@ -28,13 +28,13 @@
 
 BuildRequires:  perl-XML-Writer update-desktop-files yast2-testsuite
 BuildRequires:  yast2-devtools >= 4.2.2
-# CWM::AbstractWidget#displayed?
-BuildRequires:  yast2 >= 4.3.60
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 
-# CWM::AbstractWidget#displayed?
-Requires:   yast2 >= 4.3.60
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 # ButtonBox widget
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firewall-4.4.2/src/lib/y2firewall/clients/firewall.rb 
new/yast2-firewall-4.4.3/src/lib/y2firewall/clients/firewall.rb
--- old/yast2-firewall-4.4.2/src/lib/y2firewall/clients/firewall.rb 
2022-01-21 10:19:28.0 +0100
+++ new/yast2-firewall-4.4.3/src/lib/y2firewall/clients/firewall.rb 
2022-01-25 17:39:30.0 +0100
@@ -24,7 +24,7 @@
 
 Yast.import "UI"
 Yast.import "Popup"
-Yast.import "PackageSystem"
+Yast.import "Package"
 
 module Y2Firewall
   module Clients
@@ -50,7 +50,7 @@
 
   def run
 log_and_return do
-  return :abort unless 
Yast::PackageSystem.CheckAndInstallPackages(["firewalld"])
+  return :abort unless

commit yast2-kdump for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2022-01-27 23:16:38

Comparing /work/SRC/openSUSE:Factory/yast2-kdump (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-kdump.new.1898 (New)


Package is "yast2-kdump"

Thu Jan 27 23:16:38 2022 rev:107 rq:949163 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2021-09-09 
23:07:22.224818856 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new.1898/yast2-kdump.changes
2022-01-27 23:17:06.098922309 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 14:42:40 UTC 2022 - Imobach Gonzalez Sosa 
+
+- Use Package module instead of PackageSystem (bsc#1194886).
+- 4.4.2
+
+---

Old:

  yast2-kdump-4.4.1.tar.bz2

New:

  yast2-kdump-4.4.2.tar.bz2



Other differences:
--
++ yast2-kdump.spec ++
--- /var/tmp/diff_new_pack.WPXQZI/_old  2022-01-27 23:17:06.646918523 +0100
+++ /var/tmp/diff_new_pack.WPXQZI/_new  2022-01-27 23:17:06.650918496 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-kdump
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:4.4.1
+Version:4.4.2
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0-only
@@ -30,13 +30,13 @@
 BuildRequires:  yast2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
-# Yast::Arch.paravirtualized_xen_guest?
-BuildRequires:  yast2 >= 4.3.45
+# Replace PackageSystem with Package
+BuildRequires:  yast2 >= 4.4.38
 BuildRequires:  yast2-bootloader
 BuildRequires:  yast2-buildtools >= 4.2.2
 
-# Yast::Arch.paravirtualized_xen_guest?
-Requires:   yast2 >= 4.3.45
+# Replace PackageSystem with Package
+Requires:   yast2 >= 4.4.38
 # Kernel parameters with multiple values and bug#945479 fixed
 Requires:   yast2-bootloader >= 3.1.148
 Requires:   yast2-ruby-bindings >= 1.0.0

++ yast2-kdump-4.4.1.tar.bz2 -> yast2-kdump-4.4.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.4.1/.github/workflows/ci.yml 
new/yast2-kdump-4.4.2/.github/workflows/ci.yml
--- old/yast2-kdump-4.4.1/.github/workflows/ci.yml  2021-09-07 
12:45:33.0 +0200
+++ new/yast2-kdump-4.4.2/.github/workflows/ci.yml  2022-01-26 
07:49:16.0 +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:
 
@@ -27,13 +34,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 }}
 
   Rubocop:
 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:
 
@@ -45,7 +61,14 @@
 
   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:
 
@@ -57,7 +80,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:
 
@@ -71,7 +101,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/conta

commit libvirt for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2022-01-27 23:16:36

Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and  /work/SRC/openSUSE:Factory/.libvirt.new.1898 (New)


Package is "libvirt"

Thu Jan 27 23:16:36 2022 rev:347 rq:949336 version:8.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2022-01-21 
01:25:08.290703182 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new.1898/libvirt.changes
2022-01-27 23:17:03.778938338 +0100
@@ -1,0 +2,14 @@
+Wed Jan 26 19:13:24 UTC 2022 - James Fehlig 
+
+- Revert commit 938382b60a since it changes semantics on some
+  public APIs
+  105dace2-revert-virProcessGetStatInfo.patch
+
+---
+Tue Jan 25 16:26:42 UTC 2022 - James Fehlig 
+
+- libxl: Add lock process indicator to saved VM state
+  31e937fb-libxl-save-lock-indicator.patch
+  bsc#1191668
+
+---

New:

  105dace2-revert-virProcessGetStatInfo.patch
  31e937fb-libxl-save-lock-indicator.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.qKvjWE/_old  2022-01-27 23:17:04.722931816 +0100
+++ /var/tmp/diff_new_pack.qKvjWE/_new  2022-01-27 23:17:04.730931761 +0100
@@ -304,6 +304,8 @@
 Patch0: 3be5ba11-libvirt-guests-install.patch
 Patch1: 16172741-libvirt-guests-manpage.patch
 Patch2: 8eb44616-remove-sysconfig-files.patch
+Patch3: 31e937fb-libxl-save-lock-indicator.patch
+Patch4: 105dace2-revert-virProcessGetStatInfo.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch

++ 0001-Extract-stats-functions-from-the-qemu-driver.patch ++
--- /var/tmp/diff_new_pack.qKvjWE/_old  2022-01-27 23:17:04.778931429 +0100
+++ /var/tmp/diff_new_pack.qKvjWE/_new  2022-01-27 23:17:04.782931401 +0100
@@ -241,7 +241,7 @@
  #include "domain_audit.h"
  #include "domain_cgroup.h"
  #include "domain_driver.h"
-@@ -17407,13 +17408,7 @@ qemuDomainGetStatsState(virQEMUDriver *d
+@@ -17412,13 +17413,7 @@ qemuDomainGetStatsState(virQEMUDriver *d
  virTypedParamList *params,
  unsigned int privflags G_GNUC_UNUSED)
  {
@@ -256,7 +256,7 @@
  }
  
  
-@@ -17705,25 +17700,11 @@ qemuDomainGetStatsCpuCgroup(virDomainObj
+@@ -17710,25 +17705,11 @@ qemuDomainGetStatsCpuCgroup(virDomainObj
  virTypedParamList *params)
  {
  qemuDomainObjPrivate *priv = dom->privateData;
@@ -283,7 +283,7 @@
  }
  
  static int
-@@ -17916,76 +17897,15 @@ qemuDomainGetStatsVcpu(virQEMUDriver *dr
+@@ -17921,76 +17902,15 @@ qemuDomainGetStatsVcpu(virQEMUDriver *dr
  return ret;
  }
  

++ 105dace2-revert-virProcessGetStatInfo.patch ++
commit 105dace22cc7b5b18d72a4dcad4a2cf386ce5c99
Author: Michal Pr??vozn??k 
Date:   Tue Jan 18 12:40:09 2022 +0100

Revert "report error when virProcessGetStatInfo() is unable to parse data"

This reverts commit 938382b60ae5bd1f83b5cb09e1ce68b9a88f679a.

Turns out, the commit did more harm than good. It changed
semantics on some public APIs. For instance, while
qemuDomainGetInfo() previously did not returned an error it does
now. While the calls to virProcessGetStatInfo() is guarded with
virDomainObjIsActive() it doesn't necessarily mean that QEMU's
PID is still alive. QEMU might be gone but we just haven't
realized it (e.g. because the eof handler thread is waiting for a
job).

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2041610
Signed-off-by: Michal Privoznik 
Reviewed-by: Andrea Bolognani 

Index: libvirt-8.0.0/src/ch/ch_driver.c
===
--- libvirt-8.0.0.orig/src/ch/ch_driver.c
+++ libvirt-8.0.0/src/ch/ch_driver.c
@@ -1073,6 +1073,8 @@ chDomainHelperGetVcpus(virDomainObj *vm,
 if (virProcessGetStatInfo(&vcpuinfo->cpuTime,
   &vcpuinfo->cpu, NULL,
   vm->pid, vcpupid) < 0) {
+virReportSystemError(errno, "%s",
+  _("cannot get vCPU placement & pCPU 
time"));
 return -1;
 }
 }
Index: libvirt-8.0.0/src/qemu/qemu_driver.c
===
--- libvirt-8.0.0.orig/src/qemu/qemu_driver.c
+++ libvirt-8.0.0/src/qemu/qemu_driver.c
@@ -1359,6 +1359,8 @@ qemuDomainHelperGetVcpus(virDomainObj *v
 if (virProcessGetStatInfo(&vcpuinfo

commit gstreamer-plugins-bad for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2022-01-27 23:16:35

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1898 (New)


Package is "gstreamer-plugins-bad"

Thu Jan 27 23:16:35 2022 rev:121 rq:949331 version:1.18.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2022-01-22 08:18:09.318915420 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1898/gstreamer-plugins-bad.changes
2022-01-27 23:17:00.654959920 +0100
@@ -1,0 +2,7 @@
+Fri Jan 21 16:17:55 UTC 2022 - Antonio Larrosa 
+
+- Add some conditionals to build as many plugins as possible
+  in SLE-15-SP4 and move all conditional logic to the beginning
+  of the spec file using bcond_with/without.
+
+---
@@ -196 +203 @@
-- important security fixes
+- important security fixes (bsc#1181255, CVE-2021-3185)



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.XrAUkh/_old  2022-01-27 23:17:01.330955250 +0100
+++ /var/tmp/diff_new_pack.XrAUkh/_new  2022-01-27 23:17:01.338955195 +0100
@@ -24,6 +24,36 @@
 %bcond_with faac
 %bcond_with faad
 
+%if 0%{?is_opensuse} || 0%{?sle_version} >= 150400
+%bcond_without avtp
+%bcond_without bs2b
+%bcond_without zbar
+%else
+%bcond_with avtp
+%bcond_with bs2b
+%bcond_with zbar
+%endif
+
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
+%bcond_without fdk_aac
+%else
+%bcond_with fdk_aac
+%endif
+
+%if 0%{?is_opensuse}
+%bcond_without fluidsynth
+%bcond_without openjp2
+%else
+%bcond_with fluidsynth
+%bcond_with openjp2
+%endif
+
+%if 0%{?suse_version} >= 1550 || (0%{?is_opensuse} && 0%{?sle_version} >= 
150400)
+%bcond_without zxing
+%else
+%bcond_with zxing
+%endif
+
 Name:   gstreamer-plugins-bad
 Version:1.18.5
 Release:0
@@ -38,9 +68,10 @@
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM 2564.patch dims...@opensuse.org -- Allow build against 
neon 0.32.x
 Patch0: 
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2564.patch
-
+%if %{with fdk_aac}
 # Not using pkgconfig(fdk-aac) but explitcitly the modified fdk-aac-free-devel
 BuildRequires:  fdk-aac-free-devel >= 0.1.4
+%endif
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel
@@ -56,13 +87,17 @@
 BuildRequires:  shaderc
 BuildRequires:  pkgconfig(OpenEXR)
 BuildRequires:  pkgconfig(aom)
+%if %{with avtp}
 BuildRequires:  pkgconfig(avtp)
+%endif
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dirac) >= 0.10
 BuildRequires:  pkgconfig(egl)
+%if %{with fluidsynth}
 BuildRequires:  pkgconfig(fluidsynth)
+%endif
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.0
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glesv1_cm)
@@ -114,7 +149,9 @@
 BuildRequires:  pkgconfig(xkbcommon)
 BuildRequires:  pkgconfig(xkbcommon-x11)
 BuildRequires:  pkgconfig(zvbi-0.2)
+%if %{with zxing}
 BuildRequires:  pkgconfig(zxing)
+%endif
 Requires(post): glib2-tools
 Requires(postun):glib2-tools
 # FIXME! - this leads to unresolvables currently
@@ -138,17 +175,19 @@
 BuildRequires:  pkgconfig(wayland-protocols) >= 1.4
 BuildRequires:  pkgconfig(wayland-scanner) >= 1.4.0
 %endif
-%if 0%{?is_opensuse}
+%if %{with bs2b}
 BuildRequires:  libbs2b-devel
-BuildRequires:  pkgconfig(fluidsynth)
+%endif
+%if %{with openjp2}
 BuildRequires:  pkgconfig(libopenjp2)
-BuildRequires:  pkgconfig(openal)
+%endif
+%if %{with zbar}
 BuildRequires:  pkgconfig(zbar) >= 0.9
+%endif
 BuildRequires:  pkgconfig(zvbi-0.2)
 %if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig(graphene-1.0) >= 1.4.0
 %endif
-%endif
 %ifarch x86_64
 BuildRequires:  pkgconfig(libmfx)
 %endif
@@ -195,12 +234,14 @@
 %description chromaprint
 Add chromaprint (Audio Fingerprinting) support to any GStreamer based tool.
 
+%if %{with fluidsynth}
 %package fluidsynth
 Summary:Fluidsynth plugin for GStreamer
 Group:  Productivity/Multimedia/Other
 
 %description fluidsynth
 Add fluidsynth midi support to any GStreamer based tool.
+%endif
 
 %package -n libgstadaptivedemux-1_0-0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
@@ -396,7 +437,7 @@
 %if 0%{?suse_version} >= 1500
 Requires:   libgstwayland-1_0-0 = %{version}
 %endif
-%if 0%{?is_opensuse}
+%if %{with fluidsynth}
 Requires:   gstreamer-plugins-bad-fluidsynth
 %endif
 
@@ -579,17 +620,35 @@
 %else
-Dopenh264=enabled \
 %endif
+%

commit gstreamer-plugins-base for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2022-01-27 23:16:35

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.1898 (New)


Package is "gstreamer-plugins-base"

Thu Jan 27 23:16:35 2022 rev:81 rq:949332 version:1.18.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2021-09-26 21:48:24.754760719 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.1898/gstreamer-plugins-base.changes
  2022-01-27 23:17:01.530953868 +0100
@@ -143 +143 @@
-- important security fixes
+- important security fixes (bsc#1181255, CVE-2021-3185)



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.jYf4OG/_old  2022-01-27 23:17:02.070950138 +0100
+++ /var/tmp/diff_new_pack.jYf4OG/_new  2022-01-27 23:17:02.074950110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-base
 #
-# 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


commit gfxboot for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2022-01-27 23:16:34

Comparing /work/SRC/openSUSE:Factory/gfxboot (Old)
 and  /work/SRC/openSUSE:Factory/.gfxboot.new.1898 (New)


Package is "gfxboot"

Thu Jan 27 23:16:34 2022 rev:173 rq:949294 version:4.5.83

Changes:

--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2022-01-23 
12:15:04.708712382 +0100
+++ /work/SRC/openSUSE:Factory/.gfxboot.new.1898/gfxboot.changes
2022-01-27 23:16:56.526988440 +0100
@@ -1,0 +2,10 @@
+Wed Jan 26 15:10:41 UTC 2022 - shundham...@suse.de
+
+- merge gh#openSUSE/gfxboot#53
+- Adapted to new YaST keymap codes
+- Adapted default keymap for lang to new YaST keymap codes
+  (jsc#SLE-21107)
+- Migrate to new kbd also in gfxboot
+- 4.5.83
+
+

Old:

  gfxboot-4.5.82.tar.xz

New:

  gfxboot-4.5.83.tar.xz



Other differences:
--
++ gfxboot.spec ++
--- /var/tmp/diff_new_pack.EAKzbO/_old  2022-01-27 23:16:57.446982084 +0100
+++ /var/tmp/diff_new_pack.EAKzbO/_new  2022-01-27 23:16:57.454982028 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gfxboot
-Version:4.5.82
+Version:4.5.83
 Release:0
 Summary:Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:GPL-2.0-or-later

++ KDE.tar.xz ++

++ SLED.tar.xz ++

++ SLES.tar.xz ++

++ examples.tar.xz ++

++ gfxboot-4.5.82.tar.xz -> gfxboot-4.5.83.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.82/VERSION new/gfxboot-4.5.83/VERSION
--- old/gfxboot-4.5.82/VERSION  2022-01-20 20:12:29.0 +0100
+++ new/gfxboot-4.5.83/VERSION  2022-01-26 16:10:41.0 +0100
@@ -1 +1 @@
-4.5.82
+4.5.83

++ openSUSE.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/dia_lang.inc 
new/themes/openSUSE/src/dia_lang.inc
--- old/themes/openSUSE/src/dia_lang.inc2022-01-20 20:12:29.0 
+0100
+++ new/themes/openSUSE/src/dia_lang.inc2022-01-26 16:10:41.0 
+0100
@@ -32,12 +32,12 @@
   [ "da_DK" "dk"   false "Dansk" ] 
% Danish
   [ "de_DE" "de-nodeadkeys"false "Deutsch" ]   
% German
   [ "el_GR" "gr"   false "" ]  
% Greek
-  [ "en_GB" "uk"   false "English (UK)" ]  
% English
+  [ "en_GB" "gb"   false "English (UK)" ]  
% English
   [ "en_US" "us"   false "English (US)" ]  
% English
   [ "es_ES" "es"   false "Espa??ol" ]  
% Spanish
-  [ "et_EE" "et"   false "Eesti" ] 
% Estonian
+  [ "et_EE" "ee"   false "Eesti" ] 
% Estonian
   [ "fa_IR" "us"   true "\ufbfd\ufeb4\u0631\ufe8e\ufed3" ] 
% Farsi
-  [ "fi_FI" "fi"   false "Suomi" ] 
% Finnish
+  [ "fi_FI" "fi-kotoistus" false "Suomi" ] 
% Finnish
   [ "fr_FR" "fr"   false "Fran??ais" ] 
% French
   [ "gl_ES" "es"   false "Galego" ]
% Galician
   [ "ka_GE" "us"   false "?" ] 
% Kartuli
@@ -72,14 +72,14 @@
   [ "si_LK" "us"   false "\u0dc3\u0dd2\u0d82\u0dc4\u0dbd" ]
% Sinhala
   [ "sk_SK" "sk"   false "Sloven??ina" ]   
% Slovak
   [ "sl_SI" "si"   false "Slovenina" ] 
% Slovenian
-  [ "sr_RS" "sr-cy"false "Srpski" ]
% Serbian
+  [ "sr_RS" "rs-latin" false "Srpski" ]
% Serbian
   [ "sv_SE" "se"   false "Svenska" ]   
% Swedish
   [ "ta_IN" "us"   false "\u0ba4\u0bae\u0bbf\u0bb4\u0bcd" ]
% Tamil
   [ "tg_TJ" "tj_alt-UTF8"  false "" ]  
  

commit gstreamer-plugins-good for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2022-01-27 23:16:34

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.1898 (New)


Package is "gstreamer-plugins-good"

Thu Jan 27 23:16:34 2022 rev:80 rq:949330 version:1.18.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2021-09-26 21:48:23.994759668 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.1898/gstreamer-plugins-good.changes
  2022-01-27 23:16:59.662966774 +0100
@@ -76 +76,2 @@
-  + matroskademux: header parsing fixes
+  + matroskademux: header parsing fixes (boo#1184735, CVE-2021-3498
+and boo#1184739, CVE-2021-3497)
@@ -129 +130 @@
-- important security fixes
+- important security fixes (bsc#1181255, CVE-2021-3185)



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.kIZi2j/_old  2022-01-27 23:17:00.306962325 +0100
+++ /var/tmp/diff_new_pack.kIZi2j/_new  2022-01-27 23:17:00.314962270 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-good
 #
-# 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


commit gstreamer for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2022-01-27 23:16:36

Comparing /work/SRC/openSUSE:Factory/gstreamer (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer.new.1898 (New)


Package is "gstreamer"

Thu Jan 27 23:16:36 2022 rev:76 rq:949333 version:1.18.5

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes  2021-09-26 
21:48:25.450761495 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer.new.1898/gstreamer.changes
2022-01-27 23:17:02.274948729 +0100
@@ -207 +207 @@
-- important security fixes
+- important security fixes (bsc#1181255, CVE-2021-3185)



Other differences:
--
++ gstreamer.spec ++
--- /var/tmp/diff_new_pack.FA0HLF/_old  2022-01-27 23:17:02.790945164 +0100
+++ /var/tmp/diff_new_pack.FA0HLF/_new  2022-01-27 23:17:02.794945136 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer
 #
-# 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


commit SVT-AV1 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package SVT-AV1 for openSUSE:Factory checked 
in at 2022-01-27 23:16:33

Comparing /work/SRC/openSUSE:Factory/SVT-AV1 (Old)
 and  /work/SRC/openSUSE:Factory/.SVT-AV1.new.1898 (New)


Package is "SVT-AV1"

Thu Jan 27 23:16:33 2022 rev:2 rq:949293 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/SVT-AV1/SVT-AV1.changes  2021-06-01 
10:39:22.969009286 +0200
+++ /work/SRC/openSUSE:Factory/.SVT-AV1.new.1898/SVT-AV1.changes
2022-01-27 23:16:55.482995653 +0100
@@ -1,0 +2,17 @@
+Wed Jan 26 08:27:06 UTC 2022 - Enrico Belleri 
+
+- Update to 0.9.0
+  * New faster presets M9-M12, M12 reaching similar complexity level to that 
of x264 veryfast
+  * New multi-pass and single pass VBR implementation minimizing the quality 
difference vs CRF while reducing the cycle overhead
+  * Quality vs density tradeoffs improvements across all presets in CRF mode
+  * Added support for CRF with capped bitrate
+  * Added support for overlay frames and super resolution
+  * Fixed film grain synthesis bugs
+  * Added experimental support for > 4k resolutions
+  * Added experimental support for the low delay prediction structure
+  * Significant memory reduction especially for faster presets in a 
multi-threaded environment
+  * API configuration structure cleanup removing all invalid or out of date 
parameters
+  * Speedup legacy CPUs for faster development by adding SSE code for 
corresponding C-kernels
+  * Updated the code license from BSD 2-clause to BSD 3-clause clear
+
+---

Old:

  SVT-AV1-v0.8.7.tar.gz

New:

  SVT-AV1-v0.9.0.tar.gz



Other differences:
--
++ SVT-AV1.spec ++
--- /var/tmp/diff_new_pack.TnrvhT/_old  2022-01-27 23:16:56.082991508 +0100
+++ /var/tmp/diff_new_pack.TnrvhT/_new  2022-01-27 23:16:56.090991452 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SVT-AV1
 #
-# 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
@@ -18,19 +18,19 @@
 
 %define sover 0
 Name:   SVT-AV1
-Version:0.8.7
+Version:0.9.0
 Release:0
 Summary:An AV1 decoder/encoder for video streams
-License:BSD-2-Clause-Patent
+License:BSD-3-Clause-Clear
 Group:  Productivity/Multimedia/Other
 URL:https://gitlab.com/AOMediaCodec/SVT-AV1
 Source: 
https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v%{version}/SVT-AV1-v%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5.1
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ >= 5.4.0
 BuildRequires:  help2man
-BuildRequires:  pkg-config
-BuildRequires:  yasm
+BuildRequires:  pkgconfig
+BuildRequires:  yasm >= 1.2.0
 ExclusiveArch:  x86_64
 
 %description
@@ -103,18 +103,18 @@
 %postun -n libSvtAv1Enc%{sover} -p /sbin/ldconfig
 
 %files -n libSvtAv1Dec%{sover}
-%license LICENSE.md
+%license LICENSE.md PATENTS.md
 %{_libdir}/libSvtAv1Dec.so.%{sover}*
 
 %files -n libSvtAv1Enc%{sover}
-%license LICENSE.md
+%license LICENSE.md PATENTS.md
 %{_libdir}/libSvtAv1Enc.so.%{sover}*
 
 %files
 %{_bindir}/SvtAv1DecApp
 %{_bindir}/SvtAv1EncApp
-%{_mandir}/man1/SvtAv1DecApp.1*
-%{_mandir}/man1/SvtAv1EncApp.1*
+%{_mandir}/man1/SvtAv1DecApp.1%{?ext_man}
+%{_mandir}/man1/SvtAv1EncApp.1%{?ext_man}
 %doc %{_defaultdocdir}/%{name}/
 
 %files devel

++ SVT-AV1-v0.8.7.tar.gz -> SVT-AV1-v0.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/SVT-AV1/SVT-AV1-v0.8.7.tar.gz 
/work/SRC/openSUSE:Factory/.SVT-AV1.new.1898/SVT-AV1-v0.9.0.tar.gz differ: char 
13, line 1


commit toolbox for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package toolbox for openSUSE:Factory checked 
in at 2022-01-27 23:16:32

Comparing /work/SRC/openSUSE:Factory/toolbox (Old)
 and  /work/SRC/openSUSE:Factory/.toolbox.new.1898 (New)


Package is "toolbox"

Thu Jan 27 23:16:32 2022 rev:19 rq:949282 version:2.3+git20220117.bd53c7c

Changes:

--- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes  2022-01-20 
00:12:32.474589176 +0100
+++ /work/SRC/openSUSE:Factory/.toolbox.new.1898/toolbox.changes
2022-01-27 23:16:54.575001926 +0100
@@ -1,0 +2,6 @@
+Wed Jan 26 13:48:14 UTC 2022 - Jan Zerebecki 
+
+- Allow docker as an alternative to podman in the package Requires. This was
+  supported since 2.2.
+
+---



Other differences:
--
++ toolbox.spec ++
--- /var/tmp/diff_new_pack.mEIGdc/_old  2022-01-27 23:16:55.070998499 +0100
+++ /var/tmp/diff_new_pack.mEIGdc/_new  2022-01-27 23:16:55.074998471 +0100
@@ -24,7 +24,7 @@
 Group:  System/Management
 URL:https://github.com/thkukuk/microos-toolbox
 Source: microos-toolbox-%{version}.tar.xz
-Requires:   podman
+Requires:   (podman or docker)
 BuildArch:  noarch
 
 %description


commit python-boto3 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-boto3 for openSUSE:Factory 
checked in at 2022-01-27 23:16:30

Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
 and  /work/SRC/openSUSE:Factory/.python-boto3.new.1898 (New)


Package is "python-boto3"

Thu Jan 27 23:16:30 2022 rev:62 rq:949257 version:1.20.40

Changes:

--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes
2022-01-15 21:45:21.953619366 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.1898/python-boto3.changes  
2022-01-27 23:16:52.431016738 +0100
@@ -1,0 +2,55 @@
+Fri Jan 21 13:20:19 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 1.23.40
+  * api-change:``guardduty``: [``botocore``] Amazon GuardDuty findings now 
include
+remoteAccountDetails under AwsApiCallAction section if instance credential 
is exfiltrated.
+  * api-change:``connect``: [``botocore``] This release adds tagging support 
for UserHierarchyGroups
+resource.
+  * api-change:``mediatailor``: [``botocore``] This release adds support for 
multiple Segment
+Delivery Configurations. Users can provide a list of names and URLs when 
creating or editing a
+source location. When retrieving content, users can send a header to 
choose which URL should be
+used to serve content.
+  * api-change:``fis``: [``botocore``] Added action startTime and action 
endTime timestamp fields to
+the ExperimentAction object
+  * api-change:``ec2``: [``botocore``] C6i, M6i and R6i instances are powered 
by a third-generation
+Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo 
frequency of 3.5 GHz
+- from version 1.20.39
+  * api-change:``macie2``: [``botocore``] This release of the Amazon Macie API 
introduces stricter
+validation of requests to create custom data identifiers.
+  * api-change:``ec2-instance-connect``: [``botocore``] Adds support for 
ED25519 keys.
+PushSSHPublicKey Availability Zone parameter is now optional. Adds 
EC2InstanceStateInvalidException
+for instances that are not running. This was previously a service 
exception, so this may require
+updating your code to handle this new exception.
+- from version 1.20.38
+  * api-change:``ivs``: [``botocore``] This release adds support for the new 
Thumbnail Configuration
+property for Recording Configurations. For more information see
+https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html
+  * api-change:``storagegateway``: [``botocore``] Documentation update for 
adding bandwidth
+throttling support for S3 File Gateways.
+  * api-change:``location``: [``botocore``] This release adds the 
CalculateRouteMatrix API which
+calculates routes for the provided departure and destination positions. 
The release also deprecates
+the use of pricing plan across all verticals.
+  * api-change:``cloudtrail``: [``botocore``] This release fixes a 
documentation bug in the
+description for the readOnly field selector in advanced event selectors. 
The description now
+clarifies that users omit the readOnly field selector to select both Read 
and Write management
+events.
+  * api-change:``ec2``: [``botocore``] Add support for AWS Client VPN client 
login banner and session
+timeout.
+- from version 1.20.37
+  * enhancement:Configuration: [``botocore``] Adding support for 
`defaults_mode` configuration. The
+`defaults_mode` will be used to determine how certain default 
configuration options are resolved in
+the SDK.
+- from version 1.20.36
+  * api-change:``config``: [``botocore``] Update ResourceType enum with values 
for CodeDeploy, EC2
+and Kinesis resources
+  * api-change:``application-insights``: [``botocore``] Application Insights 
support for Active
+Directory and SharePoint
+  * api-change:``honeycode``: [``botocore``] Added read and write api support 
for multi-select
+picklist. And added errorcode field to DescribeTableDataImportJob API 
output, when import job fails.
+  * api-change:``ram``: [``botocore``] This release adds the 
ListPermissionVersions API which lists
+the versions for a given permission.
+  * api-change:``lookoutmetrics``: [``botocore``] This release adds a new 
DeactivateAnomalyDetector
+API operation.
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  1.20.35.tar.gz

New:

  1.20.40.tar.gz



Other differences:
--
++ python-boto3.spec ++
--- /var/tmp/diff_new_pack.HyQvr6/_old  2022-01-27 23:16:53.047012482 +0100
+++ /var/tmp/diff_new_pack.HyQvr6/_new  2022-01-27 23:16:53.055012427 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() pyth

commit suseconnect-ng for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package suseconnect-ng for openSUSE:Factory 
checked in at 2022-01-27 23:16:29

Comparing /work/SRC/openSUSE:Factory/suseconnect-ng (Old)
 and  /work/SRC/openSUSE:Factory/.suseconnect-ng.new.1898 (New)


Package is "suseconnect-ng"

Thu Jan 27 23:16:29 2022 rev:6 rq:949216 version:0.0.6~git0.77933db

Changes:

--- /work/SRC/openSUSE:Factory/suseconnect-ng/suseconnect-ng.changes
2022-01-09 22:50:05.563279689 +0100
+++ /work/SRC/openSUSE:Factory/.suseconnect-ng.new.1898/suseconnect-ng.changes  
2022-01-27 23:16:50.331031247 +0100
@@ -1,0 +2,11 @@
+Wed Jan 26 09:09:30 UTC 2022 - jan.s...@zerebecki.de
+
+- Update to version 0.0.6~git0.77933db:
+  * Add man pages
+  * Add note in DIFFERENCES.md about abbreviated flags
+  * Add -l as an alias for --list-extensions
+  * Add --clean as an alias for --cleanup (bsc#1195003)
+  * Suppress expected error log message in TLS test
+  * Add flag to import product repo keys (bsc#1174657)
+
+---

Old:

  connect-ng-0.0.5~git0.bbb5544.tar.xz

New:

  connect-ng-0.0.6~git0.77933db.tar.xz



Other differences:
--
++ suseconnect-ng.spec ++
--- /var/tmp/diff_new_pack.D7n131/_old  2022-01-27 23:16:50.827027820 +0100
+++ /var/tmp/diff_new_pack.D7n131/_new  2022-01-27 23:16:50.831027792 +0100
@@ -23,7 +23,7 @@
 %global test_hwinfo 0
 
 Name:   suseconnect-ng
-Version:0.0.5~git0.bbb5544
+Version:0.0.6~git0.77933db
 Release:0
 URL:https://github.com/SUSE/connect-ng
 License:LGPL-2.1-or-later
@@ -127,11 +127,10 @@
 install -D -m0755 %_builddir/go/lib/libsuseconnect.so 
%buildroot/%_libdir/libsuseconnect.so
 install -d -m0755 %buildroot/%_libdir/ruby/vendor_ruby/%rb_ver
 cp -r %_builddir/go/src/%import_path/yast/lib/* 
%buildroot/%_libdir/ruby/vendor_ruby/%rb_ver
-#TODO man pages not yet available in source, these are the names frome the 
ruby version
-#/usr/share/man/man5/SUSEConnect.5.gz
-#/usr/share/man/man8/SUSEConnect.8.gz
-#/usr/share/man/man8/zypper-migration.8.gz
-#/usr/share/man/man8/zypper-search-packages.8.gz
+install -D -m 644 %_builddir/go/src/%import_path/man/SUSEConnect.5 
%buildroot/%_mandir/man5/SUSEConnect.5
+install -D -m 644 %_builddir/go/src/%import_path/man/SUSEConnect.8 
%buildroot/%_mandir/man8/SUSEConnect.8
+install -D -m 644 %_builddir/go/src/%import_path/man/zypper-migration.8 
%buildroot/%_mandir/man8/zypper-migration.8
+install -D -m 644 %_builddir/go/src/%import_path/man/zypper-search-packages.8 
%buildroot/%_mandir/man8/zypper-search-packages.8
 
 find %_builddir/..
 # we currently do not ship the source for any go module
@@ -149,6 +148,8 @@
 %_bindir/SUSEConnect
 %_sbindir/SUSEConnect
 /usr/lib/zypper/commands
+%_mandir/man8/*
+%_mandir/man5/*
 
 %files -n libsuseconnect
 %license LICENSE LICENSE.LGPL

++ _servicedata ++
--- /var/tmp/diff_new_pack.D7n131/_old  2022-01-27 23:16:50.883027433 +0100
+++ /var/tmp/diff_new_pack.D7n131/_new  2022-01-27 23:16:50.887027405 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/SUSE/connect-ng.git
-  ab5463a6e9a53d6f3ca1387937709a81786c989a
+  77933db6b01a9e51653cc57a14a440c2a6225cc0
 (No newline at EOF)
 

++ connect-ng-0.0.5~git0.bbb5544.tar.xz -> 
connect-ng-0.0.6~git0.77933db.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/connect-ng-0.0.5~git0.bbb5544/.git/FETCH_HEAD 
new/connect-ng-0.0.6~git0.77933db/.git/FETCH_HEAD
--- old/connect-ng-0.0.5~git0.bbb5544/.git/FETCH_HEAD   2022-01-07 
12:37:57.0 +0100
+++ new/connect-ng-0.0.6~git0.77933db/.git/FETCH_HEAD   2022-01-25 
18:22:46.0 +0100
@@ -1 +1 @@
-bbb554428d31dac294f7be84805cfb4ecd42f6bf   branch 'main' of 
https://github.com/SUSE/connect-ng
+77933db6b01a9e51653cc57a14a440c2a6225cc0   branch 'main' of 
https://github.com/SUSE/connect-ng
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/connect-ng-0.0.5~git0.bbb5544/.git/ORIG_HEAD 
new/connect-ng-0.0.6~git0.77933db/.git/ORIG_HEAD
--- old/connect-ng-0.0.5~git0.bbb5544/.git/ORIG_HEAD2022-01-07 
12:37:57.0 +0100
+++ new/connect-ng-0.0.6~git0.77933db/.git/ORIG_HEAD2022-01-25 
18:22:46.0 +0100
@@ -1 +1 @@
-bbb554428d31dac294f7be84805cfb4ecd42f6bf
+77933db6b01a9e51653cc57a14a440c2a6225cc0
Binary files old/connect-ng-0.0.5~git0.bbb5544/.git/index and 
new/connect-ng-0.0.6~git0.77933db/.git/index differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/connect-ng-0.0.5~git0.bbb5544/.git/logs/HEAD 
new/conne

commit patterns-games for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package patterns-games for openSUSE:Factory 
checked in at 2022-01-27 23:16:31

Comparing /work/SRC/openSUSE:Factory/patterns-games (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-games.new.1898 (New)


Package is "patterns-games"

Thu Jan 27 23:16:31 2022 rev:3 rq:949271 version:20220126

Changes:

--- /work/SRC/openSUSE:Factory/patterns-games/patterns-games.changes
2018-12-31 09:42:58.490384381 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-games.new.1898/patterns-games.changes  
2022-01-27 23:16:53.475009525 +0100
@@ -1,0 +2,7 @@
+Wed Jan 26 12:29:48 UTC 2022 - Dominique Leuenberger 
+
+- No longer suggest solarwolf: this package does not exist since
+  Mid 2020 anymore.
+- 20220126
+
+---



Other differences:
--
++ patterns-games.spec ++
--- /var/tmp/diff_new_pack.71YEvv/_old  2022-01-27 23:16:54.215004413 +0100
+++ /var/tmp/diff_new_pack.71YEvv/_new  2022-01-27 23:16:54.219004385 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package patterns-openSUSE
+# spec file for package patterns-games
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,24 +12,23 @@
 # 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/
 #
 
 
 %bcond_with betatest
 
 Name:   patterns-games
-Version:20170319
+Version:20220126
 Release:0
 Summary:Patterns for Installation (Games)
 License:MIT
 Group:  Metapackages
-Url:https://github.com/openSUSE/patterns
+URL:https://github.com/openSUSE/patterns
 Source0:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  patterns-rpm-macros
 
-
 %description
 This is an internal package that is used to create the patterns as part
 of the installation source setup.  Installation of this package does
@@ -37,6 +36,8 @@
 
 This particular package contains the Games patterns.
 
+
+
 

 
 %package games
@@ -53,7 +54,6 @@
 Suggests:   armagetron
 Suggests:   circuslinux
 Suggests:   csmash
-Suggests:   solarwolf
 
 %description games
 A collection of games.


commit python-botocore for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2022-01-27 23:16:30

Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
 and  /work/SRC/openSUSE:Factory/.python-botocore.new.1898 (New)


Package is "python-botocore"

Thu Jan 27 23:16:30 2022 rev:79 rq:949256 version:1.23.40

Changes:

--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2022-01-15 21:45:20.381618533 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-botocore.new.1898/python-botocore.changes
2022-01-27 23:16:51.531022956 +0100
@@ -1,0 +2,49 @@
+Fri Jan 21 13:16:36 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Version update to 1.23.40
+  * api-change:``guardduty``: Amazon GuardDuty findings now include 
remoteAccountDetails under
+AwsApiCallAction section if instance credential is exfiltrated.
+  * api-change:``connect``: This release adds tagging support for 
UserHierarchyGroups resource.
+  * api-change:``mediatailor``: This release adds support for multiple Segment 
Delivery
+Configurations. Users can provide a list of names and URLs when creating 
or editing a source
+location. When retrieving content, users can send a header to choose which 
URL should be used to
+serve content.
+  * api-change:``fis``: Added action startTime and action endTime timestamp 
fields to the
+ExperimentAction object
+  * api-change:``ec2``: C6i, M6i and R6i instances are powered by a 
third-generation Intel Xeon
+Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 
GHz
+- from version 1.23.39
+  * api-change:``macie2``: This release of the Amazon Macie API introduces 
stricter validation of
+requests to create custom data identifiers.
+  * api-change:``ec2-instance-connect``: Adds support for ED25519 keys. 
PushSSHPublicKey Availability
+Zone parameter is now optional. Adds EC2InstanceStateInvalidException for 
instances that are not
+running. This was previously a service exception, so this may require 
updating your code to handle
+this new exception.
+- from version 1.23.38
+  * api-change:``ivs``: This release adds support for the new Thumbnail 
Configuration property for
+Recording Configurations. For more information see
+https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html
+  * api-change:``storagegateway``: Documentation update for adding bandwidth 
throttling support for
+S3 File Gateways.
+  * api-change:``location``: This release adds the CalculateRouteMatrix API 
which calculates routes
+for the provided departure and destination positions. The release also 
deprecates the use of
+pricing plan across all verticals.
+  * api-change:``cloudtrail``: This release fixes a documentation bug in the 
description for the
+readOnly field selector in advanced event selectors. The description now 
clarifies that users omit
+the readOnly field selector to select both Read and Write management 
events.
+  * api-change:``ec2``: Add support for AWS Client VPN client login banner and 
session timeout.
+- from version 1.23.37
+  * enhancement:Configuration: Adding support for `defaults_mode` 
configuration. The `defaults_mode`
+will be used to determine how certain default configuration options are 
resolved in the SDK.
+- from version 1.23.36
+  * api-change:``config``: Update ResourceType enum with values for 
CodeDeploy, EC2 and Kinesis
+resources
+  * api-change:``application-insights``: Application Insights support for 
Active Directory and
+SharePoint
+  * api-change:``honeycode``: Added read and write api support for 
multi-select picklist. And added
+errorcode field to DescribeTableDataImportJob API output, when import job 
fails.
+  * api-change:``ram``: This release adds the ListPermissionVersions API which 
lists the versions for
+a given permission.
+  * api-change:``lookoutmetrics``: This release adds a new 
DeactivateAnomalyDetector API operation.
+
+---

Old:

  botocore-1.23.35.tar.gz

New:

  botocore-1.23.40.tar.gz



Other differences:
--
++ python-botocore.spec ++
--- /var/tmp/diff_new_pack.Wjemlu/_old  2022-01-27 23:16:52.159018617 +0100
+++ /var/tmp/diff_new_pack.Wjemlu/_new  2022-01-27 23:16:52.163018589 +0100
@@ -28,7 +28,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:   python-botocore
-Version:1.23.35
+Version:1.23.40
 Release:0
 Summary:Python interface for AWS
 License:Apache-2.0

++ botocore-1.23.35.tar.gz -> botocore-1.23.40.tar.gz ++
/work/SRC/openSUSE:Factory/pytho

commit 7zip for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 7zip for openSUSE:Factory checked in 
at 2022-01-27 23:16:29

Comparing /work/SRC/openSUSE:Factory/7zip (Old)
 and  /work/SRC/openSUSE:Factory/.7zip.new.1898 (New)


Package is "7zip"

Thu Jan 27 23:16:29 2022 rev:3 rq:949190 version:21.07

Changes:

--- /work/SRC/openSUSE:Factory/7zip/7zip.changes2022-01-13 
23:21:39.408055937 +0100
+++ /work/SRC/openSUSE:Factory/.7zip.new.1898/7zip.changes  2022-01-27 
23:16:49.339038100 +0100
@@ -1,0 +2,7 @@
+Wed Jan 26 03:16:03 UTC 2022 - Dario Faggioli 
+
+- Fix an incompatibility with p7zip which was breaking some downstreams
+  (e.g., GNOME's File-Roller). See bsc#1195041
+  * Add fix-compatib-with-p7zip.patch
+
+---

New:

  fix-compatib-with-p7zip.patch



Other differences:
--
++ 7zip.spec ++
--- /var/tmp/diff_new_pack.TF1RSF/_old  2022-01-27 23:16:49.923034065 +0100
+++ /var/tmp/diff_new_pack.TF1RSF/_new  2022-01-27 23:16:49.927034038 +0100
@@ -29,6 +29,7 @@
 Source: https://www.7-zip.org/a/7z%{stripped_version}-src.tar.xz
 Source1:p7zip
 Source2:p7zip.1
+Patch0: fix-compatib-with-p7zip.patch
 BuildRequires:  dos2unix
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -45,6 +46,7 @@
 
 %prep
 tar xaf %{SOURCE0}
+%patch0 -p1
 dos2unix DOC/*.txt
 # Remove executable perms from docs
 chmod -x DOC/*.txt

++ fix-compatib-with-p7zip.patch ++
From: Dario Faggioli 
Date: Wed Jan 26 04:01:09 AM CET 2022
Subject: [PATCH] Console: Avoid terminating on failed password check

File-roller (i.e., GNOME's Archive Manager), which was working fine
with p7zip and p7zip-full, does not work well with 7zip. More specifically,
it is not possible to open or extract a password protected archive, for
which also the list of the files in the archive itself has been hidden.

This seems to happen because now GetPassword_HRESULT() does some kind of
error checking, and depending on the results, cause its calling function
to return with an error, which in turns terminates the 7zz program in
a way that file-roller interpretes as a critical error, and everything
stops.

On the other hand, in p7zip-full, the GetPassword() function wasn't
doing this. There's still a failure, but one that triggers File-roller
to ask the password of the archive, and once that is provided everything
works.

>From a CLI perspecvive, nothing changes, and things still work fine and
in the exact same way, no matter whether or not this patch is applied.

Signed-off-by: Dario Faggioli 
---
 OpenCallbackConsole.cpp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -Nru 7zip/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 
7zip_2/CPP/7zip/UI/Console/OpenCallbackConsole.cpp
--- 7zip/CPP/7zip/UI/Console/OpenCallbackConsole.cpp2017-02-18 
00:42:14.0 +0100
+++ 7zip_2/CPP/7zip/UI/Console/OpenCallbackConsole.cpp  2022-01-26 
08:40:15.616512459 +0100
@@ -87,7 +87,7 @@
   if (!PasswordIsDefined)
   {
 ClosePercents();
-RINOK(GetPassword_HRESULT(_so, Password));
+GetPassword_HRESULT(_so, Password);
 PasswordIsDefined = true;
   }
   return StringToBstr(Password, password);


commit ethtool for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2022-01-27 23:16:28

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.1898 (New)


Package is "ethtool"

Thu Jan 27 23:16:28 2022 rev:71 rq:949144 version:5.16

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2021-11-12 
15:59:19.262566488 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new.1898/ethtool.changes
2022-01-27 23:16:48.411044511 +0100
@@ -1,0 +2,11 @@
+Tue Jan 18 23:36:15 UTC 2022 - Michal Kubecek 
+
+- update to upstream release 5.16
+  * Feature: use memory maps for module EEPROM parsing (-m)
+  * Feature: show CMIS diagnostic information (-m)
+  * Fix: fix dumping advertised FEC modes (--show-fec)
+  * Fix: ignore cable test notifications from other devices
+(--cable-test)
+  * Fix: do not show duplicate options in help text (--help)
+
+---

Old:

  ethtool-5.15.tar.sign
  ethtool-5.15.tar.xz

New:

  ethtool-5.16.tar.sign
  ethtool-5.16.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.H2XRLd/_old  2022-01-27 23:16:48.987040532 +0100
+++ /var/tmp/diff_new_pack.H2XRLd/_new  2022-01-27 23:16:48.991040504 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:5.15
+Version:5.16
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only

++ ethtool-5.15.tar.xz -> ethtool-5.16.tar.xz ++
 2700 lines of diff (skipped)


commit webkit2gtk3 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2022-01-27 23:16:28

Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.webkit2gtk3.new.1898 (New)


Package is "webkit2gtk3"

Thu Jan 27 23:16:28 2022 rev:135 rq:949126 version:2.34.4

Changes:

--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2022-01-23 
12:16:38.456085800 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.1898/webkit2gtk3.changes
2022-01-27 23:16:47.407051447 +0100
@@ -1,0 +2,6 @@
+Mon Jan 24 21:54:31 UTC 2022 - Michael Gorse 
+
+- Add webkit2gtk3-gcc12.patch: fix the build with gcc 12.
+- Require glib2 2.44 to match source.
+
+---
@@ -4 +10 @@
-- Update to version 2.34.4:
+- Update to version 2.34.4 (boo#1195064):
@@ -8,0 +15,2 @@
+  + Security fixes: CVE-2021-30934, CVE-2021-30936, CVE-2021-30951,
+CVE-2021-30952, CVE-2021-30953, CVE-2021-30954, CVE-2021-30984.
@@ -111 +119 @@
-  CVE-2021-30897.
+CVE-2021-30897, CVE-2021-45481, CVE-2021-45483.
@@ -180 +188 @@
-  CVE-2021-30809, CVE-2021-30836.
+CVE-2021-30809, CVE-2021-30836, CVE-2021-45482.
@@ -330 +338 @@
-  + Security fixes: CVE-2020-27918, CVE-2020-29623, CVE-2021-1765
+  + Security fixes: CVE-2020-27918, CVE-2020-29623, CVE-2021-1765,
@@ -899 +907 @@
- ++ Security fixes: CVE-2019-8783, CVE-2019-8811, CVE-2019-8813,
+  + Security fixes: CVE-2019-8783, CVE-2019-8811, CVE-2019-8813,

New:

  webkit2gtk3-gcc12.patch



Other differences:
--
++ webkit2gtk3.spec ++
--- /var/tmp/diff_new_pack.SpCQuf/_old  2022-01-27 23:16:48.095046694 +0100
+++ /var/tmp/diff_new_pack.SpCQuf/_new  2022-01-27 23:16:48.099046667 +0100
@@ -92,6 +92,8 @@
 Patch1: fix-warnings.patch
 # PATCH-FIX-UPSTREAM webkit2gtk3-link-fix.patch mgo...@suse.com -- annotate 
executeJSCJITProbe.
 Patch2: webkit2gtk3-link-fix.patch
+# PATCH-FIX-UPSTREAM webkit2gtk3-gcc12.patch webkit#235445 webkit#235458 
mgo...@suse.com -- fix the build with gcc 12.
+Patch3: webkit2gtk3-gcc12.patch
 
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGL-devel
@@ -126,7 +128,7 @@
 BuildRequires:  pkgconfig(fontconfig) >= 2.8.0
 BuildRequires:  pkgconfig(freetype2) >= 2.4.2
 BuildRequires:  pkgconfig(geoclue-2.0) >= 2.1.5
-BuildRequires:  pkgconfig(glib-2.0) >= 2.36
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 %if %usegcc10
 BuildRequires:  pkgconfig(glproto)
 %endif

++ webkit2gtk3-gcc12.patch ++
diff -urp webkitgtk-2.34.3.orig/Source/JavaScriptCore/API/JSRetainPtr.h 
webkitgtk-2.34.3/Source/JavaScriptCore/API/JSRetainPtr.h
--- webkitgtk-2.34.3.orig/Source/JavaScriptCore/API/JSRetainPtr.h   
2021-09-01 04:16:46.0 -0500
+++ webkitgtk-2.34.3/Source/JavaScriptCore/API/JSRetainPtr.h2022-01-20 
13:07:21.713055778 -0600
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 
 inline void JSRetain(JSClassRef context) { JSClassRetain(context); }
 inline void JSRelease(JSClassRef context) { JSClassRelease(context); }
diff -urp 
webkitgtk-2.34.3.orig/Source/WebCore/platform/graphics/x11/XUniqueResource.h 
webkitgtk-2.34.3/Source/WebCore/platform/graphics/x11/XUniqueResource.h
--- 
webkitgtk-2.34.3.orig/Source/WebCore/platform/graphics/x11/XUniqueResource.h
2021-09-01 04:16:50.0 -0500
+++ webkitgtk-2.34.3/Source/WebCore/platform/graphics/x11/XUniqueResource.h 
2022-01-20 13:07:21.713055778 -0600
@@ -28,6 +28,8 @@
 
 #if PLATFORM(X11)
 
+#include 
+
 #if USE(GLX)
 typedef unsigned long GLXPbuffer;
 typedef unsigned long GLXPixmap;
diff -urp webkitgtk-2.34.3.orig/Source/WTF/wtf/CompletionHandler.h 
webkitgtk-2.34.3/Source/WTF/wtf/CompletionHandler.h
--- webkitgtk-2.34.3.orig/Source/WTF/wtf/CompletionHandler.h2021-09-01 
04:16:49.0 -0500
+++ webkitgtk-2.34.3/Source/WTF/wtf/CompletionHandler.h 2022-01-20 
13:07:21.713055778 -0600
@@ -27,6 +27,7 @@
 
 #include 
 #include 
+#include 
 
 namespace WTF {
 
diff -urp webkitgtk-2.34.3.orig/Source/WTF/wtf/MallocPtr.h 
webkitgtk-2.34.3/Source/WTF/wtf/MallocPtr.h
--- webkitgtk-2.34.3.orig/Source/WTF/wtf/MallocPtr.h2021-09-01 
04:16:49.0 -0500
+++ webkitgtk-2.34.3/Source/WTF/wtf/MallocPtr.h 2022-01-20 13:07:21.713055778 
-0600
@@ -27,6 +27,7 @@
 
 #include 
 #include 
+#include 
 
 // MallocPtr is a smart pointer class that calls fastFree in its destructor.
 // It is intended to be used for pointers where the C++ lifetime semantics
diff -urp webkitgtk-2.34.3.orig/Source/WTF/wtf/text/IntegerToStringConversion.h 
webkitgtk-2.34.3/Source/WTF/wtf/text/IntegerToStringConversion.h
--- webkitgtk-2.34.3.orig/Source/WTF/wtf/text/Integer

commit xen for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2022-01-27 23:16:27

Comparing /work/SRC/openSUSE:Factory/xen (Old)
 and  /work/SRC/openSUSE:Factory/.xen.new.1898 (New)


Package is "xen"

Thu Jan 27 23:16:27 2022 rev:311 rq:949116 version:4.16.0_04

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2022-01-13 00:22:32.451937599 
+0100
+++ /work/SRC/openSUSE:Factory/.xen.new.1898/xen.changes2022-01-27 
23:16:44.727069963 +0100
@@ -1,0 +2,21 @@
+Thu Jan 13 10:55:58 MST 2022 - carn...@suse.com
+
+- bsc#1194576 - VUL-0: CVE-2022-23033: xen: arm:
+  guest_physmap_remove_page not removing the p2m mappings (XSA-393)
+  xsa393.patch
+- bsc#1194581 - VUL-0: CVE-2022-23034: xen: a PV guest could DoS
+  Xen while unmapping a grant (XSA-394)
+  xsa394.patch
+- bsc#1194588 - VUL-0: CVE-2022-23035: xen: insufficient cleanup of
+  passed-through device IRQs (XSA-395)
+  xsa395.patch
+
+---
+Wed Jan 12 14:16:53 MST 2022 - carn...@suse.com
+
+- bsc#1191668 - L3: issue around xl and virsh operation - virsh
+  list not giving any output
+  libxl-dont-try-to-free-a-NULL-list-of-vcpus.patch
+  libxl-dont-touch-nr_vcpus_out-if-listing-vcpus-and-returning-NULL.patch
+
+---

New:

  libxl-dont-touch-nr_vcpus_out-if-listing-vcpus-and-returning-NULL.patch
  libxl-dont-try-to-free-a-NULL-list-of-vcpus.patch
  xsa393.patch
  xsa394.patch
  xsa395.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.BvXlHj/_old  2022-01-27 23:16:46.467057942 +0100
+++ /var/tmp/diff_new_pack.BvXlHj/_new  2022-01-27 23:16:46.471057914 +0100
@@ -160,6 +160,9 @@
 Patch3: 61bc429f-revert-hvmloader-PA-range-should-be-UC.patch
 Patch4: 61d5687a-x86-spec-ctrl-opt_srb_lock-default.patch
 # EMBARGOED security fixes
+Patch11:xsa393.patch
+Patch12:xsa394.patch
+Patch13:xsa395.patch
 # libxc
 Patch301:   libxc-bitmap-long.patch
 Patch302:   libxc-sr-xl-migration-debug.patch
@@ -222,6 +225,8 @@
 Patch468:   libxl.helper_done-crash.patch
 Patch469:   libxl.LIBXL_HOTPLUG_TIMEOUT.patch
 Patch470:   libxl-Fix-PV-hotplug-and-stubdom-coldplug.patch
+Patch471:   libxl-dont-try-to-free-a-NULL-list-of-vcpus.patch
+Patch472:   
libxl-dont-touch-nr_vcpus_out-if-listing-vcpus-and-returning-NULL.patch
 # python3 conversion patches
 Patch500:   build-python3-conversion.patch
 Patch501:   migration-python3-conversion.patch

++ libxl-dont-touch-nr_vcpus_out-if-listing-vcpus-and-returning-NULL.patch 
++
References: bsc#1191668, bsc#1194267

If we are in libvxl_list_vcpu() and we are returning NULL, let's avoid
touching the output parameter *nr_vcpus_out (which should contain the
number of vcpus in the list). Ideally, the caller initialized it to 0,
which is therefore consistent with us returning NULL (or, as an alternative,
we can explicitly set it to 0 if we're returning null... But just not
touching it seems the best behavior).

In fact, the current behavior is especially problematic if, for
instance, a domain is destroyed after we have done some steps of the
for() loop. In which case, calls like xc_vcpu_getinfo() or
xc_vcpu_getaffinity() will start to fail, and we return back to the
caller inconsistent information, such as a NULL list of vcpus, but a
modified and not 0 any longer, number of vcpus in the list.

Signed-off-by: Dario Faggioli 
Tested-by: James Fehlig 
---
Cc: Wei Liu 
Cc: Anthony PERARD 
Cc: Juergen Gross 
---
 tools/libs/light/libxl_domain.c |   14 --
 tools/libs/light/libxl_numa.c   |4 +++-
 2 files changed, 11 insertions(+), 7 deletions(-)

--- a/tools/libs/light/libxl_domain.c
+++ b/tools/libs/light/libxl_domain.c
@@ -1680,6 +1680,7 @@ libxl_vcpuinfo *libxl_list_vcpu(libxl_ct
 libxl_vcpuinfo *ptr, *ret;
 xc_domaininfo_t domaininfo;
 xc_vcpuinfo_t vcpuinfo;
+int nr_vcpus;
 
 if (xc_domain_getinfolist(ctx->xch, domid, 1, &domaininfo) != 1) {
 LOGED(ERROR, domid, "Getting infolist");
@@ -1696,27 +1697,27 @@ libxl_vcpuinfo *libxl_list_vcpu(libxl_ct
 ret = ptr = libxl__calloc(NOGC, domaininfo.max_vcpu_id + 1,
   sizeof(libxl_vcpuinfo));
 
-for (*nr_vcpus_out = 0;
- *nr_vcpus_out <= domaininfo.max_vcpu_id;
- ++*nr_vcpus_out, ++ptr) {
+for (nr_vcpus = 0;
+ nr_vcpus <= domaininfo.max_vcpu_id;
+ ++nr_vcpus, ++ptr) {
 libxl_bitmap_init(&ptr->cpumap);
 if (libxl_cpu_bitmap_alloc(ctx, &ptr->cpumap, 0))
 goto err;
 libxl_bitmap_init(&ptr->c

commit rubygem-mini_portile2 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-mini_portile2 for 
openSUSE:Factory checked in at 2022-01-27 23:16:27

Comparing /work/SRC/openSUSE:Factory/rubygem-mini_portile2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mini_portile2.new.1898 (New)


Package is "rubygem-mini_portile2"

Thu Jan 27 23:16:27 2022 rev:9 rq:949112 version:2.7.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mini_portile2/rubygem-mini_portile2.changes  
2021-06-05 23:31:03.280388156 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mini_portile2.new.1898/rubygem-mini_portile2.changes
2022-01-27 23:16:43.747076733 +0100
@@ -1,0 +2,21 @@
+Tue Jan 25 07:11:31 UTC 2022 - Stephan Kulow 
+
+updated to version 2.7.1
+ see installed CHANGELOG.md
+
+  ### 2.7.1 / 2021-10-20
+  
+   Packaging
+  
+  A test artifact that has been included in the gem was being flagged by some 
users' security scanners because it wasn't a real tarball. That artifact has 
been updated to be a real tarball. [#108]
+  
+  
+  ### 2.7.0 / 2021-08-31
+  
+  ### Added
+  
+  The commands used for "make", "compile", and "cmake" are configurable via 
keyword arguments. [#107] (Thanks, @cosmo0920!)
+  
+  
+
+---

Old:

  mini_portile2-2.6.1.gem

New:

  mini_portile2-2.7.1.gem



Other differences:
--
++ rubygem-mini_portile2.spec ++
--- /var/tmp/diff_new_pack.9Hq5aL/_old  2022-01-27 23:16:44.267073141 +0100
+++ /var/tmp/diff_new_pack.9Hq5aL/_new  2022-01-27 23:16:44.271073113 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mini_portile2
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mini_portile2
-Version:2.6.1
+Version:2.7.1
 Release:0
 %define mod_name mini_portile2
 %define mod_full_name %{mod_name}-%{version}

++ mini_portile2-2.6.1.gem -> mini_portile2-2.7.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/ci.yml new/.github/workflows/ci.yml
--- old/.github/workflows/ci.yml2021-05-31 17:19:04.0 +0200
+++ new/.github/workflows/ci.yml2021-10-20 16:32:30.0 +0200
@@ -1,5 +1,7 @@
 name: Continuous Integration
-
+concurrency:
+  group: "${{github.workflow}}-${{github.ref}}"
+  cancel-in-progress: true
 on:
   workflow_dispatch:
   push:
@@ -20,6 +22,7 @@
 env:
   MAKEFLAGS: -j2
 strategy:
+  fail-fast: false
   matrix:
 platform: [ubuntu-latest, windows-latest]
 ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "head"]
@@ -43,6 +46,7 @@
 env:
   MAKEFLAGS: -j2
 strategy:
+  fail-fast: false
   matrix:
 platform: [ubuntu-latest, windows-latest]
 ruby: ["3.0"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2021-05-31 17:19:04.0 +0200
+++ new/CHANGELOG.md2021-10-20 16:32:30.0 +0200
@@ -1,5 +1,19 @@
 ## mini_portile changelog
 
+### 2.7.1 / 2021-10-20
+
+ Packaging
+
+A test artifact that has been included in the gem was being flagged by some 
users' security scanners because it wasn't a real tarball. That artifact has 
been updated to be a real tarball. [#108]
+
+
+### 2.7.0 / 2021-08-31
+
+### Added
+
+The commands used for "make", "compile", and "cmake" are configurable via 
keyword arguments. [#107] (Thanks, @cosmo0920!)
+
+
 ### 2.6.1 / 2021-05-31
 
  Dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2021-05-31 17:19:04.0 +0200
+++ new/README.md   2021-10-20 16:32:30.0 +0200
@@ -83,11 +83,60 @@
 `#activate` ensures GCC will find this library and prefer it over a
 system-wide installation.
 
+Some keyword arguments can be passed to the constructor to configure the 
commands used:
+
+ `gcc_command`
+
+The compiler command that is used is configurable, and in order of preference 
will use:
+
+- the `CC` environment variable (if present)
+- the `gcc_command` value passed in to the constructor
+- `RbConfig::CONFIG["CC"]`
+- `"gcc"`
+
+You can pass it in like so:
+
+``` ruby
+MiniPortile.new("libiconv", "1.13.1", gcc_command: "cc")
+```
+
+ `make_command`
+
+The configuration/make command that is used is configurable, and in order of 
preference will use:
+
+- the `MAKE` environment variable (i

commit polkit for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2022-01-27 23:16:25

Comparing /work/SRC/openSUSE:Factory/polkit (Old)
 and  /work/SRC/openSUSE:Factory/.polkit.new.1898 (New)


Package is "polkit"

Thu Jan 27 23:16:25 2022 rev:80 rq:949264 version:0.120

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2021-12-12 
00:56:10.494525272 +0100
+++ /work/SRC/openSUSE:Factory/.polkit.new.1898/polkit.changes  2022-01-27 
23:16:41.795090219 +0100
@@ -1,0 +2,12 @@
+Wed Jan 26 11:44:35 UTC 2022 - Fabian Vogt 
+
+- Switch from mozjs to duktape:
+  * Add duktape-support.patch
+
+---
+Tue Jan 25 18:15:16 UTC 2022 - Marcus Meissner 
+
+- Fixed pkexec Local Privilege Escalation aka pwnkit (CVE-2021-4034 
bsc#1194568)
+  CVE-2021-4034-pkexec-fix.patch
+
+---

New:

  CVE-2021-4034-pkexec-fix.patch
  duktape-support.patch



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.r5IVWh/_old  2022-01-27 23:16:42.479085494 +0100
+++ /var/tmp/diff_new_pack.r5IVWh/_new  2022-01-27 23:16:42.487085438 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit
 #
-# 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
@@ -38,6 +38,10 @@
 Patch3: polkit-keyinit.patch
 # adjust path to polkit-agent-helper-1 (bsc#1180474)
 Patch4: polkit-adjust-libexec-path.patch
+# PATCH-FIX-UPSTREAM CVE-2021-4034-pkexec-fix.patch meissner@ -- bsc#1194568 
VUL-0: CVE-2021-4034: polkit: pkexec Local Privilege Escalation aka pwnkit
+Patch5: CVE-2021-4034-pkexec-fix.patch
+# PATCH-FIX-UPSTREAM 
https://gitlab.freedesktop.org/polkit/polkit/-/commit/c7fc4e1b61f0fd82fc697c19c604af7e9fb291a2.patch,
 without .gitlab-ci.yml (not in the tarball)
+Patch6: duktape-support.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -48,11 +52,11 @@
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  sysuser-tools
+BuildRequires:  pkgconfig(duktape) >= 2.2.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.6.2
 BuildRequires:  pkgconfig(libsystemd)
-BuildRequires:  pkgconfig(mozjs-78)
 BuildRequires:  pkgconfig(systemd)
 # gtk-doc drags indirectyly ruby in for one of the helpers. This in turn 
causes a build cycle.
 #!BuildIgnore:  ruby
@@ -146,6 +150,7 @@
--enable-introspection \
--enable-examples \
--enable-libsystemd-login \
+   --with-duktape \
%{nil}
 %make_build libprivdir=%{_libexecdir}/polkit-1
 %sysusers_generate_pre %{SOURCE3} polkit system-user-polkitd.conf

++ CVE-2021-4034-pkexec-fix.patch ++
--- a/src/programs/pkcheck.c
+++ a/src/programs/pkcheck.c
@@ -363,6 +363,12 @@ main (int argc, char *argv[])
   local_agent_handle = NULL;
   ret = 126;
 
+  if (argc < 1)
+{
+  help();
+  exit(1);
+}
+
   /* Disable remote file access from GIO. */
   setenv ("GIO_USE_VFS", "local", 1);
 
--- a/src/programs/pkexec.c 
+++ a/src/programs/pkexec.c 
@@ -488,6 +488,17 @@ main (int argc, char *argv[])
   pid_t pid_of_caller;
   gpointer local_agent_handle;
 
+
+  /*
+   * If 'pkexec' is called wrong, just show help and bail out.
+   */
+  if (argc<1)
+{
+  clearenv();
+  usage(argc, argv);
+  exit(1);
+}
+
   ret = 127;
   authority = NULL;
   subject = NULL;
@@ -614,10 +625,10 @@ main (int argc, char *argv[])
 
   path = g_strdup (pwstruct.pw_shell);
   if (!path)
-   {
+{
   g_printerr ("No shell configured or error retrieving pw_shell\n");
   goto out;
-   }
+}
   /* If you change this, be sure to change the if (!command_line)
 case below too */
   command_line = g_strdup (path);
@@ -636,7 +647,15 @@ main (int argc, char *argv[])
   goto out;
 }
   g_free (path);
-  argv[n] = path = s;
+  path = s;
+
+  /* argc<2 and pkexec runs just shell, argv is guaranteed to be 
null-terminated.
+   * /-less shell shouldn't happen, but let's be defensive and don't write 
to null-termination
+   */
+  if (argv[n] != NULL)
+  {
+argv[n] = path;
+  }
 }
   if (access (path, F_OK) != 0)
 {

++ duktape-support.patch ++
 3450 lines (skipped)


commit rubygem-nokogiri for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2022-01-27 23:16:26

Comparing /work/SRC/openSUSE:Factory/rubygem-nokogiri (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new.1898 (New)


Package is "rubygem-nokogiri"

Thu Jan 27 23:16:26 2022 rev:59 rq:949111 version:1.13.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2021-10-12 21:48:54.711833801 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new.1898/rubygem-nokogiri.changes  
2022-01-27 23:16:42.795083310 +0100
@@ -1,0 +2,140 @@
+Tue Jan 25 18:12:51 UTC 2022 - Marcus Rueckert 
+
+- Update to 1.13.1
+  - Fixed
+- Fix Nokogiri::XSLT.quote_params regression in v1.13.0 that
+  raised an exception when non-string stylesheet parameters
+  were passed. Non-string parameters (e.g., integers and
+  symbols) are now explicitly supported and both keys and
+  values will be stringified with #to_s. [#2418]
+- Fix CSS selector query regression in v1.13.0 that raised an
+  Nokogiri::XML::XPath::SyntaxError when parsing XPath
+  attributes mixed into the CSS query. Although this mash-up of
+  XPath and CSS syntax previously worked unintentionally, it is
+  now an officially supported feature and is documented as
+  such. [#2419]
+- Changes from 1.13.0
+  - This release ends support for:
+- Ruby 2.5, for which official support ended 2021-03-31.
+- JRuby 9.2, which is a Ruby 2.5-compatible release.
+- Faster, more reliable installation: Native Gem for ARM64 Linux
+
+  - This version of Nokogiri ships experimental native gem support
+for the aarch64-linux platform, which should support AWS
+Graviton and other ARM Linux platforms. We don't yet have CI
+running for this platform, and so we're interested in hearing
+back from y'all whether this is working, and what problems
+you're seeing. Please send us feedback here: Feedback: Have you
+used the aarch64-linux native gem?
+
+  - Publishing
+- This version of Nokogiri opts-in to the "MFA required to publish"
+  setting on Rubygems.org. This and all future Nokogiri gem files
+  must be published to Rubygems by an account with multi-factor
+  authentication enabled. This should provide some additional
+  protection against supply-chain attacks.
+
+  A related discussion about Trust exists at #2357 in which I
+  invite you to participate if you have feelings or opinions on
+  this topic.
+
+  - Dependencies
+- [CRuby] Vendored libiconv is updated from 1.15 to 1.16. (Note
+  that libiconv is only redistributed in the native windows and
+  native darwin gems, see LICENSE-DEPENDENCIES.md for more
+  information.) [#2206]
+- [CRuby] Upgrade mini_portile2 dependency from ~> 2.6.1 to ~>
+  2.7.0. ("ruby" platform gem only.)
+  - Improved
+- {XML,HTML4}::DocumentFragment constructors all now take an
+  optional parse options parameter or block (similar to
+  Document constructors). [#1692] (Thanks, @JackMc!)
+- Nokogiri::CSS.xpath_for allows an XPathVisitor to be
+  injected, for finer-grained control over how CSS queries are
+  translated into XPath.
+- [CRuby] XML::Reader#encoding will return the encoding
+  detected by the parser when it's not passed to the
+  constructor. [#980]
+- [CRuby] Handle abruptly-closed HTML comments as recommended
+  by WHATWG. (Thanks to tehryanx for reporting!)
+- [CRuby] Node#line is no longer capped at 65535. libxml v2.9.0
+  and later support a new parse option, exposed as
+  Nokogiri::XML::ParseOptions::PARSE_BIG_LINES, which is turned
+  on by default in ParseOptions::DEFAULT_{XML,XSLT,HTML,SCHEMA}
+  (Note that JRuby already supported large line numbers.)
+  [#1764, #1493, #1617, #1505, #1003, #533]
+- [CRuby] If a cycle is introduced when reparenting a node
+  (i.e., the node becomes its own ancestor), a RuntimeError is
+  raised. libxml2 does no checking for this, which means cycles
+  would otherwise result in infinite loops on subsequent
+  operations. (Note that JRuby already did this.) [#1912]
+- [CRuby] Source builds will download zlib and libiconv via
+  HTTPS. ("ruby" platform gem only.) [#2391] (Thanks,
+  @jmartin-r7!)
+- [JRuby] Node#line behavior has been modified to return the
+  line number of the node in the final DOM structure. This
+  behavior is different from CRuby, which returns the node's
+  position in the input string. Ideally the two implementations
+  would be the same, but at least is now officially documented
+  and tested. The real-world impact of this change is that the
+  value retur

commit rubygem-parallel_tests for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-parallel_tests for 
openSUSE:Factory checked in at 2022-01-27 23:16:24

Comparing /work/SRC/openSUSE:Factory/rubygem-parallel_tests (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-parallel_tests.new.1898 (New)


Package is "rubygem-parallel_tests"

Thu Jan 27 23:16:24 2022 rev:12 rq:949092 version:3.7.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-parallel_tests/rubygem-parallel_tests.changes
2021-06-27 18:58:34.044235505 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-parallel_tests.new.1898/rubygem-parallel_tests.changes
  2022-01-27 23:16:39.099108845 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 07:17:35 UTC 2022 - Stephan Kulow 
+
+updated to version 3.7.3
+  no changelog found
+
+---

Old:

  parallel_tests-3.7.0.gem

New:

  parallel_tests-3.7.3.gem



Other differences:
--
++ rubygem-parallel_tests.spec ++
--- /var/tmp/diff_new_pack.x5PZCp/_old  2022-01-27 23:16:39.687104783 +0100
+++ /var/tmp/diff_new_pack.x5PZCp/_new  2022-01-27 23:16:39.695104727 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-parallel_tests
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-parallel_tests
-Version:3.7.0
+Version:3.7.3
 Release:0
 %define mod_name parallel_tests
 %define mod_full_name %{mod_name}-%{version}

++ parallel_tests-3.7.0.gem -> parallel_tests-3.7.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readme.md new/Readme.md
--- old/Readme.md   2021-04-08 18:48:53.0 +0200
+++ new/Readme.md   2021-09-18 00:58:08.0 +0200
@@ -42,6 +42,9 @@
 
 ### Setup environment from scratch (create db and loads schema, useful for CI)
 rake parallel:setup
+
+### Drop all test databases
+rake parallel:drop
 
 ### Run!
 rake parallel:test  # Test::Unit
@@ -182,19 +185,24 @@
 
 gem install parallel_tests
 # go to your project dir
-parallel_test test/
-parallel_rspec spec/
-parallel_cucumber features/
-parallel_spinach features/
+parallel_test
+parallel_rspec
+parallel_cucumber
+parallel_spinach
 
- - use `ENV['TEST_ENV_NUMBER']` inside your tests to select separate 
db/memcache/etc.
- - Only run selected files & folders:
+ - use `ENV['TEST_ENV_NUMBER']` inside your tests to select separate 
db/memcache/etc. (docker compose: expose it)
 
+ - Only run a subset of files / folders:
+ 
 `parallel_test test/bar test/baz/foo_text.rb`
 
  - Pass test-options and files via `--`:
-
-`parallel_test -- -t acceptance -f progress -- spec/foo_spec.rb 
spec/acceptance`
+ 
+`parallel_rspec -- -t acceptance -f progress -- spec/foo_spec.rb 
spec/acceptance`
+
+ - Pass in test options, by using the -o flag (wrap everything in quotes):
+ 
+`parallel_cucumber -n 2 -o '-p foo_profile --tags @only_this_tag or 
@only_that_tag --format summary'`
 
 Options are:
 
@@ -393,6 +401,7 @@
  - [Nathan Broadbent](https://github.com/ndbroadbent)
  - [Vikram B Kumar](https://github.com/v-kumar)
  - [Joshua Pinter](https://github.com/joshuapinter)
+ - [Zach Dennis](https://github.com/zdennis)
 
 [Michael Grosser](http://grosser.it)
 mich...@grosser.it
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/parallel_tests/gherkin/runner.rb 
new/lib/parallel_tests/gherkin/runner.rb
--- old/lib/parallel_tests/gherkin/runner.rb2021-04-08 18:48:53.0 
+0200
+++ new/lib/parallel_tests/gherkin/runner.rb2021-09-18 00:58:08.0 
+0200
@@ -24,8 +24,8 @@
   cmd = [
 executable,
 (runtime_logging if File.directory?(File.dirname(runtime_log))),
-cucumber_opts(options[:test_options]),
-*sanitized_test_files
+*sanitized_test_files,
+cucumber_opts(options[:test_options])
   ].compact.reject(&:empty?).join(' ')
   execute_command(cmd, process_number, num_processes, options)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/parallel_tests/test/runner.rb 
new/lib/parallel_tests/test/runner.rb
--- old/lib/parallel_tests/test/runner.rb   2021-04-08 18:48:53.0 
+0200
+++ new/lib/parallel_tests/test/runner.rb   2021-09-18 00:58:08.0 
+0200
@@ -24,7 +2

commit keylime for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keylime for openSUSE:Factory checked 
in at 2022-01-27 23:16:25

Comparing /work/SRC/openSUSE:Factory/keylime (Old)
 and  /work/SRC/openSUSE:Factory/.keylime.new.1898 (New)


Package is "keylime"

Thu Jan 27 23:16:25 2022 rev:12 rq:949098 version:6.2.1

Changes:

--- /work/SRC/openSUSE:Factory/keylime/keylime.changes  2022-01-21 
01:25:02.742741216 +0100
+++ /work/SRC/openSUSE:Factory/.keylime.new.1898/keylime.changes
2022-01-27 23:16:40.827096907 +0100
@@ -1,0 +2,5 @@
+Tue Jan 25 15:13:04 UTC 2022 - Alberto Planas Dominguez 
+
+- Set /var/lib/keylime under the same permissions expected by the code
+
+---



Other differences:
--
++ keylime.spec ++
--- /var/tmp/diff_new_pack.xwF456/_old  2022-01-27 23:16:41.563091822 +0100
+++ /var/tmp/diff_new_pack.xwF456/_new  2022-01-27 23:16:41.567091794 +0100
@@ -275,7 +275,7 @@
 %{_prefix}/lib/firewalld/services/keylime.xml
 
 %files -n %{srcname}-tpm_cert_store
-%dir %{_sharedstatedir}/keylime
+%dir %attr(0700,root,root) %{_sharedstatedir}/keylime
 %dir %{_sharedstatedir}/keylime/tpm_cert_store
 %{_sharedstatedir}/keylime/tpm_cert_store/*
 


commit rubygem-mime-types-data for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-mime-types-data for 
openSUSE:Factory checked in at 2022-01-27 23:16:23

Comparing /work/SRC/openSUSE:Factory/rubygem-mime-types-data (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mime-types-data.new.1898 (New)


Package is "rubygem-mime-types-data"

Thu Jan 27 23:16:23 2022 rev:12 rq:949089 version:3.2022.0105

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mime-types-data/rubygem-mime-types-data.changes
  2021-08-18 08:55:23.059010020 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types-data.new.1898/rubygem-mime-types-data.changes
2022-01-27 23:16:38.215114952 +0100
@@ -1,0 +2,31 @@
+Tue Jan 25 07:11:06 UTC 2022 - Stephan Kulow 
+
+updated to version 3.2022.0105
+ see installed History.md
+
+  ## 3.2022.0105 / 2022-01-05
+  
+  - Updated the Apache and IANA media registry entries as of release date.
+  
+  - Fixed an incorrect definition of `image/bmp`, which had been marked 
obsolete
+and later registered. Fixed [#48], found by William T. Nelson.
+  
+  ## 3.2021.1115 / 2021-11-15
+  
+  - Updated the Apache and IANA media registry entries as of release date.
+  
+  - Added conversion utilities that support the `mini_mime` data format. These
+have been ported from the [mini_mime] repository. [#47]
+  
+  - Added IANA provisional media registries. Added some notes to 
Contributing.md
+about the transient nature of the provisional registration data. This was
+triggered in part by a pull request by Jon Sneyers. Thanks! [#45], [#43]
+  
+  ## 3.2021.0901 / 2021-09-01
+  
+  - Updated the Apache and IANA media registry entries as of release date.
+  
+  - Added file extension for WebVTT text format. [#46]
+  
+
+---

Old:

  mime-types-data-3.2021.0704.gem

New:

  mime-types-data-3.2022.0105.gem



Other differences:
--
++ rubygem-mime-types-data.spec ++
--- /var/tmp/diff_new_pack.IFNbzb/_old  2022-01-27 23:16:38.687111692 +0100
+++ /var/tmp/diff_new_pack.IFNbzb/_new  2022-01-27 23:16:38.695111636 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mime-types-data
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mime-types-data
-Version:3.2021.0704
+Version:3.2022.0105
 Release:0
 %define mod_name mime-types-data
 %define mod_full_name %{mod_name}-%{version}

++ mime-types-data-3.2021.0704.gem -> mime-types-data-3.2022.0105.gem ++
 30580 lines of diff (skipped)


commit rubygem-pkg-config for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-pkg-config for 
openSUSE:Factory checked in at 2022-01-27 23:16:24

Comparing /work/SRC/openSUSE:Factory/rubygem-pkg-config (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pkg-config.new.1898 (New)


Package is "rubygem-pkg-config"

Thu Jan 27 23:16:24 2022 rev:23 rq:949093 version:1.4.7

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2021-07-04 22:10:29.533345385 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new.1898/rubygem-pkg-config.changes
  2022-01-27 23:16:39.939103042 +0100
@@ -1,0 +2,18 @@
+Tue Jan 25 07:19:26 UTC 2022 - Stephan Kulow 
+
+updated to version 1.4.7
+ see installed NEWS
+
+  == 1.4.7 - 2022-01-16
+  
+  === Improvements
+  
+* Added support for RubyInstaller2 3.1 or later.
+  [Reported by golirev][GitHub:ruby-gnome/ruby-gnome#1457]
+  
+  === Thanks
+  
+* golirev
+  
+
+---

Old:

  pkg-config-1.4.6.gem

New:

  pkg-config-1.4.7.gem



Other differences:
--
++ rubygem-pkg-config.spec ++
--- /var/tmp/diff_new_pack.I5DayA/_old  2022-01-27 23:16:40.559098758 +0100
+++ /var/tmp/diff_new_pack.I5DayA/_new  2022-01-27 23:16:40.563098731 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pkg-config
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pkg-config
-Version:1.4.6
+Version:1.4.7
 Release:0
 %define mod_name pkg-config
 %define mod_full_name %{mod_name}-%{version}

++ pkg-config-1.4.6.gem -> pkg-config-1.4.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2021-04-12 02:34:18.0 +0200
+++ new/NEWS2022-01-16 05:29:03.0 +0100
@@ -1,5 +1,16 @@
 = NEWS
 
+== 1.4.7 - 2022-01-16
+
+=== Improvements
+
+  * Added support for RubyInstaller2 3.1 or later.
+[Reported by golirev][GitHub:ruby-gnome/ruby-gnome#1457]
+
+=== Thanks
+
+  * golirev
+
 == 1.4.6 - 2021-04-12
 
 === Improvements
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config/version.rb 
new/lib/pkg-config/version.rb
--- old/lib/pkg-config/version.rb   2021-04-12 02:34:18.0 +0200
+++ new/lib/pkg-config/version.rb   2022-01-16 05:29:03.0 +0100
@@ -15,5 +15,5 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 
 module PKGConfig
-  VERSION = "1.4.6"
+  VERSION = "1.4.7"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config.rb new/lib/pkg-config.rb
--- old/lib/pkg-config.rb   2021-04-12 02:34:18.0 +0200
+++ new/lib/pkg-config.rb   2022-01-16 05:29:03.0 +0100
@@ -301,7 +301,7 @@
   end
 
   def normalize_path_flags(path_flags, flag_option)
-return path_flags unless /-mingw32\z/ === RUBY_PLATFORM
+return path_flags unless /-mingw(?:32|-ucrt)\z/ === RUBY_PLATFORM
 
 pkg_config_prefix = self.class.native_pkg_config_prefix
 return path_flags unless pkg_config_prefix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2021-04-12 02:34:18.0 +0200
+++ new/metadata2022-01-16 05:29:03.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: pkg-config
 version: !ruby/object:Gem::Version
-  version: 1.4.6
+  version: 1.4.7
 platform: ruby
 authors:
 - Kouhei Sutou
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2021-04-12 00:00:00.0 Z
+date: 2022-01-16 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: test-unit
@@ -89,7 +89,7 @@
 - !ruby/object:Gem::Version
   version: '0'
 requirements: []
-rubygems_version: 3.3.0.dev
+rubygems_version: 3.4.0.dev
 signing_key: 
 specification_version: 4
 summary: A pkg-config implementation for Ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/test-pkg-config.rb new/test/test-pkg-config.rb
--- old/test/test-pkg-config.rb 2021-04-12 02:34:18.0 +0200
+++ new/test/test-pkg-config.rb 2022-01-16 05:29:03.0 +0100
@@ -25,12 +25,14 @@
   end
 
   def test_cflags
+omit("Fragile on macOS") if RUBY_PLATFORM.include?("darwin")
 assert_pkg_config("cairo", ["--

commit rubygem-listen for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-listen for openSUSE:Factory 
checked in at 2022-01-27 23:16:22

Comparing /work/SRC/openSUSE:Factory/rubygem-listen (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-listen.new.1898 (New)


Package is "rubygem-listen"

Thu Jan 27 23:16:22 2022 rev:17 rq:949087 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-listen/rubygem-listen.changes
2021-08-27 21:43:34.437947577 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-listen.new.1898/rubygem-listen.changes  
2022-01-27 23:16:36.483126918 +0100
@@ -1,0 +2,7 @@
+Tue Jan 25 07:09:39 UTC 2022 - Stephan Kulow 
+
+updated to version 3.7.1
+ see installed CHANGELOG.md
+
+
+---

Old:

  listen-3.7.0.gem

New:

  listen-3.7.1.gem



Other differences:
--
++ rubygem-listen.spec ++
--- /var/tmp/diff_new_pack.aa8srY/_old  2022-01-27 23:16:36.951123685 +0100
+++ /var/tmp/diff_new_pack.aa8srY/_new  2022-01-27 23:16:36.963123602 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-listen
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-listen
-Version:3.7.0
+Version:3.7.1
 Release:0
 %define mod_name listen
 %define mod_full_name %{mod_name}-%{version}

++ listen-3.7.0.gem -> listen-3.7.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2021-08-19 07:31:34.0 +0200
+++ new/README.md   2022-01-13 22:30:22.0 +0100
@@ -97,23 +97,23 @@
 Each of these three is always an array with 0 or more entries.
 Each array entry is an absolute path.
 
-### Pause / unpause / stop
+### Pause / start / stop
 
-Listeners can also be easily paused/unpaused:
+Listeners can also be easily paused and later un-paused with start:
 
 ``` ruby
 listener = Listen.to('dir/path/to/listen') { |modified, added, removed| puts 
'handle changes here...' }
 
 listener.start
-listener.paused? # => false
+listener.paused? # => false
 listener.processing? # => true
 
-listener.pause   # stops processing changes (but keeps on collecting them)
-listener.paused? # => true
+listener.pause   # stops processing changes (but keeps on collecting them)
+listener.paused? # => true
 listener.processing? # => false
 
-listener.unpause # resumes processing changes ("start" would do the same)
-listener.stop# stop both listening to changes and processing them
+listener.start   # resumes processing changes
+listener.stop# stop both listening to changes and processing them
 ```
 
   Note: While paused, `listen` keeps on collecting changes in the background - 
to clear them, call `stop`.
@@ -122,7 +122,7 @@
 
 ### Ignore / ignore!
 
-`Listen` ignores some directories and extensions by default (See 
DEFAULT_IGNORED_DIRECTORIES and DEFAULT_IGNORED_EXTENSIONS in Listen::Silencer).
+`Listen` ignores some directories and extensions by default (See 
DEFAULT_IGNORED_FILES and DEFAULT_IGNORED_EXTENSIONS in Listen::Silencer).
 You can add ignoring patterns with the `ignore` option/method or overwrite 
default with `ignore!` option/method.
 
 ``` ruby
@@ -157,7 +157,7 @@
 
 ```ruby
 ignore: [%r{/foo/bar}, /\.pid$/, /\.coffee$/]   # Ignore a list of paths
-# default: See 
DEFAULT_IGNORED_DIRECTORIES and DEFAULT_IGNORED_EXTENSIONS in Listen::Silencer
+# default: See 
DEFAULT_IGNORED_FILES and DEFAULT_IGNORED_EXTENSIONS in Listen::Silencer
 
 ignore!: %r{/foo/bar}   # Same as ignore options, but 
overwrite default ignored paths.
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/listen/directory.rb new/lib/listen/directory.rb
--- old/lib/listen/directory.rb 2021-08-19 07:31:34.0 +0200
+++ new/lib/listen/directory.rb 2022-01-13 22:30:22.0 +0100
@@ -36,7 +36,7 @@
   end
 
   # TODO: this is not tested properly
-  previous = previous.reject { |entry, _| current.include? path + entry }
+  previous = previous.reject { |entry, _| current.include?(path + entry) }
 
   _async_changes(snapshot, Pathname.new(rel_path), previous, options)
 rescue Errno::ENOENT, Errno::EHOSTDOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude

commit wireplumber for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wireplumber for openSUSE:Factory 
checked in at 2022-01-27 23:16:21

Comparing /work/SRC/openSUSE:Factory/wireplumber (Old)
 and  /work/SRC/openSUSE:Factory/.wireplumber.new.1898 (New)


Package is "wireplumber"

Thu Jan 27 23:16:21 2022 rev:4 rq:949044 version:0.4.7

Changes:

--- /work/SRC/openSUSE:Factory/wireplumber/wireplumber.changes  2022-01-11 
00:01:48.693236023 +0100
+++ /work/SRC/openSUSE:Factory/.wireplumber.new.1898/wireplumber.changes
2022-01-27 23:16:34.339141730 +0100
@@ -1,0 +2,27 @@
+Tue Jan 25 15:08:59 UTC 2022 - Antonio Larrosa 
+
+- Update to version 0.4.7:
+  * Fixed a regression in 0.4.6 that caused the selection of the
+default audio sources and sinks to be delayed until some event,
+which effectively caused losing audio output in many
+circumstances (glfo#pipewire/wireplumber#148,
+glfo#pipewire/wireplumber#150, glfo#pipewire/wireplumber#151,
+glfo#pipewire/wireplumber#153)
+  * Fixed a regression in 0.4.6 that caused the echo-cancellation
+pipewire module (and possibly others) to not work
+  * A default sink or source is now not selected if there is no
+available route for it (glfo#pipewire/wireplumber#145)
+  * Fixed an issue where some clients would wait for a bit while
+seeking (glfo#pipewire/wireplumber#146)
+  * Fixed audio capture in the endpoints-based policy
+  * Fixed an issue that would cause certain lua scripts to error
+out with older configuration files
+(glfo#pipewire/wireplumber#158)
+- Drop patches already included upstream:
+  * 
0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch
+  * 0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch
+- Add patch from upstream to fix selection of Pro Audio nodes
+  as default nodes:
+  * 0001-default-nodes-handle-nodes-without-Routes.patch
+
+---

Old:

  
0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch
  0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch
  wireplumber-0.4.6.obscpio

New:

  0001-default-nodes-handle-nodes-without-Routes.patch
  wireplumber-0.4.7.obscpio



Other differences:
--
++ wireplumber.spec ++
--- /var/tmp/diff_new_pack.aaXLkt/_old  2022-01-27 23:16:34.963137419 +0100
+++ /var/tmp/diff_new_pack.aaXLkt/_new  2022-01-27 23:16:34.967137392 +0100
@@ -22,7 +22,7 @@
 %define sover 0
 %define libwireplumber libwireplumber-%{apiver_str}-%{sover}
 Name:   wireplumber
-Version:0.4.6
+Version:0.4.7
 Release:0
 Summary:Session / policy manager implementation for PipeWire
 License:MIT
@@ -30,8 +30,8 @@
 URL:https://gitlab.freedesktop.org/pipewire/wireplumber
 Source0:wireplumber-%{version}.tar.xz
 Source1:split-config-file.py
-Patch0: 
0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch
-Patch1: 
0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch
+Patch0: 0001-default-nodes-handle-nodes-without-Routes.patch
+
 Patch100:   reduce-meson-required-version.patch
 # docs
 BuildRequires:  doxygen

++ 0001-default-nodes-handle-nodes-without-Routes.patch ++
>From 211f1e6b6cd4898121e4c2b821fae4dea6cc3317 Mon Sep 17 00:00:00 2001
From: Wim Taymans 
Date: Fri, 14 Jan 2022 16:28:48 +0100
Subject: [PATCH] default-nodes: handle nodes without Routes

When a node has not part of any EnumRoute, we must assume it is
available.

Fixes selection of Pro Audio nodes as default nodes.
---
 modules/module-default-nodes.c | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/modules/module-default-nodes.c b/modules/module-default-nodes.c
index 32b2725b..15aadeaa 100644
--- a/modules/module-default-nodes.c
+++ b/modules/module-default-nodes.c
@@ -108,6 +108,7 @@ node_has_available_routes (WpDefaultNodes * self, WpNode 
*node)
   gint dev_id = dev_id_str ? atoi (dev_id_str) : -1;
   gint cpd = cpd_str ? atoi (cpd_str) : -1;
   g_autoptr (WpDevice) device = NULL;
+  gint found = 0;
 
   if (dev_id == -1 || cpd == -1)
 return TRUE;
@@ -168,6 +169,7 @@ node_has_available_routes (WpDefaultNodes * self, WpNode 
*node)
 for (; wp_iterator_next (it, &v); g_value_unset (&v)) {
   gint32 *d = (gint32 *)g_value_get_pointer (&v);
   if (d && *d == cpd) {
+found++;
 if (route_avail != SPA_PARAM_AVAILABILITY_no)
   return TRUE;
   }
@@ -175,6 +177,10 @@ node_has_available_routes (WpDefaultNodes * self, WpNode 
*node)
   }
 }
   }
+

commit rubygem-mime-types for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-mime-types for 
openSUSE:Factory checked in at 2022-01-27 23:16:23

Comparing /work/SRC/openSUSE:Factory/rubygem-mime-types (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mime-types.new.1898 (New)


Package is "rubygem-mime-types"

Thu Jan 27 23:16:23 2022 rev:25 rq:949088 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mime-types/rubygem-mime-types.changes
2020-03-07 21:38:45.844293439 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types.new.1898/rubygem-mime-types.changes
  2022-01-27 23:16:37.427120396 +0100
@@ -1,0 +2,41 @@
+Tue Jan 25 07:10:53 UTC 2022 - Stephan Kulow 
+
+updated to version 3.4.1
+ see installed History.md
+
+  # Changelog
+  
+  ## 3.4.1 / 2021-11-16
+  
+  - 1 bugfix:
+  
+- Fixed a Ruby < 2.3 incompatibility introduced by the use of 
standardrb,
+  where `<<-` heredocs were converted to `<<~` heredocs. These have been
+  reverted back to `<<-` with the indentation kept and a `.strip` call
+  to prevent excess whitespace.
+  
+  ## 3.4.0 / 2021-11-15
+  
+  - 1 minor enhancement:
+  
+- Added a new field to `MIME::Type` for checking provisional registrations
+  from IANA. [#157]
+  
+  - Documentation:
+  
+- Kevin Menard synced the documentation so that all examples are correct.
+  [#153]
+  
+  - Administrivia:
+  
+- Added Ruby 3.0 to the CI test matrix. Added `windows/jruby` to the
+  CI exclusion list; it refuses to run successfully.
+- Removed the Travis CI configuration and changed it to Github Workflows
+  [#150]. Removed Coveralls configuration.
+- Igor Victor added TruffleRuby to the Travis CI configuration. [#149]
+- Koichi ITO loosened an excessively tight dependency. [#147]
+- Started using `standardrb` for Ruby formatting and validation.
+- Moved `deps:top` functionality to a support file.
+  
+
+---

Old:

  mime-types-3.3.1.gem

New:

  mime-types-3.4.1.gem



Other differences:
--
++ rubygem-mime-types.spec ++
--- /var/tmp/diff_new_pack.6bxytY/_old  2022-01-27 23:16:37.943116831 +0100
+++ /var/tmp/diff_new_pack.6bxytY/_new  2022-01-27 23:16:37.947116804 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mime-types
 #
-# Copyright (c) 2020 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mime-types
-Version:3.3.1
+Version:3.4.1
 Release:0
 %define mod_name mime-types
 %define mod_full_name %{mod_name}-%{version}

++ mime-types-3.3.1.gem -> mime-types-3.4.1.gem ++
 3934 lines of diff (skipped)


commit rubygem-asciidoctor for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-asciidoctor for 
openSUSE:Factory checked in at 2022-01-27 23:16:21

Comparing /work/SRC/openSUSE:Factory/rubygem-asciidoctor (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-asciidoctor.new.1898 (New)


Package is "rubygem-asciidoctor"

Thu Jan 27 23:16:21 2022 rev:9 rq:949061 version:2.0.17

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-asciidoctor/rubygem-asciidoctor.changes  
2021-07-04 22:10:24.549383935 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-asciidoctor.new.1898/rubygem-asciidoctor.changes
2022-01-27 23:16:35.463133965 +0100
@@ -1,0 +2,7 @@
+Tue Jan 25 06:28:30 UTC 2022 - Stephan Kulow 
+
+updated to version 2.0.17
+ see installed CHANGELOG.adoc
+
+
+---

Old:

  asciidoctor-2.0.15.gem

New:

  asciidoctor-2.0.17.gem



Other differences:
--
++ rubygem-asciidoctor.spec ++
--- /var/tmp/diff_new_pack.SD7pI6/_old  2022-01-27 23:16:35.927130759 +0100
+++ /var/tmp/diff_new_pack.SD7pI6/_new  2022-01-27 23:16:35.931130732 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-asciidoctor
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-asciidoctor
-Version:2.0.15
+Version:2.0.17
 Release:0
 %define mod_name asciidoctor
 %define mod_full_name %{mod_name}-%{version}

++ asciidoctor-2.0.15.gem -> asciidoctor-2.0.17.gem ++
 4975 lines of diff (skipped)


commit ffnvcodec for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ffnvcodec for openSUSE:Factory 
checked in at 2022-01-27 23:16:20

Comparing /work/SRC/openSUSE:Factory/ffnvcodec (Old)
 and  /work/SRC/openSUSE:Factory/.ffnvcodec.new.1898 (New)


Package is "ffnvcodec"

Thu Jan 27 23:16:20 2022 rev:14 rq:949032 version:11.1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/ffnvcodec/ffnvcodec.changes  2021-11-06 
18:13:32.512744431 +0100
+++ /work/SRC/openSUSE:Factory/.ffnvcodec.new.1898/ffnvcodec.changes
2022-01-27 23:16:32.755152674 +0100
@@ -1,0 +2,9 @@
+Mon Jan 24 04:39:04 UTC 2022 - malcolmle...@opensuse.org
+
+- Update to version 11.1.5.1:
+  * Update forgotten version number in README.
+  * Add a subset of CUDA EGLStreams interop API.
+  * Add CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_TIMELINE_SEMAPHOR.
+  * Add timeline semaphore type.
+
+---

Old:

  nv-codec-headers-11.1.5.0.tar.xz

New:

  nv-codec-headers-11.1.5.1.tar.xz



Other differences:
--
++ ffnvcodec.spec ++
--- /var/tmp/diff_new_pack.IIX5QK/_old  2022-01-27 23:16:33.343148612 +0100
+++ /var/tmp/diff_new_pack.IIX5QK/_new  2022-01-27 23:16:33.347148584 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ffnvcodec
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   ffnvcodec
-Version:11.1.5.0
+Version:11.1.5.1
 Release:0
 Summary:FFmpeg version of NVIDIA codec API headers
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.IIX5QK/_old  2022-01-27 23:16:33.387148308 +0100
+++ /var/tmp/diff_new_pack.IIX5QK/_new  2022-01-27 23:16:33.391148280 +0100
@@ -4,7 +4,7 @@
 git
 @PARENT_TAG@
 n([0-9\.]*)
-n11.1.5.0
+n11.1.5.1
   
   
 *.tar

++ nv-codec-headers-11.1.5.0.tar.xz -> nv-codec-headers-11.1.5.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nv-codec-headers-11.1.5.0/README 
new/nv-codec-headers-11.1.5.1/README
--- old/nv-codec-headers-11.1.5.0/README2021-08-03 18:13:31.0 
+0200
+++ new/nv-codec-headers-11.1.5.1/README2022-01-11 03:00:49.0 
+0100
@@ -1,6 +1,6 @@
 FFmpeg version of headers required to interface with Nvidias codec APIs.
 
-Corresponds to Video Codec SDK version 11.0.10.
+Corresponds to Video Codec SDK version 11.1.5.
 
 Minimum required driver versions:
 Linux: 470.57.02 or newer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nv-codec-headers-11.1.5.0/ffnvcodec.pc.in 
new/nv-codec-headers-11.1.5.1/ffnvcodec.pc.in
--- old/nv-codec-headers-11.1.5.0/ffnvcodec.pc.in   2021-08-03 
18:13:31.0 +0200
+++ new/nv-codec-headers-11.1.5.1/ffnvcodec.pc.in   2022-01-11 
03:00:49.0 +0100
@@ -3,5 +3,5 @@
 
 Name: ffnvcodec
 Description: FFmpeg version of Nvidia Codec SDK headers
-Version: 11.1.5.0
+Version: 11.1.5.1
 Cflags: -I${includedir}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nv-codec-headers-11.1.5.0/include/ffnvcodec/dynlink_cuda.h 
new/nv-codec-headers-11.1.5.1/include/ffnvcodec/dynlink_cuda.h
--- old/nv-codec-headers-11.1.5.0/include/ffnvcodec/dynlink_cuda.h  
2021-08-03 18:13:31.0 +0200
+++ new/nv-codec-headers-11.1.5.1/include/ffnvcodec/dynlink_cuda.h  
2022-01-11 03:00:49.0 +0100
@@ -29,6 +29,7 @@
 #define FFNV_DYNLINK_CUDA_H
 
 #include 
+#include 
 
 #define CUDA_VERSION 7050
 
@@ -58,12 +59,15 @@
 typedef struct CUgraphicsResource_st *CUgraphicsResource;
 typedef struct CUextMemory_st*CUexternalMemory;
 typedef struct CUextSemaphore_st *CUexternalSemaphore;
+typedef struct CUeglStreamConnection_st *CUeglStreamConnection;
 
 typedef struct CUlinkState_st *CUlinkState;
 
 typedef enum cudaError_enum {
 CUDA_SUCCESS = 0,
-CUDA_ERROR_NOT_READY = 600
+CUDA_ERROR_NOT_READY = 600,
+CUDA_ERROR_LAUNCH_TIMEOUT = 702,
+CUDA_ERROR_UNKNOWN = 999
 } CUresult;
 
 /**
@@ -154,10 +158,12 @@
 } CUexternalMemoryHandleType;
 
 typedef enum CUexternalSemaphoreHandleType_enum {
-CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD= 1,
-CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32 = 2,
-CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT = 3,
-CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE  = 4
+CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD= 1,
+CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32 = 2,
+   

commit iputils for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iputils for openSUSE:Factory checked 
in at 2022-01-27 23:16:20

Comparing /work/SRC/openSUSE:Factory/iputils (Old)
 and  /work/SRC/openSUSE:Factory/.iputils.new.1898 (New)


Package is "iputils"

Thu Jan 27 23:16:20 2022 rev:63 rq:949038 version:20211215

Changes:

--- /work/SRC/openSUSE:Factory/iputils/iputils.changes  2021-12-18 
20:29:54.818231468 +0100
+++ /work/SRC/openSUSE:Factory/.iputils.new.1898/iputils.changes
2022-01-27 23:16:33.611146760 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 13:31:33 UTC 2022 - pgaj...@suse.com
+
+- temporarily reintroduce rarpd and rdisc tools to get them into
+  15sp4 [jsc#SLE-23521]
+
+---



Other differences:
--
++ iputils.spec ++
--- /var/tmp/diff_new_pack.1IpWae/_old  2022-01-27 23:16:34.087143472 +0100
+++ /var/tmp/diff_new_pack.1IpWae/_new  2022-01-27 23:16:34.095143416 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iputils
 #
-# 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
@@ -46,7 +46,17 @@
 
 %description
 This package contains some small network tools for IPv4 and IPv6 like
-ping, arping and tracepath.
+rdisc, ping, arping and tracepath.
+
+%package -n rarpd
+Summary:Reverse Address Resolution Protocol Daemon
+Group:  Productivity/Networking/System
+%systemd_requires
+
+%description -n rarpd
+Rarpd listens on the Ethernet for broadcast packets asking for reverse
+address resolution.  These packets are sent by hosts at boot time to find
+out their IP addresses.
 
 %prep
 %autosetup -p1
@@ -55,7 +65,7 @@
 # Pulled-in by the LINK.o variable.
 export LDFLAGS="-Wl,-z,relro,-z,now"
 
-%meson -DBUILD_NINFOD=false -DBUILD_RARPD=false -DBUILD_RDISC=false 
-DNO_SETCAP_OR_SUID=true -Db_pie=true -Dc_std=none
+%meson -DBUILD_NINFOD=false -DBUILD_RARPD=true -DNO_SETCAP_OR_SUID=true 
-Db_pie=true -Dc_std=none
 %meson_build
 
 %install
@@ -68,6 +78,12 @@
 # symlink to man tracepath6(8)
 ln -sf %{_mandir}/man8/tracepath.8%{ext_man} 
%{buildroot}%{_mandir}/man8/tracepath6.8%{ext_man}
 
+# Install service files and create rc compat symling
+install -Dpm 0644 %_vpath_builddir/rdisc.service %{buildroot}/%{_unitdir}
+install -Dpm 0644 %_vpath_builddir/rarpd@.service %{buildroot}/%{_unitdir}
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrarpd
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrdisc
+
 %if !0%{?usrmerged}
 # We still have reverse dependencies using /sbin/* or /bin/*
 # so keep these symlinks for now. They are slowly being fixed
@@ -75,6 +91,8 @@
 mkdir -p %{buildroot}/{bin,sbin}
 ln -sf %{_bindir}/arping   %{buildroot}/bin
 ln -sf %{_bindir}/clockdiff%{buildroot}/bin
+ln -sf %{_sbindir}/rarpd%{buildroot}/sbin
+ln -sf %{_sbindir}/rdisc%{buildroot}/sbin
 ln -sf %{_bindir}/ping  %{buildroot}/bin
 ln -sf %{_bindir}/ping6 %{buildroot}/bin
 ln -sf %{_bindir}/tracepath %{buildroot}/bin
@@ -83,33 +101,69 @@
 
 %find_lang %{name}
 
+%pre
+%service_add_pre rdisc.service
+
 %post
+%service_add_post rdisc.service
 %set_permissions %{_bindir}/clockdiff
 
 %verifyscript
 %verify_permissions -e %{_bindir}/clockdiff
 
+%preun
+%service_del_preun rdisc.service
+
+%postun
+%service_del_postun rdisc.service
+
+%pre -n rarpd
+%service_add_pre rarpd@.service
+
+%post -n rarpd
+%service_add_post rarpd@.service
+
+%preun -n rarpd
+%service_del_preun rarpd@.service
+
+%postun -n rarpd
+%service_del_postun rarpd@.service
+
 %files -f %{name}.lang
 %license LICENSE
 %{_bindir}/arping
 %verify(not mode caps) %attr(0755,root,root) %{_bindir}/clockdiff
 %verify(not mode caps) %attr(0755,root,root) %{_bindir}/ping
 %{_bindir}/ping6
+%{_sbindir}/rcrdisc
+%{_sbindir}/rdisc
 %{_bindir}/tracepath
 %{_bindir}/tracepath6
+%{_unitdir}/rdisc.service
 
 %if !0%{?usrmerged}
 /bin/arping
 /bin/clockdiff
 /bin/ping
 /bin/ping6
+/sbin/rdisc
 /bin/tracepath
 /bin/tracepath6
 %endif
 %{_mandir}/man8/arping.8%{?ext_man}
 %{_mandir}/man8/clockdiff.8%{?ext_man}
 %{_mandir}/man8/ping.8%{?ext_man}
+%{_mandir}/man8/rdisc.8%{?ext_man}
 %{_mandir}/man8/tracepath.8%{?ext_man}
 %{_mandir}/man8/tracepath6.8%{?ext_man}
 
+%files -n rarpd
+%{_sbindir}/rarpd
+%{_unitdir}/rarpd@.service
+%{_sbindir}/rcrarpd
+%if !0%{?usrmerged}
+/sbin/rarpd
+%endif
+%{_mandir}/man8/rarpd.8%{?ext_man}
+
 %changelog


commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-01-27 23:16:19

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1898 (New)


Package is "golang-github-prometheus-prometheus"

Thu Jan 27 23:16:19 2022 rev:18 rq:949029 version:2.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-10-05 22:33:47.882863657 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1898/golang-github-prometheus-prometheus.changes
2022-01-27 23:16:29.495175197 +0100
@@ -1,0 +2,256 @@
+Wed Jan 19 11:36:21 UTC 2022 - Witek Bedyk 
+
+- Updated patches:
+  + Changed:
+* 0002-Default-settings.patch
+  + Removed:
+* 0003-Add-Uyuni-service-discovery.patch
+
+- Use obs-service-go_modules
+
+- Upgrade to upstream version 2.32.1 (jsc#SLE-22863)
+  + Bugfixes:
+* Scrape: Fix reporting metrics when sample limit is reached
+  during the report. #9996
+* Scrape: Ensure that scrape interval and scrape timeout are
+  always set. #10023
+* TSDB: Expose and fix bug in iterators' Seek() method. #10030
+
+- Upgrade to upstream version 2.32.0
+  + Change:
+* remote-write: Change default max retry time from 100ms to
+  5 seconds. #9634
+  + Features:
+* Agent: New mode of operation optimized for remote-write only
+  scenarios, without local storage.
+* Promtool: Add promtool check service-discovery command. #8970
+  + Enhancements:
+* Promtool: Improve test output. #8064
+* Promtool: Use kahan summation for better numerical stability.
+* Remote-write: Reuse memory for marshalling. #9412
+* Scrape: Add scrape_body_size_bytes scrape metric behind the
+  --enable-feature=extra-scrape-metrics flag. #9569
+* TSDB: Add windows arm64 support. #9703
+* TSDB: Optimize query by skipping unneeded sorting in TSDB.
+* Templates: Support int and uint as datatypes for template
+  formatting. #9680
+* UI: Prefer rate over rad, delta over deg, and count over cos
+  in autocomplete. #9688
+  + Bugfixes:
+* TSDB: Add more size checks when writing individual sections
+  in the index. #9710
+* PromQL: Make deriv() return zero values for constant series.
+* TSDB: Fix panic when checkpoint directory is empty. #9687
+* TSDB: Fix panic, out of order chunks, and race warning during
+  WAL replay. #9856
+* UI: Correctly render links for targets with IPv6 addresses
+  that contain a Zone ID. #9853
+* Promtool: Fix checking of authorization.credentials_file and
+  bearer_token_file fields. #9883
+* Uyuni SD: Fix null pointer exception during initialization.
+* TSDB: Fix queries after a failed snapshot replay. #9980
+
+- Upgrade to upstream version 2.31.1
+  + Bugfix:
+* SD: Fix a panic when the experimental discovery manager
+  receives targets during a reload. #9656
+
+- Upgrade to upstream version 2.31.0
+  + Change:
+* UI: Remove standard PromQL editor in favour of the
+  codemirror-based editor. #9452
+  + Features:
+* PromQL: Add trigonometric functions and atan2 binary
+  operator. #9239 #9248 #9515
+* Remote: Add support for exemplar in the remote write receiver
+  endpoint. #9319 #9414
+* SD: Add PuppetDB service discovery. #8883
+* SD: Add Uyuni service discovery. #8190
+* Web: Add support for security-related HTTP headers. #9546
+  + Enhancements:
+* Azure SD: Add proxy_url, follow_redirects, tls_config. #9267
+* Backfill: Add --max-block-duration in promtool
+  create-blocks-from rules. #9511
+* Config: Print human-readable sizes with unit instead of raw
+  numbers. #9361
+* HTTP: Re-enable HTTP/2. #9398
+* Kubernetes SD: Warn user if number of endpoints exceeds
+  limit. #9467
+* OAuth2: Add TLS configuration to token requests. #9550
+* PromQL: Several optimizations. #9365 #9360 #9362 #9552
+* PromQL: Make aggregations deterministic in instant queries.
+* Rules: Add the ability to limit number of alerts or series.
+* SD: Experimental discovery manager to avoid restarts upon
+  reload.
+* UI: Debounce timerange setting changes. #9359
+  + Bugfixes:
+* Backfill: Apply rule labels after query labels. #9421
+* Scrape: Resolve conflicts between multiple exported label
+  prefixes. #9479 #9518
+* Scrape: Restart scrape loops when __scrape_interval__ is
+  changed. #9551
+* TSDB: Fix memory leak in samples deletion. #9151
+* UI: Use consistent margin-bottom for all alert kinds. #9318
+
+- Upgrade to upstream version

commit skelcd-control-MicroOS for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skelcd-control-MicroOS for 
openSUSE:Factory checked in at 2022-01-27 23:16:18

Comparing /work/SRC/openSUSE:Factory/skelcd-control-MicroOS (Old)
 and  /work/SRC/openSUSE:Factory/.skelcd-control-MicroOS.new.1898 (New)


Package is "skelcd-control-MicroOS"

Thu Jan 27 23:16:18 2022 rev:23 rq:949002 version:20220125

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-MicroOS/skelcd-control-MicroOS.changes
2021-12-29 21:10:46.838276842 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-MicroOS.new.1898/skelcd-control-MicroOS.changes
  2022-01-27 23:16:28.663180944 +0100
@@ -1,0 +2,15 @@
+Tue Jan 25 09:39:34 UTC 2022 - Alberto Planas Dominguez 
+
+- Remove ALPHA tag for the Keylime services
+- Reference the new place for the configuration file
+  (gh#skelcd-control-MicroOS#49).
+- 20220125
+
+---
+Mon Jan 24 21:12:31 UTC 2022 - David Diaz 
+
+- Add bootloader pattern for all roles (gh#yast/skelcd-control-MicroOS#47).
+  Sent by Alberto Planas .
+- 20220124
+
+---

Old:

  skelcd-control-MicroOS-20211228.tar.bz2

New:

  skelcd-control-MicroOS-20220125.tar.bz2



Other differences:
--
++ skelcd-control-MicroOS.spec ++
--- /var/tmp/diff_new_pack.GQfSBz/_old  2022-01-27 23:16:29.227177047 +0100
+++ /var/tmp/diff_new_pack.GQfSBz/_new  2022-01-27 23:16:29.231177021 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skelcd-control-MicroOS
 #
-# 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
@@ -34,8 +34,8 @@
 BuildRequires:  yast2-installation-control >= 4.4.3
 
 # xsltproc - for building control.TWMicroOS.xml from control.MicroOS.xml
-BuildRequires:  libxslt-tools
 BuildRequires:  diffutils
+BuildRequires:  libxslt-tools
 # we need to copy some parts from the openSUSE control.xml to MicroOS
 BuildRequires:  skelcd-control-openSUSE
 
@@ -46,8 +46,8 @@
 #
 
 # branding
-Requires:   yast2-theme
 Requires:   yast2-qt-branding-openSUSE
+Requires:   yast2-theme
 
 # Generic Yast packages needed for the installer
 Requires:   autoyast2
@@ -118,7 +118,7 @@
 
 URL:https://github.com/yast/skelcd-control-MicroOS
 AutoReqProv:off
-Version:20211228
+Version:20220125
 Release:0
 Summary:The MicroOS control file needed for installation
 License:MIT

++ skelcd-control-MicroOS-20211228.tar.bz2 -> 
skelcd-control-MicroOS-20220125.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-MicroOS-20211228/.github/workflows/ci.yml 
new/skelcd-control-MicroOS-20220125/.github/workflows/ci.yml
--- old/skelcd-control-MicroOS-20211228/.github/workflows/ci.yml
2021-12-28 22:49:05.0 +0100
+++ new/skelcd-control-MicroOS-20220125/.github/workflows/ci.yml
2022-01-25 12:24:07.0 +0100
@@ -8,8 +8,14 @@
 jobs:
   Package:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro:  [ "tumbleweed", "leap_latest" ]
+
 container:
-  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+  image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-MicroOS-20211228/control/control.MicroOS.xml 
new/skelcd-control-MicroOS-20220125/control/control.MicroOS.xml
--- old/skelcd-control-MicroOS-20211228/control/control.MicroOS.xml 
2021-12-28 22:49:05.0 +0100
+++ new/skelcd-control-MicroOS-20220125/control/control.MicroOS.xml 
2022-01-25 12:24:07.0 +0100
@@ -101,7 +101,7 @@
 
 auto
 
-microos_base microos_base_zypper microos_defaults 
microos_hardware
+microos_base microos_base_zypper microos_defaults 
microos_hardware bootloader
 
 32bit
 
@@ -249,7 +249,7 @@
 container_host_role
 
 
-microos_base microos_base_zypper 
microos_defaults microos_hardware container_runtime
+microos_base microos_base_zypper 
microos_defaults microos_hardware container_runtime 
bootloader
 
 
 200
@@ -267,7 +267,7 @@
   always
 
  
-microos_base microos_base_packagekit 
microos_defaults microos_hardware microos_gnome_desktop 
container_runtime
+microos_base microos_base_pack

commit libplist for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libplist for openSUSE:Factory 
checked in at 2022-01-27 23:16:19

Comparing /work/SRC/openSUSE:Factory/libplist (Old)
 and  /work/SRC/openSUSE:Factory/.libplist.new.1898 (New)


Package is "libplist"

Thu Jan 27 23:16:19 2022 rev:36 rq:949030 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libplist/libplist.changes2021-12-13 
20:46:56.204503750 +0100
+++ /work/SRC/openSUSE:Factory/.libplist.new.1898/libplist.changes  
2022-01-27 23:16:31.423161876 +0100
@@ -1,0 +2,5 @@
+Mon Jan 17 21:12:33 UTC 2022 - Michael Gorse 
+
+- Add python-rpm-macros to BuildRequires (boo#1194756).
+
+---



Other differences:
--
++ libplist.spec ++
--- /var/tmp/diff_new_pack.q6ubQx/_old  2022-01-27 23:16:32.039157620 +0100
+++ /var/tmp/diff_new_pack.q6ubQx/_new  2022-01-27 23:16:32.043157593 +0100
@@ -31,6 +31,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Cython >= 0.17
 BuildRequires:  pkgconfig(python3)
 


commit sendmail for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2022-01-27 23:16:17

Comparing /work/SRC/openSUSE:Factory/sendmail (Old)
 and  /work/SRC/openSUSE:Factory/.sendmail.new.1898 (New)


Package is "sendmail"

Thu Jan 27 23:16:17 2022 rev:110 rq:948986 version:8.17.1

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2021-11-20 
22:48:02.623859551 +0100
+++ /work/SRC/openSUSE:Factory/.sendmail.new.1898/sendmail.changes  
2022-01-27 23:16:26.723194347 +0100
@@ -1,0 +2,16 @@
+Tue Jan 25 10:10:35 UTC 2022 - Dr. Werner Fink 
+
+- No snapshots
+
+---
+Tue Jan 18 09:34:48 UTC 2022 - Dr. Werner Fink 
+
+- Update to final version sendmail 8.17.1
+  * Several potential memory leaks and other similar problems
+(mostly in error handling code) have been fixed.
+ Problems reported by Tomas Korbar of RedHat.
+- Port patches to new version
+  * sendmail-8.14.7-select.dif
+  * sendmail-8.17.1.dif
+
+---

Old:

  sendmail.8.17.0.3.tar.gz
  sendmail.8.17.0.3.tar.gz.sig

New:

  sendmail.8.17.1.tar.gz
  sendmail.8.17.1.tar.gz.sig



Other differences:
--
++ sendmail.spec ++
--- /var/tmp/diff_new_pack.kTBFxS/_old  2022-01-27 23:16:27.863186471 +0100
+++ /var/tmp/diff_new_pack.kTBFxS/_new  2022-01-27 23:16:27.867186444 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sendmail
 #
-# 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
@@ -101,13 +101,12 @@
 Conflicts:  postfix-tls
 Conflicts:  smail
 Obsoletes:  sendmail-tls
-Version:8.17.0.3
+Version:8.17.1
 Release:0
 Summary:BSD Sendmail
 License:Sendmail
 Group:  Productivity/Networking/Email/Servers
-#Source0:ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
-Source0:
ftp://ftp.sendmail.org/pub/sendmail/snapshots/%{name}.%{version}.tar.gz
+Source0:ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
 Source1:sendmail-suse.tar.bz2
 Source2:sendmail-rpmlintrc
 Source3:sendmail-client.path
@@ -116,8 +115,7 @@
 Source6:sendmail.systemd
 Source7:sendmail-client.systemd
 Source42:   ftp://ftp.sendmail.org/pub/sendmail/PGPKEYS#/%{name}.keyring
-#Source43:   
ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz.sig
-Source43:   
ftp://ftp.sendmail.org/pub/sendmail/snapshots/%{name}.%{version}.tar.gz.sig
+Source43:   
ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz.sig
 # PATCH-FIX-OPENSUSE: Add our m4 extensions and maintenance scripts
 Patch0: sendmail-8.17.1.dif
 # PATCH-FIX-OPENSUSE: if select(2) is interrupted the timeout become undefined

++ sendmail-8.14.7-select.dif ++
--- /var/tmp/diff_new_pack.kTBFxS/_old  2022-01-27 23:16:27.903186195 +0100
+++ /var/tmp/diff_new_pack.kTBFxS/_new  2022-01-27 23:16:27.907186168 +0100
@@ -105,7 +105,7 @@
{   \
 --- sendmail/sfsasl.c
 +++ sendmail/sfsasl.c  2020-07-28 06:16:36.453638343 +
-@@ -610,8 +610,6 @@ tls_retry(ssl, rfd, wfd, tlsstart, timeo
+@@ -602,8 +602,6 @@ tls_retry(ssl, rfd, wfd, tlsstart, timeo
left = timeout - (now - tlsstart);
if (left <= 0)
return 0;   /* timeout */
@@ -114,7 +114,7 @@
  
if (LogLevel > 14)
{
-@@ -643,6 +641,8 @@ tls_retry(ssl, rfd, wfd, tlsstart, timeo
+@@ -635,6 +633,8 @@ tls_retry(ssl, rfd, wfd, tlsstart, timeo
FD_SET(rfd, &ssl_maskx);
do
{
@@ -123,7 +123,7 @@
ret = select(rfd + 1, &ssl_maskr, NULL, &ssl_maskx,
&tv);
} while (ret < 0 && errno == EINTR);
-@@ -661,6 +661,8 @@ tls_retry(ssl, rfd, wfd, tlsstart, timeo
+@@ -653,6 +653,8 @@ tls_retry(ssl, rfd, wfd, tlsstart, timeo
FD_SET(rfd, &ssl_maskx);
do
{

++ sendmail-8.17.1.dif ++
--- /var/tmp/diff_new_pack.kTBFxS/_old  2022-01-27 23:16:27.923186057 +0100
+++ /var/tmp/diff_new_pack.kTBFxS/_new  2022-01-27 23:16:27.927186029 +0100
@@ -1050,7 +1050,7 @@
 +The symbolic link to the statistics file.
  .PD
  .SH SEE ALSO
- mailq(1), 
+ mailq(1),
 --- makemap/makemap.8
 +++ makemap/makemap.8  2021-06-25 09:35:31.651098338 +
 @@ -52,12 +52,6 @@ selected using the

++ sendmail.8.17.0.3.tar.gz ->

commit neon for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neon for openSUSE:Factory checked in 
at 2022-01-27 23:16:17

Comparing /work/SRC/openSUSE:Factory/neon (Old)
 and  /work/SRC/openSUSE:Factory/.neon.new.1898 (New)


Package is "neon"

Thu Jan 27 23:16:17 2022 rev:56 rq:948982 version:0.32.2

Changes:

--- /work/SRC/openSUSE:Factory/neon/neon.changes2021-12-16 
21:18:41.274506984 +0100
+++ /work/SRC/openSUSE:Factory/.neon.new.1898/neon.changes  2022-01-27 
23:16:25.419203356 +0100
@@ -1,0 +2,6 @@
+Sun Jan 23 08:59:28 UTC 2022 - Andreas Stieger 
+
+- update to 0.32.2:
+  * Fix auth handling for request-target of "*"
+
+---

Old:

  neon-0.32.1.tar.gz

New:

  neon-0.32.2.tar.gz



Other differences:
--
++ neon.spec ++
--- /var/tmp/diff_new_pack.MfEec6/_old  2022-01-27 23:16:26.135198409 +0100
+++ /var/tmp/diff_new_pack.MfEec6/_new  2022-01-27 23:16:26.147198327 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neon
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   neon
-Version:0.32.1
+Version:0.32.2
 Release:0
 Summary:An HTTP and WebDAV Client Library
 License:GPL-2.0-or-later

++ neon-0.32.1.tar.gz -> neon-0.32.2.tar.gz ++
 2525 lines of diff (skipped)


commit nodejs16 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs16 for openSUSE:Factory 
checked in at 2022-01-27 23:16:16

Comparing /work/SRC/openSUSE:Factory/nodejs16 (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs16.new.1898 (New)


Package is "nodejs16"

Thu Jan 27 23:16:16 2022 rev:15 rq:948957 version:16.13.2

Changes:

--- /work/SRC/openSUSE:Factory/nodejs16/nodejs16.changes2022-01-14 
23:13:14.074631556 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs16.new.1898/nodejs16.changes  
2022-01-27 23:16:24.051212808 +0100
@@ -1,0 +2,6 @@
+Tue Jan 18 08:29:18 UTC 2022 - Adam Majer 
+
+- rsa-pss-revert.patch: dropped, since openssl updated with needed
+  functionality 
+
+---



Other differences:
--
++ nodejs16.spec ++
--- /var/tmp/diff_new_pack.NFLwpA/_old  2022-01-27 23:16:24.983206369 +0100
+++ /var/tmp/diff_new_pack.NFLwpA/_new  2022-01-27 23:16:24.999206258 +0100
@@ -41,8 +41,8 @@
 
 %define node_version_number 16
 
-# TBA: openssl bsc#1192489
-%bcond_with openssl_RSA_get0_pss_params
+# openssl bsc#1192489 - fix released
+%bcond_without openssl_RSA_get0_pss_params
 
 %if 0%{?suse_version} > 1500 || 0%{?fedora_version}
 %bcond_without libalternatives


commit libimobiledevice for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libimobiledevice for 
openSUSE:Factory checked in at 2022-01-27 23:16:16

Comparing /work/SRC/openSUSE:Factory/libimobiledevice (Old)
 and  /work/SRC/openSUSE:Factory/.libimobiledevice.new.1898 (New)


Package is "libimobiledevice"

Thu Jan 27 23:16:16 2022 rev:42 rq:948940 version:1.3.0+git.20210921

Changes:

--- /work/SRC/openSUSE:Factory/libimobiledevice/libimobiledevice.changes
2021-01-29 14:55:01.349326252 +0100
+++ 
/work/SRC/openSUSE:Factory/.libimobiledevice.new.1898/libimobiledevice.changes  
2022-01-27 23:16:22.939220490 +0100
@@ -1,0 +2,37 @@
+Wed Jan 19 12:10:54 UTC 2022 - Michael Gorse 
+
+- Add python-rpm-macros to BuildRequires (boo#1194755).
+
+---
+Sat Oct 09 13:50:32 UTC 2021 - sebix+novell@sebix.at
+
+- Update to version 1.3.0+git.20210921:
+  * Remove common code in favor of new libimobiledevice-glue
+  * tools: idevicebackup2: Exit on service startup failure and improve error 
messages
+  * idevice: Reset receive length variable in internal_ssl_read retry loop and 
fix wrong variable in debug message
+  * lockdown: Get DeviceClass to make sure OS version dependent code is 
executed correctly
+  * Handle error cases in relevant code when retrieving pair record fails
+  * common: Return proper error codes from userpref_read_pair_record
+  * Add support for MbedTLS
+  * idevice: Make sure to handle timeout condition for network connections too
+  * installation_proxy: Ignore non-status messages instead of terminating loop
+  * mobilesync: Set DeviceLink version to 400 to support iOS 14b4+
+  * tools/idevicecrashreport: Fix illegal filenames on Windows
+  * tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairing
+  * tools: Fix delays in idevicedebugserverproxy when using SSL
+  * debugserver: Return success when a receive timed out but actualy bytes 
have been read
+  * idevice: Allow partial reads in idevice_connection_receive_timeout() and 
handle timeouts more adequate
+  * Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3
+  * Fixed bytes/strings check in imobiledevice.pyx for compatibility with 
Python2/3
+  * Fixed debugserver.pxi PyString_AsString compatibility with Python3
+  * Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing 
public method 'remove_path_and_contents'
+  * ideviceprovision: Fix date output by adding MAC_EPOCH
+  * docs: Improve --quiet command line switch description in idevicesyslog man 
page
+  * idevicescreenshot: Choose a better filename, prevent overwriting existing 
files
+  * idevicedebug: Add --detach option to start an app and exit idevicedebug 
without killing the app
+  * idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error code
+  * idevicebackup2: Update errno to device error mapping
+  * idevice: Handle -EAGAIN in case usbmuxd_send() returns it
+  * idevicebackup2: Don't fail on restore when source backup doesn't have any 
application info
+
+---

Old:

  libimobiledevice-1.3.0+git.20200910.obscpio

New:

  libimobiledevice-1.3.0+git.20210921.obscpio



Other differences:
--
++ libimobiledevice.spec ++
--- /var/tmp/diff_new_pack.Dy9Ktt/_old  2022-01-27 23:16:23.555216234 +0100
+++ /var/tmp/diff_new_pack.Dy9Ktt/_new  2022-01-27 23:16:23.559216207 +0100
@@ -18,7 +18,7 @@
 
 %define libname libimobiledevice-1_0-6
 Name:   libimobiledevice
-Version:1.3.0+git.20200910
+Version:1.3.0+git.20210921
 Release:0
 Summary:Native protocols library for iOS devices
 License:LGPL-2.1-or-later
@@ -31,12 +31,14 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Cython >= 0.17
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-plist
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(libplist-2.0) >= 2.2.0
 BuildRequires:  pkgconfig(libssl)
 BuildRequires:  pkgconfig(libusbmuxd-2.0) >= 2.0.2
 BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(libimobiledevice-glue-1.0)
 
 %description
 libimobiledevice is a software library that talks the protocols to support

++ _servicedata ++
--- /var/tmp/diff_new_pack.Dy9Ktt/_old  2022-01-27 23:16:23.631215709 +0100
+++ /var/tmp/diff_new_pack.Dy9Ktt/_new  2022-01-27 23:16:23.635215682 +0100
@@ -1,5 +1,6 @@
 
 
 g...@github.com:libimobiledevice/libimobiledevice.git
-  98056a89648f431759c5fa4ed87c6ea6ba0cdd3f
+  b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c
+(No newline at EOF)
 

++ libimobiledevice-1.3.0+g

commit protobuf for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package protobuf for openSUSE:Factory 
checked in at 2022-01-27 23:16:15

Comparing /work/SRC/openSUSE:Factory/protobuf (Old)
 and  /work/SRC/openSUSE:Factory/.protobuf.new.1898 (New)


Package is "protobuf"

Thu Jan 27 23:16:15 2022 rev:53 rq:948827 version:3.19.3

Changes:

--- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes2021-08-02 
12:05:26.269651337 +0200
+++ /work/SRC/openSUSE:Factory/.protobuf.new.1898/protobuf.changes  
2022-01-27 23:16:20.715235855 +0100
@@ -1,0 +2,34 @@
+Mon Jan 24 13:08:10 UTC 2022 - Paolo Stivanin 
+
+- Update to 3.19.3:
+  C++:
+* Make proto2::Message::DiscardUnknownFields() non-virtual
+* Separate RepeatedPtrField into its own header file
+* For default floating point values of 0, consider all bits significant
+* Fix shadowing warnings 
+* Fix for issue #8484, constant initialization doesn't compile in msvc 
clang-cl environment 
+  Java:
+* Improve performance characteristics of UnknownFieldSet parsing
+* For default floating point values of 0, consider all bits significant
+* Annotate //java/com/google/protobuf/util/... with nullness annotations
+* Use ArrayList copy constructor 
+  Bazel:
+* Ensure that release archives contain everything needed for Bazel
+* Align dependency handling with Bazel best practices
+  Javascript:
+* Fix ReferenceError: window is not defined when getting the global object 
+  Ruby:
+* Fix memory leak in MessageClass.encode 
+* Override Map.clone to use Map's dup method 
+* Ruby: build extensions for arm64-darwin 
+* Add class method Timestamp.from_time to ruby well known types 
+* Adopt pure ruby DSL implementation for JRuby 
+* Add size to Map class
+* Fix for descriptor_pb.rb: google/protobuf should be required first 
+  Python:
+* Proto2 DecodeError now includes message name in error message
+* Make MessageToDict convert map keys to strings
+* Add python-requires in setup.py 
+* Add python 3.10 
+
+---

Old:

  protobuf-3.17.3.tar.gz

New:

  protobuf-3.19.3.tar.gz



Other differences:
--
++ protobuf.spec ++
--- /var/tmp/diff_new_pack.oS75U6/_old  2022-01-27 23:16:21.267232041 +0100
+++ /var/tmp/diff_new_pack.oS75U6/_new  2022-01-27 23:16:21.275231986 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package protobuf
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define sover 28
+%define sover 30
 %define tarname protobuf
 %define src_install_dir %{_prefix}/src/%{name}
 %define extra_java_flags -source 7 -target 7
@@ -27,7 +27,7 @@
 %bcond_without python2
 %bcond_without python3
 Name:   protobuf
-Version:3.17.3
+Version:3.19.3
 Release:0
 Summary:Protocol Buffers - Google's data interchange format
 License:BSD-3-Clause

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.oS75U6/_old  2022-01-27 23:16:21.327231627 +0100
+++ /var/tmp/diff_new_pack.oS75U6/_new  2022-01-27 23:16:21.331231599 +0100
@@ -1,4 +1,4 @@
-libprotobuf28
-libprotoc28
-libprotobuf-lite28
+libprotobuf30
+libprotoc30
+libprotobuf-lite30
 

++ protobuf-3.17.3.tar.gz -> protobuf-3.19.3.tar.gz ++
 148973 lines of diff (skipped)


commit grub2 for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2022-01-27 23:16:15

Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and  /work/SRC/openSUSE:Factory/.grub2.new.1898 (New)


Package is "grub2"

Thu Jan 27 23:16:15 2022 rev:258 rq:948537 version:2.06

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2022-01-14 
23:13:57.738659704 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new.1898/grub2.changes2022-01-27 
23:16:16.523264817 +0100
@@ -8,0 +9,6 @@
+Thu Jan 13 06:36:44 UTC 2022 - Michael Chang 
+
+- Fix wrong default entry when booting snapshot (bsc#1159205)
+  * grub2-btrfs-08-workaround-snapshot-menu-default-entry.patch
+
+---



Other differences:
--

++ grub2-btrfs-08-workaround-snapshot-menu-default-entry.patch ++
--- /var/tmp/diff_new_pack.vftVhe/_old  2022-01-27 23:16:20.219239282 +0100
+++ /var/tmp/diff_new_pack.vftVhe/_new  2022-01-27 23:16:20.223239254 +0100
@@ -1,8 +1,11 @@
-Index: grub-2.02~beta2/grub-core/normal/menu.c
+
+v2: Add menuentry "Help on bootable snapshot" to be excluded as default entry. 
 
+
+Index: grub-2.06/grub-core/normal/menu.c
 ===
 grub-2.02~beta2.orig/grub-core/normal/menu.c
-+++ grub-2.02~beta2/grub-core/normal/menu.c
-@@ -575,6 +575,44 @@ print_countdown (struct grub_term_coordi
+--- grub-2.06.orig/grub-core/normal/menu.c
 grub-2.06/grub-core/normal/menu.c
+@@ -574,6 +574,43 @@ print_countdown (struct grub_term_coordi
grub_refresh ();
  }
  
@@ -15,10 +18,9 @@
 +workaround_snapshot_menu_default_entry (grub_menu_t menu, const char *name, 
int *default_entry)
 +{
 +  grub_menu_entry_t entry;
-+
-+  if ((entry = grub_menu_get_entry (menu, 0))
-+  && entry->submenu
-+  && grub_strncmp (entry->title, "Bootable snapshot", sizeof("Bootable 
snapshot") - 1) == 0)
++  if ((entry = grub_menu_get_entry (menu, 0)) &&
++  ((entry->submenu && grub_strncmp (entry->title, "Bootable snapshot", 
sizeof("Bootable snapshot") - 1) == 0) ||
++   (!entry->submenu && grub_strncmp (entry->title, "Help on bootable 
snapshot", sizeof("Help on bootable snapshot") - 1) == 0)))
 +{
 +  const char *val;
 +
@@ -47,7 +49,7 @@
  #define GRUB_MENU_PAGE_SIZE 10
  
  /* Show the menu and handle menu entry selection.  Returns the menu entry
-@@ -593,6 +631,8 @@ run_menu (grub_menu_t menu, int nested,
+@@ -592,6 +629,8 @@ run_menu (grub_menu_t menu, int nested,
  
default_entry = get_entry_number (menu, "default");
  


commit ell for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ell for openSUSE:Factory checked in 
at 2022-01-27 23:16:14

Comparing /work/SRC/openSUSE:Factory/ell (Old)
 and  /work/SRC/openSUSE:Factory/.ell.new.1898 (New)


Package is "ell"

Thu Jan 27 23:16:14 2022 rev:26 rq:948509 version:0.48

Changes:

--- /work/SRC/openSUSE:Factory/ell/ell.changes  2021-11-24 23:54:33.952460217 
+0100
+++ /work/SRC/openSUSE:Factory/.ell.new.1898/ell.changes2022-01-27 
23:16:15.215273853 +0100
@@ -1,0 +2,8 @@
+Mon Jan 24 22:25:21 UTC 2022 - Dirk M??ller 
+
+- update to 0.48:
+  * Fix issue with memory leaking from ICMPv6 RA.
+  * Fix issue with memory leaking from DHCP leases.
+  * Fix issue with NULL terminating of Base64 encoding. 
+
+---

Old:

  ell-0.46.tar.sign
  ell-0.46.tar.xz

New:

  ell-0.48.tar.sign
  ell-0.48.tar.xz



Other differences:
--
++ ell.spec ++
--- /var/tmp/diff_new_pack.5jejNZ/_old  2022-01-27 23:16:15.907269073 +0100
+++ /var/tmp/diff_new_pack.5jejNZ/_new  2022-01-27 23:16:15.915269017 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ell
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define lname   libell0
 Name:   ell
-Version:0.46
+Version:0.48
 Release:0
 Summary:Wireless setup and cryptography library
 License:LGPL-2.1-or-later

++ ell-0.46.tar.xz -> ell-0.48.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ell-0.46/ChangeLog new/ell-0.48/ChangeLog
--- old/ell-0.46/ChangeLog  2021-11-18 20:53:14.0 +0100
+++ new/ell-0.48/ChangeLog  2022-01-24 21:40:13.0 +0100
@@ -1,3 +1,10 @@
+ver 0.48:
+   Fix issue with memory leaking from ICMPv6 RA.
+
+ver 0.47:
+   Fix issue with memory leaking from DHCP leases.
+   Fix issue with NULL terminating of Base64 encoding.
+
 ver 0.46:
Fix issue with DHCP server when OPTION_ROUTER is not configured.
Fix issue with DHCP obtained lease to retrieve it properly.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ell-0.46/README new/ell-0.48/README
--- old/ell-0.46/README 2021-11-18 20:53:14.0 +0100
+++ new/ell-0.48/README 2022-01-05 22:10:31.0 +0100
@@ -49,7 +49,7 @@
 ===
 
 Mailing list:
-   ell@@lists.linux.dev
+   e...@lists.linux.dev
 
 IRC:
irc://irc.oftc.net/#ell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ell-0.46/configure new/ell-0.48/configure
--- old/ell-0.46/configure  2021-11-18 20:54:52.0 +0100
+++ new/ell-0.48/configure  2022-01-24 21:41:40.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ell 0.46.
+# Generated by GNU Autoconf 2.69 for ell 0.48.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ell'
 PACKAGE_TARNAME='ell'
-PACKAGE_VERSION='0.46'
-PACKAGE_STRING='ell 0.46'
+PACKAGE_VERSION='0.48'
+PACKAGE_STRING='ell 0.48'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1350,7 +1350,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ell 0.46 to adapt to many kinds of systems.
+\`configure' configures ell 0.48 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1421,7 +1421,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ell 0.46:";;
+ short | recursive ) echo "Configuration of ell 0.48:";;
esac
   cat <<\_ACEOF
 
@@ -1548,7 +1548,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ell configure 0.46
+ell configure 0.48
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1913,7 +1913,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ell $as_me 0.46, which was
+It was created by ell $as_me 0.48, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2776,7 +2776,7 @@
 
 # Define the identity of the package.
  PACKAGE='ell'
- VERSION='0.46'
+ VERSION='0.48'
 
 

commit 00Meta for openSUSE:Leap:15.3:Images

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.3:Images 
checked in at 2022-01-27 22:02:39

Comparing /work/SRC/openSUSE:Leap:15.3:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.3:Images/.00Meta.new.1898 (New)


Package is "00Meta"

Thu Jan 27 22:02:39 2022 rev:250 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.aGnWYD/_old  2022-01-27 22:02:40.786043418 +0100
+++ /var/tmp/diff_new_pack.aGnWYD/_new  2022-01-27 22:02:40.794043363 +0100
@@ -1,3 +1,3 @@
-9.359
+9.360
 (No newline at EOF)
 


commit 000update-repos for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2022-01-27 21:13:15

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.1898 (New)


Package is "000update-repos"

Thu Jan 27 21:13:15 2022 rev:1905 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory:non-oss_3078.1.packages.xz
  factory_20220125.packages.xz



Other differences:
--


commit 000product for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2022-01-27 16:44:32

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.1898 (New)


Package is "000product"

Thu Jan 27 16:44:32 2022 rev:3081 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ dvd.group ++
--- /var/tmp/diff_new_pack.ipyoXH/_old  2022-01-27 16:44:36.077541706 +0100
+++ /var/tmp/diff_new_pack.ipyoXH/_new  2022-01-27 16:44:36.085541651 +0100
@@ -4691,8 +4691,8 @@
  
  
  
- 
- 
+ 
+ 
  
  
  

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.ipyoXH/_old  2022-01-27 16:44:36.189540941 +0100
+++ /var/tmp/diff_new_pack.ipyoXH/_new  2022-01-27 16:44:36.197540886 +0100
@@ -14691,7 +14691,7 @@
   - libxcb-composite0-32bit: [x86_64] 
   - libxcb-cursor0-32bit: [x86_64] 
   - libxcb-damage0-32bit: [x86_64] 
-  - libxcb-devel: [i586] # devel package of dvd:libxcb-randr0 
+  - libxcb-devel: [i586] # devel package of dvd:libxcb-shape0 
   - libxcb-devel-32bit: [x86_64] 
   - libxcb-devel-doc 
   - libxcb-dpms0-32bit: [x86_64] 


commit 000product for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2022-01-27 13:12:14

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.1898 (New)


Package is "000product"

Thu Jan 27 13:12:14 2022 rev:3080 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.rk1K7N/_old  2022-01-27 13:12:17.661094203 +0100
+++ /var/tmp/diff_new_pack.rk1K7N/_new  2022-01-27 13:12:17.673094120 +0100
@@ -3865,7 +3865,6 @@
   
   
   
-  
   
   
   

++ openSUSE-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.rk1K7N/_old  2022-01-27 13:12:17.697093956 +0100
+++ /var/tmp/diff_new_pack.rk1K7N/_new  2022-01-27 13:12:17.701093929 +0100
@@ -4187,7 +4187,6 @@
   
   
   
-  
   
   
   
@@ -4218,7 +4217,6 @@
   
   
   
-  
   
   
   

stub.kiwi: same change
++ dvd.group ++
--- /var/tmp/diff_new_pack.rk1K7N/_old  2022-01-27 13:12:17.833093026 +0100
+++ /var/tmp/diff_new_pack.rk1K7N/_new  2022-01-27 13:12:17.837092998 +0100
@@ -3816,7 +3816,6 @@
  
  
  
- 
  
  
  
@@ -4692,8 +4691,8 @@
  
  
  
- 
- 
+ 
+ 
  
  
  
@@ -5357,7 +5356,6 @@
  
  
  
- 
  
  
  

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.rk1K7N/_old  2022-01-27 13:12:17.953092205 +0100
+++ /var/tmp/diff_new_pack.rk1K7N/_new  2022-01-27 13:12:17.961092150 +0100
@@ -14691,7 +14691,7 @@
   - libxcb-composite0-32bit: [x86_64] 
   - libxcb-cursor0-32bit: [x86_64] 
   - libxcb-damage0-32bit: [x86_64] 
-  - libxcb-devel: [i586] # devel package of dvd:libxcb-shape0 
+  - libxcb-devel: [i586] # devel package of dvd:libxcb-randr0 
   - libxcb-devel-32bit: [x86_64] 
   - libxcb-devel-doc 
   - libxcb-dpms0-32bit: [x86_64] 
@@ -30986,6 +30986,7 @@
   - qdox-javadoc 
   - qelectrotech 
   - qemacs 
+  - qemu-arm 
   - qemu-audio-alsa 
   - qemu-audio-jack 
   - qemu-audio-oss 
@@ -30997,6 +30998,7 @@
   - qemu-ovmf-x86_64-debug: [x86_64] 
   - qemu-testsuite 
   - qemu-uefi-aarch32: [x86_64] 
+  - qemu-uefi-aarch64: [x86_64] 
   - qgis 
   - qgis-devel 
   - qgis-plugin-grass 


commit 000package-groups for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2022-01-27 13:08:34

Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and  /work/SRC/openSUSE:Factory/.000package-groups.new.1898 (New)


Package is "000package-groups"

Thu Jan 27 13:08:34 2022 rev:182 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ groups.yml ++
--- /var/tmp/diff_new_pack.a7A1Ii/_old  2022-01-27 13:08:35.678613090 +0100
+++ /var/tmp/diff_new_pack.a7A1Ii/_new  2022-01-27 13:08:35.682613062 +0100
@@ -228,6 +228,7 @@
   - dynamic-wallpapers-11x: [locked]
   - python-doc-pdf: [locked]
   - wine-gecko: [locked]
+  - qemu-arm: [locked]
   - qemu-extra: [locked]
   - ktuberling: [locked]
   - kalzium: [locked]


commit 000product for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2022-01-27 09:43:21

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.1898 (New)


Package is "000product"

Thu Jan 27 09:43:21 2022 rev:3079 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.38MCgd/_old  2022-01-27 09:43:27.254962219 +0100
+++ /var/tmp/diff_new_pack.38MCgd/_new  2022-01-27 09:43:27.258962191 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220125
+  20220126
   11
-  cpe:/o:opensuse:microos:20220125,openSUSE 
MicroOS
+  cpe:/o:opensuse:microos:20220126,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220125/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220126/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.38MCgd/_old  2022-01-27 09:43:27.314961806 +0100
+++ /var/tmp/diff_new_pack.38MCgd/_new  2022-01-27 09:43:27.318961779 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20220125
+  20220126
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20220125,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20220126,openSUSE NonOSS 
Addon
   af ar be_BY bg br ca cy el et ga gl gu_IN he 
hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu 

-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220125/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220125/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220126/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220126/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.38MCgd/_old  2022-01-27 09:43:27.338961641 +0100
+++ /var/tmp/diff_new_pack.38MCgd/_new  2022-01-27 09:43:27.342961614 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20220125
+  20220126
   11
-  cpe:/o:opensuse:opensuse:20220125,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220126,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220125/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220126/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.38MCgd/_old  2022-01-27 09:43:27.362961476 +0100
+++ /var/tmp/diff_new_pack.38MCgd/_new  2022-01-27 09:43:27.362961476 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220125
+  20220126
   11
-  cpe:/o:opensuse:opensuse:20220125,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220126,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220125/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220126/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.38MCgd/_old  2022-01-27 09:43:27.382961339 +0100
+++ /var/tmp/diff_new_pack.38MCgd/_new  2022-01-27 09:43:27.386961311 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20220125
+  20220126
   11
-  cpe:/o:opensuse:opensuse:20220125,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220126,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220125/i586
+  obs

commit 000release-packages for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2022-01-27 09:43:16

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.1898 (New)


Package is "000release-packages"

Thu Jan 27 09:43:16 2022 rev:1410 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-Addon-NonOss-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.rCNIKJ/_old  2022-01-27 09:43:23.826985798 +0100
+++ /var/tmp/diff_new_pack.rCNIKJ/_new  2022-01-27 09:43:23.834985744 +0100
@@ -4999,6 +4999,7 @@
 Provides: weakremover(bpg-fonts)
 Provides: weakremover(bpython)
 Provides: weakremover(bpython-doc)
+Provides: weakremover(brasero-nautilus)
 Provides: weakremover(breeze4-style)
 Provides: weakremover(brevity)
 Provides: weakremover(bsh)
@@ -13582,6 +13583,7 @@
 Provides: weakremover(libqimageblitz4)
 Provides: weakremover(libqjson-devel)
 Provides: weakremover(libqjson0)
+Provides: weakremover(libqmmp1)
 Provides: weakremover(libqoauth1)
 Provides: weakremover(libqobs1)
 Provides: weakremover(libqore5)
@@ -20428,6 +20430,7 @@
 Provides: weakremover(python36-PyBrowserID)
 Provides: weakremover(python36-PyChart)
 Provides: weakremover(python36-PyChromecast)
+Provides: weakremover(python36-PyCondor)
 Provides: weakremover(python36-PyDispatcher)
 Provides: weakremover(python36-PyECLib)
 Provides: weakremover(python36-PyFxA)
@@ -20541,6 +20544,7 @@
 Provides: weakremover(python36-Yapsy)
 Provides: weakremover(python36-ZConfig)
 Provides: weakremover(python36-ZConfig-doc)
+Provides: weakremover(python36-ZODB)
 Provides: weakremover(python36-abclient)
 Provides: weakremover(python36-abimap)
 Provides: weakremover(python36-abimap-doc)
@@ -21186,6 +21190,7 @@
 Provides: weakremover(python36-cryptography)
 Provides: weakremover(python36-cryptography-vectors)
 Provides: weakremover(python36-css-html-js-minify)
+Provides: weakremover(python36-css-parser)
 Provides: weakremover(python36-csscompressor)
 Provides: weakremover(python36-cssselect)
 Provides: weakremover(python36-cssselect2)
@@ -23405,6 +23410,7 @@
 Provides: weakremover(python36-zignal)
 Provides: weakremover(python36-zipp)
 Provides: weakremover(python36-zipstream)
+Provides: weakremover(python36-zodbpickle)
 Provides: weakremover(python36-zope.cachedescriptors)
 Provides: weakremover(python36-zope.component)
 Provides: weakremover(python36-zope.configuration)
@@ -31569,6 +31575,7 @@
 Provides: weakremover(typelib-1_0-Unique-3_0)
 Provides: weakremover(typelib-1_0-Unity-7_0)
 Provides: weakremover(typelib-1_0-UnityExtras-7_0)
+Provides: weakremover(typelib-1_0-Vips-8_10)
 Provides: weakremover(typelib-1_0-Vips-8_4)
 Provides: weakremover(typelib-1_0-Vips-8_5)
 Provides: weakremover(typelib-1_0-Vips-8_9)
@@ -34830,6 +34837,7 @@
 Provides: weakremover(libqca2-plugin-nss-32bit)
 Provides: weakremover(libqca2-plugin-pkcs11-32bit)
 Provides: weakremover(libqjson0-32bit)
+Provides: weakremover(libqmmp1-32bit)
 Provides: weakremover(libqrencode3-32bit)
 Provides: weakremover(libqt4-32bit)
 Provides: weakremover(libqt4-devel-32bit)