commit btrfsprogs for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2023-03-10 09:09:35

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


Package is "btrfsprogs"

Fri Mar 10 09:09:35 2023 rev:139 rq: version:6.1.3

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2023-03-09 
17:45:23.702797746 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new.31432/btrfsprogs.changes 
2023-03-10 09:09:37.489098767 +0100
@@ -2,23 +1,0 @@
-Tue Mar  7 00:00:00 CET 2023 - dste...@suse.cz
-
-- update to 6.2.1:
-  * fix build with crypto libraries
-  * CI images updated, build tests extended
-- update to 6.2:
-  * receive: fix a corruption when decompressing zstd extents
-  * subvol sync: print total number and deletion progress
-  * accelerated hash algorithm implementations in fallback mode on x86_64
-  * fi mkswapfile: new option --uuid
-  * new global option --log=level to set the verbosity level directly
-  * other:
-* experimental: update checksum conversion (not usable yet)
-* build actually requires -std=gnu11
-* refactor help option formatting, auto wrap long lines
-- spec changes:
-  - drop xmlto, not used anymore
-  - Add patch: check-qgroup-init.diff, fix build on SLE12SP5
-  - use packaged pregenerated documentation on <= SLE15
-  - drop conditional build of udev-rules (SLE12SP5 has version 228)
-  - add missing defattr directive to python package
-


Old:

  btrfs-progs-v6.2.1.tar.gz
  btrfs-progs-v6.2.1.tar.sign
  check-qgroup-init.diff

New:

  btrfs-progs-v6.1.3.tar.gz
  btrfs-progs-v6.1.3.tar.sign



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.zkpsxZ/_old  2023-03-10 09:09:38.253102749 +0100
+++ /var/tmp/diff_new_pack.zkpsxZ/_new  2023-03-10 09:09:38.257102770 +0100
@@ -17,6 +17,8 @@
 
 
 %define udev_with_btrfs_builtin 190
+%define udev_version %(pkg-config --modversion udev)
+%define package_udev_rules %{udev_version} >= %{udev_with_btrfs_builtin}
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 
 # enable building of btrfsprogs-static
@@ -27,16 +29,12 @@
 %endif
 
 # the tarball contains prebuilt documentation
-%if 0%{?suse_version} <= 1590
-%define build_docs 0
-%else
 %define build_docs 1
-%endif
 
 %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
 
 Name:   btrfsprogs
-Version:6.2.1
+Version:6.1.3
 Release:0
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0-only
@@ -57,7 +55,6 @@
 Provides:   btrfs-progs(%_arch) = %{version}-%{release}
 
 Patch1: mkfs-default-features.patch
-Patch2: check-qgroup-init.diff
 
 %if %build_docs
 BuildRequires:  python3-Sphinx
@@ -76,18 +73,27 @@
 %if 0%{?suse_version} > 1500
 BuildRequires:  libzstd-devel
 %endif
-BuildRequires:  libudev-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkg-config
-BuildRequires:  python-rpm-macros
+%if 0%{?suse_version} >= 1310
 BuildRequires:  suse-module-tools
-BuildRequires:  zlib-devel
+%endif
+BuildRequires:  libudev-devel
 BuildRequires:  pkgconfig(udev)
+%if %build_docs
+BuildRequires:  xmlto
+%endif
+BuildRequires:  python-rpm-macros
+BuildRequires:  zlib-devel
+%if 0%{?suse_version} >= 1310
 Requires(post): coreutils
 Requires(postun):coreutils
+%endif
 Supplements:filesystem(btrfs)
 Recommends: btrfsmaintenance
+%if %{package_udev_rules}
 Requires:   btrfsprogs-udev-rules
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -136,6 +142,9 @@
 This package contains the libraries and headers files for developers to
 build applications to interface with Btrfs.
 
+# rpm < 4.6.0 (SLE11 uses 4.4) doesn't support noarch subpackages.
+# Fortunately, it doesn't use systemd either so we can just skip it.
+%if %{package_udev_rules}
 %package udev-rules
 Summary:Udev rules for configuring btrfs file systems
 Group:  System/Kernel
@@ -149,6 +158,7 @@
 (v190 and newer).  Older versions of udev will call the version of
 "btrfs ready" contained in the btrfsprogs package, which does the right
 thing.
+%endif
 
 %package -n libbtrfsutil1
 Summary:Utility library for interacting with Btrfs
@@ -185,7 +195,6 @@
 %prep
 %setup -q -n btrfs-progs-v%{version}
 %patch1 -p1
-%patch2 -p0
 
 %build
 ./autogen.sh
@@ -395,14 +404,15 @@
 %{_libdir}/libbtrfsutil.so
 %{_libdir}/pkgconfig/libbtrfsutil.pc
 
+%if %{package_udev_rules}
 %files udev-rules
 %defattr(-, root, root)
 %dir %{_udevrulesdir}
 %{_udevrulesdir}/64-btrfs-dm.rules
 %{_ud

commit ncurses for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2023-03-10 22:06:48

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


Package is "ncurses"

Fri Mar 10 22:06:48 2023 rev:234 rq:1070101 version:6.4.MACRO

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2023-02-22 
15:21:02.797677555 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new.31432/ncurses.changes   
2023-03-10 22:06:49.172979431 +0100
@@ -1,0 +2,9 @@
+Tue Feb 28 14:28:56 UTC 2023 - Dr. Werner Fink 
+
+- Add ncurses patch 20230225
+  + build-fixes for rpm test-packages.
+  + add/user configure check for clock_gettime(), to supersede
+gettimeofday().
+- Correct offsets of patch ncurses-6.4.dif
+
+---



Other differences:
--
++ ncurses-6.4-patches.tar.bz2 ++
 12810 lines of diff (skipped)

++ ncurses-6.4.dif ++
--- /var/tmp/diff_new_pack.tJhaXi/_old  2023-03-10 22:06:50.976987644 +0100
+++ /var/tmp/diff_new_pack.tJhaXi/_new  2023-03-10 22:06:50.980987663 +0100
@@ -19,7 +19,7 @@
 
 --- aclocal.m4
 +++ aclocal.m4 2023-01-23 13:06:54.872588922 +
-@@ -5988,12 +5988,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP
  CF_EOF
  if test -n "$cf_manpage_compress" ; then
-@@ -6118,9 +6121,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <

commit bzip2 for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bzip2 for openSUSE:Factory checked 
in at 2023-03-10 22:06:49

Comparing /work/SRC/openSUSE:Factory/bzip2 (Old)
 and  /work/SRC/openSUSE:Factory/.bzip2.new.31432 (New)


Package is "bzip2"

Fri Mar 10 22:06:49 2023 rev:69 rq:1070127 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/bzip2/bzip2.changes  2022-05-05 
23:04:27.833412789 +0200
+++ /work/SRC/openSUSE:Factory/.bzip2.new.31432/bzip2.changes   2023-03-10 
22:06:51.700990940 +0100
@@ -1,0 +2,5 @@
+Wed Mar  8 10:04:51 UTC 2023 - Martin Pluskal 
+
+- Build AVX2 enabled hwcaps library for x86_64-v3
+
+---



Other differences:
--
++ bzip2.spec ++
--- /var/tmp/diff_new_pack.llAlPd/_old  2023-03-10 22:06:52.544994783 +0100
+++ /var/tmp/diff_new_pack.llAlPd/_new  2023-03-10 22:06:52.548994801 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bzip2
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Requires(pre):  %{libname}
 Provides:   bzip = %{version}
 Obsoletes:  bzip < %{version}
+%{?suse_build_hwcaps_libs}
 
 %description
 The bzip2 program is a program for compressing files.


commit xrdp for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xrdp for openSUSE:Factory checked in 
at 2023-03-10 22:06:57

Comparing /work/SRC/openSUSE:Factory/xrdp (Old)
 and  /work/SRC/openSUSE:Factory/.xrdp.new.31432 (New)


Package is "xrdp"

Fri Mar 10 22:06:57 2023 rev:51 rq:1070579 version:0.9.20

Changes:

--- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes2023-02-20 
17:46:17.863582112 +0100
+++ /work/SRC/openSUSE:Factory/.xrdp.new.31432/xrdp.changes 2023-03-10 
22:07:10.345075819 +0100
@@ -1,0 +2,14 @@
+Wed Mar  8 07:06:01 UTC 2023 - Yifan Jiang 
+
+- Enable --with-pamconfdir=/usr/lib/pam.d on Tumbleweed
+  (gh#neutrinolabs/xrdp!2552 bsc#1208121).
+
+---
+Wed Mar  8 06:51:28 UTC 2023 - Yifan Jiang 
+
+- Add xrdp-make-pamconfdir-configurable.patch: Apply upstream
+  implementation and introduce --with-pamconfdir at build time
+  (gh#neutrinolabs/xrdp!2552 bsc#1208121).
+- Drop xrdp-fix-search-pam-vendor-dir.patch
+
+---

Old:

  xrdp-fix-search-pam-vendor-dir.patch

New:

  xrdp-make-pamconfdir-configurable.patch



Other differences:
--
++ xrdp.spec ++
--- /var/tmp/diff_new_pack.q6y2jt/_old  2023-03-10 22:07:11.193079679 +0100
+++ /var/tmp/diff_new_pack.q6y2jt/_new  2023-03-10 22:07:11.197079698 +0100
@@ -38,8 +38,6 @@
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE xrdp-pam.patch - hfigui...@novell.com refreshed by 
ft...@geeko.jp
 Patch1: xrdp-pam.patch
-# PATCH-FIX-OPENSUSE xrdp-fix-search-pam-vendor-dir.patch bsc#1208121 - 
yfji...@suse.com -- Search pam configuration file in the vendor directory 
/usr/lib/pam.d/
-Patch2: xrdp-fix-search-pam-vendor-dir.patch
 # PATCH-FIX-OPENSUSE xrdp-disable-8-bpp-vnc-support.patch bsc#991059 - 
fezh...@suse.com -- disable 8 bpp support for vnc connections
 Patch4: xrdp-disable-8-bpp-vnc-support.patch
 # PATCH-FIX-OPENSUSE xrdp-support-KillDisconnected-for-Xvnc.patch boo#1101506 
- fezh...@suse.com -- Support the KillDisconnected option for TigerVNC Xvnc 
sessions
@@ -68,6 +66,9 @@
 Patch16:xrdp-CVE-2022-23493.patch
 # PATCH-FIX-UPSTREAM xrdp-CVE-2022-23477.patch bsc#1206301 - yu.da...@suse.com 
-- Buffer over flow in audin_send_open() function
 Patch17:xrdp-CVE-2022-23477.patch
+# PATCH-FIX-UPSTREAM xrdp-make-pamconfdir-configurable.patch 
gh#neutrinolabs/xrdp!2552 bsc#1208121 - yfji...@suse.com -- Configure pam.d 
directory at build time
+Patch18:xrdp-make-pamconfdir-configurable.patch
+
 # Keep SLE only patches on the bottom starting from patch number 1001
 # PATCH-FEATURE-SLE xrdp-avahi.diff bnc#586785 - hfigui...@novell.com -- Add 
Avahi support.
 Patch1001:  xrdp-avahi.diff
@@ -126,7 +127,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
@@ -141,6 +141,7 @@
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 %if 0%{?sle_version}
 %patch1001 -p1
 %patch1002 -p1
@@ -154,6 +155,9 @@
--enable-ipv6 \
--enable-painter \
--with-systemdsystemunitdir=%{_unitdir} \
+%if 0%{?suse_version} > 1500
+   --with-pamconfdir=%{_pam_vendordir} \
+%endif
--enable-vsock \
--enable-fuse
 make %{?_smp_mflags} V=1
@@ -175,11 +179,6 @@
 # use certification file created at the post phase
 rm -f %{buildroot}/%{_sysconfdir}/xrdp/{cert,key}.pem
 
-%if 0%{?suse_version} > 1500
-mkdir -p %{buildroot}%{_pam_vendordir}
-mv %{buildroot}%{_sysconfdir}/pam.d/xrdp-sesman %{buildroot}%{_pam_vendordir}
-%endif
-
 %fdupes -s %{buildroot}
 
 %pre


++ xrdp-make-pamconfdir-configurable.patch ++
>From 8be6bc137e44939d15a8b28eff4df53c961ca84c Mon Sep 17 00:00:00 2001
From: Yifan J 
Date: Tue, 21 Feb 2023 09:50:46 +0800
Subject: [PATCH] Make pam.d directory configurable

---
 configure.ac|  7 +++
 instfiles/pam.d/Makefile.am |  2 +-
 sesman/Makefile.am  |  1 +
 sesman/tools/Makefile.am|  1 +
 sesman/verify_user_pam.c| 10 +-
 5 files changed, 19 insertions(+), 2 deletions(-)

Index: xrdp-0.9.20/configure.ac
===
--- xrdp-0.9.20.orig/configure.ac
+++ xrdp-0.9.20/configure.ac
@@ -464,6 +464,12 @@ if test "x$enable_strict_locations" != "
   localstatedir="/var";
 fi
 
+AC_ARG_WITH([pamconfdir],
+  [AS_HELP_STRING([--with-pamconfdir=DIR],
+  [Use directory for pam.d config (default: /etc/pam.d)])],
+  [], [with_pamconfdir="$sysconfdir/pam.d"])
+AC_SUBST([pamconfdir], [$with_pamconfdir])
+
 PKG_INSTALLDIR
 
 AC_CHECK_HEADERS([sys/prctl.h])
@@ -542,6 +548,7 @@ echo "  exec_prefix $exec_pr
 echo "  li

commit musescore for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package musescore for openSUSE:Factory 
checked in at 2023-03-10 22:07:02

Comparing /work/SRC/openSUSE:Factory/musescore (Old)
 and  /work/SRC/openSUSE:Factory/.musescore.new.31432 (New)


Package is "musescore"

Fri Mar 10 22:07:02 2023 rev:31 rq:1070448 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/musescore/musescore.changes  2023-03-02 
23:04:45.124228166 +0100
+++ /work/SRC/openSUSE:Factory/.musescore.new.31432/musescore.changes   
2023-03-10 22:07:13.329089404 +0100
@@ -1,0 +2,5 @@
+Wed Mar  8 20:51:09 UTC 2023 - Cor Blom 
+
+- Update Licenses
+
+---



Other differences:
--
++ musescore.spec ++
--- /var/tmp/diff_new_pack.Qzeouz/_old  2023-03-10 22:07:14.901096560 +0100
+++ /var/tmp/diff_new_pack.Qzeouz/_new  2023-03-10 22:07:14.905096579 +0100
@@ -29,10 +29,15 @@
 Version:4.0.1
 Release:0
 Summary:A WYSIWYG music score typesetter
-# Musescore code license is GPL-2.0
+# Musescore code license is GPL-3.0 with font exception (see LICENSE.rtf in 
top dir
 # Software in thirdparty is licensed under their own license
-# Documentation is CC-SA
-License:GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-only AND 
LGPL-3.0-only AND MIT
+# thirdparty/beatroot: GPL 2.0 or later
+# thirdparty/dr_libs: Public Domain OR MIT no attribution
+# thirdparty/dtl: BSD
+# thirdparty/fluidsytn: LGPL-2.1
+# thirdparty/invaltree: MIT
+# thirdparty?kddockwidgets: GPL-2.0-only OR GPL-3.0-only
+License:BSD-3-Clause AND GPL-2.0-only AND 
SUSE-GPL-3.0-with-font-exception AND GPL-2.0-or-later AND LGPL-2.1-only AND 
(GPL-2.0-only OR GPL-3.0-only) AND MIT
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 URL:https://musescore.org
 Source0:
https://github.com/musescore/MuseScore/archive/v%{version}/MuseScore-%{version}.tar.gz


commit python-kasa for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-kasa for openSUSE:Factory 
checked in at 2023-03-10 22:07:08

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


Package is "python-kasa"

Fri Mar 10 22:07:08 2023 rev:4 rq:1070520 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-kasa/python-kasa.changes  2021-02-15 
23:20:29.271771072 +0100
+++ /work/SRC/openSUSE:Factory/.python-kasa.new.31432/python-kasa.changes   
2023-03-10 22:07:15.181097835 +0100
@@ -1,0 +2,12 @@
+Thu Mar  9 09:18:28 UTC 2023 - Guillaume GARDET 
+
+- Update to 0.5.1:
+  * Changelog: https://github.com/python-kasa/python-kasa/releases/tag/0.5.1
+
+---
+Mon Sep 26 14:29:53 UTC 2022 - Guillaume GARDET 
+
+- Update to 0.5.0:
+  * Changelog: https://github.com/python-kasa/python-kasa/releases/tag/0.5.0
+
+---

Old:

  _service
  python-kasa-0.0~git1580219900.15b0c8c.obscpio
  python-kasa.obsinfo

New:

  python-kasa-0.5.1.tar.gz



Other differences:
--
++ python-kasa.spec ++
--- /var/tmp/diff_new_pack.yrNUtr/_old  2023-03-10 22:07:15.721100293 +0100
+++ /var/tmp/diff_new_pack.yrNUtr/_new  2023-03-10 22:07:15.725100312 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kasa
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,37 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %define skip_python36 1
 Name:   python-kasa
-Version:0.0~git1580219900.15b0c8c
+Version:0.5.1
 Release:0
 Summary:Python API for TP-Link Kasa Smarthome products
 License:GPL-3.0-or-later
 URL:https://github.com/python-kasa/python-kasa
-Source0:python-kasa-%{version}.tar.xz
-BuildRequires:  %{python_module click >= 7.0}
+Source0:
https://github.com/python-kasa/python-kasa/archive/refs/tags/%{version}.tar.gz#/python-kasa-%{version}.tar.gz
+BuildRequires:  %{python_module anyio}
+BuildRequires:  %{python_module asyncclick}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry}
+BuildRequires:  %{python_module pydantic}
 BuildRequires:  %{python_module pytest-asyncio}
+BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module voluptuous}
+BuildRequires:  %{python_module xdoctest}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # Runtime requires
-Requires:   python-click >= 7.0
-Requires:   python-pytest-asyncio
+Requires:   python-anyio
+Requires:   python-asyncclick
+Requires:   python-pydantic
 Requires:   python-setuptools
+Requires:   python-voluptuous
+Requires:   python-xdoctest
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -49,17 +57,19 @@
 %prep
 %setup -q
 
+find . -name \*.py -o -name \*.json -exec chmod -x '{}' \;
+
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/kasa
+%python_expand rm %{buildroot}%{$python_sitelib}/CHANGELOG.md
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# https://github.com/python-kasa/python-kasa/issues/27
-#%%pytest
+%pytest
 
 %post
 %python_install_alternative kasa
@@ -71,8 +81,7 @@
 %doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/kasa
-%dir %{python_sitelib}/kasa
-%{python_sitelib}/kasa/*
-%{python_sitelib}/*.egg-info*
+%{python_sitelib}/kasa
+%{python_sitelib}/python_kasa-%{version}.dist-info
 
 %changelog


commit mingw64-zlib for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw64-zlib for openSUSE:Factory 
checked in at 2023-03-10 22:07:16

Comparing /work/SRC/openSUSE:Factory/mingw64-zlib (Old)
 and  /work/SRC/openSUSE:Factory/.mingw64-zlib.new.31432 (New)


Package is "mingw64-zlib"

Fri Mar 10 22:07:16 2023 rev:6 rq:1070525 version:1.2.12

Changes:

--- /work/SRC/openSUSE:Factory/mingw64-zlib/mingw64-zlib.changes
2022-04-04 19:27:53.235508936 +0200
+++ /work/SRC/openSUSE:Factory/.mingw64-zlib.new.31432/mingw64-zlib.changes 
2023-03-10 22:07:20.597122492 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 17:04:20 UTC 2023 - Ralf Habacker 
+
+- Fix cmake macro usage (boo#1205135)
+
+---



Other differences:
--
++ mingw64-zlib.spec ++
--- /var/tmp/diff_new_pack.dPiaDe/_old  2023-03-10 22:07:21.065124623 +0100
+++ /var/tmp/diff_new_pack.dPiaDe/_new  2023-03-10 22:07:21.069124641 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw64-zlib
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -110,7 +110,7 @@
 
 %build
 %_mingw64_cmake . -DINSTALL_PKGCONFIG_DIR=%{_mingw64_libdir}/pkgconfig
-%_mingw64_make CFLAGS=-shared LDFLAGS=-no-undefined
+%_mingw64_cmake_build CFLAGS=-shared LDFLAGS=-no-undefined
 
 cd contrib/minizip
 autoreconf -fi
@@ -122,7 +122,7 @@
 %_mingw64_make CFLAGS=-shared LDFLAGS=-no-undefined
 
 %install
-%make_install
+%_mingw64_cmake_install
 %make_install -C contrib/minizip
 # for compatibility with older packages
 ln -sf libz.dll %{buildroot}%{_mingw64_bindir}/zlib1.dll


commit python-agate-excel for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-agate-excel for 
openSUSE:Factory checked in at 2023-03-10 22:07:11

Comparing /work/SRC/openSUSE:Factory/python-agate-excel (Old)
 and  /work/SRC/openSUSE:Factory/.python-agate-excel.new.31432 (New)


Package is "python-agate-excel"

Fri Mar 10 22:07:11 2023 rev:7 rq:1070526 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/python-agate-excel/python-agate-excel.changes
2021-08-16 10:17:29.498665884 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-agate-excel.new.31432/python-agate-excel.changes
 2023-03-10 22:07:16.941105848 +0100
@@ -1,0 +2,8 @@
+Thu Mar  9 09:35:03 UTC 2023 - pgaj...@suse.com
+
+- do not require python-six
+- added patches
+  fix 
https://github.com/wireservice/agate-excel/commit/833dc6d39dda3e4b025e3e4dc61533622d65cc5f
+  + python-agate-excel-no-python2.patch
+
+---

New:

  python-agate-excel-no-python2.patch



Other differences:
--
++ python-agate-excel.spec ++
--- /var/tmp/diff_new_pack.PRqU7y/_old  2023-03-10 22:07:17.581108762 +0100
+++ /var/tmp/diff_new_pack.PRqU7y/_new  2023-03-10 22:07:17.585108780 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate-excel
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-agate-excel
 Version:0.2.5
@@ -25,6 +24,8 @@
 License:MIT
 URL:https://github.com/wireservice/agate-excel
 Source: 
https://github.com/wireservice/agate-excel/archive/%{version}.tar.gz
+# 
https://github.com/wireservice/agate-excel/commit/833dc6d39dda3e4b025e3e4dc61533622d65cc5f
+Patch0: python-agate-excel-no-python2.patch
 BuildRequires:  %{python_module agate >= 1.5.0}
 BuildRequires:  %{python_module olefile}
 BuildRequires:  %{python_module openpyxl >= 2.3.0}
@@ -47,7 +48,7 @@
 to agate.
 
 %prep
-%setup -q -n agate-excel-%{version}
+%autosetup -p1 -n agate-excel-%{version}
 
 sed -i -e '/^#!\//, 1d' agateexcel/*.py
 
@@ -64,6 +65,7 @@
 %files %{python_files}
 %doc AUTHORS.rst README.rst
 %license COPYING
-%{python_sitelib}/*
+%{python_sitelib}/agateexcel*
+%{python_sitelib}/agate_excel*
 
 %changelog

++ python-agate-excel-no-python2.patch ++
Index: agate-excel-0.2.5/agateexcel/table_xls.py
===
--- agate-excel-0.2.5.orig/agateexcel/table_xls.py
+++ agate-excel-0.2.5/agateexcel/table_xls.py
@@ -8,7 +8,6 @@ from collections import OrderedDict
 
 import agate
 import olefile
-import six
 import xlrd
 
 EXCEL_TO_AGATE_TYPE = {
@@ -71,7 +70,7 @@ def from_xls(cls, path, sheet=None, skip
 tables = OrderedDict()
 
 for i, sheet in enumerate(sheets):
-if isinstance(sheet, six.string_types):
+if isinstance(sheet, str):
 sheet = book.sheet_by_name(sheet)
 elif isinstance(sheet, int):
 sheet = book.sheet_by_index(sheet)
@@ -108,7 +107,7 @@ def from_xls(cls, path, sheet=None, skip
 agate_type = agate.Date()
 
 if header:
-name = six.text_type(sheet.cell_value(skip_lines, i)) or 
None
+name = str(sheet.cell_value(skip_lines, i)) or None
 column_names.append(name)
 
 columns.append(values)
Index: agate-excel-0.2.5/agateexcel/table_xlsx.py
===
--- agate-excel-0.2.5.orig/agateexcel/table_xlsx.py
+++ agate-excel-0.2.5/agateexcel/table_xlsx.py
@@ -8,7 +8,6 @@ from collections import OrderedDict
 
 import agate
 import openpyxl
-import six
 
 NULL_TIME = datetime.time(0, 0, 0)
 
@@ -52,7 +51,7 @@ def from_xlsx(cls, path, sheet=None, ski
 tables = OrderedDict()
 
 for i, sheet in enumerate(sheets):
-if isinstance(sheet, six.string_types):
+if isinstance(sheet, str):
 try:
 sheet = book[sheet]
 except KeyError:
@@ -76,7 +75,7 @@ def from_xlsx(cls, path, sheet=None, ski
 
 if header:
 sheet_header = sheet.iter_rows(min_row=1 + skip_lines, max_row=1 + 
skip_lines)
-column_names = [None if c.value is None else 
six.text_type(c.value) for row in sheet_header for c in row]
+column_names = [None if c.value is None else str(c.value) for row 
in sheet_header for c in row]
 

commit kernel-source for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2023-03-10 22:06:52

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new.31432 (New)


Package is "kernel-source"

Fri Mar 10 22:06:52 2023 rev:681 rq:1070329 version:6.2.2

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2023-03-02 23:01:40.130666081 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new.31432/dtb-aarch64.changes 
2023-03-10 22:06:53.933001102 +0100
@@ -1,0 +2,122 @@
+Thu Mar  9 07:01:29 CET 2023 - jsl...@suse.cz
+
+- Disable lockdown. (bsc#1209006)
+  This somehow doesn't play good wrt to external modules.
+  When all is ready again, we can revert this revert.
+- commit 44ca817
+
+---
+Tue Mar  7 15:24:22 CET 2023 - shung-hsi...@suse.com
+
+- rpm/group-source-files.pl: Deal with {pre,post}fixed / in location
+  When the source file location provided with -L is either prefixed or
+  postfixed with forward slash, the script get stuck in a infinite loop
+  inside calc_dirs() where $path is an empty string.
+  user@localhost:/tmp> perl "$HOME/group-source-files.pl" -D devel.files -N 
nondevel.files -L /usr/src/linux-5.14.21-150500.41/
+  ...
+  path = /usr/src/linux-5.14.21-150500.41/Documentation/Kconfig
+  path = /usr/src/linux-5.14.21-150500.41/Documentation
+  path = /usr/src/linux-5.14.21-150500.41
+  path = /usr/src
+  path = /usr
+  path =
+  path =
+  path =
+  ... # Stuck in an infinite loop
+  This workarounds the issue by breaking out the loop once path is an
+  empty string. For a proper fix we'd want something that
+  filesystem-aware, but this workaround should be enough for the rare
+  occation that this script is ran manually.
+  Link: 
http://mailman.suse.de/mlarch/SuSE/kernel/2023/kernel.2023.03/msg00024.html
+- commit 6d65136
+
+---
+Mon Mar  6 16:09:32 CET 2023 - msucha...@suse.de
+
+- kernel-module-subpackage: Fix expansion with -b parameter (bsc#1208179).
+  When -b is specified the script is prefixed with KMP_NEEDS_MKINITRD=1
+  which sets the variable for a simple command.
+  However, the script is no longer a simple command. Export the variable
+  instead.
+- commit 152a069
+
+---
+Fri Mar  3 12:24:23 CET 2023 - jsl...@suse.cz
+
+- Linux 6.2.2 (bsc#1012628).
+- USB: core: Don't hold device lock while reading the
+  "descriptors" sysfs file (bsc#1012628).
+- usb: typec: pd: Remove usb_suspend_supported sysfs from sink
+  PDO (bsc#1012628).
+- arm64: dts: uniphier: Fix property name in PXs3 USB node
+  (bsc#1012628).
+- usb: gadget: u_serial: Add null pointer check in gserial_resume
+  (bsc#1012628).
+- USB: serial: option: add support for VW/Skoda "Carstick LTE"
+  (bsc#1012628).
+- usb: dwc3: pci: add support for the Intel Meteor Lake-M
+  (bsc#1012628).
+- wifi: rtw88: usb: drop now unnecessary URB size check
+  (bsc#1012628).
+- wifi: rtw88: usb: send Zero length packets if necessary
+  (bsc#1012628).
+- wifi: rtw88: usb: Set qsel correctly (bsc#1012628).
+- scripts/tags.sh: fix incompatibility with PCRE2 (bsc#1012628).
+- drm/amd/display: Properly reuse completion structure
+  (bsc#1012628).
+- drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
+  (bsc#1012628).
+- vc_screen: don't clobber return value in vcs_read (bsc#1012628).
+- bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
+  (bsc#1012628).
+- crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption
+  (bsc#1012628).
+- ALSA: hda: cs35l41: Correct error condition handling
+  (bsc#1012628).
+- commit ec730fa
+
+---
+Wed Mar  1 13:02:45 CET 2023 - jsl...@suse.cz
+
+- Update config files. Disable old pcmcia drivers (bsc#1208780).
+- commit 789fdf4
+
+---
+Wed Mar  1 12:47:40 CET 2023 - jsl...@suse.cz
+
+- Update config files. Disable old pcmcia socket drivers (bsc#1208780).
+- commit 27af844
+
+---
+Wed Mar  1 09:27:05 CET 2023 - jsl...@suse.cz
+
+- Delete
+  patches.suse/char-pcmcia-cm4000_cs-Fix-use-after-free-in-cm4000_f.patch.
+- Delete
+  patches.suse/char-pcmcia-cm4040_cs-Fix-use-after-free-in-reader_f.patch.
+- Delete
+  patches.suse/char-pcmcia-scr24x_cs-Fix-use-after-free-in-scr24x_f.patch.
+  These drivers are now disabled, so remove the non-upstream patches. See
+  bsc#1208775.
+- commit 03a39b9
+
+---
+Wed Mar  1 09:26:23 CET 2023 - jsl...@

commit python-ase for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ase for openSUSE:Factory 
checked in at 2023-03-10 22:07:09

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


Package is "python-ase"

Fri Mar 10 22:07:09 2023 rev:2 rq:1070524 version:3.22.1

Changes:

--- /work/SRC/openSUSE:Factory/python-ase/python-ase.changes2023-02-08 
17:20:43.458070144 +0100
+++ /work/SRC/openSUSE:Factory/.python-ase.new.31432/python-ase.changes 
2023-03-10 22:07:15.973101441 +0100
@@ -1,0 +2,6 @@
+Thu Mar  9 15:58:40 UTC 2023 - Guillaume GARDET 
+
+- Add upstream patch to fix test on aarch64:
+  * 2582.patch
+
+---

New:

  2582.patch



Other differences:
--
++ python-ase.spec ++
--- /var/tmp/diff_new_pack.WNMFI4/_old  2023-03-10 22:07:16.757105010 +0100
+++ /var/tmp/diff_new_pack.WNMFI4/_new  2023-03-10 22:07:16.761105028 +0100
@@ -20,20 +20,22 @@
 Version:3.22.1
 Release:0
 Summary:Atomic Simulation Environment
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 URL:https://wiki.fysik.dtu.dk/ase
 Source: 
https://files.pythonhosted.org/packages/source/a/ase/ase-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM https://gitlab.com/ase/ase/-/merge_requests/2826
 Patch0: support-matplotlib-36.patch
-BuildRequires:  python-rpm-macros
+# PATCH-FIX-UPSTREAM https://gitlab.com/ase/ase/-/merge_requests/2582
+Patch1: 2582.patch
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module matplotlib >= 3.1.0}
 BuildRequires:  %{python_module numpy >= 1.15.0}
-BuildRequires:  %{python_module scipy >= 1.1.0}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest-xdist}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module scipy >= 1.1.0}
 BuildRequires:  %{python_module tk}
 # /SECTION
 BuildRequires:  fdupes

++ 2582.patch ++
>From 5e733253d9e791ed1568076ede93a983f27979f6 Mon Sep 17 00:00:00 2001
From: "Adam J. Jackson" 
Date: Tue, 30 Nov 2021 09:51:47 +
Subject: [PATCH] TST: Vibration slab test should check for movement in ANY
 direction

It is possible for a perfectly good eigenvector to be zero in some
Cartesian direction; this was encountered in #976 and appears to be
architecture-dependent.
---
 ase/test/vibrations/test_vib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ase/test/vibrations/test_vib.py b/ase/test/vibrations/test_vib.py
index fe28ff13e5..7786a47aec 100644
--- a/ase/test/vibrations/test_vib.py
+++ b/ase/test/vibrations/test_vib.py
@@ -524,4 +524,4 @@ class TestSlab:
 assert_array_almost_equal(vibs.get_mode(i)[0], [0., 0., 0.])
 
 # The N atoms should have finite displacement
-assert np.all(vibs.get_mode(i)[-2:, :])
+assert np.all(np.any(vibs.get_mode(i)[-2:, :], axis=1))
-- 
GitLab


commit streamlink for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package streamlink for openSUSE:Factory 
checked in at 2023-03-10 22:07:12

Comparing /work/SRC/openSUSE:Factory/streamlink (Old)
 and  /work/SRC/openSUSE:Factory/.streamlink.new.31432 (New)


Package is "streamlink"

Fri Mar 10 22:07:12 2023 rev:10 rq:1070530 version:5.3.1

Changes:

--- /work/SRC/openSUSE:Factory/streamlink/streamlink.changes2022-08-04 
13:24:19.804646177 +0200
+++ /work/SRC/openSUSE:Factory/.streamlink.new.31432/streamlink.changes 
2023-03-10 22:07:17.793109727 +0100
@@ -1,0 +2,12 @@
+Sat Mar  4 04:52:38 UTC 2023 - Tejas Guruswamy 
+
+- Update to version 5.3.1. Breaking changes:
+  + BREAKING: removed avconv (libav) from FFmpeg fallback list (#4826)
+  + BREAKING/API: removed Plugin.bind() and changed the signature of the 
Plugin class constructor (#4768)
+A compatibility wrapper for these interface changes has temporarily been 
added in order to keep third-party plugin implementations working.
+Please see the deprecation docs for more details.
+  + BREAKING/API: changed the return value of Session.resolve_url() (#4768)
+Please see the deprecation docs for more details.
+  + BREAKING/API: removed HTTPSession.parse_*() methods (#4803)
+
+---

Old:

  streamlink-4.2.0.tar.gz
  streamlink-4.2.0.tar.gz.asc

New:

  streamlink-5.3.1.tar.gz
  streamlink-5.3.1.tar.gz.asc



Other differences:
--
++ streamlink.spec ++
--- /var/tmp/diff_new_pack.JOoQSh/_old  2023-03-10 22:07:18.441112677 +0100
+++ /var/tmp/diff_new_pack.JOoQSh/_new  2023-03-10 22:07:18.449112713 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package streamlink
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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 pythons python3
 
 Name:   streamlink
-Version:4.2.0
+Version:5.3.1
 Release:0
 Summary:Program to pipe streams from services into a video player
 License:BSD-2-Clause
@@ -32,29 +32,34 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx >= 4
 BuildRequires:  python3-devel >= 3.7
-BuildRequires:  python3-pip
+BuildRequires:  python3-pip >= 9
 BuildRequires:  python3-requests >= 2.26
 BuildRequires:  python3-versioningit >= 2.0.0
 BuildRequires:  python3-wheel
 
 # TEST REQUIREMENTS
-BuildRequires:  python3-pytest
+BuildRequires:  python3-pytest >= 6.0.0
 BuildRequires:  python3-PySocks >= 1.5.6
-BuildRequires:  python3-freezegun
+BuildRequires:  python3-certifi
+BuildRequires:  python3-freezegun >= 1.0.0
 BuildRequires:  python3-isodate
 BuildRequires:  python3-lxml >= 4.6.4
 BuildRequires:  python3-pycountry
-BuildRequires:  python3-pycryptodome
+BuildRequires:  python3-pycryptodome >= 3.4.3
+BuildRequires:  python3-pytest-asyncio
 BuildRequires:  python3-requests-mock
+BuildRequires:  python3-urllib3 >= 1.26.0
 BuildRequires:  python3-websocket-client >= 1.2.1
 BuildConflicts: python3-PySocks = 1.5.7
 
 Requires:   python3-PySocks >= 1.5.6
+Requires:   python3-certifi
 Requires:   python3-isodate
 Requires:   python3-lxml >= 4.6.4
 Requires:   python3-pycountry
 Requires:   python3-pycryptodome >= 3.4.3
 Requires:   python3-requests >= 2.26
+Requires:   python3-urllib3 >= 1.26.0
 Requires:   python3-websocket-client >= 1.2.1
 Conflicts:  python3-PySocks = 1.5.7
 

++ streamlink-4.2.0.tar.gz -> streamlink-5.3.1.tar.gz ++
 48547 lines of diff (skipped)


commit nextcloud-desktop for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2023-03-10 22:07:18

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


Package is "nextcloud-desktop"

Fri Mar 10 22:07:18 2023 rev:47 rq:1070549 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2023-02-10 14:34:40.245687637 +0100
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.31432/nextcloud-desktop.changes
   2023-03-10 22:07:21.853128210 +0100
@@ -1,0 +2,22 @@
+Thu Mar  9 17:29:08 UTC 2023 - ecsos 
+
+- Update to 3.7.4
+  - desktop#5425 [stable-3.7] check German translation for wrong wording
+  - desktop#5437 [stable-3.7] Fix "Create new folder" menu entries in settings 
not working correctly on macOS
+  - desktop#5438 [stable-3.7] Clean up account creation and deletion code
+  - desktop#5446 [stable-3.7] Fix share dialog infinite loading
+  - desktop#5450 [stable-3.7] fix edit locally job not finding the user 
account: wrong user id
+  - desktop#5454 [stable-3.7] skip e2e encrypted files with empty filename in 
metadata
+  - desktop#5481 [stable-3.7] Always discover blacklisted folders to avoid 
data loss when modifying selectivesync list.
+  - desktop#5483 [stable-3.7] use new connect syntax
+  - desktop#5484 [stable-3.7] with cfapi when dehydrating files add missing 
flag
+  - desktop#5487 [stable-3.7] Fix avatars not showing up in settings dialog 
account actions until clicked on
+  - desktop#5488 [stable-3.7] Fix text labels in Sync Status component
+  - desktop#5489 [stable-3.7] Fix infinite loading in the share dialog when 
public link shares are disabled on the server
+  - desktop#5490 [stable-3.7] Ci/clang tidy checks init variables
+  - desktop#5494 [stable-3.7] Display 'Search globally' as the last sharees 
list element
+  - desktop#5499 [stable-3.7] Resize WebView widget once the loginpage rendered
+  - desktop#5502 [stable-3.7] Bugfix/do not restore virtual files
+  - desktop#5505 [stable-3.7] Fix display of 2FA notification.
+
+---

Old:

  nextcloud-desktop-3.7.3.tar.gz

New:

  nextcloud-desktop-3.7.4.tar.gz



Other differences:
--
++ nextcloud-desktop.spec ++
--- /var/tmp/diff_new_pack.UXikdf/_old  2023-03-10 22:07:22.645131816 +0100
+++ /var/tmp/diff_new_pack.UXikdf/_new  2023-03-10 22:07:22.649131834 +0100
@@ -19,7 +19,7 @@
 %define soname  libnextcloudsync
 %define sover   0
 Name:   nextcloud-desktop
-Version:3.7.3
+Version:3.7.4
 Release:0
 Summary:Nextcloud desktop synchronisation client
 License:GPL-2.0-or-later AND LGPL-3.0-or-later

++ nextcloud-desktop-3.7.3.tar.gz -> nextcloud-desktop-3.7.4.tar.gz ++
/work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop-3.7.3.tar.gz 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.31432/nextcloud-desktop-3.7.4.tar.gz
 differ: char 25, line 1


commit grandorgue for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grandorgue for openSUSE:Factory 
checked in at 2023-03-10 22:07:13

Comparing /work/SRC/openSUSE:Factory/grandorgue (Old)
 and  /work/SRC/openSUSE:Factory/.grandorgue.new.31432 (New)


Package is "grandorgue"

Fri Mar 10 22:07:13 2023 rev:3 rq:1070534 version:3.10.1

Changes:

--- /work/SRC/openSUSE:Factory/grandorgue/grandorgue.changes2023-01-25 
17:47:53.181571147 +0100
+++ /work/SRC/openSUSE:Factory/.grandorgue.new.31432/grandorgue.changes 
2023-03-10 22:07:19.613118012 +0100
@@ -1,0 +2,19 @@
+Thu Mar  9 17:44:00 UTC 2023 - Lukas Müller 
+
+- Update to version 3.10.1-1.
+  Changelog: https://github.com/GrandOrgue/grandorgue/releases/tag/3.10.1-1
+  - Fixed crash on loading an incorrect organ
+- Changes from version 3.10.0-1.
+  Changelog: https://github.com/GrandOrgue/grandorgue/releases/tag/3.10.0-1
+  - Added storing the GrandOrgueVersion key in the Organ Settings file 
https://github.com/GrandOrgue/grandorgue/issues/1375
+  - Added capability of redefining ReleaseLength and IgnorePitch on each level 
of Organ Settings
+  - Changed defaults for the General Setter elements to Piston 
https://github.com/GrandOrgue/grandorgue/issues/1360
+  - Added new fields ManualTuning and AutoTuningCorrection of Organ Settings 
https://github.com/GrandOrgue/grandorgue/issues/1333
+  - Fixed duplicating packaged organs in the organ list 
https://github.com/GrandOrgue/grandorgue/issues/1367
+  - Fixed displaying a popup window when a cache had been created with another 
GO version https://github.com/GrandOrgue/grandorgue/issues/1363
+  - Fixed not saving midi settings of divisional buttons 
https://github.com/GrandOrgue/grandorgue/issues/1350
+  - Added PitchCorrection for organs and windchest. Pipe999PitchCorrection 
became additive to PitchCorrection of the rank, of the windchest and of the 
organ https://github.com/GrandOrgue/grandorgue/issues/1351
+  - Added full support of '/' as the file sepearator in ODF unless 'Check ODF 
for HW1-compatibility' is set 
https://github.com/GrandOrgue/grandorgue/issues/827
+  - Added support of ODF comments from ';' at any position to the end of line 
https://github.com/GrandOrgue/grandorgue/issues/828
+
+---

Old:

  grandorgue-3.9.5-1.tar.gz

New:

  grandorgue-3.10.1-1.tar.gz



Other differences:
--
++ grandorgue.spec ++
--- /var/tmp/diff_new_pack.Pw8N0v/_old  2023-03-10 22:07:20.401121600 +0100
+++ /var/tmp/diff_new_pack.Pw8N0v/_new  2023-03-10 22:07:20.409121636 +0100
@@ -19,7 +19,7 @@
 %define version_suffix 1
 
 Name:   grandorgue
-Version:3.9.5
+Version:3.10.1
 Release:0
 Summary:Virtual Pipe Organ Software
 License:GPL-2.0-or-later

++ grandorgue-3.9.5-1.tar.gz -> grandorgue-3.10.1-1.tar.gz ++
/work/SRC/openSUSE:Factory/grandorgue/grandorgue-3.9.5-1.tar.gz 
/work/SRC/openSUSE:Factory/.grandorgue.new.31432/grandorgue-3.10.1-1.tar.gz 
differ: char 15, line 1


commit ansible-lint for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible-lint for openSUSE:Factory 
checked in at 2023-03-10 22:07:20

Comparing /work/SRC/openSUSE:Factory/ansible-lint (Old)
 and  /work/SRC/openSUSE:Factory/.ansible-lint.new.31432 (New)


Package is "ansible-lint"

Fri Mar 10 22:07:20 2023 rev:22 rq:1070547 version:6.14.2

Changes:

--- /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes
2023-03-08 14:52:43.578726268 +0100
+++ /work/SRC/openSUSE:Factory/.ansible-lint.new.31432/ansible-lint.changes 
2023-03-10 22:07:23.277134693 +0100
@@ -1,0 +2,35 @@
+Thu Mar  9 18:26:17 UTC 2023 - Johannes Kastl 
+
+- update to 6.14.2:
+  * Bugfixes
+- Ignore risky-shell-pipe with pwsh (#3166) @ssbarnea
+- Implement galaxy[no-runtime] check for meta/runtime.yml file
+  (#3162) @ssbarnea
+- Fixed args rule error for synchronize module (#3158)
+  @ajinkyau
+- Avoid test ... require a dictionary error with jinja rule
+  (#3157) @ssbarnea
+
+---
+Tue Mar  7 15:09:47 UTC 2023 - Johannes Kastl 
+
+- update to 6.14.1:
+  * Bugfixes
+- Avoid "unable to evaluate string as dictionary" with args
+  rule (#3150) @ssbarnea
+- Avoid 'Unrecognized type' errors with jinja rule
+  (#3149) @ssbarnea
+- Allow 'use' parameter with service module (args)
+  (#3147) @ssbarnea
+- Change schema $id to be a valid URL (#3146) @ssbarnea
+- Document skip_ansible_lint does not work with yamllint rule
+  (#3144) @ssbarnea
+- Update schema '$id' (#3137) @dericcrago
+- Ensure ignored matches are reports as minor in codeclimate
+  output (#3131) @ssbarnea
+- Remove unused rules_as_docs (#3130) @ssbarnea
+- Remove deprecated nested_items (#3129) @ssbarnea
+- Avoid undefined errors from jinja rule (#3127) @ssbarnea
+- Refactor processing of module args (#3125) @ssbarnea
+
+---

Old:

  ansible-lint-6.14.0.tar.gz

New:

  ansible-lint-6.14.2.tar.gz



Other differences:
--
++ ansible-lint.spec ++
--- /var/tmp/diff_new_pack.GZCyLd/_old  2023-03-10 22:07:23.877137425 +0100
+++ /var/tmp/diff_new_pack.GZCyLd/_new  2023-03-10 22:07:23.881137443 +0100
@@ -31,7 +31,7 @@
 %global lib_name ansiblelint
 %{?python_enable_dependency_generator}
 Name:   ansible-lint
-Version:6.14.0
+Version:6.14.2
 Release:0%{?dist}
 Summary:Best practices checker for Ansible
 License:MIT

++ ansible-lint-6.14.0.tar.gz -> ansible-lint-6.14.2.tar.gz ++
 2091 lines of diff (skipped)


commit godot for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package godot for openSUSE:Factory checked 
in at 2023-03-10 22:07:31

Comparing /work/SRC/openSUSE:Factory/godot (Old)
 and  /work/SRC/openSUSE:Factory/.godot.new.31432 (New)


Package is "godot"

Fri Mar 10 22:07:31 2023 rev:25 rq:1070572 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/godot/godot.changes  2023-03-09 
17:46:34.683175558 +0100
+++ /work/SRC/openSUSE:Factory/.godot.new.31432/godot.changes   2023-03-10 
22:07:38.597204439 +0100
@@ -1,0 +2,10 @@
+Thu Mar 9 12:00:00 UTC 2023 - cu...@mail.de
+
+- added scons_regression.patch for scons 4.5.1 until 4.5.2
+
+---
+Thu Mar  9 11:54:06 UTC 2023 - Martin Liška 
+
+- Include upstream fix for GCC 13: VMA-fix-gcc13.patch.
+
+---

New:

  VMA-fix-gcc13.patch
  scons_regression.patch



Other differences:
--
++ godot.spec ++
--- /var/tmp/diff_new_pack.vFOWer/_old  2023-03-10 22:07:39.401208099 +0100
+++ /var/tmp/diff_new_pack.vFOWer/_new  2023-03-10 22:07:39.409208135 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package godot
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2017 Luke Jones, luke.nukem.jo...@gmail.com
 #
 # All modifications and additions to the file contributed by third parties
@@ -36,6 +36,8 @@
 Patch0: certs_fallback.patch
 # Heap-buffer-overflow in bundled tinyexr
 Patch1: tinyexr_thirdparty_upstream.patch
+Patch2: VMA-fix-gcc13.patch
+Patch3: scons_regression.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -62,11 +64,11 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xkbcommon)
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xkbcommon)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
 
@@ -86,10 +88,10 @@
 # Using bundled freetype2 throws build errors, if
 #   we don't use bundled libpng and zlib as well.
 BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(graphite2)
-BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  glslang-devel
 BuildRequires:  mbedtls-devel
+BuildRequires:  pkgconfig(graphite2)
+BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libwslay)
 BuildRequires:  pkgconfig(libzstd)
 BuildRequires:  pkgconfig(miniupnpc)
@@ -126,6 +128,7 @@
 
 Provides:   bundled(FastLZ)
 Provides:   bundled(FastNoiseLite)
+Provides:   bundled(JetBrainsMono_Regular)
 Provides:   bundled(RVO2-3D)
 Provides:   bundled(Tangent_Space_Normal_Maps)
 Provides:   bundled(amd-fsr) = 1.0.2
@@ -137,7 +140,6 @@
 Provides:   bundled(etcpak) = 1.0
 Provides:   bundled(glad) = 2.0.2
 Provides:   bundled(google-droid-fonts)
-Provides:   bundled(JetBrainsMono_Regular)
 Provides:   bundled(hqx)
 Provides:   bundled(icu4c) = 72.1
 Provides:   bundled(ifaddrs-android)
@@ -232,6 +234,8 @@
 %setup -q -n %{name}-%{version}-stable
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 cp thirdparty/README.md thirdparty_README.md
 

++ VMA-fix-gcc13.patch ++
>From b113e6d4ff18dc1b1e6f4ec1bd0e307fd1d8623d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= 
Date: Thu, 9 Mar 2023 10:46:35 +0100
Subject: [PATCH] Vulkan: Fix VMA build with GCC 13

Fixes #74647.
---
 thirdparty/vulkan/patches/VMA-fix-gcc13.patch | 26 +++
 thirdparty/vulkan/vk_mem_alloc.h  |  4 +++
 2 files changed, 30 insertions(+)
 create mode 100644 thirdparty/vulkan/patches/VMA-fix-gcc13.patch

diff --git a/thirdparty/vulkan/patches/VMA-fix-gcc13.patch 
b/thirdparty/vulkan/patches/VMA-fix-gcc13.patch
new file mode 100644
index ..08928503a768
--- /dev/null
+++ b/thirdparty/vulkan/patches/VMA-fix-gcc13.patch
@@ -0,0 +1,26 @@
+From 29d492b60c84ca784ea0943efc7d2e6e0f3bdaac Mon Sep 17 00:00:00 2001
+From: Adam Sawicki 
+Date: Thu, 19 Jan 2023 13:19:55 +0100
+Subject: [PATCH] Added missing #include 
+
+For snprintf, for compatibility with GCC 13.
+Fixes #312 - thanks @marxin !
+---
+ thirdparty/vulkan/vk_mem_alloc.h | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/thirdparty/vulkan/vk_mem_alloc.h 
b/thirdparty/vulkan/vk_mem_alloc.h
+index b787c36..0fe459b 100644
+--- a/thirdparty/vulkan/vk_mem_alloc.h
 b/thirdparty/vulkan/vk_mem_alloc.h
+@@ -2614,6 +2614,10 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString(
+ #include  // For std::popcount
+

commit grype for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grype for openSUSE:Factory checked 
in at 2023-03-10 22:07:21

Comparing /work/SRC/openSUSE:Factory/grype (Old)
 and  /work/SRC/openSUSE:Factory/.grype.new.31432 (New)


Package is "grype"

Fri Mar 10 22:07:21 2023 rev:20 rq:1070558 version:0.59.1

Changes:

--- /work/SRC/openSUSE:Factory/grype/grype.changes  2023-03-04 
22:44:21.768082963 +0100
+++ /work/SRC/openSUSE:Factory/.grype.new.31432/grype.changes   2023-03-10 
22:07:25.513144872 +0100
@@ -1,0 +2,8 @@
+Thu Mar 09 15:31:48 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.59.1:
+  * Update grype bootstrap tools to latest versions. (#1163)
+  * Update Syft to v0.74.1 (#1168)
+  * fix: correct APK CPE version comparison logic (#1165)
+
+---

Old:

  grype-0.59.0.tar.gz

New:

  grype-0.59.1.tar.gz



Other differences:
--
++ grype.spec ++
--- /var/tmp/diff_new_pack.DtRR2x/_old  2023-03-10 22:07:27.601154379 +0100
+++ /var/tmp/diff_new_pack.DtRR2x/_new  2023-03-10 22:07:27.605154397 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   grype
-Version:0.59.0
+Version:0.59.1
 Release:0
 Summary:A vulnerability scanner for container images and filesystems
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.DtRR2x/_old  2023-03-10 22:07:27.645154579 +0100
+++ /var/tmp/diff_new_pack.DtRR2x/_new  2023-03-10 22:07:27.649154597 +0100
@@ -3,7 +3,7 @@
 https://github.com/anchore/grype
 git
 .git
-v0.59.0
+v0.59.1
 @PARENT_TAG@
 enable
 v(.*)
@@ -17,7 +17,7 @@
 gz
   
   
-grype-0.59.0.tar.gz
+grype-0.59.1.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.DtRR2x/_old  2023-03-10 22:07:27.677154724 +0100
+++ /var/tmp/diff_new_pack.DtRR2x/_new  2023-03-10 22:07:27.681154742 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/anchore/grype
-  5754360376ace11befb1bd9fa4b0f97d79ea2344
+  29b646568901d1ef48a528cf35f67f3cead49c9f
 (No newline at EOF)
 

++ grype-0.59.0.tar.gz -> grype-0.59.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grype-0.59.0/Makefile new/grype-0.59.1/Makefile
--- old/grype-0.59.0/Makefile   2023-03-03 22:17:44.0 +0100
+++ new/grype-0.59.1/Makefile   2023-03-09 15:41:19.0 +0100
@@ -14,7 +14,7 @@
 GOSIMPORTS_VERSION := v0.3.7
 BOUNCER_VERSION := v0.4.0
 CHRONICLE_VERSION := v0.6.0
-GORELEASER_VERSION := v1.15.2
+GORELEASER_VERSION := v1.16.0
 YAJSV_VERSION := v1.4.1
 QUILL_VERSION := v0.2.0
 GLOW_VERSION := v1.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grype-0.59.0/go.mod new/grype-0.59.1/go.mod
--- old/grype-0.59.0/go.mod 2023-03-03 22:17:44.0 +0100
+++ new/grype-0.59.1/go.mod 2023-03-09 15:41:19.0 +0100
@@ -36,7 +36,7 @@
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e
github.com/sergi/go-diff v1.3.1
github.com/sirupsen/logrus v1.9.0
-   github.com/spf13/afero v1.9.4
+   github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
@@ -45,7 +45,7 @@
github.com/wagoodman/go-progress v0.0.0-20230301185719-21920a456ad5
github.com/wagoodman/jotframe v0.0.0-20211129225309-56b0d0a4aebb
github.com/x-cray/logrus-prefixed-formatter v0.5.2
-   golang.org/x/term v0.5.0
+   golang.org/x/term v0.6.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/gorm v1.23.10
 )
@@ -53,7 +53,7 @@
 require (
github.com/anchore/go-logger v0.0.0-20220728155337-03b66a5207d8
github.com/anchore/sqlite v1.4.6-0.20220607210448-bcc6ee5c4963
-   github.com/anchore/syft v0.74.0
+   github.com/anchore/syft v0.74.1
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/mitchellh/mapstructure v1.5.0
 )
@@ -154,14 +154,14 @@
go.uber.org/goleak v1.2.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b // indirect
-   golang.org/x/mod v0.8.0 // indirect
-   golang.org/x/net v0.7.0 // indirect
+   golang.org/x/mod v0.9.0 // indirect
+   golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sync v0.1.0 // indirect
-   golang.org/x/sys v0.5.0 // indirect
-   golang.org/x/text v0.7.0 // indirect
+   golang.org/x/sys v0.6.0 // indirect
+   go

commit kyverno for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kyverno for openSUSE:Factory checked 
in at 2023-03-10 22:07:27

Comparing /work/SRC/openSUSE:Factory/kyverno (Old)
 and  /work/SRC/openSUSE:Factory/.kyverno.new.31432 (New)


Package is "kyverno"

Fri Mar 10 22:07:27 2023 rev:16 rq:1070560 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/kyverno/kyverno.changes  2023-02-02 
18:26:46.154871536 +0100
+++ /work/SRC/openSUSE:Factory/.kyverno.new.31432/kyverno.changes   
2023-03-10 22:07:34.809187194 +0100
@@ -1,0 +2,34 @@
+Thu Mar 09 19:38:28 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 1.9.1:
+  * release v1.9.1 (#6520)
+  * fix: missing metrics for policies in audit mode (#6509)
+  * fix: release (#6502)
+  * fix: release (#6498)
+  * release v1.9.1-rc.1 (#6485)
+  * cherry-pick #6459 (#6468)
+  * fix: error log (#6429) (#6437)
+  * check errors (#6424) (#6426)
+  * fix: autoUpdateWebhooks=false causes ClusterPolicy to never be
+ready (#6374) (#6382)
+  * fix: delete certificate secret if type is not TLS
+(#6368) (#6373)
+  * oldObject translation solved in autogen (#6305) (#6372)
+  * chore(deps): bump github.com/sigstore/k8s-manifest-sigstore
+(cherry-pick #6320) (#6359)
+  * fix: dump admission response (#6349) (#6352)
+  * chore(deps): bump golang.org/x/net (#6344)
+  * fix: add roles and clusterroles when dumping admission requests
+(#6319) (#6323)
+  * fix: use client instead of discovery for sanity checks
+(cherry-pick #6296) (#6299)
+  * cherry-pick #6237 (#6273)
+  * chore: add error logs in wait for cache sync helper (#6275)
+  * fix: jp divide quantities (#6229) (#6232)
+  * Cherry-pick #6126 (#6228)
+  * fix: admission review variables for DELETE operations
+(#6197) (#6214)
+  * cherry-pick #6188 (#6209)
+  * fix: image tagging strategy (#6200)
+
+---

Old:

  kyverno-1.9.0.tar.gz

New:

  kyverno-1.9.1.tar.gz



Other differences:
--
++ kyverno.spec ++
--- /var/tmp/diff_new_pack.UehnUS/_old  2023-03-10 22:07:36.105193093 +0100
+++ /var/tmp/diff_new_pack.UehnUS/_new  2023-03-10 22:07:36.109193112 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   kyverno
-Version:1.9.0
+Version:1.9.1
 Release:0
 Summary:CLI and kubectl plugin for Kyverno
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.UehnUS/_old  2023-03-10 22:07:36.177193422 +0100
+++ /var/tmp/diff_new_pack.UehnUS/_new  2023-03-10 22:07:36.181193440 +0100
@@ -3,7 +3,7 @@
 https://github.com/kyverno/kyverno
 git
 .git
-v1.9.0
+v1.9.1
 @PARENT_TAG@
 enable
 v(.*)
@@ -17,7 +17,7 @@
 gz
   
   
-kyverno-1.9.0.tar.gz
+kyverno-1.9.1.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.UehnUS/_old  2023-03-10 22:07:36.213193585 +0100
+++ /var/tmp/diff_new_pack.UehnUS/_new  2023-03-10 22:07:36.217193604 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/kyverno/kyverno
-  a1534cc2f581bbc93c15fa5ac42fe5c59f03d66a
+  4e1789abb03b316b06d5ca46026709a73c246fea
 (No newline at EOF)
 

++ kyverno-1.9.0.tar.gz -> kyverno-1.9.1.tar.gz ++
 3011 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/kyverno/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.kyverno.new.31432/vendor.tar.gz differ: char 5, 
line 1


commit syft for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package syft for openSUSE:Factory checked in 
at 2023-03-10 22:07:24

Comparing /work/SRC/openSUSE:Factory/syft (Old)
 and  /work/SRC/openSUSE:Factory/.syft.new.31432 (New)


Package is "syft"

Fri Mar 10 22:07:24 2023 rev:31 rq:1070559 version:0.74.1

Changes:

--- /work/SRC/openSUSE:Factory/syft/syft.changes2023-03-03 
22:31:17.552001903 +0100
+++ /work/SRC/openSUSE:Factory/.syft.new.31432/syft.changes 2023-03-10 
22:07:31.161170586 +0100
@@ -1,0 +2,20 @@
+Thu Mar 09 15:31:12 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.74.1:
+  * Update syft bootstrap tools to latest versions. (#1658)
+  * fix: improved Python binary detection (#1648)
+  * fix: suppress some known incorrect vendor candidates for npm
+CPEs (#1659)
+  * fix: sanitize SPDX LicenseRefs (#1657)
+  * chore(deps): bump golang.org/x/mod from 0.8.0 to 0.9.0 (#1655)
+  * chore(deps): bump golang.org/x/net from 0.7.0 to 0.8.0 (#1653)
+  * chore(deps): bump github.com/spf13/afero from 1.9.4 to 1.9.5
+(#1654)
+  * chore(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 (#1656)
+  * fix: dotnet PURL types are invalid (#1649)
+  * feat: disable cpe vendor wildcards to reduce false positives
+(#1647)
+  * read relative etc/apk/repositories for alpine version when no
+OS provided (#1615)
+
+---

Old:

  syft-0.74.0.tar.gz

New:

  syft-0.74.1.tar.gz



Other differences:
--
++ syft.spec ++
--- /var/tmp/diff_new_pack.H5okv1/_old  2023-03-10 22:07:32.901178507 +0100
+++ /var/tmp/diff_new_pack.H5okv1/_new  2023-03-10 22:07:32.905178525 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   syft
-Version:0.74.0
+Version:0.74.1
 Release:0
 Summary:CLI tool and library for generating a Software Bill of 
Materials
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.H5okv1/_old  2023-03-10 22:07:32.949178725 +0100
+++ /var/tmp/diff_new_pack.H5okv1/_new  2023-03-10 22:07:32.953178744 +0100
@@ -3,7 +3,7 @@
 https://github.com/anchore/syft
 git
 .git
-v0.74.0
+v0.74.1
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-syft-0.74.0.tar.gz
+syft-0.74.1.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.H5okv1/_old  2023-03-10 22:07:32.981178871 +0100
+++ /var/tmp/diff_new_pack.H5okv1/_new  2023-03-10 22:07:32.981178871 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/anchore/syft
-  5f90d0371873faf5eb8f2e748909b32294be6263
+  41cbbe09b205e3b80e8a57d4f7a509b5f938557d
 (No newline at EOF)
 

++ syft-0.74.0.tar.gz -> syft-0.74.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syft-0.74.0/.github/workflows/validations.yaml 
new/syft-0.74.1/.github/workflows/validations.yaml
--- old/syft-0.74.0/.github/workflows/validations.yaml  2023-03-01 
21:35:01.0 +0100
+++ new/syft-0.74.1/.github/workflows/validations.yaml  2023-03-07 
18:54:32.0 +0100
@@ -54,6 +54,13 @@
   path: syft/pkg/cataloger/golang/test-fixtures/archs/binaries
   key: ${{ runner.os }}-unit-go-binaries-cache-${{ hashFiles( 
'syft/pkg/cataloger/golang/test-fixtures/archs/binaries.fingerprint' ) }}
 
+  - name: Restore binary cataloger test-fixture cache
+id: unit-binary-cataloger-cache
+uses: actions/cache@v3
+with:
+  path: syft/pkg/cataloger/binary/test-fixtures/classifiers/dynamic
+  key: ${{ runner.os }}-unit-binary-cataloger-cache-${{ hashFiles( 
'syft/pkg/cataloger/binary/test-fixtures/cache.fingerprint' ) }}
+
   - name: Run unit tests
 run: make unit
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syft-0.74.0/Makefile new/syft-0.74.1/Makefile
--- old/syft-0.74.0/Makefile2023-03-01 21:35:01.0 +0100
+++ new/syft-0.74.1/Makefile2023-03-07 18:54:32.0 +0100
@@ -14,7 +14,7 @@
 GOSIMPORTS_VERSION := v0.3.7
 BOUNCER_VERSION := v0.4.0
 CHRONICLE_VERSION := v0.6.0
-GORELEASER_VERSION := v1.15.2
+GORELEASER_VERSION := v1.16.0
 YAJSV_VERSION := v1.4.1
 COSIGN_VERSION := v1.13.1
 QUILL_VERSION := v0.2.0
@@ -189,6 +189,10 @@
cd test/integration/test-fixtures && \
make cache.fingerprint
 
+   # for BINARY test fixtures
+   cd syft/pkg/cataloger/binary/test-fixtures && \
+   make cache.fingerprint
+
# for JAVA BUILD test fixtures
cd syft/pkg/cataloger/java/test-fixtures/java-builds &

commit python-xarray for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-xarray for openSUSE:Factory 
checked in at 2023-03-10 22:07:29

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


Package is "python-xarray"

Fri Mar 10 22:07:29 2023 rev:41 rq:1070561 version:2023.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xarray/python-xarray.changes  
2023-01-08 21:25:21.703183731 +0100
+++ /work/SRC/openSUSE:Factory/.python-xarray.new.31432/python-xarray.changes   
2023-03-10 22:07:37.265198374 +0100
@@ -1,0 +2,60 @@
+Thu Mar  9 20:13:00 UTC 2023 - Sebastian Wagner 
+
+- update to version 2023.02.0:
+ - This release brings a major upgrade to :py:func:`xarray.concat`, many bug 
fixes,:
+ - and a bump in supported dependency versions. Thanks to our 11 contributors:
+ - Aron Gergely, Deepak Cherian, Illviljan, James Bourbeau, Joe Hamman,:
+ - Justus Magin, Hauke Schulz, Kai Mühlbauer, Ken Mankoff, Spencer Clark, Tom 
Nicholas.:
+ - Breaking changes:
+  - Support for ``python 3.8`` has been dropped and the minimum versions of 
some
+dependencies were changed (:pull:`7461`):
+= =  
+ PackageOld  New
+= =  
+ python 3.8  3.9
+ numpy 1.20 1.21
+ pandas 1.3  1.4
+ dask   2021.11   2022.1
+ distributed2021.11   2022.1
+ h5netcdf  0.11 0.13
+ lxml   4.6  4.7
+ numba  5.4  5.5
+= =  
+ - Deprecations:
+  - Following pandas, the `closed` parameters of :py:func:`cftime_range` and
+:py:func:`date_range` are deprecated in favor of the `inclusive` 
parameters,
+and will be removed in a future version of xarray (:issue:`6985`:,
+:pull:`7373`).
+ - Bug fixes:
+  - :py:func:`xarray.concat` can now concatenate variables present in some 
datasets but
+not others (:issue:`508`, :pull:`7400`).
+  - Handle ``keep_attrs`` option in binary operators of :py:meth:`Dataset` 
(:issue:`7390`, :pull:`7391`).
+  - Improve error message when using dask in :py:func:`apply_ufunc` with 
``output_sizes`` not supplied. (:pull:`7509`)
+  - :py:func:`xarray.Dataset.to_zarr` now drops variable encodings that have 
been added by xarray during reading
+a dataset. (:issue:`7129`, :pull:`7500`).
+ - Documentation:
+  - Mention the `flox package `_ in GroupBy 
documentation and docstrings.
+- update to version 2023.01.0:
+ - This release includes a number of bug fixes. Thanks to the 14 contributors 
to this release:
+ - Aron Gergely, Benoit Bovy, Deepak Cherian, Ian Carroll, Illviljan, Joe 
Hamman, Justus Magin, Mark Harfouche,:
+ - Matthew Roeschke, Paige Martin, Pierre, Sam Levang, Tom White,  stefank0.:
+ - Breaking changes:
+  - :py:meth:`CFTimeIndex.get_loc` has removed the ``method`` and 
``tolerance`` keyword arguments.
+Use ``.get_indexer([key], method=..., tolerance=...)`` instead 
(:pull:`7361`).
+ - Bug fixes:
+  - Avoid in-memory broadcasting when converting to a dask dataframe
+using ``.to_dask_dataframe.`` (:issue:`6811`, :pull:`7472`).
+  - Accessing the property ``.nbytes`` of a DataArray, or Variable no longer
+accidentally triggers loading the variable into memory.
+  - Allow numpy-only objects in :py:func:`where` when ``keep_attrs=True`` 
(:issue:`7362`, :pull:`7364`).
+  - add a ``keep_attrs`` parameter to :py:meth:`Dataset.pad`, 
:py:meth:`DataArray.pad`,
+and :py:meth:`Variable.pad` (:pull:`7267`).
+  - Fixed performance regression in alignment between indexed and non-indexed 
objects
+of the same shape (:pull:`7382`).
+  - Preserve original dtype on accessing MultiIndex levels (:issue:`7250`,
+:pull:`7393`).
+ - Internal Changes:
+  - Add the pre-commit hook `absolufy-imports` to convert relative xarray 
imports to
+absolute imports (:pull:`7204`, :pull:`7370`).
+
+---
@@ -10 +69,0 @@
-By Spencer Clark.
@@ -12 +71 @@
-specification. (PR6475). By Gregory Lee and Joe Hamman.
+specification. (PR6475).
@@ -17,2 +76 @@
-  * The PyNIO backend has been deprecated (GH4491, PR7301). By Joe
-Hamman.
+  * The PyNIO backend has been deprecated (GH4491, PR7301).
@@ -21,5 +79,3 @@
-PR7229) By Sam Levang.
-  * Import nc_time_axis when needed (GH7275, PR7276). By Michael
-Niklas.
-  * Fix static typing of xr.polyval() (GH7312, PR7315). By Michael
-Niklas.
+PR7229)
+  * Import nc_time_axis when needed (GH7275, PR7276).
+  * Fix static typing of xr.polyval() (GH7312, P

commit chromium for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2023-03-10 22:07:33

Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and  /work/SRC/openSUSE:Factory/.chromium.new.31432 (New)


Package is "chromium"

Fri Mar 10 22:07:33 2023 rev:372 rq:1070574 version:111.0.5563.64

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2023-03-09 
17:46:14.971070635 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new.31432/chromium.changes 
2023-03-10 22:07:39.913210430 +0100
@@ -1,0 +2,5 @@
+Thu Mar  9 23:54:55 UTC 2023 - Callum Farmer 
+
+- Revert back to GCC 11 on 15.4 as Clang 13 doesn't support GCC 12
+
+---



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.umcZjh/_old  2023-03-10 22:07:48.573249855 +0100
+++ /var/tmp/diff_new_pack.umcZjh/_new  2023-03-10 22:07:48.577249874 +0100
@@ -58,6 +58,12 @@
 %define llvm_version 15
 %endif
 %endif
+# GCC version
+%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150500
+%define gcc_version 11
+%else
+%define gcc_version 12
+%endif
 # Compiler
 %bcond_without clang
 # Chromium built with GCC 11 and LTO enabled crashes (boo#1194055)
@@ -306,8 +312,8 @@
 %if %{with clang}
 %if 0%{?suse_version} < 1550
 BuildRequires:  clang%{llvm_version}
-BuildRequires:  gcc12
-BuildRequires:  libstdc++6-devel-gcc12
+BuildRequires:  gcc%{gcc_version}
+BuildRequires:  libstdc++6-devel-gcc%{gcc_version}
 BuildRequires:  lld%{llvm_version}
 BuildRequires:  llvm%{llvm_version}
 #!BuildIgnore:  gcc
@@ -324,8 +330,8 @@
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 %else
-BuildRequires:  gcc12
-BuildRequires:  gcc12-c++
+BuildRequires:  gcc%{gcc_version}
+BuildRequires:  gcc%{gcc_version}-c++
 %endif
 %endif
 
@@ -662,8 +668,8 @@
 export RANLIB=llvm-ranlib
 %else
 %if 0%{?suse_version} <= 1500
-export CC=gcc-12
-export CXX=g++-12
+export CC=gcc-%{gcc_version}
+export CXX=g++-%{gcc_version}
 # some still call gcc/g++
 ln -sfn %{_bindir}/$CC $HOME/bin/gcc
 ln -sfn %{_bindir}/$CXX $HOME/bin/g++


commit gh for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-03-10 22:07:00

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.31432 (New)


Package is "gh"

Fri Mar 10 22:07:00 2023 rev:28 rq:1070460 version:2.24.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-02-12 19:14:41.949179611 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.31432/gh.changes 2023-03-10 
22:07:11.509081118 +0100
@@ -1,0 +2,69 @@
+Thu Mar  9 15:06:16 UTC 2023 - Pavel Dostál 
+
+- Update to 2.24.2
+  https://github.com/cli/cli/releases/tag/v2.24.1
+
+  What's Changed
+  * codespace ssh: fix "connection reset by peer" by @mislav in #7120
+
+---
+Thu Mar  9 10:11:08 UTC 2023 - Pavel Dostál 
+
+- Update to 2.24.1
+  https://github.com/cli/cli/releases/tag/v2.24.1
+
+  What's Changed
+  * Fix progress indicator bug with generic RunWithProgress function by 
@jungaretti in #6848
+  * auth login: Fix retrieving current login name when pasting auth token 
@samcoe in #7114
+
+- Update to 2.24.0
+  https://github.com/cli/cli/releases/tag/v2.24.0
+
+  What's Changed
+  * repo fork: retry git clone on git clone failure by @jsoref in #6962
+  * repo fork: add newline after printing error about existing fork by 
@digitalfu in #7030
+  * codespace: add --repo filter to more commands by @cmbrose in #6669
+  * codespace code: always open new VS Code window by @cmbrose in #7092
+  * pr diff: sanitize control characters for terminal output by @mislav in 
#7108
+  * browse: use --commit flag to browse commit SHAs containing only digits by 
@yanskun in #7038
+  * pr status: fix when on a detached HEAD by @alex-petrov-vt in #7082
+  * auth token: respect GH_HOST if a hostname is not provided by @samcoe in 
#7094
+  * Address Projects bugs by @samcoe in #7007
+  * Properly handle C1 control sequences by @samcoe in #7079
+  * Cleanup logic to retry on failure by @samcoe in #7027
+  * Cleanup config.AuthToken and config.DefaultHost methods by @samcoe in #7049
+  * Bump golang.org/x/net package by @samcoe in #7026
+  * Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.4.2 by @dependabot 
in #7107
+  * Update working-with-us.md by @vilmibm in #7077
+
+  What's New
+  * Option to store gh access token in system encrypted storage
+The gh auth login and gh auth refresh commands gained the new 
--secure-storage flag.
+In this mode, the access token that GitHub CLI uses for GitHub API 
requests will now
+be stored in the system keyring instead of in the plain text config file.
+
+To migrate as an existing GitHub CLI user, re-authenticate like so:
+  gh auth refresh --secure-storage -h github.com
+
+Depending on your system, you could get an interactive prompt to allow the 
CLI tool to access the system keyring. The systems that are supported are:
+* Keychain on macOS
+* GNOME Keyring on Linux (Secret Service dbus interface)
+* Wincred on Windows
+
+Please note:
+This feature is currently opt-in, but will become the default in the near 
future.
+If none of the system storage providers are found, or the store operation 
fails,
+the token will be written to the config file as before.
+
+Using this feature could result in Go extensions breaking if they were not 
updated to the latest go-gh version. If extensions you are using no longer work 
after migrating your token to secure token storage, please report the issue to 
that extension's repository.
+Storing tokens in system keyring most likely won't work in “headless” 
environments.
+
+  Other additions
+  * Add option to store credentials in OS keyring by @samcoe @mislav in #7033 
#7043 #7098
+  * browse: add --releases option by @owenvoke in #6996
+  * Add gpg-key add --title to name GPG keys by @rpadaki in #6993
+  * Add command gh repo unarchive by @Ruminateer in #7003
+  * Add macOS arm64 prebuilt binaries by @beret in #4435
+  * Introduce GH_PATH environment variable by @samcoe in #7025
+
+---

Old:

  cli-2.23.0.tar.gz

New:

  cli-2.24.2.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.qZSFq0/_old  2023-03-10 22:07:12.401085179 +0100
+++ /var/tmp/diff_new_pack.qZSFq0/_new  2023-03-10 22:07:12.405085197 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.23.0
+Version:2.24.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_ne

commit fcitx5-zhuyin for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fcitx5-zhuyin for openSUSE:Factory 
checked in at 2023-03-10 22:08:20

Comparing /work/SRC/openSUSE:Factory/fcitx5-zhuyin (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx5-zhuyin.new.31432 (New)


Package is "fcitx5-zhuyin"

Fri Mar 10 22:08:20 2023 rev:4 rq:1070622 version:5.0.11

Changes:

--- /work/SRC/openSUSE:Factory/fcitx5-zhuyin/fcitx5-zhuyin.changes  
2022-11-28 11:05:58.635435678 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx5-zhuyin.new.31432/fcitx5-zhuyin.changes   
2023-03-10 22:08:42.845496934 +0100
@@ -1,0 +2,6 @@
+Wed Mar  8 15:05:59 UTC 2023 - Dominique Leuenberger 
+
+- Do not BuildRequire libzhuyin13: this is brought in by the
+  relevant devel package.
+
+---



Other differences:
--
++ fcitx5-zhuyin.spec ++
--- /var/tmp/diff_new_pack.ufwaoN/_old  2023-03-10 22:08:43.441499648 +0100
+++ /var/tmp/diff_new_pack.ufwaoN/_new  2023-03-10 22:08:43.445499666 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx5-zhuyin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,6 @@
 BuildRequires:  fmt-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpinyin-devel
-BuildRequires:  libzhuyin13
 BuildRequires:  pkgconfig
 Requires:   fcitx5
 Provides:   fcitx-zhuyin = %{version}


commit python-flit for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flit for openSUSE:Factory 
checked in at 2023-03-10 22:08:24

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


Package is "python-flit"

Fri Mar 10 22:08:24 2023 rev:7 rq:1070633 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-flit/python-flit.changes  2022-11-09 
12:57:11.968268101 +0100
+++ /work/SRC/openSUSE:Factory/.python-flit.new.31432/python-flit.changes   
2023-03-10 22:08:44.853506076 +0100
@@ -1,0 +2,5 @@
+Fri Mar 10 08:51:42 UTC 2023 - Dirk Müller 
+
+- spec file cleanups 
+
+---



Other differences:
--
++ python-flit.spec ++
--- /var/tmp/diff_new_pack.U9zpEX/_old  2023-03-10 22:08:45.425508680 +0100
+++ /var/tmp/diff_new_pack.U9zpEX/_new  2023-03-10 22:08:45.429508698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flit
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,12 +31,6 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module tomli-w}
-# SECTION test requirements
-BuildRequires:  %{python_module testpath}
-BuildRequires:  %{python_module pytest >= 2.7.3}
-BuildRequires:  %{python_module responses}
-BuildRequires:  %{python_module tomli}
-# /SECTION
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-docutils
@@ -46,6 +40,12 @@
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 BuildArch:  noarch
+# SECTION test requirements
+BuildRequires:  %{python_module pytest >= 2.7.3}
+BuildRequires:  %{python_module responses}
+BuildRequires:  %{python_module testpath}
+BuildRequires:  %{python_module tomli}
+# /SECTION
 %python_subpackages
 
 %description


commit ibus-libzhuyin for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibus-libzhuyin for openSUSE:Factory 
checked in at 2023-03-10 22:08:22

Comparing /work/SRC/openSUSE:Factory/ibus-libzhuyin (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-libzhuyin.new.31432 (New)


Package is "ibus-libzhuyin"

Fri Mar 10 22:08:22 2023 rev:15 rq:1070623 version:1.10.2

Changes:

--- /work/SRC/openSUSE:Factory/ibus-libzhuyin/ibus-libzhuyin.changes
2023-01-23 18:32:44.876385852 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-libzhuyin.new.31432/ibus-libzhuyin.changes 
2023-03-10 22:08:43.997502179 +0100
@@ -1,0 +2,6 @@
+Wed Mar  8 15:08:57 UTC 2023 - Dominique Leuenberger 
+
+- Do not BuildRequire libzhuyin13: that's the responsibility of the
+  respective devel package.
+
+---



Other differences:
--
++ ibus-libzhuyin.spec ++
--- /var/tmp/diff_new_pack.LqBuGH/_old  2023-03-10 22:08:44.685505311 +0100
+++ /var/tmp/diff_new_pack.LqBuGH/_new  2023-03-10 22:08:44.689505329 +0100
@@ -16,8 +16,6 @@
 #
 
 
-%define sover 13
-
 Name:   ibus-libzhuyin
 Version:1.10.2
 Release:0
@@ -32,7 +30,6 @@
 BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  libpinyin-tools >= 2.0.91
-BuildRequires:  libzhuyin%{sover}
 BuildRequires:  python3-devel
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(ibus-1.0) >= 1.4.99


commit nodejs-electron for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs-electron for openSUSE:Factory 
checked in at 2023-03-10 22:08:19

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


Package is "nodejs-electron"

Fri Mar 10 22:08:19 2023 rev:57 rq:1070612 version:22.3.2

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes  
2023-02-17 16:44:42.170760530 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.31432/nodejs-electron.changes   
2023-03-10 22:08:34.149457345 +0100
@@ -1,0 +2,35 @@
+Fri Mar 10 05:54:55 UTC 2023 - Bruno Pitrus 
+- New upstream release 22.3.2
+  * Fixed window could not go back to maximized state when restored
+  * Improved error messages for contents.takeHeapSnapshot
+- Disable some debugging code
+- Revert disablement of _package_note_file on Fedora
+- Switch to default BFD linker on aarch64 Fedora 36
+- Fix FTBFS on Rawhide
+  * angle-ShaderVars-missing-uint32_t.patch
+  * openscreen-gcc13-missing-headers.patch
+  * perfetto-uuid-missing-uint8_t.patch
+  * swiftshader-LRUCache-missing-uint64_t.patch
+  * vulkan_memory_allocator-vk_mem_alloc-missing-snprintf.patch
+  * profiler-missing-uintptr_t.patch
+  * components-gcc13-missing-headers.patch
+  * one_writer_seqlock-missing-uintptr_t.patch
+  * bluetooth_uuid-missing-uint8_t.patch
+  * broker_file_permission-missing-uint64_t.patch
+  * net-third_party-quiche-gcc13-missing-headers.patch
+  * webrtc-base64-missing-uint8_t.patch
+  * ui-gcc13-missing-headers.patch
+  * net-gcc13-missing-headers.patch
+  * extensions-gcc13-missing-headers.patch
+  * target_property-missing-uint32_t.patch
+  * gpu_feature_info-missing-uint32_t.patch
+  * blink-gcc13-missing-headers.patch
+  * effect_paint_property_node-Wchanges-meaning.patch
+
+---
+Thu Feb 23 11:33:18 UTC 2023 - Bruno Pitrus 
+- New upstream release 22.3.1
+  * no changes
+- Actually fix -lz inserted in wrong place in the modules build command line
+
+---

Old:

  electron-22.3.0.tar.zst

New:

  angle-ShaderVars-missing-uint32_t.patch
  blink-gcc13-missing-headers.patch
  bluetooth_uuid-missing-uint8_t.patch
  broker_file_permission-missing-uint64_t.patch
  components-gcc13-missing-headers.patch
  effect_paint_property_node-Wchanges-meaning.patch
  electron-22.3.2.tar.zst
  extensions-gcc13-missing-headers.patch
  gpu_feature_info-missing-uint32_t.patch
  net-gcc13-missing-headers.patch
  net-third_party-quiche-gcc13-missing-headers.patch
  one_writer_seqlock-missing-uintptr_t.patch
  openscreen-gcc13-missing-headers.patch
  perfetto-uuid-missing-uint8_t.patch
  profiler-missing-uintptr_t.patch
  swiftshader-LRUCache-missing-uint64_t.patch
  target_property-missing-uint32_t.patch
  ui-gcc13-missing-headers.patch
  vulkan_memory_allocator-vk_mem_alloc-missing-snprintf.patch
  webrtc-base64-missing-uint8_t.patch



Other differences:
--
++ nodejs-electron.spec ++
--- /var/tmp/diff_new_pack.u0YlGm/_old  2023-03-10 22:08:41.925492746 +0100
+++ /var/tmp/diff_new_pack.u0YlGm/_new  2023-03-10 22:08:41.933492782 +0100
@@ -17,7 +17,6 @@
 #
 
 
-%undefine _package_note_file
 # https://fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck
 %undefine _auto_set_build_flags
 
@@ -45,7 +44,7 @@
 %bcond_without pipewire
 
 %bcond_without swiftshader
-%ifarch %ix86 x86_64 %arm
+%ifarch %ix86 x86_64 %x86_64 %arm
 #Use subzero as swiftshader backend instead of LLVM
 %bcond_without subzero
 %else
@@ -77,12 +76,15 @@
 # Linker selection. GCC only. Default is BFD.
 # You can try different ones if it has problems.
 # arm64 reports relocation errors with BFD.
+%if 0%{?suse_version}
 %ifarch aarch64
 %bcond_without gold
 %else
 %bcond_with gold
 %endif
-
+%else
+%bcond_with gold
+%endif
 
 %endif #with clang
 
@@ -193,7 +195,7 @@
 
 
 Name:   nodejs-electron
-Version:22.3.0
+Version:22.3.2
 Release:0
 Summary:Build cross platform desktop apps with JavaScript, HTML, and 
CSS
 License:AFL-2.0 AND Apache-2.0 AND blessing AND BSD-2-Clause AND 
BSD-3-Clause AND BSD-Protection AND BSD-Source-Code AND bzip2-1.0.6 AND IJG AND 
ISC AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND MIT-CMU AND 
MIT-open-group AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND 
MPL-2.0 AND OpenSSL AND SGI-B-2.0 AND SUSE-Public-Domain AND X11
@@ -347,6 +349,25 @@
 Patch3099:  
crashpad-elf_image_reader-ProgramHeaderTableSpecific-expected-unqualified-id.patch
 Patch3100:  
first_party_set_parser-IssueWithMetadata-no-known-conversion.p

commit python-pydata-sphinx-theme for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydata-sphinx-theme for 
openSUSE:Factory checked in at 2023-03-10 22:08:27

Comparing /work/SRC/openSUSE:Factory/python-pydata-sphinx-theme (Old)
 and  /work/SRC/openSUSE:Factory/.python-pydata-sphinx-theme.new.31432 (New)


Package is "python-pydata-sphinx-theme"

Fri Mar 10 22:08:27 2023 rev:3 rq:1070700 version:0.13.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pydata-sphinx-theme/python-pydata-sphinx-theme.changes
2021-11-09 23:55:12.203970754 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pydata-sphinx-theme.new.31432/python-pydata-sphinx-theme.changes
 2023-03-10 22:08:51.365535722 +0100
@@ -1,0 +2,716 @@
+Thu Mar  9 10:10:17 UTC 2023 - Daniel Garcia 
+
+- Vendor all required nodejs modules to be able to build without
+  network with the new sphinx-theme-builder
+- Update to version 0.13.1:
+  * RLS: v0.13.1
+  * fix: deprecate use of the favicon config parameter (#1225)
+  * MNT: more flexible static (#1221)
+  * Fix icon links requirement (#1231)
+  * DOCS: Fix `` in docs for realz (#1224)
+  * docs: remove legacy footer customization (#1229)
+  * DOCS: Remove  from announcement sample text (#1223)
+  * bump: dev0
+
+---
+Mon Mar 06 14:13:40 UTC 2023 - Daniel Garcia 
+
+- Update to version 0.13.0:
+  * RLS: v0.13.0
+  * Make heading-style use the font-weight-heading value (#1213)
+  * dev0
+  * RLS: v0.13.0rc6
+  * FIX: Get theme options in a more robust way (#1214)
+  * Dev0
+  * RLS: 0.13.0rc5
+  * FIX: Remove icon links component when no icon links given (#1209)
+  * feat: Add full i18n support (#1192)
+  * Use CSS transform for skip link (#1206)
+  * Properly set configuration with app.builder.theme_options (#1199)
+  * Add conditional check for last-updated template (#1201)
+  * copy_logo_images: do not render dynamic Sphinx template content (#1204)
+  * Fix math scrollbars for realz (#1198)
+  * FIX: Make wide equations scroll (#1196)
+  * Dev0
+  * RLS: v0.13.0rc4
+  * Fix github gitlab brand (#1194)
+  * Refactor contributing docs to be more modular (#1173)
+  * DOCS: Add internationalization instructions (#1178)
+  * FIX: Some style bugs (#1191)
+  * dev0
+  * RLS: v0.13.0rc3
+  * Minor style improvements to ablog (#1185)
+  * maint: remove sphinx-panels support; remove deprecated config shims (#1188)
+  * Standardize template structure in more sections (#1184)
+  * maint: update GitLab URL tests (#1186)
+  * fix: correctly add DOM listeners (#1179)
+  * Properly handle default_mode=auto when writing logos (#1183)
+  * “Edit this page” → “Edit on GitHub/GitLab/Bitbucket” (#1177)
+  * Fix article header CSS (#1171)
+  * DOCS: admonition customization (#1155)
+  * RLS: v0.13.0rc2 (#1170)
+  * Fix header vertical spacing and jupyter-sphinx cells (#1164)
+  * Degrade gracefully when JavaScript is disabled (#1146)
+  * ENH: Add breadcrumbs to article header (#1142)
+  * FIX: Narrow scope of style rule for GitHub & GitLab link shortening (#1167)
+  * remove emoji from landing page (#1151)
+  * MAINT: update pypi classifiers (#1153)
+  * FIX: Javascript incorrect check for variable (#1166)
+  * Add test for internationalization and translations (#1138)
+  * STYLE: lint the documentation with Doc8 (#1150)
+  * FIX: Flex behavior should shrink header items instead of brand (#1158)
+  * Copyright semicolon (#1160)
+  * DOC: Use only shield.io for badges in README (#1152)
+  * Build(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1 (#1154)
+  * Bump to dev0
+  * 0.13.0rc1
+  * Standardize logo image behavior between Sphinx and this theme (#1132)
+  * ABlog: Updates for new HTML structure (#1118)
+  * MAINT: update prerelease workflow (#1140)
+  * MAINT: Refactor workflows to reduce test dependencies (#1136)
+  * MAINT: Improve font sizing (#1129)
+  * fix: use correct path for documentation logo
+  * fix: align sidebar sliding with the buttons (#1123)
+  * ENH/MAINT: avoid overwriting the HtmlTranslator (#1105)
+  * FIX: Use logo_url instead deprecated logo in theme (#1094) (#1097)
+  * Fix extra whitespace in sidebars (#1115)
+  * feat: support leaflet maps in the theme (#1112)
+  * Build(deps): Bump json5 from 1.0.1 to 1.0.2 (#)
+  * MAINT: sphinx 4.0 behaviours are no longer supported (#1107)
+  * FIX: Blog tag cloud overflow (#1093)
+  * FIX: Center search keyboard buttons (#1103)
+  * Fixing header height (#1102)
+  * drop prettify to avoid extra space in inline block (#1101)
+  * style dataframe included in a widget (#1089)
+  * add matplotlib to the list of warnings (#1091)
+  * Add Matplotlib to gallery.yaml (#1090)
+  * FIX: remove DS_Store file (#1084)
+  * make accessible-pygments a full dependency (#1083)
+  * FIX: Update precommit (#1080)
+ 

commit perl-Data-Dump-Streamer for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Data-Dump-Streamer for 
openSUSE:Factory checked in at 2023-03-10 22:08:41

Comparing /work/SRC/openSUSE:Factory/perl-Data-Dump-Streamer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Data-Dump-Streamer.new.31432 (New)


Package is "perl-Data-Dump-Streamer"

Fri Mar 10 22:08:41 2023 rev:17 rq:1070665 version:2.42

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Data-Dump-Streamer/perl-Data-Dump-Streamer.changes
  2023-02-16 16:56:11.914783768 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Data-Dump-Streamer.new.31432/perl-Data-Dump-Streamer.changes
   2023-03-10 22:09:03.613591483 +0100
@@ -1,0 +2,12 @@
+Wed Feb 22 03:06:43 UTC 2023 - Tina Müller 
+
+- updated to 2.42
+   see /usr/share/doc/packages/perl-Data-Dump-Streamer/Changes
+
+  2.42
+
+  Perltidy source to my preferred format. Fixed issues serializing
+  the global stash. Added test to detect if serializing the global
+  stash breaks anything.
+
+---

Old:

  Data-Dump-Streamer-2.41.tar.gz

New:

  Data-Dump-Streamer-2.42.tar.gz



Other differences:
--
++ perl-Data-Dump-Streamer.spec ++
--- /var/tmp/diff_new_pack.ynMgeJ/_old  2023-03-10 22:09:04.101593704 +0100
+++ /var/tmp/diff_new_pack.ynMgeJ/_new  2023-03-10 22:09:04.105593722 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name Data-Dump-Streamer
 Name:   perl-Data-Dump-Streamer
-Version:2.41
+Version:2.42
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Accurately serialize a data structure as Perl code

++ Data-Dump-Streamer-2.41.tar.gz -> Data-Dump-Streamer-2.42.tar.gz ++
 9685 lines of diff (skipped)


commit qgis for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qgis for openSUSE:Factory checked in 
at 2023-03-10 22:08:32

Comparing /work/SRC/openSUSE:Factory/qgis (Old)
 and  /work/SRC/openSUSE:Factory/.qgis.new.31432 (New)


Package is "qgis"

Fri Mar 10 22:08:32 2023 rev:39 rq:1070661 version:3.30.0

Changes:

--- /work/SRC/openSUSE:Factory/qgis/qgis.changes2023-03-06 
18:56:55.877087165 +0100
+++ /work/SRC/openSUSE:Factory/.qgis.new.31432/qgis.changes 2023-03-10 
22:08:58.081566297 +0100
@@ -1,0 +2,6 @@
+Thu Mar  9 11:17:45 UTC 2023 - Guillaume GARDET 
+
+- Update to 3.30.0:
+  https://changelog.qgis.org/en/qgis/version/3.30/
+
+---

Old:

  qgis-3.28.3.tar.bz2
  qgis-3.28.3.tar.bz2.sha256

New:

  qgis-3.30.0.tar.bz2
  qgis-3.30.0.tar.bz2.sha256



Other differences:
--
++ qgis.spec ++
--- /var/tmp/diff_new_pack.bapIb3/_old  2023-03-10 22:09:01.501581868 +0100
+++ /var/tmp/diff_new_pack.bapIb3/_new  2023-03-10 22:09:01.501581868 +0100
@@ -24,7 +24,7 @@
 %else
 Name:   qgis
 %endif
-Version:3.28.3
+Version:3.30.0
 Release:0
 Summary:A Geographic Information System (GIS)
 License:GPL-2.0-only

++ qgis-3.28.3.tar.bz2 -> qgis-3.30.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/qgis/qgis-3.28.3.tar.bz2 
/work/SRC/openSUSE:Factory/.qgis.new.31432/qgis-3.30.0.tar.bz2 differ: char 11, 
line 1

++ qgis-3.28.3.tar.bz2.sha256 -> qgis-3.30.0.tar.bz2.sha256 ++
--- /work/SRC/openSUSE:Factory/qgis/qgis-3.28.3.tar.bz2.sha256  2023-02-03 
22:17:40.923497932 +0100
+++ /work/SRC/openSUSE:Factory/.qgis.new.31432/qgis-3.30.0.tar.bz2.sha256   
2023-03-10 22:08:57.921565569 +0100
@@ -1 +1 @@
-a09124f46465a520f6d735306ba3954c339b84aa396d6f52b476b82edcc4fe0e  
qgis-3.28.3.tar.bz2
+e72d196c1891de303acaa9555ee493cdcfb58c86929c96ba3537a331dbee74f5  
qgis-3.30.0.tar.bz2


commit perl-Sereal for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Sereal for openSUSE:Factory 
checked in at 2023-03-10 22:08:38

Comparing /work/SRC/openSUSE:Factory/perl-Sereal (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal.new.31432 (New)


Package is "perl-Sereal"

Fri Mar 10 22:08:38 2023 rev:11 rq:1070663 version:5.003

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal/perl-Sereal.changes  2022-09-27 
20:14:50.953947674 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sereal.new.31432/perl-Sereal.changes   
2023-03-10 22:09:01.757583033 +0100
@@ -1,0 +2,6 @@
+Thu Feb  9 03:12:06 UTC 2023 - Tina Müller 
+
+- updated to 5.003
+   see /usr/share/doc/packages/perl-Sereal/Changes
+
+---

Old:

  Sereal-5.001.tar.gz

New:

  Sereal-5.003.tar.gz



Other differences:
--
++ perl-Sereal.spec ++
--- /var/tmp/diff_new_pack.nJAWxW/_old  2023-03-10 22:09:02.281585419 +0100
+++ /var/tmp/diff_new_pack.nJAWxW/_new  2023-03-10 22:09:02.285585437 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sereal
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name Sereal
 Name:   perl-Sereal
-Version:5.001
+Version:5.003
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Binary serialization module for Perl
@@ -28,15 +28,15 @@
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Sereal::Decoder) >= 5.001
-BuildRequires:  perl(Sereal::Encoder) >= 5.001
+BuildRequires:  perl(Sereal::Decoder) >= 5.003
+BuildRequires:  perl(Sereal::Encoder) >= 5.003
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn)
-Requires:   perl(Sereal::Decoder) >= 5.001
-Requires:   perl(Sereal::Encoder) >= 5.001
+Requires:   perl(Sereal::Decoder) >= 5.003
+Requires:   perl(Sereal::Encoder) >= 5.003
 %{perl_requires}
 
 %description

++ Sereal-5.001.tar.gz -> Sereal-5.003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-5.001/Changes new/Sereal-5.003/Changes
--- old/Sereal-5.001/Changes2022-09-03 15:37:06.0 +0200
+++ new/Sereal-5.003/Changes2023-02-08 03:33:28.0 +0100
@@ -1,8 +1,8 @@
 Revision history for Perl extension Sereal
 
 Sereal is a dependency package that pulls in the real Sereal::Encoder
-and Sereal::Decoder.  For the actual changes between Sereal releases,
-please see the Encoder and Decoder changelogs:
+and Sereal::Decoder.  These are summaries or copies of the actual changes
+from the the Encoder and Decoder changelogs:
* https://github.com/Sereal/Sereal/blob/master/Perl/Decoder/Changes
* https://github.com/Sereal/Sereal/blob/master/Perl/Encoder/Changes
 
@@ -13,6 +13,47 @@
 *  Sereal package and instead install the Encoder or   *
 *  Decoder independently.  *
 
+5.003
+* Production release of 5.002_001 and 5.002_002
+* OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh
+  for providing guidance and access to an OpenBSD box to use to
+  debug and fix this.
+* Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
+* Assorted build fixes related to these updates.
+
+5.002_002
+* OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh
+  for providing guidance and access to an OpenBSD box to use to
+  debug and fix this.
+
+5.002_001
+* Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
+* Assorted build fixes related to these updates.
+
+5.002
+* Fixup Decoder tests to run on perl 5.8 which has no defined-or.
+- Consolidated changes from 5.001_00x:
+* Ensure that Encoder depends on the correct version of the Decoder.
+  Gracious thanks to Slaven Rezic for being so patient in helping
+  me get this release working properly.
+* Test compatibility fixes when no perl is already installed.
+* Add t/195_backcompat.t to check if the latest decoder will
+  seamlessly handle reading output from older versions.
+* Test compatibility fixes with version 3 and earlier.
+
+5.001_003
+* Ensure that Encoder depends on the correct version of the Decoder.
+  Gracious thanks to Slaven Rezic for being so patient in hel

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2023-03-10 22:08:39

Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.31432 (New)


Package is "perl-CPAN-Perl-Releases"

Fri Mar 10 22:08:39 2023 rev:134 rq:1070664 version:5.20230220

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2023-01-31 16:16:08.724167788 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.31432/perl-CPAN-Perl-Releases.changes
   2023-03-10 22:09:02.749587549 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 03:06:37 UTC 2023 - Tina Müller 
+
+- updated to 5.20230220
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-5.20230120.tar.gz

New:

  CPAN-Perl-Releases-5.20230220.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.Mpk1bK/_old  2023-03-10 22:09:03.305590080 +0100
+++ /var/tmp/diff_new_pack.Mpk1bK/_new  2023-03-10 22:09:03.309590099 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name CPAN-Perl-Releases
 Name:   perl-CPAN-Perl-Releases
-Version:5.20230120
+Version:5.20230220
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-5.20230120.tar.gz -> 
CPAN-Perl-Releases-5.20230220.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20230120/Changes 
new/CPAN-Perl-Releases-5.20230220/Changes
--- old/CPAN-Perl-Releases-5.20230120/Changes   2023-01-20 16:34:38.0 
+0100
+++ new/CPAN-Perl-Releases-5.20230220/Changes   2023-02-20 21:57:28.0 
+0100
@@ -1,8 +1,18 @@
 ==
-Changes from 2018-01-21 00:00:00 + to present.
+Changes from 2018-02-21 00:00:00 + to present.
 ==
 
 ---
+version 5.20230220 at 2023-02-20 20:54:12 +
+---
+
+  Change: dd96b83b4d32334bc218e96f06e4e3e8f9c97f8f
+  Author: Chris 'BinGOs' Williams 
+  Date : 2023-02-20 20:54:12 +
+
+Updated for v5.37.9 
+
+---
 version 5.20230120 at 2023-01-20 15:34:09 +
 ---
 
@@ -918,16 +928,6 @@
 
 Updated for v5.27.10 
 
--
-version 3.48 at 2018-02-20 21:16:37 +
--
-
-  Change: b4932c7dafb32915ca0830f9294b619eaf7a93f3
-  Author: Chris 'BinGOs' Williams 
-  Date : 2018-02-20 21:16:37 +
-
-Updated for v5.27.9 
-
 ==
-Plus 171 releases after 2018-01-21 00:00:00 +.
+Plus 172 releases after 2018-02-21 00:00:00 +.
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20230120/META.json 
new/CPAN-Perl-Releases-5.20230220/META.json
--- old/CPAN-Perl-Releases-5.20230120/META.json 2023-01-20 16:34:38.0 
+0100
+++ new/CPAN-Perl-Releases-5.20230220/META.json 2023-02-20 21:57:28.0 
+0100
@@ -49,7 +49,7 @@
  "web" : "https://github.com/bingos/cpan-perl-releases";
   }
},
-   "version" : "5.20230120",
+   "version" : "5.20230220",
"x_generated_by_perl" : "v5.36.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20230120/META.yml 
new/CPAN-Perl-Releases-5.20230220/META.yml
--- old/CPAN-Perl-Releases-5.20230120/META.yml  2023-01-20 16:34:38.0 
+0100
+++ new/CPAN-Perl-Releases-5.20230220/META.yml  2023-02-20 21:57:28.0 
+0100
@@ -21,7 +21,7 @@
 resources:
   homepage: https://github.com/bingos/cpan-perl-releases
   repository: https://github.com/bingos/cpan-perl-releases.git
-version: '5.20230120'
+version: '5.20230220'
 x_generated_by_perl: v5.36.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20230120/Makefile.PL 
new/CPAN-Perl-Releases-5.20230220/Makefi

commit perl-Test-PerlTidy for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2023-03-10 22:08:43

Comparing /work/SRC/openSUSE:Factory/perl-Test-PerlTidy (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.31432 (New)


Package is "perl-Test-PerlTidy"

Fri Mar 10 22:08:43 2023 rev:10 rq:1070667 version:20230226

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2022-09-09 18:29:23.557246653 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.31432/perl-Test-PerlTidy.changes
 2023-03-10 22:09:05.505600096 +0100
@@ -1,0 +2,12 @@
+Mon Feb 27 03:07:46 UTC 2023 - Tina Müller 
+
+- updated to 20230226
+   see /usr/share/doc/packages/perl-Test-PerlTidy/Changes
+
+  202302262023-02-26
+
+  * Cleanups and speedups
+  * https://github.com/shlomif/Test-PerlTidy/pull/8
+  * Thanks to @thoke !
+
+---

Old:

  Test-PerlTidy-20220902.tar.gz

New:

  Test-PerlTidy-20230226.tar.gz



Other differences:
--
++ perl-Test-PerlTidy.spec ++
--- /var/tmp/diff_new_pack.6LyhJo/_old  2023-03-10 22:09:06.125602919 +0100
+++ /var/tmp/diff_new_pack.6LyhJo/_new  2023-03-10 22:09:06.129602937 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-PerlTidy
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name Test-PerlTidy
 Name:   perl-Test-PerlTidy
-Version:20220902
+Version:20230226
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Check that all your files are tidy

++ Test-PerlTidy-20220902.tar.gz -> Test-PerlTidy-20230226.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20220902/Build.PL 
new/Test-PerlTidy-20230226/Build.PL
--- old/Test-PerlTidy-20220902/Build.PL 2022-09-02 08:27:39.0 +0200
+++ new/Test-PerlTidy-20230226/Build.PL 2023-02-26 07:04:35.0 +0100
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.024.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.025.
 use strict;
 use warnings;
 
@@ -19,7 +19,7 @@
 "Shlomi Fish "
   ],
   "dist_name" => "Test-PerlTidy",
-  "dist_version" => 20220902,
+  "dist_version" => 20230226,
   "license" => "perl",
   "module_name" => "Test::PerlTidy",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20220902/Changes 
new/Test-PerlTidy-20230226/Changes
--- old/Test-PerlTidy-20220902/Changes  2022-09-02 08:27:39.0 +0200
+++ new/Test-PerlTidy-20230226/Changes  2023-02-26 07:04:35.0 +0100
@@ -1,5 +1,11 @@
 CHANGES
 
+202302262023-02-26
+
+* Cleanups and speedups
+* https://github.com/shlomif/Test-PerlTidy/pull/8
+* Thanks to @thoke !
+
 202209022022-09-02
 
 * Fix the tests with latest Perl::Tidy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20220902/MANIFEST 
new/Test-PerlTidy-20230226/MANIFEST
--- old/Test-PerlTidy-20220902/MANIFEST 2022-09-02 08:27:39.0 +0200
+++ new/Test-PerlTidy-20230226/MANIFEST 2023-02-26 07:04:35.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.024.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.025.
 Build.PL
 Changes
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20220902/META.json 
new/Test-PerlTidy-20230226/META.json
--- old/Test-PerlTidy-20220902/META.json2022-09-02 08:27:39.0 
+0200
+++ new/Test-PerlTidy-20230226/META.json2023-02-26 07:04:35.0 
+0100
@@ -4,7 +4,7 @@
   "Shlomi Fish "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -68,7 +68,7 @@
"provides" : {
   "Test::PerlTidy" : {
  "file" : "lib/Test/PerlTidy.pm",
- "version" : "20220902"
+ "version" : "20230226"
   }
},
"release_status" : "stable",
@@ -83,10 +83,10 @@
 

commit perl-SQL-Translator for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-SQL-Translator for 
openSUSE:Factory checked in at 2023-03-10 22:08:42

Comparing /work/SRC/openSUSE:Factory/perl-SQL-Translator (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SQL-Translator.new.31432 (New)


Package is "perl-SQL-Translator"

Fri Mar 10 22:08:42 2023 rev:17 rq:1070666 version:1.63

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Translator/perl-SQL-Translator.changes  
2020-09-15 16:35:29.743010703 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Translator.new.31432/perl-SQL-Translator.changes
   2023-03-10 22:09:04.485595452 +0100
@@ -1,0 +2,22 @@
+Fri Feb 24 03:07:52 UTC 2023 - Tina Müller 
+
+- updated to 1.63
+   see /usr/share/doc/packages/perl-SQL-Translator/Changes
+
+  1.63 - 2023-02-23
+   * sqlt-diff: Change producer_args to sqlt_args for better self-documentation
+ NOTE - using producer_args will now throw a deprecation warning
+
+   FEATURES
+   * A lot of new functionality for the Oracle producer (thanks @hazardv)
+   * Support DB commments in the following producers: PG, JSON, YAML. Also in 
the sqlite parser (thanks @djerius)
+   * Support INCLUDE on indices for Pg (producer + parser)
+   * Postgres producer now supports materialized views via 
$extra->{materialized}
+
+   FIXES
+   * Postgres producer genrates correct constraint names for schema-namespaced 
tables
+   * Postgres DBI parser now returns scalarref SQL instead of strings for 
defaults (thanks @nrdvana)
+   * Postgres producer drops NOT NULL constraints more correctly (thanks 
@uehara-delta)
+   * binaries now have their perl set by EUMM (thanks @toddr)
+
+---

Old:

  SQL-Translator-1.62.tar.gz

New:

  SQL-Translator-1.63.tar.gz



Other differences:
--
++ perl-SQL-Translator.spec ++
--- /var/tmp/diff_new_pack.jmmq5j/_old  2023-03-10 22:09:05.029597929 +0100
+++ /var/tmp/diff_new_pack.jmmq5j/_new  2023-03-10 22:09:05.037597966 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Translator
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,23 @@
 #
 
 
+%define cpan_name SQL-Translator
 Name:   perl-SQL-Translator
-Version:1.62
+Version:1.63
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0-or-later
-%define cpan_name SQL-Translator
-Summary:Manipulate structured data definitions (SQL and more)
 License:(Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
-Group:  Development/Libraries/Perl
+Summary:SQL DDL transformations and more
 URL:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/V/VE/VEESH/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Clan)
 BuildRequires:  perl(DBI) >= 1.54
 BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.54
 BuildRequires:  perl(File::ShareDir) >= 1.0
 BuildRequires:  perl(File::ShareDir::Install)
 BuildRequires:  perl(JSON::MaybeXS) >= 1.003003
@@ -83,7 +82,8 @@
 manipulation of data (INSERT, UPDATE, DELETE).
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
+
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
@@ -91,7 +91,7 @@
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -102,7 +102,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc AUTHORS Changes README
 %license LICENSE
 

++ SQL-Translator-1.62.tar.gz -> SQL-Translator-1.63.tar.gz ++
 4044 lines of diff (skipped)


commit perl-Carp-Assert for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Carp-Assert for 
openSUSE:Factory checked in at 2023-03-10 22:08:48

Comparing /work/SRC/openSUSE:Factory/perl-Carp-Assert (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Carp-Assert.new.31432 (New)


Package is "perl-Carp-Assert"

Fri Mar 10 22:08:48 2023 rev:24 rq:1070677 version:0.22

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carp-Assert/perl-Carp-Assert.changes
2015-04-15 16:22:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Carp-Assert.new.31432/perl-Carp-Assert.changes 
2023-03-10 22:09:09.625618852 +0100
@@ -1,0 +2,13 @@
+Sun Mar  5 03:06:07 UTC 2023 - Tina Müller 
+
+- updated to 0.22
+   see /usr/share/doc/packages/perl-Carp-Assert/Changes
+
+  0.22 2023-03-04
+  - Removed shouldn't. As of perl 5.37.9 use of apostrophe
+as a package separator warns. As of 5.42 it will be removed.
+Really Schwern, you should have resisted the urge. :-)
+  - Changed the Makefile.PL metadata to point at my repo, not
+the Schwern repo.
+
+---

Old:

  Carp-Assert-0.21.tar.gz

New:

  Carp-Assert-0.22.tar.gz



Other differences:
--
++ perl-Carp-Assert.spec ++
--- /var/tmp/diff_new_pack.1zg5HA/_old  2023-03-10 22:09:10.061620838 +0100
+++ /var/tmp/diff_new_pack.1zg5HA/_new  2023-03-10 22:09:10.085620947 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Carp-Assert
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cpan_name Carp-Assert
 Name:   perl-Carp-Assert
-Version:0.21
+Version:0.22
 Release:0
-%define cpan_name Carp-Assert
-Summary:executable comments
-License:Artistic-1.0 or GPL-1.0+
-Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Carp-Assert/
-Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+License:Artistic-1.0 OR GPL-1.0-or-later
+Summary:Executable comments
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/Y/YV/YVES/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.88
@@ -37,7 +35,7 @@
 occur."
 - Dan Quayle
 
-Carp::Assert is intended for a purpose like the ANSI C library
+Carp::Assert is intended for a purpose like the ANSI C library at
 http://en.wikipedia.org/wiki/Assert.h. If you're already familiar with
 assert.h, then you can probably skip this and go straight to the FUNCTIONS
 section.
@@ -112,14 +110,14 @@
 assert( $life =~ /!$/ );
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -127,7 +125,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Carp-Assert-0.21.tar.gz -> Carp-Assert-0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Assert-0.21/Changes new/Carp-Assert-0.22/Changes
--- old/Carp-Assert-0.21/Changes2014-06-25 23:17:04.0 +0200
+++ new/Carp-Assert-0.22/Changes2023-03-04 15:08:26.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl module Carp::Assert
 
+0.22 2023-03-04
+- Removed shouldn't. As of perl 5.37.9 use of apostrophe
+  as a package separator warns. As of 5.42 it will be removed.
+  Really Schwern, you should have resisted the urge. :-)
+- Changed the Makefile.PL metadata to point at my repo, not
+  the Schwern repo.
+
 0.21 2014-06-25
 - Fixed typos in pod. RT#95017 - thanks Daniel Lintott.
 - Added links to a number of modules in SEE ALSO.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Assert-0.21/MANIFEST 
new/Carp-Assert-0.22/MANIFEST
--- old/Carp-Assert-0.21/MANIFEST   201

commit perl-Curses for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Curses for openSUSE:Factory 
checked in at 2023-03-10 22:08:51

Comparing /work/SRC/openSUSE:Factory/perl-Curses (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Curses.new.31432 (New)


Package is "perl-Curses"

Fri Mar 10 22:08:51 2023 rev:34 rq:1070685 version:1.44

Changes:

--- /work/SRC/openSUSE:Factory/perl-Curses/perl-Curses.changes  2022-12-12 
17:42:00.509897207 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Curses.new.31432/perl-Curses.changes   
2023-03-10 22:09:13.833638010 +0100
@@ -1,0 +2,10 @@
+Wed Mar  8 03:07:07 UTC 2023 - Tina Müller 
+
+- updated to 1.44
+   see /usr/share/doc/packages/perl-Curses/ChangeLog
+
+  New in 1.44 (Released March 07, 2023)
+
+Implement A_ITALIC
+
+---

Old:

  Curses-1.43.tar.gz

New:

  Curses-1.44.tar.gz



Other differences:
--
++ perl-Curses.spec ++
--- /var/tmp/diff_new_pack.BjDtLM/_old  2023-03-10 22:09:14.417640669 +0100
+++ /var/tmp/diff_new_pack.BjDtLM/_new  2023-03-10 22:09:14.421640687 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Curses
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name Curses
 Name:   perl-Curses
-Version:1.43
+Version:1.44
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Terminal screen handling and optimization
@@ -42,6 +42,7 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
+
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 sed -i '1s| /usr//bin/perl|%{__perl}|' demo.form

++ Curses-1.43.tar.gz -> Curses-1.44.tar.gz ++
 3324 lines of diff (skipped)


commit perl-HTTP-BrowserDetect for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-HTTP-BrowserDetect for 
openSUSE:Factory checked in at 2023-03-10 22:08:46

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


Package is "perl-HTTP-BrowserDetect"

Fri Mar 10 22:08:46 2023 rev:7 rq:1070676 version:3.38

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTTP-BrowserDetect/perl-HTTP-BrowserDetect.changes
  2022-09-29 18:13:01.815216937 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-BrowserDetect.new.31432/perl-HTTP-BrowserDetect.changes
   2023-03-10 22:09:08.717614719 +0100
@@ -1,0 +2,11 @@
+Sat Mar  4 03:08:01 UTC 2023 - Tina Müller 
+
+- updated to 3.38
+   see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
+
+  3.38  2023-03-03 21:37:52Z
+  - Detect Yandex Browser (GH#201) (altblue)
+  - Detect some "Meta" apps (GH#199) (altblue)
+  - Detect Instagram (GH#200) (altblue)
+
+---

Old:

  HTTP-BrowserDetect-3.37.tar.gz

New:

  HTTP-BrowserDetect-3.38.tar.gz



Other differences:
--
++ perl-HTTP-BrowserDetect.spec ++
--- /var/tmp/diff_new_pack.UWZ9hn/_old  2023-03-10 22:09:09.329617505 +0100
+++ /var/tmp/diff_new_pack.UWZ9hn/_new  2023-03-10 22:09:09.333617524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-BrowserDetect
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name HTTP-BrowserDetect
 Name:   perl-HTTP-BrowserDetect
-Version:3.37
+Version:3.38
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Determine Web browser, version, and platform from an HTTP user 
agent string

++ HTTP-BrowserDetect-3.37.tar.gz -> HTTP-BrowserDetect-3.38.tar.gz ++
 1686 lines of diff (skipped)


commit perl-Spreadsheet-Read for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Spreadsheet-Read for 
openSUSE:Factory checked in at 2023-03-10 22:08:52

Comparing /work/SRC/openSUSE:Factory/perl-Spreadsheet-Read (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new.31432 (New)


Package is "perl-Spreadsheet-Read"

Fri Mar 10 22:08:52 2023 rev:19 rq:1070689 version:0.87

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Spreadsheet-Read/perl-Spreadsheet-Read.changes  
2022-02-03 23:17:32.376181452 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new.31432/perl-Spreadsheet-Read.changes
   2023-03-10 22:09:14.761642235 +0100
@@ -1,0 +2,28 @@
+Thu Mar  9 16:51:41 UTC 2023 - Tina Müller 
+
+- Remove nonstdperlpath.patch, fixed paths upstream, thanks Tux :)
+
+---
+Thu Feb 23 03:08:41 UTC 2023 - Tina Müller 
+
+- updated to 0.87
+   see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
+
+  0.87 - 22 Feb 2023, H.Merijn Brand
+  * Change default #! to /usr/bin/perl (Tinita)
+  * Improve ->sheets (safer and docs)
+  * Update to Spreadsheet::ReadGnumeric 0.2 (attributes and small fixes)
+
+  0.86 - 07 Feb 2023, H.Merijn Brand
+  * Add Gnumeric support (Bob Rogers, THANKS!)
+- work in progress, use with care, feedback welcome
+
+  0.85 - 04 Jan 2023, H.Merijn Brand
+  * Suggest the preferred parser if none found
+  * It's 2022
+  * xlscat --box and improvements for -L
+  * Add balloons to ss2tk buttons
+  * Fix typo in help (Erix)
+  * It's 2023
+
+---

Old:

  Spreadsheet-Read-0.84.tgz
  nonstdperlpath.patch

New:

  Spreadsheet-Read-0.87.tgz



Other differences:
--
++ perl-Spreadsheet-Read.spec ++
--- /var/tmp/diff_new_pack.PjlyOO/_old  2023-03-10 22:09:15.297644675 +0100
+++ /var/tmp/diff_new_pack.PjlyOO/_new  2023-03-10 22:09:15.305644711 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Spreadsheet-Read
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %define cpan_name Spreadsheet-Read
 Name:   perl-Spreadsheet-Read
-Version:0.84
+Version:0.87
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
-Summary:Read the data from a spreadsheet
+Summary:Meta-Wrapper for reading spreadsheet data
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 Source1:cpanspec.yml
-Patch0: nonstdperlpath.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -39,7 +38,7 @@
 Requires:   perl(IO::Scalar)
 Requires:   perl(Test::More) >= 0.88
 Requires:   perl(Test::NoWarnings)
-Recommends: perl(Data::Peek) >= 0.50
+Recommends: perl(Data::Peek) >= 0.52
 Recommends: perl(File::Temp) >= 0.2311
 Recommends: perl(IO::Scalar)
 %{perl_requires}
@@ -68,7 +67,8 @@
 For SquirrelCalc there is a very simplistic built-in parser
 
 %prep
-%autosetup  -n %{cpan_name}-%{version} -p1
+%autosetup  -n %{cpan_name}-%{version}
+
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build

++ Spreadsheet-Read-0.84.tgz -> Spreadsheet-Read-0.87.tgz ++
 2111 lines of diff (skipped)

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.PjlyOO/_old  2023-03-10 22:09:15.469645458 +0100
+++ /var/tmp/diff_new_pack.PjlyOO/_new  2023-03-10 22:09:15.473645476 +0100
@@ -21,7 +21,7 @@
 #  - source2
 patches:
   # Patch to fix non-standard perl path in source
-  nonstdperlpath.patch: -p1
+  # nonstdperlpath.patch: -p1
 preamble: |-
   BuildRequires:  perl(Spreadsheet::ParseExcel) >= 0.34
   BuildRequires:  perl(Spreadsheet::ParseExcel::FmtDefault)


commit perl-Cpanel-JSON-XS for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Cpanel-JSON-XS for 
openSUSE:Factory checked in at 2023-03-10 22:08:44

Comparing /work/SRC/openSUSE:Factory/perl-Cpanel-JSON-XS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Cpanel-JSON-XS.new.31432 (New)


Package is "perl-Cpanel-JSON-XS"

Fri Mar 10 22:08:44 2023 rev:37 rq:1070673 version:4.36

Changes:

--- /work/SRC/openSUSE:Factory/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.changes  
2022-08-16 17:58:09.822925939 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Cpanel-JSON-XS.new.31432/perl-Cpanel-JSON-XS.changes
   2023-03-10 22:09:06.605605104 +0100
@@ -1,0 +2,21 @@
+Fri Mar  3 03:06:14 UTC 2023 - Tina Müller 
+
+- updated to 4.36
+   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
+
+  4.36 2023-03-02 (rurban)
+  - remove the SAVESTACK_POS noop. Merged from JSON-XS-3.02,
+removed there with 4.0. requested to remove with
+L
+  4.35 2023-02-22 (rurban)
+  - fix utf8 object stringification (jixam PR #212)
+  4.34 2023-02-21 (rurban)
+  - fix c89 compilation regression, for loop init on centos. GH #211
+  4.33 2023-02-21 (rurban)
+  - fix a security issue, decoding hash keys without ending :
+(GH #208)
+  - check all bare hash keys for utf8 (GH #209)
+  - improve overload warnings (Graham Knop PR #205)
+  - fix a croak leak (GH #206)
+
+---

Old:

  Cpanel-JSON-XS-4.32.tar.gz

New:

  Cpanel-JSON-XS-4.36.tar.gz



Other differences:
--
++ perl-Cpanel-JSON-XS.spec ++
--- /var/tmp/diff_new_pack.676jMh/_old  2023-03-10 22:09:07.085607289 +0100
+++ /var/tmp/diff_new_pack.676jMh/_new  2023-03-10 22:09:07.097607344 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Cpanel-JSON-XS
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name Cpanel-JSON-XS
 Name:   perl-Cpanel-JSON-XS
-Version:4.32
+Version:4.36
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:CPanel fork of JSON::XS, fast and correct serializing
@@ -48,6 +48,7 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
+
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build

++ Cpanel-JSON-XS-4.32.tar.gz -> Cpanel-JSON-XS-4.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.32/.github/workflows/testsuite.yml 
new/Cpanel-JSON-XS-4.36/.github/workflows/testsuite.yml
--- old/Cpanel-JSON-XS-4.32/.github/workflows/testsuite.yml 2022-05-27 
17:29:43.0 +0200
+++ new/Cpanel-JSON-XS-4.36/.github/workflows/testsuite.yml 2023-02-21 
17:20:32.0 +0100
@@ -64,6 +64,7 @@
   matrix:
 perl-version:
   [
+"5.36",
 "5.34",
 "5.32",
 "5.30",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.32/Changes 
new/Cpanel-JSON-XS-4.36/Changes
--- old/Cpanel-JSON-XS-4.32/Changes 2022-08-13 09:06:11.0 +0200
+++ new/Cpanel-JSON-XS-4.36/Changes 2023-03-02 16:10:08.0 +0100
@@ -2,6 +2,24 @@
 
 TODO: http://stevehanov.ca/blog/index.php?id=104 compression
 
+4.36 2023-03-02 (rurban)
+- remove the SAVESTACK_POS noop. Merged from JSON-XS-3.02,
+  removed there with 4.0. requested to remove with
+  L
+
+4.35 2023-02-22 (rurban)
+- fix utf8 object stringification (jixam PR #212)
+
+4.34 2023-02-21 (rurban)
+- fix c89 compilation regression, for loop init on centos. GH #211
+
+4.33 2023-02-21 (rurban)
+- fix a security issue, decoding hash keys without ending :
+  (GH #208)
+- check all bare hash keys for utf8 (GH #209)
+- improve overload warnings (Graham Knop PR #205)
+- fix a croak leak (GH #206)
+
 4.32 2022-08-13 (rurban)
 - fix new JSON::PP::Boolean overload redefinition warnings. GH #200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.32/META.json 
new/Cpanel-JSON-XS-4.36/META.json
--- old/Cpanel-JSON-XS-4.32/META.json   2022-08-13 09:12:24.0 +0200
+++ new/Cpanel-JSON-XS-4.36/META.json   2023-03-02 16:11:02.0 +0100
@@ -100

commit perl-GraphViz for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-GraphViz for openSUSE:Factory 
checked in at 2023-03-10 22:08:45

Comparing /work/SRC/openSUSE:Factory/perl-GraphViz (Old)
 and  /work/SRC/openSUSE:Factory/.perl-GraphViz.new.31432 (New)


Package is "perl-GraphViz"

Fri Mar 10 22:08:45 2023 rev:13 rq:1070675 version:2.26

Changes:

--- /work/SRC/openSUSE:Factory/perl-GraphViz/perl-GraphViz.changes  
2022-08-24 15:11:59.548552533 +0200
+++ /work/SRC/openSUSE:Factory/.perl-GraphViz.new.31432/perl-GraphViz.changes   
2023-03-10 22:09:07.473609055 +0100
@@ -1,0 +2,9 @@
+Sat Mar  4 03:07:10 UTC 2023 - Tina Müller 
+
+- updated to 2.26
+   see /usr/share/doc/packages/perl-GraphViz/Changes
+
+  2.26 2023-03-03
+  - unchanged from 2.25 (except for deps adjustment) which also got deleted 
from CPAN by co-maint
+
+---

Old:

  GraphViz-2.25.tar.gz

New:

  GraphViz-2.26.tar.gz



Other differences:
--
++ perl-GraphViz.spec ++
--- /var/tmp/diff_new_pack.aEGZgL/_old  2023-03-10 22:09:07.905611022 +0100
+++ /var/tmp/diff_new_pack.aEGZgL/_new  2023-03-10 22:09:07.909611041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GraphViz
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name GraphViz
 Name:   perl-GraphViz
-Version:2.25
+Version:2.26
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Interface to AT&T's GraphViz. Deprecated. See GraphViz2
@@ -33,7 +33,6 @@
 BuildRequires:  perl(LWP::Simple) >= 6
 BuildRequires:  perl(Parse::RecDescent) >= 1.965001
 BuildRequires:  perl(Test::More) >= 1.001002
-BuildRequires:  perl(Test::Pod) >= 1.48
 BuildRequires:  perl(XML::Twig) >= 3.52
 BuildRequires:  perl(XML::XPath) >= 1.13
 Requires:   perl(File::Which) >= 1.09
@@ -63,6 +62,7 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
+
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 sed -i -e s,/usr/local/bin/perl,/usr/bin/perl, examples/*.pl

++ GraphViz-2.25.tar.gz -> GraphViz-2.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GraphViz-2.25/Changes new/GraphViz-2.26/Changes
--- old/GraphViz-2.25/Changes   2022-08-21 00:57:21.0 +0200
+++ new/GraphViz-2.26/Changes   2023-03-03 19:31:25.0 +0100
@@ -1,3 +1,6 @@
+2.26 2023-03-03
+- unchanged from 2.25 (except for deps adjustment) which also got deleted from 
CPAN by co-maint
+
 2.25 2022-08-20
 - unchanged from 2.24 which appears to have been deleted from CPAN
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GraphViz-2.25/META.json new/GraphViz-2.26/META.json
--- old/GraphViz-2.25/META.json 2022-08-21 00:57:51.0 +0200
+++ new/GraphViz-2.26/META.json 2023-03-03 19:32:04.0 +0100
@@ -33,7 +33,6 @@
   "runtime" : {
  "requires" : {
 "Carp" : "1.01",
-"Config" : "0",
 "File::Which" : "1.09",
 "Getopt::Long" : "2.34",
 "IO::Dir" : "1.04",
@@ -44,18 +43,12 @@
 "Pod::Usage" : "1.16",
 "Time::HiRes" : "1.51",
 "XML::Twig" : "3.52",
-"XML::XPath" : "1.13",
-"lib" : "0",
-"perl" : "5.006",
-"strict" : "0",
-"vars" : "0",
-"warnings" : "0"
+"XML::XPath" : "1.13"
  }
   },
   "test" : {
  "requires" : {
-"Test::More" : "1.001002",
-"Test::Pod" : "1.48"
+"Test::More" : "1.001002"
  }
   }
},
@@ -73,6 +66,6 @@
  "web" : "https://github.com/ronsavage/GraphViz";
   }
},
-   "version" : "2.25",
+   "version" : "2.26",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GraphViz-2.25/META.yml new/GraphViz-2.26/META.yml
--- old/GraphViz-2.25/META.yml  2022-08-21 00:57:50.0 +0200
+++ new/GraphViz-2.26/META.yml  2023-03-03 19:32:04.0 +0100
@@ -5,7 +5,6 @@
 build_requires:
   ExtUtils::MakeMaker: '0'
   Test::More: '1.001002'
-  Test::Pod: '1.48'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
@@ -21,7 +20,6 @@
 - inc
 requires:
   Carp: '1.01'
-  Config: '0'
   File::Which: '1.09'
   Getopt::Long: 

commit rpi-imager for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rpi-imager for openSUSE:Factory 
checked in at 2023-03-10 22:08:54

Comparing /work/SRC/openSUSE:Factory/rpi-imager (Old)
 and  /work/SRC/openSUSE:Factory/.rpi-imager.new.31432 (New)


Package is "rpi-imager"

Fri Mar 10 22:08:54 2023 rev:5 rq:1070696 version:1.7.4

Changes:

--- /work/SRC/openSUSE:Factory/rpi-imager/rpi-imager.changes2022-10-21 
16:20:31.866283512 +0200
+++ /work/SRC/openSUSE:Factory/.rpi-imager.new.31432/rpi-imager.changes 
2023-03-10 22:09:16.429649829 +0100
@@ -1,0 +2,10 @@
+Wed Mar  8 16:42:57 UTC 2023 - Axel Braun 
+
+- version 1.7.4
+  * Advanced settings: fix escaping single quotes ( ' ) in WLAN password
+  * Windows only: when auto-detecting the WLAN password used by the computer 
running Imager, it now processes passwords that contain < > ' " & correctly.
+  * Advanced settings: default to using username of logged-in user instead of 
'pi'
+  * Now uses a different method to edit files on the FAT partition to apply 
advanced settings. Imager now understands the FAT16/FAT32 file system format 
and can edit files by itself using the raw disk device, without having to rely 
on the operating system to mount the partition first.
+  * French translation update
+
+---

Old:

  rpi-imager-1.7.3.tar.gz

New:

  rpi-imager-1.7.4.tar.gz



Other differences:
--
++ rpi-imager.spec ++
--- /var/tmp/diff_new_pack.xJ5VTa/_old  2023-03-10 22:09:17.253653580 +0100
+++ /var/tmp/diff_new_pack.xJ5VTa/_new  2023-03-10 22:09:17.261653616 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpi-imager
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rpi-imager
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:Raspberry Pi Imaging Utility
 License:Apache-2.0

++ rpi-imager-1.7.3.tar.gz -> rpi-imager-1.7.4.tar.gz ++
/work/SRC/openSUSE:Factory/rpi-imager/rpi-imager-1.7.3.tar.gz 
/work/SRC/openSUSE:Factory/.rpi-imager.new.31432/rpi-imager-1.7.4.tar.gz 
differ: char 16, line 1


commit perl-JSON-Validator for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-JSON-Validator for 
openSUSE:Factory checked in at 2023-03-10 22:08:49

Comparing /work/SRC/openSUSE:Factory/perl-JSON-Validator (Old)
 and  /work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.31432 (New)


Package is "perl-JSON-Validator"

Fri Mar 10 22:08:49 2023 rev:45 rq:1070681 version:5.14

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-Validator/perl-JSON-Validator.changes  
2022-12-12 17:42:10.621954072 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.31432/perl-JSON-Validator.changes
   2023-03-10 22:09:10.825624316 +0100
@@ -1,0 +2,9 @@
+Tue Mar  7 03:06:49 UTC 2023 - Tina Müller 
+
+- updated to 5.14
+   see /usr/share/doc/packages/perl-JSON-Validator/Changes
+
+  5.14 2023-03-06T13:45:33
+   - Avoid mutating OpenAPIv2 schema "parameters" when validating
+
+---

Old:

  JSON-Validator-5.13.tar.gz

New:

  JSON-Validator-5.14.tar.gz



Other differences:
--
++ perl-JSON-Validator.spec ++
--- /var/tmp/diff_new_pack.DvgSTw/_old  2023-03-10 22:09:11.545627594 +0100
+++ /var/tmp/diff_new_pack.DvgSTw/_new  2023-03-10 22:09:11.605627867 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-Validator
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name JSON-Validator
 Name:   perl-JSON-Validator
-Version:5.13
+Version:5.14
 Release:0
 License:Artistic-2.0
 Summary:Validate data against a JSON schema
@@ -46,6 +46,7 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
+
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build

++ JSON-Validator-5.13.tar.gz -> JSON-Validator-5.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Validator-5.13/Changes 
new/JSON-Validator-5.14/Changes
--- old/JSON-Validator-5.13/Changes 2022-12-09 01:55:24.446455062 +0100
+++ new/JSON-Validator-5.14/Changes 2023-03-06 05:45:33.920108323 +0100
@@ -1,5 +1,8 @@
 Revision history for perl distribution JSON-Validator
 
+5.14 2023-03-06T13:45:33
+ - Avoid mutating OpenAPIv2 schema "parameters" when validating
+
 5.13 2022-12-09T09:55:24
  - Fix not coercing body parameter for OpenAPIv2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Validator-5.13/MANIFEST 
new/JSON-Validator-5.14/MANIFEST
--- old/JSON-Validator-5.13/MANIFEST2022-12-09 01:55:25.367228158 +0100
+++ new/JSON-Validator-5.14/MANIFEST2023-03-06 05:45:34.863991245 +0100
@@ -123,13 +123,74 @@
 t/spec/remotes/baseUriChange/folderInteger.json
 t/spec/remotes/baseUriChangeFolder/folderInteger.json
 t/spec/remotes/baseUriChangeFolderInSubschema/folderInteger.json
+t/spec/remotes/different-id-ref-string.json
+t/spec/remotes/draft-next/baseUriChange/folderInteger.json
+t/spec/remotes/draft-next/baseUriChangeFolder/folderInteger.json
+t/spec/remotes/draft-next/baseUriChangeFolderInSubschema/folderInteger.json
+t/spec/remotes/draft-next/extendible-dynamic-ref.json
+t/spec/remotes/draft-next/format-assertion-false.json
+t/spec/remotes/draft-next/format-assertion-true.json
+t/spec/remotes/draft-next/integer.json
+t/spec/remotes/draft-next/locationIndependentIdentifier.json
+t/spec/remotes/draft-next/metaschema-no-validation.json
+t/spec/remotes/draft-next/name-defs.json
+t/spec/remotes/draft-next/nested/foo-ref-string.json
+t/spec/remotes/draft-next/nested/string.json
+t/spec/remotes/draft-next/ref-and-defs.json
+t/spec/remotes/draft-next/subSchemas-defs.json
+t/spec/remotes/draft-next/subSchemas.json
+t/spec/remotes/draft-next/tree.json
+t/spec/remotes/draft2019-09/baseUriChange/folderInteger.json
+t/spec/remotes/draft2019-09/baseUriChangeFolder/folderInteger.json
+t/spec/remotes/draft2019-09/baseUriChangeFolderInSubschema/folderInteger.json
+t/spec/remotes/draft2019-09/dependentRequired.json
+t/spec/remotes/draft2019-09/extendible-dynamic-ref.json
+t/spec/remotes/draft2019-09/ignore-prefixItems.json
+t/spec/remotes/draft2019-09/integer.json
+t/spec/remotes/draft2019-09/locationIndependentIdentifier.json
+t/spec/remotes/draft2019-09/metaschema-no-validation.json
+t/spec/remotes/draft2019-09/name-defs.json
+t/spec/remotes/draft2019-09/nested/foo-ref-string.json
+t/spec/remotes/draft2019-09/nested/string.json
+t/spec/remotes/draft2019-09/ref-and-defs.json
+t/spec/re

commit python-azure-servicebus for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2023-03-10 22:08:56

Comparing /work/SRC/openSUSE:Factory/python-azure-servicebus (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-servicebus.new.31432 (New)


Package is "python-azure-servicebus"

Fri Mar 10 22:08:56 2023 rev:24 rq:1070699 version:7.8.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2023-01-14 00:04:09.962042317 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new.31432/python-azure-servicebus.changes
   2023-03-10 22:09:17.657655419 +0100
@@ -1,0 +2,8 @@
+Fri Mar 10 08:59:09 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 7.8.3
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+
+---

Old:

  azure-servicebus-7.8.2.zip

New:

  azure-servicebus-7.8.3.zip



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.2OPYC7/_old  2023-03-10 22:09:18.145657641 +0100
+++ /var/tmp/diff_new_pack.2OPYC7/_new  2023-03-10 22:09:18.149657659 +0100
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-servicebus
-Version:7.8.2
+Version:7.8.3
 Release:0
 Summary:Microsoft Azure Service Bus Runtime Client Library
 License:Apache-2.0


commit perl-Locale-Codes for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Locale-Codes for 
openSUSE:Factory checked in at 2023-03-10 22:08:50

Comparing /work/SRC/openSUSE:Factory/perl-Locale-Codes (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Locale-Codes.new.31432 (New)


Package is "perl-Locale-Codes"

Fri Mar 10 22:08:50 2023 rev:7 rq:1070682 version:3.73

Changes:

--- /work/SRC/openSUSE:Factory/perl-Locale-Codes/perl-Locale-Codes.changes  
2022-09-09 18:29:25.713252328 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Locale-Codes.new.31432/perl-Locale-Codes.changes
   2023-03-10 22:09:12.793633275 +0100
@@ -1,0 +2,11 @@
+Tue Mar  7 03:07:33 UTC 2023 - Tina Müller 
+
+- updated to 3.73
+   see /usr/share/doc/packages/perl-Locale-Codes/Changes
+
+  3.73  2023-03-06  sbeck
+-  NEW CODE(s)
+-  Fixed a problem with test failing on windows
+   Reported in GitHub #15
+
+---

Old:

  Locale-Codes-3.72.tar.gz

New:

  Locale-Codes-3.73.tar.gz



Other differences:
--
++ perl-Locale-Codes.spec ++
--- /var/tmp/diff_new_pack.bNpbwg/_old  2023-03-10 22:09:13.289635533 +0100
+++ /var/tmp/diff_new_pack.bNpbwg/_new  2023-03-10 22:09:13.297635570 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Locale-Codes
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name Locale-Codes
 Name:   perl-Locale-Codes
-Version:3.72
+Version:3.73
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Distribution of modules to handle locale codes
@@ -81,6 +81,7 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
+
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build

++ Locale-Codes-3.72.tar.gz -> Locale-Codes-3.73.tar.gz ++
 6280 lines of diff (skipped)


commit python-azure-ai-formrecognizer for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-ai-formrecognizer for 
openSUSE:Factory checked in at 2023-03-10 22:08:57

Comparing /work/SRC/openSUSE:Factory/python-azure-ai-formrecognizer (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-ai-formrecognizer.new.31432 
(New)


Package is "python-azure-ai-formrecognizer"

Fri Mar 10 22:08:57 2023 rev:8 rq:1070703 version:3.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-ai-formrecognizer/python-azure-ai-formrecognizer.changes
2022-09-12 19:08:53.050643581 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-ai-formrecognizer.new.31432/python-azure-ai-formrecognizer.changes
 2023-03-10 22:09:18.613659771 +0100
@@ -1,0 +2,9 @@
+Thu Mar  9 09:48:32 UTC 2023 - John Paul Adrian Glaubitz 

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

Old:

  azure-ai-formrecognizer-3.2.0.zip

New:

  azure-ai-formrecognizer-3.2.1.zip



Other differences:
--
++ python-azure-ai-formrecognizer.spec ++
--- /var/tmp/diff_new_pack.hE2MSh/_old  2023-03-10 22:09:19.193662412 +0100
+++ /var/tmp/diff_new_pack.hE2MSh/_new  2023-03-10 22:09:19.197662430 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-ai-formrecognizer
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-ai-formrecognizer
-Version:3.2.0
+Version:3.2.1
 Release:0
 Summary:Microsoft Azure Form Recognizer Client Library for Python
 License:MIT


commit intel-media-driver for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package intel-media-driver for 
openSUSE:Factory checked in at 2023-03-10 22:09:01

Comparing /work/SRC/openSUSE:Factory/intel-media-driver (Old)
 and  /work/SRC/openSUSE:Factory/.intel-media-driver.new.31432 (New)


Package is "intel-media-driver"

Fri Mar 10 22:09:01 2023 rev:30 rq:1070714 version:23.1.3

Changes:

--- /work/SRC/openSUSE:Factory/intel-media-driver/intel-media-driver.changes
2023-03-09 17:47:08.579355979 +0100
+++ 
/work/SRC/openSUSE:Factory/.intel-media-driver.new.31432/intel-media-driver.changes
 2023-03-10 22:09:21.261671827 +0100
@@ -1,0 +2,6 @@
+Fri Mar 10 12:36:39 UTC 2023 - Stefan Dirsch 
+
+- no longer set LIBVA_DRIVER_NAME=iHD; it's no longer needed;
+  implemented in libva meanwhile (boo#1209134)
+
+---



Other differences:
--
++ intel-media-driver.spec ++
--- /var/tmp/diff_new_pack.wVLbfX/_old  2023-03-10 22:09:21.965675032 +0100
+++ /var/tmp/diff_new_pack.wVLbfX/_new  2023-03-10 22:09:21.969675050 +0100
@@ -90,27 +90,10 @@
 %install
 %cmake_install
 
-# create a profile for exporting LIBVA_DRIVER_NAME variable
-%if 0%{?suse_version} >= 1550
-mkdir -p %{buildroot}%{_distconfdir}/profile.d
-echo "export LIBVA_DRIVER_NAME=iHD" > 
%{buildroot}%{_distconfdir}/profile.d/intel-media-driver.sh
-echo "setenv LIBVA_DRIVER_NAME iHD" > 
%{buildroot}%{_distconfdir}/profile.d/intel-media-driver.csh
-%else
-mkdir -p %{buildroot}%{_sysconfdir}/profile.d
-echo "export LIBVA_DRIVER_NAME=iHD" > 
%{buildroot}%{_sysconfdir}/profile.d/intel-media-driver.sh
-echo "setenv LIBVA_DRIVER_NAME iHD" > 
%{buildroot}%{_sysconfdir}/profile.d/intel-media-driver.csh
-%endif
-
 %files
 %doc media-driver/README.md
 %license media-driver/LICENSE.md
 %{_libdir}/dri
-%if 0%{?suse_version} >= 1550
-%dir %{_distconfdir}/profile.d
-%{_distconfdir}/profile.d/*
-%else
-%{_sysconfdir}/profile.d/*
-%endif
 
 %files -n libigfxcmrt%{so_ver}
 %{_libdir}/libigfxcmrt.so.%{so_ver}


commit syncthing for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2023-03-10 22:08:59

Comparing /work/SRC/openSUSE:Factory/syncthing (Old)
 and  /work/SRC/openSUSE:Factory/.syncthing.new.31432 (New)


Package is "syncthing"

Fri Mar 10 22:08:59 2023 rev:133 rq:1070708 version:1.23.2

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2023-03-08 
14:53:19.606922456 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new.31432/syncthing.changes   
2023-03-10 22:09:19.537663978 +0100
@@ -1,0 +2,5 @@
+Fri Mar 10 11:54:51 UTC 2023 - Jakob Lorenz 
+
+- Adding a desktop file for the Web UI
+
+---



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.j1Uc8Q/_old  2023-03-10 22:09:20.917670261 +0100
+++ /var/tmp/diff_new_pack.j1Uc8Q/_new  2023-03-10 22:09:20.921670279 +0100
@@ -30,6 +30,7 @@
 Patch1: harden_syncthing-resume.service.patch
 Patch2: harden_syncthing@.service.patch
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  update-desktop-files
 BuildRequires:  golang(API) >= 1.14
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_ordering}
@@ -104,6 +105,8 @@
   %{buildroot}%{_userunitdir}/%{name}.service
 %endif
 
+%suse_update_desktop_file -i "syncthing-ui"
+
 %pre
 %service_add_pre %{name}-resume.service
 
@@ -145,6 +148,7 @@
 %license LICENSE
 %doc AUTHORS CONDUCT.md CONTRIBUTING.md README.md
 %{_bindir}/%{name}
+%{_datadir}/applications/syncthing-ui.desktop
 %{_unitdir}/%{name}@.service
 %{_unitdir}/%{name}-resume.service
 %if 0%{?suse_version} >= 1500 || 0%{?sle_version} > 120300


commit manpages-l10n for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package manpages-l10n for openSUSE:Factory 
checked in at 2023-03-10 22:09:07

Comparing /work/SRC/openSUSE:Factory/manpages-l10n (Old)
 and  /work/SRC/openSUSE:Factory/.manpages-l10n.new.31432 (New)


Package is "manpages-l10n"

Fri Mar 10 22:09:07 2023 rev:16 rq:1070736 version:4.18.0

Changes:

--- /work/SRC/openSUSE:Factory/manpages-l10n/manpages-l10n.changes  
2023-01-18 13:12:24.629236075 +0100
+++ /work/SRC/openSUSE:Factory/.manpages-l10n.new.31432/manpages-l10n.changes   
2023-03-10 22:09:26.417695300 +0100
@@ -1,0 +2,8 @@
+Fri Mar 10 13:14:48 UTC 2023 - Antoine Belvire 
+
+- Update to version 4.18.0
+  * Updated and added many translations.
+  * Switched from fedora-37 to fedora-38.
+  * Archived some old translations (grub2-rpm-sort.8).
+
+---

Old:

  manpages-l10n-4.17.0.tar.bz2

New:

  manpages-l10n-4.18.0.tar.bz2



Other differences:
--
++ manpages-l10n.spec ++
--- /var/tmp/diff_new_pack.fMXQgb/_old  2023-03-10 22:09:27.853701838 +0100
+++ /var/tmp/diff_new_pack.fMXQgb/_new  2023-03-10 22:09:27.861701874 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   manpages-l10n
-Version:4.17.0
+Version:4.18.0
 Release:0
 Summary:Translation of man pages
 License:GPL-3.0-or-later

++ macros.manpages-l10n ++
--- /var/tmp/diff_new_pack.fMXQgb/_old  2023-03-10 22:09:27.901702056 +0100
+++ /var/tmp/diff_new_pack.fMXQgb/_new  2023-03-10 22:09:27.905702075 +0100
@@ -32,8 +32,8 @@
 print("opensuse-leap-15-5")
   elseif suse_version ~= nil and suse_version > 1500 then
 print("opensuse-tumbleweed")
-  elseif fedora_version == 37 then
-print("fedora-37")
+  elseif fedora_version == 38 then
+print("fedora-38")
   elseif fedora_version == 99 then
 print("fedora-rawhide")
   elseif mageia_version == 99 then

++ manpages-l10n-4.17.0.tar.bz2 -> manpages-l10n-4.18.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/manpages-l10n/manpages-l10n-4.17.0.tar.bz2 
/work/SRC/openSUSE:Factory/.manpages-l10n.new.31432/manpages-l10n-4.18.0.tar.bz2
 differ: char 11, line 1


commit kirigami-addons for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kirigami-addons for openSUSE:Factory 
checked in at 2023-03-10 22:09:03

Comparing /work/SRC/openSUSE:Factory/kirigami-addons (Old)
 and  /work/SRC/openSUSE:Factory/.kirigami-addons.new.31432 (New)


Package is "kirigami-addons"

Fri Mar 10 22:09:03 2023 rev:4 rq:1070726 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/kirigami-addons/kirigami-addons.changes  
2022-12-20 20:21:47.230305738 +0100
+++ 
/work/SRC/openSUSE:Factory/.kirigami-addons.new.31432/kirigami-addons.changes   
2023-03-10 22:09:22.201676106 +0100
@@ -1,0 +2,11 @@
+Thu Mar  9 11:47:20 UTC 2023 - Christophe Marin 
+
+- Update to 0.7.2. No changelog. Changes since 0.7.1:
+  * Fix indicator spacing
+  * Add edit text
+  * Silence some errors
+  * Add avatar of user if specified
+  * qdatetimeparser "QVariant::Type" -> "QMetaType::Type"
+  * Fix layout bug in AboutPage
+
+---

Old:

  kirigami-addons-0.6.1.tar.xz
  kirigami-addons-0.6.1.tar.xz.sig

New:

  kirigami-addons-0.7.2.tar.xz
  kirigami-addons-0.7.2.tar.xz.sig



Other differences:
--
++ kirigami-addons.spec ++
--- /var/tmp/diff_new_pack.fhgqf2/_old  2023-03-10 22:09:22.717678455 +0100
+++ /var/tmp/diff_new_pack.fhgqf2/_new  2023-03-10 22:09:22.721678473 +0100
@@ -19,7 +19,7 @@
 %bcond_without released
 
 Name:   kirigami-addons
-Version:0.6.1
+Version:0.7.2
 Release:0
 Summary:Add-ons for the Kirigami framework
 License:LGPL-3.0-only

++ kirigami-addons-0.6.1.tar.xz -> kirigami-addons-0.7.2.tar.xz ++
 6725 lines of diff (skipped)


commit python-fanficfare for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fanficfare for 
openSUSE:Factory checked in at 2023-03-10 22:08:30

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


Package is "python-fanficfare"

Fri Mar 10 22:08:30 2023 rev:49 rq:1070710 version:4.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fanficfare/python-fanficfare.changes  
2023-03-03 22:31:32.200064368 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fanficfare.new.31432/python-fanficfare.changes
   2023-03-10 22:08:55.601555007 +0100
@@ -1,0 +2,5 @@
+Fri Mar 10 12:09:49 UTC 2023 - Matej Cepl 
+
+- Remove adapter_dwiggiecom.patch … it really doesn't work.
+
+---

Old:

  adapter_dwiggiecom.patch



Other differences:
--
++ python-fanficfare.spec ++
--- /var/tmp/diff_new_pack.APOV5t/_old  2023-03-10 22:08:56.121557374 +0100
+++ /var/tmp/diff_new_pack.APOV5t/_new  2023-03-10 22:08:56.125557392 +0100
@@ -27,9 +27,6 @@
 Group:  Development/Languages/Python
 URL:https://github.com/JimmXinu/FanFicFare
 Source: 
https://github.com/JimmXinu/FanFicFare/archive/v%{version}/FanFicFare-%{version}.tar.gz
-# PATCH-FEATURE-OPENSUSE adapter_dwiggiecom.patch gh#JimmXinu/FanFicFare#903 
mc...@suse.com
-# adapter for dwiggie.com, which is probably not for upstream
-Patch0: adapter_dwiggiecom.patch
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module chardet}
 BuildRequires:  %{python_module cloudscraper}


commit python-hvac for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hvac for openSUSE:Factory 
checked in at 2023-03-10 22:09:04

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


Package is "python-hvac"

Fri Mar 10 22:09:04 2023 rev:13 rq:1070718 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hvac/python-hvac.changes  2022-08-02 
22:09:55.857900318 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvac.new.31432/python-hvac.changes   
2023-03-10 22:09:23.189680604 +0100
@@ -1,0 +2,11 @@
+Fri Mar 10 12:10:52 UTC 2023 - pgaj...@suse.com
+
+- version update to 1.1.0
+  * python-six is not required
+  * drop python 2 support
+  * lot of changes, see CHANGELOG.md or
+https://github.com/hvac/hvac/blob/develop/CHANGELOG.md
+- deleted patches
+  - remove-mock.patch (upstreamed)
+
+---

Old:

  remove-mock.patch
  v0.11.2.tar.gz

New:

  v1.1.0.tar.gz



Other differences:
--
++ python-hvac.spec ++
--- /var/tmp/diff_new_pack.vUrL3W/_old  2023-03-10 22:09:23.709682972 +0100
+++ /var/tmp/diff_new_pack.vUrL3W/_new  2023-03-10 22:09:23.717683008 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hvac
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,30 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-hvac
-Version:0.11.2
+Version:1.1.0
 Release:0
 Summary:HashiCorp Vault API client
 License:BSD-3-Clause
 URL:https://github.com/ianunruh/hvac
 Source: https://github.com/hvac/hvac/archive/v%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Based on 
gh#hvac/hvac#23cd94654835134aa118805ecb4b7e5c538d04c1
-Patch0: remove-mock.patch
 BuildRequires:  %{python_module Authlib}
 BuildRequires:  %{python_module Flask-SQLAlchemy}
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module Werkzeug}
 BuildRequires:  %{python_module jwcrypto}
 BuildRequires:  %{python_module parameterized}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry}
 BuildRequires:  %{python_module pyhcl >= 0.3.10}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.21.0}
 BuildRequires:  %{python_module requests-mock}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.5.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-pyhcl >= 0.3.10
 Requires:   python-requests >= 2.21.0
-Requires:   python-six >= 1.5.0
 BuildArch:  noarch
 %python_subpackages
 
@@ -54,20 +51,21 @@
 # doctests and ldap need set up ldap server and that is quite an effort
 rm -r tests/doctest/
 rm tests/integration_tests/api/auth_methods/test_ldap.py
+find hvac -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \;
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest
 
 %files %{python_files}
-%doc README*
+%doc README.* CHANGELOG.*
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/hvac*
 
 %changelog

++ v0.11.2.tar.gz -> v1.1.0.tar.gz ++
 13391 lines of diff (skipped)


commit lzma-sdk for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lzma-sdk for openSUSE:Factory 
checked in at 2023-03-10 22:09:05

Comparing /work/SRC/openSUSE:Factory/lzma-sdk (Old)
 and  /work/SRC/openSUSE:Factory/.lzma-sdk.new.31432 (New)


Package is "lzma-sdk"

Fri Mar 10 22:09:05 2023 rev:13 rq:1070742 version:21.07

Changes:

--- /work/SRC/openSUSE:Factory/lzma-sdk/lzma-sdk.changes2022-03-11 
11:47:19.582866809 +0100
+++ /work/SRC/openSUSE:Factory/.lzma-sdk.new.31432/lzma-sdk.changes 
2023-03-10 22:09:24.145684957 +0100
@@ -1,0 +2,5 @@
+Fri Mar 10 13:35:05 UTC 2023 - Martin Pluskal 
+
+- Build AVX2 enabled hwcaps library for x86_64-v3
+
+---

New:

  baselibs.conf



Other differences:
--
++ lzma-sdk.spec ++
--- /var/tmp/diff_new_pack.A0ceyO/_old  2023-03-10 22:09:24.665687324 +0100
+++ /var/tmp/diff_new_pack.A0ceyO/_new  2023-03-10 22:09:24.669687342 +0100
@@ -29,6 +29,7 @@
 URL:https://www.7-zip.org/sdk.html
 Source0:https://www.7-zip.org/a/lzma%{_sver}.7z
 Source1:lzma-sdk-LICENSE.fedora
+Source2:baselibs.conf
 Patch1: lzma-sdk-shlib.patch
 BuildRequires:  automake
 BuildRequires:  dos2unix
@@ -37,6 +38,7 @@
 BuildRequires:  libtool
 BuildRequires:  p7zip-full
 BuildRequires:  pkg-config
+%{?suse_build_hwcaps_libs}
 
 %description
 LZMA SDK provides documentation, samples, header files, libraries,

++ baselibs.conf ++
libclzma-suse0


commit lagrange for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lagrange for openSUSE:Factory 
checked in at 2023-03-10 22:09:15

Comparing /work/SRC/openSUSE:Factory/lagrange (Old)
 and  /work/SRC/openSUSE:Factory/.lagrange.new.31432 (New)


Package is "lagrange"

Fri Mar 10 22:09:15 2023 rev:59 rq:1070748 version:1.15.4

Changes:

--- /work/SRC/openSUSE:Factory/lagrange/lagrange.changes2023-03-02 
23:03:57.819922991 +0100
+++ /work/SRC/openSUSE:Factory/.lagrange.new.31432/lagrange.changes 
2023-03-10 22:09:32.389722488 +0100
@@ -1,0 +2,14 @@
+Fri Mar 10 15:24:18 UTC 2023 - Adam Mizerski 
+
+- update 1.15.4
+  - Fixed crash when trying to open a tab, New Identity dialog, or the Identity
+menu when the Preferences window is focused.
+  - Fixed potential crash if switching focus to a widget being dismissed (e.g.,
+popup going away).
+  - Fixed text input becoming unresponsive when focus switches from a popup
+being dismissed to a new popup.
+  - Fixed closing the Preferences window with Ctrl+W.
+  - Fixed unnecessary page layout update when closing Preferences.
+  - Updated UI translations.
+
+---

Old:

  lagrange-1.15.3.tar.gz

New:

  lagrange-1.15.4.tar.gz



Other differences:
--
++ lagrange.spec ++
--- /var/tmp/diff_new_pack.2y7iOt/_old  2023-03-10 22:09:32.925724928 +0100
+++ /var/tmp/diff_new_pack.2y7iOt/_new  2023-03-10 22:09:32.929724947 +0100
@@ -18,7 +18,7 @@
 
 %define app_id fi.skyjake.Lagrange
 Name:   lagrange
-Version:1.15.3
+Version:1.15.4
 Release:0
 Summary:Desktop GUI client for browsing Geminispace
 License:BSD-2-Clause

++ lagrange-1.15.3.tar.gz -> lagrange-1.15.4.tar.gz ++
/work/SRC/openSUSE:Factory/lagrange/lagrange-1.15.3.tar.gz 
/work/SRC/openSUSE:Factory/.lagrange.new.31432/lagrange-1.15.4.tar.gz differ: 
char 5, line 1


commit ncspot for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncspot for openSUSE:Factory checked 
in at 2023-03-10 22:09:11

Comparing /work/SRC/openSUSE:Factory/ncspot (Old)
 and  /work/SRC/openSUSE:Factory/.ncspot.new.31432 (New)


Package is "ncspot"

Fri Mar 10 22:09:11 2023 rev:10 rq:1070740 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/ncspot/ncspot.changes2022-12-31 
11:23:01.236492521 +0100
+++ /work/SRC/openSUSE:Factory/.ncspot.new.31432/ncspot.changes 2023-03-10 
22:09:28.109703003 +0100
@@ -1,0 +2,25 @@
+Fri Mar 10 14:20:33 UTC 2023 - Jan-Luca Kiok 
+
+- Remove check stage via cargo test
+
+---
+Fri Mar 10 13:14:09 UTC 2023 - Jan-Luca Kiok 
+
+- Update to version 0.13.0
+  Maintenance
+  * Add info on extracting currently playing to README
+  * Fix clippy warnings
+  * Always pass cover URL to notification
+  * Change unnecessary usage of Arc to borrow instead
+  * Disable autojump for add to playlist dialog
+  Features
+  * Theme config support for Cursive's `HighlightInactive`
+  * Switch from MM:SS to HH:MM:SS duration representation if needed
+  * commands: Add "reconnect" command to force socket shutdown
+  * Allow executing program to retrieve credentials
+  * Add manpage generation using xtask
+  * Automatic shell completion generation using xtask
+- Switch to zst compression for vendored deps
+- Use cargo test as check stage
+
+---

Old:

  ncspot-0.12.0.tar.gz
  vendor.tar.xz

New:

  ncspot-0.13.0.tar.gz
  vendor.tar.zst



Other differences:
--
++ ncspot.spec ++
--- /var/tmp/diff_new_pack.8bz7LK/_old  2023-03-10 22:09:29.493709304 +0100
+++ /var/tmp/diff_new_pack.8bz7LK/_new  2023-03-10 22:09:29.493709304 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ncspot
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2021, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,14 @@
 
 
 Name:   ncspot
-Version:0.12.0
+Version:0.13.0
 Release:0
 Summary:Ncurses Spotify client
 License:BSD-2-Clause
 Group:  Productivity/Multimedia/Sound/Players
 URL:https://github.com/hrkfdn/ncspot
 Source: 
https://github.com/hrkfdn/ncspot/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:vendor.tar.xz
+Source1:vendor.tar.zst
 Source2:cargo_config
 BuildRequires:  cargo >= 1.58
 BuildRequires:  libpulse-devel
@@ -35,6 +35,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  rust >= 1.61
 BuildRequires:  update-desktop-files
+BuildRequires:  zstd
 BuildRequires:  pkgconfig(dbus-1) >= 1.6
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.8bz7LK/_old  2023-03-10 22:09:29.533709486 +0100
+++ /var/tmp/diff_new_pack.8bz7LK/_new  2023-03-10 22:09:29.537709504 +0100
@@ -1,6 +1,6 @@
 
   
-ncspot-0.12.0
+ncspot-0.13.0
   
 
 

++ ncspot-0.12.0.tar.gz -> ncspot-0.13.0.tar.gz ++
 3945 lines of diff (skipped)


commit AusweisApp2 for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package AusweisApp2 for openSUSE:Factory 
checked in at 2023-03-10 22:09:17

Comparing /work/SRC/openSUSE:Factory/AusweisApp2 (Old)
 and  /work/SRC/openSUSE:Factory/.AusweisApp2.new.31432 (New)


Package is "AusweisApp2"

Fri Mar 10 22:09:17 2023 rev:24 rq:1070761 version:1.26.3

Changes:

--- /work/SRC/openSUSE:Factory/AusweisApp2/AusweisApp2.changes  2023-02-06 
14:15:42.864661782 +0100
+++ /work/SRC/openSUSE:Factory/.AusweisApp2.new.31432/AusweisApp2.changes   
2023-03-10 22:09:33.245726385 +0100
@@ -1,0 +2,17 @@
+Thu Mar  9 23:31:05 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 1.26.3
+- Improvement of help and tutorial texts.
+- Improvements in diagnostics.
+- Fix an error in the NFC dialog on iOS.
+- Improved accessibility when entering PIN, CAN and PUK.
+- Introduction of unique FailureCodes in SDK.
+- Added the environment variable AUSWEISAPP2_AUTOMATIC_DEVELOPERMODE
+  in the fully automated SDK.
+- Fixed incorrect progress display in SDK for iOS.
+- Added SECURESCREENKEYBOARD for corporate environments.
+- Bumped TargetSDK to 33 in SDK for Android.
+- Update of OpenSSL to version 3.0.8.
+
+---

Old:

  1.26.2.tar.gz

New:

  1.26.3.tar.gz



Other differences:
--
++ AusweisApp2.spec ++
--- /var/tmp/diff_new_pack.IL7fK1/_old  2023-03-10 22:09:33.761728735 +0100
+++ /var/tmp/diff_new_pack.IL7fK1/_new  2023-03-10 22:09:33.769728771 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   AusweisApp2
-Version:1.26.2
+Version:1.26.3
 Release:0
 Summary:Official authentication app for German ID cards and residence 
permits
 License:EUPL-1.2

++ 1.26.2.tar.gz -> 1.26.3.tar.gz ++
/work/SRC/openSUSE:Factory/AusweisApp2/1.26.2.tar.gz 
/work/SRC/openSUSE:Factory/.AusweisApp2.new.31432/1.26.3.tar.gz differ: char 
24, line 1


commit perl-DBD-Pg for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2023-03-10 22:09:19

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.31432 (New)


Package is "perl-DBD-Pg"

Fri Mar 10 22:09:19 2023 rev:57 rq:1070770 version:3.16.1

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2022-08-12 
16:07:15.115579748 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.31432/perl-DBD-Pg.changes   
2023-03-10 22:09:33.985729754 +0100
@@ -1,0 +2,18 @@
+Fri Mar 10 03:06:23 UTC 2023 - Tina Müller 
+
+- updated to 3.16.1
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+
+  Version 3.16.1 (released March 5, 2023)
+   - Add new attribute "pg_int8_as_string", for backwards compatibility.
+ [Alexander Gorlov]
+ (Github pull request #100)
+   - Add a META.json file; rename META.yml to META.yaml
+   - Fix 03smethod.t $sth->last_insert_id skip count for DBI < 1.642
+ [Dagfinn Ilmari Mannsåker]
+ (Github issue #99)
+   - Documentation improvements for service files
+ [Erik Rijkers]
+
+---

Old:

  DBD-Pg-3.16.0.tar.gz

New:

  DBD-Pg-3.16.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.BkyWm9/_old  2023-03-10 22:09:34.521732194 +0100
+++ /var/tmp/diff_new_pack.BkyWm9/_new  2023-03-10 22:09:34.525732213 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name DBD-Pg
 Name:   perl-DBD-Pg
-Version:3.16.0
+Version:3.16.1
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:DBI PostgreSQL interface

++ DBD-Pg-3.16.0.tar.gz -> DBD-Pg-3.16.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.16.0/.perlcriticrc 
new/DBD-Pg-3.16.1/.perlcriticrc
--- old/DBD-Pg-3.16.0/.perlcriticrc 2022-08-08 17:46:10.0 +0200
+++ new/DBD-Pg-3.16.1/.perlcriticrc 2023-03-05 18:39:40.0 +0100
@@ -1,8 +1,9 @@
 verbose = %f [%p] %m at line %l, column %c.  (Severity: %s)\n
 profile-strictness = quiet
+exclude = Mardem
 
 [Documentation::PodSpelling]
-stop_words = ActiveKids afterwards arrayref arrayrefs attr autocommit 
AutoCommit AutoInactiveDestroy backend bitmask bool boolean Bunce bytea 
CachedKids cancelled ChildHandles ChopBlanks CompatMode CursorName datatype 
Datatype datatypes dbd DBD dbdpg dbh DBI dev dr DSN enum ErrCount errstr fd 
FetchHashKeyName filename func getfd getline github HandleError HandleSetErr 
hashref hashrefs InactiveDestroy JSON largeobject len libpq LongReadLen 
LongTruncOk lseg Mergl Momjian Mullane nullable NULLABLE Oid OID onwards param 
ParamTypes ParamValues perl Perlish PgBouncer pgbuiltin pgend pglibpq pglogin 
pgprefix pgquote PGSERVICE pgsql pgstart PGSYSCONFDIR PID Postgres PostgreSQL 
PQexecParams PQexecPrepared PrintError PrintWarn pseudotype RaiseError README 
ReadOnly RowCache RowCacheSize RowsInCache runtime Sabino savepoint savepoints 
Savepoints schemas ShowErrorStatement SQL SQLSTATE SSL sslmode STDERR STDIN 
STDOUT tablename tablespace tablespaces TaintIn TaintOut TraceLevel tuple 
typename und
 ef username Username UTF varchar
+stop_words = ActiveKids afterwards arrayref arrayrefs attr autocommit 
AutoCommit AutoInactiveDestroy backend bitmask bool boolean Bunce bytea 
CachedKids cancelled ChildHandles ChopBlanks CompatMode CursorName datatype 
Datatype datatypes dbd DBD dbdpg dbh DBI dev dr DSN enum ErrCount errstr fd 
FetchHashKeyName filename func getfd getline github HandleError HandleSetErr 
hashref hashrefs InactiveDestroy JSON largeobject len libpq LongReadLen 
LongTruncOk lseg Mergl Momjian Mullane nullable NULLABLE Oid OID onwards param 
ParamTypes ParamValues perl Perlish PgBouncer pgbuiltin pgend pglibpq pglogin 
pgprefix pgquote PGSERVICE PGSERVICEFILE pgsql pgstart PGSYSCONFDIR PID 
Postgres PostgreSQL PQexecParams PQexecPrepared PrintError PrintWarn pseudotype 
RaiseError README ReadOnly RowCache RowCacheSize RowsInCache runtime Sabino 
savepoint savepoints Savepoints schemas ShowErrorStatement SQL SQLSTATE SSL 
sslmode STDERR STDIN STDOUT subdirectory tablename tablespace tablespaces 
TaintIn TaintOut Tr
 aceLevel tuple typename undef username Username UTF varchar
 
 [-Bangs::ProhibitBitwiseOperators]
 [-Bangs::ProhibitCommentedOutCode]
@@ -82,6

commit 000release-packages for openSUSE:Factory

2023-03-10 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 2023-03-10 22:43:02

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


Package is "000release-packages"

Fri Mar 10 22:43:02 2023 rev:2155 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.mJ0ENn/_old  2023-03-10 22:43:05.117682458 +0100
+++ /var/tmp/diff_new_pack.mJ0ENn/_new  2023-03-10 22:43:05.121682481 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   MicroOS-release
-Version:20230309
+Version:20230310
 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) = 20230309-0
+Provides:   product(MicroOS) = 20230310-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20230309
+Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20230310
 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) = 20230309-0
+Provides:   product_flavor(MicroOS) = 20230310-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) = 20230309-0
+Provides:   product_flavor(MicroOS) = 20230310-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -274,11 +274,11 @@
 
   openSUSE
   MicroOS
-  20230309
+  20230310
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:microos:20230309
+  cpe:/o:opensuse:microos:20230310
   MicroOS
   
 

++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.mJ0ENn/_old  2023-03-10 22:43:05.149682639 +0100
+++ /var/tmp/diff_new_pack.mJ0ENn/_new  2023-03-10 22:43:05.153682662 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20230309)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20230310)
 #
 # Copyright (c) 2023 openSUSE.
 #
@@ -16,7 +16,7 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20230309
+Version:20230310
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
@@ -24,9 +24,9 @@
 
 Provides:   %name-%version
 Provides:   product() = openSUSE%2DAddon%2DNonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20230309-0
+Provides:   product(openSUSE-Addon-NonOss) = 20230310-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20230309
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20230310
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20230309
+  20230310
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20230309
+  cpe:/o:opensuse:opensuse-addon-nonoss:20230310
   
 
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.mJ0ENn/_old  2023-03-10 22:43:05.177682798 +0100
+++ /var/tmp/diff_new_pack.mJ0ENn/_new  2023-03-10 22:43:05.185682843 +0100
@@ -20,7 +20,7 @@
 #define betaversion %{nil}
 %define codename Tumbleweed
 Name:   openSUSE-release
-Version:20230309
+Version:20230310
 Release:0
 # 0 is the product release, not the build release of this package
 Summary:openSUSE Tumbleweed
@@ -185,7 +185,7 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = openSUSE
-Provides:   product(openSUSE) = 20230309-0
+Provides:   product(openSUSE) = 20230310-0
 %ifarch x86_64
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
 %endif
@@ -199,7 +199,7 @@
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Daarch64
 %endif
 Provides:   product-label() = openSUSE
-Provides:   product-cpeid() = c

commit 000release-packages for openSUSE:Factory

2023-03-10 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 2023-03-11 06:38:45

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


Package is "000release-packages"

Sat Mar 11 06:38:45 2023 rev:2156 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.WjNgs2/_old  2023-03-11 06:38:48.264975971 +0100
+++ /var/tmp/diff_new_pack.WjNgs2/_new  2023-03-11 06:38:48.272976010 +0100
@@ -6080,6 +6080,8 @@
 Provides: weakremover(goatattack)
 Provides: weakremover(goatattack-data)
 Provides: weakremover(gocode)
+Provides: weakremover(godot-headless)
+Provides: weakremover(godot-server)
 Provides: weakremover(goffice-0_8-devel)
 Provides: weakremover(goffice-0_8-lang)
 Provides: weakremover(golang-bitbucket-taruti-bigendian)
@@ -19321,6 +19323,7 @@
 Provides: weakremover(python38-voila)
 Provides: weakremover(python38-watchgod)
 Provides: weakremover(python38-wxPython-lang)
+Provides: weakremover(python38-xarray)
 Provides: weakremover(python38-xonsh)
 Provides: weakremover(python38-xsge_tmx)
 Provides: weakremover(python38-yarb)


commit 000product for openSUSE:Factory

2023-03-10 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 2023-03-11 06:38:48

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


Package is "000product"

Sat Mar 11 06:38:48 2023 rev:3539 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.ZNmDLc/_old  2023-03-11 06:38:53.241000753 +0100
+++ /var/tmp/diff_new_pack.ZNmDLc/_new  2023-03-11 06:38:53.249000793 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20230309
+  20230310
   11
-  cpe:/o:opensuse:microos:20230309,openSUSE 
MicroOS
+  cpe:/o:opensuse:microos:20230310,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20230309/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20230310/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed
@@ -604,6 +604,7 @@
   
   
   
+  
   
   
   

++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.ZNmDLc/_old  2023-03-11 06:38:53.289000992 +0100
+++ /var/tmp/diff_new_pack.ZNmDLc/_new  2023-03-11 06:38:53.297001032 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20230309
+  20230310
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20230309,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20230310,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/20230309/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20230309/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20230310/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20230310/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.ZNmDLc/_old  2023-03-11 06:38:53.329001191 +0100
+++ /var/tmp/diff_new_pack.ZNmDLc/_new  2023-03-11 06:38:53.333001211 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20230309
+  20230310
   11
-  cpe:/o:opensuse:opensuse:20230309,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20230310,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/20230309/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20230310/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.ZNmDLc/_old  2023-03-11 06:38:53.361001350 +0100
+++ /var/tmp/diff_new_pack.ZNmDLc/_new  2023-03-11 06:38:53.369001390 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20230309
+  20230310
   11
-  cpe:/o:opensuse:opensuse:20230309,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20230310,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/20230309/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20230310/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.ZNmDLc/_old  2023-03-11 06:38:53.409001590 +0100
+++ /var/tmp/diff_new_pack.ZNmDLc/_new  2023-03-11 06:38:53.417001629 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20230309
+  20230310
   11
-  cpe:/o:opensuse:opensuse:20230309,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20230310,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.