commit 000update-repos for openSUSE:Factory

2021-11-12 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 2021-11-12 21:09:33

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


Package is "000update-repos"

Fri Nov 12 21:09:33 2021 rev:1835 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.2:update_1636723469.packages.xz
  factory:non-oss_2983.2.packages.xz
  factory_2020.packages.xz



Other differences:
--


commit xf86-video-mach64 for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xf86-video-mach64 for 
openSUSE:Factory checked in at 2021-11-12 15:59:41

Comparing /work/SRC/openSUSE:Factory/xf86-video-mach64 (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-mach64.new.1890 (New)


Package is "xf86-video-mach64"

Fri Nov 12 15:59:41 2021 rev:15 rq:931153 version:6.9.6

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-mach64/xf86-video-mach64.changes  
2021-04-21 21:01:05.478361234 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-mach64.new.1890/xf86-video-mach64.changes
2021-11-12 16:00:25.950597358 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 14:02:46 UTC 2021 - Stefan Dirsch 
+
+- u_xorg-server-21.1.patch
+  * fixes build against xorg-server 21.1 
+
+---

New:

  u_xorg-server-21.1.patch



Other differences:
--
++ xf86-video-mach64.spec ++
--- /var/tmp/diff_new_pack.OTmIgv/_old  2021-11-12 16:00:26.414597573 +0100
+++ /var/tmp/diff_new_pack.OTmIgv/_new  2021-11-12 16:00:26.418597575 +0100
@@ -24,6 +24,7 @@
 Group:  System/X11/Servers/XF86_4
 URL:https://xorg.freedesktop.org/
 Source0:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Patch0: u_xorg-server-21.1.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fontsproto)
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ u_xorg-server-21.1.patch ++
diff -u -r xf86-video-mach64-6.9.6.orig/src/aticonfig.c 
xf86-video-mach64-6.9.6/src/aticonfig.c
--- xf86-video-mach64-6.9.6.orig/src/aticonfig.c2021-11-12 
13:56:54.754042869 +
+++ xf86-video-mach64-6.9.6/src/aticonfig.c 2021-11-12 14:00:24.293979790 
+
@@ -311,42 +311,42 @@
 
 (void)memcpy(PublicOption, ATIPublicOptions, ATIPublicOptionSize);
 
-#   define ProbeSparse   PublicOption[ATI_OPTION_PROBE_SPARSE].value.bool
-#   define Accel PublicOption[ATI_OPTION_ACCEL].value.bool
-#   define BIOSDisplay   PrivateOption[ATI_OPTION_BIOS_DISPLAY].value.bool
-#   define Blend PrivateOption[ATI_OPTION_BLEND].value.bool
-#   define CRTDisplayPublicOption[ATI_OPTION_CRT_DISPLAY].value.bool
-#   define CRTScreen PrivateOption[ATI_OPTION_CRT_SCREEN].value.bool
-#   define CSync PublicOption[ATI_OPTION_CSYNC].value.bool
-#   define Devel PrivateOption[ATI_OPTION_DEVEL].value.bool
-#   define HWCursor  PublicOption[ATI_OPTION_HWCURSOR].value.bool
+#   define ProbeSparse   PublicOption[ATI_OPTION_PROBE_SPARSE].value.boolean
+#   define Accel PublicOption[ATI_OPTION_ACCEL].value.boolean
+#   define BIOSDisplay   PrivateOption[ATI_OPTION_BIOS_DISPLAY].value.boolean
+#   define Blend PrivateOption[ATI_OPTION_BLEND].value.boolean
+#   define CRTDisplayPublicOption[ATI_OPTION_CRT_DISPLAY].value.boolean
+#   define CRTScreen PrivateOption[ATI_OPTION_CRT_SCREEN].value.boolean
+#   define CSync PublicOption[ATI_OPTION_CSYNC].value.boolean
+#   define Devel PrivateOption[ATI_OPTION_DEVEL].value.boolean
+#   define HWCursor  PublicOption[ATI_OPTION_HWCURSOR].value.boolean
 
 #ifdef XF86DRI_DEVEL
 
-#   define IsPCI   PublicOption[ATI_OPTION_IS_PCI].value.bool
+#   define IsPCI   PublicOption[ATI_OPTION_IS_PCI].value.boolean
 #   define DMAMode PublicOption[ATI_OPTION_DMA_MODE].value.str
 #   define AGPMode PublicOption[ATI_OPTION_AGP_MODE].value.num
 #   define AGPSize PublicOption[ATI_OPTION_AGP_SIZE].value.num
-#   define LocalTexPublicOption[ATI_OPTION_LOCAL_TEXTURES].value.bool
+#   define LocalTexPublicOption[ATI_OPTION_LOCAL_TEXTURES].value.boolean
 #   define BufferSize  PublicOption[ATI_OPTION_BUFFER_SIZE].value.num
 
 #endif /* XF86DRI_DEVEL */
 
 #ifdef TV_OUT
 
-#   define TvOutPublicOption[ATI_OPTION_TV_OUT].value.bool
+#   define TvOutPublicOption[ATI_OPTION_TV_OUT].value.boolean
 #   define TvStdPublicOption[ATI_OPTION_TV_STD].value.str
 
 #endif /* TV_OUT */
 
-#   define CacheMMIO PublicOption[ATI_OPTION_MMIO_CACHE].value.bool
-#   define TestCacheMMIO PublicOption[ATI_OPTION_TEST_MMIO_CACHE].value.bool
-#   define PanelDisplay  PublicOption[ATI_OPTION_PANEL_DISPLAY].value.bool
-#   define ShadowFB  PublicOption[ATI_OPTION_SHADOW_FB].value.bool
-#   define SWCursor  PublicOption[ATI_OPTION_SWCURSOR].value.bool
+#   define CacheMMIO PublicOption[ATI_OPTION_MMIO_CACHE].value.boolean
+#   define TestCacheMMIO PublicOption[ATI_OPTION_TEST_MMIO_CACHE].value.boolean
+#   define PanelDisplay  PublicOption[ATI_OPTION_PANEL_DISPLAY].value.boolean
+#   define ShadowFB  P

commit foliate for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package foliate for openSUSE:Factory checked 
in at 2021-11-12 15:59:37

Comparing /work/SRC/openSUSE:Factory/foliate (Old)
 and  /work/SRC/openSUSE:Factory/.foliate.new.1890 (New)


Package is "foliate"

Fri Nov 12 15:59:37 2021 rev:19 rq:931148 version:2.6.3

Changes:

--- /work/SRC/openSUSE:Factory/foliate/foliate.changes  2021-10-15 
23:04:53.514137172 +0200
+++ /work/SRC/openSUSE:Factory/.foliate.new.1890/foliate.changes
2021-11-12 16:00:24.670596766 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 13:38:40 UTC 2021 - Dominique Leuenberger 
+
+- Add foliate-WebKit-version.patch: Fix launch if WebKit2-5.0
+  happens to be installed (boo#1192627).
+
+---

New:

  foliate-WebKit-version.patch



Other differences:
--
++ foliate.spec ++
--- /var/tmp/diff_new_pack.NQFeSk/_old  2021-11-12 16:00:25.230597025 +0100
+++ /var/tmp/diff_new_pack.NQFeSk/_new  2021-11-12 16:00:25.230597025 +0100
@@ -26,6 +26,8 @@
 Group:  Productivity/Office/Other
 URL:https://johnfactotum.github.io/foliate/
 Source: %{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM foliate-WebKit-version.patch boo#1192627 
dims...@opensuse.org -- Fix launch in case WebKit2-5.0 happens to be installed
+Patch0: foliate-WebKit-version.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ foliate-WebKit-version.patch ++
diff --git a/src/main.js b/src/main.js
index 8725301..a608f75 100644
--- a/src/main.js
+++ b/src/main.js
@@ -17,7 +17,8 @@ pkg.initGettext()
 pkg.initFormat()
 pkg.require({
 'Gio': '2.0',
-'Gtk': '3.0'
+'Gtk': '3.0',
+'WebKit2': '4.0'
 })
 
 const { Gio, Gtk, Gdk, GLib, WebKit2 } = imports.gi


commit xf86-video-fbturbo-live for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xf86-video-fbturbo-live for 
openSUSE:Factory checked in at 2021-11-12 15:59:34

Comparing /work/SRC/openSUSE:Factory/xf86-video-fbturbo-live (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-fbturbo-live.new.1890 (New)


Package is "xf86-video-fbturbo-live"

Fri Nov 12 15:59:34 2021 rev:4 rq:931147 version:0.4.git.1444169281.f9a6ed7

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-fbturbo-live/xf86-video-fbturbo-live.changes
  2019-07-31 14:28:25.462133013 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-fbturbo-live.new.1890/xf86-video-fbturbo-live.changes
2021-11-12 16:00:22.674595842 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 13:41:41 UTC 2021 - Stefan Dirsch 
+
+- n_xorg-server-21.1.patch
+  * WindowRec::backStorage has been removed from dix of xserver 21.1
+
+---

New:

  n_xorg-server-21.1.patch



Other differences:
--
++ xf86-video-fbturbo-live.spec ++
--- /var/tmp/diff_new_pack.UypECJ/_old  2021-11-12 16:00:23.166596070 +0100
+++ /var/tmp/diff_new_pack.UypECJ/_new  2021-11-12 16:00:23.166596070 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-fbturbo-live
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,10 +22,11 @@
 Summary:Xorg DDX driver for ARM devices (Allwinner, RPi and others)
 License:X11 AND GPL-2.0-or-later
 Group:  System/X11/Servers/XF86_4
-Url:https://github.com/ssvb/xf86-video-fbturbo
+URL:https://github.com/ssvb/xf86-video-fbturbo
 # https://github.com/ssvb/%{name}/archive/%{version}.tar.gz
 Source0:xf86-video-fbturbo-%{version}.tar.xz
 Patch0: n_xorg-server-1.20.patch
+Patch1: n_xorg-server-21.1.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -59,6 +60,7 @@
 %prep
 %setup -q -n xf86-video-fbturbo-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -fi

++ n_xorg-server-21.1.patch ++
diff -u -p -r xf86-video-fbturbo-0.4.0.orig/src/backing_store_tuner.c 
xf86-video-fbturbo-0.4.0/src/backing_store_tuner.c
--- xf86-video-fbturbo-0.4.0.orig/src/backing_store_tuner.c 2021-11-12 
13:30:19.847975437 +
+++ xf86-video-fbturbo-0.4.0/src/backing_store_tuner.c  2021-11-12 
13:33:23.871445322 +
@@ -109,7 +109,7 @@ xPostValidateTree(WindowPtr pWin, Window
 private->PostValidateTreeNestingLevel++;
 
 /* Disable backing store for the focus window */
-if (!private->ForceBackingStore && focusWin->backStorage) {
+if (!private->ForceBackingStore) {
 DebugMsg("Disable backing store for the focus window 0x%x\n",
  (unsigned int)focusWin->drawable.id);
 pScreen->backingStoreSupport = Always;
@@ -125,8 +125,7 @@ xPostValidateTree(WindowPtr pWin, Window
 /* And enable backing store for all the other children of root */
 curWin = pScreen->root->firstChild;
 while (curWin) {
-if (!curWin->backStorage && (private->ForceBackingStore ||
- curWin != focusWin)) {
+if (private->ForceBackingStore || curWin != focusWin) {
 DebugMsg("Enable backing store for window 0x%x\n",
  (unsigned int)curWin->drawable.id);
 pScreen->backingStoreSupport = Always;
@@ -158,7 +157,7 @@ xReparentWindow(WindowPtr pWin, WindowPt
 }
 
 /* We only want backing store set for direct children of root */
-if (pPriorParent == pScreen->root && pWin->backStorage) {
+if (pPriorParent == pScreen->root) {
 DebugMsg("Reparent window 0x%x from root, disabling backing store\n",
  (unsigned int)pWin->drawable.id);
 pScreen->backingStoreSupport = Always;


commit xf86-video-fbturbo for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xf86-video-fbturbo for 
openSUSE:Factory checked in at 2021-11-12 15:59:33

Comparing /work/SRC/openSUSE:Factory/xf86-video-fbturbo (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new.1890 (New)


Package is "xf86-video-fbturbo"

Fri Nov 12 15:59:33 2021 rev:4 rq:931145 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-fbturbo/xf86-video-fbturbo.changes
2019-07-31 14:28:26.610130897 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new.1890/xf86-video-fbturbo.changes
  2021-11-12 16:00:21.950595507 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 13:37:17 UTC 2021 - Stefan Dirsch 
+
+- n_xorg-server-21.1.patch
+  * WindowRec::backStorage has been removed from dix of xserver 21.1
+
+---

New:

  n_xorg-server-21.1.patch



Other differences:
--
++ xf86-video-fbturbo.spec ++
--- /var/tmp/diff_new_pack.PuMjfr/_old  2021-11-12 16:00:22.514595768 +0100
+++ /var/tmp/diff_new_pack.PuMjfr/_new  2021-11-12 16:00:22.514595768 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-fbturbo
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,11 +22,12 @@
 Summary:Xorg DDX driver for ARM devices (Allwinner, RPi and others)
 License:X11 AND GPL-2.0-or-later
 Group:  System/X11/Servers/XF86_4
-Url:https://github.com/ssvb/xf86-video-fbturbo
+URL:https://github.com/ssvb/xf86-video-fbturbo
 # https://github.com/ssvb/%{name}/archive/%{version}.tar.gz
 Source0:%{name}-%{version}.tar.gz
 Source1:99-fbturbo.conf
 Patch0: n_xorg-server-1.20.patch
+Patch1: n_xorg-server-21.1.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0
@@ -56,6 +57,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ n_xorg-server-21.1.patch ++
diff -u -p -r xf86-video-fbturbo-0.4.0.orig/src/backing_store_tuner.c 
xf86-video-fbturbo-0.4.0/src/backing_store_tuner.c
--- xf86-video-fbturbo-0.4.0.orig/src/backing_store_tuner.c 2021-11-12 
13:30:19.847975437 +
+++ xf86-video-fbturbo-0.4.0/src/backing_store_tuner.c  2021-11-12 
13:33:23.871445322 +
@@ -109,7 +109,7 @@ xPostValidateTree(WindowPtr pWin, Window
 private->PostValidateTreeNestingLevel++;
 
 /* Disable backing store for the focus window */
-if (!private->ForceBackingStore && focusWin->backStorage) {
+if (!private->ForceBackingStore) {
 DebugMsg("Disable backing store for the focus window 0x%x\n",
  (unsigned int)focusWin->drawable.id);
 pScreen->backingStoreSupport = Always;
@@ -125,8 +125,7 @@ xPostValidateTree(WindowPtr pWin, Window
 /* And enable backing store for all the other children of root */
 curWin = pScreen->root->firstChild;
 while (curWin) {
-if (!curWin->backStorage && (private->ForceBackingStore ||
- curWin != focusWin)) {
+if (private->ForceBackingStore || curWin != focusWin) {
 DebugMsg("Enable backing store for window 0x%x\n",
  (unsigned int)curWin->drawable.id);
 pScreen->backingStoreSupport = Always;
@@ -158,7 +157,7 @@ xReparentWindow(WindowPtr pWin, WindowPt
 }
 
 /* We only want backing store set for direct children of root */
-if (pPriorParent == pScreen->root && pWin->backStorage) {
+if (pPriorParent == pScreen->root) {
 DebugMsg("Reparent window 0x%x from root, disabling backing store\n",
  (unsigned int)pWin->drawable.id);
 pScreen->backingStoreSupport = Always;


commit openttd for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openttd for openSUSE:Factory checked 
in at 2021-11-12 15:59:32

Comparing /work/SRC/openSUSE:Factory/openttd (Old)
 and  /work/SRC/openSUSE:Factory/.openttd.new.1890 (New)


Package is "openttd"

Fri Nov 12 15:59:32 2021 rev:45 rq:931136 version:12.1

Changes:

--- /work/SRC/openSUSE:Factory/openttd/openttd.changes  2021-10-23 
00:52:03.689150085 +0200
+++ /work/SRC/openSUSE:Factory/.openttd.new.1890/openttd.changes
2021-11-12 16:00:20.994595064 +0100
@@ -1,0 +2,20 @@
+Fri Nov 12 12:19:17 UTC 2021 - Jan Baier 
+
+- update to 12.1:
+  - Feature: Button to toggle showing advanced signal types (#9617)
+  - Change: Don't show screenshot GUI in screenshots (#9674)
+  - Change: Suppress panning in intro game, while user is interacting with the 
GUI (#9645)
+  - Change: Draw rotor in cursor when dragging helicopters in depots (#9612)
+  - Fix: Invalid memory access when loading a currency NewGRF (#9675)
+  - Fix #9579: Object and HQ construction is Construction cost, not Property 
Maintenance (#9673)
+  - Fix #9669: Ships exiting a blocked depot/lock could exit in the wrong 
direction (#9672)
+  - Fix: Every 16th client never reconnects after server restart (#9666)
+  - Fix #9643: Screenshots were always written as BMP files (#9644)
+  - Fix #9630: Intro game could zoom in/out more than allowed by settings 
(#9633)
+  - Fix #9626: Incorrect loading of script saved data (#9629)
+  - Fix: Emergency crash save had the wrong NewGRF list saved in it (#9627)
+  - Fix #9595: Always use plural forms of cargo for subsidy strings (#9619)
+  - Fix #9614: Refresh rate dropdown was still active when vsync was enabled 
(#9618)
+  - Fix: Don't use 'server address' string in server list when displaying an 
invite code (#9615)
+
+---

Old:

  openttd-12.0-source.tar.xz

New:

  openttd-12.1-source.tar.xz



Other differences:
--
++ openttd.spec ++
--- /var/tmp/diff_new_pack.hJCwFY/_old  2021-11-12 16:00:21.786595431 +0100
+++ /var/tmp/diff_new_pack.hJCwFY/_new  2021-11-12 16:00:21.786595431 +0100
@@ -19,7 +19,7 @@
 
 %define about OpenTTD is a reimplementation of the Microprose game "Transport 
Tycoon Deluxe" with lots of new features and enhancements. To play the game, 
you need either the original proprietary data set from the game, or install the 
recommend subpackages OpenGFX, OpenSFX and OpenMSX for an alternate, free set 
of graphics, sounds and music, respectively.
 Name:   openttd
-Version:12.0
+Version:12.1
 Release:0
 Summary:A clone of Chris Sawyer's Transport Tycoon Deluxe
 License:GPL-2.0-only

++ openttd-12.0-source.tar.xz -> openttd-12.1-source.tar.xz ++
/work/SRC/openSUSE:Factory/openttd/openttd-12.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.openttd.new.1890/openttd-12.1-source.tar.xz differ: 
char 25, line 1


commit openttd-opensfx for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openttd-opensfx for openSUSE:Factory 
checked in at 2021-11-12 15:59:31

Comparing /work/SRC/openSUSE:Factory/openttd-opensfx (Old)
 and  /work/SRC/openSUSE:Factory/.openttd-opensfx.new.1890 (New)


Package is "openttd-opensfx"

Fri Nov 12 15:59:31 2021 rev:4 rq:931134 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/openttd-opensfx/openttd-opensfx.changes  
2021-10-23 00:52:06.885151499 +0200
+++ 
/work/SRC/openSUSE:Factory/.openttd-opensfx.new.1890/openttd-opensfx.changes
2021-11-12 16:00:19.946594579 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 12:20:09 UTC 2021 - Jan Baier 
+
+- upstream update 1.0.3:
+  - Fix: Issue preventing BaNaNaS upload due to a lack of any checksum changes
+
+---
@@ -5 +11 @@
-  * Updated translations
+  - Updated translations

Old:

  1.0.2.tar.gz

New:

  1.0.3.tar.gz



Other differences:
--
++ openttd-opensfx.spec ++
--- /var/tmp/diff_new_pack.NWTulV/_old  2021-11-12 16:00:20.654594907 +0100
+++ /var/tmp/diff_new_pack.NWTulV/_new  2021-11-12 16:00:20.654594907 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openttd-opensfx
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:OpenSFX replacement sounds for OpenTTD
 License:CC-BY-SA-3.0 AND GPL-2.0-or-later AND CDDL-1.1

++ 1.0.2.tar.gz -> 1.0.3.tar.gz ++
/work/SRC/openSUSE:Factory/openttd-opensfx/1.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.openttd-opensfx.new.1890/1.0.3.tar.gz differ: char 
13, line 1


commit budgie-desktop for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package budgie-desktop for openSUSE:Factory 
checked in at 2021-11-12 15:59:30

Comparing /work/SRC/openSUSE:Factory/budgie-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.budgie-desktop.new.1890 (New)


Package is "budgie-desktop"

Fri Nov 12 15:59:30 2021 rev:29 rq:931043 version:10.5.3+12

Changes:

--- /work/SRC/openSUSE:Factory/budgie-desktop/budgie-desktop.changes
2021-11-06 18:21:26.160993892 +0100
+++ /work/SRC/openSUSE:Factory/.budgie-desktop.new.1890/budgie-desktop.changes  
2021-11-12 16:00:19.110594192 +0100
@@ -1,0 +2,5 @@
+Fri Nov 12 11:19:19 UTC 2021 - Callum Farmer 
+
+- Require xdg-user-dirs-gtk to fix Desktop issues
+
+---



Other differences:
--
++ budgie-desktop.spec ++
--- /var/tmp/diff_new_pack.0IVK8t/_old  2021-11-12 16:00:19.666594450 +0100
+++ /var/tmp/diff_new_pack.0IVK8t/_new  2021-11-12 16:00:19.670594452 +0100
@@ -64,6 +64,7 @@
 Requires:   gnome-settings-daemon
 Requires:   ibus
 Requires:   libgnomesu
+Requires:   xdg-user-dirs-gtk
 Requires:   NetworkManager-applet
 Requires(post): update-alternatives
 Requires(postun):update-alternatives


commit calibre for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2021-11-12 15:59:29

Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and  /work/SRC/openSUSE:Factory/.calibre.new.1890 (New)


Package is "calibre"

Fri Nov 12 15:59:29 2021 rev:266 rq:931030 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2021-10-29 
22:35:25.443709108 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new.1890/calibre.changes
2021-11-12 16:00:18.078593714 +0100
@@ -1,0 +2,33 @@
+Fri Nov 12 06:40:13 UTC 2021 - ecsos 
+
+- Update to 5.32.0
+  * New Features
+- Edit book: Add a tool to transform HTML tags based on rules
+  (Tools->Transform HTML)
+- Driver for the new Tolino Vision 6
+- Kobo driver: Add support for the latest firmware released
+  last week
+- When picking a random book ensure recently chosen books are
+  not re-selected
+- Icon theme chooser dialog: Allow right clicking on a theme to
+  visit its homepage
+  * Bug Fixes
+- Amazon metadata download: Add support for more markup
+  variations in amazon's sites that could prevent the fetching
+  of ratings, comments and series metadata for some books
+- Google search: Add support for new beta search results page
+  markup that was preventing using cached Google pages to
+  search for Amazon metadata
+- PDF Output: Fix the option to preserve cover aspect ratio
+  being ignored when converting comics
+- DOCX Input: Sanitize image filenames more strictly to
+  workaround broken EPUB software
+- Linux binary: Fix file dialogs not working on Fedora 35 under
+  KDE
+- When sending email to the Kindle and PocketBook sync services
+  use ASCII filenames as there have been some reports of issues
+  with non-ASCII filenames with these services.
+- Book Details: Fix missing copy options on composite columns
+- Ask for confirmation when deleting covers from books
+
+---

Old:

  calibre-5.31.1.tar.xz
  calibre-5.31.1.tar.xz.sig

New:

  calibre-5.32.0.tar.xz
  calibre-5.32.0.tar.xz.sig



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.NHLKIp/_old  2021-11-12 16:00:18.846594070 +0100
+++ /var/tmp/diff_new_pack.NHLKIp/_new  2021-11-12 16:00:18.850594072 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   calibre
-Version:5.31.1
+Version:5.32.0
 Release:0
 Summary:EBook Management Application
 License:GPL-3.0-only

++ calibre-5.31.1.tar.xz -> calibre-5.32.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-5.31.1.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new.1890/calibre-5.32.0.tar.xz differ: char 
26, line 1


commit siril for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package siril for openSUSE:Factory checked 
in at 2021-11-12 15:59:28

Comparing /work/SRC/openSUSE:Factory/siril (Old)
 and  /work/SRC/openSUSE:Factory/.siril.new.1890 (New)


Package is "siril"

Fri Nov 12 15:59:28 2021 rev:8 rq:931025 version:0.99.10.1

Changes:

--- /work/SRC/openSUSE:Factory/siril/siril.changes  2021-11-11 
21:39:05.997005837 +0100
+++ /work/SRC/openSUSE:Factory/.siril.new.1890/siril.changes2021-11-12 
16:00:16.762593106 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 06:39:17 UTC 2021 - Paolo Stivanin 
+
+- Fix incorrect/missing licenses
+- Run spec-cleaner
+
+---



Other differences:
--
++ siril.spec ++
--- /var/tmp/diff_new_pack.jBIIK4/_old  2021-11-12 16:00:17.338593372 +0100
+++ /var/tmp/diff_new_pack.jBIIK4/_new  2021-11-12 16:00:17.342593374 +0100
@@ -20,7 +20,7 @@
 Version:0.99.10.1
 Release:0
 Summary:An astronomical image processing software for Linux. (IRIS 
clone)
-License:GPL-3.0-only
+License:BSL-1.0 AND GPL-3.0-or-later
 Group:  Productivity/Scientific/Physics
 URL:https://www.siril.org/
 Source: 
https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2
@@ -46,14 +46,14 @@
 BuildRequires:  pkgconfig(libswresample)
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(rtprocess)
+BuildRequires:  pkgconfig(shared-mime-info)
+BuildRequires:  pkgconfig(wcslib)
 %if 0%{?suse_version} < 1550
 BuildRequires:  pkgconfig(opencv)
 %else
 BuildRequires:  pkgconfig(opencv4)
 %endif
-BuildRequires:  pkgconfig(rtprocess)
-BuildRequires:  pkgconfig(shared-mime-info)
-BuildRequires:  pkgconfig(wcslib)
 
 %description
 Siril is meant to be Iris for Linux (sirI-L). It is an astronomical image
@@ -82,7 +82,7 @@
 
 %files -f %{name}.lang
 %doc ChangeLog NEWS README.md AUTHORS
-%license LICENSE.md
+%license LICENSE.md LICENSE_sleef.txt
 %{_bindir}/siril
 %{_bindir}/siril-cli
 %{_mandir}/man1/siril.1%{?ext_man}


commit python-adblock for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-adblock for openSUSE:Factory 
checked in at 2021-11-12 15:59:26

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


Package is "python-adblock"

Fri Nov 12 15:59:26 2021 rev:4 rq:931002 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-adblock/python-adblock.changes
2021-10-01 22:29:19.317403815 +0200
+++ /work/SRC/openSUSE:Factory/.python-adblock.new.1890/python-adblock.changes  
2021-11-12 16:00:15.894592704 +0100
@@ -1,0 +2,5 @@
+Fri Nov  5 03:03:01 UTC 2021 - William Brown 
+
+- Add cargo audit service to detect potential security issues
+
+---

New:

  _service



Other differences:
--
++ _service ++

  
  



commit os-autoinst for openSUSE:Factory

2021-11-12 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 2021-11-12 15:59:25

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


Package is "os-autoinst"

Fri Nov 12 15:59:25 2021 rev:236 rq:931001 version:4.6.1636551041.85fc82ce

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2021-11-09 
23:55:35.211982477 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1890/os-autoinst.changes
2021-11-12 16:00:14.286591959 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 01:18:11 UTC 2021 - ok...@suse.com
+
+- Update to version 4.6.1636551041.85fc82ce:
+  * Warn about backend errors more prominently in log
+
+---

Old:

  os-autoinst-4.6.1636474618.9c079e07.obscpio

New:

  os-autoinst-4.6.1636551041.85fc82ce.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.vBlfTV/_old  2021-11-12 16:00:15.526592533 +0100
+++ /var/tmp/diff_new_pack.vBlfTV/_new  2021-11-12 16:00:15.554592546 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.6.1636474618.9c079e07
+Version:4.6.1636551041.85fc82ce
 Release:0
 Summary:test package for os-autoinst
 License:GPL-2.0-or-later

++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.vBlfTV/_old  2021-11-12 16:00:15.610592572 +0100
+++ /var/tmp/diff_new_pack.vBlfTV/_new  2021-11-12 16:00:15.614592574 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.6.1636474618.9c079e07
+Version:4.6.1636551041.85fc82ce
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0-or-later

++ os-autoinst-4.6.1636474618.9c079e07.obscpio -> 
os-autoinst-4.6.1636551041.85fc82ce.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1636474618.9c079e07.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.1890/os-autoinst-4.6.1636551041.85fc82ce.obscpio
 differ: char 50, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.vBlfTV/_old  2021-11-12 16:00:15.722592624 +0100
+++ /var/tmp/diff_new_pack.vBlfTV/_new  2021-11-12 16:00:15.722592624 +0100
@@ -1,4 +1,4 @@
 name: os-autoinst
-version: 4.6.1636474618.9c079e07
-mtime: 1636474618
-commit: 9c079e075a5ede5420f4771bec897a2e6122776d
+version: 4.6.1636551041.85fc82ce
+mtime: 1636551041
+commit: 85fc82ce1e8762840e9d91d5b315a9970445d0f8


commit openQA for openSUSE:Factory

2021-11-12 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 2021-11-12 15:59:24

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


Package is "openQA"

Fri Nov 12 15:59:24 2021 rev:298 rq:930999 version:4.6.1636630679.707ec60a3

Changes:

openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2021-11-10 
21:46:41.771817937 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.1890/openQA.changes  2021-11-12 
16:00:11.570590702 +0100
@@ -1,0 +2,8 @@
+Fri Nov 12 00:03:50 UTC 2021 - ok...@suse.com
+
+- Update to version 4.6.1636630679.707ec60a3:
+  * Dependency cron 2021-11-11
+  * Make logging when stopping command server gracefully less confusing
+  * Change $job->cancel to have reason
+
+---

Old:

  openQA-4.6.1636468466.ad625ca71.obscpio

New:

  openQA-4.6.1636630679.707ec60a3.obscpio



Other differences:
--
++ openQA-client-test.spec ++
--- /var/tmp/diff_new_pack.N2uLL7/_old  2021-11-12 16:00:12.726591237 +0100
+++ /var/tmp/diff_new_pack.N2uLL7/_new  2021-11-12 16:00:12.730591239 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-client
 Name:   %{short_name}-test
-Version:4.6.1636468466.ad625ca71
+Version:4.6.1636630679.707ec60a3
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.N2uLL7/_old  2021-11-12 16:00:12.766591256 +0100
+++ /var/tmp/diff_new_pack.N2uLL7/_new  2021-11-12 16:00:12.770591257 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1636468466.ad625ca71
+Version:4.6.1636630679.707ec60a3
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.N2uLL7/_old  2021-11-12 16:00:12.826591284 +0100
+++ /var/tmp/diff_new_pack.N2uLL7/_new  2021-11-12 16:00:12.842591291 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1636468466.ad625ca71
+Version:4.6.1636630679.707ec60a3
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.N2uLL7/_old  2021-11-12 16:00:12.882591309 +0100
+++ /var/tmp/diff_new_pack.N2uLL7/_new  2021-11-12 16:00:12.890591313 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1636468466.ad625ca71
+Version:4.6.1636630679.707ec60a3
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.N2uLL7/_old  2021-11-12 16:00:12.930591332 +0100
+++ /var/tmp/diff_new_pack.N2uLL7/_new  2021-11-12 16:00:12.934591334 +0100
@@ -76,7 +76,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:   openQA
-Version:4.6.1636468466.ad625ca71
+Version:4.6.1636630679.707ec60a3
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1636468466.ad625ca71.obscpio -> 
openQA-4.6.1636630679.707ec60a3.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1636468466.ad625ca71.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.1890/openQA-4.6.1636630679.707ec60a3.obscpio
 differ: char 50, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.N2uLL7/_old  2021-11-12 16:00:13.042591383 +0100
+++ /var/tmp/diff_new_pack.N2uLL7/_new  2021-11-12 16:00:13.046591385 +0100
@@ -1,4 +1,4 @@
 name: openQA
-version: 4.6.1636468466.ad625ca71
-mtime: 1636468466
-commit: ad625ca71c306d97b2d7d647759251567a479606
+version: 4.6.1636630679.707ec60a3
+mtime: 1636630679
+commit: 707ec60a392c3517ef5760635f2132539136c74e


commit cargo-audit-advisory-db for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cargo-audit-advisory-db for 
openSUSE:Factory checked in at 2021-11-12 15:59:22

Comparing /work/SRC/openSUSE:Factory/cargo-audit-advisory-db (Old)
 and  /work/SRC/openSUSE:Factory/.cargo-audit-advisory-db.new.1890 (New)


Package is "cargo-audit-advisory-db"

Fri Nov 12 15:59:22 2021 rev:15 rq:930998 version:2022

Changes:

--- 
/work/SRC/openSUSE:Factory/cargo-audit-advisory-db/cargo-audit-advisory-db.changes
  2021-11-03 17:26:54.501358305 +0100
+++ 
/work/SRC/openSUSE:Factory/.cargo-audit-advisory-db.new.1890/cargo-audit-advisory-db.changes
2021-11-12 16:00:09.614589797 +0100
@@ -1,0 +2,15 @@
+Fri Nov 12 00:17:17 UTC 2021 - wbr...@suse.de
+
+- Update to version 2022:
+  * Assigned RUSTSEC-2021-0122 to flatbuffers (#1100)
+  * Add `flatbuffers` advisory for flatbuffers#6627 (#1093)
+  * add cve info to advisories (#1099)
+  * Bump `rustsec-admin` to v0.5.3 (#1091)
+  * Add cvss information from nvd (#1085)
+  * Add missing method to time vulnerability (#1086)
+  * Add CVE alias for RUSTSEC-2021-0069 (#1087)
+  * Assigned RUSTSEC-2021-0121 to crypto2 (#1084)
+  * Unsound implementation of Chacha20 in crypto2 (#1072)
+  * Assigned RUSTSEC-2020-0159 to chrono (#1083)
+
+---

Old:

  advisory-db-20211103.tar.xz

New:

  advisory-db-2022.tar.xz



Other differences:
--
++ cargo-audit-advisory-db.spec ++
--- /var/tmp/diff_new_pack.BHCaHC/_old  2021-11-12 16:00:10.070590008 +0100
+++ /var/tmp/diff_new_pack.BHCaHC/_new  2021-11-12 16:00:10.070590008 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cargo-audit-advisory-db
-Version:20211103
+Version:2022
 Release:0
 Summary:A database of known security issues for Rust depedencies
 License:CC0-1.0

++ _service ++
--- /var/tmp/diff_new_pack.BHCaHC/_old  2021-11-12 16:00:10.102590022 +0100
+++ /var/tmp/diff_new_pack.BHCaHC/_new  2021-11-12 16:00:10.106590024 +0100
@@ -2,7 +2,7 @@
   
 https://github.com/RustSec/advisory-db.git
 git
-20211103
+2022
 master
 enable
 wbr...@suse.de

++ advisory-db-20211103.tar.xz -> advisory-db-2022.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/advisory-db-20211103/.duplicate-id-guard 
new/advisory-db-2022/.duplicate-id-guard
--- old/advisory-db-20211103/.duplicate-id-guard    2021-10-22 
16:28:51.0 +0200
+++ new/advisory-db-2022/.duplicate-id-guard2021-11-07 
18:53:20.0 +0100
@@ -1,3 +1,3 @@
 This file causes merge conflicts if two ID assignment jobs run concurrently.
 This prevents duplicate ID assignment due to a race between those jobs.
-95115d8c9869b0a0e3e4bdf781cf094e564ece260a8f34a89b73c762c1eb72cd  -
+9042bc5cd75d598f6aabe16f7a520b6886ac5abe65319eaee6cb8650f0e3085a  -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/advisory-db-20211103/crates/algorithmica/RUSTSEC-2021-0053.md 
new/advisory-db-2022/crates/algorithmica/RUSTSEC-2021-0053.md
--- old/advisory-db-20211103/crates/algorithmica/RUSTSEC-2021-0053.md   
2021-10-22 16:28:51.0 +0200
+++ new/advisory-db-2022/crates/algorithmica/RUSTSEC-2021-0053.md   
2021-11-07 18:53:20.0 +0100
@@ -5,6 +5,7 @@
 date = "2021-03-07"
 url = "https://github.com/AbrarNitk/algorithmica/issues/1";
 categories = ["memory-corruption"]
+aliases = ["CVE-2021-31996"]
 
 [versions]
 patched = []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/advisory-db-20211103/crates/ammonia/RUSTSEC-2021-0074.md 
new/advisory-db-2022/crates/ammonia/RUSTSEC-2021-0074.md
--- old/advisory-db-20211103/crates/ammonia/RUSTSEC-2021-0074.md
2021-10-22 16:28:51.0 +0200
+++ new/advisory-db-2022/crates/ammonia/RUSTSEC-2021-0074.md
2021-11-07 18:53:20.0 +0100
@@ -6,6 +6,7 @@
 url = "https://github.com/rust-ammonia/ammonia/pull/142";
 categories = ["format-injection"]
 keywords = ["html", "xss"]
+aliases = ["CVE-2021-38193"]
 
 [versions]
 patched = [">= 3.1.0", ">= 2.1.3, < 3.0.0"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/advisory-db-20211103/crates/anymap/RUSTSEC-2021-0065.md 
new/advisory-db-2022/cr

commit python-cloudscraper for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cloudscraper for 
openSUSE:Factory checked in at 2021-11-12 15:59:23

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


Package is "python-cloudscraper"

Fri Nov 12 15:59:23 2021 rev:6 rq:931000 version:1.2.58

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudscraper/python-cloudscraper.changes  
2021-05-13 22:18:37.115571934 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cloudscraper.new.1890/python-cloudscraper.changes
2021-11-12 16:00:10.418590169 +0100
@@ -1,0 +2,5 @@
+Fri Nov 12 01:28:36 UTC 2021 - Steve Kowalik 
+
+- Skip a broken test. 
+
+---



Other differences:
--
++ python-cloudscraper.spec ++
--- /var/tmp/diff_new_pack.4tZVao/_old  2021-11-12 16:00:10.938590410 +0100
+++ /var/tmp/diff_new_pack.4tZVao/_new  2021-11-12 16:00:10.942590411 +0100
@@ -58,7 +58,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# Skip broken test
+%pytest -k 'not test_getCookieString_challenge_js_challenge1_16_05_2020'
 
 %files %{python_files}
 %doc README.md


commit python-calmjs for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2021-11-12 15:59:19

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


Package is "python-calmjs"

Fri Nov 12 15:59:19 2021 rev:4 rq:930992 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes  
2021-01-26 14:49:56.339693083 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.1890/python-calmjs.changes
2021-11-12 16:00:06.850588517 +0100
@@ -1,0 +2,12 @@
+Thu Nov 11 22:29:55 UTC 2021 - Matej Cepl 
+
+- Update to 3.4.2:
+  - This is a maintenance release for Python 3.10; no substantial
+changes were been made.
+  - Provided a check for disabling integration tests using the
+CALMJS_SKIP_INTEGRATION environment variable, when set to a non-
+empty string, the integration tests found in test_dist will be
+skipped. [ #60 ]
+- Fix running of tests (gh#calmjs/calmjs#61).
+
+---

Old:

  3.4.1.tar.gz

New:

  3.4.2.tar.gz



Other differences:
--
++ python-calmjs.spec ++
--- /var/tmp/diff_new_pack.uBZOzv/_old  2021-11-12 16:00:07.402588773 +0100
+++ /var/tmp/diff_new_pack.uBZOzv/_new  2021-11-12 16:00:07.406588774 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-calmjs
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:A Python framework for working with the Node.js ecosystem
 License:GPL-2.0-or-later
@@ -32,10 +32,9 @@
 Requires:   python-calmjs.parse >= 1.0.0
 Requires:   python-calmjs.types
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module pytest}
 BuildRequires:  nodejs-common
 # /SECTION
 %python_subpackages
@@ -59,16 +58,17 @@
 export LANG=en_US.UTF-8
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/calmjs
-%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/testing
-%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/tests
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+# %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/testing
+# %%python_expand rm -r %%{buildroot}%%{$python_sitelib}/calmjs/tests
+%{python_expand touch %{buildroot}%{$python_sitelib}/calmjs/__init__.py
+%fdupes %{buildroot}%{$python_sitelib}
+}
 
 %check
 export LANG=en_US.UTF-8
-pushd src
-PYTHONPATH=.
-%pytest -k 'not (test_setup_egg_info or test_build_calmjs_artifact)'
-popd
+# gh#calmjs/calmjs#61
+%python_expand rm -v 
%{buildroot}%{$python_sitelib}/calmjs/tests/test_argparse.py
+%pyunittest discover -v -s %{buildroot}%{$python_sitelib}/calmjs/
 
 %post
 %python_install_alternative calmjs

++ 3.4.1.tar.gz -> 3.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calmjs-3.4.1/.github/workflows/build.yml 
new/calmjs-3.4.2/.github/workflows/build.yml
--- old/calmjs-3.4.1/.github/workflows/build.yml1970-01-01 
01:00:00.0 +0100
+++ new/calmjs-3.4.2/.github/workflows/build.yml2021-10-09 
08:19:26.0 +0200
@@ -0,0 +1,106 @@
+name: build
+
+on:
+  push:
+branches:
+  - master
+  - testing
+  - 3.4.x
+tags:
+  - 3.4.0
+  - 3.4.1
+  - 3.4.2
+  pull_request:
+branches:
+  - master
+
+jobs:
+  build:
+
+runs-on: ${{ matrix.os }}
+strategy:
+  matrix:
+os: [ubuntu-latest, macos-latest, windows-latest]
+python-version: [3.9, "3.10"]
+node-version: [12, 14]
+include:
+  - os: ubuntu-latest
+python-version: 2.7
+node-version: 4
+  # No idea why OS X would trigger that specific error, when it
+  # passes on other platforms.
+  # See: https://github.com/calmjs/calmjs/runs/3844830329
+  # - os: macos-latest
+  #   python-version: 2.7
+  #   node-version: 4
+  - os: windows-latest
+python-version: 2.7
+node-version: 4
+
+  - os: ubuntu-latest
+python-version: 3.6
+node-version: 8
+  - os: macos-latest
+python-version: 3.6
+node-version: 8
+  - os: windows-latest
+python-version: 3.6
+node-version: 8
+
+  - os: ubuntu-latest
+python-version: 3.7
+node-version: 10
+  - os: macos-latest
+python-version: 3.7
+nod

commit python-asdf for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asdf for openSUSE:Factory 
checked in at 2021-11-12 15:59:21

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


Package is "python-asdf"

Fri Nov 12 15:59:21 2021 rev:13 rq:930995 version:2.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-asdf/python-asdf.changes  2021-07-20 
15:40:42.265605483 +0200
+++ /work/SRC/openSUSE:Factory/.python-asdf.new.1890/python-asdf.changes
2021-11-12 16:00:08.930589480 +0100
@@ -1,0 +2,5 @@
+Thu Nov 11 23:33:42 UTC 2021 - Steve Kowalik 
+
+- Add multibuild to avoid a build loop. 
+
+---

New:

  _multibuild



Other differences:
--
++ python-asdf.spec ++
--- /var/tmp/diff_new_pack.Dq2UMC/_old  2021-11-12 16:00:09.390589693 +0100
+++ /var/tmp/diff_new_pack.Dq2UMC/_new  2021-11-12 16:00:09.394589695 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package python-asdf
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -17,10 +17,18 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
 %define skip_python2 1
 # current astropy in TW requires python >= 3.7
 %define skip_python36 1
-Name:   python-asdf
+Name:   python-asdf%{psuffix}
 Version:2.8.1
 Release:0
 Summary:Python tools to handle ASDF files
@@ -52,12 +60,15 @@
 Requires(postun):update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
+%if %{with test}
+BuildRequires:  %{python_module asdf}
 BuildRequires:  %{python_module astropy}
 BuildRequires:  %{python_module gwcs}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pytest < 6}
 BuildRequires:  %{python_module pytest-doctestplus}
 BuildRequires:  %{python_module pytest-openfiles >= 0.3.1}
+%endif
 # /SECTION
 %python_subpackages
 
@@ -77,14 +88,17 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/asdftool
 %{python_expand #
 sed -i -e 's|^#!/usr/bin/env python|#!%{__$python}|' 
%{buildroot}%{$python_sitelib}/asdf/reference_files/generate/generate
 %fdupes %{buildroot}%{$python_sitelib}
 }
+%endif
 
 %check
+%if %{with test}
 export LANG=en_US.UTF-8
 %{python_expand # the tests assume the existence of a `python` command
 mkdir -p build/bin
@@ -94,6 +108,7 @@
 # import everything from the source directory because of collection conflicts 
with buildroot
 export PYTHONPATH=":x"
 %pytest --import-mode=append
+%endif
 
 %post
 %python_install_alternative asdftool
@@ -101,6 +116,7 @@
 %postun
 %python_uninstall_alternative asdftool
 
+%if !%{with test}
 %files %{python_files}
 %doc CHANGES.rst README.rst
 %license LICENSE
@@ -108,5 +124,6 @@
 %{python_sitelib}/asdf
 %{python_sitelib}/asdf-%{version}*-info
 %{python_sitelib}/pytest_asdf
+%endif
 
 %changelog

++ _multibuild ++

  test



commit libconfini for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libconfini for openSUSE:Factory 
checked in at 2021-11-12 15:59:20

Comparing /work/SRC/openSUSE:Factory/libconfini (Old)
 and  /work/SRC/openSUSE:Factory/.libconfini.new.1890 (New)


Package is "libconfini"

Fri Nov 12 15:59:20 2021 rev:14 rq:930993 version:1.16.3

Changes:

--- /work/SRC/openSUSE:Factory/libconfini/libconfini.changes2021-09-29 
20:20:15.371105210 +0200
+++ /work/SRC/openSUSE:Factory/.libconfini.new.1890/libconfini.changes  
2021-11-12 16:00:07.702588911 +0100
@@ -1,0 +2,6 @@
+Thu Nov 11 21:50:02 UTC 2021 - Andreas Stieger 
+
+- libconfini 1.16.3:
+  * performance optimizations
+
+---

Old:

  libconfini-1.16.2-with-configure.tar.gz

New:

  libconfini-1.16.3-with-configure.tar.gz



Other differences:
--
++ libconfini.spec ++
--- /var/tmp/diff_new_pack.Y7P5Vl/_old  2021-11-12 16:00:08.334589204 +0100
+++ /var/tmp/diff_new_pack.Y7P5Vl/_new  2021-11-12 16:00:08.338589206 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libconfini
-Version:1.16.2
+Version:1.16.3
 Release:0
 Summary:INI file parser libarary
 License:GPL-3.0-or-later

++ libconfini-1.16.2-with-configure.tar.gz -> 
libconfini-1.16.3-with-configure.tar.gz ++
 6005 lines of diff (skipped)


commit macchina for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package macchina for openSUSE:Factory 
checked in at 2021-11-12 15:59:18

Comparing /work/SRC/openSUSE:Factory/macchina (Old)
 and  /work/SRC/openSUSE:Factory/.macchina.new.1890 (New)


Package is "macchina"

Fri Nov 12 15:59:18 2021 rev:2 rq:930981 version:5.0.4~git0.72b9c2b

Changes:

--- /work/SRC/openSUSE:Factory/macchina/macchina.changes2021-11-05 
22:59:14.756305512 +0100
+++ /work/SRC/openSUSE:Factory/.macchina.new.1890/macchina.changes  
2021-11-12 16:00:05.366587830 +0100
@@ -1,0 +2,15 @@
+Thu Nov 11 11:41:10 UTC 2021 - stig...@outlook.fr
+
+- Update to version 5.0.4~git0.72b9c2b:
+  * remove a change that doesn't apply yet
+  * Fix compilation error upon cargo installation (closes #216)
+  * Add Packaging status (#215)
+  * docs: macchina should be lowercase
+  * docs: update preview image
+  * [DOC] Add zypper instructions for openSUSE Tumbleweed (#197)
+  * slight changes to README
+  * slight changes to README (and reference docs in themes)
+  * update macchina.toml
+  * typo
+
+---

Old:

  macchina-5.0.3~git0.303b6e7.tar.xz

New:

  macchina-5.0.4~git0.72b9c2b.tar.xz
  macchina.obsinfo



Other differences:
--
++ macchina.spec ++
--- /var/tmp/diff_new_pack.jqpyPx/_old  2021-11-12 16:00:06.554588380 +0100
+++ /var/tmp/diff_new_pack.jqpyPx/_new  2021-11-12 16:00:06.562588384 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package macchina
 #
-# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # 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/
 #
 
 
 Name:   macchina
-Version:5.0.3~git0.303b6e7
+Version:5.0.4~git0.72b9c2b
 Release:0
 Summary:Fast, minimal and customizable system information frontend
 License:MIT
 Group:  Productivity/Text/Utilities
-Url:https://github.com/Macchina-CLI/macchina#macchina
+URL:https://github.com/Macchina-CLI/macchina#macchina
 Source0:%{name}-%{version}.tar.xz
 Source1:vendor.tar.xz
 Source2:cargo_config
@@ -56,7 +56,6 @@
 true # Skipping tests on other archs than x86_64 due to SIGSEGV on arm64
 %endif
 
-
 %files
 %license LICENSE 
 %doc CHANGELOG.txt README.md

++ _service ++
--- /var/tmp/diff_new_pack.jqpyPx/_old  2021-11-12 16:00:06.598588401 +0100
+++ /var/tmp/diff_new_pack.jqpyPx/_new  2021-11-12 16:00:06.598588401 +0100
@@ -3,7 +3,7 @@
 https://github.com/Macchina-CLI/macchina.git
 @PARENT_TAG@~git@TAG_OFFSET@.%h
 git
-v5.0.3
+v5.0.4
 *
 v(\d+\.\d+\.\d+)
 \1

++ macchina-5.0.3~git0.303b6e7.tar.xz -> macchina-5.0.4~git0.72b9c2b.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/macchina-5.0.3~git0.303b6e7/CHANGELOG.txt 
new/macchina-5.0.4~git0.72b9c2b/CHANGELOG.txt
--- old/macchina-5.0.3~git0.303b6e7/CHANGELOG.txt   2021-11-02 
19:08:38.0 +0100
+++ new/macchina-5.0.4~git0.72b9c2b/CHANGELOG.txt   2021-11-10 
20:17:33.0 +0100
@@ -1,6 +1,7 @@
 # Changelog
 
-## macchina v5.0.3
+## macchina v5.0.4
 
-- general: moved miscellaneous theme structures to separate modules.
-- netbsd: subtract "one" from pkgsrc's package count.
+- Fixed a compilation error upon cargo installation.
+- Windows' dependencies have been bumped. (libmacchina#93)
+- Windows' Local IP readout is a lot more user-friendly now. (libmacchina#94)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/macchina-5.0.3~git0.303b6e7/Cargo.lock 
new/macchina-5.0.4~git0.72b9c2b/Cargo.lock
--- old/macchina-5.0.3~git0.303b6e7/Cargo.lock  2021-11-02 19:08:38.0 
+0100
+++ new/macchina-5.0.4~git0.72b9c2b/Cargo.lock  2021-11-10 20:17:33.0 
+0100
@@ -54,9 +54,9 @@
 
 [[package]]
 name = "bitflags"
-version = "1.2.1"
+version = "1.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 
 [[package]]
 name = "byte-unit"
@@ -409,9 +409,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.104"
+version = "0.2.107"
 source = "registry+https://github

commit tensorflow2 for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tensorflow2 for openSUSE:Factory 
checked in at 2021-11-12 15:59:17

Comparing /work/SRC/openSUSE:Factory/tensorflow2 (Old)
 and  /work/SRC/openSUSE:Factory/.tensorflow2.new.1890 (New)


Package is "tensorflow2"

Fri Nov 12 15:59:17 2021 rev:25 rq:930619 version:2.6.2

Changes:

--- /work/SRC/openSUSE:Factory/tensorflow2/tensorflow2.changes  2021-10-23 
23:14:20.044991588 +0200
+++ /work/SRC/openSUSE:Factory/.tensorflow2.new.1890/tensorflow2.changes
2021-11-12 16:00:01.602586088 +0100
@@ -1,0 +2,49 @@
+Tue Nov  9 13:26:21 UTC 2021 - Christian Goll 
+
+- updated to 2.6.2 which is bug fix release which just fixes an issue where
+  keras, tensorflow_estimator and tensorboard were missing proper upper bounds
+  and resulted in broken installs after Keras 2.7 release for all packages in
+  TensorFlow ecosystem
+- Fixes from 2.6.1 (boo#1192447):
+  * Fixes a code injection issue in saved_model_cli (CVE-2021-41228)
+  * Fixes a vulnerability due to use of uninitialized value in Tensorflow 
(CVE-2021-41225)
+  * Fixes a heap OOB in FusedBatchNorm kernels (CVE-2021-41223)
+  * Fixes an arbitrary memory read in ImmutableConst (CVE-2021-41227)
+  * Fixes a heap OOB in SparseBinCount (CVE-2021-41226)
+  * Fixes a heap OOB in SparseFillEmptyRows (CVE-2021-41224)
+  * Fixes a segfault due to negative splits in SplitV (CVE-2021-41222)
+  * Fixes segfaults and vulnerabilities caused by accesses to invalid memory
+during shape inference in Cudnn* ops (CVE-2021-41221)
+  * Fixes a null pointer exception when Exit node is not preceded by Enter op 
(CVE-2021-41217)
+  * Fixes an integer division by 0 in tf.raw_ops.AllToAll (CVE-2021-41218)
+  * Fixes a use after free and a memory leak in CollectiveReduceV2 
(CVE-2021-41220)
+  * Fixes an undefined behavior via nullptr reference binding in sparse matrix
+multiplication (CVE-2021-41219)
+  * Fixes a heap buffer overflow in Transpose (CVE-2021-41216)
+  * Prevents deadlocks arising from mutually recursive tf.function objects 
(CVE-2021-41213)
+  * Fixes a null pointer exception in DeserializeSparse (CVE-2021-41215)
+  * Fixes an undefined behavior arising from reference binding to nullptr in
+tf.ragged.cross (CVE-2021-41214)
+  * Fixes a heap OOB read in tf.ragged.cross (CVE-2021-41212)
+  * Fixes a heap OOB in shape inference for QuantizeV2 (CVE-2021-41211)
+  * Fixes a heap OOB read in all tf.raw_ops.QuantizeAndDequantizeV* ops 
(CVE-2021-41205)
+  * Fixes an FPE in ParallelConcat (CVE-2021-41207)
+  * Fixes FPE issues in convolutions with zero size filters (CVE-2021-41209)
+  * Fixes a heap OOB read in tf.raw_ops.SparseCountSparseOutput 
(CVE-2021-41210)
+  * Fixes vulnerabilities caused by incomplete validation in boosted trees 
code (CVE-2021-41208)
+  * Fixes vulnerabilities caused by incomplete validation of shapes in 
multiple TF ops (CVE-2021-41206)
+  * Fixes a segfault produced while copying constant resource tensor 
(CVE-2021-41204)
+  * Fixes a vulnerability caused by unitialized access in 
EinsumHelper::ParseEquation (CVE-2021-41201)
+  * Fixes several vulnerabilities and segfaults caused by missing validation
+during checkpoint loading (CVE-2021-41203)
+  * Fixes an overflow producing a crash in tf.range (CVE-2021-41202)
+  * Fixes an overflow producing a crash in tf.image.resize when size is large 
(CVE-2021-41199)
+  * Fixes an overflow producing a crash in tf.tile when tiling tensor is large 
(CVE-2021-41198)
+  * Fixes a vulnerability produced due to incomplete validation in
+tf.summary.create_file_writer (CVE-2021-41200)
+  * Fixes multiple crashes due to overflow and CHECK-fail in ops with large
+tensor shapes (CVE-2021-41197)
+  * Fixes a crash in max_pool3d when size argument is 0 or negative 
(CVE-2021-41196)
+  * Fixes a crash in tf.math.segment_* operations (CVE-2021-41195)
+
+---

Old:

  tensorflow-2.6.0.tar.gz

New:

  tensorflow-2.6.2.tar.gz



Other differences:
--
++ tensorflow2.spec ++
--- /var/tmp/diff_new_pack.iBLUij/_old  2021-11-12 16:00:04.802587569 +0100
+++ /var/tmp/diff_new_pack.iBLUij/_new  2021-11-12 16:00:04.806587571 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package tensorflow2
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -18,12 +18,15 @@
 
 #
 %define pname tensorflow2
-%define vers 2.6.0
+%define vers 2.6.2
+# compatible versions used for dependencies
+%define base_vers_min 2.6
+%define base_vers_max 2.7
 #%%define cand -rc4
-%define _vers 2_6_0
+%define _vers 2_6_2
 %define libmaj 2
 %define libmin 6
-%define libref 0
+%define libref 2
 %define python_ver_hack python3.[0-9]
 %i

commit samba for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2021-11-12 15:59:16

Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and  /work/SRC/openSUSE:Factory/.samba.new.1890 (New)


Package is "samba"

Fri Nov 12 15:59:16 2021 rev:274 rq:930760 version:4.15.2+git.193.a4d6307f1fd

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2021-10-08 
22:05:14.964579979 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new.1890/samba.changes2021-11-12 
15:59:58.574584686 +0100
@@ -1,0 +2,56 @@
+Wed Nov 10 10:26:01 UTC 2021 - Samuel Cabrero 
+
+- Fix regression introduced by CVE-2020-25717 patches, winbindd
+  does not start when 'allow trusted domains' is off; (bso#14899);
+
+- Update to 4.15.2
+  * CVE-2016-2124:  SMB1 client connections can be downgraded to
+plaintext authentication; (bso#12444); (bsc#1014440);
+  * CVE-2020-25717: A user on the domain can become root on domain
+members; (bso#14556); (bsc#1192284);
+  * CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos
+tickets issued by an RODC; (bso#14558); (bsc#1192246);
+  * CVE-2020-25719: Samba AD DC did not always rely on the SID and
+PAC in Kerberos tickets; (bso#14561); (bsc#1192247);
+  * CVE-2020-25721: Kerberos acceptors need easy access to stable
+AD identifiers (eg objectSid); (bso#14557); (bsc#1192505);
+  * CVE-2020-25722: Samba AD DC did not do suffienct access and
+conformance checking of data stored; (bso#14564);
+(bsc#1192283);
+  * CVE-2021-3738: Use after free in Samba AD DC RPC server;
+(bso#14468); (bsc#1192215);
+  * CVE-2021-23192: Subsequent DCE/RPC fragment injection
+vulnerability; (bso#14875); (bsc#1192214);
+
+- Update to 4.15.1
+ * vfs_shadow_copy2: core dump in make_relative_path; (bso#14682);
+ * Log clutter from filename_convert_internal; (bso#14685);
+ * MacOSX compilation fixes; (bso#14862);
+ * rodc_rwdc test flaps; (bso#14868);
+ * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
+   bit' S4U2Proxy Constrained Delegation bypass in Samba with
+   embedded Heimdal; (bso#14642);
+ * Python ldb.msg_diff() memory handling failure; (bso#14836);
+ * "in" operator on ldb.Message is case sensitive; (bso#14845);
+ * Release LDB 2.4.1 for Samba 4.15.1; (bso#14848);
+ * samldb_krbtgtnumber_available() looks for incorrect string;
+   (bso#14854);
+ * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED; (bso#14871);
+ * Allow special chars like "@" in samAccountName when generating
+   the salt; (bso#14874);
+ * Correctly ignore comments in CTDB public addresses file;
+   (bso#14826);
+ * Fix transit path validation; (bso#12998);
+ * Fix that child winbindd logs to log.winbindd instead of
+   log.wb-; (bso#14852);
+ * SMB3 cancel requests should only include the MID together with
+   AsyncID when AES-128-GMAC is used; (bso#14855);
+ * Prepare to operate with MIT krb5 >= 1.20; (bso#14870);
+ * Heimdal prefers RC4 over AES for machine accounts; (bso#14864);
+
+---
+Wed Oct 13 17:07:47 UTC 2021 - David Mulder 
+
+- Enable samba-tool without ad dc.
+
+---

Old:

  samba-4.15.0+git.185.378416e547c.tar.bz2

New:

  samba-4.15.2+git.193.a4d6307f1fd.tar.bz2



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.UyI4GL/_old  2021-11-12 15:59:59.310585027 +0100
+++ /var/tmp/diff_new_pack.UyI4GL/_new  2021-11-12 15:59:59.310585027 +0100
@@ -53,7 +53,7 @@
 %define talloc_version 2.3.3
 %define tevent_version 0.11.0
 %define tdb_version1.4.4
-%define ldb_version2.4.0
+%define ldb_version2.4.1
 
 # This table represents the possible combinations of build macros.
 # They are defined only if not already defined in the build service
@@ -184,7 +184,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:4.15.0+git.185.378416e547c
+Version:4.15.2+git.193.a4d6307f1fd
 Release:0
 URL:https://www.samba.org/
 Obsoletes:  samba-32bit < %{version}
@@ -873,6 +873,18 @@
 distributed file system. A Ceph CTDB lock helper binary is included so
 that RADOS locks can be used for CTDB split-brain avoidance.
 
+
+%package -n samba-tool
+Summary:Main Samba administration tool
+License:GPL-3.0-or-later
+Group:  Productivity/Networking/Samba
+Requires:   samba = %{version}
+Requires:   samba-python3 = %{version}
+Requires:   samba-ldb-ldap = %{version}
+
+%description -n samba-tool
+The package contains samba-tool, the main tool for Samba Administration.
+
 %package ad-dc
 Summary:Samba Active Directory-c

commit yast2-network for openSUSE:Factory

2021-11-12 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 2021-11-12 15:59:16

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


Package is "yast2-network"

Fri Nov 12 15:59:16 2021 rev:466 rq:930832 version:4.4.31

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2021-11-06 18:18:00.884884049 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new.1890/yast2-network.changes
2021-11-12 15:59:59.658585188 +0100
@@ -1,0 +2,14 @@
+Wed Nov 10 21:41:54 UTC 2021 - Knut Anderssen 
+
+- Fixed interfaces table description for s390 Group devices
+  (bsc#1192560).
+- 4.4.31
+
+---
+Wed Nov 10 16:45:32 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Replace calls to dropped method InterfacesTable#friendly_name
+  (bsc#1192560).
+- 4.4.30
+
+---

Old:

  yast2-network-4.4.29.tar.bz2

New:

  yast2-network-4.4.31.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.9S4FCO/_old  2021-11-12 16:00:00.214585445 +0100
+++ /var/tmp/diff_new_pack.9S4FCO/_new  2021-11-12 16:00:00.218585447 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.4.29
+Version:4.4.31
 Release:0
 Summary:YaST2 - Network Configuration
 License:GPL-2.0-only

++ yast2-network-4.4.29.tar.bz2 -> yast2-network-4.4.31.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.4.29/package/yast2-network.changes 
new/yast2-network-4.4.31/package/yast2-network.changes
--- old/yast2-network-4.4.29/package/yast2-network.changes  2021-11-05 
11:29:19.0 +0100
+++ new/yast2-network-4.4.31/package/yast2-network.changes  2021-11-11 
11:19:17.0 +0100
@@ -1,4 +1,18 @@
 ---
+Wed Nov 10 21:41:54 UTC 2021 - Knut Anderssen 
+
+- Fixed interfaces table description for s390 Group devices
+  (bsc#1192560).
+- 4.4.31
+
+---
+Wed Nov 10 16:45:32 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Replace calls to dropped method InterfacesTable#friendly_name
+  (bsc#1192560).
+- 4.4.30
+
+---
 Thu Nov  4 15:02:24 UTC 2021 - Knut Anderssen 
 
 - AutoYaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.4.29/package/yast2-network.spec 
new/yast2-network-4.4.31/package/yast2-network.spec
--- old/yast2-network-4.4.29/package/yast2-network.spec 2021-11-05 
11:29:19.0 +0100
+++ new/yast2-network-4.4.31/package/yast2-network.spec 2021-11-11 
11:19:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.4.29
+Version:4.4.31
 Release:0
 Summary:YaST2 - Network Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-4.4.29/src/lib/y2network/widgets/interfaces_table.rb 
new/yast2-network-4.4.31/src/lib/y2network/widgets/interfaces_table.rb
--- old/yast2-network-4.4.29/src/lib/y2network/widgets/interfaces_table.rb  
2021-11-05 11:29:19.0 +0100
+++ new/yast2-network-4.4.31/src/lib/y2network/widgets/interfaces_table.rb  
2021-11-11 11:19:17.0 +0100
@@ -1,4 +1,4 @@
-# Copyright (c) [2019] SUSE LLC
+# Copyright (c) [2019-2021] SUSE LLC
 #
 # All Rights Reserved.
 #
@@ -101,7 +101,7 @@
 
   # Constructs device description for inactive s390 devices
   def device_item(device)
-[device.id, friendly_name(device), _("Not activated"), device.id, ""]
+[device.id, description_for(device), _("Not activated"), device.id, ""]
   end
 
   # Generic device description handler
@@ -143,17 +143,17 @@
 summary.new(value, config).text
   end
 
-  # Returns the connection description if given or the interface friendly 
name if not
+  # Returns the connection description if given or the device friendly 
name if not
   #
-  # @param interface [Interface] Network interface
+  # @param device [Interface, S390GroupDevice] Network device
   # @param conn [ConnectionConfig::Base, nil] Connection configuration
   # @return [String] Connection description if given or the friendly name 
for the interface (
   #   description or name) if not
-  def description_for(

commit mariadb for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2021-11-12 15:59:14

Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and  /work/SRC/openSUSE:Factory/.mariadb.new.1890 (New)


Package is "mariadb"

Fri Nov 12 15:59:14 2021 rev:117 rq:930736 version:10.6.5

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2021-11-06 
18:13:44.100750502 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new.1890/mariadb.changes
2021-11-12 15:59:55.65058 +0100
@@ -1,0 +2,19 @@
+Tue Nov  9 08:34:26 UTC 2021 - Danilo Spinella 
+
+- Update to 10.6.5
+  * release notes and changelog:
+https://mariadb.com/kb/en/library/mariadb-1065-release-notes
+https://mariadb.com/kb/en/library/mariadb-1065-changelog
+  * fixes for the following security vulnerabilities:
+10.6.5: none
+- Not affected by [CVE-2021-35604], bsc#1192497
+- Drop upstreamed patch:
+  * mariadb-10.2.19-link-and-enable-c++11-atomics.patch
+
+---
+Mon Nov  8 15:36:39 UTC 2021 - Danilo Spinella 
+
+- Use pam macros instead of hardcoding directories, fixes bsc#1191038
+- Add fix-pamdir.patch
+
+---

Old:

  mariadb-10.2.19-link-and-enable-c++11-atomics.patch
  mariadb-10.6.4.tar.gz
  mariadb-10.6.4.tar.gz.asc

New:

  fix-pamdir.patch
  mariadb-10.6.5.tar.gz
  mariadb-10.6.5.tar.gz.asc



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.XC05dp/_old  2021-11-12 15:59:56.794583862 +0100
+++ /var/tmp/diff_new_pack.XC05dp/_new  2021-11-12 15:59:56.794583862 +0100
@@ -50,7 +50,7 @@
 # Build with cracklib plugin when cracklib-dict-full >= 2.9.0 is available
 %define with_cracklib_plugin 0
 Name:   mariadb
-Version:10.6.4
+Version:10.6.5
 Release:0
 Summary:Server part of MariaDB
 License:SUSE-GPL-2.0-with-FLOSS-exception
@@ -76,11 +76,11 @@
 Patch2: mariadb-10.1.1-mysqld_multi-features.patch
 Patch3: mariadb-10.0.15-logrotate-su.patch
 Patch4: mariadb-10.2.4-fortify-and-O.patch
-Patch5: mariadb-10.2.19-link-and-enable-c++11-atomics.patch
 Patch6: mariadb-10.4.12-harden_setuid.patch
 Patch7: mariadb-10.4.12-fix-install-db.patch
 Patch8:harden_mariadb.service.patch
 Patch9: func_math_tests_MDEV-26645.diff
+Patch10:fix-pamdir.patch
 # needed for bison SQL parser and wsrep API
 BuildRequires:  bison
 BuildRequires:  cmake
@@ -363,7 +363,6 @@
 %patch2
 %patch3
 %patch4
-%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
@@ -372,6 +371,10 @@
 %patch9
 %endif
 %endif
+# usrmerge has only been applied to TW
+%if 0%{?suse_version} > 1500
+%patch10 -p1
+%endif
 
 cp %{_sourcedir}/suse-test-run .
 
@@ -857,7 +860,7 @@
 %if %{with galera}
 %exclude %{_sysconfdir}/my.cnf.d/50-galera.cnf
 %endif
-%config(noreplace) %{_sysconfdir}/security/user_map.conf
+%config(noreplace) %{_pam_secconfdir}/user_map.conf
 %config %{_sysconfdir}/logrotate.d/%{name}
 %doc %{_defaultdocdir}/%{name}
 %dir %{_libexecdir}/mysql
@@ -888,7 +891,7 @@
 %if 0%{with_cracklib_plugin} > 0
 %exclude %{_libdir}/mysql/plugin/cracklib_password_check.so
 %endif
-/%{_lib}/security/pam_user_map.so
+%{_pam_moduledir}/pam_user_map.so
 %dir %attr(0750, root, mysql) %{_libdir}/mysql/plugin/auth_pam_tool_dir
 %verify(not mode) %attr(4755,root,root) 
%{_libdir}/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
 %ghost 
%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something

++ fix-pamdir.patch ++
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index 877b147bc6e..f025aec78cb 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -163,7 +163,7 @@ SET(INSTALL_UNIX_ADDRDIR_RPM
"${INSTALL_MYSQLDATADIR_RPM}/mysql.sock"
 SET(INSTALL_SYSTEMD_UNITDIR_RPM "/usr/lib/systemd/system")
 SET(INSTALL_SYSTEMD_SYSUSERSDIR_RPM "/usr/lib/sysusers.d")
 SET(INSTALL_SYSTEMD_TMPFILESDIR_RPM "/usr/lib/tmpfiles.d")
-SET(INSTALL_PAMDIR_RPM  "/${INSTALL_LIBDIR_RPM}/security")
+SET(INSTALL_PAMDIR_RPM  "${INSTALL_LIBDIR_RPM}/security")
 SET(INSTALL_PAMDATADIR_RPM  "/etc/security")
 
 #
++ mariadb-10.6.4.tar.gz -> mariadb-10.6.5.tar.gz ++
/work/SRC/openSUSE:Factory/mariadb/mariadb-10.6.4.tar.gz 
/work/SRC/openSUSE:Factory/.mariadb.new.1890/mariadb-10.6.5.tar.gz differ: char 
5, line 1


commit python-Sphinx for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2021-11-12 15:59:14

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


Package is "python-Sphinx"

Fri Nov 12 15:59:14 2021 rev:80 rq:930743 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes  
2021-09-20 23:32:05.327094680 +0200
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new.1890/python-Sphinx.changes
2021-11-12 15:59:57.234584066 +0100
@@ -1,0 +2,5 @@
+Wed Nov 10 13:57:29 UTC 2021 - Matej Cepl 
+
+- Fix Provides and Obsoletes ... we cannot use python_module there
+
+---



Other differences:
--
++ python-Sphinx.spec ++
--- /var/tmp/diff_new_pack.rY5eKj/_old  2021-11-12 15:59:57.762584310 +0100
+++ /var/tmp/diff_new_pack.rY5eKj/_new  2021-11-12 15:59:57.766584312 +0100
@@ -201,7 +201,7 @@
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 Supplements:python3-Sphinx
-Obsoletes:  %{python_module Sphinx-doc-man-common <= %{version}}
+Obsoletes:  python-Sphinx-doc-man-common <= %{version}
 
 %description -n python-Sphinx-doc-man
 Sphinx is a tool that facilitates creating documentation for Python
@@ -213,7 +213,7 @@
 %package -n python-Sphinx-doc-html
 Summary:HTML Documentation for python-Sphinx
 Group:  Documentation/HTML
-Provides:   %{python_module Sphinx-doc-html = %{version}}
+Provides:   python-Sphinx-doc-html = %{version}
 
 %description -n python-Sphinx-doc-html
 Sphinx is a tool that facilitates creating documentation for Python


commit ldb for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2021-11-12 15:59:13

Comparing /work/SRC/openSUSE:Factory/ldb (Old)
 and  /work/SRC/openSUSE:Factory/.ldb.new.1890 (New)


Package is "ldb"

Fri Nov 12 15:59:13 2021 rev:56 rq:930733 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2021-10-08 22:05:18.872586408 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new.1890/ldb.changes2021-11-12 
15:59:53.158582179 +0100
@@ -1,0 +2,9 @@
+Wed Nov 10 10:51:16 UTC 2021 - Samuel Cabrero 
+
+- Update to version 2.4.1
+  + Corrected python behaviour for 'in' for LDAP attributes
+contained as part of ldb.Message; (bso#14845);
+  + Fix memory handling in ldb.msg_diff; (bso#14836);
+  + Corrected python docstrings
+
+---

Old:

  ldb-2.4.0.tar.asc
  ldb-2.4.0.tar.gz

New:

  ldb-2.4.1.tar.asc
  ldb-2.4.1.tar.gz



Other differences:
--
++ ldb.spec ++
--- /var/tmp/diff_new_pack.j3C16r/_old  2021-11-12 15:59:53.670582416 +0100
+++ /var/tmp/diff_new_pack.j3C16r/_new  2021-11-12 15:59:53.674582418 +0100
@@ -57,7 +57,7 @@
 %endif
 
 URL:https://ldb.samba.org/
-Version:2.4.0
+Version:2.4.1
 Release:0
 Summary:An LDAP-like embedded database
 License:LGPL-3.0-or-later

++ ldb-2.4.0.tar.gz -> ldb-2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldb-2.4.0/ABI/ldb-2.4.1.sigs 
new/ldb-2.4.1/ABI/ldb-2.4.1.sigs
--- old/ldb-2.4.0/ABI/ldb-2.4.1.sigs1970-01-01 01:00:00.0 +0100
+++ new/ldb-2.4.1/ABI/ldb-2.4.1.sigs2021-10-27 13:19:57.742227800 +0200
@@ -0,0 +1,283 @@
+ldb_add: int (struct ldb_context *, const struct ldb_message *)
+ldb_any_comparison: int (struct ldb_context *, void *, ldb_attr_handler_t, 
const struct ldb_val *, const struct ldb_val *)
+ldb_asprintf_errstring: void (struct ldb_context *, const char *, ...)
+ldb_attr_casefold: char *(TALLOC_CTX *, const char *)
+ldb_attr_dn: int (const char *)
+ldb_attr_in_list: int (const char * const *, const char *)
+ldb_attr_list_copy: const char **(TALLOC_CTX *, const char * const *)
+ldb_attr_list_copy_add: const char **(TALLOC_CTX *, const char * const *, 
const char *)
+ldb_base64_decode: int (char *)
+ldb_base64_encode: char *(TALLOC_CTX *, const char *, int)
+ldb_binary_decode: struct ldb_val (TALLOC_CTX *, const char *)
+ldb_binary_encode: char *(TALLOC_CTX *, struct ldb_val)
+ldb_binary_encode_string: char *(TALLOC_CTX *, const char *)
+ldb_build_add_req: int (struct ldb_request **, struct ldb_context *, 
TALLOC_CTX *, const struct ldb_message *, struct ldb_control **, void *, 
ldb_request_callback_t, struct ldb_request *)
+ldb_build_del_req: int (struct ldb_request **, struct ldb_context *, 
TALLOC_CTX *, struct ldb_dn *, struct ldb_control **, void *, 
ldb_request_callback_t, struct ldb_request *)
+ldb_build_extended_req: int (struct ldb_request **, struct ldb_context *, 
TALLOC_CTX *, const char *, void *, struct ldb_control **, void *, 
ldb_request_callback_t, struct ldb_request *)
+ldb_build_mod_req: int (struct ldb_request **, struct ldb_context *, 
TALLOC_CTX *, const struct ldb_message *, struct ldb_control **, void *, 
ldb_request_callback_t, struct ldb_request *)
+ldb_build_rename_req: int (struct ldb_request **, struct ldb_context *, 
TALLOC_CTX *, struct ldb_dn *, struct ldb_dn *, struct ldb_control **, void *, 
ldb_request_callback_t, struct ldb_request *)
+ldb_build_search_req: int (struct ldb_request **, struct ldb_context *, 
TALLOC_CTX *, struct ldb_dn *, enum ldb_scope, const char *, const char * const 
*, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
+ldb_build_search_req_ex: int (struct ldb_request **, struct ldb_context *, 
TALLOC_CTX *, struct ldb_dn *, enum ldb_scope, struct ldb_parse_tree *, const 
char * const *, struct ldb_control **, void *, ldb_request_callback_t, struct 
ldb_request *)
+ldb_casefold: char *(struct ldb_context *, TALLOC_CTX *, const char *, size_t)
+ldb_casefold_default: char *(void *, TALLOC_CTX *, const char *, size_t)
+ldb_check_critical_controls: int (struct ldb_control **)
+ldb_comparison_binary: int (struct ldb_context *, void *, const struct ldb_val 
*, const struct ldb_val *)
+ldb_comparison_fold: int (struct ldb_context *, void *, const struct ldb_val 
*, const struct ldb_val *)
+ldb_connect: int (struct ldb_context *, const char *, unsigned int, const char 
**)
+ldb_control_to_string: char *(TALLOC_CTX *, const struct ldb_control *)
+ldb_controls_except_specified: struct ldb_control **(struct ldb_control **, 
TALLOC_CTX *, st

commit ruby2.7 for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ruby2.7 for openSUSE:Factory checked 
in at 2021-11-12 15:59:11

Comparing /work/SRC/openSUSE:Factory/ruby2.7 (Old)
 and  /work/SRC/openSUSE:Factory/.ruby2.7.new.1890 (New)


Package is "ruby2.7"

Fri Nov 12 15:59:11 2021 rev:9 rq:930726 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/ruby2.7/ruby2.7.changes  2021-09-03 
21:26:52.418223539 +0200
+++ /work/SRC/openSUSE:Factory/.ruby2.7.new.1890/ruby2.7.changes
2021-11-12 15:59:50.914581140 +0100
@@ -1,0 +2,9 @@
+Wed Nov 10 17:04:01 UTC 2021 - Marcus Rueckert 
+
+- Update to 2.7.4
+  https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/
+  * CVE-2021-31810: Trusting FTP PASV responses vulnerability in Net::FTP
+  * CVE-2021-32066: A StartTLS stripping vulnerability in Net::IMAP
+  * CVE-2021-31799: A command injection vulnerability in RDoc
+
+---

Old:

  ruby-2.7.3.tar.xz

New:

  ruby-2.7.4.tar.xz



Other differences:
--
++ ruby2.7.spec ++
--- /var/tmp/diff_new_pack.yla2pl/_old  2021-11-12 15:59:51.634581474 +0100
+++ /var/tmp/diff_new_pack.yla2pl/_new  2021-11-12 15:59:51.638581475 +0100
@@ -25,7 +25,7 @@
 
 
 %define patch_level p0
-Version:2.7.3
+Version:2.7.4
 Release:0
 %define pkg_version %{version}
 # make the exported API version explicit

++ ruby-2.7.3.tar.xz -> ruby-2.7.4.tar.xz ++
/work/SRC/openSUSE:Factory/ruby2.7/ruby-2.7.3.tar.xz 
/work/SRC/openSUSE:Factory/.ruby2.7.new.1890/ruby-2.7.4.tar.xz differ: char 25, 
line 1


commit ruby3.0 for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ruby3.0 for openSUSE:Factory checked 
in at 2021-11-12 15:59:12

Comparing /work/SRC/openSUSE:Factory/ruby3.0 (Old)
 and  /work/SRC/openSUSE:Factory/.ruby3.0.new.1890 (New)


Package is "ruby3.0"

Fri Nov 12 15:59:12 2021 rev:6 rq:930727 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ruby3.0/ruby3.0.changes  2021-08-26 
23:14:26.460266599 +0200
+++ /work/SRC/openSUSE:Factory/.ruby3.0.new.1890/ruby3.0.changes
2021-11-12 15:59:52.126581702 +0100
@@ -1,0 +2,14 @@
+Wed Nov 10 17:02:48 UTC 2021 - Marcus Rueckert 
+
+- provide the correct rubygems version 
+
+---
+Sat Nov  6 18:59:17 UTC 2021 - Klaus K??mpf 
+
+- update to 3.0.2
+  https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
+  * CVE-2021-31810: Trusting FTP PASV responses vulnerability in Net::FTP
+  * CVE-2021-32066: A StartTLS stripping vulnerability in Net::IMAP
+  * CVE-2021-31799: A command injection vulnerability in RDoc
+
+---

Old:

  ruby-3.0.1.tar.xz

New:

  ruby-3.0.2.tar.xz



Other differences:
--
++ ruby3.0.spec ++
--- /var/tmp/diff_new_pack.3Rm6Yf/_old  2021-11-12 15:59:52.798582012 +0100
+++ /var/tmp/diff_new_pack.3Rm6Yf/_new  2021-11-12 15:59:52.802582014 +0100
@@ -25,7 +25,7 @@
 
 
 %define patch_level p0
-Version:3.0.1
+Version:3.0.2
 Release:0
 %define pkg_version %{version}
 # make the exported API version explicit
@@ -198,7 +198,7 @@
 Summary:Development files to link against Ruby
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
-Provides:   rubygems = 3.0.1
+Provides:   rubygems = 3.2.22
 Provides:   rubygems_with_buildroot_patch
 %if %{with jemalloc}
 Requires:   jemalloc-devel

++ ruby-3.0.1.tar.xz -> ruby-3.0.2.tar.xz ++
/work/SRC/openSUSE:Factory/ruby3.0/ruby-3.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.ruby3.0.new.1890/ruby-3.0.2.tar.xz differ: char 27, 
line 1


commit btrfsprogs for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2021-11-12 15:59:10

Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and  /work/SRC/openSUSE:Factory/.btrfsprogs.new.1890 (New)


Package is "btrfsprogs"

Fri Nov 12 15:59:10 2021 rev:124 rq:930707 version:5.15

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2021-10-05 
22:33:45.850860122 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new.1890/btrfsprogs.changes  
2021-11-12 15:59:49.094580298 +0100
@@ -1,0 +2,43 @@
+Wed Nov 10 00:00:00 CET 2021 - dste...@suse.cz
+
+- Update to 5.15
+  * mkfs: new defaults!
+* no-holes
+* free-space-tree
+* DUP for metadata unconditionally
+  * libbtrfsutil: add missing profile defines
+  * libbtrfs: minimize its impact on the other code, refactor and separate
+implementation where needed, cleanup afterwards, reduced header exports
+  * documentation: introduce sphinx build and RST versions of manual pages,
+will become the new format and replace asciidoc
+  * fixes: warning regarding v1 space cache when only v2 (free space tree) is
+enabled
+- Update to 5.14.1
+  * fixes
+* zoned mode
+  * properly detect non-zoned devices in emulation mode
+  * properly create quota tree
+  * raid1c3/4 also excluded from unsupported profiles
+* use sysfs-based detection of device discard capability, fix mkfs-time 
trim
+  for non-standard devices
+* mkfs: fix creation of populated filesystem with free space tree
+* detect multipath devices (needs libudev)
+  * replace start: add option -K/--nodiscard, similar to what mkfs or device 
add has
+  * dump-tree: print complete root_item
+  * mkfs: add option --verbose
+  * sb-mod: better help, no checksum calculation on read-only actions
+  * subvol show:
+* print more information (regarding send and receive)
+* print warning if read-write subvolume has received_uuid set
+  * property set:
+* add parameter -f to force changes
+* changing ro->rw switch now needs -f if subvolume has received_uuid set,
+  (see documentation)
+  * build: optional libudev (on by default)
+  * other
+* remove deprecated support for CREATE_ASYNC bit for subvolume ioctl
+* CI updates
+* new and updated tests
+- Update patch: mkfs-default-features.patch (add stub define for new defaults)
+
+---

Old:

  btrfs-progs-v5.14.1.tar.gz

New:

  btrfs-progs-v5.15.tar.gz



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.bmmFUq/_old  2021-11-12 15:59:49.874580659 +0100
+++ /var/tmp/diff_new_pack.bmmFUq/_new  2021-11-12 15:59:49.878580661 +0100
@@ -34,7 +34,7 @@
 %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
 
 Name:   btrfsprogs
-Version:5.14.1
+Version:5.15
 Release:0
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0-only
@@ -74,10 +74,8 @@
 %if 0%{?suse_version} >= 1310
 BuildRequires:  suse-module-tools
 %endif
-BuildRequires:  pkgconfig(udev)
-%if 0%{?suse_version} == 1310
 BuildRequires:  libudev-devel
-%endif
+BuildRequires:  pkgconfig(udev)
 %if %build_docs
 BuildRequires:  xmlto
 %endif

++ btrfs-progs-v5.14.1.tar.gz -> btrfs-progs-v5.15.tar.gz ++
 20789 lines of diff (skipped)

++ mkfs-default-features.patch ++
--- /var/tmp/diff_new_pack.bmmFUq/_old  2021-11-12 15:59:50.550580972 +0100
+++ /var/tmp/diff_new_pack.bmmFUq/_new  2021-11-12 15:59:50.550580972 +0100
@@ -11,11 +11,11 @@
  utils.h |4 
  1 file changed, 4 insertions(+)
 
-Index: btrfs-progs-v5.12/common/fsfeatures.h
+Index: btrfs-progs-v5.15/common/fsfeatures.h
 ===
 btrfs-progs-v5.12.orig/common/fsfeatures.h
-+++ btrfs-progs-v5.12/common/fsfeatures.h
-@@ -19,10 +19,14 @@
+--- btrfs-progs-v5.15.orig/common/fsfeatures.h
 btrfs-progs-v5.15/common/fsfeatures.h
+@@ -19,14 +19,20 @@
  
  #include "kerncompat.h"
  
@@ -25,8 +25,14 @@
 +#ifndef BTRFS_MKFS_DEFAULT_FEATURES
  #define BTRFS_MKFS_DEFAULT_FEATURES   \
(BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF   \
+   | BTRFS_FEATURE_INCOMPAT_NO_HOLES   \
| BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA)
 +#endif
  
++#ifndef BTRFS_MKFS_DEFAULT_RUNTIME_FEATURES
+ #define BTRFS_MKFS_DEFAULT_RUNTIME_FEATURES   \
+   (BTRFS_RUNTIME_FEATURE_FREE_SPACE_TREE)
++#endif
+ 
  /*
   * Avoid multi-device features (RAID56), mixed block groups, and zoned mode

++ sles11-defaults.h ++
--- /var/t

commit transactional-update for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package transactional-update for 
openSUSE:Factory checked in at 2021-11-12 15:59:09

Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
 and  /work/SRC/openSUSE:Factory/.transactional-update.new.1890 (New)


Package is "transactional-update"

Fri Nov 12 15:59:09 2021 rev:83 rq:930705 version:3.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2021-10-26 20:13:30.802004088 +0200
+++ 
/work/SRC/openSUSE:Factory/.transactional-update.new.1890/transactional-update.changes
  2021-11-12 15:59:48.210579889 +0100
@@ -1,0 +2,7 @@
+Wed Nov 10 14:55:06 UTC 2021 - Ignaz Forster 
+
+- Version 3.6.1
+  - Fix rsyncing /etc into the running system with
+--drop-if-no-change [bsc#1192242]
+
+---

Old:

  transactional-update-3.6.0.tar.gz

New:

  transactional-update-3.6.1.tar.gz



Other differences:
--
++ transactional-update.spec ++
--- /var/tmp/diff_new_pack.85Wl8L/_old  2021-11-12 15:59:48.718580124 +0100
+++ /var/tmp/diff_new_pack.85Wl8L/_new  2021-11-12 15:59:48.722580126 +0100
@@ -26,7 +26,7 @@
 %{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
 
 Name:   transactional-update
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Transactional Updates with btrfs and snapshots
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ transactional-update-3.6.0.tar.gz -> transactional-update-3.6.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-3.6.0/NEWS 
new/transactional-update-3.6.1/NEWS
--- old/transactional-update-3.6.0/NEWS 2021-10-22 19:49:32.0 +0200
+++ new/transactional-update-3.6.1/NEWS 2021-11-10 15:50:57.0 +0100
@@ -2,6 +2,10 @@
 
 Copyright (C) 2016-2021 Thorsten Kukuk, Ignaz Forster et al.
 
+Version 3.6.1
+* Fix rsyncing /etc into the running system with --drop-if-no-change
+  [bsc#1192242]
+
 Version 3.6
 * Simplify mount hierarchy by just using a single slave bind mount as
   the root of the update environment; this may avoid the error
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-3.6.0/configure.ac 
new/transactional-update-3.6.1/configure.ac
--- old/transactional-update-3.6.0/configure.ac 2021-10-22 19:49:32.0 
+0200
+++ new/transactional-update-3.6.1/configure.ac 2021-11-10 15:50:57.0 
+0100
@@ -1,9 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(transactional-update, 3.6.0)
+AC_INIT(transactional-update, 3.6.1)
 # Increase on any interface change and reset revision
 LIBTOOL_CURRENT=3
 # Increase or reset on any VERSION update
-LIBTOOL_REVISION=5
+LIBTOOL_REVISION=6
 # Increase if interface change is backwards compatible, reset otherwise
 LIBTOOL_AGE=3
 AC_CANONICAL_SYSTEM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-3.6.0/lib/Overlay.cpp 
new/transactional-update-3.6.1/lib/Overlay.cpp
--- old/transactional-update-3.6.0/lib/Overlay.cpp  2021-10-22 
19:49:32.0 +0200
+++ new/transactional-update-3.6.1/lib/Overlay.cpp  2021-11-10 
15:50:57.0 +0100
@@ -166,7 +166,7 @@
 if (getIdOfOverlayDir(lowerdir) == getIdOfOverlayDir(currentUpper)) {
 lower.append("/etc");
 break;
-} else
+}
 // Replace /etc in lowerdir with /etc of overlay base
 if (lowerdir == "/etc") {
 std::unique_ptr snap = SnapshotFactory::get();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-3.6.0/lib/Transaction.cpp 
new/transactional-update-3.6.1/lib/Transaction.cpp
--- old/transactional-update-3.6.0/lib/Transaction.cpp  2021-10-22 
19:49:32.0 +0200
+++ new/transactional-update-3.6.1/lib/Transaction.cpp  2021-11-10 
15:50:57.0 +0100
@@ -377,7 +377,7 @@
 // in /etc may be applied immediately, so merge them back into the 
running system.
 std::unique_ptr mntEtc{new Mount{"/etc"}};
 if (mntEtc->isMount() && mntEtc->getFilesystem() == "overlay") {
-Util::exec("rsync --archive --inplace --xattrs --acls --exclude 
'fstab' --delete --quiet '" + std::string(pImpl->snapshot->getRoot()) + "/etc/' 
/etc");
+Util::exec("rsync --archive --inplace --xattrs --acls --exclude 
'fstab' --delete --quiet '" + pImpl->bindDir + "/etc/' /etc");
 }
 return;
 }


commit libreoffice for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2021-11-12 15:59:08

Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and  /work/SRC/openSUSE:Factory/.libreoffice.new.1890 (New)


Package is "libreoffice"

Fri Nov 12 15:59:08 2021 rev:239 rq:930703 version:7.2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2021-10-30 
23:14:12.579078305 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new.1890/libreoffice.changes
2021-11-12 15:59:42.570577278 +0100
@@ -1,0 +2,8 @@
+Wed Nov 10 09:42:34 UTC 2021 - Danilo Spinella 
+
+- Update to 7.2.3.1
+- Drop patches:
+  * bsc1187982.patch
+  * bsc1189813.patch
+
+---

Old:

  bsc1187982.patch
  bsc1189813.patch
  libreoffice-7.2.2.2.tar.xz
  libreoffice-7.2.2.2.tar.xz.asc
  libreoffice-help-7.2.2.2.tar.xz
  libreoffice-help-7.2.2.2.tar.xz.asc
  libreoffice-translations-7.2.2.2.tar.xz
  libreoffice-translations-7.2.2.2.tar.xz.asc

New:

  libreoffice-7.2.3.1.tar.xz
  libreoffice-7.2.3.1.tar.xz.asc
  libreoffice-help-7.2.3.1.tar.xz
  libreoffice-help-7.2.3.1.tar.xz.asc
  libreoffice-translations-7.2.3.1.tar.xz
  libreoffice-translations-7.2.3.1.tar.xz.asc



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.QB7rPw/_old  2021-11-12 15:59:47.670579639 +0100
+++ /var/tmp/diff_new_pack.QB7rPw/_new  2021-11-12 15:59:47.674579641 +0100
@@ -46,7 +46,7 @@
 %endif
 %bcond_with firebird
 Name:   libreoffice
-Version:7.2.2.2
+Version:7.2.3.1
 Release:0
 Summary:A Free Office Suite (Framework)
 License:LGPL-3.0-or-later AND MPL-2.0+
@@ -105,10 +105,6 @@
 # PATCH-FIX-OPENSUSE boo#1186110 fix GCC 11 error
 Patch6: gcc11-fix-error.patch
 Patch7: pld-skia-patches.patch
-# bsc#1189813 LO-L3: Shadow effect for tables in PPTX partly incorrect
-Patch8: bsc1189813.patch
-# bsc#1187982 LO-L3: PPTX: one column becomes two within one text frame
-Patch9: bsc1187982.patch
 # Build with java 8
 Patch101:   0001-Revert-java-9-changes.patch
 # try to save space by using hardlinks
@@ -988,8 +984,6 @@
 %patch3
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
-%patch9 -p1
 %if 0%{?suse_version} < 1500
 %patch101 -p1
 %endif








++ libreoffice-7.2.2.2.tar.xz -> libreoffice-7.2.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-7.2.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.1890/libreoffice-7.2.3.1.tar.xz 
differ: char 27, line 1

++ libreoffice-help-7.2.2.2.tar.xz -> libreoffice-help-7.2.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-help-7.2.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.1890/libreoffice-help-7.2.3.1.tar.xz
 differ: char 26, line 1

++ libreoffice-translations-7.2.2.2.tar.xz -> 
libreoffice-translations-7.2.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-7.2.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new.1890/libreoffice-translations-7.2.3.1.tar.xz
 differ: char 26, line 1


commit subversion for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2021-11-12 15:59:08

Comparing /work/SRC/openSUSE:Factory/subversion (Old)
 and  /work/SRC/openSUSE:Factory/.subversion.new.1890 (New)


Package is "subversion"

Fri Nov 12 15:59:08 2021 rev:184 rq:931049 version:1.14.1

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2021-10-25 
15:17:59.061696301 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new.1890/subversion.changes  
2021-11-12 15:59:23.442568424 +0100
@@ -1,0 +2,7 @@
+Fri Nov 12 11:23:14 UTC 2021 - Danilo Spinella 
+
+- The following issues have already been fixed in this package
+  but weren't previously mentioned in the changes file:
+  * bsc#1185052
+
+---



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.MM4Adx/_old  2021-11-12 15:59:24.254568799 +0100
+++ /var/tmp/diff_new_pack.MM4Adx/_new  2021-11-12 15:59:24.258568801 +0100
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define svngroup svn
 %define svnuser svn
 %define sqlite_minimum_version 3.8.2


commit python-flake8 for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flake8 for openSUSE:Factory 
checked in at 2021-11-12 15:59:07

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


Package is "python-flake8"

Fri Nov 12 15:59:07 2021 rev:36 rq:930697 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-flake8/python-flake8.changes  
2021-09-26 21:49:28.886834651 +0200
+++ /work/SRC/openSUSE:Factory/.python-flake8.new.1890/python-flake8.changes
2021-11-12 15:59:21.850567686 +0100
@@ -1,0 +2,33 @@
+Tue Nov  9 08:06:25 UTC 2021 - Martin Li??ka 
+
+- update to 4.0.1:
+  * Update spec python module dependencies accordingly.
+  * Fix parallel execution collecting a SyntaxError (See also #1410 #1408).
+
+- update to 4.0.0:
+  * Remove --install-hook vcs integration (See also #1008).
+  * Remove setuptools command (See also #1009).
+  * Migrate from GitLab to GitHub (See also #1305).
+  * Due to constant confusion by users, user-level |Flake8| configuration files
+are no longer supported. Files will not be searched for in the user's home
+directory (e.g., ~/.flake8) nor in the XDG config directory (e.g.,
+~/.config/flake8).  (See also #1404).
+
+  * pycodestyle has been updated to >= 2.8.0, < 2.9.0 (See also #1406).
+  * Pyflakes has been updated to >= 2.4.0, < 2.5.0 (See also #1406).
+  * flake8 requires python >= 3.6 (See also #1010).
+
+  * Add --extend-select option (See also #1312 #1061).
+  * Automatically create directories for output files (See also #1329).
+
+  * ast parse before tokenizing to improve SyntaxError errors (See also
+#1320 #740).
+  * Fix warning in --indent-size argparse help (See also #1367).
+  * Fix handling SyntaxError in python 3.10+ (See also #1374
+#1372).
+  * Fix writing non-cp1252-encodable when output is piped on windows (See also
+#1382 #1381).
+
+- Rebase fix-mock-patch-with-python3.4.patch and remove 
ignore-selectable-groups-warning.patch.
+
+---

Old:

  flake8-3.9.2.tar.gz
  ignore-selectable-groups-warning.patch

New:

  flake8-4.0.1.tar.gz



Other differences:
--
++ python-flake8.spec ++
--- /var/tmp/diff_new_pack.Nk16PF/_old  2021-11-12 15:59:22.406567944 +0100
+++ /var/tmp/diff_new_pack.Nk16PF/_new  2021-11-12 15:59:22.410567946 +0100
@@ -19,21 +19,20 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-flake8
-Version:3.9.2
+Version:4.0.1
 Release:0
 Summary:Modular source code checker: pep8, pyflakes and co
 License:MIT
 URL:https://gitlab.com/pycqa/flake8
 Source: 
https://files.pythonhosted.org/packages/source/f/flake8/flake8-%{version}.tar.gz
 Patch0: fix-mock-patch-with-python3.4.patch
-Patch1: ignore-selectable-groups-warning.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-importlib-metadata
 Requires:   python-mccabe >= 0.6.0
-Requires:   python-pycodestyle >= 2.7.0
-Requires:   python-pyflakes >= 2.3.0
+Requires:   python-pycodestyle >= 2.8.0
+Requires:   python-pyflakes >= 2.4.0
 Requires:   python-typing
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -42,8 +41,8 @@
 BuildRequires:  %{python_module importlib-metadata}
 BuildRequires:  %{python_module mccabe >= 0.6.0}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pycodestyle >= 2.7.0}
-BuildRequires:  %{python_module pyflakes >= 2.3.0}
+BuildRequires:  %{python_module pycodestyle >= 2.8.0}
+BuildRequires:  %{python_module pyflakes >= 2.4.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module typing}
 %if %{with python2}

++ fix-mock-patch-with-python3.4.patch ++
--- /var/tmp/diff_new_pack.Nk16PF/_old  2021-11-12 15:59:22.430567955 +0100
+++ /var/tmp/diff_new_pack.Nk16PF/_new  2021-11-12 15:59:22.430567955 +0100
@@ -3,52 +3,38 @@
 
 In python 3.5, mock.patch uses create=True automatically if you are patching
 builtins in a module, but in python 3.4 the argument is still needed.
 a/tests/unit/test_debug.py
-+++ b/tests/unit/test_debug.py
-@@ -64,7 +64,7 @@ def test_information(system, pyversion,
- system.assert_called_once_with()
- 
- 
--@mock.patch('flake8.main.debug.print')
-+@mock.patch('flake8.main.debug.print', create=True)
- @mock.patch('flake8.main.debug.information', return_value={})
- @mock.patch('json.dumps', return_value='{}')
- def test_print_information_no_plugins(dumps, information, prin

commit swtpm for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package swtpm for openSUSE:Factory checked 
in at 2021-11-12 15:59:06

Comparing /work/SRC/openSUSE:Factory/swtpm (Old)
 and  /work/SRC/openSUSE:Factory/.swtpm.new.1890 (New)


Package is "swtpm"

Fri Nov 12 15:59:06 2021 rev:8 rq:930649 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/swtpm/swtpm.changes  2021-09-26 
21:48:52.714791887 +0200
+++ /work/SRC/openSUSE:Factory/.swtpm.new.1890/swtpm.changes2021-11-12 
15:59:20.674567142 +0100
@@ -1,0 +2,36 @@
+Wed Nov 10 08:49:00 UTC 2021 - Marcus Meissner 
+
+- Update to version 0.7.0:
+  - swtpm:
+- Support for linear file storage backend (file://)
+- Report 'tpm-1.2' & 'tpm-2.0' in --print-capabilities depending what
+  libtpms supports
+- Add implementation of SWTPM_HMAC using OpenSSL 3.0 APIs
+- Wipe keys from stack and heap
+- Many other small changes
+- Make --daemon not racy
+  - swtpm_setup:
+- Only activate SHA256 PCR bank, not SHA1 bank anymore by default
+- Support for linear file storage backend (file://)
+- Implement option --create-config-files to create config files
+- Use non-deprecated APIs to contruct RSA key (OSSL 3)
+- Report stderr as returned by external tool (swtpm-localcal)
+- Replace '+' and ',' characters in VMId's to make work with
+  common name in X509 subject
+- Add support for --reconfigure flag to change active PCR banks
+  - swtpm_localca:
+- Created certificates for CAs and TPM that do not expire
+  - swtpm_cert:
+- Allow passing -1 for days to get a non-expiring certificate
+  - test:
+- ASAN-related test changes and skipping of tests if ASAN is used
+- Fix tests using tpm2-abrmd by preventing concurrency
+- Skip chardev related tests after checking for chardev support
+- exit with error code if mktemp fails
+- OSSL 3: Make TPM 1.2 test compile; skip IBM TSS 2 test
+  - build-sys:
+- Introduce --enable-sanitizers to configure
+- Remove check for pip3 that was used by python swtpm_setup
+- Allow passing of aditional CFLAGS during build
+
+---

Old:

  swtpm-0.6.1.tar.gz

New:

  swtpm-0.7.0.tar.gz



Other differences:
--
++ swtpm.spec ++
--- /var/tmp/diff_new_pack.0LgXZ0/_old  2021-11-12 15:59:21.226567397 +0100
+++ /var/tmp/diff_new_pack.0LgXZ0/_new  2021-11-12 15:59:21.230567399 +0100
@@ -24,7 +24,7 @@
 %define modulename2 swtpm_svirt
 %define modulename3 swtpmcuse
 Name:   swtpm
-Version:0.6.1
+Version:0.7.0
 Release:0
 Summary:Software TPM emulator
 License:BSD-3-Clause

++ swtpm-0.6.1.tar.gz -> swtpm-0.7.0.tar.gz ++
 17658 lines of diff (skipped)


commit ethtool for openSUSE:Factory

2021-11-12 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 2021-11-12 15:59:06

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


Package is "ethtool"

Fri Nov 12 15:59:06 2021 rev:70 rq:930648 version:5.15

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2021-09-20 
23:32:12.607103673 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new.1890/ethtool.changes
2021-11-12 15:59:19.262566488 +0100
@@ -1,0 +2,9 @@
+Tue Nov  9 20:24:51 UTC 2021 - Michal Kubecek 
+
+- update to upstream release 5.15
+  * Feature: new extended link substates for bad signal (no arg)
+  * Feature: coalesce cqe mode attributes (-c and -C)
+  * Fix: multiple fixes of EEPROM module data parsing (-m)
+  * Fix: fix condition to display MDI-X info (no arg)
+
+---

Old:

  ethtool-5.14.tar.sign
  ethtool-5.14.tar.xz

New:

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



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.TNQKc2/_old  2021-11-12 15:59:19.970566816 +0100
+++ /var/tmp/diff_new_pack.TNQKc2/_new  2021-11-12 15:59:19.974566818 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:5.14
+Version:5.15
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only

++ ethtool-5.14.tar.xz -> ethtool-5.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.14/NEWS new/ethtool-5.15/NEWS
--- old/ethtool-5.14/NEWS   2021-09-12 22:48:28.0 +0200
+++ new/ethtool-5.15/NEWS   2021-11-09 21:12:41.0 +0100
@@ -1,3 +1,9 @@
+Version 5.15 - November 9, 2021
+   * Feature: new extended link substates for bad signal (no arg)
+   * Feature: coalesce cqe mode attributes (-c and -C)
+   * Fix: multiple fixes of EEPROM module data parsing (-m)
+   * Fix: fix condition to display MDI-X info (no arg)
+
 Version 5.14 - September 12, 2021
* Feature: do not silently ignore --json if unsupported
* Feature: support new message types in pretty print
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.14/cmis.c new/ethtool-5.15/cmis.c
--- old/ethtool-5.14/cmis.c 2021-07-09 00:16:22.0 +0200
+++ new/ethtool-5.15/cmis.c 2021-11-09 20:53:59.0 +0100
@@ -1,7 +1,7 @@
 /**
  * Description:
  *
- * This module adds QSFP-DD support to ethtool. The changes are similar to
+ * This module adds CMIS support to ethtool. The changes are similar to
  * the ones already existing in qsfp.c, but customized to use the memory
  * addresses and logic as defined in the specification's document.
  *
@@ -271,7 +271,7 @@
PRINT_TEMP("Module temperature",
   OFFSET_TO_TEMP(CMIS_CURR_TEMP_OFFSET));
PRINT_VCC("Module voltage",
- OFFSET_TO_U16(CMIS_CURR_CURR_OFFSET));
+ OFFSET_TO_U16(CMIS_CURR_VCC_OFFSET));
 }
 
 static void cmis_show_link_len_from_page(const __u8 *page_one_data)
@@ -297,7 +297,7 @@
  */
 static void cmis_show_link_len(const __u8 *id)
 {
-   cmis_show_link_len_from_page(id + PAG01H_UPPER_OFFSET);
+   cmis_show_link_len_from_page(id);
 }
 
 /**
@@ -307,6 +307,8 @@
  */
 static void cmis_show_vendor_info(const __u8 *id)
 {
+   const char *clei = (const char *)(id + CMIS_CLEI_START_OFFSET);
+
sff_show_ascii(id, CMIS_VENDOR_NAME_START_OFFSET,
   CMIS_VENDOR_NAME_END_OFFSET, "Vendor name");
cmis_show_oui(id);
@@ -319,9 +321,9 @@
sff_show_ascii(id, CMIS_DATE_YEAR_OFFSET,
   CMIS_DATE_VENDOR_LOT_OFFSET + 1, "Date code");
 
-   if (id[CMIS_CLEI_PRESENT_BYTE] & CMIS_CLEI_PRESENT_MASK)
-   sff_show_ascii(id, CMIS_CLEI_START_OFFSET,
-  CMIS_CLEI_END_OFFSET, "CLEI code");
+   if (*clei && strncmp(clei, CMIS_CLEI_BLANK, CMIS_CLEI_LEN))
+   sff_show_ascii(id, CMIS_CLEI_START_OFFSET, CMIS_CLEI_END_OFFSET,
+  "CLEI code");
 }
 
 void qsfp_dd_show_all(const __u8 *id)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.14/cmis.h new/ethtool-5.15/cmis.h
--- old/ethtool-5.14/cmis.h 2021-07-09 00:16:22.0 +0200
+++ new/ethtool-5.15/cmis.h 2021-11-09 20:53:59.0 +0100
@@ -11,7 +11,7 @@
 
 /* Module-Level Monitors (Page 0) */
 #define CMIS_CURR_TEMP_OFFSET  0x0E
-#define CMIS_CURR_CURR_OFFSET   

commit perl-HTTP-Message for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-HTTP-Message for 
openSUSE:Factory checked in at 2021-11-12 15:59:04

Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Message (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.1890 (New)


Package is "perl-HTTP-Message"

Fri Nov 12 15:59:04 2021 rev:31 rq:930644 version:6.34

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Message/perl-HTTP-Message.changes  
2021-07-02 13:27:21.492811273 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.1890/perl-HTTP-Message.changes
2021-11-12 15:59:17.786565805 +0100
@@ -1,0 +2,9 @@
+Tue Nov  9 03:06:22 UTC 2021 - Tina M??ller 
+
+- updated to 6.34
+   see /usr/share/doc/packages/perl-HTTP-Message/Changes
+
+  6.34  2021-11-08 14:27:36Z
+  - Catch case of empty name/value in header words split. (GH#168) (Galen 
Huntington)
+
+---

Old:

  HTTP-Message-6.33.tar.gz

New:

  HTTP-Message-6.34.tar.gz



Other differences:
--
++ perl-HTTP-Message.spec ++
--- /var/tmp/diff_new_pack.QTNIr0/_old  2021-11-12 15:59:18.306566046 +0100
+++ /var/tmp/diff_new_pack.QTNIr0/_new  2021-11-12 15:59:18.310566047 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name HTTP-Message
 Name:   perl-HTTP-Message
-Version:6.33
+Version:6.34
 Release:0
 Summary:HTTP style message (base class)
 License:Artistic-1.0 OR GPL-1.0-or-later

++ HTTP-Message-6.33.tar.gz -> HTTP-Message-6.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.33/CONTRIBUTORS 
new/HTTP-Message-6.34/CONTRIBUTORS
--- old/HTTP-Message-6.33/CONTRIBUTORS  2021-06-28 18:52:13.0 +0200
+++ new/HTTP-Message-6.34/CONTRIBUTORS  2021-11-08 15:27:48.0 +0100
@@ -28,6 +28,7 @@
 * Father Chrysostomos
 * Felipe Gasper
 * FWILES
+* Galen Huntington
 * Gavin Peters
 * Gisle Aas
 * Graeme Thompson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.33/Changes 
new/HTTP-Message-6.34/Changes
--- old/HTTP-Message-6.33/Changes   2021-06-28 18:52:13.0 +0200
+++ new/HTTP-Message-6.34/Changes   2021-11-08 15:27:48.0 +0100
@@ -1,5 +1,8 @@
 Revision history for HTTP-Message
 
+6.34  2021-11-08 14:27:36Z
+- Catch case of empty name/value in header words split. (GH#168) (Galen 
Huntington)
+
 6.33  2021-06-28 16:51:58Z
 - Allow `can` method to respond to delegated methods (GH#159) (nanto_vi,
   TOYAMA Nao)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.33/LICENSE 
new/HTTP-Message-6.34/LICENSE
--- old/HTTP-Message-6.33/LICENSE   2021-06-28 18:52:13.0 +0200
+++ new/HTTP-Message-6.34/LICENSE   2021-11-08 15:27:48.0 +0100
@@ -292,21 +292,21 @@
 
   - "Package" refers to the collection of files distributed by the Copyright
 Holder, and derivatives of that collection of files created through
-textual modification. 
+textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
 or has been modified in accordance with the wishes of the Copyright
-Holder. 
+Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-the package. 
+the package.
   - "You" is you, if you're thinking about copying or distributing this 
Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
 cost, duplication charges, time of people involved, and so on. (You will
 not be required to justify it to the Copyright Holder, but only to the
-computing community at large as a market that must bear the fee.) 
+computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
 there may be fees involved in handling the item. It also means that
 recipients of the item may redistribute it under the same conditions they
-received it. 
+received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnign

commit libxslt for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory checked 
in at 2021-11-12 15:59:03

Comparing /work/SRC/openSUSE:Factory/libxslt (Old)
 and  /work/SRC/openSUSE:Factory/.libxslt.new.1890 (New)


Package is "libxslt"

Fri Nov 12 15:59:03 2021 rev:64 rq:930625 version:1.1.34

Changes:

--- /work/SRC/openSUSE:Factory/libxslt/libxslt.changes  2021-06-14 
23:10:32.424691410 +0200
+++ /work/SRC/openSUSE:Factory/.libxslt.new.1890/libxslt.changes
2021-11-12 15:59:15.950564955 +0100
@@ -1,0 +2,10 @@
+Wed Nov 10 09:58:52 UTC 2021 - Pedro Monreal 
+
+- Add missing library .so files [bsc#1191771]
+
+---
+Fri Nov  5 21:08:07 UTC 2021 - Andreas Stieger 
+
+- shared lib packaging policy boo#1191771
+
+---



Other differences:
--
++ libxslt.spec ++
--- /var/tmp/diff_new_pack.4KfWyY/_old  2021-11-12 15:59:16.630565270 +0100
+++ /var/tmp/diff_new_pack.4KfWyY/_new  2021-11-12 15:59:16.634565272 +0100
@@ -16,8 +16,8 @@
 #
 
 
-%define libname %{name}1
-%define exname  libexslt0
+%define libver 1
+%define libexver 0
 Name:   libxslt
 Version:1.1.34
 Release:0
@@ -57,12 +57,12 @@
 It includes support for the EXSLT set of extension functions as well
 as some common extensions present in other XSLT engines.
 
-%package -n %{libname}
+%package -n libxslt%{libver}
 Summary:XSL Transformation Library
 License:LGPL-2.1-or-later
 Group:  System/Libraries
 
-%description -n %{libname}
+%description -n libxslt%{libver}
 This C library allows you to transform XML files into other XML files
 (or HTML, text, and more) using the standard XSLT stylesheet
 transformation mechanism.
@@ -73,15 +73,25 @@
 It includes support for the EXSLT set of extension functions as well
 as some common extensions present in other XSLT engines.
 
+%package -n libexslt%{libexver}
+Summary:EXSLT Library
+License:LGPL-2.1-or-later
+Group:  System/Libraries
+
+%description -n libexslt%{libexver}
+This is the EXSLT C library developed for libxslt.
+EXSLT is a community initiative to provide extensions to XSLT.
+
 %package devel
 Summary:Development files for libxslt
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
-Requires:   %{libname} = %{version}
 Requires:   %{name}-tools = %{version}
 Requires:   glibc-devel
+Requires:   libexslt%{libexver} = %{version}
 Requires:   libgcrypt-devel
 Requires:   libgpg-error-devel
+Requires:   libxslt%{libver} = %{version}
 
 %description devel
 libxslt allows you to transform XML files into other XML files
@@ -118,10 +128,10 @@
   --disable-static \
   --without-python \
   --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %install
 %make_install
@@ -133,12 +143,18 @@
 #kill all "la" files
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%post -n libxslt%{libver} -p /sbin/ldconfig
+%postun -n libxslt%{libver} -p /sbin/ldconfig
+%post -n libexslt%{libexver} -p /sbin/ldconfig
+%postun -n libexslt%{libexver} -p /sbin/ldconfig
 
-%files -n %{libname}
-%{_libdir}/libxslt.so.*
-%{_libdir}/libexslt.so.*
+%files -n libxslt%{libver}
+%license COPYING* Copyright
+%{_libdir}/libxslt.so.%{libver}*
+
+%files -n libexslt%{libexver}
+%license COPYING* Copyright
+%{_libdir}/libexslt.so.%{libexver}*
 
 %files tools
 %license COPYING* Copyright
@@ -147,6 +163,7 @@
 %{_mandir}/man1/xsltproc.1%{?ext_man}
 
 %files devel
+%license COPYING* Copyright
 %{_libdir}/libxslt.so
 %{_libdir}/libexslt.so
 %{_libdir}/*.sh


commit gnome-control-center for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2021-11-12 15:59:03

Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-control-center.new.1890 (New)


Package is "gnome-control-center"

Fri Nov 12 15:59:03 2021 rev:205 rq:930636 version:41.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2021-11-06 18:17:21.63868 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new.1890/gnome-control-center.changes
  2021-11-12 15:59:16.902565396 +0100
@@ -1,0 +2,8 @@
+Wed Nov 10 03:42:53 UTC 2021 - QK ZHU 
+
+- Add gnome-control-center-fix-autologin-shortcut.patch:
+  If we don't add this property for autologin_row, the shortcut to
+  toggle the GtkSwitch won't work (bsc#1191887, 
+  glgo#GNOME/gnome-control-center!1084). 
+
+---

New:

  gnome-control-center-fix-autologin-shortcut.patch



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.AFtJQT/_old  2021-11-12 15:59:17.498565672 +0100
+++ /var/tmp/diff_new_pack.AFtJQT/_new  2021-11-12 15:59:17.502565674 +0100
@@ -36,6 +36,8 @@
 
 # PATCH-FIX-OPENSUSE gnome-control-center-disable-error-message-for-NM.patch 
bsc#989801 sck...@suse.com -- network: Improve the check for whether NM or 
wicked is running
 Patch0: gnome-control-center-disable-error-message-for-NM.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-fix-autologin-shortcut.patch 
glgo#GNOME/gnome-control-center!1084 bsc#1191887 qk...@suse.com -- Make 
autologin_switch a activatable_widget
+Patch1: gnome-control-center-fix-autologin-shortcut.patch
 ### patches for Leap >= 15 plus SLE >= 15, but not TW
 # PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch 
bsc#999336 fezh...@suse.com -- info: Never search for gnome-software as an 
option when checking for updates on SLE and Leap 42.2, because we use 
gpk-update-viewer.
 Patch1001:  gnome-control-center-info-never-use-gnome-software.patch
@@ -192,6 +194,7 @@
 %setup -q
 
 %patch0 -p1
+%patch1 -p1
 # patches for Leap >= 15 plus SLE >= 15, but not TW
 %if 0%{?sle_version} >= 15
 %patch1001 -p1

++ gnome-control-center-fix-autologin-shortcut.patch ++
>From cb4d444ac1b46c3ea92dbb803d02de832ed4a9d9 Mon Sep 17 00:00:00 2001
From: Chingkai Chu <3013329+chuching...@users.noreply.github.com>
Date: Wed, 27 Oct 2021 16:52:41 +0800
Subject: [PATCH] user-accounts: Make autologin_switch a activatable_widget

If we don't add this property for autologin_row, the shortcut to
toggle the GtkSwitch won't work.

See: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1501
---
 panels/user-accounts/cc-user-panel.ui | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panels/user-accounts/cc-user-panel.ui 
b/panels/user-accounts/cc-user-panel.ui
index 134a9a39a..060bbaf5d 100644
--- a/panels/user-accounts/cc-user-panel.ui
+++ b/panels/user-accounts/cc-user-panel.ui
@@ -414,6 +414,7 @@
 True
 A_utomatic Login
 True
+autologin_switch
 
   
 True
-- 
2.33.1


commit hplip for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2021-11-12 15:59:02

Comparing /work/SRC/openSUSE:Factory/hplip (Old)
 and  /work/SRC/openSUSE:Factory/.hplip.new.1890 (New)


Package is "hplip"

Fri Nov 12 15:59:02 2021 rev:140 rq:930613 version:3.21.10

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2021-09-02 
23:20:09.864542231 +0200
+++ /work/SRC/openSUSE:Factory/.hplip.new.1890/hplip.changes2021-11-12 
15:59:14.378564227 +0100
@@ -1,0 +2,60 @@
+Sun Nov  7 15:43:43 UTC 2021 - Callum Farmer 
+
+- Update to 3.21.10
+  Added support for the following new printers:
+  * HP ENVY Inspire 7200e series
+  * HP ENVY Inspire 7900e series
+  * HP LaserJet MFP M140a
+  * HP LaserJet MFP M139a
+  * HP LaserJet MFP M141a
+  * HP LaserJet MFP M142a
+  * HP LaserJet MFP M140w
+  * HP LaserJet MFP M140we
+  * HP LaserJet MFP M139w
+  * HP LaserJet MFP M139we
+  * HP LaserJet MFP M141w
+  * HP LaserJet MFP M141we
+  * HP LaserJet MFP M142we
+  * HP LaserJet MFP M142w
+  * HP LaserJet M109a
+  * HP LaserJet M110a
+  * HP LaserJet M111a
+  * HP LaserJet M112a
+  * HP LaserJet M109w
+  * HP LaserJet M109we
+  * HP LaserJet M110w
+  * HP LaserJet M110we
+  * HP LaserJet M111w
+  * HP LaserJet M111we
+  * HP LaserJet M112we
+  * HP LaserJet M112w
+  * HP DesignJet Z6 Pro 64in
+  * HP DesignJet Z9 Pro 64in
+  * HP PageWide XL Pro 5200 PS MFP series
+  * HP PageWide XL Pro 8200 PS MFP series
+  * HP PageWide XL 3920 MFP
+  * HP PageWide XL 4200 Printer
+  * HP PageWide XL 4200 Multifunction Printer
+  * HP PageWide XL 4700 Printer
+  * HP PageWide XL 4700 Multifunction Printer
+  * HP PageWide XL 5200 Printer
+  * HP PageWide XL 5200 Multifunction Printer
+  * HP PageWide XL 8200 Printer
+  * HP Smart Tank 500 series
+  * HP Smart Tank 530 series
+  * HP Smart Tank Plus 570 series
+  * HP Smart Tank 7600
+  * HP Smart Tank 750
+  * HP Smart Tank 790
+  * HP Smart Tank Plus 710-720
+  * HP Smart Tank Plus 7000
+  * HP Smart Tank Plus 660-670
+  * HP Smart Tank Plus 6000
+  * HP DeskJet Ink Advantage Ultra 4800 All-in-One Printer series
+- Rebased hplip-missing-drivers.patch & don't edit Makefile.in
+- Rebased hplip-remove-imageprocessor.diff
+- Remove libtool archives
+- Add drivers for hplip-missing-drivers.patch from Fedora
+  (lp#1843592,rh#1739855,rh#1740132,rh#1742949)
+
+---

Old:

  hplip-3.21.6.tar.gz
  hplip-3.21.6.tar.gz.asc

New:

  hp-laserjet_cp_1025nw.ppd.gz
  hp-laserjet_professional_p_1102w.ppd.gz
  hplip-3.21.10.tar.gz
  hplip-3.21.10.tar.gz.asc



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.jjRm6M/_old  2021-11-12 15:59:15.458564728 +0100
+++ /var/tmp/diff_new_pack.jjRm6M/_new  2021-11-12 15:59:15.462564729 +0100
@@ -24,7 +24,7 @@
 %define pyexe %{_bindir}/python3
 %global use_qt5 1
 Name:   hplip
-Version:3.21.6
+Version:3.21.10
 Release:0
 Summary:HP's Printing, Scanning, and Faxing Software
 License:BSD-3-Clause AND GPL-2.0-or-later AND MIT
@@ -45,6 +45,9 @@
 # Source100... is for special SUSE sources:
 # Source102 is a small man page for /usr/bin/hpijs:
 Source102:  hpijs.1.gz
+# Actual drivers for hplip-missing-drivers.patch
+Source103:  hp-laserjet_cp_1025nw.ppd.gz
+Source104:  hp-laserjet_professional_p_1102w.ppd.gz
 #
 Source1000: %{name}-rpmlintrc
 # Patch100... is for special Suse patches:
@@ -331,6 +334,8 @@
 sed -i -e '/#!.*xdg-open$/d' \
   -e 's|%{_datadir}/icons/Humanity/devices/48/printer.svg|printer|' 
hp-uiscan.desktop.in
 
+cp -p %{SOURCE103} %{SOURCE104} ppd/hpcups
+
 %build
 # If AUTOMAKE='automake --foreign' is not set, autoreconf (in fact automake)
 # complains about missing files like NEWS, README, AUTHORS, ChangeLog
@@ -550,6 +555,9 @@
 install -d %{buildroot}%{_mandir}/man1
 install -m 644 %{SOURCE102} %{buildroot}%{_mandir}/man1/
 
+# remove libtool archives
+find "%{buildroot}" -type f -name "*.la" -delete -print
+
 # Run fdupes:
 # The RPM macro fdupes runs /usr/bin/fdupes that links files with identical 
content.
 # Never run fdupes carelessly over the whole buildroot directory
@@ -717,8 +725,6 @@
 %{_libdir}/libhpipp.so
 %{_libdir}/libhpmud.so
 %{_libdir}/libhpdiscovery.so
-%{_libdir}/*.la
 %{_libdir}/sane/libsane-hpaio.so
-%{_libdir}/sane/*.la
 
 %changelog


++ hplip-3.21.6.tar.gz -> hplip-3.21.10.tar.gz ++
/work/SRC/openSUSE:Factory/hplip/hplip-3.21.6.tar.gz 
/work/SRC/openSUSE:Factory/.hplip.new.1890/hplip-3.21.10.tar.gz differ: char 5, 
line 1

++ hplip-missing-drivers.patch ++
--- /var/tmp/diff_new_pack.jjRm6M/_old  2021-11-12 15:59:15.542564

commit python-requirementslib for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-requirementslib for 
openSUSE:Factory checked in at 2021-11-12 15:59:01

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


Package is "python-requirementslib"

Fri Nov 12 15:59:01 2021 rev:11 rq:930577 version:1.5.16

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requirementslib/python-requirementslib.changes
2021-11-04 16:16:26.277287519 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requirementslib.new.1890/python-requirementslib.changes
  2021-11-12 15:59:12.534563374 +0100
@@ -1,0 +2,6 @@
+Tue Nov  9 15:24:16 UTC 2021 - Dominique Leuenberger 
+
+- Explicitly buildrequire python-chardet: used to be pulled in by
+  python-requests before.
+
+---



Other differences:
--
++ python-requirementslib.spec ++
--- /var/tmp/diff_new_pack.0V8QYe/_old  2021-11-12 15:59:12.990563585 +0100
+++ /var/tmp/diff_new_pack.0V8QYe/_new  2021-11-12 15:59:12.994563587 +0100
@@ -30,6 +30,7 @@
 Source1:
https://raw.githubusercontent.com/mahmoud/boltons/master/LICENSE#/LICENSE.boltons
 Source2:
https://raw.githubusercontent.com/pyinstaller/pyinstaller/develop/setup.py#/pyinstaller-setup.py
 Patch0: use-boltons.patch
+BuildRequires:  %{python_module chardet}
 BuildRequires:  %{python_module parver}
 BuildRequires:  %{python_module setuptools >= 40.8}
 BuildRequires:  %{python_module vistir}


commit xen for openSUSE:Factory

2021-11-12 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 2021-11-12 15:58:59

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


Package is "xen"

Fri Nov 12 15:58:59 2021 rev:305 rq:930561 version:4.16.0_01

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2021-09-16 23:16:48.839931376 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new.1890/xen.changes2021-11-12 
15:59:03.598559302 +0100
@@ -1,0 +2,34 @@
+Mon Nov  8 09:09:58 MST 2021 - carn...@suse.com
+
+- Update to Xen 4.16.0 RC2 release
+  xen-4.16.0-testing-src.tar.bz2
+- Modified files
+  ipxe-use-rpm-opt-flags.patch
+  ipxe.tar.bz2 (new version)
+
+---
+Mon Nov  1 11:15:13 MDT 2021 - carn...@suse.com
+
+- Update to Xen 4.16.0 RC1 release
+  xen-4.16.0-testing-src.tar.bz2
+- Drop patches contained in new tarball or invalid
+  615c9fd0-VT-d-fix-deassign-of-device-with-RMRR.patch
+  libxc-sr-383b41974d5543b62f3181d216070fe3691fb130.patch
+  libxc-sr-5588ebcfca774477cf823949e5703b0ac48818cc.patch
+  libxc-sr-9e59d9f8ee3808acde9833192211da25f66d8cc2.patch
+  libxc-sr-f17a73b3c0264c62dd6b5dae01ed621c051c3038.patch
+  xenstore-launch.patch
+
+---
+Wed Oct  6 08:19:42 MDT 2021 - carn...@suse.com
+
+- bsc#1191363 - VUL-0: CVE-2021-28702: xen: PCI devices with RMRRs
+  not deassigned correctly (XSA-386)
+  615c9fd0-VT-d-fix-deassign-of-device-with-RMRR.patch
+
+---
+Mon Sep 13 11:50:00 CEST 2021 - jbeul...@suse.com
+
+- Revert "Simplify %autosetup".
+
+---

Old:

  libxc-sr-383b41974d5543b62f3181d216070fe3691fb130.patch
  libxc-sr-5588ebcfca774477cf823949e5703b0ac48818cc.patch
  libxc-sr-9e59d9f8ee3808acde9833192211da25f66d8cc2.patch
  libxc-sr-f17a73b3c0264c62dd6b5dae01ed621c051c3038.patch
  xen-4.15.1-testing-src.tar.bz2
  xenstore-launch.patch

New:

  xen-4.16.0-testing-src.tar.bz2



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.0sUO7F/_old  2021-11-12 15:59:05.410560126 +0100
+++ /var/tmp/diff_new_pack.0sUO7F/_new  2021-11-12 15:59:05.414560127 +0100
@@ -29,7 +29,7 @@
 Name:   xen
 ExclusiveArch:  %ix86 x86_64 aarch64
 %define changeset 41121
-%define xen_build_dir xen-4.15.1-testing
+%define xen_build_dir xen-4.16.0-testing
 #
 %define with_gdbsx 0
 %define with_dom0_support 0
@@ -130,12 +130,12 @@
 %endif
 Provides:   installhint(reboot-needed)
 
-Version:4.15.1_01
+Version:4.16.0_01
 Release:0
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
 License:GPL-2.0-only
 Group:  System/Kernel
-Source0:xen-4.15.1-testing-src.tar.bz2
+Source0:xen-4.16.0-testing-src.tar.bz2
 Source1:stubdom.tar.bz2
 Source2:ipxe.tar.bz2
 Source3:mini-os.tar.bz2
@@ -169,40 +169,36 @@
 # Upstream patches
 # EMBARGOED security fixes
 # libxc
-Patch301:   libxc-sr-383b41974d5543b62f3181d216070fe3691fb130.patch
-Patch302:   libxc-sr-9e59d9f8ee3808acde9833192211da25f66d8cc2.patch
-Patch303:   libxc-sr-5588ebcfca774477cf823949e5703b0ac48818cc.patch
-Patch304:   libxc-sr-f17a73b3c0264c62dd6b5dae01ed621c051c3038.patch
-Patch305:   libxc-bitmap-long.patch
-Patch306:   libxc-sr-xl-migration-debug.patch
-Patch307:   libxc-sr-readv_exact.patch
-Patch308:   libxc-sr-save-show_transfer_rate.patch
-Patch309:   libxc-sr-save-mfns.patch
-Patch310:   libxc-sr-save-types.patch
-Patch311:   libxc-sr-save-errors.patch
-Patch312:   libxc-sr-save-iov.patch
-Patch313:   libxc-sr-save-rec_pfns.patch
-Patch314:   libxc-sr-save-guest_data.patch
-Patch315:   libxc-sr-save-local_pages.patch
-Patch316:   libxc-sr-restore-pfns.patch
-Patch317:   libxc-sr-restore-types.patch
-Patch318:   libxc-sr-restore-mfns.patch
-Patch319:   libxc-sr-restore-map_errs.patch
-Patch320:   libxc-sr-restore-populate_pfns-pfns.patch
-Patch321:   libxc-sr-restore-populate_pfns-mfns.patch
-Patch322:   libxc-sr-restore-read_record.patch
-Patch323:   libxc-sr-restore-handle_buffered_page_data.patch
-Patch324:   libxc-sr-restore-handle_incoming_page_data.patch
-Patch325:   libxc-sr-LIBXL_HAVE_DOMAIN_SUSPEND_PROPS.patch
-Patch326:   libxc-sr-precopy_policy.patch
-Patch327:   libxc-sr-max_iters.patch
-Patch328:   libxc-sr-min_remaining.patch
-Patch329:   libxc-sr-abort_if_busy.patch
-Patch330:   libxc-sr-xg_sr_bitmap.patch
-Patch331:   

commit libbytesize for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libbytesize for openSUSE:Factory 
checked in at 2021-11-12 15:58:59

Comparing /work/SRC/openSUSE:Factory/libbytesize (Old)
 and  /work/SRC/openSUSE:Factory/.libbytesize.new.1890 (New)


Package is "libbytesize"

Fri Nov 12 15:58:59 2021 rev:6 rq:930566 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/libbytesize/libbytesize.changes  2021-05-12 
19:31:47.863141737 +0200
+++ /work/SRC/openSUSE:Factory/.libbytesize.new.1890/libbytesize.changes
2021-11-12 15:59:10.054562237 +0100
@@ -1,0 +2,7 @@
+Sat Jul 17 06:47:54 UTC 2021 - Dirk M??ller 
+
+- update to 2.6:
+  * Make sure Size can be interpreted as integer in Python 3.10
+  * Translation updates
+
+---

Old:

  libbytesize-2.5.tar.gz

New:

  libbytesize-2.6.tar.gz



Other differences:
--
++ libbytesize.spec ++
--- /var/tmp/diff_new_pack.0EEZsD/_old  2021-11-12 15:59:10.598562484 +0100
+++ /var/tmp/diff_new_pack.0EEZsD/_new  2021-11-12 15:59:10.598562484 +0100
@@ -19,7 +19,7 @@
 %define somajor 1
 %define libname %{name}%{somajor}
 Name:   libbytesize
-Version:2.5
+Version:2.6
 Release:0
 Summary:A library for working with sizes in bytes
 License:LGPL-2.1-only

++ libbytesize-2.5.tar.gz -> libbytesize-2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/Makefile.in 
new/libbytesize-2.6/Makefile.in
--- old/libbytesize-2.5/Makefile.in 2021-01-27 14:58:11.0 +0100
+++ new/libbytesize-2.6/Makefile.in 2021-07-07 12:15:46.0 +0200
@@ -337,6 +337,7 @@
 pyexecdir = @pyexecdir@
 python3 = @python3@
 pythondir = @pythondir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/aclocal.m4 
new/libbytesize-2.6/aclocal.m4
--- old/libbytesize-2.5/aclocal.m4  2021-01-27 14:58:10.0 +0100
+++ new/libbytesize-2.6/aclocal.m4  2021-07-07 12:15:46.0 +0200
@@ -940,12 +940,14 @@
 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
   else
 
-  dnl Query Python for its version number.  Getting [:3] seems to be
-  dnl the best way to do this; it's what "site.py" does in the standard
-  dnl library.
+  dnl Query Python for its version number.  Although site.py simply uses
+  dnl sys.version[:3], printing that failed with Python 3.10, since the
+  dnl trailing zero was eliminated. So now we output just the major
+  dnl and minor version numbers, as numbers. Apparently the tertiary
+  dnl version is not of interest.
 
   AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
-[am_cv_python_version=`$PYTHON -c "import sys; 
sys.stdout.write(sys.version[[:3]])"`])
+[am_cv_python_version=`$PYTHON -c "import sys; print('%u.%u' % 
sys.version_info[[:2]])"`])
   AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
 
   dnl Use the values of $prefix and $exec_prefix for the corresponding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbytesize-2.5/configure 
new/libbytesize-2.6/configure
--- old/libbytesize-2.5/configure   2021-01-27 14:58:11.0 +0100
+++ new/libbytesize-2.6/configure   2021-07-07 12:15:46.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libbytesize 2.5.
+# Generated by GNU Autoconf 2.69 for libbytesize 2.6.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libbytesize'
 PACKAGE_TARNAME='libbytesize'
-PACKAGE_VERSION='2.5'
-PACKAGE_STRING='libbytesize 2.5'
+PACKAGE_VERSION='2.6'
+PACKAGE_STRING='libbytesize 2.6'
 PACKAGE_BUGREPORT='vpodz...@redhat.com'
 PACKAGE_URL=''
 
@@ -756,6 +756,7 @@
 docdir
 oldincludedir
 includedir
+runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -847,6 +848,7 @@
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1099,6 +1101,15 @@
   | -silent | --silent | --silen | --sile | --sil)
 silent=yes ;;
 
+  -runstatedir | --runstatedir | --runstatedi | --runstated \
+  | --runstate | --runstat | --runsta | --runst | --runs \
+  | --run | --ru | --r)
+ac_prev=runstatedir ;;
+  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \

commit llvm13 for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package llvm13 for openSUSE:Factory checked 
in at 2021-11-12 15:59:00

Comparing /work/SRC/openSUSE:Factory/llvm13 (Old)
 and  /work/SRC/openSUSE:Factory/.llvm13.new.1890 (New)


Package is "llvm13"

Fri Nov 12 15:59:00 2021 rev:2 rq:930567 version:13.0.0

Changes:

--- /work/SRC/openSUSE:Factory/llvm13/llvm13.changes2021-10-08 
22:04:50.476539695 +0200
+++ /work/SRC/openSUSE:Factory/.llvm13.new.1890/llvm13.changes  2021-11-12 
15:59:10.834562592 +0100
@@ -1,0 +2,14 @@
+Tue Nov  2 21:18:57 UTC 2021 - Aaron Puchert 
+
+- Let clang recommend gcc and glibc-devel as we need both for
+  building executables. No hard requirement because Clang can be
+  used as a frontend only. (boo#1191587)
+- Set minimal CMake version required.
+
+---
+Tue Nov  2 13:30:06 UTC 2021 - Martin Li??ka 
+
+- Backport llvm-fix-building-with-GCC-12.patch in order to fix building
+  with GCC 12.
+
+---

New:

  llvm-fix-building-with-GCC-12.patch



Other differences:
--
++ llvm13.spec ++
--- /var/tmp/diff_new_pack.kh8laV/_old  2021-11-12 15:59:12.070563159 +0100
+++ /var/tmp/diff_new_pack.kh8laV/_new  2021-11-12 15:59:12.074563161 +0100
@@ -137,8 +137,9 @@
 Patch27:llvm-exegesis-link-dylib.patch
 # Fix lookup of targets in installed CMake files. (boo#1180748, 
https://reviews.llvm.org/D96670)
 Patch33:CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch
+Patch34:llvm-fix-building-with-GCC-12.patch
 BuildRequires:  binutils-devel >= 2.21.90
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.13.4
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -239,6 +240,8 @@
 Requires(postun):update-alternatives
 Recommends: clang%{_sonum}-doc
 Recommends: clang-tools
+Recommends: gcc
+Recommends: glibc-devel
 Recommends: libstdc++-devel
 Suggests:   libc++-devel
 
@@ -561,6 +564,7 @@
 %patch24 -p1
 %patch27 -p2
 %patch33 -p2
+%patch34 -p2
 
 pushd clang-%{_version}.src
 %patch2 -p1

++ llvm-fix-building-with-GCC-12.patch ++
>From c5029023fb076f72a3e5bf26085642bcd1fa22fb Mon Sep 17 00:00:00 2001
From: Martin Liska 
Date: Tue, 2 Nov 2021 09:34:09 +0100
Subject: [PATCH] Fix building with GCC 12:

Fixes: https://bugs.llvm.org/show_bug.cgi?id=52380

Differential Revision: https://reviews.llvm.org/D112990
---
 llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp 
b/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
index 58415ecc9432..1f5312e5cb14 100644
--- a/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
+++ b/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
@@ -2065,7 +2065,7 @@ SILoadStoreOptimizer::collectMergeableInsts(
 // adjacent to each other in the list, which will make it easier to find
 // matches.
 MergeList.sort(
-[] (const CombineInfo &A, CombineInfo &B) {
+[] (const CombineInfo &A, const CombineInfo &B) {
   return A.Offset < B.Offset;
 });
 ++I;
-- 
2.33.1


commit apparmor for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2021-11-12 15:58:56

Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and  /work/SRC/openSUSE:Factory/.apparmor.new.1890 (New)


Package is "apparmor"

Fri Nov 12 15:58:56 2021 rev:159 rq:930527 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2021-10-19 
23:03:32.497265163 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new.1890/apparmor.changes  
2021-11-12 15:58:58.062556784 +0100
@@ -1,0 +2,6 @@
+Tue Nov  9 17:45:22 UTC 2021 - Christian Boltz 
+
+- add aa-notify-more-arch-mr809.diff: Add support for reading s390x
+  and aarch64 wtmp files (boo#1181155)
+
+---

New:

  aa-notify-more-arch-mr809.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.2iLaA6/_old  2021-11-12 15:58:58.862557148 +0100
+++ /var/tmp/diff_new_pack.2iLaA6/_new  2021-11-12 15:58:58.866557150 +0100
@@ -84,6 +84,9 @@
 # add samba-bgqd profile (submitted upstream 2021-10-15 
https://gitlab.com/apparmor/apparmor/-/merge_requests/807)
 Patch8: add-samba-bgqd.diff
 
+# aa-notify: Add support for reading s390x and aarch64 wtmp file (boo#1181155) 
(merged upstream 2021-11-08 in master and 3.0 branch - 
https://gitlab.com/apparmor/apparmor/-/merge_requests/809)
+Patch9: aa-notify-more-arch-mr809.diff
+
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix %{?usrmerged:/usr}/lib/apparmor
@@ -348,6 +351,7 @@
 %patch5
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 %define _lto_cflags %{nil}

++ aa-notify-more-arch-mr809.diff ++
This patch contains the code changes from
https://gitlab.com/apparmor/apparmor/-/merge_requests/809

It does NOT include the added unit tests because adding binary test files with 
a patch is too hard.




diff --git a/utils/aa-notify b/utils/aa-notify
index 
91d0f3b9c240e1ff0fec8aa673ef70fa78cf33bc..024044a0c58ed4827502da66786acb4e9b54fc2f
 100755
--- a/utils/aa-notify
+++ b/utils/aa-notify
@@ -34,7 +34,6 @@ import os
 import re
 import sys
 import time
-import struct
 import notify2
 import psutil
 import pwd
@@ -45,6 +44,7 @@ import apparmor.ui as aaui
 import apparmor.config as aaconfig
 from apparmor.common import DebugLogger, open_file_read
 from apparmor.fail import enable_aa_exception_handler
+from apparmor.notify import get_last_login_timestamp
 from apparmor.translations import init_translation
 
 import LibAppArmor  # C-library to parse one log line
@@ -61,48 +61,6 @@ def get_user_login():
 return username
 
 
-def get_last_login_timestamp(username):
-'''Directly read wtmp and get last login for user as epoch timestamp'''
-timestamp = 0
-filename = '/var/log/wtmp'
-last_login = 0
-
-debug_logger.debug('Username: {}'.format(username))
-
-with open(filename, "rb") as wtmp_file:
-offset = 0
-wtmp_filesize = os.path.getsize(filename)
-debug_logger.debug('WTMP filesize: {}'.format(wtmp_filesize))
-while offset < wtmp_filesize:
-wtmp_file.seek(offset)
-offset += 384  # Increment for next entry
-
-type = struct.unpack("
+#Copyright (C) 2021 Christian Boltz
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of version 2 of the GNU General Public
+#License as published by the Free Software Foundation.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+# --
+
+import os
+import struct
+
+from apparmor.common import AppArmorBug, DebugLogger
+
+debug_logger = DebugLogger('apparmor.notify')
+
+
+def sane_timestamp(timestamp):
+''' Check if the given timestamp is in a date range that makes sense for a 
wtmp file '''
+
+if timestamp < 946681200:  # 2000-01-01
+return False
+elif timestamp > 2524604400:  # 2050-01-01
+return False
+
+return True
+
+def get_last_login_timestamp(username, filename='/var/log/wtmp'):
+'''Directly read wtmp and get last login for user as epoch timestamp'''
+timestamp = 0
+last_login = 0
+
+debug_logger.debug('Username: {}'.format(username))
+
+with open(filename, "rb") as wtmp_file:
+offset = 0
+wtmp_filesize = os.path.getsize(filename)
+debug_logger.debug('WTMP filesize: {}'.format(wtmp_file

commit mypy for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mypy for openSUSE:Factory checked in 
at 2021-11-12 15:58:57

Comparing /work/SRC/openSUSE:Factory/mypy (Old)
 and  /work/SRC/openSUSE:Factory/.mypy.new.1890 (New)


Package is "mypy"

Fri Nov 12 15:58:57 2021 rev:23 rq:930546 version:0.910

Changes:

--- /work/SRC/openSUSE:Factory/mypy/mypy.changes2021-03-05 
13:44:54.375602011 +0100
+++ /work/SRC/openSUSE:Factory/.mypy.new.1890/mypy.changes  2021-11-12 
15:58:59.462557421 +0100
@@ -1,0 +2,186 @@
+Tue Nov  2 19:49:00 UTC 2021 - Sebastian Wagner 
+
+- disable the tests to fix the build temporarily
+
+---
+Sat Jul 10 14:47:09 UTC 2021 - Sebastian Wagner 
+
+- Remove obsolete build (prep) instructions: typeshed has been removed from 
the archive.
+
+---
+Sun Jul  4 20:06:55 UTC 2021 - Sebastian Wagner 
+
+- update to version 0.910:
+  - Mypy 0.900 added --install-types to install missing stub packages. We 
received feedback that this wasn???t a good fit for all use cases, since it 
asks for interactive confirmation from the user, and it requires another mypy 
invocation to actually perform type checking.
+  - This release adds the new option --non-interactive that can be used with 
--install-types to install suggested stub packages without asking for 
confirmation. This can be useful in Continuous Integration jobs. The option 
causes mypy to both install stub packages and perform type checking within a 
single invocation. When not using --non-interactive, you???d have to run mypy 
again to get up-to-date results with the installed stubs.
+  - This option provides a new way to migrate existing mypy runner scripts 
after updating to mypy 0.9xx: just add the --install-types --non-interactive 
options to your mypy command line.
+  - Note that --install-types currently always installs the latest stubs for 
all supported packages. If you want reproducible results from your builds, we 
recommend explicitly pinning stub package versions in your requirements.txt 
file, for example.
+ - Python 3.5 Deprecation
+  - Running mypy on Python 3.5 is now deprecated. A future mypy release will 
drop Python 3.5 support. We haven???t decided when this will happen, but this 
might happen in the next feature release after 0.910.
+ - Stubgen Improvements
+  - Don't annotate unknown argument and return types (Sebastian Rittau, PR 
10626)
+ - Never generate a variable initializer (Sebastian Rittau, PR 10623)
+ - Use NamedTuple class syntax (Sebastian Rittau, PR 10625)
+ - Use T | None (PEP 604) instead of Optional[T] (Sebastian Rittau, PR 10624) 
+  - Other Fixes and Improvements
+  - Fix some crashes from faulty casts (Shantanu, PR 10560)
+ - Update docs for deferral of PEP 563 to 3.11 (Smart, PR 10655)
+ - Don't suggest to install stubs for packages with py.typed files (Sebastian 
Rittau, PR 10652)
+ - Correct the type package name of pyopenssl ( Sebastian Rittau, PR 10656)
+ - Improve error reporting when --install-types has no cache (PR 10667)
+ - Suggest types-setuptools for pkg_resources (Sebastian Rittau, PR 10681)
+ - Fix crash with assignment to variable guarded with TypeGuard (PR 10683)
+ - Don't ask to install a stub package if stubs are installed (PR 10670)
+ - Fix crash when inferring multiple assignment with overloaded function (PR 
10689) 
+- update to version 0.900:
+  - Third-party Library Stubs in Stub Packages (Breaking Change)
+  - Mypy now only ships with type stubs for stdlib modules (plus 
typing_extensions and mypy_extensions). If you use third-party libraries that 
don???t include stubs or inline type annotations, you can explicitly install 
stub packages, usually called types-.
+  - You can also now run mypy --install-types to install all missing stub 
packages in the mypy run (or the previous run, if you don???t pass any files to 
check).
+ - Using cached types_requests-0.1.8-py2.py3-none-any.whl (22 kB)
+  - For more information, read the blog post about this change and why we did 
this. There is more detail in the docs.
+ - Python 2 Support is Opt-in (Breaking Change)
+  - If you want to type check Python 2 code, you now have to install 
mypy[python2] using pip (on Python 3.8 and later):
+  - python3 -m pip install -U mypy[python2]
+  - This will install the additional typed-ast pip dependency that is required 
for Python 2 support. Type checking Python 2 code is still fully supported by 
mypy.
+  - TypeGuard
+  - Mypy now supports defining user-defined functions that perform type 
narrowing, similar to isinstance. Read PEP 647 for the details.
+  - Since TypeGuard will be included in Python 3.10, which hasn???t been 
released yet, you will have to import it from a r

commit audit for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2021-11-12 15:58:53

Comparing /work/SRC/openSUSE:Factory/audit (Old)
 and  /work/SRC/openSUSE:Factory/.audit.new.1890 (New)


Package is "audit"

Fri Nov 12 15:58:53 2021 rev:99 rq:930227 version:3.0.6

Changes:

--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes2021-10-20 
20:22:56.481328336 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new.1890/audit-secondary.changes  
2021-11-12 15:58:56.478556064 +0100
@@ -1,0 +2,12 @@
+Sun Nov  7 13:34:20 UTC 2021 - Callum Farmer 
+
+- Update to version 3.0.6:
+  * fixes a segfault on some SELINUX_ERR records
+  * makes IPX packet interpretation dependent on the ipx header
+file existing
+  * adds b32/b64 support to ausyscall
+  * adds support for armv8l
+  * fixes auditctl list of syscalls on PPC
+  * auditd.service now restarts auditd under some conditions
+
+---
audit.changes: same change

Old:

  audit-3.0.5.tar.gz

New:

  audit-3.0.6.tar.gz



Other differences:
--
++ audit-secondary.spec ++
--- /var/tmp/diff_new_pack.oXVBeX/_old  2021-11-12 15:58:57.282556430 +0100
+++ /var/tmp/diff_new_pack.oXVBeX/_new  2021-11-12 15:58:57.286556431 +0100
@@ -22,7 +22,7 @@
 # The seperation is required to minimize unnecessary build cycles.
 %define_name audit
 Name:   audit-secondary
-Version:3.0.5
+Version:3.0.6
 Release:0
 Summary:Linux kernel audit subsystem utilities
 License:GPL-2.0-or-later

++ audit.spec ++
--- /var/tmp/diff_new_pack.oXVBeX/_old  2021-11-12 15:58:57.302556439 +0100
+++ /var/tmp/diff_new_pack.oXVBeX/_new  2021-11-12 15:58:57.306556441 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   audit
-Version:3.0.5
+Version:3.0.6
 Release:0
 Summary:Linux kernel audit subsystem utilities
 License:GPL-2.0-or-later

++ audit-3.0.5.tar.gz -> audit-3.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-3.0.5/ChangeLog new/audit-3.0.6/ChangeLog
--- old/audit-3.0.5/ChangeLog   2021-08-11 22:24:20.0 +0200
+++ new/audit-3.0.6/ChangeLog   2021-10-01 18:36:30.0 +0200
@@ -1,3 +1,11 @@
+3.0.6
+- Fixed various issues when dealing with corrupted logs
+- Make IPX packet interpretation dependent on the ipx header file existing
+- Add b32/b64 support to ausyscall (Egor Ignatov)
+- Add support for armv8l (Egor Ignatov)
+- Fix auditctl list of syscalls in PPC (Egor Ignatov)
+- auditd.service now restarts auditd under some conditions (Timoth??e Ravier)
+
 3.0.5
 - In auditd, flush uid/gid caches when user/group added/deleted/modified
 - Fixed various issues when dealing with corrupted logs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-3.0.5/README new/audit-3.0.6/README
--- old/audit-3.0.5/README  2021-08-11 22:24:20.0 +0200
+++ new/audit-3.0.6/README  2021-10-01 18:36:30.0 +0200
@@ -8,7 +8,7 @@
 
 BUILDING
 
-See the README-install File.
+See the Install(.tmp) file.
 
 USAGE
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-3.0.5/TODO new/audit-3.0.6/TODO
--- old/audit-3.0.5/TODO2021-08-11 22:24:20.0 +0200
+++ new/audit-3.0.6/TODO2021-10-01 18:36:30.0 +0200
@@ -4,7 +4,7 @@
 * Basic HIDS based on reactive audit component
 * Add keywords for time: month-ago, this-hour, last-hour
 * If searching user/group doesn't map to uid/gid, do translated string search
-* In audispd, look into non-blocking handling of write to plugins
+* In auditd, look into non-blocking handling of write to plugins
 * Support multiple time streams when searching
 
 3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-3.0.5/audit.spec new/audit-3.0.6/audit.spec
--- old/audit-3.0.5/audit.spec  2021-08-11 22:24:20.0 +0200
+++ new/audit-3.0.6/audit.spec  2021-10-01 18:36:30.0 +0200
@@ -1,7 +1,7 @@
 
 Summary: User space tools for kernel auditing
 Name: audit
-Version: 3.0.5
+Version: 3.0.6
 Release: 1%{dist}
 License: GPLv2+
 Group: System Environment/Daemons
@@ -256,6 +256,6 @@
 
 
 %changelog
-* Wed Aug 11 2021 Steve Grubb  3.0.5-1
+* Fri Oct 01 2021 Steve Grubb  3.0.6-1
 - New upstream release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-3.0.5/auparse/auparse.c 
new/audit-3.0.6/auparse/auparse.c
--- old/audit-3.0.5/auparse/auparse.c   2021-08-11 22:24:20.0 +

commit libgpg-error for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2021-11-12 15:58:53

Comparing /work/SRC/openSUSE:Factory/libgpg-error (Old)
 and  /work/SRC/openSUSE:Factory/.libgpg-error.new.1890 (New)


Package is "libgpg-error"

Fri Nov 12 15:58:53 2021 rev:67 rq:930215 version:1.43

Changes:

--- /work/SRC/openSUSE:Factory/libgpg-error/libgpg-error.changes
2021-08-28 22:28:40.073946697 +0200
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new.1890/libgpg-error.changes  
2021-11-12 15:58:54.762555284 +0100
@@ -1,0 +2,13 @@
+Fri Nov  5 10:58:23 UTC 2021 - Pedro Monreal 
+
+- Update to 1.43:
+  * Fix for building against GNU libc 2.34.
+  * Fix gpgrt-config problems.
+  * Fix gpgrt_free for legacy platforms.
+  * Fix truncation of error message in the middle of a character.
+  * Fix the --disable-threads configure options.
+  * Improve lock-obj generation for cross-builds.
+  * Improve cross-builds.
+  * Improve gpgrt_wait_processes.
+
+---

Old:

  libgpg-error-1.42.tar.bz2
  libgpg-error-1.42.tar.bz2.sig

New:

  libgpg-error-1.43.tar.bz2
  libgpg-error-1.43.tar.bz2.sig



Other differences:
--
++ libgpg-error.spec ++
--- /var/tmp/diff_new_pack.FV626g/_old  2021-11-12 15:58:55.30229 +0100
+++ /var/tmp/diff_new_pack.FV626g/_new  2021-11-12 15:58:55.30631 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   libgpg-error
-Version:1.42
+Version:1.43
 Release:0
 Summary:Library That Defines Common Error Values for All GnuPG 
Components
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://www.gnupg.org/
-Source0:
https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2
-Source1:
https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2.sig
+Source0:
https://gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
+Source1:
https://gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
 # http://www.gnupg.org/signature_key.en.html
 Source2:%{name}.keyring
 Source3:baselibs.conf

++ libgpg-error-1.42.tar.bz2 -> libgpg-error-1.43.tar.bz2 ++
 9198 lines of diff (skipped)


commit ncurses for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2021-11-12 15:58:52

Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and  /work/SRC/openSUSE:Factory/.ncurses.new.1890 (New)


Package is "ncurses"

Fri Nov 12 15:58:52 2021 rev:198 rq:930176 version:6.3.MACRO

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2021-10-28 
18:31:19.800410514 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.1890/ncurses.changes
2021-11-12 15:58:52.898554437 +0100
@@ -1,0 +2,30 @@
+Mon Nov  8 07:17:32 UTC 2021 - Dr. Werner Fink 
+
+- Add ncurses patch 20211106
+  + improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR
+  + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
+rather than treating it as an error, and modify new_panel to permit
+its window-parameter to be a pad (report by Giorgos Xou).
+  + fix a memory-leak in del_curterm (prompted by discussion with Bram
+Moolenaar, cf: 20210821).
+
+---
+Tue Nov  2 08:34:24 UTC 2021 - Dr. Werner Fink 
+
+- Add ncurses patch 20211030
+  + simplify some references to WINDOWS._flags using macros.
+  + add a "check" rule in Ada95 makefile, to help with test-packages.
+  + build-fix for cross-compiling to MingW, conditionally add -lssp
+- Correct offsets of patch ncurses-6.3.dif
+
+---
+Wed Oct 27 06:30:02 UTC 2021 - Dr. Werner Fink 
+
+- Add ncurses patch 20211026
+  + corrected regex needed for older pkg-config used in Solaris 10.
+  + amend configure option's auto-search to account for systems where
+none of the directories known to pkg-config exist, adapted from
+mailing-list comment (report by Milan P. Stanic).
+- Port patch ncurses-6.2.dif which is now named ncurses-6.3.dif
+
+---

Old:

  ncurses-6.2.dif

New:

  ncurses-6.3.dif



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.q1gITU/_old  2021-11-12 15:58:54.310555078 +0100
+++ /var/tmp/diff_new_pack.q1gITU/_new  2021-11-12 15:58:54.310555078 +0100
@@ -88,7 +88,7 @@
 Source9:
ftp://ftp.invisible-island.net/ncurses/ncurses-%{basevers}.tar.gz.asc
 Source10:   
ftp://ftp.invisible-island.net/pub/ncurses/current/tack-1.09-20210619.tgz.asc
 Source11:   ncurses.keyring
-Patch0: ncurses-6.2.dif
+Patch0: ncurses-6.3.dif
 Patch1: ncurses-5.9-ibm327x.dif
 Patch2: ncurses-5.7-tack.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ncurses-6.3-patches.tar.bz2 ++
 32512 lines of diff (skipped)

++ ncurses-6.2.dif -> ncurses-6.3.dif ++
--- /work/SRC/openSUSE:Factory/ncurses/ncurses-6.2.dif  2021-10-28 
18:31:19.480410314 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.1890/ncurses-6.3.dif
2021-11-12 15:58:52.866554422 +0100
@@ -28,7 +28,7 @@
  #include 
  
  #if defined(__cplusplus)
-@@ -5803,12 +5803,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP
  CF_EOF
  if test -n "$cf_compress" ; then
-@@ -5933,9 +5936,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <&6
+@@ -7549,7 +7549,7 @@ echo "${ECHO_T}$with_pcre2" >&6
  
  if test "x$with_pcre2" != xno ; then
cf_with_pcre2_ok=no
@@ -166,7 +166,7 @@
do
  
  if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
-@@ -14834,12 +14834,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP
  CF_EOF
  if test -n "$cf_compress" ; then
-@@ -14964,9 +14967,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <

commit opera for openSUSE:Factory:NonFree

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2021-11-12 15:58:26

Comparing /work/SRC/openSUSE:Factory:NonFree/opera (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.opera.new.1890 (New)


Package is "opera"

Fri Nov 12 15:58:26 2021 rev:152 rq:930972 version:81.0.4196.31

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2021-11-07 
22:08:35.679605098 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new.1890/opera.changes
2021-11-12 15:58:28.466543327 +0100
@@ -1,0 +2,40 @@
+Wed Nov 10 06:12:37 UTC 2021 - Carsten Ziepke 
+
+- Update to version 81.0.4196.31
+  - DNA-95733 Implement the ???Manage??? menu in card details view
+  - DNA-95736 Update UI for paused card
+  - DNA-95791 Crash at base::operator<
+  - DNA-95794 Sometimes the sidebar UI fails to load
+  - DNA-95812 Retrieve cards info when showing autofill
+  - DNA-96035 Cannot create virtual card on Sandbox environment
+  - DNA-96147 ???Buy??? button does not work
+  - DNA-96168 Update contributors list
+  - DNA-96211 Enable #fast-tab-tooltip on all streams
+  - DNA-96231 Promote O81 to stable
+- Complete Opera 80.1 changelog at:
+  https://blogs.opera.com/desktop/changelog-for-81/
+- Update to version 81.0.4196.27
+  - CHR-8623 Update chromium on desktop-stable-95-4196 to
+95.0.4638.54
+  - DNA-92384 Better segmenting of hint users
+  - DNA-95523 Allow sorting in multi-card view
+  - DNA-95659 Flow of Lastcard on first login
+  - DNA-95735 Implement the button that reveals full card
+details
+  - DNA-95747 Better way to handle expired funding card
+  - DNA-95949 [Mac Retina] Clicking active tab should scroll
+to the top
+  - DNA-95993 Update icon used for Yat in address bar dropdown
+  - DNA-96021 Cleared download item view is never deleted
+  - DNA-96036 Occupation field in 'Account ??? Edit' is shown
+twice
+  - DNA-96127 Upgrade plan button does nothing
+  - DNA-96138 "Add Card" button does not change to
+"Upgrade Plan" after adding card
+- The update to chromium 95.0.4638.54 fixes following issues:
+  CVE-2021-37981, CVE-2021-37982, CVE-2021-37983, CVE-2021-37984,
+  CVE-2021-37985, CVE-2021-37986, CVE-2021-37987, CVE-2021-37988,
+  CVE-2021-37989, CVE-2021-37990, CVE-2021-37991, CVE-2021-37992,
+  CVE-2021-37993, CVE-2021-37994, CVE-2021-37995, CVE-2021-37996
+
+---

Old:

  opera-stable_80.0.4170.72_amd64.rpm

New:

  opera-stable_81.0.4196.31_amd64.rpm



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.YpQcG6/_old  2021-11-12 15:58:29.866543964 +0100
+++ /var/tmp/diff_new_pack.YpQcG6/_new  2021-11-12 15:58:29.870543966 +0100
@@ -20,7 +20,7 @@
 # libffmpeg.so*, libfreetype.so* and libGLESv2.so* are currently bundled.
 %global __requires_exclude ^lib(ffmpeg|freetype|GLESv2)\\.so.*$
 Name:   opera
-Version:80.0.4170.72
+Version:81.0.4196.31
 Release:0
 Summary:Proprietary web browser
 License:NonFree

++ opera-stable_80.0.4170.72_amd64.rpm -> 
opera-stable_81.0.4196.31_amd64.rpm ++
/work/SRC/openSUSE:Factory:NonFree/opera/opera-stable_80.0.4170.72_amd64.rpm 
/work/SRC/openSUSE:Factory:NonFree/.opera.new.1890/opera-stable_81.0.4196.31_amd64.rpm
 differ: char 25, line 1


commit steam for openSUSE:Factory:NonFree

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package steam for openSUSE:Factory:NonFree 
checked in at 2021-11-12 15:58:25

Comparing /work/SRC/openSUSE:Factory:NonFree/steam (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.steam.new.1890 (New)


Package is "steam"

Fri Nov 12 15:58:25 2021 rev:45 rq:931046 version:1.0.0.73

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes  2021-11-08 
17:23:26.416663985 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.steam.new.1890/steam.changes
2021-11-12 15:58:26.158542278 +0100
@@ -1,0 +2,8 @@
+Thu Nov 11 16:06:36 UTC 2021 - Callum Farmer 
+
+- Update to version 1.0.0.73:
+  * Build using updated Steam client:
+- Client timestamp 1634158817 (2021-10-13)
+- Steam Runtime version 0.20210906.1
+
+---

Old:

  steam_1.0.0.72.tar.gz

New:

  steam_1.0.0.73.tar.gz



Other differences:
--
++ steam.spec ++
--- /var/tmp/diff_new_pack.6eCUtZ/_old  2021-11-12 15:58:27.206542754 +0100
+++ /var/tmp/diff_new_pack.6eCUtZ/_new  2021-11-12 15:58:27.210542756 +0100
@@ -29,7 +29,7 @@
 %endif \
 %{nil}
 Name:   steam
-Version:1.0.0.72
+Version:1.0.0.73
 Release:0
 Summary:Installer for Valve's digital software distribution service
 # "Limited Installation License"

++ steam_1.0.0.72.tar.gz -> steam_1.0.0.73.tar.gz ++
 1818 lines of diff (skipped)


commit livecd-openSUSE for openSUSE:Factory

2021-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package livecd-openSUSE for openSUSE:Factory 
checked in at 2021-11-12 12:26:27

Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1890 (New)


Package is "livecd-openSUSE"

Fri Nov 12 12:26:27 2021 rev:165 rq: version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes  
2021-11-10 21:48:01.387852633 +0100
+++ 
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1890/livecd-openSUSE.changes
2021-11-12 12:26:28.753018081 +0100
@@ -1,0 +2,5 @@
+Fri Nov 12 11:23:42 UTC 2021 - Dominique Leuenberger 
+
+- Drop no longer maintainer X video drivers: glint, mach64 and tga.
+
+---



Other differences:
--
++ livecd-leap-gnome.kiwi ++
--- /var/tmp/diff_new_pack.UnMpIU/_old  2021-11-12 12:26:29.697018428 +0100
+++ /var/tmp/diff_new_pack.UnMpIU/_new  2021-11-12 12:26:29.697018428 +0100
@@ -400,9 +400,7 @@
 
 
 
-
 
-
 
 
 
@@ -414,7 +412,6 @@
 
 
 
-
 
 
 

livecd-leap-kde.kiwi: same change
livecd-leap-x11.kiwi: same change
livecd-leap-xfce.kiwi: same change
++ livecd-tumbleweed-gnome.kiwi ++
--- /var/tmp/diff_new_pack.UnMpIU/_old  2021-11-12 12:26:29.761018451 +0100
+++ /var/tmp/diff_new_pack.UnMpIU/_new  2021-11-12 12:26:29.761018451 +0100
@@ -403,9 +403,7 @@
 
 
 
-
 
-
 
 
 
@@ -417,7 +415,6 @@
 
 
 
-
 
 
 

livecd-tumbleweed-kde.kiwi: same change
livecd-tumbleweed-x11.kiwi: same change
livecd-tumbleweed-xfce.kiwi: same change
++ list-common.sh ++
--- /var/tmp/diff_new_pack.UnMpIU/_old  2021-11-12 12:26:29.869018491 +0100
+++ /var/tmp/diff_new_pack.UnMpIU/_new  2021-11-12 12:26:29.869018491 +0100
@@ -277,9 +277,7 @@
 install xf86-video-ati
 install xf86-video-chips
 install xf86-video-fbdev
-install xf86-video-glint
 install xf86-video-i128
-install xf86-video-mach64
 install xf86-video-mga
 install xf86-video-neomagic
 install xf86-video-nouveau
@@ -291,7 +289,6 @@
 install xf86-video-sis
 install xf86-video-sisusb
 install xf86-video-tdfx
-install xf86-video-tga
 install xf86-video-v4l
 install xf86-video-vesa
 install xf86-video-voodoo


commit 00Meta for openSUSE:Leap:15.3:Images

2021-11-12 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 2021-11-12 09:46:08

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


Package is "00Meta"

Fri Nov 12 09:46:08 2021 rev:201 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.mw3i25/_old  2021-11-12 09:46:09.616324526 +0100
+++ /var/tmp/diff_new_pack.mw3i25/_new  2021-11-12 09:46:09.620324529 +0100
@@ -1 +1 @@
-9.278
\ No newline at end of file
+9.279
\ No newline at end of file