commit 000update-repos for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2022-07-04 21:06:05

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


Package is "000update-repos"

Mon Jul  4 21:06:05 2022 rev:2029 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory:non-oss_3269.2.packages.zst
  factory_20220703.packages.zst



Other differences:
--


commit 00Meta for openSUSE:Leap:15.3:Images

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.3:Images 
checked in at 2022-07-04 19:15:55

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


Package is "00Meta"

Mon Jul  4 19:15:55 2022 rev:366 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.rlkIi7/_old  2022-07-04 19:15:56.717402521 +0200
+++ /var/tmp/diff_new_pack.rlkIi7/_new  2022-07-04 19:15:56.721402525 +0200
@@ -1,3 +1,3 @@
-9.545
+9.546
 (No newline at EOF)
 


commit vagrant-sshfs for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vagrant-sshfs for openSUSE:Factory 
checked in at 2022-07-04 13:38:15

Comparing /work/SRC/openSUSE:Factory/vagrant-sshfs (Old)
 and  /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.1548 (New)


Package is "vagrant-sshfs"

Mon Jul  4 13:38:15 2022 rev:20 rq:986610 version:1.3.7

Changes:

--- /work/SRC/openSUSE:Factory/vagrant-sshfs/vagrant-sshfs.changes  
2022-06-23 10:24:49.819776496 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.1548/vagrant-sshfs.changes
2022-07-04 13:38:16.556574228 +0200
@@ -1,0 +2,6 @@
+Fri Jul  1 12:33:19 UTC 2022 - Dominique Leuenberger 
+
+- Fix testsuite.sh: Follow changes of version 1.3.7, use
+  reverse_mount with uid/gid (boo#1200894).
+
+---



Other differences:
--
++ vagrant-sshfs.spec ++
--- /var/tmp/diff_new_pack.PYhiJh/_old  2022-07-04 13:38:17.112574987 +0200
+++ /var/tmp/diff_new_pack.PYhiJh/_new  2022-07-04 13:38:17.120574998 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package vagrant-sshfs
+# spec file
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global rb_build_versions %rb_default_ruby
 %global rb_build_abi %rb_default_ruby_abi
 %global rb_ruby_suffix %rb_default_ruby_suffix

++ testsuite.sh ++
--- /var/tmp/diff_new_pack.PYhiJh/_old  2022-07-04 13:38:17.152575041 +0200
+++ /var/tmp/diff_new_pack.PYhiJh/_new  2022-07-04 13:38:17.152575041 +0200
@@ -7,21 +7,21 @@
 vagrant destroy -f || true
 popd
 
-fusermount -uz /tmp/reverse_mount_etc || true
+fusermount -uz /tmp/reverse_mount_etc_uid_gid || true
 
 vagrant destroy -f || true
 
-rmdir /tmp/reverse_mount_etc
+rmdir /tmp/reverse_mount_etc_uid_gid/
 rm -rf .vagrant "${OTHER_MACHINE_DIR}"
 }
 
 trap cleanup EXIT
 
-mkdir /tmp/reverse_mount_etc 2>/dev/null
+mkdir /tmp/reverse_mount_etc_uid_gid 2>/dev/null
 if [ $? -ne 0 ]; then
-OWNER=$(stat -c '%U' /tmp/reverse_mount_etc)
+OWNER=$(stat -c '%U' /tmp/reverse_mount_etc_uid_gid)
 if [ "$OWNER" != "$USER" ]; then
-echo "/tmp/reverse_mount_etc already exists and is owned by a 
different user. refusing to continue" 1>&2
+echo "/tmp/reverse_mount_etc_uid_gid already exists and is owned by a 
different user. refusing to continue" 1>&2
 exit 1
 fi
 fi
@@ -47,7 +47,7 @@
 
 FORWARD_MACHINE_ID=$(vagrant ssh -- cat 
/tmp/forward_normal_mount_etc/machine-id)
 
-REVERSE_MACHINE_ID=$(cat /tmp/reverse_mount_etc/machine-id)
+REVERSE_MACHINE_ID=$(cat /tmp/reverse_mount_etc_uid_gid/machine-id)
 
 vagrant destroy -f
 


commit lua54 for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua54 for openSUSE:Factory checked 
in at 2022-07-04 13:38:12

Comparing /work/SRC/openSUSE:Factory/lua54 (Old)
 and  /work/SRC/openSUSE:Factory/.lua54.new.1548 (New)


Package is "lua54"

Mon Jul  4 13:38:12 2022 rev:19 rq:986624 version:5.4.4

Changes:

--- /work/SRC/openSUSE:Factory/lua54/lua54.changes  2022-06-25 
10:24:26.858689638 +0200
+++ /work/SRC/openSUSE:Factory/.lua54.new.1548/lua54.changes2022-07-04 
13:38:13.968570697 +0200
@@ -6 +6 @@
-  * luabugs4.patch
+  * luabugs4.patch (bsc#1201146, CVE-2022-33099)



Other differences:
--


commit 000product for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2022-07-04 13:36:00

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


Package is "000product"

Mon Jul  4 13:36:00 2022 rev:3270 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.15KqWh/_old  2022-07-04 13:36:04.368383832 +0200
+++ /var/tmp/diff_new_pack.15KqWh/_new  2022-07-04 13:36:04.372383840 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220703
+  20220704
   11
-  cpe:/o:opensuse:microos:20220703,openSUSE 
MicroOS
+  cpe:/o:opensuse:microos:20220704,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220703/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220704/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.15KqWh/_old  2022-07-04 13:36:04.396383885 +0200
+++ /var/tmp/diff_new_pack.15KqWh/_new  2022-07-04 13:36:04.400383892 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20220703
+  20220704
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20220703,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20220704,openSUSE NonOSS 
Addon
   af ar be_BY bg br ca cy el et ga gl gu_IN he 
hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu 

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

++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.15KqWh/_old  2022-07-04 13:36:04.416383922 +0200
+++ /var/tmp/diff_new_pack.15KqWh/_new  2022-07-04 13:36:04.416383922 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20220703
+  20220704
   11
-  cpe:/o:opensuse:opensuse:20220703,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220704,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220703/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220704/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.15KqWh/_old  2022-07-04 13:36:04.436383959 +0200
+++ /var/tmp/diff_new_pack.15KqWh/_new  2022-07-04 13:36:04.436383959 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220703
+  20220704
   11
-  cpe:/o:opensuse:opensuse:20220703,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220704,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220703/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220704/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.15KqWh/_old  2022-07-04 13:36:04.456383996 +0200
+++ /var/tmp/diff_new_pack.15KqWh/_new  2022-07-04 13:36:04.456383996 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20220703
+  20220704
   11
-  cpe:/o:opensuse:opensuse:20220703,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220704,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220703/i586
+  obsproduct://build.opensuse.org/openSU

commit 000release-packages for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2022-07-04 13:35:55

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


Package is "000release-packages"

Mon Jul  4 13:35:55 2022 rev:1703 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-Addon-NonOss-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.B8grw3/_old  2022-07-04 13:35:58.012372002 +0200
+++ /var/tmp/diff_new_pack.B8grw3/_new  2022-07-04 13:35:58.020372017 +0200
@@ -21098,7 +21098,6 @@
 Provides: weakremover(python3-pip-run)
 Provides: weakremover(python3-pipenv)
 Provides: weakremover(python3-piston-mini-client)
-Provides: weakremover(python3-podman-compose)
 Provides: weakremover(python3-posix_ipc)
 Provides: weakremover(python3-postorius)
 Provides: weakremover(python3-prewikka)
@@ -24508,7 +24507,6 @@
 Provides: weakremover(python38-fedmsg)
 Provides: weakremover(python38-fedmsg-tests)
 Provides: weakremover(python38-flufl.bounce)
-Provides: weakremover(python38-flufl.i18n)
 Provides: weakremover(python38-fritzconnection)
 Provides: weakremover(python38-fysom)
 Provides: weakremover(python38-google-filesystem)
@@ -24661,7 +24659,6 @@
 Provides: weakremover(python39-django-q)
 Provides: weakremover(python39-django-threadedcomments)
 Provides: weakremover(python39-flufl.bounce)
-Provides: weakremover(python39-flufl.i18n)
 Provides: weakremover(python39-fysom)
 Provides: weakremover(python39-gi-docgen)
 Provides: weakremover(python39-google-filesystem)


commit sushi for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sushi for openSUSE:Factory checked 
in at 2022-07-04 11:49:04

Comparing /work/SRC/openSUSE:Factory/sushi (Old)
 and  /work/SRC/openSUSE:Factory/.sushi.new.1548 (New)


Package is "sushi"

Mon Jul  4 11:49:04 2022 rev:52 rq:986575 version:42.0

Changes:

--- /work/SRC/openSUSE:Factory/sushi/sushi.changes  2022-04-08 
22:46:40.310504424 +0200
+++ /work/SRC/openSUSE:Factory/.sushi.new.1548/sushi.changes2022-07-04 
11:49:11.341210772 +0200
@@ -1,0 +2,10 @@
+Fri Jul  1 19:45:50 UTC 2022 - Bj??rn Lie 
+
+- Update to version 42.0:
+  + Enable web process (webkit) sandbox.
+  + Use EvinceView.JobLoadGFile for loading documents.
+  + Check for mimeTypes when populating list of viewers.
+  + Allow right-clicks to show context menu for GtkSourceView.
+  + Updated translations.
+
+---

Old:

  sushi-41.2.tar.xz

New:

  sushi-42.0.tar.xz



Other differences:
--
++ sushi.spec ++
--- /var/tmp/diff_new_pack.bu169J/_old  2022-07-04 11:49:11.753211370 +0200
+++ /var/tmp/diff_new_pack.bu169J/_new  2022-07-04 11:49:11.757211376 +0200
@@ -19,13 +19,13 @@
 %global __requires_exclude typelib\\(LOKDocView\\)
 
 Name:   sushi
-Version:41.2
+Version:42.0
 Release:0
 Summary:Quick Previewer for Nautilus
 License:SUSE-GPL-2.0-with-plugin-exception
 Group:  Productivity/File utilities
 URL:https://www.gnome.org
-Source0:
https://download.gnome.org/sources/sushi/41/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/sushi/42/%{name}-%{version}.tar.xz
 Source99:   sushi-rpmlintrc
 
 BuildRequires:  meson

++ sushi-41.2.tar.xz -> sushi-42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-41.2/NEWS new/sushi-42.0/NEWS
--- old/sushi-41.2/NEWS 2022-04-05 15:16:58.0 +0200
+++ new/sushi-42.0/NEWS 2022-07-01 10:37:14.0 +0200
@@ -1,12 +1,11 @@
-41.2
+42.0
 
 
-- Enable web process sandbox (webkitgtk)
-
-41.1
-
-
-- Enable web process (webkitgtk) sandbox
+- Enable web process (webkit) sandbox
+- Use EvinceView.JobLoadGFile for loading documents
+- Check for mimeTypes when populating list of viewers
+- Allow right-clicks to show context menu for GtkSourceView
+- Translation updates
 
 41.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sushi-41.2/data/org.gnome.NautilusPreviewer.appdata.xml.in 
new/sushi-42.0/data/org.gnome.NautilusPreviewer.appdata.xml.in
--- old/sushi-41.2/data/org.gnome.NautilusPreviewer.appdata.xml.in  
2022-04-05 15:16:58.0 +0200
+++ new/sushi-42.0/data/org.gnome.NautilusPreviewer.appdata.xml.in  
2022-07-01 10:37:14.0 +0200
@@ -22,9 +22,9 @@
 preview
   
   
-
+
   
-Sushi 41.2 is the latest stable version of GNOME Sushi, and it 
contains all
+Sushi 42.0 is the latest stable version of GNOME Sushi, and it 
contains all
 features and bugfixes introduced since our last release.
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-41.2/meson.build new/sushi-42.0/meson.build
--- old/sushi-41.2/meson.build  2022-04-05 15:16:58.0 +0200
+++ new/sushi-42.0/meson.build  2022-07-01 10:37:14.0 +0200
@@ -1,7 +1,7 @@
 project(
   'sushi',
   'c',
-  version: '41.2',
+  version: '42.0',
   meson_version: '>=0.47.0'
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-41.2/po/LINGUAS new/sushi-42.0/po/LINGUAS
--- old/sushi-41.2/po/LINGUAS   2022-04-05 15:16:58.0 +0200
+++ new/sushi-42.0/po/LINGUAS   2022-07-01 10:37:14.0 +0200
@@ -36,6 +36,7 @@
 is
 it
 ja
+ka
 kk
 kn
 ko
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-41.2/po/ka.po new/sushi-42.0/po/ka.po
--- old/sushi-41.2/po/ka.po 1970-01-01 01:00:00.0 +0100
+++ new/sushi-42.0/po/ka.po 2022-07-01 10:37:14.0 +0200
@@ -0,0 +1,88 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/sushi/issues\n;
+"POT-Creation-Date: 2022-05-06 10:02+\n"
+"PO-Revision-Date: 2022-06-30 15:15+0200\n"
+"Last-Translator: Temuri Doghonadze \n"
+"Language-Team: \n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: 

commit gnome-remote-desktop for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-remote-desktop for 
openSUSE:Factory checked in at 2022-07-04 11:49:05

Comparing /work/SRC/openSUSE:Factory/gnome-remote-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-remote-desktop.new.1548 (New)


Package is "gnome-remote-desktop"

Mon Jul  4 11:49:05 2022 rev:11 rq:986583 version:42.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-remote-desktop/gnome-remote-desktop.changes
2022-05-31 15:48:51.320046899 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-remote-desktop.new.1548/gnome-remote-desktop.changes
  2022-07-04 11:49:12.097211869 +0200
@@ -1,0 +2,10 @@
+Sun Jul 03 18:16:17 UTC 2022 - bjorn@gmail.com
+
+- Update to version 42.3:
+  + egl-thread: Release EGL context before destroying it.
+  + rdp-graphics-pipeline: Fix uninitialized caps mutex.
+  + session-rdp: Use trivial boolean value for condition in
+graphics thread.
+  + rdp/nw-auto: Turn assertion into normal conditional statement.
+
+---

Old:

  gnome-remote-desktop-42.2.obscpio

New:

  gnome-remote-desktop-42.3.obscpio



Other differences:
--
++ gnome-remote-desktop.spec ++
--- /var/tmp/diff_new_pack.Bxir3i/_old  2022-07-04 11:49:12.509212467 +0200
+++ /var/tmp/diff_new_pack.Bxir3i/_new  2022-07-04 11:49:12.513212473 +0200
@@ -21,7 +21,7 @@
 %define freerdp_version 2.2.0
 
 Name:   gnome-remote-desktop
-Version:42.2
+Version:42.3
 Release:0
 Summary:GNOME Remote Desktop screen sharing service
 License:GPL-2.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.Bxir3i/_old  2022-07-04 11:49:12.541212513 +0200
+++ /var/tmp/diff_new_pack.Bxir3i/_new  2022-07-04 11:49:12.545212519 +0200
@@ -2,7 +2,7 @@
   
 https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git
 git
-refs/tags/42.2
+refs/tags/42.3
 @PARENT_TAG@
 enable
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.Bxir3i/_old  2022-07-04 11:49:12.561212542 +0200
+++ /var/tmp/diff_new_pack.Bxir3i/_new  2022-07-04 11:49:12.565212548 +0200
@@ -1,6 +1,6 @@
 
 
 https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git
-  a5a962b923bf88d64793b43e0f3915e0eaa8acbe
+  73b9f00b31bc462de42e94054121052a106df521
 (No newline at EOF)
 

++ gnome-remote-desktop-42.2.obscpio -> gnome-remote-desktop-42.3.obscpio 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-remote-desktop-42.2/meson.build 
new/gnome-remote-desktop-42.3/meson.build
--- old/gnome-remote-desktop-42.2/meson.build   2022-05-29 18:27:40.0 
+0200
+++ new/gnome-remote-desktop-42.3/meson.build   2022-07-03 16:13:18.0 
+0200
@@ -1,5 +1,5 @@
 project('gnome-remote-desktop', 'c',
-version: '42.2',
+version: '42.3',
 meson_version: '>= 0.47.0',
 default_options: ['warning_level=1',
   'buildtype=debugoptimized'])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-remote-desktop-42.2/src/grd-egl-thread.c 
new/gnome-remote-desktop-42.3/src/grd-egl-thread.c
--- old/gnome-remote-desktop-42.2/src/grd-egl-thread.c  2022-05-29 
18:27:40.0 +0200
+++ new/gnome-remote-desktop-42.3/src/grd-egl-thread.c  2022-07-03 
16:13:18.0 +0200
@@ -540,6 +540,8 @@
 }
   g_async_queue_unref (egl_thread->task_queue);
 
+  eglMakeCurrent (egl_thread->impl.egl_display,
+  EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
   eglDestroyContext (egl_thread->impl.egl_display,
  egl_thread->impl.egl_context);
   eglTerminate (egl_thread->impl.egl_display);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-remote-desktop-42.2/src/grd-rdp-graphics-pipeline.c 
new/gnome-remote-desktop-42.3/src/grd-rdp-graphics-pipeline.c
--- old/gnome-remote-desktop-42.2/src/grd-rdp-graphics-pipeline.c   
2022-05-29 18:27:40.0 +0200
+++ new/gnome-remote-desktop-42.3/src/grd-rdp-graphics-pipeline.c   
2022-07-03 16:13:18.0 +0200
@@ -1554,6 +1554,7 @@
   GrdRdpGraphicsPipeline *graphics_pipeline = GRD_RDP_GRAPHICS_PIPELINE 
(object);
 
   g_mutex_clear (_pipeline->gfx_mutex);
+  g_mutex_clear (_pipeline->caps_mutex);
 
   G_OBJECT_CLASS (grd_rdp_graphics_pipeline_parent_class)->finalize (object);
 }
@@ -1728,6 +1729,7 @@
   graphics_pipeline->encoded_frames = g_queue_new ();
   graphics_pipeline->enc_times = g_queue_new ();
 
+  g_mutex_init (_pipeline->caps_mutex);
   g_mutex_init (_pipeline->gfx_mutex);
 
   

commit cherrytree for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cherrytree for openSUSE:Factory 
checked in at 2022-07-04 11:49:01

Comparing /work/SRC/openSUSE:Factory/cherrytree (Old)
 and  /work/SRC/openSUSE:Factory/.cherrytree.new.1548 (New)


Package is "cherrytree"

Mon Jul  4 11:49:01 2022 rev:21 rq:986588 version:0.99.48

Changes:

--- /work/SRC/openSUSE:Factory/cherrytree/cherrytree.changes2022-04-22 
21:55:26.522887204 +0200
+++ /work/SRC/openSUSE:Factory/.cherrytree.new.1548/cherrytree.changes  
2022-07-04 11:49:09.765208487 +0200
@@ -1,0 +2,29 @@
+Wed Jun 29 23:50:37 UTC 2022 - malcolmle...@opensuse.org
+
+- Update to version 0.99.48:
+  * Added support for right to left languages in export to html and
+pdf (gh#giuspen/cherrytree#2044, gh#giuspen/cherrytree#1668
+and gh#giuspen/cherrytree# #698).
+  * In order to support the right to left languages in export to
+html, the resulting html text lines are no longer LINE but
+LINE.
+  * Fixed in export to pdf the link to node+anchor with non ascii
+anchor name.
+  * Improved detection of missing executables required for
+rendering LatexBoxes. These dependencies are no longer
+mandatory (gh#giuspen/cherrytree#2033).
+  * Added help to the user to show again a hidden menubar
+(gh#giuspen/cherrytree#1927 and gh#giuspen/cherrytree#2054).
+  * Pressing Tab on the very latest table cell now adds a new table
+line and moves to its first cell.
+  * Fixed issue with relative links to files and folders and
+documents moved between linux and windows.
+  * In export to html and txt multiple files, now appending the
+node id to the file names to support multiple nodes with the
+same name.
+  * Added syntax highlight support for solidity
+(gh#giuspen/cherrytree#2030).
+  * After issues with the domain giuspen.com, the domain changed to
+giuspen.net and giuspen.com will eventually go.
+
+---

Old:

  cherrytree-0.99.47+2.obscpio

New:

  cherrytree-0.99.48.obscpio



Other differences:
--
++ cherrytree.spec ++
--- /var/tmp/diff_new_pack.P6JuYx/_old  2022-07-04 11:49:11.065210372 +0200
+++ /var/tmp/diff_new_pack.P6JuYx/_new  2022-07-04 11:49:11.069210378 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cherrytree
-Version:0.99.47+2
+Version:0.99.48
 Release:0
 Summary:A hierarchical note taking application
 License:GPL-3.0-or-later AND LGPL-2.1-only
@@ -70,7 +70,7 @@
 %doc changelog.txt
 %{_bindir}/cherrytree
 %dir %{_datadir}/metainfo
-%{_datadir}/metainfo/com.giuspen.cherrytree.metainfo.xml
+%{_datadir}/metainfo/net.giuspen.cherrytree.metainfo.xml
 %{_datadir}/applications/cherrytree.desktop
 %{_datadir}/cherrytree/
 %{_datadir}/icons/hicolor/scalable/apps/cherrytree.svg

++ _servicedata ++
--- /var/tmp/diff_new_pack.P6JuYx/_old  2022-07-04 11:49:11.105210430 +0200
+++ /var/tmp/diff_new_pack.P6JuYx/_new  2022-07-04 11:49:11.109210436 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/giuspen/cherrytree.git
-  5dc7a5fd8d86ac083b1da8ee1acee9209f1c9155
+  35a79c408065241a4d8f5a370bead37465d31ad5
 (No newline at EOF)
 

++ cherrytree-0.99.47+2.obscpio -> cherrytree-0.99.48.obscpio ++
/work/SRC/openSUSE:Factory/cherrytree/cherrytree-0.99.47+2.obscpio 
/work/SRC/openSUSE:Factory/.cherrytree.new.1548/cherrytree-0.99.48.obscpio 
differ: char 49, line 1

++ cherrytree.obsinfo ++
--- /var/tmp/diff_new_pack.P6JuYx/_old  2022-07-04 11:49:11.149210494 +0200
+++ /var/tmp/diff_new_pack.P6JuYx/_new  2022-07-04 11:49:11.153210499 +0200
@@ -1,5 +1,5 @@
 name: cherrytree
-version: 0.99.47+2
-mtime: 1650406486
-commit: 5dc7a5fd8d86ac083b1da8ee1acee9209f1c9155
+version: 0.99.48
+mtime: 1656452646
+commit: 35a79c408065241a4d8f5a370bead37465d31ad5
 


commit 00Meta for openSUSE:Leap:15.3:Images

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.3:Images 
checked in at 2022-07-04 11:46:05

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


Package is "00Meta"

Mon Jul  4 11:46:05 2022 rev:365 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.7Di2wg/_old  2022-07-04 11:46:06.564953381 +0200
+++ /var/tmp/diff_new_pack.7Di2wg/_new  2022-07-04 11:46:06.568953385 +0200
@@ -1,3 +1,3 @@
-9.544
+9.545
 (No newline at EOF)
 


commit 000release-packages for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2022-07-04 11:43:14

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


Package is "000release-packages"

Mon Jul  4 11:43:14 2022 rev:1702 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.ByvQHe/_old  2022-07-04 11:43:16.704774500 +0200
+++ /var/tmp/diff_new_pack.ByvQHe/_new  2022-07-04 11:43:16.708774503 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   MicroOS-release
-Version:20220703
+Version:    20220704
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -176,9 +176,9 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = MicroOS
-Provides:   product(MicroOS) = 20220703-0
+Provides:   product(MicroOS) = 20220704-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20220703
+Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20220704
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(MicroOS)
@@ -194,7 +194,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(MicroOS) = 20220703-0
+Provides:   product_flavor(MicroOS) = 20220704-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -210,7 +210,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(MicroOS) = 20220703-0
+Provides:   product_flavor(MicroOS) = 20220704-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -267,11 +267,11 @@
 
   openSUSE
   MicroOS
-  20220703
+  20220704
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:microos:20220703
+  cpe:/o:opensuse:microos:20220704
   MicroOS
   
 

++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.ByvQHe/_old  2022-07-04 11:43:16.728774525 +0200
+++ /var/tmp/diff_new_pack.ByvQHe/_new  2022-07-04 11:43:16.732774528 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20220703)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20220704)
 #
 # Copyright (c) 2022 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20220703
+Version:    20220704
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20220703-0
+Provides:   product(openSUSE-Addon-NonOss) = 20220704-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20220703
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20220704
 
 
 AutoReqProv:on
@@ -48,10 +48,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20220703
+  20220704
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20220703
+  cpe:/o:opensuse:opensuse-addon-nonoss:20220704
   
 
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.ByvQHe/_old  2022-07-04 11:43:16.748774545 +0200
+++ /var/tmp/diff_new_pack.ByvQHe/_new  2022-07-04 11:43:16.752774550 +0200
@@ -20,7 +20,7 @@
 #define betaversion %{nil}
 %define codename Tumbleweed
 Name:   openSUSE-release
-Version:20220703
+Version:    20220704
 Release:0
 # 0 is the product release, not the build release of this package
 Summary:openSUSE Tumbleweed
@@ -178,7 +178,7 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = openSUSE
-Provides:   product(openSUSE) = 20220703-0
+Provides:   product(openSUSE) = 20220704-0
 %ifarch x86_64
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
 %endif
@@ -192,7 +192,7 @@
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Daarch64
 %endif
 Provides:   product-label() = openSUSE
-Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%

commit treefetch for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package treefetch for openSUSE:Factory 
checked in at 2022-07-04 11:32:59

Comparing /work/SRC/openSUSE:Factory/treefetch (Old)
 and  /work/SRC/openSUSE:Factory/.treefetch.new.1548 (New)


Package is "treefetch"

Mon Jul  4 11:32:59 2022 rev:4 rq:986565 version:2.0.0~git0.5b3eac1

Changes:

--- /work/SRC/openSUSE:Factory/treefetch/treefetch.changes  2022-03-14 
19:37:24.094150496 +0100
+++ /work/SRC/openSUSE:Factory/.treefetch.new.1548/treefetch.changes
2022-07-04 11:33:07.656047534 +0200
@@ -1,0 +2,15 @@
+Mon Jun 20 03:24:45 UTC 2022 - William Brown 
+
+- Automatic update of vendored dependencies
+
+---
+Tue May 24 06:38:14 UTC 2022 - William Brown 
+
+- Automatic update of vendored dependencies
+
+---
+Tue Apr  5 05:31:41 UTC 2022 - William Brown 
+
+- Automatic update of vendored dependencies
+
+---



Other differences:
--
++ vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cargo.lock new/Cargo.lock
--- old/Cargo.lock  2022-03-14 07:37:37.315525500 +0100
+++ new/Cargo.lock  2022-06-20 04:50:56.475775000 +0200
@@ -13,15 +13,15 @@
 
 [[package]]
 name = "memchr"
-version = "2.4.1"
+version = "2.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
+checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
 
 [[package]]
 name = "regex"
-version = "1.5.5"
+version = "1.5.6"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
+checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
 dependencies = [
  "aho-corasick",
  "memchr",
@@ -30,9 +30,9 @@
 
 [[package]]
 name = "regex-syntax"
-version = "0.6.25"
+version = "0.6.26"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
+checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
 
 [[package]]
 name = "treefetch"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/memchr/.cargo-checksum.json 
new/vendor/memchr/.cargo-checksum.json
--- old/vendor/memchr/.cargo-checksum.json  2022-03-14 07:37:37.371525300 
+0100
+++ new/vendor/memchr/.cargo-checksum.json  2022-06-20 04:50:56.607774700 
+0200
@@ -1 +1 @@
-{"files":{"COPYING":"01c266bced4a434da0051174d6bee16a4c82cf634e2679b6155d40d75012390f","Cargo.toml":"79d36439427134dd97c1a648579acb179dc594f960ab31abd0f447fdea4e7886","LICENSE-MIT":"0f96a83840e146e43c0ec96a22ec1f392e0680e6c1226e6f3ba87e0740af850f","README.md":"8e0a803533f359a91e0cedb0e664b4d880d5e571543eed2b5dd84555cf0f","UNLICENSE":"7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c","build.rs":"740225b5280e53e8d73971c6ccc55152d6af32e94132bc6980fdc0eb1fb3ab48","rustfmt.toml":"1ca600239a27401c4a43f363cf3f38183a212affc1f31bff3ae93234bbaec228","scripts/make-byte-frequency-table":"21d1ded41fe5a780507bb88e1910d471b4081cc626a48891a408712e45b7b2bf","src/cow.rs":"a23c3b009e5215b5c3ac46627a5dd844235bef0136d76b3fc1eeeb744565c125","src/lib.rs":"9430cd37b13399df8f8c27a752ccdf6422a563e24171d1b4802424f9193a8f37","src/memchr/c.rs":"34f7caf79316f4b03908832fdbd4aff367f2bc30eae291478cc5a0a108ce6e76","src/memchr/fallback.rs":"48764f18b7ff1f00a9ac1c4ed8ec96ad11f7b09b2d062a8ed3fe81160
 

commit perl-Image-ExifTool for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2022-07-04 11:32:58

Comparing /work/SRC/openSUSE:Factory/perl-Image-ExifTool (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.1548 (New)


Package is "perl-Image-ExifTool"

Mon Jul  4 11:32:58 2022 rev:44 rq:986550 version:12.42

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes  
2022-04-30 22:53:13.124279526 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.1548/perl-Image-ExifTool.changes
2022-07-04 11:33:06.412045531 +0200
@@ -1,0 +2,19 @@
+Mon Jul  4 07:12:23 UTC 2022 - Paolo Stivanin 
+
+- Update to version 12.42:
+  * Added support for reading maker notes from Panasonic DC-GH6 videos
+  * Added conversion for Samsung MCCData
+  * Added a new Nikon LensID (thanks Chris)
+  * Added a few new Canon LensType values
+  * Added a couple of new Olympus StackedImage values (thanks Eberhard)
+  * Added a few new values for some Nikon Settings tags (thanks Warren Hatch)
+  * Added a "lang:" element to the -json output for alternate language tags 
when -D, -H or -t is used
+  * Update DNG writer to not issue an error when writing DNG 1.6 files
+  * Decode information from DJI "ae_dbg_info" maker notes
+  * Decode Olympus AISubjectTrackingMode
+  * Changed ExifTool FileSize print conversion to use kB/MB/GB units instead 
of KiB/MiB/GiB
+  * Changed "is not shiftable" warning to appear in -v (instead of just -v3) 
output
+  * Patched to allow PDF Encrypt object to be "null"
+  * Fixed bug reading ICC_Profile 'meta' tags
+
+---

Old:

  Image-ExifTool-12.41.tar.gz

New:

  Image-ExifTool-12.42.tar.gz



Other differences:
--
++ perl-Image-ExifTool.spec ++
--- /var/tmp/diff_new_pack.VKjW6z/_old  2022-07-04 11:33:06.864046259 +0200
+++ /var/tmp/diff_new_pack.VKjW6z/_new  2022-07-04 11:33:06.872046272 +0200
@@ -19,7 +19,7 @@
 %define cpan_name Image-ExifTool
 
 Name:   perl-Image-ExifTool
-Version:12.41
+Version:12.42
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Read and write meta information

++ Image-ExifTool-12.41.tar.gz -> Image-ExifTool-12.42.tar.gz ++
 5572 lines of diff (skipped)


commit alkimia for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package alkimia for openSUSE:Factory checked 
in at 2022-07-04 11:32:57

Comparing /work/SRC/openSUSE:Factory/alkimia (Old)
 and  /work/SRC/openSUSE:Factory/.alkimia.new.1548 (New)


Package is "alkimia"

Mon Jul  4 11:32:57 2022 rev:9 rq:986551 version:8.1.1

Changes:

--- /work/SRC/openSUSE:Factory/alkimia/alkimia.changes  2021-04-29 
01:39:55.150707515 +0200
+++ /work/SRC/openSUSE:Factory/.alkimia.new.1548/alkimia.changes
2022-07-04 11:33:05.584044198 +0200
@@ -1,0 +2,7 @@
+Mon Jul  4 07:05:37 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 8.1.1. No changelog.
+- Drop patch, fixed upstream:
+  * 0001-Add-missing-QUrl-include-with-DBUILD_WITH_WEBENGINE.patch
+
+---

Old:

  0001-Add-missing-QUrl-include-with-DBUILD_WITH_WEBENGINE.patch
  alkimia-8.1.0.tar.xz
  alkimia-8.1.0.tar.xz.sig

New:

  alkimia-8.1.1.tar.xz
  alkimia-8.1.1.tar.xz.sig
  alkimia.keyring



Other differences:
--
++ alkimia.spec ++
--- /var/tmp/diff_new_pack.91x5AN/_old  2022-07-04 11:33:06.048044945 +0200
+++ /var/tmp/diff_new_pack.91x5AN/_new  2022-07-04 11:33:06.052044952 +0200
@@ -19,7 +19,7 @@
 %define sonum 8
 %bcond_without lang
 Name:   alkimia
-Version:8.1.0
+Version:8.1.1
 Release:0
 Summary:Library with common classes and functionality used by finance 
applications
 License:LGPL-2.1-or-later
@@ -27,8 +27,7 @@
 URL:https://kmymoney.org/
 Source0:
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig
-# PATCH-FIX-UPSTREAM fix took from upstream GIT
-Patch0: 0001-Add-missing-QUrl-include-with-DBUILD_WITH_WEBENGINE.patch
+Source2:alkimia.keyring
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gmp-devel
@@ -93,15 +92,16 @@
 
 %files
 %license COPYING.LIB
+%dir %{_kf5_qmldir}/org/
+%dir %{_kf5_qmldir}/org/kde
+%dir %{_kf5_qmldir}/org/kde/alkimia
 %{_kf5_applicationsdir}/org.kde.onlinequoteseditor5.desktop
+%{_kf5_appstreamdir}/org.kde.onlinequoteseditor5.appdata.xml
 %{_kf5_bindir}/onlinequoteseditor5
 %{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor5.*
 %{_kf5_knsrcfilesdir}/alkimia-quotes.knsrc
 %{_kf5_knsrcfilesdir}/kmymoney-quotes.knsrc
 %{_kf5_knsrcfilesdir}/skrooge-quotes.knsrc
-%dir %{_kf5_qmldir}/org/
-%dir %{_kf5_qmldir}/org/kde
-%dir %{_kf5_qmldir}/org/kde/alkimia
 %{_kf5_qmldir}/org/kde/alkimia/libqmlalkimia.so
 %{_kf5_qmldir}/org/kde/alkimia/qmldir
 %{_kf5_sharedir}/alkimia5/

++ alkimia-8.1.0.tar.xz -> alkimia-8.1.1.tar.xz ++
 24449 lines of diff (skipped)


commit rustup for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rustup for openSUSE:Factory checked 
in at 2022-07-04 11:32:54

Comparing /work/SRC/openSUSE:Factory/rustup (Old)
 and  /work/SRC/openSUSE:Factory/.rustup.new.1548 (New)


Package is "rustup"

Mon Jul  4 11:32:54 2022 rev:8 rq:986516 version:1.24.3~0

Changes:

--- /work/SRC/openSUSE:Factory/rustup/rustup.changes2022-04-20 
16:57:30.118632685 +0200
+++ /work/SRC/openSUSE:Factory/.rustup.new.1548/rustup.changes  2022-07-04 
11:33:02.612039412 +0200
@@ -1,0 +2,5 @@
+Mon Jun 20 03:33:05 UTC 2022 - William Brown 
+
+- Automatic update of vendored dependencies
+
+---



Other differences:
--
++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/rustup/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.rustup.new.1548/vendor.tar.xz differ: char 27, line 
1


commit roundcubemail for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2022-07-04 11:32:53

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.1548 (New)


Package is "roundcubemail"

Mon Jul  4 11:32:53 2022 rev:75 rq:986510 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2022-01-08 23:24:02.566252387 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1548/roundcubemail.changes
2022-07-04 11:33:01.560037718 +0200
@@ -1,0 +2,21 @@
+Sun Jun 26 21:55:20 UTC 2022 - Michael Str??der 
+
+- update to 1.5.3
+  * Enigma: Fix initial synchronization of private keys
+  * Enigma: Fix double quoted-printable encoding of pgp-signed messages with 
no attachments (#8413)
+  * Fix various PHP8 warnings (#8392)
+  * Fix mail headers injection via the subject field on mail compose (#8404)
+  * Fix bug where small message/rfc822 parts could not be decoded (#8408)
+  * Fix setting HTML mode on reply/forward of a signed message (#8405)
+  * Fix handling of RFC2231-encoded attachment names inside of a 
message/rfc822 part (#8418)
+  * Fix bug where some mail parts (images) could have not be listed as 
attachments (#8425)
+  * Fix bug where attachment icons were stuck at the top of the messages list 
in Safari (#8433)
+  * Fix handling of message/rfc822 parts that are small and are multipart 
structures with a single part (#8458)
+  * Fix bug where session could time out if DB and PHP timezone were different 
(#8303)
+  * Fix bug where DSN flag state wasn't stored with a draft (#8371)
+  * Fix broken encoding of HTML content encapsulated in a RTF attachment 
(#8444)
+  * Fix problem with aria-hidden=true on toolbar menus in the Elastic skin 
(#8517)
+  * Fix bug where title tag content was displayed in the body if it contained 
HTML tags (#8540)
+  * Fix support for DSN specification without host e.g. pgsql:///dbname (#8558)
+
+---

Old:

  roundcubemail-1.5.2-complete.tar.gz
  roundcubemail-1.5.2-complete.tar.gz.asc

New:

  roundcubemail-1.5.3-complete.tar.gz
  roundcubemail-1.5.3-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.NYse7k/_old  2022-07-04 11:33:02.320038942 +0200
+++ /var/tmp/diff_new_pack.NYse7k/_new  2022-07-04 11:33:02.336038968 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package roundcubemail
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 
 Name:   roundcubemail
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later
@@ -129,6 +129,8 @@
 # extract roundcube-framework
 install -d -m 0755 %{buildroot}/%{_datadir}/php
 mv program/lib/Roundcube %{buildroot}%{_datadir}/php/Roundcube
+# fix path to the roundcube-framework via symlink
+ln -s %{_datadir}/php/Roundcube program/lib/Roundcube
 
 # install roundcubemail
 install -d -m 0755 %{buildroot}/%{roundcubepath}

++ roundcubemail-1.5.2-complete.tar.gz -> 
roundcubemail-1.5.3-complete.tar.gz ++
/work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.5.2-complete.tar.gz 
/work/SRC/openSUSE:Factory/.roundcubemail.new.1548/roundcubemail-1.5.3-complete.tar.gz
 differ: char 5, line 1


commit unique-factory for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unique-factory for openSUSE:Factory 
checked in at 2022-07-04 11:32:56

Comparing /work/SRC/openSUSE:Factory/unique-factory (Old)
 and  /work/SRC/openSUSE:Factory/.unique-factory.new.1548 (New)


Package is "unique-factory"

Mon Jul  4 11:32:56 2022 rev:2 rq:986545 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/unique-factory/unique-factory.changes
2021-06-27 19:00:40.424401530 +0200
+++ /work/SRC/openSUSE:Factory/.unique-factory.new.1548/unique-factory.changes  
2022-07-04 11:33:04.900043096 +0200
@@ -1,0 +2,7 @@
+Sun Jul  3 22:35:10 UTC 2022 - Jan Engelhardt 
+
+- Update to release 0.2.1
+  * Fixed cache inconsistency when factory function create()
+throws an exception.
+
+---

Old:

  _service
  unique-factory-0~git12.tar.xz

New:

  unique-factory-0.2.1.tar.gz



Other differences:
--
++ unique-factory.spec ++
--- /var/tmp/diff_new_pack.kvOhZ7/_old  2022-07-04 11:33:05.372043856 +0200
+++ /var/tmp/diff_new_pack.kvOhZ7/_new  2022-07-04 11:33:05.380043869 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unique-factory
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
 
 
 Name:   unique-factory
-Version:0~git12
+Version:0.2.1
 Release:0
 Summary:Header-only C++ UniqueFactory
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 URL:https://github.com/flatsurf/unique-factory
-Source: %name-%version.tar.xz
+Source: 
https://github.com/flatsurf/unique-factory/releases/download/%version/%name-%version.tar.gz
 BuildRequires:  autoconf-archive
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  xz
 
 %description
 Header-only C++ UniqueFactory
@@ -44,7 +43,7 @@
 
 %build
 autoreconf -fi
-%configure --disable-static --without-googletest
+%configure --disable-static --without-googletest --without-benchmark
 %make_build
 
 %install


commit sccache for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sccache for openSUSE:Factory checked 
in at 2022-07-04 11:32:55

Comparing /work/SRC/openSUSE:Factory/sccache (Old)
 and  /work/SRC/openSUSE:Factory/.sccache.new.1548 (New)


Package is "sccache"

Mon Jul  4 11:32:55 2022 rev:20 rq:986517 version:0.3.0~git4.a372a20

Changes:

--- /work/SRC/openSUSE:Factory/sccache/sccache.changes  2022-05-31 
15:48:53.280048201 +0200
+++ /work/SRC/openSUSE:Factory/.sccache.new.1548/sccache.changes
2022-07-04 11:33:03.852041409 +0200
@@ -1,0 +2,5 @@
+Mon Jun 20 03:22:06 UTC 2022 - William Brown 
+
+- Automatic update of vendored dependencies
+
+---



Other differences:
--
++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/sccache/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.sccache.new.1548/vendor.tar.xz differ: char 27, 
line 1


commit python-systemd for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-systemd for openSUSE:Factory 
checked in at 2022-07-04 11:32:52

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


Package is "python-systemd"

Mon Jul  4 11:32:52 2022 rev:10 rq:986508 version:234

Changes:

--- /work/SRC/openSUSE:Factory/python-systemd/python-systemd.changes
2020-02-06 13:05:51.332258786 +0100
+++ /work/SRC/openSUSE:Factory/.python-systemd.new.1548/python-systemd.changes  
2022-07-04 11:33:00.488035992 +0200
@@ -1,0 +2,14 @@
+Sun Jul  3 21:14:35 UTC 2022 - Matej Cepl 
+
+- Remove exclude-tests-on-obs.patch, this is not the way how to
+  do it, besides %python_exec setup.py check doesn't the test
+  suite.
+- Make tests running properly again
+
+---
+Sun Jul  3 18:00:37 UTC 2022 - Arjen de Korte 
+
+- 0002-reader-make-PY_SSIZE_T_CLEAN.patch added to fix boo#1200686
+  reader: make PY_SSIZE_T_CLEAN
+
+---

Old:

  exclude-tests-on-obs.patch

New:

  0002-reader-make-PY_SSIZE_T_CLEAN.patch



Other differences:
--
++ python-systemd.spec ++
--- /var/tmp/diff_new_pack.LKYAQv/_old  2022-07-04 11:33:00.996036810 +0200
+++ /var/tmp/diff_new_pack.LKYAQv/_new  2022-07-04 11:33:01.36816 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-systemd
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:   python-systemd
 Version:234
 Release:0
@@ -28,8 +27,10 @@
 Source: 
https://github.com/systemd/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE iso-c-90.patch makes the building iso-c-90 compatible to 
allow building on SLE12 SP3
 Patch1: iso-c-90.patch
-# PATCH-FIX-OPENSUSE exclude-tests-on-obs.patch removes a test when running 
tests at OBS. Should be removed as soon as OBS is fixed
-Patch100:   exclude-tests-on-obs.patch
+# PATCH-FIX-UPSTREAM 0002-reader-make-PY_SSIZE_T_CLEAN.patch 
gh#systemd/python-systemd#107 mc...@suse.com
+# Originally from gh#systemd/python-systemd/commit/c71bbac357f0
+# make PY_SSIZE_T_CLEAN
+Patch2: 0002-reader-make-PY_SSIZE_T_CLEAN.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -40,9 +41,7 @@
 Requires:   systemd
 Suggests:   %{name}-doc
 # /SECTION
-%if %{with test}
 BuildRequires:  %{python_module pytest}
-%endif
 %python_subpackages
 
 %description
@@ -53,24 +52,23 @@
 * systemd.login wraps parts of libsystemd used to query logged in users and 
available seats and machines.
 
 %prep
-%setup -q
-%patch1 -p1
-%patch100 -p1
+%autosetup -p1
 
 %build
 %python_build
 
 %install
 %python_install
-%fdupes %{buildroot}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
-%python_exec setup.py check
-%endif
+export PYTEST_ADDOPTS="-k 'not test_reader_this_machine'"
+%python_expand make PYTHON=python%{$python_version} check
 
 %files %{python_files}
-%doc LICENSE.txt README.md
-%{python_sitearch}/*
+%license LICENSE.txt
+%doc README.md
+%{python_sitearch}/systemd
+%{python_sitearch}/systemd_python-%{version}*-info
 
 %changelog

++ 0002-reader-make-PY_SSIZE_T_CLEAN.patch ++
>From ab9f2797127b374665c37c06b02121f5dcf7d61c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
Date: Thu, 12 Nov 2020 16:55:56 +0100
Subject: [PATCH 2/2] reader: make PY_SSIZE_T_CLEAN

---
 systemd/_reader.c |   15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

--- a/systemd/_reader.c
+++ b/systemd/_reader.c
@@ -18,7 +18,12 @@
   along with python-systemd; If not, see .
 ***/
 
+#define PY_SSIZE_T_CLEAN
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wredundant-decls"
 #include 
+#pragma GCC diagnostic pop
+
 #include 
 #include 
 #include 
@@ -707,11 +712,17 @@ PyDoc_STRVAR(Reader_add_match__doc__,
  "Match is a string of the form \"FIELD=value\".");
 static PyObject* Reader_add_match(Reader *self, PyObject *args, PyObject 
*keywds) {
 char *match;
-int match_len, r;
+Py_ssize_t match_len;
+int r;
 if (!PyArg_ParseTuple(args, "s#:add_match", , _len))
 return NULL;
 
-r = 

commit terraform for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package terraform for openSUSE:Factory 
checked in at 2022-07-04 11:32:48

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


Package is "terraform"

Mon Jul  4 11:32:48 2022 rev:36 rq:986466 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/terraform/terraform.changes  2022-06-23 
10:25:50.783842739 +0200
+++ /work/SRC/openSUSE:Factory/.terraform.new.1548/terraform.changes
2022-07-04 11:32:54.516026376 +0200
@@ -1,0 +2,11 @@
+Wed Jun 29 18:23:23 UTC 2022 - Johannes Kastl 
+
+- Update to 1.2.4:
+  * ENHANCEMENTS:
+- Improved validation of required_providers to prevent single providers 
from being required with multiple names. (#31218)
+- Improved plan performance by optimizing addrs.Module.String for 
allocations. (#31293)
+  * BUG FIXES:
+- backend/http: Fixed bug where the HTTP backend would fail to retry 
acquiring the state lock and ignored the -lock-timeout flag. (#31256)
+- Fix crash if a precondition or postcondition block omitted the required 
condition argument. (#31290)
+
+---

Old:

  terraform-1.2.3.obscpio
  terraform-1.2.3.tar.gz

New:

  terraform-1.2.4.obscpio
  terraform-1.2.4.tar.gz



Other differences:
--
++ terraform.spec ++
--- /var/tmp/diff_new_pack.SNXKrW/_old  2022-07-04 11:32:56.004028772 +0200
+++ /var/tmp/diff_new_pack.SNXKrW/_new  2022-07-04 11:32:56.008028778 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terraform
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Tool for building infrastructure safely and efficiently
 License:MPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.SNXKrW/_old  2022-07-04 11:32:56.040028830 +0200
+++ /var/tmp/diff_new_pack.SNXKrW/_new  2022-07-04 11:32:56.044028836 +0200
@@ -3,8 +3,8 @@
 https://github.com/hashicorp/terraform
 git
 terraform
-1.2.3
-v1.2.3
+1.2.4
+v1.2.4
 .git
   
   
@@ -16,7 +16,7 @@
 terraform
   
   
-terraform-1.2.3.tar.gz
+terraform-1.2.4.tar.gz
   
 
 

++ terraform-1.2.3.obscpio -> terraform-1.2.4.obscpio ++
/work/SRC/openSUSE:Factory/terraform/terraform-1.2.3.obscpio 
/work/SRC/openSUSE:Factory/.terraform.new.1548/terraform-1.2.4.obscpio differ: 
char 49, line 1

++ terraform-1.2.3.tar.gz -> terraform-1.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terraform-1.2.3/CHANGELOG.md 
new/terraform-1.2.4/CHANGELOG.md
--- old/terraform-1.2.3/CHANGELOG.md2022-06-15 19:34:28.0 +0200
+++ new/terraform-1.2.4/CHANGELOG.md2022-06-29 19:05:59.0 +0200
@@ -1,3 +1,15 @@
+## 1.2.4 (June 29, 2022)
+
+ENHANCEMENTS:
+
+* Improved validation of `required_providers` to prevent single providers from 
being required with multiple names. 
([#31218](https://github.com/hashicorp/terraform/issues/31218))
+* Improved plan performance by optimizing `addrs.Module.String` for 
allocations. ([#31293](https://github.com/hashicorp/terraform/issues/31293))
+
+BUG FIXES:
+
+* backend/http: Fixed bug where the HTTP backend would fail to retry acquiring 
the state lock and ignored the `-lock-timeout` flag. 
([#31256](https://github.com/hashicorp/terraform/issues/31256))
+* Fix crash if a `precondition` or `postcondition` block omitted the required 
`condition` argument. 
([#31290](https://github.com/hashicorp/terraform/issues/31290))
+
 ## 1.2.3 (June 15, 2022)
 
 UPGRADE NOTES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terraform-1.2.3/internal/addrs/module.go 
new/terraform-1.2.4/internal/addrs/module.go
--- old/terraform-1.2.3/internal/addrs/module.go2022-06-15 
19:34:28.0 +0200
+++ new/terraform-1.2.4/internal/addrs/module.go2022-06-29 
19:05:59.0 +0200
@@ -33,11 +33,22 @@
if len(m) == 0 {
return ""
}
-   var steps []string
-   for _, s := range m {
-   steps = append(steps, "module", s)
+   // Calculate necessary space.
+   l := 0
+   for _, step := range m {
+   l += len(step)
}
-   return strings.Join(steps, ".")
+   buf := strings.Builder{}
+   // 8 is len(".module.") which separates entries.
+   buf.Grow(l + len(m)*8)
+   sep := ""
+   for _, step := range m {
+   buf.WriteString(sep)
+   buf.WriteString("module.")
+   buf.WriteString(step)
+   sep = "."
+   }
+   return buf.String()
 }
 
 func (m Module) Equal(other 

commit terraform-provider-libvirt for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package terraform-provider-libvirt for 
openSUSE:Factory checked in at 2022-07-04 11:32:51

Comparing /work/SRC/openSUSE:Factory/terraform-provider-libvirt (Old)
 and  /work/SRC/openSUSE:Factory/.terraform-provider-libvirt.new.1548 (New)


Package is "terraform-provider-libvirt"

Mon Jul  4 11:32:51 2022 rev:5 rq:986474 version:0.6.14+git.1643667786.ed8e2bbb

Changes:

--- 
/work/SRC/openSUSE:Factory/terraform-provider-libvirt/terraform-provider-libvirt.changes
2022-04-08 00:28:55.333510486 +0200
+++ 
/work/SRC/openSUSE:Factory/.terraform-provider-libvirt.new.1548/terraform-provider-libvirt.changes
  2022-07-04 11:32:57.996031979 +0200
@@ -1,0 +2,56 @@
+Wed Jun 29 10:06:14 UTC 2022 - r...@h4kamp.de
+
+- Update to version 0.6.14+git.1643667786.ed8e2bbb:
+  * use a fork of golang-crypto with RFC8308 patches (#925)
+  * update github.com/digitalocean/go-libvirt
+  * update go to 1.17
+  * update golang.org/x/crypto
+  * qemu-guest-agent network interface query (re)implemented
+  * fix dead links XSLT (#912)
+  * add generated binary under PHONY section for recurring builds to actually 
happen (#903)
+  * add gomnd linter
+  * cleanup Makfile
+  * Force removal of domains with snapshots or checkpoints (#899)
+  * Support specifying "open" forward mode (#900)
+  * Copy images using a decently-sized buffer (#902)
+  * fetch previous commit
+  * add golangci-lint
+  * remove fmt.Printf calls from tests
+  * ST1005: error strings should not be capitalized (stylecheck)
+  * use short if where possible
+  * missing error check
+  * fix capitalized error lines
+  * SA9003: empty branch (staticcheck)
+  * use const for timeout
+  * stylecheck: ST1016: methods on the same type should have the same receiver 
name
+  * stylecheck: ST1016: methods on the same type should have the same receiver 
name
+  * update xz lib
+  * stylecheck: ST1016: methods on the same type should have the same receiver 
name
+  * Add support for passwords using the SSH URI's (#887)
+  * Support specifying websocket port for VNC
+  * fix: force new domain if graphics changed
+  * S1025: byte slice should use a simple conversion
+  * fix %w usage only supported for functions backed by fmt.Errorf
+  * S1034: assigning the result of this type assertion to a variable
+  * S1021: should merge variable declaration with assignment on next line
+  * ineffectual assignment to err
+  * log.Printf call has error-wrapping directive %w, which is only supported 
for functions backed by fmt.Errorf
+  * Error return value is not checked
+  * S1021: should merge variable declaration with assignment on next line
+  * Error return value is not checked
+  * unused import
+  * S1021: should merge variable declaration with assignment on next line
+  * S1021: should merge variable declaration with assignment on next line
+  * Error return value is not checked
+  * S1021: should merge variable declaration with assignment on next line
+  * S1021: should merge variable declaration with assignment on next line
+  * simplify
+  * S1021: should merge variable declaration with assignment on next line
+  * Error return value is not checked
+  * Error return value of  is not checked
+  * connect is unused (deadcode)
+  * S1021: should merge variable declaration with assignment on next line
+  * SA4009: argument NVRAMPath is overwritten before first use
+  * Support TPM devices
+
+---

Old:

  terraform-provider-libvirt-0.6.11+git.1631460851.7074fe3c.tar.xz

New:

  terraform-provider-libvirt-0.6.14+git.1643667786.ed8e2bbb.tar.xz



Other differences:
--
++ terraform-provider-libvirt.spec ++
--- /var/tmp/diff_new_pack.g984Kv/_old  2022-07-04 11:32:59.028033641 +0200
+++ /var/tmp/diff_new_pack.g984Kv/_new  2022-07-04 11:32:59.032033648 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terraform-provider-libvirt
-Version:0.6.11+git.1631460851.7074fe3c
+Version:0.6.14+git.1643667786.ed8e2bbb
 Release:0
 Summary:Terraform provider for kvm hypervisors via libvirt
 License:MPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.g984Kv/_old  2022-07-04 11:32:59.068033705 +0200
+++ /var/tmp/diff_new_pack.g984Kv/_new  2022-07-04 11:32:59.072033712 +0200
@@ -5,7 +5,7 @@
 terraform-provider-libvirt
 @PARENT_TAG@+git.%ct.%h
 v(.*)
-v0.6.11
+v0.6.14
 .git
 enable
 dmacvi...@suse.de

++ _servicedata ++
--- /var/tmp/diff_new_pack.g984Kv/_old  2022-07-04 11:32:59.088033738 +0200
+++ /var/tmp/diff_new_pack.g984Kv/_new  2022-07-04 11:32:59.092033744 +0200
@@ -1,6 +1,6 @@
 
 
 

commit python-esptool for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-esptool for openSUSE:Factory 
checked in at 2022-07-04 11:32:46

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


Package is "python-esptool"

Mon Jul  4 11:32:46 2022 rev:7 rq:986480 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-esptool/python-esptool.changes
2020-05-28 09:17:37.757007601 +0200
+++ /work/SRC/openSUSE:Factory/.python-esptool.new.1548/python-esptool.changes  
2022-07-04 11:32:51.94008 +0200
@@ -1,0 +2,177 @@
+Tue Jun 28 19:02:14 UTC 2022 - Torsten Gruner 
+
+- update to 3.3.1
+  * New Features
++ Added stub flasher support for ESP32-C2 ECO1, deprecated ECO0 stub (can 
still be used with ROM)
+  * espefuse.py
++ Added a new package - ESP32-D0WDR2-V3
+  * Bug Fixes
++ Fixed ESP32-S3 USB-OTG compressed flashing
+
+- version 3.3
+  * New Features
++ Added flash size options up to 128MB. (#680)
++ Added stub flasher support for ESP32-C2.
++ Added --flash-mmu-page-size option to change flash MMU page size on 
ESP32-C2.
++ Added address and dummy cycles configuration to SPI flash commands, 
allowed reading flash SFDP registers.
++ Added target-specific flash frequency options.
+  * espsecure.py
++ Added support for ECDSA P192 and P256 signatures in Secure Boot V2.
++ Refined Secure Boot V2 ECC support.
++ Added support for XTS_AES_128 using 128 bit key FE scheme.
+  * espefuse.py
++ Added execute_scripts nesting support, a script can now be called from 
another script.
++ Added ESP32-C2 espefuse.py support.
++ Fixed power-out time for VDDQ settings for ESP32-S3.
++ Removed dysfunctional JTAG_SEL_ENABLE on ESP32-C3.
++ Removed unused eFuse fields on ESP32-C3 and ESP32-H2.
++ Added execute_scripts error handling in script files. 
(espressif/esp-idf#8420)
++ Added support for running multiple commands at once.
++ Added checks for secure download mode.
++ Added a recovery option to fix eFuse blocks after encoding errors.
+  * Internal features
+These features are intended for use inside Espressif:
++ Preview support for ESP32-H2-beta2 has been added. This SoC is not 
generally available,
+  so it is unsupported in this release. Official support will be added in 
a later esptool.py release.
+  * Bug Fixes
++ Fixed autodetection on ESP32-S2 in USB-OTG mode. (#685)
++ Fixed flash.rodata not being recognized as part of IRAM in the ELF 
parser.
++ Fixed wrong UART_RXFIFO_CNT_M mask values in the stub flasher.
++ Added overerase detection and a fix sequence for certain XMC flash chips.
++ Allowed USB PID detection for USB-JTAG-Serial mode on lowercase port 
names.
++ Fixed chip autodetection to work in secure download mode.
++ Fixed wrong firmware image being returned for beta chips.
++ Fixed a wrong bootloader flashing offset on ESP32-S3. (#728)
+  * Miscellaneous Changes
++ Launched a new self-hosted esptool.py documentation and heavily updated 
its contents.
++ Renamed the ESP8684 target to ESP32-C2 (added alias for compatibility).
++ Added a warning for flash sizes that are not supported by the stub 
flasher.
+
+- version 3.2
+  * New Features
++ Support for ESP32-S3 SoC has been added (removed ESP32-S3-beta3).
++ Added USB-JTAG-Serial and USB-CDC support for ESP32-S3.
++ Added a check to disable stub when connecting to an unsupported chip.
++ Added boot log detection and context of failures logging.
++ Improved error messages to cover more cases and provide more information.
++ Added get_security_info command stub support.
++ Augmented chip autodetection to work even in secure download mode. 
(ESP32-C3 and later only)
++ Added flash chip connection verification check.
++ Added ESP8266 version 3 image format support.
+  * espsecure.py
++ Added option for 512bit keys for encrypt_flash_data.
+  * espefuse.py
++ Added a new command which can execute custom python scripts to burn 
efuses all at once.
++ Added ESP32-S2 flash_ver, psram_ver, and pkg_ver efuses.
++ Corrected lenght of soft_dis_jtag efuse.
++ Added custom_mac eFuse field for ESP32-C3/-S2/-S3/-H2.
++ Added a check for read_protect_efuse. (#640)
++ Added support for 512bit XTS_AES flash encryption key.
++ Added a step to close the serial port after espefuse operations. (#671)
++ Added a security confirmation flag to espefuse tests. (#677)
+  * Internal features
+These features are intended for use inside Espressif:
+- Preview support for ESP32-H2 and ESP8684 has been added. These SoCs are 
not generally available,
+  so they are unsupported in this release. Official support 

commit python-gcsfs for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gcsfs for openSUSE:Factory 
checked in at 2022-07-04 11:32:45

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


Package is "python-gcsfs"

Mon Jul  4 11:32:45 2022 rev:11 rq:986479 version:2022.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-gcsfs/python-gcsfs.changes
2022-04-28 23:07:49.636678292 +0200
+++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.1548/python-gcsfs.changes  
2022-07-04 11:32:50.764020334 +0200
@@ -1,0 +2,12 @@
+Sat Jul  2 18:49:11 UTC 2022 - Ben Greiner 
+
+- Enable the test suite with fake-gcs-server running
+
+---
+Wed Jun 29 10:18:06 UTC 2022 - Ben Greiner 
+
+- Update to 2022.5.0
+  * invalidate listings cache for simple put/pipe (#474)
+  * conform _mkdir and _cat_file to upstream (#471)
+
+---

Old:

  gcsfs-2022.3.0-gh.tar.gz

New:

  gcsfs-2022.5.0-gh.tar.gz



Other differences:
--
++ python-gcsfs.spec ++
--- /var/tmp/diff_new_pack.D5WsI7/_old  2022-07-04 11:32:51.688021822 +0200
+++ /var/tmp/diff_new_pack.D5WsI7/_new  2022-07-04 11:32:51.696021835 +0200
@@ -17,11 +17,9 @@
 
 
 %{?!python_module:%define python_module() python3-%{**}}
-# the test suite moved to a docker simulator which we cannot run inside an obs 
environment
-%bcond_with fulltest
 %define skip_python2 1
 Name:   python-gcsfs
-Version:2022.3.0
+Version:2022.5.0
 Release:0
 Summary:Filesystem interface over GCS
 License:BSD-3-Clause
@@ -44,9 +42,7 @@
 Suggests:   python-crcmod
 BuildArch:  noarch
 # SECTION test requirements
-# always import in order to detect dependency breakages at build time
 BuildRequires:  %{python_module aiohttp}
-BuildRequires:  %{python_module black}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module decorator > 4.1.2}
 BuildRequires:  %{python_module fsspec == %{version}}
@@ -56,8 +52,10 @@
 BuildRequires:  %{python_module google-auth >= 1.2}
 BuildRequires:  %{python_module google-auth-oauthlib}
 BuildRequires:  %{python_module google-cloud-storage}
+BuildRequires:  %{python_module pytest-timeout}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
+BuildRequires:  fake-gcs-server
 # /SECTION
 %python_subpackages
 
@@ -87,33 +85,21 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-## # Tests test_map_simple, test_map_with_data and test_map_clear_empty 
require a network connection
-## %%pytest -k "not network" gcsfs/tests
-## # export GCSFS_RECORD_MODE=none
-## # export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
-## # pytest -rfEs
-##
-##   - name: Install dependencies
-## shell: bash -l {0}
-## run: |
-##   pip install git+https://github.com/fsspec/filesystem_spec 
--no-deps
-##   conda list
-##   conda --version
-##   - name: Install
-## shell: bash -l {0}
-## run: pip install .[crc]
-##
-##   - name: Run Tests
-## shell: bash -l {0}
-## run: |
-## export 
GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
-## py.test -vv gcsfs
+# https://github.com/fsspec/gcsfs/blob/main/docs/source/developer.rst
+fake-gcs-server \
+  -backend memory \
+  -scheme http \
+  -public-host http://localhost:4443 \
+  -external-url http://localhost:4443 \
+  >$PWD/fake-gcs-server.stdout 2>$PWD/fake-gcs-server.stderr &
+trap "jobs; kill %1 || true" EXIT
+export STORAGE_EMULATOR_HOST=http://localhost:4443
 export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
-%if %{with fulltest}
-%pytest -rfEs
-%else
-%pytest -rfEs -k test_checkers
-%endif
+# Don't test fuse, it hangs on mounting inside obs
+donttest="test_fuse"
+# finds an existing path on the non-first multiflavor test runs"
+donttest+=" or test_mkdir_with_path"
+%pytest -rfEs -k "not ($donttest)"
 
 %files %{python_files}
 %doc README.rst

++ gcsfs-2022.3.0-gh.tar.gz -> gcsfs-2022.5.0-gh.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2022.3.0/docs/source/changelog.rst 
new/gcsfs-2022.5.0/docs/source/changelog.rst
--- old/gcsfs-2022.3.0/docs/source/changelog.rst2022-04-04 
16:36:39.0 +0200
+++ new/gcsfs-2022.5.0/docs/source/changelog.rst2022-05-20 
16:37:06.0 +0200
@@ -1,6 +1,12 @@
 Changelog
 =
 
+2022.5.0
+
+
+* invalidate listings cache for simple put/pipe 

commit python-protonvpn-nm-lib for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-protonvpn-nm-lib for 
openSUSE:Factory checked in at 2022-07-04 11:32:44

Comparing /work/SRC/openSUSE:Factory/python-protonvpn-nm-lib (Old)
 and  /work/SRC/openSUSE:Factory/.python-protonvpn-nm-lib.new.1548 (New)


Package is "python-protonvpn-nm-lib"

Mon Jul  4 11:32:44 2022 rev:5 rq:986478 version:3.11.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-protonvpn-nm-lib/python-protonvpn-nm-lib.changes
  2022-05-03 21:19:47.241059949 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-protonvpn-nm-lib.new.1548/python-protonvpn-nm-lib.changes
2022-07-04 11:32:49.972019059 +0200
@@ -1,0 +2,21 @@
+Fri Jul  1 19:26:58 UTC 2022 - Ben Greiner 
+
+- Update to 3.11.0
+  * Fix: When loading a session from keyring, update the app
+version and user agent with the current ones
+- Release 3.10.0
+  * Introducing Proton's refreshed look. As we continue to make
+privacy accessible to everyone, we've updated our apps to
+provide you with an even better experience with our services.
+Proton - Privacy by default
+- Release 3.9.0
+  * Fix: Crash when attempting to fetch netzone
+  * Fix: "1000:Permission Denied" error when killswitch is enabled
+- Release 3.8.0
+  * Improve: Server list
+  * Improve: Rename exception
+  * Feature: Moderate NAT, Non Standard Ports
+- Enable local (non-obs) testing when network connection is
+  available
+
+---

Old:

  protonvpn-nm-lib-3.7.0.tar.gz

New:

  protonvpn-nm-lib-3.11.0.tar.gz



Other differences:
--
++ python-protonvpn-nm-lib.spec ++
--- /var/tmp/diff_new_pack.pqFe2e/_old  2022-07-04 11:32:50.460019845 +0200
+++ /var/tmp/diff_new_pack.pqFe2e/_new  2022-07-04 11:32:50.468019858 +0200
@@ -16,23 +16,38 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
+# test suite requires network connection, you can test locally with `rpmbuild 
--with test`
+%bcond_with test
 Name:   python-protonvpn-nm-lib
-Version:3.7.0
+Version:3.11.0
 Release:0
-Summary:ProtonVPN NetworkManager library
+Summary:Proton VPN NetworkManager library
 License:GPL-3.0-or-later
 Group:  Development/Languages/Python
 URL:https://github.com/ProtonVPN/protonvpn-nm-lib
 Source: 
https://github.com/ProtonVPN/protonvpn-nm-lib/archive/refs/tags/%{version}.tar.gz#/protonvpn-nm-lib-%{version}.tar.gz
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pyxdg}
-BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection
 BuildRequires:  python-rpm-macros
+# SECTION check that all runtime requirements are available
+BuildRequires:  NetworkManager-openvpn
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module dbus-python}
+BuildRequires:  %{python_module distro}
+BuildRequires:  %{python_module gobject}
+BuildRequires:  %{python_module keyring}
+BuildRequires:  %{python_module proton-client >= 0.5.0}
+BuildRequires:  %{python_module pyxdg}
+BuildRequires:  %{python_module systemd}
+BuildRequires:  dbus-1-x11
+# /SECTION
+%if %{with test}
+BuildRequires:  %{python_module pytest}
+%endif
 Requires:   NetworkManager-openvpn
 Requires:   dbus-1-x11
 Requires:   python-Jinja2
@@ -47,22 +62,28 @@
 %python_subpackages
 
 %description
-The ProtonVPN NetworkManager library
+The Proton VPN NetworkManager library
 
 %prep
 %setup -q -n protonvpn-nm-lib-%{version}
+sed -i '/addopts/d' setup.cfg
 
 %build
 %python_build
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{python_sitelib}/protonvpn_nm_lib
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%if %{with test}
+%check
+%pytest
+%endif
 
 %files %{python_files}
 %license LICENSE
 %doc README.md
 %{python_sitelib}/protonvpn_nm_lib
-%{python_sitelib}/protonvpn_nm_lib-*-py*.*-info
+%{python_sitelib}/protonvpn_nm_lib-%{version}*-info
 
 %changelog

++ protonvpn-nm-lib-3.7.0.tar.gz -> protonvpn-nm-lib-3.11.0.tar.gz ++
 2131 lines of diff (skipped)


commit python-anymarkup-core for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-anymarkup-core for 
openSUSE:Factory checked in at 2022-07-04 11:32:44

Comparing /work/SRC/openSUSE:Factory/python-anymarkup-core (Old)
 and  /work/SRC/openSUSE:Factory/.python-anymarkup-core.new.1548 (New)


Package is "python-anymarkup-core"

Mon Jul  4 11:32:44 2022 rev:2 rq:986471 version:0.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-anymarkup-core/python-anymarkup-core.changes  
2021-01-21 21:57:29.577859738 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-anymarkup-core.new.1548/python-anymarkup-core.changes
2022-07-04 11:32:48.472016644 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 07:43:44 UTC 2022 - Daniel Garc??a Moreno 
+
+- add xml-to-dict-0.13.patch: 
+  * fix tests with xmltodict 0.13.0 version
+
+---

New:

  xml-to-dict-0.13.patch



Other differences:
--
++ python-anymarkup-core.spec ++
--- /var/tmp/diff_new_pack.uYSzfA/_old  2022-07-04 11:32:49.792018769 +0200
+++ /var/tmp/diff_new_pack.uYSzfA/_new  2022-07-04 11:32:49.796018776 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-anymarkup-core
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020 SUSE Software Solutions Germany GmbH.
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Python
 URL:https://github.com/bkabrda/anymarkup-core
 Source0:
https://github.com/bkabrda/anymarkup-core/archive/v%{version}/anymarkup-core-%{version}.tar.gz
+Patch0: xml-to-dict-0.13.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n anymarkup-core-%{version}
+%autopatch -p1
 
 %build
 %python_build

++ xml-to-dict-0.13.patch ++
diff --git a/test/test_parse.py b/test/test_parse.py
index 3c0bf86..491b4dc 100644
--- a/test/test_parse.py
+++ b/test/test_parse.py
@@ -37,7 +37,7 @@ class TestParse(object):
 (example_json, None, example_as_dict),
 (example_json5, 'json5', example_as_dict),
 (example_toml, 'toml', toml_example_as_dict),  # we can't tell toml 
from ini
-(example_xml, None, example_as_ordered_dict),
+(example_xml, None, example_as_dict),
 (example_yaml_map, None, example_as_dict),
 (example_yaml_omap, None, example_as_ordered_dict),
 ])
@@ -55,7 +55,7 @@ class TestParse(object):
 (example_json, None, example_as_dict),
 (example_json5, 'json5', example_as_dict),
 (example_toml, 'toml', toml_example_as_dict),  # we can't tell toml 
from ini
-(example_xml, None, example_as_ordered_dict),
+(example_xml, None, example_as_dict),
 (example_yaml_map, None, example_as_dict),
 (example_yaml_omap, None, example_as_ordered_dict),
 ])
diff --git a/test/test_serialize.py b/test/test_serialize.py
index 8191561..7b1d67f 100644
--- a/test/test_serialize.py
+++ b/test/test_serialize.py
@@ -32,7 +32,7 @@ class TestSerialize(object):
 (example_as_dict, 'json'),
 (example_as_dict, 'json5'),
 (toml_example_as_dict, 'toml'),
-(example_as_ordered_dict, 'xml'),
+(example_as_dict, 'xml'),
 (example_as_dict, 'yaml'),
 (example_as_ordered_dict, 'yaml'),
 ])
@@ -60,7 +60,7 @@ class TestSerialize(object):
 (example_as_dict, None, 'example.json'),
 (example_as_dict, 'json5', 'example.json5'),
 (toml_example_as_dict, 'toml', 'example.toml'),
-(example_as_ordered_dict, None, 'example.xml'),
+(example_as_dict, None, 'example.xml'),
 (example_as_dict, None, 'example.yaml'),
 (example_as_ordered_dict, None, 'example_ordered.yaml'),
 ])


commit python-fsspec for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fsspec for openSUSE:Factory 
checked in at 2022-07-04 11:32:41

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


Package is "python-fsspec"

Mon Jul  4 11:32:41 2022 rev:20 rq:986382 version:2022.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fsspec/python-fsspec.changes  
2022-04-28 23:07:50.324679041 +0200
+++ /work/SRC/openSUSE:Factory/.python-fsspec.new.1548/python-fsspec.changes
2022-07-04 11:32:45.140011278 +0200
@@ -1,0 +2,20 @@
+Wed Jun 29 09:00:23 UTC 2022 - Ben Greiner 
+
+- Update ot 2022.5.0
+  Enhancements
+  * mutable ReferenceFS (#958)
+  Fixes
+  * Make archive FSs not cachable (#966)
+  * glob fixes (#961)
+  * generic copy with unknown size (#959)
+  * zstd open (#956)
+  * empty archive file (#954)
+  * tar chaining (#950, 947)
+  * missing exceptions in mapper (#940)
+  Other
+  * update registry (#852)
+  * allow None cache (#942)
+  * mappers to remember init arguments (#939)
+  * cache docstrings (#933)
+
+---

Old:

  fsspec-2022.3.0.tar.gz

New:

  fsspec-2022.5.0.tar.gz



Other differences:
--
++ python-fsspec.spec ++
--- /var/tmp/diff_new_pack.3jt4E9/_old  2022-07-04 11:32:45.712012199 +0200
+++ /var/tmp/diff_new_pack.3jt4E9/_new  2022-07-04 11:32:45.720012212 +0200
@@ -26,15 +26,14 @@
 %bcond_with test
 %endif
 %define skip_python2 1
-%define ghversion 2022.3.0
 Name:   python-fsspec%{psuffix}
-Version:2022.3.0
+Version:2022.5.0
 Release:0
 Summary:Filesystem specification package
 License:BSD-3-Clause
 URL:https://github.com/fsspec/filesystem_spec
 # the tests are only in the GitHub archive
-Source: %{url}/archive/%{ghversion}.tar.gz#/fsspec-%{ghversion}.tar.gz
+Source: %{url}/archive/%{version}.tar.gz#/fsspec-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module importlib_metadata if %python-base < 3.8}
 BuildRequires:  %{python_module setuptools}
@@ -86,7 +85,7 @@
 A specification for pythonic filesystems.
 
 %prep
-%autosetup -p1 -n filesystem_spec-%{ghversion}
+%autosetup -p1 -n filesystem_spec-%{version}
 
 %build
 %python_build

++ fsspec-2022.3.0.tar.gz -> fsspec-2022.5.0.tar.gz ++
 2435 lines of diff (skipped)


commit python-podman for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-podman for openSUSE:Factory 
checked in at 2022-07-04 11:32:42

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


Package is "python-podman"

Mon Jul  4 11:32:42 2022 rev:5 rq:986467 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-podman/python-podman.changes  
2022-02-22 21:18:46.814292724 +0100
+++ /work/SRC/openSUSE:Factory/.python-podman.new.1548/python-podman.changes
2022-07-04 11:32:45.992012650 +0200
@@ -1,0 +2,22 @@
+Thu Jun 30 06:31:58 UTC 2022 - Johannes Kastl 
+
+- update to 4.0.0
+  * Remove support for old (ApiConnection) API
+  * Update CI to use copr and release podman packages for testing
+  * Port code to support Podman 4.0.0 API changes
+  * Added support for Python 3.10
+  * lint scrub and correction of code
+  * Bug fixes
+  * Move to tox for development support
+  * Move to pytest from nose for test execution
+  * Support testing python 3.6,3.8-3.10
+  * Allow passing string values to memory limits
+
+- remove patch python310.patch 
+
+---
+Wed Jun 29 15:13:29 UTC 2022 - Johannes Kastl 
+
+- disable building for python2
+
+---

Old:

  podman-3.2.1.tar.gz
  python310.patch

New:

  podman-4.0.0.tar.gz



Other differences:
--
++ python-podman.spec ++
--- /var/tmp/diff_new_pack.R6hZfG/_old  2022-07-04 11:32:46.496013462 +0200
+++ /var/tmp/diff_new_pack.R6hZfG/_new  2022-07-04 11:32:46.500013468 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
@@ -26,15 +27,13 @@
 %bcond_with test
 %endif
 Name:   python-podman%{psuffix}
-Version:3.2.1
+Version:4.0.0
 Release:0
 Summary:A library to interact with a Podman server
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/containers/podman-py
 Source: 
https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz#/podman-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM: https://github.com/containers/podman-py/pull/154.patch
-Patch1: python310.patch
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pytoml}
 BuildRequires:  %{python_module pyxdg}
@@ -72,7 +71,6 @@
 
 %prep
 %setup -q -n podman-py-%{version}
-%patch1 -p1
 
 %build
 %python_build

++ podman-3.2.1.tar.gz -> podman-4.0.0.tar.gz ++
 5630 lines of diff (skipped)


commit python-sigal for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sigal for openSUSE:Factory 
checked in at 2022-07-04 11:32:39

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


Package is "python-sigal"

Mon Jul  4 11:32:39 2022 rev:8 rq:986379 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-sigal/python-sigal.changes
2020-08-21 19:17:40.752836527 +0200
+++ /work/SRC/openSUSE:Factory/.python-sigal.new.1548/python-sigal.changes  
2022-07-04 11:32:42.476006989 +0200
@@ -1,0 +2,6 @@
+Wed Jun 29 08:33:31 UTC 2022 - Daniel Garc??a Moreno 
+
+- Update to 2.3
+- Remove test_build from test skip
+
+---

Old:

  sigal-2.1.1.tar.gz

New:

  sigal-2.3.tar.gz



Other differences:
--
++ python-sigal.spec ++
--- /var/tmp/diff_new_pack.ZLtC76/_old  2022-07-04 11:32:43.296008309 +0200
+++ /var/tmp/diff_new_pack.ZLtC76/_new  2022-07-04 11:32:43.304008322 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sigal
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sigal
-Version:2.1.1
+Version:2.3
 Release:0
 Summary:Static gallery generator
 License:MIT
@@ -51,7 +51,7 @@
 Requires:   python-natsort
 Requires:   python-pilkit
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Suggests:   python-boto
 Suggests:   python-Brotli
 Suggests:   python-zopfli
@@ -85,7 +85,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest tests -k "not (test_generate_video_fit_height or 
test_generate_video_fit_width or test_generate_video_dont_enlarge or 
test_build)"
+%pytest tests -k "not (test_generate_video_fit_height or 
test_generate_video_fit_width or test_generate_video_dont_enlarge)"
 
 %post
 %python_install_alternative sigal

++ sigal-2.1.1.tar.gz -> sigal-2.3.tar.gz ++
 51133 lines of diff (skipped)


commit python-s3fs for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-s3fs for openSUSE:Factory 
checked in at 2022-07-04 11:32:39

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


Package is "python-s3fs"

Mon Jul  4 11:32:39 2022 rev:14 rq:985786 version:2022.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-s3fs/python-s3fs.changes  2022-04-28 
23:07:48.936677529 +0200
+++ /work/SRC/openSUSE:Factory/.python-s3fs.new.1548/python-s3fs.changes
2022-07-04 11:32:41.564005520 +0200
@@ -1,0 +2,7 @@
+Wed Jun 29 08:56:40 UTC 2022 - Ben Greiner 
+
+- Update to 2022.5.0
+  * aiobotocore 2.3 (#622, fixes #558)
+  * rate limiting (#619, #620)
+
+---

Old:

  s3fs-2022.3.0.tar.gz

New:

  s3fs-2022.5.0.tar.gz



Other differences:
--
++ python-s3fs.spec ++
--- /var/tmp/diff_new_pack.svb1fB/_old  2022-07-04 11:32:42.104006390 +0200
+++ /var/tmp/diff_new_pack.svb1fB/_new  2022-07-04 11:32:42.108006396 +0200
@@ -19,14 +19,14 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:   python-s3fs
-Version:2022.3.0
+Version:2022.5.0
 Release:0
 Summary:Python filesystem interface for S3
 License:BSD-3-Clause
 URL:https://github.com/fsspec/s3fs/
 Source: 
https://files.pythonhosted.org/packages/source/s/s3fs/s3fs-%{version}.tar.gz
 BuildRequires:  %{python_module Flask}
-BuildRequires:  %{python_module aiobotocore >= 2.1.0}
+BuildRequires:  %{python_module aiobotocore >= 2.3.0}
 BuildRequires:  %{python_module aiohttp}
 BuildRequires:  %{python_module boto3}
 BuildRequires:  %{python_module fsspec = %{version}}
@@ -36,10 +36,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with python2}
-BuildRequires:  python-mock
-%endif
-Requires:   python-aiobotocore >= 2.1.0
+Requires:   python-aiobotocore >= 2.3.0
 Requires:   python-aiohttp
 Requires:   python-fsspec = %{version}
 Recommends: aws-cli
@@ -63,9 +60,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# test_anonymous_access - online test
-# test_async_close - online test
-%pytest -k 'not (test_anonymous_access or test_async_close)'
+# online test (not mocked through moto)
+donttest="test_async_close"
+# not deleting fast enough obs serverside
+donttest+=" or test_s3_big_ls"
+%pytest -k "not ($donttest)"
 
 %files %{python_files}
 %doc README.rst

++ s3fs-2022.3.0.tar.gz -> s3fs-2022.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3fs-2022.3.0/PKG-INFO new/s3fs-2022.5.0/PKG-INFO
--- old/s3fs-2022.3.0/PKG-INFO  2022-03-31 20:01:37.321205100 +0200
+++ new/s3fs-2022.5.0/PKG-INFO  2022-05-19 20:31:30.113800800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: s3fs
-Version: 2022.3.0
+Version: 2022.5.0
 Summary: Convenient Filesystem interface over S3
 Home-page: http://github.com/fsspec/s3fs/
 Maintainer: Martin Durant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3fs-2022.3.0/docs/source/changelog.rst 
new/s3fs-2022.5.0/docs/source/changelog.rst
--- old/s3fs-2022.3.0/docs/source/changelog.rst 2022-03-31 20:00:49.0 
+0200
+++ new/s3fs-2022.5.0/docs/source/changelog.rst 2022-05-19 20:15:42.0 
+0200
@@ -1,6 +1,12 @@
 Changelog
 =
 
+2022.5.0
+
+
+- aiobotocore 2.3 (#622, fixes #558)
+- rate limiting (#619, #620)
+
 2022.3.0
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3fs-2022.3.0/release-procedure.md 
new/s3fs-2022.5.0/release-procedure.md
--- old/s3fs-2022.3.0/release-procedure.md  2021-11-05 20:51:13.0 
+0100
+++ new/s3fs-2022.5.0/release-procedure.md  2022-05-19 20:15:42.0 
+0200
@@ -1,6 +1,9 @@
 1.  Verify tests on Linux, OS-X, and Windows
 
-2.  Update version in setup.py and s3fs/__init__.py and commit
+2.  Complete entries in `docs/source/changelog.rst`.
+
+There's no need for changing version numbers in source files.
+The release version will be determined from the git tag (see below).
 
 3.  Tag the commit
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3fs-2022.3.0/requirements.txt 
new/s3fs-2022.5.0/requirements.txt
--- old/s3fs-2022.3.0/requirements.txt  2022-03-31 20:00:49.0 +0200
+++ new/s3fs-2022.5.0/requirements.txt  2022-05-19 20:30:51.0 +0200
@@ -1,3 +1,3 @@
-aiobotocore~=2.2.0
-fsspec==2022.3.0
+aiobotocore~=2.3.0

commit python-HyperKitty for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-HyperKitty for 
openSUSE:Factory checked in at 2022-07-04 11:32:38

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


Package is "python-HyperKitty"

Mon Jul  4 11:32:38 2022 rev:17 rq:986543 version:1.3.5

Changes:

--- /work/SRC/openSUSE:Factory/python-HyperKitty/python-HyperKitty.changes  
2022-06-13 13:03:24.789190887 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-HyperKitty.new.1548/python-HyperKitty.changes
2022-07-04 11:32:40.752004213 +0200
@@ -1,0 +2,15 @@
+Sun Jul  3 20:46:20 UTC 2022 - Ben Greiner 
+
+- Add hyperkitty-fix-py310-tests.patch
+  * Fix test failures on Python 3.10 (and Python 3.9.13)
+  * https://gitlab.com/mailman/hyperkitty/-/issues/401
+  * https://gitlab.com/mailman/hyperkitty/-/merge_requests/381
+  * https://gitlab.com/mailman/hyperkitty/-/merge_requests/449
+
+---
+Sat Jul  2 06:12:09 UTC 2022 - Andreas Schneider 
+
+- Fix django warning that timeout is bigger than retry
+  * Added hyperkitty-fix-qcluster-timeout.patch
+
+---

New:

  hyperkitty-fix-py310-tests.patch
  hyperkitty-fix-qcluster-timeout.patch



Other differences:
--
++ python-HyperKitty.spec ++
--- /var/tmp/diff_new_pack.3FCb7R/_old  2022-07-04 11:32:41.320005127 +0200
+++ /var/tmp/diff_new_pack.3FCb7R/_new  2022-07-04 11:32:41.328005140 +0200
@@ -63,6 +63,10 @@
 Patch2: hyperkitty-django4.patch
 # https://gitlab.com/mailman/hyperkitty/-/issues/429
 Patch3: python-HyperKitty-no-mock.patch
+# 
https://gitlab.com/mailman/hyperkitty/-/commit/3edc0c58b8dea3b0bdccd77c0794ada28d1c6f61
+Patch4: hyperkitty-fix-qcluster-timeout.patch
+# https://gitlab.com/mailman/hyperkitty/-/merge_requests/381 + 
https://gitlab.com/mailman/hyperkitty/-/merge_requests/449
+Patch5: hyperkitty-fix-py310-tests.patch
 #
 BuildRequires:  %{python_module django-debug-toolbar >= 2.2}
 BuildRequires:  %{python_module isort}
@@ -162,6 +166,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 sed -i 's|^#!/usr/bin/env.*|#!%{_bindir}/python3|' \

++ hyperkitty-fix-py310-tests.patch ++
>From 2cda594bc0e7af5c0c24dcc3467ecea04be89f9e Mon Sep 17 00:00:00 2001
From: David Runge 
Date: Tue, 7 Dec 2021 22:46:17 +0100
Subject: [PATCH 1/4] Ensure that date headers are valid

hyperkitty/management/commands/hyperkitty_import.py:
Change `DbImporter._get_date()` to return None if a `Date:` header is
retrieved, that is not valid (its `datetime` attribute is set to
`None`).

The email module has been reworked with python 3.10 to set the `Date:`
header string representation even if it is not valid, but ensures, that
its `datetime` attribute is set to None in that case:
https://github.com/python/cpython/commit/303aac8c56609290e122eecc14c038e9b1e4174a

hyperkitty/tests/commands/test_import.py:
Change `test_ungettable_date()` to rely on differing error messages in
the output, depending on python version. With python 3.10 the logged
error message has changed.
---
 hyperkitty/management/commands/hyperkitty_import.py | 9 -
 hyperkitty/tests/commands/test_import.py| 7 ++-
 2 files changed, 14 insertions(+), 2 deletions(-)

Index: HyperKitty-1.3.5/hyperkitty/management/commands/hyperkitty_import.py
===
--- HyperKitty-1.3.5.orig/hyperkitty/management/commands/hyperkitty_import.py
+++ HyperKitty-1.3.5/hyperkitty/management/commands/hyperkitty_import.py
@@ -131,7 +131,14 @@ class DbImporter(object):
 def _get_date(self, message, header, report_name):
 try:
 date = message.get(header)
-except (TypeError, ValueError) as e:
+if date and not date.datetime:
+if self.verbose:
+self.stderr.write(
+"Bad datetime in {} header in message {}{}.".format(
+header, unquote(message.get("message-id", 'n/a')),
+report_name))
+return None
+except (AttributeError, TypeError, ValueError) as e:
 if self.verbose:
 self.stderr.write(
 "Can't get {} header in message {}{}: {}.".format(
Index: HyperKitty-1.3.5/hyperkitty/tests/commands/test_import.py
===
--- HyperKitty-1.3.5.orig/hyperkitty/tests/commands/test_import.py
+++ HyperKitty-1.3.5/hyperkitty/tests/commands/test_import.py
@@ 

commit perl-YAML-PP for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-YAML-PP for openSUSE:Factory 
checked in at 2022-07-04 11:32:36

Comparing /work/SRC/openSUSE:Factory/perl-YAML-PP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-YAML-PP.new.1548 (New)


Package is "perl-YAML-PP"

Mon Jul  4 11:32:36 2022 rev:16 rq:986283 version:0.034

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML-PP/perl-YAML-PP.changes
2022-06-28 15:23:21.930031342 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-PP.new.1548/perl-YAML-PP.changes  
2022-07-04 11:32:37.563999079 +0200
@@ -1,0 +2,13 @@
+Fri Jul  1 03:07:22 UTC 2022 - Tina M??ller 
+
+- updated to 0.034
+   see /usr/share/doc/packages/perl-YAML-PP/Changes
+
+  0.034 2022-06-30 10:31:56+02:00
+
+  - Fix parsing empty folded block scalars with trailing linebreaks
+  - Fix error handling (remaining tokens on invalid input)
+  - Support experimental v5.36 booleans
+  - Allow to specify multiple boolean classes (issue #37)
+
+---

Old:

  YAML-PP-0.033.tar.gz

New:

  YAML-PP-0.034.tar.gz



Other differences:
--
++ perl-YAML-PP.spec ++
--- /var/tmp/diff_new_pack.L8T6eH/_old  2022-07-04 11:32:39.480002165 +0200
+++ /var/tmp/diff_new_pack.L8T6eH/_new  2022-07-04 11:32:39.484002171 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name YAML-PP
 Name:   perl-YAML-PP
-Version:0.033
+Version:0.034
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:YAML 1.2 Processor

++ YAML-PP-0.033.tar.gz -> YAML-PP-0.034.tar.gz ++
 2158 lines of diff (skipped)


commit python-flufl.i18n for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flufl.i18n for 
openSUSE:Factory checked in at 2022-07-04 11:32:37

Comparing /work/SRC/openSUSE:Factory/python-flufl.i18n (Old)
 and  /work/SRC/openSUSE:Factory/.python-flufl.i18n.new.1548 (New)


Package is "python-flufl.i18n"

Mon Jul  4 11:32:37 2022 rev:4 rq:986348 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-flufl.i18n/python-flufl.i18n.changes  
2022-02-03 23:17:29.340202176 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flufl.i18n.new.1548/python-flufl.i18n.changes
2022-07-04 11:32:40.060003098 +0200
@@ -1,0 +2,5 @@
+Sat Jul  2 10:08:22 UTC 2022 - Matej Cepl 
+
+- Why, oh why, somebody switched of multi-version build? (bsc#120)
+
+---



Other differences:
--
++ python-flufl.i18n.spec ++
--- /var/tmp/diff_new_pack.ia2siP/_old  2022-07-04 11:32:40.572003923 +0200
+++ /var/tmp/diff_new_pack.ia2siP/_new  2022-07-04 11:32:40.576003930 +0200
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define pythons python3
 Name:   python-flufl.i18n
 Version:4.0
 Release:0


commit perl-Sub-HandlesVia for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Sub-HandlesVia for 
openSUSE:Factory checked in at 2022-07-04 11:32:31

Comparing /work/SRC/openSUSE:Factory/perl-Sub-HandlesVia (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sub-HandlesVia.new.1548 (New)


Package is "perl-Sub-HandlesVia"

Mon Jul  4 11:32:31 2022 rev:3 rq:986281 version:0.027

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-HandlesVia/perl-Sub-HandlesVia.changes  
2022-06-21 16:32:08.095786791 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sub-HandlesVia.new.1548/perl-Sub-HandlesVia.changes
2022-07-04 11:32:35.743996149 +0200
@@ -1,0 +2,12 @@
+Thu Jun 30 03:06:38 UTC 2022 - Tina M??ller 
+
+- updated to 0.027
+   see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
+
+  0.0272022-06-30
+   [ Test Suite ]
+   - Skip Mite test on Perl < 5.10.1
+  0.0262022-06-30
+   - Added: Support classes built with Mite.
+
+---

Old:

  Sub-HandlesVia-0.025.tar.gz

New:

  Sub-HandlesVia-0.027.tar.gz



Other differences:
--
++ perl-Sub-HandlesVia.spec ++
--- /var/tmp/diff_new_pack.1x9ZjK/_old  2022-07-04 11:32:36.159996818 +0200
+++ /var/tmp/diff_new_pack.1x9ZjK/_new  2022-07-04 11:32:36.167996831 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Sub-HandlesVia
 Name:   perl-Sub-HandlesVia
-Version:0.025
+Version:0.027
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Alternative handles_via implementation

++ Sub-HandlesVia-0.025.tar.gz -> Sub-HandlesVia-0.027.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-HandlesVia-0.025/COPYRIGHT 
new/Sub-HandlesVia-0.027/COPYRIGHT
--- old/Sub-HandlesVia-0.025/COPYRIGHT  2022-06-16 12:34:45.0 +0200
+++ new/Sub-HandlesVia-0.027/COPYRIGHT  2022-06-30 02:08:51.0 +0200
@@ -72,6 +72,7 @@
  lib/Sub/HandlesVia/HandlerLibrary/Number.pm
  lib/Sub/HandlesVia/HandlerLibrary/Scalar.pm
  lib/Sub/HandlesVia/HandlerLibrary/String.pm
+ lib/Sub/HandlesVia/Toolkit/Mite.pm
  lib/Sub/HandlesVia/Toolkit/Moo.pm
  lib/Sub/HandlesVia/Toolkit/Moose.pm
  lib/Sub/HandlesVia/Toolkit/Mouse.pm
@@ -96,6 +97,8 @@
  t/30egpod/number.t
  t/30egpod/scalar.t
  t/30egpod/string.t
+ t/40mite/lib/MyTest.pm
+ t/40mite/lib/MyTest.pm.mite.pm
  t/94cmp.t
  t/96foreach.t
  t/99headtail.t
@@ -126,11 +129,13 @@
 
 Files: t/20moosex_extended.t
  t/31egpod_dummy.t
+ t/40mite/basic.t
 Copyright: This software is copyright (c) 2022 by Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
 Files: INSTALL
  LICENSE
+ t/40mite/.mite/config
 Copyright: Unknown
 License: Unknown
 
@@ -138,6 +143,11 @@
 Copyright: This software is copyright (c) 2020 by Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
+Files: t/40mite/lib/MyTest/Mite.pm
+Copyright: This software is copyright (c) 2011-2014 by Michael G Schwern.
+ This software is copyright (c) 2022 by Toby Inkster.
+License: GPL-1.0+ or Artistic-1.0
+
 License: Artistic-1.0
  This software is Copyright (c) 2022 by the copyright holder(s).
  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-HandlesVia-0.025/Changes 
new/Sub-HandlesVia-0.027/Changes
--- old/Sub-HandlesVia-0.025/Changes2022-06-16 12:34:45.0 +0200
+++ new/Sub-HandlesVia-0.027/Changes2022-06-30 02:08:51.0 +0200
@@ -6,6 +6,15 @@
 Bug tracker:  
 Maintainer:   Toby Inkster (TOBYINK) 
 
+0.027  2022-06-30
+
+ [ Test Suite ]
+ - Skip Mite test on Perl < 5.10.1
+
+0.026  2022-06-30
+
+ - Added: Support classes built with Mite.
+
 0.025  2022-06-16
 
  - Internally shift off the method invocant sometimes as benchmarking shows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-HandlesVia-0.025/MANIFEST 
new/Sub-HandlesVia-0.027/MANIFEST
--- old/Sub-HandlesVia-0.025/MANIFEST   2022-06-16 12:34:45.0 +0200
+++ new/Sub-HandlesVia-0.027/MANIFEST   2022-06-30 02:08:51.0 +0200
@@ -32,6 +32,7 @@
 lib/Sub/HandlesVia/HandlerLibrary/String.pm
 lib/Sub/HandlesVia/HandlerLibrary/String.pod
 lib/Sub/HandlesVia/Toolkit.pm
+lib/Sub/HandlesVia/Toolkit/Mite.pm
 lib/Sub/HandlesVia/Toolkit/Moo.pm
 lib/Sub/HandlesVia/Toolkit/Moose.pm
 lib/Sub/HandlesVia/Toolkit/Mouse.pm
@@ -107,6 +108,11 @@
 t/30egpod/scalar.t
 t/30egpod/string.t
 t/31egpod_dummy.t
+t/40mite/.mite/config
+t/40mite/basic.t
+t/40mite/lib/MyTest.pm
+t/40mite/lib/MyTest.pm.mite.pm
+t/40mite/lib/MyTest/Mite.pm
 t/94cmp.t
 t/95any.t
 t/96foreach.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit libgphoto2 for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2022-07-04 11:32:29

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.1548 (New)


Package is "libgphoto2"

Mon Jul  4 11:32:29 2022 rev:134 rq:986347 version:2.5.30

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2022-04-28 
23:07:07.092631920 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.1548/libgphoto2.changes  
2022-07-04 11:32:32.911991588 +0200
@@ -1,0 +2,21 @@
+Sat Jul  2 09:39:31 UTC 2022 - Marcus Meissner 
+
+- updated to 2.5.30 release
+  - ptp2:
+* Canon: fixed display locking/unlocking after exit
+* generic: avoid potential crash on image addition
+* Sony: Add image information when wait_for_event, some config values added
+* Added IDs:
+  * Nikon Zfc, Z9
+  * Sony DSC-WX220, Alpha-A7 IV
+  * Nikon P950
+  * Canon EOS Rebel T8i
+  * Fuji Fujifilm X-E4
+  * GoPro HERO10 Black
+  - general:
+* fix parallel builds by requiring gettext 0.19.1 for builds from git (PR 
#797)
+* add gp_init_localedir() function to allow for non-standard installations 
(PR #796)
+  - translations:
+* updated traditional chinese
+
+---

Old:

  libgphoto2-2.5.29.tar.xz
  libgphoto2-2.5.29.tar.xz.asc

New:

  libgphoto2-2.5.30.tar.xz
  libgphoto2-2.5.30.tar.xz.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.paeeYa/_old  2022-07-04 11:32:33.575992658 +0200
+++ /var/tmp/diff_new_pack.paeeYa/_new  2022-07-04 11:32:33.579992664 +0200
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1-or-later
 Group:  Hardware/Camera
-Version:2.5.29
+Version:2.5.30
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.xz
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.xz.asc
@@ -171,7 +171,7 @@
 # .la files are not needed
 rm %buildroot/%_libdir/*.la
 rm %buildroot/%_libdir/libgphoto2/%version/*.la
-rm %buildroot/%_libdir/libgphoto2_port/0.12.0/*.la
+rm %buildroot/%_libdir/libgphoto2_port/0.12.1/*.la
 
 rm -rf %buildroot/usr/share/doc/libgphoto2_port
 

++ libgphoto2-2.5.29.tar.xz -> libgphoto2-2.5.30.tar.xz ++
 224442 lines of diff (skipped)


commit perl-Mac-PropertyList for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2022-07-04 11:32:35

Comparing /work/SRC/openSUSE:Factory/perl-Mac-PropertyList (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1548 (New)


Package is "perl-Mac-PropertyList"

Mon Jul  4 11:32:35 2022 rev:20 rq:986282 version:1.503

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2021-01-20 18:29:10.471613982 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1548/perl-Mac-PropertyList.changes
2022-07-04 11:32:36.563997469 +0200
@@ -1,0 +2,10 @@
+Fri Jul  1 03:06:20 UTC 2022 - Tina M??ller 
+
+- updated to 1.503
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.503 2022-06-30T18:16:29Z
+   * Darren Kulp noted an XML error in one of the test strings (GitHub #12)
+   * No other code changes
+
+---

Old:

  Mac-PropertyList-1.502.tar.gz

New:

  Mac-PropertyList-1.503.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.lP66SH/_old  2022-07-04 11:32:37.015998197 +0200
+++ /var/tmp/diff_new_pack.lP66SH/_new  2022-07-04 11:32:37.023998210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,17 @@
 
 %define cpan_name Mac-PropertyList
 Name:   perl-Mac-PropertyList
-Version:1.502
+Version:1.503
 Release:0
-Summary:Work with Mac plists at a low level
 License:Artistic-2.0
+Summary:Work with Mac plists at a low level
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
 BuildRequires:  perl(Test::More) >= 1
 BuildRequires:  perl(XML::Entities)
 BuildRequires:  perl(parent)

++ Mac-PropertyList-1.502.tar.gz -> Mac-PropertyList-1.503.tar.gz ++
 2666 lines of diff (skipped)


commit python-requests for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2022-07-04 11:32:30

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


Package is "python-requests"

Mon Jul  4 11:32:30 2022 rev:73 rq:986373 version:2.28.1

Changes:

--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2022-01-07 12:45:10.923795495 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requests.new.1548/python-requests.changes
2022-07-04 11:32:34.903994796 +0200
@@ -1,0 +2,31 @@
+Wed Jun 29 19:11:41 UTC 2022 - Michael Str??der 
+
+- rebased requests-no-hardcoded-version.patch
+- update to 2.28.1
+  * 2.28.1 (2022-06-29)
+- Improvements
+  + Speed optimization in iter_content with transition to yield from. 
(#6170)
+- Dependencies
+  + Added support for chardet 5.0.0 (#6179)
+  + Added support for charset-normalizer 2.1.0 (#6169)
+  * 2.28.0 (2022-06-09)
+- Deprecations
+  + warning Requests has officially dropped support for Python 2.7. 
warning (#6091)
+  + Requests has officially dropped support for Python 3.6 (including 
pypy3.6). (#6091)
+- Improvements
+  + Wrap JSON parsing issues in Request's JSONDecodeError for payloads
+without an encoding to make json() API consistent. (#6097)
+  + Parse header components consistently, raising an InvalidHeader error 
in all invalid cases. (#6154)
+  + Added provisional 3.11 support with current beta build. (#6155)
+  + Requests got a makeover and we decided to paint it black. (#6095)
+- Bugfixes
+  + Fixed bug where setting CURL_CA_BUNDLE to an empty string would disable
+cert verification. All Requests 2.x versions before 2.28.0 are 
affected. (#6074)
+  + Fixed urllib3 exception leak, wrapping urllib3.exceptions.SSLError with
+requests.exceptions.SSLError for content and iter_content. (#6057)
+  + Fixed issue where invalid Windows registry entires caused proxy 
resolution
+to raise an exception rather than ignoring the entry. (#6149)
+  + Fixed issue where entire payload could be included in the error
+message for JSONDecodeError. (#6036)
+
+---

Old:

  requests-2.27.1.tar.gz

New:

  requests-2.28.1.tar.gz



Other differences:
--
++ python-requests.spec ++
--- /var/tmp/diff_new_pack.v5t7Z9/_old  2022-07-04 11:32:35.511995775 +0200
+++ /var/tmp/diff_new_pack.v5t7Z9/_new  2022-07-04 11:32:35.515995782 +0200
@@ -26,7 +26,7 @@
 %endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-requests%{psuffix}
-Version:2.27.1
+Version:2.28.1
 Release:0
 Summary:Python HTTP Library
 License:Apache-2.0

++ requests-2.27.1.tar.gz -> requests-2.28.1.tar.gz ++
 10582 lines of diff (skipped)

++ requests-no-hardcoded-version.patch ++
--- /var/tmp/diff_new_pack.v5t7Z9/_old  2022-07-04 11:32:35.619995949 +0200
+++ /var/tmp/diff_new_pack.v5t7Z9/_new  2022-07-04 11:32:35.623995955 +0200
@@ -1,14 +1,13 @@
-Index: requests-2.25.0/setup.py
-===
 requests-2.25.0.orig/setup.py
-+++ requests-2.25.0/setup.py
-@@ -49,7 +49,7 @@ requires = [
- 
+diff -ur requests-2.28.1.orig/setup.py requests-2.28.1/setup.py
+--- requests-2.28.1.orig/setup.py  2022-06-29 17:09:45.0 +0200
 requests-2.28.1/setup.py   2022-06-29 21:15:48.428104387 +0200
+@@ -65,7 +65,7 @@
+ "certifi>=2017.4.17",
  ]
  test_requirements = [
--'pytest-httpbin==0.0.7',
-+'pytest-httpbin>=0.0.7',
- 'pytest-cov',
- 'pytest-mock',
- 'pytest-xdist',
+-"pytest-httpbin==0.0.7",
++"pytest-httpbin>=0.0.7",
+ "pytest-cov",
+ "pytest-mock",
+ "pytest-xdist",
 


commit PackageKit for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2022-07-04 11:32:26

Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and  /work/SRC/openSUSE:Factory/.PackageKit.new.1548 (New)


Package is "PackageKit"

Mon Jul  4 11:32:26 2022 rev:227 rq:986278 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2022-06-01 
17:33:53.866686620 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new.1548/PackageKit.changes  
2022-07-04 11:32:28.875985090 +0200
@@ -1,0 +2,6 @@
+Fri Jul  1 03:34:35 UTC 2022 - Jonathan Kang 
+
+- Add PackageKit-zypp-add-upgrade-system.patch: implement
+  upgrade-system method(gh#hughsie/PackageKit/commit/930dd201b).
+
+---

New:

  PackageKit-zypp-add-upgrade-system.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.gZ2iHi/_old  2022-07-04 11:32:29.631986307 +0200
+++ /var/tmp/diff_new_pack.gZ2iHi/_new  2022-07-04 11:32:29.635986313 +0200
@@ -54,6 +54,8 @@
 Patch4: PackageKit-fix-crash-pre-dbus.patch
 # PATCH-FIX-UPSTREAM PackageKit-zypp-locked-packages.patch 
gh#hughsie/PackageKit#543, boo#1199895 sck...@suse.com -- zypp: ignore locked 
packages
 Patch5: PackageKit-zypp-locked-packages.patch
+# PATCH-FIX-UPSTREAM PackageKit-zypp-add-upgrade-system.patch 
gh#hughsie/PackageKit/commit/930dd201b sck...@suse.com -- zypp: implement 
upgrade-system method
+Patch6: PackageKit-zypp-add-upgrade-system.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++


++ PackageKit-zypp-add-upgrade-system.patch ++
>From 74da50015b14f3465042aa7280a8e7721a825540 Mon Sep 17 00:00:00 2001
From: Jonathan Kang 
Date: Wed, 4 Aug 2021 14:32:22 +0800
Subject: [PATCH] zypp: implement upgrade-system method

---
 backends/zypp/pk-backend-zypp.cpp | 49 +++
 1 file changed, 49 insertions(+)

diff --git a/backends/zypp/pk-backend-zypp.cpp 
b/backends/zypp/pk-backend-zypp.cpp
index 6da70348b..49251297d 100644
--- a/backends/zypp/pk-backend-zypp.cpp
+++ b/backends/zypp/pk-backend-zypp.cpp
@@ -3528,6 +3528,55 @@ pk_backend_update_packages (PkBackend *backend, 
PkBackendJob *job, PkBitfield tr
pk_backend_job_thread_create (job, backend_update_packages_thread, 
NULL, NULL);
 }
 
+static void
+pk_backend_upgrade_system_thread (PkBackendJob *job,
+ GVariant *params,
+ gpointer user_data)
+{
+   const gchar *release_ver = NULL;
+   PkBitfield transaction_flags = 0;
+
+   g_variant_get (params, "(t)",
+  _flags,
+  _ver, NULL);
+
+   ZyppJob zjob(job);
+   ZYpp::Ptr zypp = zjob.get_zypp ();
+   if (zypp == NULL) {
+   return;
+   }
+
+   if (is_tumbleweed ()) {
+   pk_backend_job_error_code (job, PK_ERROR_ENUM_NOT_SUPPORTED,
+  "upgrade-system is not supported in 
Tumbleweed, use \"pkcon update\" instead.");
+   return;
+   }
+
+   ResPool pool = zypp_build_pool (zypp, TRUE);
+   PkRestartEnum restart = PK_RESTART_ENUM_NONE;
+   PoolStatusSaver saver;
+
+   /* Set environment variable ZYPP_REPO_RELEASEVER to target version. */
+   g_setenv ("ZYPP_REPO_RELEASEVER", release_ver, TRUE);
+
+   upgrade_system (job, zypp, transaction_flags);
+
+   g_unsetenv ("ZYPP_REPO_RELEASEVER");
+}
+
+/**
+  * pk_backend_upgrade_system
+  */
+void
+pk_backend_upgrade_system (PkBackend *backend,
+  PkBackendJob *job,
+  PkBitfield transaction_flags,
+  const gchar *distro_id,
+  PkUpgradeKindEnum upgrade_kind)
+{
+   pk_backend_job_thread_create (job, pk_backend_upgrade_system_thread, 
NULL, NULL);
+}
+
 static void
 backend_repo_set_data_thread (PkBackendJob *job, GVariant *params, gpointer 
user_data)
 {
-- 
2.31.1


commit rubygem-unf_ext for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-unf_ext for openSUSE:Factory 
checked in at 2022-07-04 11:32:27

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


Package is "rubygem-unf_ext"

Mon Jul  4 11:32:27 2022 rev:9 rq:986302 version:0.0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-unf_ext/rubygem-unf_ext.changes  
2022-05-02 16:24:53.468792944 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-unf_ext.new.1548/rubygem-unf_ext.changes
2022-07-04 11:32:29.887986719 +0200
@@ -1,0 +2,7 @@
+Wed Jun 29 21:01:34 UTC 2022 - Manuel Schnitzer 
+
+- updated to version 0.0.8.2
+
+  * Add x64-mingw-ucrt native gem support for RubyInstaller 3.1.
+
+---

Old:

  unf_ext-0.0.8.1.gem

New:

  unf_ext-0.0.8.2.gem



Other differences:
--
++ rubygem-unf_ext.spec ++
--- /var/tmp/diff_new_pack.K3gAck/_old  2022-07-04 11:32:32.095990275 +0200
+++ /var/tmp/diff_new_pack.K3gAck/_new  2022-07-04 11:32:32.00281 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-unf_ext
-Version:0.0.8.1
+Version:0.0.8.2
 Release:0
 %define mod_name unf_ext
 %define mod_full_name %{mod_name}-%{version}

++ unf_ext-0.0.8.1.gem -> unf_ext-0.0.8.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/unf_ext.yml 
new/.github/workflows/unf_ext.yml
--- old/.github/workflows/unf_ext.yml   2022-03-13 04:36:07.0 +0100
+++ new/.github/workflows/unf_ext.yml   2022-05-26 02:35:34.0 +0200
@@ -12,7 +12,7 @@
   fail-fast: false
   matrix:
 os: [ ubuntu-20.04, macos-11.0, windows-2019 ]
-ruby: [ 2.6, 2.7, "3.0", 3.1, head ]
+ruby: [ 2.7, "3.0", 3.1, head ]
 include:
   - { os: windows-2019, ruby: mingw }
 exclude:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2022-03-13 04:36:07.0 +0100
+++ new/CHANGELOG.md2022-05-26 02:35:34.0 +0200
@@ -1,6 +1,10 @@
+## 0.0.8.2 (2022-05-26)
+
+- Add x64-mingw-ucrt native gem support for RubyInstaller 3.1.
+
 ## 0.0.8.1 (2022-03-13)
 
-- Include Windows binaries for Ruby 3.1.
+- Include Windows binaries for Ruby 3.1. (FAIL)
 
 ## 0.0.8 (2021-09-14)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2022-03-13 04:36:07.0 +0100
+++ new/Rakefile2022-05-26 02:35:34.0 +0200
@@ -2,10 +2,16 @@
 
 gemspec = Bundler::GemHelper.gemspec
 
+native_platforms = %w[
+  x86-mingw32
+  x64-mingw32
+  x64-mingw-ucrt
+]
+
 require 'rake/extensiontask'
 Rake::ExtensionTask.new('unf_ext', gemspec) do |ext|
   ext.cross_compile = true
-  ext.cross_platform = %w[x86-mingw32 x64-mingw32]
+  ext.cross_platform = native_platforms
   ext.cross_config_options << '--with-ldflags="-static-libgcc"' << 
'--with-static-libstdc++'
 end
 
@@ -13,10 +19,7 @@
   task :native do
 require 'rake_compiler_dock'
 sh 'bundle package --all'
-%w[
-  x64-mingw32
-  x86-mingw32
-].each do |plat|
+native_platforms.each do |plat|
   RakeCompilerDock.sh "bundle --local && rake native:#{plat} gem", 
platform: plat
 end
   end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/unf_ext/version.rb new/lib/unf_ext/version.rb
--- old/lib/unf_ext/version.rb  2022-03-13 04:36:07.0 +0100
+++ new/lib/unf_ext/version.rb  2022-05-26 02:35:34.0 +0200
@@ -1,5 +1,5 @@
 module UNF
   class Normalizer
-VERSION = "0.0.8.1"
+VERSION = "0.0.8.2"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2022-03-13 04:36:07.0 +0100
+++ new/metadata2022-05-26 02:35:34.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: unf_ext
 version: !ruby/object:Gem::Version
-  version: 0.0.8.1
+  version: 0.0.8.2
 platform: ruby
 authors:
 - Takeru Ohta
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2022-03-13 00:00:00.0 Z
+date: 2022-05-26 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -87,14 +87,14 @@
 requirements:
 - - ">="
   - !ruby/object:Gem::Version
-version: 1.1.0
+version: 1.2.1
   type: :development
   prerelease: false
   

commit wsdd for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wsdd for openSUSE:Factory checked in 
at 2022-07-04 11:32:22

Comparing /work/SRC/openSUSE:Factory/wsdd (Old)
 and  /work/SRC/openSUSE:Factory/.wsdd.new.1548 (New)


Package is "wsdd"

Mon Jul  4 11:32:22 2022 rev:7 rq:986253 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/wsdd/wsdd.changes2022-02-26 
17:01:40.631532039 +0100
+++ /work/SRC/openSUSE:Factory/.wsdd.new.1548/wsdd.changes  2022-07-04 
11:32:23.771976871 +0200
@@ -1,0 +2,5 @@
+Wed Jun 29 20:07:14 UTC 2022 - Herbert Graeber 
+
+- Include ws-discovey-udp service from firewalld 1.0 as part of wsdd.xml
+
+---

New:

  ws-discovery-udp.xml



Other differences:
--
++ wsdd.spec ++
--- /var/tmp/diff_new_pack.nz3ylZ/_old  2022-07-04 11:32:24.427977928 +0200
+++ /var/tmp/diff_new_pack.nz3ylZ/_new  2022-07-04 11:32:24.431977934 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wsdd
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,9 @@
 Source4:sysconfig.%{name}
 Source5:%{name}.conf
 Source6:%{name}-user.conf
+%if 0%{suse_version} < 1599
+Source7:ws-discovery-udp.xml
+%endif
 Patch1: %{name}-shebang.patch
 BuildRequires:  firewall-macros
 BuildRequires:  python3
@@ -61,6 +64,9 @@
 mkdir -p %{buildroot}%{_unitdir}
 sed 's#@LIBEXECDIR@#%{_libexecdir}#' %{SOURCE2} 
>%{buildroot}%{_unitdir}/wsdd.service
 install -m 644 -D %{SOURCE3} 
%{buildroot}%{_prefix}/lib/firewalld/services/wsdd.xml
+%if 0%{suse_version} < 1599
+install -m 644 -D %{SOURCE7} 
%{buildroot}%{_prefix}/lib/firewalld/services/ws-discovery-udp.xml
+%endif
 install -m 644 -D %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.wsdd
 install -m 755 -d %{buildroot}%{_sbindir}
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
@@ -98,6 +104,9 @@
 %dir %{_prefix}/lib/firewalld
 %dir %{_prefix}/lib/firewalld/services
 %{_prefix}/lib/firewalld/services/wsdd.xml
+%if 0%{suse_version} < 1599
+%{_prefix}/lib/firewalld/services/ws-discovery-udp.xml
+%endif
 %{_fillupdir}/sysconfig.%{name}
 %{_sysusersdir}/%{name}-user.conf
 %dir %attr(0755,wsdd,wsdd) %ghost /run/%{name}

++ ws-discovery-udp.xml ++


  WS-Discovery (UDP)
  Web Services Dynamic Discovery (WS-Discovery) is a technical 
specification that defines a multicast discovery protocol to locate services on 
a local network.
  
  


++ wsdd.xml ++
--- /var/tmp/diff_new_pack.nz3ylZ/_old  2022-07-04 11:32:24.515978069 +0200
+++ /var/tmp/diff_new_pack.nz3ylZ/_new  2022-07-04 11:32:24.519978075 +0200
@@ -3,6 +3,6 @@
   wsdd
   Web Service Discovery
   
-  
+  
 
 


commit gnome-software for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2022-07-04 11:32:24

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.1548 (New)


Package is "gnome-software"

Mon Jul  4 11:32:24 2022 rev:95 rq:986277 version:42.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2022-06-25 10:23:55.326644619 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.1548/gnome-software.changes  
2022-07-04 11:32:26.427981148 +0200
@@ -1,0 +2,13 @@
+Thu Jun 30 20:16:25 UTC 2022 - Bj??rn Lie 
+
+- Update to version 42.3:
+  + Fix some crashes when handling flatpaks.
+  + Fix incorrectly showing a restart notification after a failed
+firmware update.
+  + Fix a mismatch between app review ratings at the top and bottom
+of the page.
+  + Fix prompt dialogs when updating firmware on devices which need
+user interaction.
+  + Updated translations.
+
+---

Old:

  gnome-software-42.2.tar.xz

New:

  gnome-software-42.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.ZOIFuu/_old  2022-07-04 11:32:27.047982146 +0200
+++ /var/tmp/diff_new_pack.ZOIFuu/_new  2022-07-04 11:32:27.051982153 +0200
@@ -19,7 +19,7 @@
 %define gs_plugin_api 17
 
 Name:   gnome-software
-Version:42.2
+Version:42.3
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later

++ gnome-software-42.2.tar.xz -> gnome-software-42.3.tar.xz ++
 4309 lines of diff (skipped)