commit python-gcsfs for openSUSE:Factory

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

here is the log from the commit of package python-gcsfs for openSUSE:Factory 
checked in at 2022-01-09 00:48:06

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


Package is "python-gcsfs"

Sun Jan  9 00:48:06 2022 rev:7 rq:944563 version:2021.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-gcsfs/python-gcsfs.changes
2021-08-19 10:02:11.855177969 +0200
+++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.1892/python-gcsfs.changes  
2022-01-09 00:48:06.908527087 +0100
@@ -1,0 +2,26 @@
+Thu Jan  6 20:44:59 UTC 2022 - Ben Greiner 
+
+- Update to 2021.11.1
+  * don't touch cache when doing find with a prefix (#437)
+- Release 2021.11.0
+  * move to fsspec org
+  * add support for google fixed_key_metadata (#429)
+  * deprecate content_encoding parameter of setxattrs method (#429)
+  * use emulator for resting instead of vcrpy (#424)
+- Release 2021.10.1
+  * url signing (#411)
+  * default callback (#422)
+- Release 2021.10.0
+  * min version for decorator
+  * default callback in get (#422)
+- Release 2021.09.0
+  * correctly recognise 404 (#419)
+  * fix for .details due to upstream (#417)
+  * callbacks in get/put (#416)
+  * "%" in paths (#415)
+- Release 2021.08.1
+  * don't retry 404s (#406)
+- Disable most of the testsuite because the setup moved from vcrpy
+  to a docker based simulator
+
+---

Old:

  gcsfs-2021.7.0-gh.tar.gz

New:

  gcsfs-2021.11.1-gh.tar.gz



Other differences:
--
++ python-gcsfs.spec ++
--- /var/tmp/diff_new_pack.NYJ04A/_old  2022-01-09 00:48:07.368527364 +0100
+++ /var/tmp/diff_new_pack.NYJ04A/_new  2022-01-09 00:48:07.376527369 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gcsfs
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,42 +17,46 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# the test suite moved to a docker simulator which we cannot run inside an obs 
environment
+%bcond_with fulltest
 %define skip_python2 1
 %define skip_python36 1
-%define ghversiontag 2021.07.0
+%define ghversiontag 2021.11.1
 Name:   python-gcsfs
-Version:2021.7.0
+Version:2021.11.1
 Release:0
 Summary:Filesystem interface over GCS
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-URL:https://github.com/dask/gcsfs
-# Use the GitHub tarball: It contains the VCR recordings (test data to mock 
network requests)
-Source: 
https://github.com/dask/gcsfs/archive/refs/tags/%{ghversiontag}.tar.gz#/gcsfs-%{version}-gh.tar.gz
+URL:https://github.com/fsspec/gcsfs
+# Use the GitHub tarball for test data
+Source: 
https://github.com/fsspec/gcsfs/archive/refs/tags/%{ghversiontag}.tar.gz#/gcsfs-%{version}-gh.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-aiohttp
-Requires:   python-decorator
-Requires:   python-fsspec >= 2021.07.0
+Requires:   python-decorator > 4.1.2
+Requires:   python-fsspec == %{version}
 Requires:   python-google-auth >= 1.2
 Requires:   python-google-auth-oauthlib
+Requires:   python-google-cloud-storage
 Requires:   python-requests
 Recommends: dask
 Recommends: python-gcsfs-fuse = %{version}
 Suggests:   python-crcmod
 BuildArch:  noarch
 # SECTION test requirements
+# always import in order to detect dependency breakages at build time
 BuildRequires:  %{python_module aiohttp}
 BuildRequires:  %{python_module click}
-BuildRequires:  %{python_module decorator}
-BuildRequires:  %{python_module fsspec >= 2021.07.0}
+BuildRequires:  %{python_module decorator > 4.1.2}
+BuildRequires:  %{python_module fsspec == %{version}}
 BuildRequires:  %{python_module fusepy}
 BuildRequires:  %{python_module google-auth >= 1.2}
 BuildRequires:  %{python_module google-auth-oauthlib}
+BuildRequires:  %{python_module google-cloud-storage}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module vcrpy}
 # /SECTION
 %python_subpackages
 
@@ -72,6 +76,7 @@
 
 %prep
 %autosetup -p1 -n gcsfs-%{ghversiontag}
+sed -i 's/--color=yes//' setup.cfg
 
 %build
 %python_build
@@ -81,9 +86,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-export GCSFS_RECORD_MODE=none
 export 

commit python-mitmproxy for openSUSE:Factory

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

here is the log from the commit of package python-mitmproxy for 
openSUSE:Factory checked in at 2022-01-09 00:48:07

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


Package is "python-mitmproxy"

Sun Jan  9 00:48:07 2022 rev:5 rq:944963 version:7.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-mitmproxy/python-mitmproxy.changes
2021-12-09 19:46:31.621159762 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mitmproxy.new.1892/python-mitmproxy.changes  
2022-01-09 00:48:07.704527567 +0100
@@ -1,0 +2,5 @@
+Thu Jan  6 13:33:12 UTC 2022 - Ben Greiner 
+
+- Register obs hypothesis profile for slow test executions
+
+---



Other differences:
--
++ python-mitmproxy.spec ++
--- /var/tmp/diff_new_pack.kuNtXl/_old  2022-01-09 00:48:08.212527873 +0100
+++ /var/tmp/diff_new_pack.kuNtXl/_new  2022-01-09 00:48:08.216527875 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mitmproxy
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -106,6 +106,18 @@
 sed -i 's/,\s*<.*"/"/g' setup.py
 rm mitmproxy/contrib/kaitaistruct/make.sh
 
+sed -i 's/--color=yes//' setup.cfg
+
+echo "
+# increase test deadline for slow obs executions
+import hypothesis
+hypothesis.settings.register_profile(
+'obs',
+deadline=5000,
+suppress_health_check=[hypothesis.HealthCheck.too_slow]
+)
+" >> test/conftest.py
+
 %build
 %python_build
 
@@ -120,7 +132,7 @@
 # test_refresh fails on i586... wrong timestamp type, maybe?
 # test_rollback and test_output[None-expected_out0-expected_err0] just 
randomly fail on i586
 # test_get_version fails to mock updated git version
-%pytest -k "not (test_refresh or test_rollback or test_output or 
test_get_version)"
+%pytest -k "not (test_refresh or test_rollback or test_output or 
test_get_version)" --hypothesis-profile="obs"
 
 %post
 %python_install_alternative mitmdump


commit godot for openSUSE:Factory

2022-01-08 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 2022-01-08 23:24:24

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


Package is "godot"

Sat Jan  8 23:24:24 2022 rev:15 rq:944944 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/godot/godot.changes  2021-12-21 
19:39:05.444361177 +0100
+++ /work/SRC/openSUSE:Factory/.godot.new.1892/godot.changes2022-01-08 
23:25:15.306311766 +0100
@@ -1,0 +2,12 @@
+Wed Dec 29 12:00:00 UTC 2021 - cu...@mail.de
+
+- Update to 3.4.2
+
+  Fixed:
+  * BaseButton's localization for tooltip text with shortcut
+  * Size issue for ARVR managed viewport
+
+  And more:
+  
https://downloads.tuxfamily.org/godotengine/3.4.2/Godot_v3.4.2-stable_changelog_chrono.txt
+
+---

Old:

  godot-3.4.1-stable.tar.xz
  godot-3.4.1-stable.tar.xz.sha256

New:

  godot-3.4.2-stable.tar.xz
  godot-3.4.2-stable.tar.xz.sha256



Other differences:
--
++ godot.spec ++
--- /var/tmp/diff_new_pack.KbLCek/_old  2022-01-08 23:25:15.978312314 +0100
+++ /var/tmp/diff_new_pack.KbLCek/_new  2022-01-08 23:25:15.982312317 +0100
@@ -24,7 +24,7 @@
 %define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem
 
 Name:   godot
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Cross-Platform Game Engine with an Integrated Editor
 License:MIT
@@ -153,7 +153,7 @@
 Provides:   bundled(bullet) = 3.17
 Provides:   bundled(libzstd)
 %if 0%{?sle_version} < 150200
-Provides:   bundled(mbedtls) = 2.16.11
+Provides:   bundled(mbedtls) = 2.16.12
 %endif
 %if !0%{?is_opensuse}
 # SLES seems not to have miniupnpc and wslay

++ godot-3.4.1-stable.tar.xz -> godot-3.4.2-stable.tar.xz ++
/work/SRC/openSUSE:Factory/godot/godot-3.4.1-stable.tar.xz 
/work/SRC/openSUSE:Factory/.godot.new.1892/godot-3.4.2-stable.tar.xz differ: 
char 26, line 1

++ godot-3.4.1-stable.tar.xz.sha256 -> godot-3.4.2-stable.tar.xz.sha256 
++
--- /work/SRC/openSUSE:Factory/godot/godot-3.4.1-stable.tar.xz.sha256   
2021-12-21 19:39:05.432361170 +0100
+++ /work/SRC/openSUSE:Factory/.godot.new.1892/godot-3.4.2-stable.tar.xz.sha256 
2022-01-08 23:25:15.290311752 +0100
@@ -1 +1 @@
-e75549675c0a4faf01d60e0b7091be4bfcb4e3f261335fbc0d6a8e2f1d6988f9  
godot-3.4.1-stable.tar.xz
+f957c107182babccaa327e31c2533dd85bf1d202eebf60d56cba527fc29a1e55  
godot-3.4.2-stable.tar.xz


commit python-nbclient for openSUSE:Factory

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

here is the log from the commit of package python-nbclient for openSUSE:Factory 
checked in at 2022-01-08 23:24:26

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


Package is "python-nbclient"

Sat Jan  8 23:24:26 2022 rev:14 rq:944954 version:0.5.9

Changes:

--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes  
2021-11-21 23:53:06.758072939 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-nbclient.new.1892/python-nbclient.changes
2022-01-08 23:25:16.186312484 +0100
@@ -1,0 +2,5 @@
+Sat Jan  8 20:19:58 UTC 2022 - Ben Greiner 
+
+- Do not build on SLE/Leap <= 15.3
+
+---



Other differences:
--
++ python-nbclient.spec ++
--- /var/tmp/diff_new_pack.95qO0m/_old  2022-01-08 23:25:16.598312820 +0100
+++ /var/tmp/diff_new_pack.95qO0m/_new  2022-01-08 23:25:16.606312827 +0100
@@ -23,6 +23,11 @@
 %else
 %define psuffix %{nil}
 %bcond_with test
+%if 0%{suse_version} <= 1500 && 0%{?sle_version} <= 150300
+# The requirements are not available in the correct versions
+# remove this if you see the :flavor build succeeding
+ExclusiveArch: donotbuild
+%endif
 %endif
 
 %if 0%{?suse_version} > 1500


commit python-nbsmoke for openSUSE:Factory

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

here is the log from the commit of package python-nbsmoke for openSUSE:Factory 
checked in at 2022-01-08 23:24:22

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


Package is "python-nbsmoke"

Sat Jan  8 23:24:22 2022 rev:7 rq:944946 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-nbsmoke/python-nbsmoke.changes
2021-11-15 15:28:27.233858004 +0100
+++ /work/SRC/openSUSE:Factory/.python-nbsmoke.new.1892/python-nbsmoke.changes  
2022-01-08 23:25:13.694310449 +0100
@@ -1,0 +2,6 @@
+Sat Jan  8 19:27:13 UTC 2022 - Ben Greiner 
+
+- Update to 0.6.0
+  * Change template file name for nbconvert >= 6
+
+---

Old:

  nbsmoke-0.5.0.tar.gz
  python-nbsmoke-rpmlintrc

New:

  nbsmoke-0.6.0.tar.gz



Other differences:
--
++ python-nbsmoke.spec ++
--- /var/tmp/diff_new_pack.UHV5wO/_old  2022-01-08 23:25:14.110310789 +0100
+++ /var/tmp/diff_new_pack.UHV5wO/_new  2022-01-08 23:25:14.114310792 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbsmoke
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:   python-nbsmoke
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:Basic notebook checks
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/pyviz-dev/nbsmoke
 Source: 
https://files.pythonhosted.org/packages/source/n/nbsmoke/nbsmoke-%{version}.tar.gz
-Source99:   python-nbsmoke-rpmlintrc
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -62,12 +61,6 @@
 Basic notebook smoke tests for checking whether the notebooks run,
 and whether they contain lint.
 
-WARNING: early stage proof of concept; work in progress. Use at your
-own risk.
-
-In particular, this extension is supposed to handle ipython magics as
-far as possible, but has not yet been widely tested.
-
 %prep
 %setup -q -n nbsmoke-%{version}
 
@@ -76,18 +69,15 @@
 
 %install
 %python_install
-%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# unix socket problem in OBS
-donttest="test_run_good_html"
-# linter problem
-python39_donttest="or test_lint_bad"
-%pytest -k "not ($donttest ${$python_donttest})"
+# needs to import from sourcedir
+export PYTHONPATH=":x"
+%pytest -p pytester
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license LICENSE
 %{python_sitelib}/nbsmoke-%{version}*-info
 %{python_sitelib}/nbsmoke/

++ nbsmoke-0.5.0.tar.gz -> nbsmoke-0.6.0.tar.gz ++
 4234 lines of diff (skipped)


commit aqbanking for openSUSE:Factory

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

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2022-01-08 23:24:21

Comparing /work/SRC/openSUSE:Factory/aqbanking (Old)
 and  /work/SRC/openSUSE:Factory/.aqbanking.new.1892 (New)


Package is "aqbanking"

Sat Jan  8 23:24:21 2022 rev:91 rq:944932 version:6.4.1

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2021-12-13 
20:51:42.548685310 +0100
+++ /work/SRC/openSUSE:Factory/.aqbanking.new.1892/aqbanking.changes
2022-01-08 23:25:12.562309525 +0100
@@ -1,0 +2,6 @@
+Tue Jan  4 18:12:55 UTC 2022 - Dirk M??ller 
+
+- update to 6.4.1:
+  * rebuild with latest typemaker2 
+
+---

Old:

  aqbanking-6.4.0.tar.gz
  aqbanking-6.4.0.tar.gz.asc

New:

  aqbanking-6.4.1.tar.gz
  aqbanking-6.4.1.tar.gz.asc



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.63GtEl/_old  2022-01-08 23:25:13.178310028 +0100
+++ /var/tmp/diff_new_pack.63GtEl/_new  2022-01-08 23:25:13.182310032 +0100
@@ -1,9 +1,7 @@
 #
 # spec file for package aqbanking
 #
-# Copyright (c) 2021 SUSE S.A.
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2018 SUSE LINUX GmbH, N??rnberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,10 +26,10 @@
 %define  fronts_datadir %{_datadir}/%{_name}/frontends
 %define  qb_cfgmoddir   %{fronts_libdir}/qbanking/cfgmodules
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
-%define  releasever  394
-%define  ascreleasever 393
+%define  releasever  400
+%define  ascreleasever 399
 Name:   aqbanking
-Version:6.4.0
+Version:6.4.1
 Release:0
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
 License:GPL-2.0-only OR GPL-3.0-only

++ aqbanking-6.4.0.tar.gz -> aqbanking-6.4.1.tar.gz ++
 9208 lines of diff (skipped)


commit amavisd-milter for openSUSE:Factory

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

here is the log from the commit of package amavisd-milter for openSUSE:Factory 
checked in at 2022-01-08 23:24:17

Comparing /work/SRC/openSUSE:Factory/amavisd-milter (Old)
 and  /work/SRC/openSUSE:Factory/.amavisd-milter.new.1892 (New)


Package is "amavisd-milter"

Sat Jan  8 23:24:17 2022 rev:3 rq:944922 version:1.7.2

Changes:

--- /work/SRC/openSUSE:Factory/amavisd-milter/amavisd-milter.changes
2021-07-31 18:52:33.190447047 +0200
+++ /work/SRC/openSUSE:Factory/.amavisd-milter.new.1892/amavisd-milter.changes  
2022-01-08 23:25:10.646307961 +0100
@@ -1,0 +2,6 @@
+Tue Jan  4 18:17:08 UTC 2022 - Arjen de Korte 
+
+- Update to version 1.7.2
+  * The SMTP_AUTH* attributes are missing in policy_bank.
+
+---

Old:

  amavisd-milter-1.7.1.tar.gz

New:

  amavisd-milter-1.7.2.tar.gz



Other differences:
--
++ amavisd-milter.spec ++
--- /var/tmp/diff_new_pack.h1kTFq/_old  2022-01-08 23:25:11.074308311 +0100
+++ /var/tmp/diff_new_pack.h1kTFq/_new  2022-01-08 23:25:11.082308318 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amavisd-milter
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   amavisd-milter
-Version:1.7.1
+Version:1.7.2
 Release:0
 Summary:Sendmail milter for amavisd-new using the AM.PDP protocol
 License:BSD-3-Clause
@@ -27,7 +27,7 @@
 Source1:%{name}.service
 BuildRequires:  sendmail-devel >= 8.12.0
 Requires:   amavisd-new
-Supplements:packageand(amavisd-new:sendmail)
+Supplements:(amavisd-new and sendmail)
 Conflicts:  %{name} < %{version}
 %{?systemd_ordering}
 

++ amavisd-milter-1.7.1.tar.gz -> amavisd-milter-1.7.2.tar.gz ++
 4066 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/amavisd-milter-1.7.1/AMAVISD-MILTER.md 
new/amavisd-milter-1.7.2/AMAVISD-MILTER.md
--- old/amavisd-milter-1.7.1/AMAVISD-MILTER.md  2020-09-07 00:01:10.0 
+0200
+++ new/amavisd-milter-1.7.2/AMAVISD-MILTER.md  2021-04-08 18:48:21.0 
+0200
@@ -62,7 +62,7 @@
 
 **-f**
 : Run amavisd-milter in the foreground (i.e. do not daemonize).
-  Print debuging messages to the terminal.
+  Print debugging messages to the terminal.
 
 **-h**
 : Print the help page and exit.
@@ -136,7 +136,7 @@
 ## POLICY BANKS
 
 If the option **-B** is enabled, amavisd-milter uses the value of the milter
-macro *{daemon_name}* as the name of the amavis policy bank. Usualy, this 
milter
+macro *{daemon_name}* as the name of the amavis policy bank. Usually, this 
milter
 macro is set to name of the MTA.
 
 When remote client is authenticated, amavisd-milter uses authentication
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/amavisd-milter-1.7.1/CHANGES new/amavisd-milter-1.7.2/CHANGES
--- old/amavisd-milter-1.7.1/CHANGES2020-09-07 00:01:10.0 +0200
+++ new/amavisd-milter-1.7.2/CHANGES2022-01-03 11:19:26.0 +0100
@@ -1,5 +1,13 @@
 This is the CHANGELOG for amavisd-milter.
 
+20210103:
+amavisd-milter-1.7.2:
+
+Bug and compatibility fixies:
+- The SMTP_AUTH* attributes are missing in policy_bank.
+
+Thanks to: @damluk
+
 20200906:
 amavisd-milter-1.7.1:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/amavisd-milter-1.7.1/aclocal/ar-lib new/amavisd-milter-1.7.2/aclocal/ar-lib
--- old/amavisd-milter-1.7.1/aclocal/ar-lib 2020-09-07 00:01:16.0 
+0200
+++ new/amavisd-milter-1.7.2/aclocal/ar-lib 2019-07-12 19:43:01.0 
+0200
@@ -4,7 +4,7 @@
 me=ar-lib
 scriptversion=2012-03-01.08; # UTC
 
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 Free 

commit libtorrent-rasterbar for openSUSE:Factory

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

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2022-01-08 23:24:23

Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
 and  /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.1892 (New)


Package is "libtorrent-rasterbar"

Sat Jan  8 23:24:23 2022 rev:79 rq:944940 version:2.0.5

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2022-01-03 10:50:34.379606952 +0100
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.1892/libtorrent-rasterbar.changes
  2022-01-08 23:25:14.338310975 +0100
@@ -1,0 +2,5 @@
+Sat Jan  8 19:20:10 UTC 2022 - Luigi Baldoni 
+
+- Update boost version requirement
+
+---



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.SIl6av/_old  2022-01-08 23:25:14.890311426 +0100
+++ /var/tmp/diff_new_pack.SIl6av/_new  2022-01-08 23:25:14.894311429 +0100
@@ -38,10 +38,10 @@
 BuildRequires:  cmake >= 3.12.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libboost_chrono-devel >= 1.66
-BuildRequires:  libboost_python3-devel >= 1.66
-BuildRequires:  libboost_random-devel >= 1.66
-BuildRequires:  libboost_system-devel >= 1.66
+BuildRequires:  libboost_chrono-devel >= 1.67
+BuildRequires:  libboost_python3-devel >= 1.67
+BuildRequires:  libboost_random-devel >= 1.67
+BuildRequires:  libboost_system-devel >= 1.67
 BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools


commit strawberry for openSUSE:Factory

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

here is the log from the commit of package strawberry for openSUSE:Factory 
checked in at 2022-01-08 23:24:20

Comparing /work/SRC/openSUSE:Factory/strawberry (Old)
 and  /work/SRC/openSUSE:Factory/.strawberry.new.1892 (New)


Package is "strawberry"

Sat Jan  8 23:24:20 2022 rev:37 rq:944926 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/strawberry/strawberry.changes2021-10-15 
23:04:27.194118408 +0200
+++ /work/SRC/openSUSE:Factory/.strawberry.new.1892/strawberry.changes  
2022-01-08 23:25:11.722308840 +0100
@@ -1,0 +2,38 @@
+Sat Jan  8 14:27:51 UTC 2022 - Jonas Kvinge 
+
+- Update to version 1.0.1
+
+ + Bugfixes:
+ + Fixed collection and internet search filter tool button menu arrow overlap 
(#796).
+ + Fixed stop after this track button with Qt 6 (#795).
+ + Fixed not updating the URL when songs were moved on disk when the 
fingerprinting feature is enabled.
+ + Fixed SQL query error for songs with an invalid modification time (#815).
+ + Fixed blocky rendering of the currently playing track with high resolution 
screens (#794).
+ + Fixed incorrect playlist column filesize for radio streams.
+ + Fixed deleting embedded album cover from Ogg songs.
+ + Fixed parsing of Cue tracks with 1-digit minutes (#836).
+ + Fixed updating of playlist summary after reloading items when adding songs 
from files outside of the collection (#848).
+ + Fixed always saving metadata when saving playlists for Tidal, Qobuz and 
Subsonic songs independent of playlist setting (#851).
+ + Fixed setting media shortcuts when using kglobalaccel (#849).
+ + Fixed parsing of Genius lyrics when they are sometimes received in a 
different HTML format.
+ + Fixed saving MP4 specific tags as UTF-8 (#830).
+ + Fixed clearing "manually set" cover when saving album covers embedded from 
outside of the tag editor (#858).
+ + Fixed aborting collection scan when Strawberry exists to avoid hang on exit.
+ + Fixed resuming collection scan when adding a new directory after collection 
scan was aborted.
+ + Fixed excluding hidden songs from the collection.
+ + Disabled moodbar for CUE songs since they can not be supported properly 
(#865).
+ + Enhancements:
+ + Made playlist header column text elided (#801).
+ + Added support for reading and writing playcounts and ratings from/to tags.
+ + Added support for setting rating using the edit tag dialog.
+ + Added setting to enable/disable playlist toolbar (#809).
+ + Added component type, content_rating type and releases to AppStream data 
file (#806).
+ + Removed unused "mark as listened" option in organize dialog.
+ + Fixed some clazy warnings and narrowing conversions in the source code.
+ + Replaced uses of macros in the source code.
+ + Added a more user-friendly error message when receiving encrypted streams 
from Tidal (#824).
+ + Added support for port-pattern entered in the device textbox when using 
Jack as output (#828).
+ + Added Spanish (Spain) translation.
+ + Added support for more CUE filenames (#835). 
+
+---

Old:

  strawberry-1.0.0.tar.xz

New:

  strawberry-1.0.1.tar.xz



Other differences:
--
++ strawberry.spec ++
--- /var/tmp/diff_new_pack.J0DOVn/_old  2022-01-08 23:25:12.306309317 +0100
+++ /var/tmp/diff_new_pack.J0DOVn/_new  2022-01-08 23:25:12.310309320 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package strawberry
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   strawberry
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:A music player and music collection organizer
 License:GPL-3.0-or-later

++ strawberry-1.0.0.tar.xz -> strawberry-1.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/strawberry/strawberry-1.0.0.tar.xz 
/work/SRC/openSUSE:Factory/.strawberry.new.1892/strawberry-1.0.1.tar.xz differ: 
char 26, line 1


commit iosevka-fonts for openSUSE:Factory

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

here is the log from the commit of package iosevka-fonts for openSUSE:Factory 
checked in at 2022-01-08 23:24:16

Comparing /work/SRC/openSUSE:Factory/iosevka-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.iosevka-fonts.new.1892 (New)


Package is "iosevka-fonts"

Sat Jan  8 23:24:16 2022 rev:23 rq:944917 version:11.2.5

Changes:

--- /work/SRC/openSUSE:Factory/iosevka-fonts/iosevka-fonts.changes  
2022-01-04 19:38:42.222025360 +0100
+++ /work/SRC/openSUSE:Factory/.iosevka-fonts.new.1892/iosevka-fonts.changes
2022-01-08 23:24:53.150293680 +0100
@@ -1,0 +2,8 @@
+Sat Jan  8 12:35:36 UTC 2022 - Anton Shvetz 
+
+- Update to v11.2.5
+  * Changes of version 11.2.5
+= Add split-slash variants of 0 (#1270).
+= Add ligation set for Dafny (#1271).
+
+---

Old:

  super-ttc-iosevka-11.2.4.zip
  super-ttc-iosevka-aile-11.2.4.zip
  super-ttc-iosevka-curly-11.2.4.zip
  super-ttc-iosevka-curly-slab-11.2.4.zip
  super-ttc-iosevka-etoile-11.2.4.zip
  super-ttc-iosevka-slab-11.2.4.zip
  super-ttc-iosevka-ss01-11.2.4.zip
  super-ttc-iosevka-ss02-11.2.4.zip
  super-ttc-iosevka-ss03-11.2.4.zip
  super-ttc-iosevka-ss04-11.2.4.zip
  super-ttc-iosevka-ss05-11.2.4.zip
  super-ttc-iosevka-ss06-11.2.4.zip
  super-ttc-iosevka-ss07-11.2.4.zip
  super-ttc-iosevka-ss08-11.2.4.zip
  super-ttc-iosevka-ss09-11.2.4.zip
  super-ttc-iosevka-ss10-11.2.4.zip
  super-ttc-iosevka-ss11-11.2.4.zip
  super-ttc-iosevka-ss12-11.2.4.zip
  super-ttc-iosevka-ss13-11.2.4.zip
  super-ttc-iosevka-ss14-11.2.4.zip
  super-ttc-iosevka-ss15-11.2.4.zip
  super-ttc-iosevka-ss16-11.2.4.zip
  super-ttc-iosevka-ss17-11.2.4.zip
  super-ttc-iosevka-ss18-11.2.4.zip

New:

  super-ttc-iosevka-11.2.5.zip
  super-ttc-iosevka-aile-11.2.5.zip
  super-ttc-iosevka-curly-11.2.5.zip
  super-ttc-iosevka-curly-slab-11.2.5.zip
  super-ttc-iosevka-etoile-11.2.5.zip
  super-ttc-iosevka-slab-11.2.5.zip
  super-ttc-iosevka-ss01-11.2.5.zip
  super-ttc-iosevka-ss02-11.2.5.zip
  super-ttc-iosevka-ss03-11.2.5.zip
  super-ttc-iosevka-ss04-11.2.5.zip
  super-ttc-iosevka-ss05-11.2.5.zip
  super-ttc-iosevka-ss06-11.2.5.zip
  super-ttc-iosevka-ss07-11.2.5.zip
  super-ttc-iosevka-ss08-11.2.5.zip
  super-ttc-iosevka-ss09-11.2.5.zip
  super-ttc-iosevka-ss10-11.2.5.zip
  super-ttc-iosevka-ss11-11.2.5.zip
  super-ttc-iosevka-ss12-11.2.5.zip
  super-ttc-iosevka-ss13-11.2.5.zip
  super-ttc-iosevka-ss14-11.2.5.zip
  super-ttc-iosevka-ss15-11.2.5.zip
  super-ttc-iosevka-ss16-11.2.5.zip
  super-ttc-iosevka-ss17-11.2.5.zip
  super-ttc-iosevka-ss18-11.2.5.zip



Other differences:
--
++ iosevka-fonts.spec ++
--- /var/tmp/diff_new_pack.5MF7vC/_old  2022-01-08 23:25:10.242307632 +0100
+++ /var/tmp/diff_new_pack.5MF7vC/_new  2022-01-08 23:25:10.246307635 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iosevka-fonts
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 typeface family, designed for writing code, using in terminals, and\
 preparing technical documents.
 Name:   iosevka-fonts
-Version:11.2.4
+Version:11.2.5
 Release:0
 Summary:Slender typeface for source code
 License:OFL-1.1


commit python-toolz for openSUSE:Factory

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

here is the log from the commit of package python-toolz for openSUSE:Factory 
checked in at 2022-01-08 23:24:13

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


Package is "python-toolz"

Sat Jan  8 23:24:13 2022 rev:7 rq:944913 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/python-toolz/python-toolz.changes
2021-03-10 08:58:33.578969763 +0100
+++ /work/SRC/openSUSE:Factory/.python-toolz.new.1892/python-toolz.changes  
2022-01-08 23:24:51.378292233 +0100
@@ -1,0 +2,6 @@
+Thu Jan  6 15:06:13 UTC 2022 - Ben Greiner 
+
+- update to 0.11.2
+  * Support Python 3.10
+
+---

Old:

  toolz-0.11.1.tar.gz

New:

  toolz-0.11.2.tar.gz



Other differences:
--
++ python-toolz.spec ++
--- /var/tmp/diff_new_pack.jEGJzt/_old  2022-01-08 23:24:51.778292560 +0100
+++ /var/tmp/diff_new_pack.jEGJzt/_new  2022-01-08 23:24:51.782292563 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-toolz
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %global skip_python2 1
 Name:   python-toolz
-Version:0.11.1
+Version:0.11.2
 Release:0
 Summary:List processing tools and functional utilities for python
 License:BSD-3-Clause
@@ -56,6 +56,6 @@
 %license LICENSE.txt
 %{python_sitelib}/toolz/
 %{python_sitelib}/tlz/
-%{python_sitelib}/toolz-%{version}-py*.egg-info/
+%{python_sitelib}/toolz-%{version}*-info/
 
 %changelog

++ toolz-0.11.1.tar.gz -> toolz-0.11.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/toolz-0.11.1/AUTHORS.md new/toolz-0.11.2/AUTHORS.md
--- old/toolz-0.11.1/AUTHORS.md 1970-01-01 01:00:00.0 +0100
+++ new/toolz-0.11.2/AUTHORS.md 2021-11-06 06:07:13.0 +0100
@@ -0,0 +1,33 @@
+[Matthew Rocklin](http://matthewrocklin.com)
[@mrocklin](http://github.com/mrocklin/)
+
+[John Jacobsen](http://eigenhombre.com) 
[@eigenhombre](http://github.com/eigenhombre/)
+
+Erik Welch  
[@eriknw](https://github.com/eriknw/)
+
+John Crichton   
[@jcrichton](https://github.com/jcrichton/)
+
+Han Semaj   
[@microamp](https://github.com/microamp/)
+
+[Graeme Coupar](https://twitter.com/obmarg) 
[@obmarg](https://github.com/obmarg/)
+
+[Leonid Shvechikov](http://brainstorage.me/shvechikov)  
[@shvechikov](https://github.com/shvechikov)
+
+Lars Buitinck   
[@larsmans](http://github.com/larsmans)
+
+Jos?? Ricardo
[@josericardo](https://github.com/josericardo)
+
+Tom Prince  
[@tomprince](https://github.com/tomprince)
+
+Bart van Merri??nboer
[@bartvm](https://github.com/bartvm)
+
+Nikolaos-Digenis Karagiannis
[@digenis](https://github.com/digenis/)
+
+[Antonio Lima](https://twitter.com/themiurgo)   
[@themiurgo](https://github.com/themiurgo/)
+
+Joe Jevnik  
[@ll](https://github.com/ll)
+
+Rory Kirchner  
[@roryk](https://github.com/roryk)
+
+[Steven Cutting](http://steven-cutting.github.io) 
[@steven_cutting](https://github.com/steven-cutting)
+
+Aric Coady  
[@coady](https://github.com/coady)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/toolz-0.11.1/PKG-INFO new/toolz-0.11.2/PKG-INFO
--- old/toolz-0.11.1/PKG-INFO   2020-09-24 17:50:47.0 +0200
+++ new/toolz-0.11.2/PKG-INFO   2021-11-06 06:22:52.936383200 +0100
@@ -1,145 +1,12 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
 Name: toolz
-Version: 0.11.1
+Version: 0.11.2
 Summary: List processing tools and functional utilities
 Home-page: https://github.com/pytoolz/toolz/
 Author: https://raw.github.com/pytoolz/toolz/master/AUTHORS.md
 Maintainer: Erik Welch
 Maintainer-email: erik.n.we...@gmail.com
 License: BSD
-Description: Toolz
-=
-
-|Build Status| |Coverage Status| |Version Status|
-
-A set of utility functions for iterators, functions, and dictionaries.
-
-See the PyToolz 

commit python-oci-sdk for openSUSE:Factory

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

here is the log from the commit of package python-oci-sdk for openSUSE:Factory 
checked in at 2022-01-08 23:24:15

Comparing /work/SRC/openSUSE:Factory/python-oci-sdk (Old)
 and  /work/SRC/openSUSE:Factory/.python-oci-sdk.new.1892 (New)


Package is "python-oci-sdk"

Sat Jan  8 23:24:15 2022 rev:21 rq:944914 version:2.53.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oci-sdk/python-oci-sdk.changes
2021-12-02 02:23:45.676920108 +0100
+++ /work/SRC/openSUSE:Factory/.python-oci-sdk.new.1892/python-oci-sdk.changes  
2022-01-08 23:24:52.298292984 +0100
@@ -1,0 +2,62 @@
+Wed Jan  5 14:12:21 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 2.53.0
+  * Fixes the potential data corruption issue as described in
+https://github.com/oracle/oci-python-sdk/issues/410.
+Customers using FIPS compliant openssl versions are advised
+to enable FIPS with the ways described in
+
https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/fips-libraries.html.
+- from version 2.53.0
+  * Support for node replacement in the VMWare Solution service
+  * Support for ingestion of SQL stats metrics in the Operations Insights 
service
+  * Support for AWR hub integration in the Operations Insights service
+  * Support for automatically generating logical entities from filename 
patterns and
+relationships between business terms across glossaries in the Data Catalog 
service
+  * Support for automatic start/stop at scheduled times in the Database service
+  * Support for cloud VM cluster resources on autonomous dedicated
+databases in the Database service
+  * Support for external Hive metastores in the Big Data service
+  * Support for batch detection/inference in the AI Language service
+  * Support for dimensions on monitoring targets in the Service Connector Hub 
service
+  * Support for invoice operations in the Account Management service
+  * Support for custom CA trust stores in the API Gateway service
+  * Support for generating scoped database tokens in the Identity service
+  * Support for database passwords for users, for logging into database
+accounts, in the Identity service
+  * Fixed an issue where multipart upload operations to Object Storage
+service throws SSLError on Oracle Linux instances
+- from version 2.52.1
+  * Support for the Application Management service
+  * Support for getting the inventory of JMS resources and listing Java
+runtime usage in a specified host in the Java Management service
+  * Support for categories, entity topology, and verifying scheduled
+tasks in the Logging Analytics service
+  * Support for RAC databases in the GoldenGate service
+  * Support for querying additional fields of a resource using
+return clauses in the Search service
+  * Support for key versions and key version OCIDs in the Key Management 
service
+- from version 2.52.0
+  * Support for SQL Tuning Advisor in the Database Management service
+  * Support for listing users and getting user details in the Database 
Management service
+  * Support for autonomous databases in the Database Management service
+  * Support for enabling and disabling Database Management features on
+autonomous databases in the Database service
+  * Support for the Solaris platform in the Management Agent Cloud service
+  * Support for cross-compartment operations in the Operations Insights service
+  * Support for listing deployment backups in the GoldenGate service
+  * Support for standard tags in the Identity service
+  * Support for viewing problems for deleted targets in the Cloud Guard service
+  * Support for choosing a platform version while creating a platform
+instance in the Blockchain Platform service
+  * Support for custom IPSec connection tunnel internet key exchange
+phase 1 and phase 2 encryption algorithms in the Networking service
+  * Support for pagination when listing work requests corresponding to
+an APM domain in the Application Performance Monitoring service
+  * Support for the "deleted" lifecycle state on APM domains
+in the Application Performance Monitoring service
+  * Support for calling Oracle Cloud Infrastructure services in
+the eu-milan-1 and me-abudhabi-1 regions
+  * Support for retries enabled by default in all operations of the
+DevOps, Build, and Source Code Management services
+
+---

Old:

  oci-python-sdk-2.51.0.tar.gz

New:

  oci-python-sdk-2.53.1.tar.gz



Other differences:
--
++ python-oci-sdk.spec ++
--- /var/tmp/diff_new_pack.P7c78n/_old  2022-01-08 23:24:52.918293490 +0100
+++ /var/tmp/diff_new_pack.P7c78n/_new  

commit libclocale for openSUSE:Factory

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

here is the log from the commit of package libclocale for openSUSE:Factory 
checked in at 2022-01-08 23:24:09

Comparing /work/SRC/openSUSE:Factory/libclocale (Old)
 and  /work/SRC/openSUSE:Factory/.libclocale.new.1892 (New)


Package is "libclocale"

Sat Jan  8 23:24:09 2022 rev:13 rq:944889 version:20220107

Changes:

--- /work/SRC/openSUSE:Factory/libclocale/libclocale.changes2021-11-27 
00:51:51.890690100 +0100
+++ /work/SRC/openSUSE:Factory/.libclocale.new.1892/libclocale.changes  
2022-01-08 23:24:47.570289125 +0100
@@ -1,0 +2,6 @@
+Sat Jan  8 10:51:15 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220107
+  * No changes, version bump only.
+
+---

Old:

  libclocale-alpha-20210526.tar.gz
  libclocale-alpha-20210526.tar.gz.asc

New:

  libclocale-alpha-20220107.tar.gz
  libclocale-alpha-20220107.tar.gz.asc



Other differences:
--
++ libclocale.spec ++
--- /var/tmp/diff_new_pack.Iin1RG/_old  2022-01-08 23:24:47.998289474 +0100
+++ /var/tmp/diff_new_pack.Iin1RG/_new  2022-01-08 23:24:48.014289487 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libclocale
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libclocale
 %define lname  libclocale1
-Version:20210526
+Version:20220107
 Release:0
 Summary:Library for C locale functions
 License:LGPL-3.0-or-later

++ libclocale-alpha-20210526.tar.gz -> libclocale-alpha-20220107.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libclocale-20210526/AUTHORS 
new/libclocale-20220107/AUTHORS
--- old/libclocale-20210526/AUTHORS 2021-05-26 07:40:15.0 +0200
+++ new/libclocale-20220107/AUTHORS 2022-01-07 05:44:56.0 +0100
@@ -1,4 +1,4 @@
 Acknowledgements: libclocale
 
-Copyright (C) 2010-2021, Joachim Metz 
+Copyright (C) 2010-2022, Joachim Metz 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libclocale-20210526/common/byte_stream.h 
new/libclocale-20220107/common/byte_stream.h
--- old/libclocale-20210526/common/byte_stream.h2021-05-26 
07:40:15.0 +0200
+++ new/libclocale-20220107/common/byte_stream.h2022-01-07 
05:44:56.0 +0100
@@ -1,7 +1,7 @@
 /*
  * Byte stream functions
  *
- * Copyright (C) 2010-2021, Joachim Metz 
+ * Copyright (C) 2010-2022, Joachim Metz 
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libclocale-20210526/common/common.h 
new/libclocale-20220107/common/common.h
--- old/libclocale-20210526/common/common.h 2021-05-26 07:40:15.0 
+0200
+++ new/libclocale-20220107/common/common.h 2022-01-07 05:44:56.0 
+0100
@@ -1,7 +1,7 @@
 /*
  * Common include file
  *
- * Copyright (C) 2010-2021, Joachim Metz 
+ * Copyright (C) 2010-2022, Joachim Metz 
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libclocale-20210526/common/config.h 
new/libclocale-20220107/common/config.h
--- old/libclocale-20210526/common/config.h 2021-05-26 07:45:11.0 
+0200
+++ new/libclocale-20220107/common/config.h 2022-01-07 05:46:31.0 
+0100
@@ -305,7 +305,7 @@
 #define PACKAGE_NAME "libclocale"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libclocale 20210526"
+#define PACKAGE_STRING "libclocale 20220107"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libclocale"
@@ -314,7 +314,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20210526"
+#define PACKAGE_VERSION "20220107"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -338,7 +338,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20210526"
+#define VERSION "20220107"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libclocale-20210526/common/config_borlandc.h 
new/libclocale-20220107/common/config_borlandc.h
--- old/libclocale-20210526/common/config_borlandc.h2021-05-26 
07:40:15.0 +0200
+++ new/libclocale-20220107/common/config_borlandc.h2022-01-07 

commit lal for openSUSE:Factory

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

here is the log from the commit of package lal for openSUSE:Factory checked in 
at 2022-01-08 23:24:12

Comparing /work/SRC/openSUSE:Factory/lal (Old)
 and  /work/SRC/openSUSE:Factory/.lal.new.1892 (New)


Package is "lal"

Sat Jan  8 23:24:12 2022 rev:7 rq:944892 version:7.1.5

Changes:

--- /work/SRC/openSUSE:Factory/lal/lal.changes  2021-09-11 22:24:57.115411533 
+0200
+++ /work/SRC/openSUSE:Factory/.lal.new.1892/lal.changes2022-01-08 
23:24:50.198291270 +0100
@@ -1,0 +2,7 @@
+Sun Jan  2 23:16:49 UTC 2022 - Atri Bhattacharya 
+
+- Update to version 7.1.5:
+  * No release notes.
+- Disable python2 since this is no longer supported by upstream.
+
+---

Old:

  lal-7.1.2.tar.xz

New:

  lal-7.1.5.tar.xz



Other differences:
--
++ lal.spec ++
--- /var/tmp/diff_new_pack.vKyOVL/_old  2022-01-08 23:24:50.650291639 +0100
+++ /var/tmp/diff_new_pack.vKyOVL/_new  2022-01-08 23:24:50.654291642 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lal
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,8 @@
 
 # NEP 29: numpy, scipy do not have a python36 flavor package in TW
 %define skip_python36 1
+# Py2 no longer supported by upstream
+%define skip_python2 1
 
 %define shliblal liblal20
 %define shliblalsupport liblalsupport14
@@ -34,7 +36,7 @@
 # No support for octave >= 6
 %bcond_with octave
 Name:   lal%{psuffix}
-Version:7.1.2
+Version:7.1.5
 Release:0
 Summary:A collection of various gravitational wave data analysis 
routines
 License:GPL-2.0-only
@@ -140,7 +142,7 @@
 %autosetup -p1 -n lal-%{version}
 
 %build
-%{python_expand # Necessary to run %%configure with all python flavors
+%{python_expand # Necessary to run configure with all python flavors
 export PYTHON=$python
 mkdir ../${PYTHON}_build
 cp -pr ./ ../${PYTHON}_build

++ lal-7.1.2.tar.xz -> lal-7.1.5.tar.xz ++
 6965 lines of diff (skipped)


commit gsequencer for openSUSE:Factory

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

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2022-01-08 23:24:11

Comparing /work/SRC/openSUSE:Factory/gsequencer (Old)
 and  /work/SRC/openSUSE:Factory/.gsequencer.new.1892 (New)


Package is "gsequencer"

Sat Jan  8 23:24:11 2022 rev:109 rq:944900 version:3.15.3

Changes:

--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes2021-12-28 
12:27:10.900509572 +0100
+++ /work/SRC/openSUSE:Factory/.gsequencer.new.1892/gsequencer.changes  
2022-01-08 23:24:49.298290535 +0100
@@ -1,0 +2,10 @@
+Sat Jan  8 08:32:57 UTC 2022 - Jo??l Kr??hemann 
+
+- new upstream v3.15.3 fixed AgsSynthUtil and AgsFMSynthUtil.
+- new since 3.15.2 fixed configure events of editor
+  implementations.
+- new since 3.15.0 implemented AgsHybridFMSynth.
+- implemented AgsNoiseUtil.
+- minor improvements.
+
+---

Old:

  gsequencer-3.14.10.tar.gz

New:

  gsequencer-3.15.3.tar.gz



Other differences:
--
++ gsequencer.spec ++
--- /var/tmp/diff_new_pack.Fn7fSX/_old  2022-01-08 23:24:49.994291104 +0100
+++ /var/tmp/diff_new_pack.Fn7fSX/_new  2022-01-08 23:24:50.002291110 +0100
@@ -22,13 +22,13 @@
 # activated with --with run_functional_tests command line switch.
 %bcond_with run_functional_tests
 Name:   gsequencer
-Version:3.14.10
+Version:3.15.3
 Release:0
 Summary:Audio processing engine
 License:AGPL-3.0-or-later AND GPL-3.0-or-later AND GFDL-1.3-only
 Group:  Productivity/Multimedia/Sound/Midi
 URL:https://nongnu.org/gsequencer
-Source0:
https://download.savannah.gnu.org/releases/gsequencer/3.14.x/%{name}-%{version}.tar.gz
+Source0:
https://download.savannah.gnu.org/releases/gsequencer/3.15.x/%{name}-%{version}.tar.gz
 # improve glib-2.0 compatibility to version 2.54
 Patch1: gsequencer.1-improved-glib-compatibility.patch
 BuildRequires:  gcc-c++
@@ -132,6 +132,7 @@
 %{_docdir}/gsequencer/
 %{_datadir}/applications/gsequencer.desktop
 %{_datadir}/icons/hicolor/*/apps/gsequencer.png
+%{_datadir}/icons/hicolor/scalable/apps/gsequencer.svg
 %{_datadir}/metainfo/*
 %{_datadir}/mime/packages/*
 

++ gsequencer-3.14.10.tar.gz -> gsequencer-3.15.3.tar.gz ++
/work/SRC/openSUSE:Factory/gsequencer/gsequencer-3.14.10.tar.gz 
/work/SRC/openSUSE:Factory/.gsequencer.new.1892/gsequencer-3.15.3.tar.gz 
differ: char 19, line 1


commit libcpath for openSUSE:Factory

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

here is the log from the commit of package libcpath for openSUSE:Factory 
checked in at 2022-01-08 23:24:09

Comparing /work/SRC/openSUSE:Factory/libcpath (Old)
 and  /work/SRC/openSUSE:Factory/.libcpath.new.1892 (New)


Package is "libcpath"

Sat Jan  8 23:24:09 2022 rev:12 rq:944890 version:20220108

Changes:

--- /work/SRC/openSUSE:Factory/libcpath/libcpath.changes2021-06-11 
00:18:07.317259392 +0200
+++ /work/SRC/openSUSE:Factory/.libcpath.new.1892/libcpath.changes  
2022-01-08 23:24:48.282289706 +0100
@@ -1,0 +2,6 @@
+Sat Jan  8 10:49:39 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220108
+  * No changes, version bump only
+
+---

Old:

  _service
  libcpath-20210411.tar.xz

New:

  libcpath-alpha-20220108.tar.gz
  libcpath-alpha-20220108.tar.gz.asc
  libcpath.keyring



Other differences:
--
++ libcpath.spec ++
--- /var/tmp/diff_new_pack.MrLk9i/_old  2022-01-08 23:24:48.734290075 +0100
+++ /var/tmp/diff_new_pack.MrLk9i/_new  2022-01-08 23:24:48.738290079 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcpath
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 Name:   libcpath
 %define lname  libcpath1
-Version:20210411
+Version:    20220108
 Release:0
 Summary:Library for C path functions
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 URL:https://github.com/libyal/libcpath
-Source: %name-%version.tar.xz
+Source: 
https://github.com/libyal/libcpath/releases/download/%version/libcpath-alpha-%version.tar.gz
+Source2:
https://github.com/libyal/libcpath/releases/download/%version/libcpath-alpha-%version.tar.gz.asc
+Source9:%name.keyring
 Patch1: system-libs.patch
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
@@ -33,7 +35,7 @@
 BuildRequires:  pkgconfig(libcerror) >= 20201121
 BuildRequires:  pkgconfig(libclocale) >= 20200913
 BuildRequires:  pkgconfig(libcsplit) >= 20200703
-BuildRequires:  pkgconfig(libuna) >= 20201204
+BuildRequires:  pkgconfig(libuna) >= 20210801
 
 %description
 A library for C path functions. Part of the libyal family of libraries.


commit libcnotify for openSUSE:Factory

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

here is the log from the commit of package libcnotify for openSUSE:Factory 
checked in at 2022-01-08 23:24:07

Comparing /work/SRC/openSUSE:Factory/libcnotify (Old)
 and  /work/SRC/openSUSE:Factory/.libcnotify.new.1892 (New)


Package is "libcnotify"

Sat Jan  8 23:24:07 2022 rev:12 rq:944888 version:20220108

Changes:

--- /work/SRC/openSUSE:Factory/libcnotify/libcnotify.changes2021-06-06 
22:40:49.175414879 +0200
+++ /work/SRC/openSUSE:Factory/.libcnotify.new.1892/libcnotify.changes  
2022-01-08 23:24:46.874288557 +0100
@@ -1,0 +2,6 @@
+Sat Jan  8 10:55:57 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220108
+   * No changes, version bump only.
+
+---

Old:

  _service
  libcnotify-20210411.tar.xz

New:

  libcnotify-beta-20220108.tar.gz
  libcnotify-beta-20220108.tar.gz.asc
  libcnotify.keyring



Other differences:
--
++ libcnotify.spec ++
--- /var/tmp/diff_new_pack.HvSQUl/_old  2022-01-08 23:24:47.370288962 +0100
+++ /var/tmp/diff_new_pack.HvSQUl/_new  2022-01-08 23:24:47.370288962 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcnotify
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 Name:   libcnotify
 %define lname  libcnotify1
-Version:20210411
+Version:    20220108
 Release:0
 Summary:Library for C notify functions
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 URL:https://github.com/libyal/libcnotify
-Source: %name-%version.tar.xz
+Source: 
https://github.com/libyal/libcnotify/releases/download/%version/libcnotify-beta-%version.tar.gz
+Source2:
https://github.com/libyal/libcnotify/releases/download/%version/libcnotify-beta-%version.tar.gz.asc
+Source9:%name.keyring
 Patch1: system-libs.patch
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
@@ -57,7 +59,7 @@
 %autosetup -p1
 
 %build
-if [ ! -e configure ]; then ./autogen.sh; fi
+autoreconf -fi
 %configure --disable-static
 %make_build
 


commit python-frozendict for openSUSE:Factory

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

here is the log from the commit of package python-frozendict for 
openSUSE:Factory checked in at 2022-01-08 23:24:06

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


Package is "python-frozendict"

Sat Jan  8 23:24:06 2022 rev:4 rq:944909 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-frozendict/python-frozendict.changes  
2019-06-06 18:17:24.264684586 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-frozendict.new.1892/python-frozendict.changes
2022-01-08 23:24:45.954287806 +0100
@@ -1,0 +2,65 @@
+Sat Jan  8 10:58:56 UTC 2022 - Matej Cepl 
+
+- Enable tests
+- Update to 2.1.3:
+  - renamed popitem in delete_by_index in coold
+  - removed pop() from coold
+  - substituted _PyObject_GC_(UN)TRACK with PyObject_GC_(Un)Track
+  - readding needed internal cpython header files for version >=
+3.8
+  - restored compilation of dictobject.c
+  - cleaning up thing for more canonical compilation (testing on
+3.7 only for now)
+  - added segfault debugger and pure py builder
+  - add cibuildwheel
+  - fixed regression for coold.set() in Python 3.6
+  - added to __repr__ in pure py version the module name,
+consistently with C extension
+  - added support for | operand for C extension and for pure py
+version 3.6 - 3.8
+  - added type hinting support for C extension
+  - restored Py_BUILD_CORE instead of Py_BUILD_CORE_MODULE
+  - updated code for cpython 3.7
+  - readded deprecated FrozenOrderedDict
+  - added pure py version of coold
+  - fixed repr for subclasses
+  - support for python 3.10
+  - inhibited __ior__ in py version
+  - added 3.7 and 3.8 c ext ; fixed subclass bugs
+  - added python 3.8 support
+  - aligned immutability exceptions with stdlib
+  - other minor changes to readme
+  - now __init__ does not throw an exception is reinvoked, as
+frozenset. Notable speedup in creation.
+  - returned to the dict API, __hash__() apart
+  - change `change __sub__ to be consistent with __and__
+  - change `isdisjoint` accordingly to new `__and__` behavior
+  - added `by="items" to `sorted()` method
+  - docstring for __and__
+  - now __and__ returns the intersection between a frozendict and
+a dict-like only with the *items* in common. Order of the
+*second parameter* is preserved.
+  - get_deep() implemented
+  - implemented isdisjoint()
+  - improved bitwise end operator unit test
+  - implemented method sorted()
+  - added & operator (intersection)
+  - implemented the CPython frozenset hash method. More slow but
+more memory-friendly
+  - fixed deepcopy; various micro-optimizations; other minors
+  - reverted calculation of hash using frozenset
+  - improving `hash` speed and memory consumption
+  - copy() and frozendict(another_frozendict) does return the
+same instance
+  - fixed repr()
+  - __sub__ now supports also text-like and generators-like
+iterables
+  - now values of frozendict can be unhashable, as tuple.
+hash(myfrozendict) will raise an exception in that case; now
+empty frozendict is a singleton, like tuple and frozenset
+  - speed improvements to constructor
+  - removed useless attempt of micro-optimization
+  - speedup to creating a copy of a frozendict; added testcase
+and benchmarks
+
+---

Old:

  frozendict-1.2.tar.gz

New:

  frozendict-2.1.3.tar.gz



Other differences:
--
++ python-frozendict.spec ++
--- /var/tmp/diff_new_pack.LEEScA/_old  2022-01-08 23:24:46.530288276 +0100
+++ /var/tmp/diff_new_pack.LEEScA/_new  2022-01-08 23:24:46.534288279 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-frozendict
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,22 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
+# Do not enable multibuild unless seriously necessary, it in
+# combination with arch is a right mess!
 Name:   python-frozendict
-Version:1.2
+Version:2.1.3
 Release:0
 Summary:An immutable dictionary
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/slezica/python-frozendict
 Source: 
https://files.pythonhosted.org/packages/source/f/frozendict/frozendict-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

commit libcdatetime for openSUSE:Factory

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

here is the log from the commit of package libcdatetime for openSUSE:Factory 
checked in at 2022-01-08 23:24:04

Comparing /work/SRC/openSUSE:Factory/libcdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.libcdatetime.new.1892 (New)


Package is "libcdatetime"

Sat Jan  8 23:24:04 2022 rev:6 rq:944880 version:20220104

Changes:

--- /work/SRC/openSUSE:Factory/libcdatetime/libcdatetime.changes
2021-06-11 00:18:11.829267233 +0200
+++ /work/SRC/openSUSE:Factory/.libcdatetime.new.1892/libcdatetime.changes  
2022-01-08 23:24:44.230286398 +0100
@@ -1,0 +2,6 @@
+Tue Jan  4 10:29:14 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220104
+  * No changelog was provided
+
+---

Old:

  _service
  libcdatetime-20210512.tar.xz

New:

  libcdatetime-alpha-20220104.tar.gz
  libcdatetime-alpha-20220104.tar.gz.asc
  libcdatetime.keyring



Other differences:
--
++ libcdatetime.spec ++
--- /var/tmp/diff_new_pack.gKPNgK/_old  2022-01-08 23:24:44.778286846 +0100
+++ /var/tmp/diff_new_pack.gKPNgK/_new  2022-01-08 23:24:44.786286852 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdatetime
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 %define lname  libcdatetime1
 Name:   libcdatetime
-Version:20210512
+Version:20220104
 Release:0
 Summary:Library for C date and time functions
 License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 URL:https://github.com/libyal/libcdatetime
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/libyal/libcdatetime/releases/download/%version/libcdatetime-alpha-%version.tar.gz
+Source2:
https://github.com/libyal/libcdatetime/releases/download/%version/libcdatetime-alpha-%version.tar.gz.asc
+Source9:%name.keyring
 Patch1: system-libs.patch
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
@@ -61,7 +63,7 @@
 %autosetup -p1
 
 %build
-if [ ! -e configure ]; then ./autogen.sh; fi
+autoreconf -fi
 %configure --disable-static
 %make_build
 


commit libcthreads for openSUSE:Factory

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

here is the log from the commit of package libcthreads for openSUSE:Factory 
checked in at 2022-01-08 23:24:02

Comparing /work/SRC/openSUSE:Factory/libcthreads (Old)
 and  /work/SRC/openSUSE:Factory/.libcthreads.new.1892 (New)


Package is "libcthreads"

Sat Jan  8 23:24:02 2022 rev:10 rq:944878 version:20220102

Changes:

--- /work/SRC/openSUSE:Factory/libcthreads/libcthreads.changes  2021-11-27 
00:51:48.242702696 +0100
+++ /work/SRC/openSUSE:Factory/.libcthreads.new.1892/libcthreads.changes
2022-01-08 23:24:42.130284684 +0100
@@ -1,0 +2,6 @@
+Sat Jan  8 10:43:00 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220102
+  * No changes, version bump only.
+
+---
@@ -4 +10 @@
-- Update to tag 2025
+- Update to release 2025

Old:

  libcthreads-alpha-2025.tar.gz
  libcthreads-alpha-2025.tar.gz.asc

New:

  libcthreads-alpha-20220102.tar.gz
  libcthreads-alpha-20220102.tar.gz.asc



Other differences:
--
++ libcthreads.spec ++
--- /var/tmp/diff_new_pack.O1dKdn/_old  2022-01-08 23:24:42.666285122 +0100
+++ /var/tmp/diff_new_pack.O1dKdn/_new  2022-01-08 23:24:42.670285125 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcthreads
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libcthreads
 %define lname  libcthreads1
-Version:2025
+Version:20220102
 Release:0
 Summary:Library for C threads functions
 License:LGPL-3.0-or-later

++ libcthreads-alpha-2025.tar.gz -> libcthreads-alpha-20220102.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcthreads-2025/AUTHORS 
new/libcthreads-20220102/AUTHORS
--- old/libcthreads-2025/AUTHORS2021-11-14 11:13:45.0 +0100
+++ new/libcthreads-20220102/AUTHORS2022-01-02 04:13:27.0 +0100
@@ -1,4 +1,4 @@
 Acknowledgements: libcthreads
 
-Copyright (C) 2012-2021, Joachim Metz 
+Copyright (C) 2012-2022, Joachim Metz 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcthreads-2025/common/byte_stream.h 
new/libcthreads-20220102/common/byte_stream.h
--- old/libcthreads-2025/common/byte_stream.h   2021-11-14 
11:13:46.0 +0100
+++ new/libcthreads-20220102/common/byte_stream.h   2022-01-02 
04:13:27.0 +0100
@@ -1,7 +1,7 @@
 /*
  * Byte stream functions
  *
- * Copyright (C) 2012-2021, Joachim Metz 
+ * Copyright (C) 2012-2022, Joachim Metz 
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcthreads-2025/common/common.h 
new/libcthreads-20220102/common/common.h
--- old/libcthreads-2025/common/common.h2021-11-14 11:13:46.0 
+0100
+++ new/libcthreads-20220102/common/common.h2022-01-02 04:13:27.0 
+0100
@@ -1,7 +1,7 @@
 /*
  * Common include file
  *
- * Copyright (C) 2012-2021, Joachim Metz 
+ * Copyright (C) 2012-2022, Joachim Metz 
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcthreads-2025/common/config.h 
new/libcthreads-20220102/common/config.h
--- old/libcthreads-2025/common/config.h2021-11-14 16:14:59.0 
+0100
+++ new/libcthreads-20220102/common/config.h2022-01-02 04:15:12.0 
+0100
@@ -290,7 +290,7 @@
 #define PACKAGE_NAME "libcthreads"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libcthreads 2025"
+#define PACKAGE_STRING "libcthreads 20220102"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libcthreads"
@@ -299,7 +299,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2025"
+#define PACKAGE_VERSION "20220102"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -323,7 +323,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "2025"
+#define VERSION "20220102"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcthreads-2025/common/config_borlandc.h 
new/libcthreads-20220102/common/config_borlandc.h
--- old/libcthreads-2025/common/config_borlandc.h   2021-11-14 

commit libwrc for openSUSE:Factory

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

here is the log from the commit of package libwrc for openSUSE:Factory checked 
in at 2022-01-08 23:24:05

Comparing /work/SRC/openSUSE:Factory/libwrc (Old)
 and  /work/SRC/openSUSE:Factory/.libwrc.new.1892 (New)


Package is "libwrc"

Sat Jan  8 23:24:05 2022 rev:12 rq:944881 version:20220104

Changes:

--- /work/SRC/openSUSE:Factory/libwrc/libwrc.changes2021-06-11 
00:18:35.709308724 +0200
+++ /work/SRC/openSUSE:Factory/.libwrc.new.1892/libwrc.changes  2022-01-08 
23:24:44.970287002 +0100
@@ -1,0 +2,18 @@
+Tue Jan  4 10:33:23 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220104
+  * Unspecific updates to Python bindings
+
+---
+Mon Jan  3 12:30:08 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220103
+  * New libwrc_mui_resource functions
+
+---
+Fri Dec 31 09:02:41 UTC 2021 - Jan Engelhardt 
+
+- Update to release 20211231
+  * Unspecified updates to the library and Python bindings.
+
+---

Old:

  _service
  libwrc-20210425.tar.xz

New:

  libwrc-experimental-20220104.tar.gz
  libwrc-experimental-20220104.tar.gz.asc
  libwrc.keyring



Other differences:
--
++ libwrc.spec ++
--- /var/tmp/diff_new_pack.p4DqI9/_old  2022-01-08 23:24:45.574287496 +0100
+++ /var/tmp/diff_new_pack.p4DqI9/_new  2022-01-08 23:24:45.578287499 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwrc
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,36 +18,38 @@
 
 Name:   libwrc
 %define lname  libwrc1
-Version:20210425
+Version:20220104
 Release:0
 Summary:Library to support the Windows Resource Compiler format
 License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 URL:https://github.com/libyal/libwrc
-Source: %name-%version.tar.xz
+Source: 
https://github.com/libyal/libwrc/releases/download/%version/libwrc-experimental-%version.tar.gz
+Source2:
https://github.com/libyal/libwrc/releases/download/%version/libwrc-experimental-%version.tar.gz.asc
+Source9:%name.keyring
 Patch1: system-libs.patch
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libbfio) >= 20201229
-BuildRequires:  pkgconfig(libcdata) >= 20200509
-BuildRequires:  pkgconfig(libcerror) >= 20201121
+BuildRequires:  pkgconfig(libcdata) >= 20210625
+BuildRequires:  pkgconfig(libcerror) >= 20220101
 BuildRequires:  pkgconfig(libcfile) >= 20201229
-BuildRequires:  pkgconfig(libclocale) >= 20200913
+BuildRequires:  pkgconfig(libclocale) >= 20210526
 BuildRequires:  pkgconfig(libcnotify) >= 20200913
 BuildRequires:  pkgconfig(libcpath) >= 20200623
 BuildRequires:  pkgconfig(libcsplit) >= 20200703
-BuildRequires:  pkgconfig(libcthreads) >= 20200508
+BuildRequires:  pkgconfig(libcthreads) >= 2025
 BuildRequires:  pkgconfig(libexe) >= 20210424
 BuildRequires:  pkgconfig(libfcache) >= 20200708
-BuildRequires:  pkgconfig(libfdata) >= 20201129
+BuildRequires:  pkgconfig(libfdata) >= 20211023
 BuildRequires:  pkgconfig(libfdatetime) >= 20180910
 BuildRequires:  pkgconfig(libfguid) >= 20180724
 BuildRequires:  pkgconfig(libfvalue) >= 20210510
-BuildRequires:  pkgconfig(libfwevt) >= 20210508
-BuildRequires:  pkgconfig(libfwnt) >= 20210421
-BuildRequires:  pkgconfig(libuna) >= 20201204
+BuildRequires:  pkgconfig(libfwevt) >= 20211219
+BuildRequires:  pkgconfig(libfwnt) >= 20210906
+BuildRequires:  pkgconfig(libuna) >= 20220102
 BuildRequires:  pkgconfig(python3)
 
 %description
@@ -90,7 +92,7 @@
 %autosetup -p1
 
 %build
-if [ ! -e configure ]; then ./autogen.sh; fi
+autoreconf -fi
 %configure --disable-static --enable-wide-character-type --enable-python3
 %make_build
 


commit libuna for openSUSE:Factory

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

here is the log from the commit of package libuna for openSUSE:Factory checked 
in at 2022-01-08 23:24:04

Comparing /work/SRC/openSUSE:Factory/libuna (Old)
 and  /work/SRC/openSUSE:Factory/.libuna.new.1892 (New)


Package is "libuna"

Sat Jan  8 23:24:04 2022 rev:15 rq:944879 version:20220102

Changes:

--- /work/SRC/openSUSE:Factory/libuna/libuna.changes2021-11-27 
00:52:05.754642232 +0100
+++ /work/SRC/openSUSE:Factory/.libuna.new.1892/libuna.changes  2022-01-08 
23:24:43.058285442 +0100
@@ -1,0 +2,6 @@
+Sun Jan  2 21:30:14 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220102
+  * Unspecified improvements to Mac OS codepage support and tests.
+
+---

Old:

  libuna-alpha-20210801.tar.gz
  libuna-alpha-20210801.tar.gz.asc

New:

  libuna-alpha-20220102.tar.gz
  libuna-alpha-20220102.tar.gz.asc



Other differences:
--
++ libuna.spec ++
--- /var/tmp/diff_new_pack.smVNil/_old  2022-01-08 23:24:43.674285945 +0100
+++ /var/tmp/diff_new_pack.smVNil/_new  2022-01-08 23:24:43.686285954 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %define lname libuna1
 
 Name:   libuna%psuffix
-Version:20210801
+Version:20220102
 Release:0
 Summary:Library to support Unicode and ASCII (byte string) conversions
 License:LGPL-3.0-or-later
@@ -40,11 +40,11 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcdatetime) >= 20200510
-BuildRequires:  pkgconfig(libcerror) >= 20201121
+BuildRequires:  pkgconfig(libcerror) >= 20220101
 %if "@BUILD_FLAVOR@" != "mini"
 BuildRequires:  pkgconfig(libcfile) >= 20201229
 %endif
-BuildRequires:  pkgconfig(libclocale) >= 20200913
+BuildRequires:  pkgconfig(libclocale) >= 20210526
 BuildRequires:  pkgconfig(libcnotify) >= 20200913
 
 %description
@@ -100,25 +100,25 @@
 
 %install
 %make_install
-rm -f "%{buildroot}/%{_libdir}"/*.la
+rm -f "%buildroot/%_libdir"/*.la
 
 %post   -n %lname%psuffix -p /sbin/ldconfig
 %postun -n %lname%psuffix -p /sbin/ldconfig
 
 %files -n %lname%psuffix
 %license COPYING
-%{_libdir}/libuna.so.1*
+%_libdir/libuna.so.1*
 
 %if "@BUILD_FLAVOR@" != "mini"
 %files tools
-%{_bindir}/una*
-%{_mandir}/man1/unaexport.1*
+%_bindir/una*
+%_mandir/man1/unaexport.1*
 %endif
 
 %files devel
-%{_includedir}/libuna*
-%{_libdir}/libuna.so
-%{_libdir}/pkgconfig/libuna.pc
-%{_mandir}/man3/libuna.3*
+%_includedir/libuna*
+%_libdir/libuna.so
+%_libdir/pkgconfig/libuna.pc
+%_mandir/man3/libuna.3*
 
 %changelog

++ libuna-alpha-20210801.tar.gz -> libuna-alpha-20220102.tar.gz ++
 53757 lines of diff (skipped)


commit libfsntfs for openSUSE:Factory

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

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2022-01-08 23:24:00

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new.1892 (New)


Package is "libfsntfs"

Sat Jan  8 23:24:00 2022 rev:12 rq:944876 version:20211229

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2021-11-27 
00:51:57.878669426 +0100
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new.1892/libfsntfs.changes
2022-01-08 23:24:40.106283032 +0100
@@ -1,0 +2,6 @@
+Wed Dec 29 10:20:20 UTC 2021 - Jan Engelhardt 
+
+- Update to release 20211229
+  * Unspecified tool updates, unspecified Python binding updates
+
+---

Old:

  libfsntfs-experimental-20211023.tar.gz
  libfsntfs-experimental-20211023.tar.gz.asc

New:

  libfsntfs-experimental-20211229.tar.gz
  libfsntfs-experimental-20211229.tar.gz.asc



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.FrLny9/_old  2022-01-08 23:24:40.626283457 +0100
+++ /var/tmp/diff_new_pack.FrLny9/_new  2022-01-08 23:24:40.630283460 +0100
@@ -18,7 +18,7 @@
 
 %define lname  libfsntfs1
 Name:   libfsntfs
-Version:20211023
+Version:20211229
 Release:0
 Summary:Library and tools to access the NTFS filesystem
 License:GFDL-1.3-or-later AND LGPL-3.0-or-later
@@ -34,22 +34,22 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fuse) >= 2.6
 BuildRequires:  pkgconfig(libbfio) >= 20201229
-BuildRequires:  pkgconfig(libcdata) >= 20200509
+BuildRequires:  pkgconfig(libcdata) >= 20210625
 BuildRequires:  pkgconfig(libcerror) >= 20201121
 BuildRequires:  pkgconfig(libcfile) >= 20201229
-BuildRequires:  pkgconfig(libclocale) >= 20200913
+BuildRequires:  pkgconfig(libclocale) >= 20210526
 BuildRequires:  pkgconfig(libcnotify) >= 20200913
 BuildRequires:  pkgconfig(libcpath) >= 20200623
 BuildRequires:  pkgconfig(libcsplit) >= 20200703
-BuildRequires:  pkgconfig(libcthreads) >= 20200508
+BuildRequires:  pkgconfig(libcthreads) >= 2025
 BuildRequires:  pkgconfig(libfcache) >= 20200708
 BuildRequires:  pkgconfig(libfdata) >= 20211023
 BuildRequires:  pkgconfig(libfdatetime) >= 20180910
 BuildRequires:  pkgconfig(libfguid) >= 20180724
 BuildRequires:  pkgconfig(libfusn) >= 20180726
-BuildRequires:  pkgconfig(libfwnt) >= 20210421
+BuildRequires:  pkgconfig(libfwnt) >= 20210906
 BuildRequires:  pkgconfig(libhmac) >= 20200104
-BuildRequires:  pkgconfig(libuna) >= 20201204
+BuildRequires:  pkgconfig(libuna) >= 20210801
 BuildRequires:  pkgconfig(python3)
 
 %description

++ libfsntfs-experimental-20211023.tar.gz -> 
libfsntfs-experimental-20211229.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfsntfs-20211023/ChangeLog 
new/libfsntfs-20211229/ChangeLog
--- old/libfsntfs-20211023/ChangeLog2021-09-28 06:10:23.0 +0200
+++ new/libfsntfs-20211229/ChangeLog2021-12-29 08:41:47.0 +0100
@@ -1,4 +1,5 @@
 TODO
+* fsntfsinfo: mode_as_string set 'l' if symbolic link target is set
 * fsntfsinfo: print $VOLUME_INFORMATION flags
 * fsntfsinfo: print volume size
 * fsntfsinfo: print extents/data runs of $DATA stream?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfsntfs-20211023/common/config.h 
new/libfsntfs-20211229/common/config.h
--- old/libfsntfs-20211023/common/config.h  2021-10-23 11:59:07.0 
+0200
+++ new/libfsntfs-20211229/common/config.h  2021-12-29 09:12:38.0 
+0100
@@ -611,7 +611,7 @@
 #define PACKAGE_NAME "libfsntfs"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libfsntfs 20211023"
+#define PACKAGE_STRING "libfsntfs 20211229"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libfsntfs"
@@ -620,7 +620,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20211023"
+#define PACKAGE_VERSION "20211229"
 
 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
@@ -650,7 +650,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "20211023"
+#define VERSION "20211229"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfsntfs-20211023/configure 
new/libfsntfs-20211229/configure
--- old/libfsntfs-20211023/configure2021-10-23 11:58:43.0 +0200
+++ new/libfsntfs-20211229/configure2021-12-29 

commit brickv for openSUSE:Factory

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

here is the log from the commit of package brickv for openSUSE:Factory checked 
in at 2022-01-08 23:24:00

Comparing /work/SRC/openSUSE:Factory/brickv (Old)
 and  /work/SRC/openSUSE:Factory/.brickv.new.1892 (New)


Package is "brickv"

Sat Jan  8 23:24:00 2022 rev:11 rq:944883 version:2.4.21

Changes:

--- /work/SRC/openSUSE:Factory/brickv/brickv.changes2021-11-10 
21:46:52.655822680 +0100
+++ /work/SRC/openSUSE:Factory/.brickv.new.1892/brickv.changes  2022-01-08 
23:24:38.962282098 +0100
@@ -1,0 +2,10 @@
+Sat Jan  8 09:35:22 UTC 2022 - Frank Kunz 
+
+- Update to new upstream version 2.4.21
+  - Fix serial port listing on Apple M1 Macs
+  - Truncate RED Brick log file view to 10MB
+  - Improve hex input mode for RS232 Bricklet 2.0
+  - Improve compatibility with Python 3.10
+  - Fix OpenGL problems on macOS 12
+
+---

Old:

  v2.4.20.tar.gz

New:

  v2.4.21.tar.gz



Other differences:
--
++ brickv.spec ++
--- /var/tmp/diff_new_pack.GO5d8k/_old  2022-01-08 23:24:39.822282800 +0100
+++ /var/tmp/diff_new_pack.GO5d8k/_new  2022-01-08 23:24:39.826282803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package brickv
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2019 Frank Kunz
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   brickv
-Version:2.4.20
+Version:2.4.21
 Release:0
 Summary:Tinkerforge Brick Viewer
 License:GPL-2.0-only

++ v2.4.20.tar.gz -> v2.4.21.tar.gz ++
/work/SRC/openSUSE:Factory/brickv/v2.4.20.tar.gz 
/work/SRC/openSUSE:Factory/.brickv.new.1892/v2.4.21.tar.gz differ: char 13, 
line 1


commit libcerror for openSUSE:Factory

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

here is the log from the commit of package libcerror for openSUSE:Factory 
checked in at 2022-01-08 23:24:01

Comparing /work/SRC/openSUSE:Factory/libcerror (Old)
 and  /work/SRC/openSUSE:Factory/.libcerror.new.1892 (New)


Package is "libcerror"

Sat Jan  8 23:24:01 2022 rev:17 rq:944877 version:20220101

Changes:

--- /work/SRC/openSUSE:Factory/libcerror/libcerror.changes  2021-06-06 
22:40:47.567411729 +0200
+++ /work/SRC/openSUSE:Factory/.libcerror.new.1892/libcerror.changes
2022-01-08 23:24:41.358284054 +0100
@@ -1,0 +2,6 @@
+Sat Jan  1 09:50:23 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20220101
+  * No changes, just a version bump.
+
+---

Old:

  _service
  libcerror-20210512.tar.xz

New:

  libcerror-beta-20220101.tar.gz
  libcerror-beta-20220101.tar.gz.asc
  libcerror.keyring



Other differences:
--
++ libcerror.spec ++
--- /var/tmp/diff_new_pack.fh2jGx/_old  2022-01-08 23:24:41.986284567 +0100
+++ /var/tmp/diff_new_pack.fh2jGx/_new  2022-01-08 23:24:41.990284570 +0100
@@ -18,23 +18,25 @@
 
 Name:   libcerror
 %define lname  libcerror1
-Version:20210512
+Version:20220101
 Release:0
 Summary:Library for C error functions
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 URL:https://github.com/libyal/libcerror
-Source: %name-%version.tar.xz
+Source: 
https://github.com/libyal/libcerror/releases/download/%version/libcerror-beta-%version.tar.gz
+Source2:
https://github.com/libyal/libcerror/releases/download/%version/libcerror-beta-%version.tar.gz.asc
+Source9:%name.keyring
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  pkg-config
 
 %description
 A library for C error functions.
 
-This package is part of the libyal library collection and is used by other 
libraries in the collection
+This package is part of the libyal library collection and is used by
+other libraries in the collection.
 
 %package -n %lname
 Summary:Library for C error functions
@@ -43,7 +45,8 @@
 %description -n %lname
 A library for C error functions.
 
-This subpackage contains the actual shared object library
+This package is part of the libyal library collection and is used by
+other libraries in the collection.
 
 %package devel
 Summary:Development files for libcerror, a C error library


commit kjots for openSUSE:Factory

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

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

Comparing /work/SRC/openSUSE:Factory/kjots (Old)
 and  /work/SRC/openSUSE:Factory/.kjots.new.1892 (New)


Package is "kjots"

Sat Jan  8 23:23:53 2022 rev:11 rq:944836 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/kjots/kjots.changes  2021-06-29 
22:43:54.030924382 +0200
+++ /work/SRC/openSUSE:Factory/.kjots.new.1892/kjots.changes2022-01-08 
23:24:35.286279097 +0100
@@ -1,0 +2,7 @@
+Tue Nov 30 14:53:36 UTC 2021 - Wolfgang Bauer 
+
+- Add upstream patches to fix build with Akonadi 21.12:
+  * noteshared-add-missing-library-to-link-list.patch
+  * Adapt-to-new-Akonadi-libraries.patch
+
+---

New:

  Adapt-to-new-Akonadi-libraries.patch
  noteshared-add-missing-library-to-link-list.patch



Other differences:
--
++ kjots.spec ++
--- /var/tmp/diff_new_pack.fZ8APL/_old  2022-01-08 23:24:35.798279516 +0100
+++ /var/tmp/diff_new_pack.fZ8APL/_new  2022-01-08 23:24:35.802279519 +0100
@@ -24,6 +24,9 @@
 Group:  System/GUI/KDE
 URL:https://userbase.kde.org/KJots/
 Source0:
https://download.kde.org/stable/kjots/%{version}/src/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: noteshared-add-missing-library-to-link-list.patch
+Patch1: Adapt-to-new-Akonadi-libraries.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Grantlee5)
@@ -51,7 +54,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build

++ Adapt-to-new-Akonadi-libraries.patch ++
>From 581548a1de9449efc0c77e9ac85c23066bac983e Mon Sep 17 00:00:00 2001
From: "Friedrich W. H. Kossebau" 
Date: Wed, 8 Sep 2021 00:58:25 +0200
Subject: [PATCH] Adapt to new Akonadi libraries includes using the C++
 namespace as prefix

GIT_SILENT
---
 src/kjotsedit.cpp|  5 +
 src/kjotsmodel.cpp   |  6 ++
 src/kjotsmodel.h |  6 ++
 src/kjotswidget.cpp  | 20 +++-
 src/kjotswidget.h|  5 +
 src/noteshared/notecreatorandselector.cpp|  7 +++
 src/noteshared/notecreatorandselector.h  |  6 ++
 src/noteshared/notelockattribute.h   |  6 ++
 src/noteshared/notepinattribute.h|  6 ++
 src/noteshared/standardnoteactionmanager.cpp |  8 
 src/noteshared/standardnoteactionmanager.h   |  9 +++--
 src/notesortproxymodel.cpp   |  5 +
 12 files changed, 86 insertions(+), 3 deletions(-)

diff --git a/src/kjotsedit.cpp b/src/kjotsedit.cpp
index f1d61bd..c20bc42 100644
--- a/src/kjotsedit.cpp
+++ b/src/kjotsedit.cpp
@@ -33,7 +33,12 @@
 #include 
 #include 
 
+#include 
+#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
+#include 
+#else
 #include 
+#endif
 
 #include "kjotslinkdialog.h"
 #include "kjotsmodel.h"
diff --git a/src/kjotsmodel.cpp b/src/kjotsmodel.cpp
index e35c94f..99ee14f 100644
--- a/src/kjotsmodel.cpp
+++ b/src/kjotsmodel.cpp
@@ -13,8 +13,14 @@
 #include 
 #include 
 
+#include 
+#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
+#include 
+#include 
+#else
 #include 
 #include 
+#endif
 #include 
 
 #include 
diff --git a/src/kjotsmodel.h b/src/kjotsmodel.h
index 71e0ca6..ec564a7 100644
--- a/src/kjotsmodel.h
+++ b/src/kjotsmodel.h
@@ -10,7 +10,13 @@
 #ifndef KJOTSMODEL_H
 #define KJOTSMODEL_H
 
+#include 
+#include  // for QT_VERSION_CHECK
+#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
+#include 
+#else
 #include 
+#endif
 
 class QTextDocument;
 
diff --git a/src/kjotswidget.cpp b/src/kjotswidget.cpp
index 3a3abd0..834fc33 100644
--- a/src/kjotswidget.cpp
+++ b/src/kjotswidget.cpp
@@ -35,6 +35,24 @@
 
 // Akonadi
 #include 
+#include 
+#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#else
 #include 
 #include 
 #include 
@@ -50,7 +68,7 @@
 #include 
 #include 
 #include 
-
+#endif
 // Grantlee
 #include 
 #include 
diff --git a/src/kjotswidget.h b/src/kjotswidget.h
index 7fe91ed..00a41b5 100644
--- a/src/kjotswidget.h
+++ b/src/kjotswidget.h
@@ -18,7 +18,12 @@
 #include 
 #include 
 
+#include 
+#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
+#include 
+#else
 #include 
+#endif
 
 #include 
 
diff --git a/src/noteshared/notecreatorandselector.cpp 
b/src/noteshared/notecreatorandselector.cpp
index 2172cbf..6d58c83 100644
--- 

commit python-django-debreach for openSUSE:Factory

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

here is the log from the commit of package python-django-debreach for 
openSUSE:Factory checked in at 2022-01-08 23:23:55

Comparing /work/SRC/openSUSE:Factory/python-django-debreach (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debreach.new.1892 (New)


Package is "python-django-debreach"

Sat Jan  8 23:23:55 2022 rev:5 rq:944841 version:2.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debreach/python-django-debreach.changes
2019-10-30 14:49:02.594260405 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debreach.new.1892/python-django-debreach.changes
  2022-01-08 23:24:36.170279819 +0100
@@ -1,0 +2,6 @@
+Sat Jan  8 00:43:56 UTC 2022 - John Vandenberg 
+
+- Update to v2.1.0
+  * Add Django 4.0 support to tests
+
+---

Old:

  django-debreach-2.0.1.tar.gz

New:

  django-debreach-2.1.0.tar.gz



Other differences:
--
++ python-django-debreach.spec ++
--- /var/tmp/diff_new_pack.ly7QEz/_old  2022-01-08 23:24:36.610280178 +0100
+++ /var/tmp/diff_new_pack.ly7QEz/_new  2022-01-08 23:24:36.614280182 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debreach
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+%define skip_python36 1
 Name:   python-django-debreach
-Version:2.0.1
+Version:2.1.0
 Release:0
 Summary:Middleware to protect against the BREACH attack in Django
 License:BSD-2-Clause
 URL:https://github.com/lpomfrey/django-debreach
 Source: 
https://files.pythonhosted.org/packages/source/d/django-debreach/django-debreach-%{version}.tar.gz
 BuildRequires:  %{python_module Django}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Django
@@ -34,22 +36,22 @@
 %python_subpackages
 
 %description
-Adds middleware and context processors to give some protection against the 
BREACH attack in Django
+Adds middleware and context processors to give some protection against the 
BREACH attack in Django.
 
 %prep
 %setup -q -n django-debreach-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export PYTHONPATH=`pwd`
 export DJANGO_SETTINGS_MODULE='test_project.settings'
-%python_expand %{_bindir}/django-admin.py-%{$python_bin_suffix} test debreach 
--pythonpath=`pwd`
+%python_expand $python -m django test debreach -v2 --pythonpath=`pwd`
 
 %files %{python_files}
 %license LICENSE

++ django-debreach-2.0.1.tar.gz -> django-debreach-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-debreach-2.0.1/AUTHORS.rst 
new/django-debreach-2.1.0/AUTHORS.rst
--- old/django-debreach-2.0.1/AUTHORS.rst   1970-01-01 01:00:00.0 
+0100
+++ new/django-debreach-2.1.0/AUTHORS.rst   2016-01-10 17:05:37.0 
+0100
@@ -0,0 +1,15 @@
+===
+Credits
+===
+
+Development Lead
+
+
+* Luke Pomfrey 
+
+Contributors
+
+
+* Phillipe Ombredanne (https://github.com/pombredanne)
+* Christopher Ghormley (https://github.com/csghormley)
+* Daniel Hawkins (https://github.com/hwkns)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-debreach-2.0.1/PKG-INFO 
new/django-debreach-2.1.0/PKG-INFO
--- old/django-debreach-2.0.1/PKG-INFO  2019-10-10 11:09:54.0 +0200
+++ new/django-debreach-2.1.0/PKG-INFO  2022-01-04 15:31:06.434652600 +0100
@@ -1,12 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: django-debreach
-Version: 2.0.1
+Version: 2.1.0
 Summary: Adds middleware to give some added protection against the BREACH 
attack in Django.
 Home-page: http://github.com/lpomfrey/django-debreach
 Author: Luke Pomfrey
-Author-email: lpomf...@gmail.com
-License: BSD
-Description: UNKNOWN
+Author-email: l...@lukepomfrey.org
+Maintainer: Luke Pomfrey
+Maintainer-email: l...@lukepomfrey.org
+License: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Web Environment
@@ -15,10 +16,86 @@
 Classifier: Operating System :: OS Independent
 Classifier: Framework :: Django

commit gama for openSUSE:Factory

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

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

Comparing /work/SRC/openSUSE:Factory/gama (Old)
 and  /work/SRC/openSUSE:Factory/.gama.new.1892 (New)


Package is "gama"

Sat Jan  8 23:23:56 2022 rev:21 rq:944870 version:2.17

Changes:

--- /work/SRC/openSUSE:Factory/gama/gama.changes2021-11-28 
21:31:24.977825198 +0100
+++ /work/SRC/openSUSE:Factory/.gama.new.1892/gama.changes  2022-01-08 
23:24:36.934280443 +0100
@@ -1,0 +2,8 @@
+Fri Jan  7 20:46:48 UTC 2022 - Andreas Stieger 
+
+- GNU gama 2.17:
+  * library libgama changed from OBJECTS to static in CMakeLists.txt
+  * minor changes needed by qgama to implement xml input format export
+  * new function Observation::raw_value()
+
+---

Old:

  gama-2.16.tar.gz
  gama-2.16.tar.gz.sig

New:

  gama-2.17.tar.gz
  gama-2.17.tar.gz.sig



Other differences:
--
++ gama.spec ++
--- /var/tmp/diff_new_pack.9Ma9TS/_old  2022-01-08 23:24:37.686281057 +0100
+++ /var/tmp/diff_new_pack.9Ma9TS/_new  2022-01-08 23:24:37.686281057 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gama
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gama
-Version:2.16
+Version:2.17
 Release:0
 Summary:Adjustment of geodetic networks
 License:GPL-3.0-or-later

++ gama-2.16.tar.gz -> gama-2.17.tar.gz ++
/work/SRC/openSUSE:Factory/gama/gama-2.16.tar.gz 
/work/SRC/openSUSE:Factory/.gama.new.1892/gama-2.17.tar.gz differ: char 15, 
line 1


commit virt-v2v for openSUSE:Factory

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

here is the log from the commit of package virt-v2v for openSUSE:Factory 
checked in at 2022-01-08 23:23:46

Comparing /work/SRC/openSUSE:Factory/virt-v2v (Old)
 and  /work/SRC/openSUSE:Factory/.virt-v2v.new.1892 (New)


Package is "virt-v2v"

Sat Jan  8 23:23:46 2022 rev:4 rq:944822 version:1.44.2

Changes:

--- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes2021-09-16 
23:17:55.344000218 +0200
+++ /work/SRC/openSUSE:Factory/.virt-v2v.new.1892/virt-v2v.changes  
2022-01-08 23:24:30.914275529 +0100
@@ -1,0 +2,8 @@
+Thu Jan  6 15:56:46 MST 2022 - carn...@suse.com
+
+- Update to version 1.44.2
+  * This is a bug fix release
+  virt-v2v-1.44.2.tar.gz.sig
+- Drop virt-v2v-1.44.0.tar.gz.sig
+
+---

Old:

  virt-v2v-1.44.0.tar.gz
  virt-v2v-1.44.0.tar.gz.sig

New:

  virt-v2v-1.44.2.tar.gz
  virt-v2v-1.44.2.tar.gz.sig



Other differences:
--
++ virt-v2v.spec ++
--- /var/tmp/diff_new_pack.Q2cYfV/_old  2022-01-08 23:24:31.426275947 +0100
+++ /var/tmp/diff_new_pack.Q2cYfV/_new  2022-01-08 23:24:31.430275950 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-v2v
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 # The source directory.
 %global source_directory 1.44-stable
 Name:   virt-v2v
-Version:1.44.0
+Version:1.44.2
 Release:0
 Summary:Tools to convert a virtual machine to run on KVM
 License:GPL-2.0-or-later
@@ -56,6 +56,7 @@
 BuildRequires:  pcre2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  po4a
+BuildRequires:  qemu-tools
 BuildRequires:  perl(Sys::Guestfs)
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 Requires:   %{_bindir}/gawk

++ virt-v2v-1.44.0.tar.gz -> virt-v2v-1.44.2.tar.gz ++
 2161 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/virt-v2v-1.44.0/configure.ac new/virt-v2v-1.44.2/configure.ac
--- old/virt-v2v-1.44.0/configure.ac2021-04-30 16:44:43.184945250 +0200
+++ new/virt-v2v-1.44.2/configure.ac2021-11-25 18:52:01.045621767 +0100
@@ -20,7 +20,7 @@
 # freeform string.
 m4_define([v2v_major],   [1])
 m4_define([v2v_minor],   [44])
-m4_define([v2v_release], [0])
+m4_define([v2v_release], [2])
 
 AC_INIT([virt-v2v],v2v_major.v2v_minor.v2v_release)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/virt-v2v-1.44.0/docs/virt-v2v-input-vmware.pod 
new/virt-v2v-1.44.2/docs/virt-v2v-input-vmware.pod
--- old/virt-v2v-1.44.0/docs/virt-v2v-input-vmware.pod  2021-01-19 
10:36:45.739551937 +0100
+++ new/virt-v2v-1.44.2/docs/virt-v2v-input-vmware.pod  2021-11-23 
11:32:59.410663709 +0100
@@ -522,6 +522,10 @@
Provisioning:
  - Allow disk access
  - Allow read-only disk access
+ 
+ Cryptographic operations:
+  - Decrypt
+  - Direct Access
 
 =back
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/virt-v2v-1.44.0/docs/virt-v2v-output-rhv.pod 
new/virt-v2v-1.44.2/docs/virt-v2v-output-rhv.pod
--- old/virt-v2v-1.44.0/docs/virt-v2v-output-rhv.pod2020-04-02 
14:21:53.277308477 +0200
+++ new/virt-v2v-1.44.2/docs/virt-v2v-output-rhv.pod2021-11-23 
11:32:59.436663443 +0100
@@ -125,8 +125,7 @@
 
 =item *
 
-the specified UUIDs are used as they are, without checking whether
-they are already used by other disks
+the specified UUIDs must not conflict with the UUIDs of existing disks
 
 =back
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 

commit python-voila for openSUSE:Factory

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

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2022-01-08 23:23:52

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


Package is "python-voila"

Sat Jan  8 23:23:52 2022 rev:9 rq:944832 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes
2020-04-07 10:31:42.766529176 +0200
+++ /work/SRC/openSUSE:Factory/.python-voila.new.1892/python-voila.changes  
2022-01-08 23:24:33.606277726 +0100
@@ -1,0 +2,9 @@
+Fri Jan  7 21:37:33 UTC 2022 - Ben Greiner 
+
+- Update to 0.3.0:
+  * See CHANGELOG.md for full changelog since 0.1.20
+  * Compatibility with updated jupyterlab and notebook
+- Test in multibuild
+- Use correct jinja2 test templates
+
+---

Old:

  voila-0.1.21.tar.gz

New:

  _multibuild
  python-voila-rpmlintrc
  voila-0.3.0-gh.tar.gz
  voila-0.3.0.tar.gz



Other differences:
--
++ python-voila.spec ++
--- /var/tmp/diff_new_pack.qDDr0X/_old  2022-01-08 23:24:34.522278474 +0100
+++ /var/tmp/diff_new_pack.qDDr0X/_new  2022-01-08 23:24:34.526278477 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-voila
+# spec file
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,61 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
+
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
-Name:   python-voila
-Version:0.1.21
+Name:   python-voila%{psuffix}
+Version:0.3.0
 Release:0
 Summary:Plugin for serving read-only live Jupyter notebooks
 License:BSD-3-Clause
-URL:https://github.com/QuantStack/voila
+URL:https://github.com/voila-dashboards/voila
 Source: 
https://files.pythonhosted.org/packages/source/v/voila/voila-%{version}.tar.gz
-BuildRequires:  %{python_module Pygments >= 2.4.1}
-BuildRequires:  %{python_module async_generator}
-BuildRequires:  %{python_module jupyter-server >= 0.1.0}
-BuildRequires:  %{python_module jupyterlab-pygments >= 0.1.0}
-BuildRequires:  %{python_module nbconvert >= 5.5}
-BuildRequires:  %{python_module pytest-tornasync}
-BuildRequires:  %{python_module pytest}
+Source1:
https://github.com/voila-dashboards/voila/archive/refs/tags/v%{version}.tar.gz#/voila-%{version}-gh.tar.gz
+Source99:   python-voila-rpmlintrc
+BuildRequires:  %{python_module jupyter-packaging >= 0.10}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  jupyter-jupyterlab-filesystem
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
 Requires:   jupyter-voila = %{version}
-Requires:   python-Pygments >= 2.4.1
-Requires:   python-async_generator
-Requires:   python-jupyter-server >= 0.1.0
-Requires:   python-jupyterlab-pygments >= 0.1.0
-Requires:   python-nbconvert >= 5.5
-Requires:   python-notebook
+Requires:   python-jupyter-client >= 6.1.3
+Requires:   python-jupyter-server >= 0.3.0
+Requires:   python-nbclient >= 0.4.0
+Requires:   python-nbconvert >= 6.0.0
+Requires:   python-websockets >= 9.0
+%if %{with libalternatives}
+Requires:   alts
+BuildRequires:  alts
+%else
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
+%endif
+%if %{with test}
+BuildRequires:  %{python_module ipywidgets}
+BuildRequires:  %{python_module matplotlib-web}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pytest-tornasync}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module voila = %{version}}
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -63,9 +91,6 @@
 
 %package -n jupyter-voila
 Summary:Plugin for serving read-only live Jupyter notebooksmacros
-Requires:   jupyter-jupyter-server >= 0.0.3
-Requires:   jupyter-nbconvert >= 5.4
-Requires:   jupyter-notebook
 Requires:   python3-voila = %{version}
 
 %description -n jupyter-voila
@@ -85,32 +110,54 @@
 
 %prep
 %setup -q -n 

commit rssguard for openSUSE:Factory

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

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2022-01-08 23:23:45

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.1892 (New)


Package is "rssguard"

Sat Jan  8 23:23:45 2022 rev:32 rq:944811 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2021-10-15 
23:04:58.922141028 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.1892/rssguard.changes  
2022-01-08 23:24:29.638274487 +0100
@@ -1,0 +2,45 @@
+Fri Jan  7 16:44:55 UTC 2022 - Luigi Baldoni 
+
+- Update to version 4.1.1:
+  * Fixing crash when syncing cookies.
+  version 4.1.0:
+  Added:
+  * Network communication of RSS Guard now shares cookies and
+user-agent with bundled WebEngine. You can thus access
+cookie-protected resources in RSS Guard, including feeds.
+  * Confirmation dialog is displayed when removing article
+filter.
+  * Use "QSoundPlayer" for better support when playing
+notification sounds, no GStreamer required now.
+  * New default skins with light/dark variants, Nudus. Note all
+other skins will be removed in next release as it is
+difficult to provide reasonable support for them.
+  * Optionally display only time
+  * Icon size of toolbars is now configurable.
+  * More web attributes added to web viewer context menu.
+  * Use more standard user-agent.
+  * Tens of minor tweaks added.
+  Fixed:
+  * Expanding/collapsing of categories is now properly
+persistent and behaves more correctly when filtering feed
+list in some way.
+  * No more crashing after "mark item as read" action.
+  * Deal with spaces in feed URLs.
+  * Fix crash in Greader plugin.
+  * Fix cleaning up of database when clearing articles older
+than 0 days.
+  * Finally solving issues with remembering article list/viewer
+splitter position.
+  * Update some hyperlinks, use correct terminology.
+  * Make "article list row height" work as intended.
+  * Localizations synced.
+  * Application now closes correctly, if tray area is not
+available and tray icon is mistakenly still "enabled".
+  * Server JavaScript file of Adblock is now copied to
+destination properly.
+  * Regex filtering and "show unread only" features now work
+together in feed list.
+  * Node.js "NODE_PATH" value is now determined in runtime, not
+hardcoded.
+
+---

Old:

  rssguard-4.0.4.tar.gz

New:

  rssguard-4.1.1.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.orkdJ0/_old  2022-01-08 23:24:30.566275245 +0100
+++ /var/tmp/diff_new_pack.orkdJ0/_new  2022-01-08 23:24:30.574275251 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rssguard
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define libver  4_0_4
+%define libver  4_1_1
 Name:   rssguard
-Version:4.0.4
+Version:4.1.1
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:AGPL-3.0-or-later AND GPL-3.0-only

++ rssguard-4.0.4.tar.gz -> rssguard-4.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-4.0.4.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new.1892/rssguard-4.1.1.tar.gz differ: 
char 12, line 1


commit fd for openSUSE:Factory

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

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2022-01-08 23:23:42

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1892 (New)


Package is "fd"

Sat Jan  8 23:23:42 2022 rev:12 rq:944794 version:8.3.1

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2021-12-08 22:10:34.834908321 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.1892/fd.changes  2022-01-08 
23:24:24.446270249 +0100
@@ -1,0 +2,19 @@
+Fri Jan  7 16:09:29 UTC 2022 - Avindra Goolcharan 
+
+- remove service files
+
+---
+Thu Jan 06 14:33:13 UTC 2022 - sebix+novell@sebix.at
+
+- Update to version 8.3.1:
+ - Bugfixes
+  - Stop implying --no-ignore-parent when --no-vcs-ignore is supplied, see 
#907, #901, #908 (@tmccombs)
+  - fd no longer waits for the whole traversal if the only matches arrive 
within max_buffer_time, see #868 and #895 (@tavianator)
+  - --max-results=1 now immediately quits after the first result, see #867 
(@tavianator)
+  - fd -h does not panic anymore when stdout is closed, see #897
+ - Changes
+  - Disable jemalloc on FreeBSD, see #896 (@xanderio)
+  - Updated man page, see #912 (@rlue)
+  - Updated zsh completions, see #932 (@tmccombs)
+
+---

Old:

  fd-8.3.0.tar.gz

New:

  fd-8.3.1.tar.gz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.iiGky2/_old  2022-01-08 23:24:25.350270987 +0100
+++ /var/tmp/diff_new_pack.iiGky2/_new  2022-01-08 23:24:25.354270990 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fd
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.3.0
+Version:8.3.1
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT
@@ -27,6 +27,77 @@
 Source1:vendor.tar.xz
 Source2:cargo_config
 BuildRequires:  cargo-packaging
+Provides:   bundled(crate(aho-corasick)) = 0.7.18
+Provides:   bundled(crate(ansi_term)) = 0.12.1
+Provides:   bundled(crate(anyhow)) = 1.0.52
+Provides:   bundled(crate(atty)) = 0.2.14
+Provides:   bundled(crate(autocfg)) = 1.0.1
+Provides:   bundled(crate(bitflags)) = 1.3.2
+Provides:   bundled(crate(bstr)) = 0.2.17
+Provides:   bundled(crate(cc)) = 1.0.72
+Provides:   bundled(crate(cfg-if)) = 1.0.0
+Provides:   bundled(crate(chrono)) = 0.4.19
+Provides:   bundled(crate(clap)) = 2.34.0
+Provides:   bundled(crate(crossbeam-utils)) = 0.8.5
+Provides:   bundled(crate(ctrlc)) = 3.2.1
+Provides:   bundled(crate(diff)) = 0.1.12
+Provides:   bundled(crate(dirs-next)) = 2.0.0
+Provides:   bundled(crate(dirs-sys-next)) = 0.1.2
+Provides:   bundled(crate(fd-find)) = 8.3.1
+Provides:   bundled(crate(filetime)) = 0.2.15
+Provides:   bundled(crate(fnv)) = 1.0.7
+Provides:   bundled(crate(fs_extra)) = 1.2.0
+Provides:   bundled(crate(fuchsia-cprng)) = 0.1.1
+Provides:   bundled(crate(getrandom)) = 0.2.3
+Provides:   bundled(crate(globset)) = 0.4.8
+Provides:   bundled(crate(hermit-abi)) = 0.1.19
+Provides:   bundled(crate(humantime)) = 2.1.0
+Provides:   bundled(crate(ignore)) = 0.4.18
+Provides:   bundled(crate(jemalloc-sys)) = 0.3.2
+Provides:   bundled(crate(jemallocator)) = 0.3.2
+Provides:   bundled(crate(lazy_static)) = 1.4.0
+Provides:   bundled(crate(libc)) = 0.2.112
+Provides:   bundled(crate(log)) = 0.4.14
+Provides:   bundled(crate(lscolors)) = 0.8.1
+Provides:   bundled(crate(memchr)) = 2.4.1
+Provides:   bundled(crate(memoffset)) = 0.6.4
+Provides:   bundled(crate(nix)) = 0.23.1
+Provides:   bundled(crate(normpath)) = 0.3.1
+Provides:   bundled(crate(num-integer)) = 0.1.44
+Provides:   bundled(crate(num-traits)) = 0.2.14
+Provides:   bundled(crate(num_cpus)) = 1.13.1
+Provides:   bundled(crate(once_cell)) = 1.9.0
+Provides:   bundled(crate(proc-macro2)) = 1.0.32
+Provides:   bundled(crate(quote)) = 1.0.10
+Provides:   bundled(crate(rand)) = 0.4.6
+Provides:   bundled(crate(rand_core)) = 0.3.1
+Provides:   bundled(crate(rand_core)) = 0.4.2
+Provides:   bundled(crate(rdrand)) = 0.4.0
+Provides:   bundled(crate(redox_syscall)) = 0.2.10
+Provides:   bundled(crate(redox_users)) = 0.4.0
+Provides:   bundled(crate(regex)) = 1.5.4
+Provides:   bundled(crate(regex-syntax)) = 

commit jawn for openSUSE:Factory

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

here is the log from the commit of package jawn for openSUSE:Factory checked in 
at 2022-01-08 23:23:43

Comparing /work/SRC/openSUSE:Factory/jawn (Old)
 and  /work/SRC/openSUSE:Factory/.jawn.new.1892 (New)


Package is "jawn"

Sat Jan  8 23:23:43 2022 rev:2 rq:944814 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/jawn/jawn.changes2019-12-10 
22:41:40.117825912 +0100
+++ /work/SRC/openSUSE:Factory/.jawn.new.1892/jawn.changes  2022-01-08 
23:24:26.846272208 +0100
@@ -1,0 +2,7 @@
+Fri Jan  7 10:46:23 UTC 2022 - Pedro Monreal 
+
+- Security fix: [bsc#1194358, CVE-2022-21653]
+  * DoS caused by a hash collision in SimpleFacade and MutableFacade
+  * Add jawn-CVE-2022-21653.patch
+
+---

New:

  jawn-CVE-2022-21653.patch



Other differences:
--
++ jawn.spec ++
--- /var/tmp/diff_new_pack.rwyoM5/_old  2022-01-08 23:24:27.394272655 +0100
+++ /var/tmp/diff_new_pack.rwyoM5/_new  2022-01-08 23:24:27.398272659 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jawn
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 Source101:  
https://repo1.maven.org/maven2/org/typelevel/%{name}-parser_%{scala_version}/%{version}/%{name}-parser_%{scala_version}-%{version}.pom
 Source102:  
https://repo1.maven.org/maven2/org/typelevel/%{name}-util_%{scala_version}/%{version}/%{name}-util_%{scala_version}-%{version}.pom
 Source103:  
https://repo1.maven.org/maven2/org/typelevel/%{name}-json4s_%{scala_version}/%{version}/%{name}-json4s_%{scala_version}-%{version}.pom
+#PATCH-FIX-UPSTREAM bsc#1194358 CVE-2022-21653: DoS caused by a hash collision
+Patch0: jawn-CVE-2022-21653.patch
 BuildRequires:  ant-scala
 BuildRequires:  javapackages-local
 BuildRequires:  json4s-jackson
@@ -83,7 +85,7 @@
 This package contains support to parse to json4s AST.
 
 %prep
-%setup -q -a1
+%autosetup -a1 -p1
 
 %{mvn_package} :%{name}-{*}_%{scala_version} @1
 

++ jawn-CVE-2022-21653.patch ++
Index: jawn-0.14.1/parser/src/main/scala/jawn/MutableFacade.scala
===
--- jawn-0.14.1.orig/parser/src/main/scala/jawn/MutableFacade.scala
+++ jawn-0.14.1/parser/src/main/scala/jawn/MutableFacade.scala
@@ -1,6 +1,8 @@
 package org.typelevel.jawn
 
 import scala.collection.mutable
+import scala.collection.JavaConverters._
+import java.util.HashMap
 
 trait MutableFacade[J] extends Facade[J] {
   def jarray(vs: mutable.ArrayBuffer[J]): J
@@ -24,7 +26,7 @@ trait MutableFacade[J] extends Facade[J]
 
   def objectContext() = new FContext[J] {
 var key: String = null
-val vs = mutable.Map.empty[String, J]
+val vs = (new HashMap[String, J]).asScala
 def add(s: CharSequence): Unit =
   if (key == null) { key = s.toString } else { vs(key) = jstring(s); key = 
null }
 def add(v: J): Unit =
Index: jawn-0.14.1/parser/src/main/scala/jawn/SimpleFacade.scala
===
--- jawn-0.14.1.orig/parser/src/main/scala/jawn/SimpleFacade.scala
+++ jawn-0.14.1/parser/src/main/scala/jawn/SimpleFacade.scala
@@ -1,6 +1,8 @@
 package org.typelevel.jawn
 
 import scala.collection.mutable
+import scala.collection.immutable.TreeMap
+import scala.collection.JavaConverters._
 
 /**
  * Facade is a type class that describes how Jawn should construct
@@ -31,7 +33,7 @@ trait SimpleFacade[J] extends Facade[J]
 
   def objectContext() = new FContext[J] {
 var key: String = null
-var vs = Map.empty[String, J]
+var vs = TreeMap.empty[String, J]
 def add(s: CharSequence): Unit =
   if (key == null) { key = s.toString } else { vs = vs.updated(key, 
jstring(s)); key = null }
 def add(v: J): Unit =


commit RemoteBox for openSUSE:Factory

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

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2022-01-08 23:23:45

Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and  /work/SRC/openSUSE:Factory/.RemoteBox.new.1892 (New)


Package is "RemoteBox"

Sat Jan  8 23:23:45 2022 rev:18 rq:944816 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2021-12-25 
20:17:16.733280527 +0100
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new.1892/RemoteBox.changes
2022-01-08 23:24:27.978273132 +0100
@@ -1,0 +2,8 @@
+Fri Jan  7 14:25:48 UTC 2022 - gallochri 
+
+- Update RemoteBox.spec file
+  - Renamed patch RemoteBox-2.7_fix-env-script-interpreter.patch
+to RemoteBox-3.0_fix-env-script-interpreter.patch
+  - Added Requires typelib-1_0-GdkPixdata-2_0
+
+---

Old:

  RemoteBox-2.7_fix-env-script-interpreter.patch

New:

  RemoteBox-3.0_fix-env-script-interpreter.patch



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.JaDc2m/_old  2022-01-08 23:24:28.514273570 +0100
+++ /var/tmp/diff_new_pack.JaDc2m/_new  2022-01-08 23:24:28.518273573 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,12 +30,13 @@
 Group:  System/Emulators/PC
 URL:http://knobgoblin.org.uk
 Source0:http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
-Patch0: RemoteBox-2.7_fix-env-script-interpreter.patch
+Patch0: RemoteBox-3.0_fix-env-script-interpreter.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 Requires:   freerdp
 Requires:   perl-Gtk3
 Requires:   perl-SOAP-Lite
+Requires:   typelib-1_0-GdkPixdata-2_0
 Requires:   xdg-utils
 BuildArch:  noarch
 

++ RemoteBox-2.7_fix-env-script-interpreter.patch -> 
RemoteBox-3.0_fix-env-script-interpreter.patch ++


commit xfce4-power-manager for openSUSE:Factory

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

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2022-01-08 23:23:40

Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-power-manager.new.1892 (New)


Package is "xfce4-power-manager"

Sat Jan  8 23:23:40 2022 rev:75 rq:944796 version:4.16.0

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes  
2021-01-12 10:28:56.673220148 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new.1892/xfce4-power-manager.changes
2022-01-08 23:24:20.270266840 +0100
@@ -1,0 +2,7 @@
+Mon Jan  3 21:11:05 UTC 2022 - Predrag Ivanovi?? 
+
+- Add inhibit_dpms.patch
+   Inhibit DPMS when getting power inhibit request.
+(gxo#xfce/xfce4-power-manager!22)
+
+---

New:

  inhibit_dpms.patch



Other differences:
--
++ xfce4-power-manager.spec ++
--- /var/tmp/diff_new_pack.gFuBt1/_old  2022-01-08 23:24:20.942267389 +0100
+++ /var/tmp/diff_new_pack.gFuBt1/_new  2022-01-08 23:24:20.946267392 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-power-manager
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 URL:https://docs.xfce.org/xfce/xfce4-power-manager/start
 Source0:
https://archive.xfce.org/src/xfce/xfce4-power-manager/4.16/%{name}-%{version}.tar.bz2
 Source1:xfce4-power-manager.xml
+Patch0: inhibit_dpms.patch
 BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -102,7 +103,7 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
 
 # xfce4-pm-helper is only needed on non-systemd systems
 xsltproc --nonet - ./src/org.xfce.power.policy.in2 <<'EOF' \

++ inhibit_dpms.patch ++
diff -Naur xfce4-power-manager-4.16.0/src/xfpm-power.c 
xfce4-power-manager-4.16.0.new/src/xfpm-power.c
--- xfce4-power-manager-4.16.0/src/xfpm-power.c 2020-11-06 23:13:15.0 
+0100
+++ xfce4-power-manager-4.16.0.new/src/xfpm-power.c 2022-01-03 
22:05:53.664020771 +0100
@@ -952,6 +952,8 @@
 power->priv->screensaver_inhibited ? "TRUE" : "FALSE",
 power->priv->presentation_mode ? "TRUE" : "FALSE");
 
+xfpm_dpms_inhibit (power->priv->dpms, is_inhibit);
+
 /* If we are inhibited make sure we inhibit the screensaver too */
 if (is_inhibit)
 {
@@ -976,6 +978,8 @@
   power->priv->inhibited ? "TRUE" : "FALSE",
   power->priv->screensaver_inhibited ? "TRUE" : "FALSE",
   power->priv->presentation_mode ? "TRUE" : "FALSE");
+
+  xfpm_update_blank_time (power);
 }
 
 static void


commit rehex for openSUSE:Factory

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

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2022-01-08 23:23:42

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.1892 (New)


Package is "rehex"

Sat Jan  8 23:23:42 2022 rev:6 rq:944798 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2021-08-26 
23:16:43.248177741 +0200
+++ /work/SRC/openSUSE:Factory/.rehex.new.1892/rehex.changes2022-01-08 
23:24:21.934268198 +0100
@@ -1,0 +2,28 @@
+Fri Jan  7 14:01:23 UTC 2022 - Michael Vetter 
+
+- Update to 0.4.1:
+  * Fix text rendering glitches that can occur when displaying
+control characters and some Unicode ones, depending which font
+is in use (worst affected is the default Windows font).
+
+---
+Fri Jan  7 14:00:22 UTC 2022 - Michael Vetter 
+
+- Update to 0.4.0:
+  * Add data types for common text encodings (Unicode, ISO-8859)
+text displayed or typed into the text view on the right will
+be decoded or encoded appropriately (#10).
+  * Treat pasted text as text rather than a string of raw bytes.
+  * Add 8-bit integer data types.
+  * Don't mark new files as unsaved.
+  * Store cursor position history and allow jumping backwards/forwards (#81).
+  * Allow jumping to previous/next difference in data compare window (#131).
+  * Collapse long ranges of identical data in data compare window (#85).
+  * Added "Jump to offset in main window" to data compare window context menu.
+  * Added shortcuts for comparing data (#103).
+  * Add support for other encodings to strings tool (#106).
+  * Add write protect flag to prevent accidental changes to file
+data during analysis (#130).
+  * Respect system cursor blink speed setting (#112).
+
+---

Old:

  rehex-0.3.92.tar.gz

New:

  rehex-0.4.1.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.ptWt2n/_old  2022-01-08 23:24:23.694269635 +0100
+++ /var/tmp/diff_new_pack.ptWt2n/_new  2022-01-08 23:24:23.698269638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rehex
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.3.92
+Version:0.4.1
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only
@@ -26,6 +26,7 @@
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libunistring-devel
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} > 1500
 BuildRequires:  wxWidgets-3_0-devel

++ rehex-0.3.92.tar.gz -> rehex-0.4.1.tar.gz ++
 7763 lines of diff (skipped)


commit budgie-desktop for openSUSE:Factory

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

here is the log from the commit of package budgie-desktop for openSUSE:Factory 
checked in at 2022-01-08 23:23:39

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


Package is "budgie-desktop"

Sat Jan  8 23:23:39 2022 rev:32 rq:944791 version:10.5.3+36

Changes:

--- /work/SRC/openSUSE:Factory/budgie-desktop/budgie-desktop.changes
2021-11-27 00:52:30.214557779 +0100
+++ /work/SRC/openSUSE:Factory/.budgie-desktop.new.1892/budgie-desktop.changes  
2022-01-08 23:24:15.530262971 +0100
@@ -1,0 +2,18 @@
+Fri Jan 07 11:18:46 UTC 2022 - gm...@opensuse.org
+
+- Update to version 10.5.3+36:
+  * Require GNOME Stack 40 or later
+  * Revert "Require GNOME Stack 41 (alpha+)"
+  * Exclude Adwaita and HighContrast from Icon themes selection.
+Neither support Budgie.
+  * Prevent crash when deleting twice the same applet
+  * Add /usr/bin binary man-pages.
+  * Add gnome-screensaver as a possible compilation option.
+  * Update copyright year to 2022
+  * Rename budgie-desktop-view schema.
+Requires git build of new budgie desktop view
+  * Add Matrix badge to README
+  * meson: Drop spurious 3rd positional argument to
+gnome.compile_resources
+
+---

Old:

  budgie-desktop-10.5.3+12.obscpio

New:

  budgie-desktop-10.5.3+36.obscpio



Other differences:
--
++ budgie-desktop.spec ++
--- /var/tmp/diff_new_pack.UeO3DY/_old  2022-01-08 23:24:16.450263722 +0100
+++ /var/tmp/diff_new_pack.UeO3DY/_new  2022-01-08 23:24:16.458263728 +0100
@@ -20,12 +20,12 @@
 
 #
 Name:   budgie-desktop
-Version:10.5.3+12
+Version:10.5.3+36
 Release:0
 Summary:GTK3 Desktop Environment
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/Other
-URL:https://getsol.us/solus/experiences/
+URL:https://github.com/BuddiesOfBudgie/budgie-desktop
 Source0:%{name}-%{version}.tar.xz
 Patch0: override-syntax.patch
 # Solus stupid 1000
@@ -57,8 +57,9 @@
 BuildRequires:  pkgconfig(upower-glib)
 BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(vapigen)
-Requires:   budgie-desktop-view
-Requires:   budgie-screensaver
+# rebrand
+Requires:   budgie-desktop-view >= 1.1.1+5
+Requires:   budgie-screensaver >= 4.0+2
 Requires:   gnome-control-center
 Requires:   gnome-session-core
 Requires:   gnome-settings-daemon
@@ -176,6 +177,7 @@
 %license LICENSE LICENSE.LGPL2.1
 %{_datadir}/gnome-session
 %{_bindir}/budgie-*
+%{_mandir}/man1/*%{?ext_man}
 %{_datadir}/applications/budgie-*.desktop
 %{_datadir}/backgrounds
 %{_datadir}/glib-2.0/schemas/com.solus-project.*.gschema.xml

++ _service ++
--- /var/tmp/diff_new_pack.UeO3DY/_old  2022-01-08 23:24:16.490263755 +0100
+++ /var/tmp/diff_new_pack.UeO3DY/_new  2022-01-08 23:24:16.490263755 +0100
@@ -1,8 +1,8 @@
 
   
 git
-https://github.com/solus-project/budgie-desktop.git
-26cde8fd300a87aba0d085ca50c89728150138d2
+https://github.com/BuddiesOfBudgie/budgie-desktop.git
+361913cb2684ce623d266263356fc07e04eebefa
 @PARENT_TAG@+@TAG_OFFSET@
 v(.*)
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.UeO3DY/_old  2022-01-08 23:24:16.510263771 +0100
+++ /var/tmp/diff_new_pack.UeO3DY/_new  2022-01-08 23:24:16.510263771 +0100
@@ -1,6 +1,6 @@
 
 
-https://github.com/solus-project/budgie-desktop.git
-  26cde8fd300a87aba0d085ca50c89728150138d2
+https://github.com/BuddiesOfBudgie/budgie-desktop.git
+  35ba157907c325a647f49b5cb4f3db39e8cce911
 (No newline at EOF)
 

++ budgie-desktop-10.5.3+12.obscpio -> budgie-desktop-10.5.3+36.obscpio 
++
/work/SRC/openSUSE:Factory/budgie-desktop/budgie-desktop-10.5.3+12.obscpio 
/work/SRC/openSUSE:Factory/.budgie-desktop.new.1892/budgie-desktop-10.5.3+36.obscpio
 differ: char 49, line 1

++ budgie-desktop.obsinfo ++
--- /var/tmp/diff_new_pack.UeO3DY/_old  2022-01-08 23:24:16.558263810 +0100
+++ /var/tmp/diff_new_pack.UeO3DY/_new  2022-01-08 23:24:16.562263813 +0100
@@ -1,6 +1,6 @@
 name: budgie-desktop
-version: 10.5.3+12
-mtime: 1632090962
-commit: 26cde8fd300a87aba0d085ca50c89728150138d2
+version: 10.5.3+36
+mtime: 1641330479
+commit: 361913cb2684ce623d266263356fc07e04eebefa
 
 


commit budgie-desktop-branding for openSUSE:Factory

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

here is the log from the commit of package budgie-desktop-branding for 
openSUSE:Factory checked in at 2022-01-08 23:23:39

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


Package is "budgie-desktop-branding"

Sat Jan  8 23:23:39 2022 rev:10 rq:944793 version:20220107.1

Changes:

--- 
/work/SRC/openSUSE:Factory/budgie-desktop-branding/budgie-desktop-branding.changes
  2021-10-16 22:48:19.228726312 +0200
+++ 
/work/SRC/openSUSE:Factory/.budgie-desktop-branding.new.1892/budgie-desktop-branding.changes
2022-01-08 23:24:17.706264747 +0100
@@ -1,0 +2,6 @@
+Fri Jan  7 16:19:08 UTC 2022 - Callum Farmer 
+
+- Update to version 20220107.1:
+  * add default cursor definition
+
+---

Old:

  budgie-desktop-branding-20211016.1.obscpio

New:

  budgie-desktop-branding-20220107.1.obscpio



Other differences:
--
++ budgie-desktop-branding.spec ++
--- /var/tmp/diff_new_pack.LECi2T/_old  2022-01-08 23:24:18.562265446 +0100
+++ /var/tmp/diff_new_pack.LECi2T/_new  2022-01-08 23:24:18.566265449 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package budgie-desktop-branding
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020 Callum Farmer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,7 @@
 %define bversion %{nsuffix}
 %endif
 Name:   budgie-desktop-branding
-Version:20211016.1
+Version:20220107.1
 Release:0
 Summary:Branding of the Budgie Desktop Environment
 License:CC-BY-SA-3.0 AND GPL-2.0-only
@@ -48,6 +48,10 @@
 Requires:   gtk3-metatheme-greybird-geeko
 # Best themes/icons for Budgie in openSUSE
 Requires:   wallpaper-branding-%{nsuffix}
+Requires:   adwaita-icon-theme
+Requires:   gio-branding-%{nsuffix}
+Requires:   hicolor-icon-theme
+Requires:   sound-theme-freedesktop
 Recommends: MozillaFirefox
 # Recommend openSUSE favourited packages
 Recommends: gnome-terminal
@@ -65,8 +69,10 @@
 %if !0%{?is_backports}
 %package upstream
 Summary:Upstream branding of the Budgie Desktop Environment
+Requires:   adwaita-icon-theme
 Requires:   budgie-desktop
 Requires:   gtk3-metatheme-greybird
+Requires:   hicolor-icon-theme
 Supplements:(budgie-desktop and branding-upstream)
 Conflicts:  budgie-desktop-branding
 Provides:   budgie-desktop-branding = %{version}
@@ -94,7 +100,6 @@
 %if 0%{?sle_version} < 150300
 sed -e 's-5120x2880-1920x1200-g' -i 
%{buildroot}%{_datadir}/glib-2.0/schemas/21_budgie_gnome_settings_%{nsuffix}.gschema.override
 sed -e 's-png-jpg-g' -i 
%{buildroot}%{_datadir}/glib-2.0/schemas/21_budgie_gnome_settings_%{nsuffix}.gschema.override
-sed -e 's|SLE-default-static-lockscreen.xml|SLE-default-static.xml|g' -i 
%{buildroot}%{_datadir}/glib-2.0/schemas/21_budgie_gnome_settings_%{nsuffix}.gschema.override
 %endif
 %endif
 

++ _service ++
--- /var/tmp/diff_new_pack.LECi2T/_old  2022-01-08 23:24:18.610265485 +0100
+++ /var/tmp/diff_new_pack.LECi2T/_new  2022-01-08 23:24:18.614265488 +0100
@@ -2,7 +2,7 @@
   
 git
 https://github.com/gmbr3/budgie-desktop-branding.git
-20211016.1
+20220107.1
 @PARENT_TAG@
   
   
@@ -12,5 +12,4 @@
   
   
 
-(No newline at EOF)
 

++ budgie-desktop-branding-20211016.1.obscpio -> 
budgie-desktop-branding-20220107.1.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/budgie-desktop-branding-20211016.1/schemas/SLE/com.solus-project.budgie-wm.override
 
new/budgie-desktop-branding-20220107.1/schemas/SLE/com.solus-project.budgie-wm.override
--- 
old/budgie-desktop-branding-20211016.1/schemas/SLE/com.solus-project.budgie-wm.override
 2021-10-16 17:20:58.0 +0200
+++ 
new/budgie-desktop-branding-20220107.1/schemas/SLE/com.solus-project.budgie-wm.override
 1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-[com.solus-project.budgie-wm]
-desktop-type-override='budgie'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/budgie-desktop-branding-20211016.1/schemas/SLE/meson.build 
new/budgie-desktop-branding-20220107.1/schemas/SLE/meson.build
--- old/budgie-desktop-branding-20211016.1/schemas/SLE/meson.build  
2021-10-16 17:20:58.0 +0200
+++ new/budgie-desktop-branding-20220107.1/schemas/SLE/meson.build  
2022-01-07 17:07:19.0 +0100
@@ -2,11 +2,9 @@
 'com.solus-project.icon-tasklist.gschema.override',
 'com.solus-project.budgie-menu.gschema.override',
 

commit budgie-screensaver for openSUSE:Factory

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

here is the log from the commit of package budgie-screensaver for 
openSUSE:Factory checked in at 2022-01-08 23:23:37

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


Package is "budgie-screensaver"

Sat Jan  8 23:23:37 2022 rev:9 rq:944789 version:4.0+2

Changes:

--- /work/SRC/openSUSE:Factory/budgie-screensaver/budgie-screensaver.changes
2021-05-15 23:17:14.740488162 +0200
+++ 
/work/SRC/openSUSE:Factory/.budgie-screensaver.new.1892/budgie-screensaver.changes
  2022-01-08 23:24:13.674261456 +0100
@@ -1,0 +2,10 @@
+Fri Jan 07 11:24:13 UTC 2022 - gm...@opensuse.org
+
+- Update to version 4.0+2:
+  * Sort out renames
+  * Have a couple deferred re-attempts to kill gjs.
+  * Remove dbus service file as it results in a race condition with
+gnome-settings-daemon that can cause double prompts.
+  * Fix Makefile for distcheck + dist
+
+---

Old:

  budgie-screensaver-4.0+0.obscpio

New:

  budgie-screensaver-4.0+2.obscpio



Other differences:
--
++ budgie-screensaver.spec ++
--- /var/tmp/diff_new_pack.UKSKrj/_old  2022-01-08 23:24:14.566262184 +0100
+++ /var/tmp/diff_new_pack.UKSKrj/_new  2022-01-08 23:24:14.570262187 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package budgie-screensaver
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2021 Callum Farmer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,12 +23,12 @@
 %define chkpwd /sbin/unix2_chkpwd
 %endif
 Name:   budgie-screensaver
-Version:4.0+0
+Version:4.0+2
 Release:0
 Summary:Fork of GNOME Screensaver for Budgie 10
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
-URL:https://github.com/getsolus/budgie-screensaver
+URL:https://github.com/BuddiesOfBudgie/budgie-screensaver
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE remove-old-automake-macros.patch
 Patch0: remove-old-automake-macros.patch
@@ -58,6 +58,7 @@
 BuildRequires:  pkgconfig(xscrnsaver)
 BuildRequires:  pkgconfig(xxf86vm)
 Requires:   pam
+Requires:   procps
 %if 0%{?suse_version} < 1550
 BuildRequires:  pkgconfig(xxf86misc)
 %endif
@@ -71,14 +72,10 @@
 %autosetup -p1
 
 %build
-export AUTOPOINT='intltoolize --copy --automake'
-touch ./ABOUT-NLS
 mkdir m4
-mkdir build-aux
-touch build-aux/config.rpath
+intltoolize -c -f --automake
 autoreconf -fiv
 %configure\
-   --libexecdir=%{_libexecdir}/budgie-screensaver\
--with-pam-prefix=%{_sysconfdir}\
--enable-authentication-scheme=helper\
--with-passwd-helper="%{chkpwd}"\
@@ -97,7 +94,7 @@
 %license COPYING
 %config(noreplace) %{_sysconfdir}/pam.d/budgie-screensaver
 %{_bindir}/*
-%{_libexecdir}/budgie-screensaver
+%{_libexecdir}/*
 %{_datadir}/applications/budgie-screensaver.desktop
 %{_distconfdir}/xdg/autostart/budgie-desktop-screensaver.desktop
 %{_mandir}/man1/*

++ _service ++
--- /var/tmp/diff_new_pack.UKSKrj/_old  2022-01-08 23:24:14.606262217 +0100
+++ /var/tmp/diff_new_pack.UKSKrj/_new  2022-01-08 23:24:14.610262220 +0100
@@ -1,8 +1,8 @@
 
   
 git
-https://github.com/getsolus/budgie-screensaver.git
-52e04ed4a8d6589bedc5f3b6cf86157bb3084d5e
+https://github.com/BuddiesOfBudgie/budgie-screensaver.git
+19b0852297f3b8a45e1e6773212adb1de0dd3216
 @PARENT_TAG@+@TAG_OFFSET@
 v(.*)
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.UKSKrj/_old  2022-01-08 23:24:14.630262237 +0100
+++ /var/tmp/diff_new_pack.UKSKrj/_new  2022-01-08 23:24:14.634262240 +0100
@@ -1,6 +1,6 @@
 
 
-https://github.com/getsolus/budgie-screensaver.git
-  52e04ed4a8d6589bedc5f3b6cf86157bb3084d5e
+https://github.com/BuddiesOfBudgie/budgie-screensaver.git
+  19b0852297f3b8a45e1e6773212adb1de0dd3216
 (No newline at EOF)
 

++ budgie-screensaver-4.0+0.obscpio -> budgie-screensaver-4.0+2.obscpio 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/budgie-screensaver-4.0+0/README 
new/budgie-screensaver-4.0+2/README
--- old/budgie-screensaver-4.0+0/README 2021-04-27 16:47:37.0 +0200
+++ new/budgie-screensaver-4.0+2/README 2022-01-02 17:57:54.0 +0100
@@ -1 +1 @@
-Look at https://github.com/getsolus/budgie-screensaver
\ No newline at end of file
+Look at https://github.com/BuddiesOfBudgie/budgie-screensaver
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit budgie-desktop-view for openSUSE:Factory

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

here is the log from the commit of package budgie-desktop-view for 
openSUSE:Factory checked in at 2022-01-08 23:23:36

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


Package is "budgie-desktop-view"

Sat Jan  8 23:23:36 2022 rev:5 rq:944787 version:1.1.1+5

Changes:

--- /work/SRC/openSUSE:Factory/budgie-desktop-view/budgie-desktop-view.changes  
2021-10-16 22:48:18.768725924 +0200
+++ 
/work/SRC/openSUSE:Factory/.budgie-desktop-view.new.1892/budgie-desktop-view.changes
2022-01-08 23:24:11.934260036 +0100
@@ -1,0 +2,11 @@
+Fri Jan 07 11:23:07 UTC 2022 - gm...@opensuse.org
+
+- Update to version 1.1.1+5:
+  * Rename schemas
+  * Rebrand.
+  * Update README to point to Open Collective and libera IRC
+channels
+  * Enable application and key files to be moved to trash.
+  * Update copyright to 2021
+
+---

Old:

  budgie-desktop-view-v1.1.1.tar.xz
  budgie-desktop-view-v1.1.1.tar.xz.asc
  budgie-desktop-view.keyring

New:

  _service
  _servicedata
  budgie-desktop-view-1.1.1+5.obscpio
  budgie-desktop-view.obsinfo



Other differences:
--
++ budgie-desktop-view.spec ++
--- /var/tmp/diff_new_pack.IYLKtW/_old  2022-01-08 23:24:12.542260532 +0100
+++ /var/tmp/diff_new_pack.IYLKtW/_new  2022-01-08 23:24:12.546260535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package budgie-desktop-view
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020 Callum Farmer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,23 +16,21 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+%define org org.buddiesofbudgie
 Name:   budgie-desktop-view
-Version:1.1.1
+Version:1.1.1+5
 Release:0
 Summary:Official Budgie Desktop icons application / implementation
 License:Apache-2.0
 Group:  System/GUI/Other
-URL:https://getsol.us/solus/experiences/
-Source: 
https://github.com/getsolus/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.xz
-Source1:
https://github.com/getsolus/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.xz.asc
-Source2:%{name}.keyring
+URL:https://github.com/BuddiesOfBudgie/budgie-desktop-view
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gdk-3.0)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.64.0
 
 %description
 Budgie Desktop View is the official Budgie desktop icons application / 
implementation
@@ -49,9 +47,9 @@
 
 %files
 %license LICENSE.md
-%{_bindir}/us.getsol.budgie-desktop-view
-%{_distconfdir}/xdg/autostart/us.getsol.budgie-desktop-view-autostart.desktop
-%{_datadir}/applications/us.getsol.budgie-desktop-view.desktop
-%{_datadir}/glib-2.0/schemas/us.getsol.budgie-desktop-view.gschema.xml
+%{_bindir}/%{org}.budgie-desktop-view
+%{_distconfdir}/xdg/autostart/%{org}.budgie-desktop-view-autostart.desktop
+%{_datadir}/applications/%{org}.budgie-desktop-view.desktop
+%{_datadir}/glib-2.0/schemas/%{org}.budgie-desktop-view.gschema.xml
 
 %changelog

++ _service ++

  
git
https://github.com/BuddiesOfBudgie/budgie-desktop-view.git
2bd3187f5060f580122a45b4d07263f5f8942274
@PARENT_TAG@+@TAG_OFFSET@
v(.*)
enable
  
  
  
xz
*.tar
  
  

(No newline at EOF)

++ _servicedata ++


https://github.com/BuddiesOfBudgie/budgie-desktop-view.git
  2bd3187f5060f580122a45b4d07263f5f8942274
(No newline at EOF)

++ budgie-desktop-view.obsinfo ++
name: budgie-desktop-view
version: 1.1.1+5
mtime: 1641165230
commit: 2bd3187f5060f580122a45b4d07263f5f8942274


commit gnome-boxes for openSUSE:Factory

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

here is the log from the commit of package gnome-boxes for openSUSE:Factory 
checked in at 2022-01-08 23:23:35

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


Package is "gnome-boxes"

Sat Jan  8 23:23:35 2022 rev:85 rq:944775 version:41.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-boxes/gnome-boxes.changes  2021-12-09 
19:46:36.817162263 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-boxes.new.1892/gnome-boxes.changes
2022-01-08 23:24:09.454258010 +0100
@@ -1,0 +2,7 @@
+Fri Jan  7 15:17:00 UTC 2022 - Dominique Leuenberger 
+
+- Update to version 41.3:
+  + Fix crash with absent storage volumes.
+  + Go to display-view after importing a box.
+
+---

Old:

  gnome-boxes-41.2.tar.xz

New:

  gnome-boxes-41.3.tar.xz



Other differences:
--
++ gnome-boxes.spec ++
--- /var/tmp/diff_new_pack.05K6bp/_old  2022-01-08 23:24:09.986258445 +0100
+++ /var/tmp/diff_new_pack.05K6bp/_new  2022-01-08 23:24:09.990258448 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-boxes
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
 %define govf_sover 0.1
 %define gfrdp_sover 0.1
 Name:   gnome-boxes
-Version:41.2
+Version:41.3
 Release:0
 Summary:A GNOME 3 application to access remote or virtual systems
 License:LGPL-2.0-or-later

++ gnome-boxes-41.2.tar.xz -> gnome-boxes-41.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-41.2/NEWS new/gnome-boxes-41.3/NEWS
--- old/gnome-boxes-41.2/NEWS   2021-12-03 16:18:03.834338000 +0100
+++ new/gnome-boxes-41.3/NEWS   2022-01-07 15:21:33.056792300 +0100
@@ -1,3 +1,15 @@
+41.3 - 07 Jan, 2022
+===
+
+Changes since 41.2
+
+  - Fix crash with absent storage volumes
+  - Go to display-view after importing a box
+
+All contributors to this release:
+
+Felipe Borges 
+
 41.2 - 03 Dec, 2021
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-41.2/data/org.gnome.Boxes.appdata.xml.in 
new/gnome-boxes-41.3/data/org.gnome.Boxes.appdata.xml.in
--- old/gnome-boxes-41.2/data/org.gnome.Boxes.appdata.xml.in2021-12-03 
16:18:03.855338000 +0100
+++ new/gnome-boxes-41.3/data/org.gnome.Boxes.appdata.xml.in2022-01-07 
15:21:33.078792600 +0100
@@ -38,6 +38,10 @@
 
   
   
+
+  GNOME Boxes 41.3 provides additional improvements including a fix for 
a crash when the storage volume of a box is not accessible.
+
+
 
   GNOME Boxes 41.2 provides additional improvements including a fix for 
the issue causing audio backend mismatch, and an issue when some users were 
unable to enable or disable 3D acceleration.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-41.2/meson.build 
new/gnome-boxes-41.3/meson.build
--- old/gnome-boxes-41.2/meson.build2021-12-03 16:18:03.868338000 +0100
+++ new/gnome-boxes-41.3/meson.build2022-01-07 15:21:33.089792500 +0100
@@ -1,6 +1,6 @@
 project ('gnome-boxes',
  ['vala', 'c'],
- version: '41.2',
+ version: '41.3',
  license: 'LGPLv2+',
  meson_version: '>= 0.50.0',
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-41.2/src/vm-creator.vala 
new/gnome-boxes-41.3/src/vm-creator.vala
--- old/gnome-boxes-41.2/src/vm-creator.vala2021-12-03 16:18:03.894338100 
+0100
+++ new/gnome-boxes-41.3/src/vm-creator.vala2022-01-07 15:21:33.125792700 
+0100
@@ -236,12 +236,14 @@
 try {
 if (install_media.os_media != null && 
VMConfigurator.is_install_config (machine.domain_config))
 return (num_reboots == 
install_media.os_media.installer_reboots);
-else {
+else if (volume != null) {
 var info = volume.get_info ();
 
 // If guest has used 1 MiB of storage, we assume it installed 
an OS on the volume
 return (info.allocation >= Osinfo.MEBIBYTES);
 }
+
+return false;
 } catch (GLib.Error error) {
 warning ("Failed to get information from volume '%s': %s", 
volume.get_name (), error.message);
 return false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit meld for openSUSE:Factory

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

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

Comparing /work/SRC/openSUSE:Factory/meld (Old)
 and  /work/SRC/openSUSE:Factory/.meld.new.1892 (New)


Package is "meld"

Sat Jan  8 23:23:34 2022 rev:75 rq:944777 version:3.21.1

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2021-09-20 
23:36:20.419409822 +0200
+++ /work/SRC/openSUSE:Factory/.meld.new.1892/meld.changes  2022-01-08 
23:24:08.278257050 +0100
@@ -1,0 +2,28 @@
+Fri Jan  7 15:06:27 UTC 2022 - Dominique Leuenberger 
+
+- Update to version 3.21.1:
+  + UI changes:
+- A new custom per-pane location display widget replaces the
+  standard GTK+ file chooser button and our existing
+  placeholder path display, including actions for opening
+  containing folder and copying file paths.
+- Version control comparison has had its action bar modernised
+  in line with file and folder comparison.
+  + Features:
+- The find bar now remembers the previous search across panes.
+- We show a warning to the user if they're trying to compare a
+  file or folder to itself.
+- Meld no longer uses custom file chooser dialogs, improving
+  portability and flatpak behaviour.
+- Two pane comparisons now allow Alt+Right/Left to work in
+  either pane.
+- Certain header bar actions (e.g., conflict navigation,
+  filters) are now only shown in their appropriate comparison
+  types.
+- The application title no longer includes the per-comparison
+  label.
+- Add a preference for GTK's dark theme support.
+- Retain clipboard contents after exiting Meld.
+  + Updated translations.
+
+---

Old:

  meld-3.21.0.tar.xz

New:

  meld-3.21.1.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.qEB5hO/_old  2022-01-08 23:24:08.938257589 +0100
+++ /var/tmp/diff_new_pack.qEB5hO/_new  2022-01-08 23:24:08.942257593 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package meld
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:3.21.0
+Version:3.21.1
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0-or-later
@@ -29,7 +29,7 @@
 # Needed for typelib() Requires
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  itstool
-BuildRequires:  meson >= 0.47.0
+BuildRequires:  meson >= 0.49.0
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) >= 2.48
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20

++ meld-3.21.0.tar.xz -> meld-3.21.1.tar.xz ++
 75522 lines of diff (skipped)


commit systemd-zram-service for openSUSE:Factory

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

here is the log from the commit of package systemd-zram-service for 
openSUSE:Factory checked in at 2022-01-08 23:23:32

Comparing /work/SRC/openSUSE:Factory/systemd-zram-service (Old)
 and  /work/SRC/openSUSE:Factory/.systemd-zram-service.new.1892 (New)


Package is "systemd-zram-service"

Sat Jan  8 23:23:32 2022 rev:3 rq:944766 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/systemd-zram-service/systemd-zram-service.changes
2021-11-28 21:31:48.973748419 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemd-zram-service.new.1892/systemd-zram-service.changes
  2022-01-08 23:24:06.830255868 +0100
@@ -1,0 +2,5 @@
+Mon Dec 13 16:18:04 UTC 2021 - Johannes Segitz 
+
+- Drop hardenings again. The current set causes issues (bsc#1193402)
+
+---



Other differences:
--
++ systemd-zram-service.spec ++
--- /var/tmp/diff_new_pack.gS2Mc0/_old  2022-01-08 23:24:07.306256256 +0100
+++ /var/tmp/diff_new_pack.gS2Mc0/_new  2022-01-08 23:24:07.314256263 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemd-zram-service
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012-2018 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
 Summary:Systemd service for zram
 License:GPL-2.0-only
 Group:  System/Daemons
-Url:
https://code.launchpad.net/~elementary-os/elementaryos/zramswap-enabler
+URL:
https://code.launchpad.net/~elementary-os/elementaryos/zramswap-enabler
 Source0:zramswap-enabler-0.2.1.tar.bz2
 #Source0:   bzr branch lp:~elementary-os/elementaryos/zramswap-enabler
 Source1:zramswapon

++ zramswap.service ++
--- /var/tmp/diff_new_pack.gS2Mc0/_old  2022-01-08 23:24:07.350256293 +0100
+++ /var/tmp/diff_new_pack.gS2Mc0/_new  2022-01-08 23:24:07.354256295 +0100
@@ -8,19 +8,6 @@
 After=multi-user.target
 
 [Service]
-# added automatically, for details please see
-# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
-ProtectSystem=full
-ProtectHome=true
-PrivateDevices=true
-ProtectHostname=true
-ProtectClock=true
-ProtectKernelTunables=true
-ProtectKernelModules=true
-ProtectKernelLogs=true
-ProtectControlGroups=true
-RestrictRealtime=true
-# end of automatic additions 
 Type=oneshot
 ExecStart=/usr/sbin/zramswapon
 ExecStop=/usr/sbin/zramswapoff


commit python-line_profiler for openSUSE:Factory

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

here is the log from the commit of package python-line_profiler for 
openSUSE:Factory checked in at 2022-01-08 23:23:32

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


Package is "python-line_profiler"

Sat Jan  8 23:23:32 2022 rev:6 rq:944765 version:3.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-line_profiler/python-line_profiler.changes
2021-04-22 18:06:13.574720725 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-line_profiler.new.1892/python-line_profiler.changes
  2022-01-08 23:24:05.898255107 +0100
@@ -1,0 +2,21 @@
+Fri Jan  7 09:54:01 UTC 2022 - Ben Greiner 
+
+- Update to 3.4.0
+  * Drop support for Python <= 3.5.x
+  * FIX: #104 issue with new IPython kernels
+  * Wheels for musllinux are now included
+  * FIX: Fix bug where lines were not displayed in Jupyter>=6.0 via
+#93
+- Release 3.3.1
+  * CHANGE: moving forward, new pypi releases will be signed with
+the GPG key 2A290272C174D28EA9CA48E9D7224DAF0347B114 for
+PyUtils-CI openpyut...@gmail.com. For reference, older versions
+were signed with either
+262A1DF005BE5D2D5210237C85CD61514641325F or
+1636DAF294BA22B89DBB354374F166CFA2F39C18.
+- Release 3.2.5
+  * Include c source files in manifest (#74)
+- Fix IPython requirements
+- Fix platform install dir
+
+---

Old:

  line_profiler-3.1.0.tar.gz

New:

  line_profiler-3.4.0.tar.gz



Other differences:
--
++ python-line_profiler.spec ++
--- /var/tmp/diff_new_pack.dsDLRd/_old  2022-01-08 23:24:06.402255519 +0100
+++ /var/tmp/diff_new_pack.dsDLRd/_new  2022-01-08 23:24:06.406255522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-line_profiler
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-line_profiler
-Version:3.1.0
+Version:3.4.0
 Release:0
 Summary:Line-by-line profiler
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-URL:https://github.com/rkern/line_profiler
+URL:https://github.com/pyutils/line_profiler
 Source: 
https://files.pythonhosted.org/packages/source/l/line_profiler/line_profiler-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module jupyter_ipython}
+BuildRequires:  %{python_module ipython}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scikit-build}
 BuildRequires:  %{python_module setuptools}
@@ -36,7 +36,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  ninja
 BuildRequires:  python-rpm-macros
-Requires:   python-jupyter_ipython
+Requires:   python-ipython
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 %python_subpackages
@@ -54,21 +54,20 @@
 %setup -q -n line_profiler-%{version}
 
 %build
-# fix wrongly generated cyx files
+# regenarate cython files
 find . -name '*.pyx' -exec cython {} \;
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+# remove shebangs
+sed -i '1{/env python/d}' line_profiler/line_profiler.py kernprof.py
+# fix for skbuild not specifying the platlib
+sed -i 's/setup(\*\*setupkw)/setup(**setupkw, 
ext_modules=[setuptools.Extension(name="line_profiler._line_profiler",sources=[])])/'
 setup.py
 %python_build
 
 %install
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/kernprof
-%{python_expand chmod a+x %{buildroot}%{$python_sitelib}/line_profiler/*.py
-sed -i "s|#!%{_bindir}/env python|#!%__$python|" 
%{buildroot}%{$python_sitelib}/line_profiler/*.py
-$python -m compileall -d %{$python_sitelib}/line_profiler 
%{buildroot}%{$python_sitelib}/line_profiler
-$python -O -m compileall -d %{$python_sitelib}/line_profiler 
%{buildroot}%{$python_sitelib}/line_profiler
-rm -rf %{buildroot}%{$python_sitelib}/line_profiler/__pycache__
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_compileall
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %post
 %python_install_alternative kernprof
@@ -78,16 +77,15 @@
 
 %check
 # test_cli needs ubelt, which we don't have and which is needed just for tests
-%pytest -k "not test_cli" tests
+%pytest_arch -k "not test_cli" tests
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt LICENSE_Python.txt
 %python_alternative %{_bindir}/kernprof
-%dir %{python_sitelib}/line_profiler

commit featherpad for openSUSE:Factory

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

here is the log from the commit of package featherpad for openSUSE:Factory 
checked in at 2022-01-08 23:23:30

Comparing /work/SRC/openSUSE:Factory/featherpad (Old)
 and  /work/SRC/openSUSE:Factory/.featherpad.new.1892 (New)


Package is "featherpad"

Sat Jan  8 23:23:30 2022 rev:23 rq:944750 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/featherpad/featherpad.changes2021-10-15 
23:04:52.714136602 +0200
+++ /work/SRC/openSUSE:Factory/.featherpad.new.1892/featherpad.changes  
2022-01-08 23:24:04.682254114 +0100
@@ -1,0 +2,25 @@
+Fri Jan  7 14:09:41 UTC 2022 - Michael Vetter 
+
+- Update to 1.1.1:
+  * Fixed highlighting of Markdown's single-line codes with multiple
+back-quotes.
+  * Prevented a rare hang-like behavior with some malformed
+XML documents.
+  * Fixed the positions of instant tab tool-tips with Qt6.
+
+---
+Fri Jan  7 14:08:52 UTC 2022 - Michael Vetter 
+
+- Update to 1.1.0:
+  * A problem is fixed in saving with UTF-16.
+  * A very rare stack overflow is prevented when matching brackets
+inhuge files.
+  * The maximum number of recent files is increased to 50.
+  * Added Tcl syntax highlighting.
+  * Lots of keywords are added to syntax highlighting for
+various programming languages.
+  * Fixes and improvements to XML and Lua syntax highlighting.
+  * Enabled experimental compilation against Qt6.
+The default cmake compilation is still against Qt5.
+
+---

Old:

  V1.0.1.tar.gz

New:

  V1.1.1.tar.gz



Other differences:
--
++ featherpad.spec ++
--- /var/tmp/diff_new_pack.4pRGun/_old  2022-01-08 23:24:05.202254538 +0100
+++ /var/tmp/diff_new_pack.4pRGun/_new  2022-01-08 23:24:05.206254542 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package featherpad
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   featherpad
-Version:1.0.1
+Version:1.1.1
 Release:0
 Summary:Qt5-based plaintext editor
 License:GPL-3.0-only

++ V1.0.1.tar.gz -> V1.1.1.tar.gz ++
 37614 lines of diff (skipped)


commit element-desktop for openSUSE:Factory

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

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

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


Package is "element-desktop"

Sat Jan  8 23:23:27 2022 rev:8 rq:944746 version:1.9.8

Changes:

--- /work/SRC/openSUSE:Factory/element-desktop/element-desktop.changes  
2021-12-30 15:56:05.876685880 +0100
+++ 
/work/SRC/openSUSE:Factory/.element-desktop.new.1892/element-desktop.changes
2022-01-08 23:24:03.914253488 +0100
@@ -1,0 +2,9 @@
+Fri Jan  7 10:37:20 UTC 2022 - Fusion Future 
+
+- Desktop file enhancement:
+  * Add keywords.
+  * Add GenericName.
+  * Add "X-GNOME-SingleWindow=true".
+  * Add zh_CN and zh_TW translations.
+
+---



Other differences:
--
++ io.element.Element.desktop ++
--- /var/tmp/diff_new_pack.a4QFtD/_old  2022-01-08 23:24:04.542254000 +0100
+++ /var/tmp/diff_new_pack.a4QFtD/_new  2022-01-08 23:24:04.546254003 +0100
@@ -1,11 +1,21 @@
 [Desktop Entry]
 Name=Element
+GenericName=Matrix Client
+GenericName[x-test]=xxMatrix Clientxx
+GenericName[zh_CN]=Matrix ?
+GenericName[zh_TW]=Matrix ???
 Comment=Feature-rich client for Matrix
+Comment[zh_CN]=??? Matrix ?
+Comment[zh_TW]=?? Matrix ???
 Exec=/usr/bin/element-desktop %u
 Terminal=false
 Type=Application
 Icon=io.element.Element
 StartupWMClass=Element
-Categories=Network;InstantMessaging;Chat;IRCClient
+Categories=Network;InstantMessaging;Chat;IRCClient;
 MimeType=x-scheme-handler/element;
+Keywords=chat;gitter;irc;messaging;messenger;riot;voice;
+Keywords[zh_CN]=??;??;??;??;??;gitter;irc;riot;
+Keywords[zh_TW]=??;??;??;??;??;gitter;irc;riot;
+X-GNOME-SingleWindow=true
 


commit roundcubemail for openSUSE:Factory

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

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

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


Package is "roundcubemail"

Sat Jan  8 23:23:27 2022 rev:74 rq:944737 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2021-12-02 02:25:45.216503334 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1892/roundcubemail.changes
2022-01-08 23:24:02.566252387 +0100
@@ -1,0 +2,32 @@
+Fri Dec 31 12:03:35 UTC 2021 - Michael Str??der 
+
+- update to 1.5.2
+  * OAuth: pass 'id_token' to 'oauth_login' plugin hook (#8214)
+  * OAuth: fix expiration of short-lived oauth tokens (#8147)
+  * OAuth: fix relative path to assets if /index.php/foo/bar url is used 
(#8144)
+  * OAuth: no auto-redirect on imap login failures (#8370)
+  * OAuth: refresh access token in 'refresh' plugin hook (#8224)
+  * Fix so folder search parameters are honored by subscriptions_option plugin 
(#8312)
+  * Fix password change with Directadmin driver (#8322, #8329)
+  * Fix so css files in plugins/jqueryui/themes will be minified too (#8337)
+  * Fix handling of unicode/special characters in custom From input (#8357)
+  * Fix some PHP8 compatibility issues (#8363)
+  * Fix chpass-wrapper.py helper compatibility with Python 3 (#8324)
+  * Fix scrolling and missing Close button in the Select image dialog in 
Elastic/mobile (#8367)
+  * Security: fix cross-site scripting (XSS) via HTML messages with malicious 
CSS content
+- added Suggests: php-sqlite
+
+---
+Tue Dec 28 13:25:37 UTC 2021 - Lars Vogdt 
+
+- use the virtual provides from each PHP module, to allow the installation
+  of roundcubemail with various PHP versions. 
+  The only problem, we are currently facing is the automatic 
+  enablement of the PHP apache module during post-installation: 
+  Trying to evaluate the correct PHP module now during post as well, 
+  which should eleminate the pre-definition of the required 
+  PHP-Version during build completely.
+  See https://build.opensuse.org/request/show/940859 for the initial
+  discussion.
+
+---

Old:

  roundcubemail-1.5.1-complete.tar.gz
  roundcubemail-1.5.1-complete.tar.gz.asc

New:

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



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.Xn8ej3/_old  2022-01-08 23:24:03.330253011 +0100
+++ /var/tmp/diff_new_pack.Xn8ej3/_new  2022-01-08 23:24:03.338253018 +0100
@@ -18,9 +18,9 @@
 
 %define roundcubepath %{apache_serverroot}/%{name}
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
-%define php_name  %(php -r "print 'php' . PHP_MAJOR_VERSION;")
+
 Name:   roundcubemail
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later
@@ -40,17 +40,17 @@
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2
 BuildRequires:  php-cli
-Requires:   %{php_name}-dom
-Requires:   %{php_name}-exif
-Requires:   %{php_name}-gettext
-Requires:   %{php_name}-iconv
-Requires:   %{php_name}-intl
-Requires:   %{php_name}-json
-Requires:   %{php_name}-mbstring
-Requires:   %{php_name}-openssl
-Requires:   apache2-mod_%{php_name}
+Requires:   php-dom
+Requires:   php-exif
+Requires:   php-gettext
+Requires:   php-iconv
+Requires:   php-intl
+Requires:   php-json
+Requires:   php-mbstring
+Requires:   php-openssl
+Requires(pre):  mod_php_any
+Requires:   mod_php_any
 ## Requires: for upstream dep package
-Requires:   %{php_name}-sockets
 Requires:   php-pear-Auth_SASL >= 1.0.6
 Requires:   php-pear-MDB2_Driver_mysqli
 Requires:   php-pear-Mail_Mime >= 1.10.0
@@ -59,13 +59,15 @@
 Requires:   php-pear-Net_SMTP >= 1.8.1
 Requires:   php-pear-Net_Sieve >= 1.4.3
 Requires:   php-pear-Net_Socket >= 1.0.12
-Requires:   (%{php_name}-mysql or %{php_name}-pgsql)
-Recommends: %{php_name}-fileinfo
-Recommends: %{php_name}-imagick
-Recommends: %{php_name}-zip
+Requires:   php-sockets
+Requires:   (php-mysql or php-pgsql)
 Recommends: logrotate
+Recommends: php-fileinfo
+Recommends: php-imagick
 Recommends: php-pear-Crypt_GPG >= 1.6.3
-Suggests:   %{php_name}-mysql
+Recommends: php-zip
+Suggests:   php-mysql
+Suggests:   php-sqlite
 

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

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

here is the log from the commit of package python-azure-mgmt-compute for 
openSUSE:Factory checked in at 2022-01-08 23:23:25

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


Package is "python-azure-mgmt-compute"

Sat Jan  8 23:23:25 2022 rev:21 rq:944743 version:24.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-compute/python-azure-mgmt-compute.changes
  2021-10-18 22:03:06.130133069 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-compute.new.1892/python-azure-mgmt-compute.changes
2022-01-08 23:23:59.606249971 +0100
@@ -1,0 +2,9 @@
+Fri Jan  7 10:20:48 UTC 2022 - John Paul Adrian Glaubitz 

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

Old:

  azure-mgmt-compute-23.1.0.zip

New:

  azure-mgmt-compute-24.0.0.zip



Other differences:
--
++ python-azure-mgmt-compute.spec ++
--- /var/tmp/diff_new_pack.WRXuaN/_old  2022-01-08 23:24:01.410251443 +0100
+++ /var/tmp/diff_new_pack.WRXuaN/_new  2022-01-08 23:24:01.414251447 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-compute
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-compute
-Version:23.1.0
+Version:24.0.0
 Release:0
 Summary:Microsoft Azure Compute Management Client Library
 License:MIT
@@ -38,7 +38,7 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.2.0
+Requires:   python-azure-mgmt-core >= 1.3.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21


commit workrave for openSUSE:Factory

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

here is the log from the commit of package workrave for openSUSE:Factory 
checked in at 2022-01-08 23:23:24

Comparing /work/SRC/openSUSE:Factory/workrave (Old)
 and  /work/SRC/openSUSE:Factory/.workrave.new.1892 (New)


Package is "workrave"

Sat Jan  8 23:23:24 2022 rev:11 rq:944725 version:1.10.49

Changes:

--- /work/SRC/openSUSE:Factory/workrave/workrave.changes2021-08-18 
08:56:19.662945571 +0200
+++ /work/SRC/openSUSE:Factory/.workrave.new.1892/workrave.changes  
2022-01-08 23:23:57.538248283 +0100
@@ -1,0 +2,7 @@
+Wed Jan  5 20:34:12 UTC 2022 - Sebastian Wagner 
+
+- Update to version 1.10.49
+ - Adds support for GNOME Shell 41 (#342, Timo Jyrinki)
+ - Inno Setup improvement (#353, Kaleb Luedtke)
+
+---

Old:

  v1_10_48.tar.gz

New:

  v1_10_49.tar.gz



Other differences:
--
++ workrave.spec ++
--- /var/tmp/diff_new_pack.vhGITr/_old  2022-01-08 23:23:58.186248812 +0100
+++ /var/tmp/diff_new_pack.vhGITr/_new  2022-01-08 23:23:58.190248815 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package workrave
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define upstream_version1_10_48
+%define upstream_version1_10_49
 Name:   workrave
-Version:1.10.48
+Version:1.10.49
 Release:0
 Summary:Recovery and prevention of Repetitive Strain Injury program
 License:GPL-3.0-only

++ v1_10_48.tar.gz -> v1_10_49.tar.gz ++
/work/SRC/openSUSE:Factory/workrave/v1_10_48.tar.gz 
/work/SRC/openSUSE:Factory/.workrave.new.1892/v1_10_49.tar.gz differ: char 23, 
line 1


commit spotifyd for openSUSE:Factory

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

here is the log from the commit of package spotifyd for openSUSE:Factory 
checked in at 2022-01-08 23:23:23

Comparing /work/SRC/openSUSE:Factory/spotifyd (Old)
 and  /work/SRC/openSUSE:Factory/.spotifyd.new.1892 (New)


Package is "spotifyd"

Sat Jan  8 23:23:23 2022 rev:6 rq:944719 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/spotifyd/spotifyd.changes2022-01-06 
15:51:53.788991458 +0100
+++ /work/SRC/openSUSE:Factory/.spotifyd.new.1892/spotifyd.changes  
2022-01-08 23:23:55.218246389 +0100
@@ -1,0 +2,5 @@
+Thu Jan 06 06:34:58 UTC 2022 - william.br...@suse.com
+
+- resolve bsc#1194119 (CVE-2021-45710)
+
+---



Other differences:
--
++ _service ++
--- /var/tmp/diff_new_pack.LbWrVw/_old  2022-01-08 23:23:56.346247310 +0100
+++ /var/tmp/diff_new_pack.LbWrVw/_new  2022-01-08 23:23:56.350247313 +0100
@@ -25,5 +25,4 @@
  spotifyd
   
 
-(No newline at EOF)
 

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/spotifyd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.spotifyd.new.1892/vendor.tar.xz differ: char 26, 
line 1


commit tensorflow2 for openSUSE:Factory

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

here is the log from the commit of package tensorflow2 for openSUSE:Factory 
checked in at 2022-01-08 23:23:23

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


Package is "tensorflow2"

Sat Jan  8 23:23:23 2022 rev:26 rq:944704 version:2.6.2

Changes:

--- /work/SRC/openSUSE:Factory/tensorflow2/tensorflow2.changes  2021-11-12 
16:00:01.602586088 +0100
+++ /work/SRC/openSUSE:Factory/.tensorflow2.new.1892/tensorflow2.changes
2022-01-08 23:23:50.778242765 +0100
@@ -1,0 +2,6 @@
+Fri Jan  7 10:15:53 UTC 2022 - Guillaume GARDET 
+
+- Leap 15.x / Backports: Do not build non-Lite versions since python3-numpy
+  and python3-scipy are too old for Keras/TF2
+
+---



Other differences:
--
++ tensorflow2.spec ++
--- /var/tmp/diff_new_pack.26LKnv/_old  2022-01-08 23:23:53.058244626 +0100
+++ /var/tmp/diff_new_pack.26LKnv/_new  2022-01-08 23:23:53.062244629 +0100
@@ -311,7 +311,7 @@
 BuildRequires:  libicu-devel
 BuildRequires:  libjpeg-turbo
 BuildRequires:  libnsync-devel
-%if 0%{?suse_version} < 1550
+%if 0%{?suse_version} < 1599
 BuildRequires:  libjpeg62-turbo
 %endif
 BuildRequires:  libjpeg-devel
@@ -380,8 +380,14 @@
 %if %{is_lite}
 ExcludeArch:%ix86
 %else
+%if 0%{?suse_version} < 1599
+# Leap: Do not build since python3-numpy and python3-scipy are too old for 
Keras/TF2
+ExclusiveArch:  do_not_build
+%else
+# Tumbleweed
 ExcludeArch:%ix86 %arm
 %endif
+%endif
 
 %description
 This open source software library for numerical computation is used for data


commit python-django-parler for openSUSE:Factory

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

here is the log from the commit of package python-django-parler for 
openSUSE:Factory checked in at 2022-01-08 23:23:21

Comparing /work/SRC/openSUSE:Factory/python-django-parler (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-parler.new.1892 (New)


Package is "python-django-parler"

Sat Jan  8 23:23:21 2022 rev:3 rq:944648 version:2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-parler/python-django-parler.changes
2021-12-26 13:30:44.338969107 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-parler.new.1892/python-django-parler.changes
  2022-01-08 23:23:50.138242242 +0100
@@ -1,0 +2,5 @@
+Fri Jan  7 03:47:57 UTC 2022 - John Vandenberg 
+
+- Skip Tumbleweed Python 3.6 incompatible with Django 4
+
+---



Other differences:
--
++ python-django-parler.spec ++
--- /var/tmp/diff_new_pack.Aves3p/_old  2022-01-08 23:23:50.658242667 +0100
+++ /var/tmp/diff_new_pack.Aves3p/_new  2022-01-08 23:23:50.662242670 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-parler
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+%define skip_python36 1
 Name:   python-django-parler
 Version:2.3
 Release:0


commit aws-cli for openSUSE:Factory

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

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2022-01-08 23:23:19

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


Package is "aws-cli"

Sat Jan  8 23:23:19 2022 rev:52 rq:944471 version:1.22.28

Changes:

--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2021-12-18 
21:52:48.873967707 +0100
+++ /work/SRC/openSUSE:Factory/.aws-cli.new.1892/aws-cli.changes
2022-01-08 23:23:47.978240479 +0100
@@ -1,0 +2,8 @@
+Thu Jan  6 13:03:17 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Update to version 1.22.28
+  + For detailed changes see
+https://github.com/aws/aws-cli/blob/1.22.28/CHANGELOG.rst
+- Update Requires in spec file from setup.py
+
+---

Old:

  1.22.24.tar.gz

New:

  1.22.28.tar.gz



Other differences:
--
++ aws-cli.spec ++
--- /var/tmp/diff_new_pack.M1dVGM/_old  2022-01-08 23:23:48.710241077 +0100
+++ /var/tmp/diff_new_pack.M1dVGM/_new  2022-01-08 23:23:48.714241080 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-cli
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   aws-cli
-Version:1.22.24
+Version:1.22.28
 Release:0
 Summary:Amazon Web Services Command Line Interface
 License:Apache-2.0
@@ -34,7 +34,7 @@
 Requires:   python3
 Requires:   python3-PyYAML <= 6.0.0
 Requires:   python3-PyYAML >= 3.10
-Requires:   python3-botocore >= 1.23.24
+Requires:   python3-botocore >= 1.23.28
 Requires:   python3-colorama <= 0.4.4
 Requires:   python3-colorama >= 0.2.5
 Requires:   python3-docutils < 0.20
@@ -51,7 +51,7 @@
 Requires:   python
 Requires:   python-PyYAML <= 5.5
 Requires:   python-PyYAML >= 3.10
-Requires:   python-botocore >= 1.23.24
+Requires:   python-botocore >= 1.23.28
 Requires:   python-colorama <= 0.4.4
 Requires:   python-colorama >= 0.2.5
 Requires:   python-docutils >= 0.10

++ 1.22.24.tar.gz -> 1.22.28.tar.gz ++
 2994 lines of diff (skipped)


commit python-django-polymorphic for openSUSE:Factory

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

here is the log from the commit of package python-django-polymorphic for 
openSUSE:Factory checked in at 2022-01-08 23:23:20

Comparing /work/SRC/openSUSE:Factory/python-django-polymorphic (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-polymorphic.new.1892 (New)


Package is "python-django-polymorphic"

Sat Jan  8 23:23:20 2022 rev:3 rq:944618 version:3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-polymorphic/python-django-polymorphic.changes
  2021-12-26 13:30:43.614968602 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-polymorphic.new.1892/python-django-polymorphic.changes
2022-01-08 23:23:49.566241776 +0100
@@ -1,0 +2,5 @@
+Fri Jan  7 03:47:57 UTC 2022 - John Vandenberg 
+
+- Skip Tumbleweed Python 3.6 incompatible with Django 4
+
+---



Other differences:
--
++ python-django-polymorphic.spec ++
--- /var/tmp/diff_new_pack.EGvgNW/_old  2022-01-08 23:23:50.006242135 +0100
+++ /var/tmp/diff_new_pack.EGvgNW/_new  2022-01-08 23:23:50.010242138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-polymorphic
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+%define skip_python36 1
 Name:   python-django-polymorphic
 Version:3.1
 Release:0


commit python-nbconvert for openSUSE:Factory

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

here is the log from the commit of package python-nbconvert for 
openSUSE:Factory checked in at 2022-01-08 23:23:18

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


Package is "python-nbconvert"

Sat Jan  8 23:23:18 2022 rev:10 rq:944834 version:6.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes
2022-01-03 10:49:56.703592523 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-nbconvert.new.1892/python-nbconvert.changes  
2022-01-08 23:23:45.058238096 +0100
@@ -1,0 +2,36 @@
+Fri Jan  7 22:23:39 UTC 2022 - Ben Greiner 
+
+- Don't build on Python 3.6 (SLE/Leap backports safeguard)
+
+---
+Thu Jan  6 11:23:57 UTC 2022 - Ben Greiner 
+
+- Update to 6.4.0
+  * Optionally speed up validation by @gwincr11 in #1672
+  * Adding missing div compared to JupyterLab DOM structure by
+@SylvainCorlay in #1678
+  * Allow passing extra args to code highlighter by @yuvipanda in
+#1683
+  * Prevent page breaks in outputs when printing by @SylvainCorlay
+in #1679
+  * Add collapsers to template by @SylvainCorlay in #1689
+  * Fix recent pandoc latex tables by adding calc and array (#1536,
+#1566) by @cgevans in #1686
+  * Add an invalid notebook error by @gwincr11 in #1675
+  * Fix typos in execute.py by @TylerAnderson22 in #1692
+  * Modernize latex greek math handling (partially fixes #1673) by
+@cgevans in #1687
+  * Fix use of deprecated API and update test matrix by @blink1073
+in #1696
+  * Update nbconvert_library.ipynb by @letterphile in #1695
+  * Changelog for 6.4 by @blink1073 in #1697
+- Remove the doc package 
+
+---
+Fri Dec 31 16:57:55 UTC 2021 - Ben Greiner 
+
+- Now update to 6.3.0
+  * traitlets 5 is ready
+  * for changelog see below
+
+---
@@ -28,0 +65,60 @@
+- Feature: support static widgets in Reveal.js slides PR
+  #1553:
+- Feature: add speaker notes to Reveal.js template
+- Add correct output mimetype to WebPDF exporter
+- Set mimetype for webpdf correctly
+- Fix docstring issue and a broken link
+- Add CLI example for removing cell tag syntax
+- Include output of stdin stream in lab template
+- Don???t use a shell to call inkscape
+- JupyterLab export as HTML with widgets fails to load
+  widgets
+- Move note inside Reveal.js HTML slideshow
+- fix issue 1507: broken command line option
+  ???CSSHTMLHeaderPreprocessor.style=
+- Fix order of template paths
+- Changed documentation of external_exporters
+- Fix template precedence when using a custom template
+- add pip to docs envt
+- Fix CI By Adding PIP to conda envt for docs build
+- Explicitly install pip in docs environment.yml
+- small update to docs hide cell
+- Allow child templates to override mathjax
+- Allow get_export_names to skip configuration check
+- Update docs: Tex Live package on Ubuntu
+- Test jupyter_client
+- Update jupyterlab css
+- Webpdf: Use a temporary file instead of an URL
+- Applied patch for marking network changes
+- Change webpdf display name
+- Allow disabling pyppeteer sandbox
+- Make pagination configurable in webpdf
+- Fix Reveal.js version in documentation
+- Fix dangling reference to get_template_paths()
+- Solved svg2pdf conversion error if Inkscape is installed
+  into the default path on a windows machine
+- Update version dependency of traitlets
+- Update execute.py
+- Fix code output indentation when running nbconvert
+  ???no-input
+- #1428 add docstring
+- Update nbconvert_library.ipynb
+- Supports isolated iframe when converting to HTML
+
+---
+Thu Dec 30 18:01:32 UTC 2021 - Matej Cepl 
+
+- Upgrade to the version 6.3.0:
+  - Bugfixes:
+- Update state filter
+- Add slide numbering
+- Fix HTML templates mentioned in help docs
+- Add the ability to fully customize widget_renderer_url
+- Enable users to customize MathJax URLs
+- Add CLI configuration for disable-chromium-sandbox
+- Enables webpdf to be rendered with templates
+- Adds dejavu
+  - Significant Changes
+- Dropped Python 3.6 and added Python 3.9
+- Convert execute preprocessor wrapper to resemble papermill
+  - Comprehensive notes

Old:

  nbconvert-6.0.7.tar.gz
  nbconvert.pdf
  nbconvert.zip

New:

  nbconvert-6.4.0.tar.gz



Other differences:

commit PDAL for openSUSE:Factory

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

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

Comparing /work/SRC/openSUSE:Factory/PDAL (Old)
 and  /work/SRC/openSUSE:Factory/.PDAL.new.1892 (New)


Package is "PDAL"

Sat Jan  8 23:23:16 2022 rev:2 rq:944872 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/PDAL/PDAL.changes2021-08-24 
10:55:10.496296941 +0200
+++ /work/SRC/openSUSE:Factory/.PDAL.new.1892/PDAL.changes  2022-01-08 
23:23:41.726235376 +0100
@@ -1,0 +2,32 @@
+Fri Jan  7 16:29:16 UTC 2022 - Bruno Friedmann 
+
+- Fix the -devel dangling symlink by moving to libPDAL
+  libpdal_*.so.%{soname} symlinks to libpdal_*.%{sovers}
+  rpmlint not more complain.
+
+---
+Fri Jan  7 10:37:32 UTC 2022 - D. Berge 
+
+- Add `Provides:` so that PDAL-devel can find libPDAL.
+
+---
+Wed Dec 29 17:17:47 UTC 2021 - Bruno Friedmann 
+
+- Review licenses of subpart: The code is licensed BSD except for:
+  + filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
+  + vendor/arbiter/*, plugins/nitf/io/nitflib.h and 
plugins/oci/io/OciWrapper.* are Expat/MIT
+  + plugins/e57/io/{src,include}/* is BSD-3-Clause
+  + plugins/e57/libE57Format/{src,include}/* is Boost 1-0
+- Create a patch PDAL_unbundle.patch to sort out eigen3 and boost
+  + Eigen3 system now used fixing boo#1194109
+- Fixing boo#1194109 ppc64le build by disabling lto until upstream
+  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed
+- Add Provides for
+  + bundled(arbiter)
+  + bundled(PoissonRecon)
+  + bundled(nanoflann)
+  + bundled(nlohmann)
+- Add %check section following what's Fedora is doing
+  + Add upstream patch for testing 32bits d11e0e20.patch
+
+---

New:

  PDAL_unbundle.patch
  d11e0e20.patch



Other differences:
--
++ PDAL.spec ++
--- /var/tmp/diff_new_pack.urWfHf/_old  2022-01-08 23:23:42.802236254 +0100
+++ /var/tmp/diff_new_pack.urWfHf/_new  2022-01-08 23:23:42.814236264 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PDAL
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2021 Friedmann Bruno, Ioda-Net S??rl, Charmoille, Switzerland.
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,17 +24,28 @@
 Version:2.3.0
 Release:0
 Summary:Point Data Abstraction Library (GDAL for point cloud data)
-License:BSD-3-Clause
+# The code is licensed BSD except for:
+# - filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
+# - vendor/arbiter/*, plugins/nitf/io/nitflib.h and 
plugins/oci/io/OciWrapper.* are Expat/MIT
+# - plugins/e57/io/{src,include}/* is BSD-3-Clause
+# - plugins/e57/libE57Format/{src,include}/* is Boost 1-0
+License:Apache-2.0 AND BSD-3-Clause AND MIT AND BSL-1.0
 Group:  Productivity/Graphics/CAD
 URL:https://www.pdal.io/
 Source0:
https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2
 Source1:
https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2.md5
+# Unbundle some bundled libraries inspired by Fedora work at
+# https://src.fedoraproject.org/rpms/PDAL/blob/rawhide/f/PDAL_unbundle.patch
+Patch0: PDAL_unbundle.patch
+# Upstream : fix 32bits tests
+Patch1: https://github.com/PDAL/PDAL/commit/d11e0e20.patch
 # Source2:  https://www.pdal.io/PDAL.pdf
 BuildRequires:  bash-completion
 BuildRequires:  cairo-devel
 BuildRequires:  cmake >= 2.8
 BuildRequires:  cunit-devel
 BuildRequires:  curl-devel
+BuildRequires:  eigen3-devel
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
@@ -79,6 +90,14 @@
 # Doesn't exist on obs BuildRequires:  python3-breathe
 Requires:   lib%{name}%{soname} = %{version}
 Provides:   pdal = %{version}
+# https://github.com/connormanning/arbiter bundled in vendor/arbiter
+Provides:   bundled(arbiter)
+# https://github.com/mkazhdan/PoissonRecon bundled in vendor/kazhdan
+Provides:   bundled(PoissonRecon)
+# https://github.com/jlblancoc/nanoflann bundled in vendor/nanoflann
+Provides:   bundled(nanoflann)
+# https://github.com/nlohmann/json bundled in vendor/nlohmann
+Provides:   bundled(nlohmann)
 
 %description
 PDAL is a C++ BSD library for translating and manipulating point cloud data.
@@ -111,7 +130,7 @@
 %package bash-completion
 Summary:Bash completion for PDAL
 Requires:   bash-completion
-Supplements:packageand(%{name}:bash-completion)
+Supplements:

commit python-jupyter-packaging for openSUSE:Factory

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

here is the log from the commit of package python-jupyter-packaging for 
openSUSE:Factory checked in at 2022-01-08 23:23:17

Comparing /work/SRC/openSUSE:Factory/python-jupyter-packaging (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.1892 (New)


Package is "python-jupyter-packaging"

Sat Jan  8 23:23:17 2022 rev:6 rq:944213 version:0.11.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter-packaging/python-jupyter-packaging.changes
2021-10-18 22:02:43.318116567 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.1892/python-jupyter-packaging.changes
  2022-01-08 23:23:43.234236607 +0100
@@ -1,0 +2,12 @@
+Sun Nov 21 14:19:40 UTC 2021 - Ben Greiner 
+
+- Update to 0.11.1
+  * Fix running testsuite within virtualenv #111 (@jnahmias)
+
+---
+Fri Nov 12 21:35:52 UTC 2021 - Ben Greiner 
+
+- Update to 0.11.0
+  * Drop support for Python 3.6 and add support for Python 3.10
+
+---

Old:

  jupyter_packaging-0.10.6.tar.gz

New:

  jupyter_packaging-0.11.1.tar.gz



Other differences:
--
++ python-jupyter-packaging.spec ++
--- /var/tmp/diff_new_pack.LnknIB/_old  2022-01-08 23:23:44.002237234 +0100
+++ /var/tmp/diff_new_pack.LnknIB/_new  2022-01-08 23:23:44.006237237 +0100
@@ -19,13 +19,14 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:   python-jupyter-packaging
-Version:0.10.6
+Version:0.11.1
 Release:0
 Summary:Jupyter Packaging Utilities
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/jupyter/jupyter-packaging
 Source: 
https://files.pythonhosted.org/packages/source/j/jupyter-packaging/jupyter_packaging-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module deprecation}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module setuptools >= 46.4.0}

++ jupyter_packaging-0.10.6.tar.gz -> jupyter_packaging-0.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_packaging-0.10.6/PKG-INFO 
new/jupyter_packaging-0.11.1/PKG-INFO
--- old/jupyter_packaging-0.10.6/PKG-INFO   2021-09-27 20:29:26.313514500 
+0200
+++ new/jupyter_packaging-0.11.1/PKG-INFO   2021-11-15 19:04:40.068413300 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jupyter_packaging
-Version: 0.10.6
+Version: 0.11.1
 Summary: Jupyter Packaging Utilities.
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -15,11 +15,11 @@
 Classifier: Intended Audience :: Science/Research
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
-Requires-Python: >=3.6
+Classifier: Programming Language :: Python :: 3.10
+Requires-Python: >=3.7
 Description-Content-Type: text/markdown
 Provides-Extra: test
 License-File: LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_packaging-0.10.6/jupyter_packaging/setupbase.py 
new/jupyter_packaging-0.11.1/jupyter_packaging/setupbase.py
--- old/jupyter_packaging-0.10.6/jupyter_packaging/setupbase.py 2021-09-27 
20:29:16.0 +0200
+++ new/jupyter_packaging-0.11.1/jupyter_packaging/setupbase.py 2021-11-15 
19:04:07.0 +0100
@@ -55,7 +55,7 @@
 return ' '.join(map(pipes.quote, cmd_list))
 
 
-__version__ = '0.10.6'
+__version__ = '0.11.1'
 
 # ---
 # Top Level Variables
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_packaging-0.10.6/jupyter_packaging.egg-info/PKG-INFO 
new/jupyter_packaging-0.11.1/jupyter_packaging.egg-info/PKG-INFO
--- old/jupyter_packaging-0.10.6/jupyter_packaging.egg-info/PKG-INFO
2021-09-27 20:29:26.0 +0200
+++ new/jupyter_packaging-0.11.1/jupyter_packaging.egg-info/PKG-INFO
2021-11-15 19:04:40.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jupyter-packaging
-Version: 0.10.6
+Version: 0.11.1
 Summary: Jupyter Packaging Utilities.
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -15,11 +15,11 @@
 Classifier: Intended Audience :: Science/Research
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming 

commit krita for openSUSE:Factory

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

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

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.1892 (New)


Package is "krita"

Sat Jan  8 23:23:14 2022 rev:59 rq:944721 version:5.0.2

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2021-08-25 
21:00:26.924984704 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.1892/krita.changes2022-01-08 
23:23:38.162232466 +0100
@@ -1,0 +2,41 @@
+Fri Jan  7 08:11:30 UTC 2022 - Wolfgang Bauer 
+
+- Update to 5.0.2
+  * See https://krita.org/en/item/krita-5-0-2/
+  * Fix a crash when changing the Instant Preview setting of a
+brush preset
+  * Fix a crash when there are ABR brush libraries present with an
+uppercase ABR extension (kde#447454)
+  * Fix a similar issue with Krita resource bundles with an upper
+case .BUNDLE extension
+  * Fix a crash when undoing multiple layer operations too quickly
+(kde#447462)
+  * Workaround a crash when a transform mask is applied to a
+passthrough group (kde#447506)
+  * Fix toolbox arrow buttons not visible on starting Krita
+  * Fix the photoshop compatibilty shortcut profile (kde#447771)
+  * Restore the QImageIO fallback for loading WebP images
+  * Make the dock widget titlebars so they can be smaller
+  * Disable all accelerator keys for dockers
+  * Fix a race condition in the image metadata system
+  * Fix the tool option widget's layout sporadically going wrong
+(kde#447522)
+  * Update fill layers correctly when changing the options from a
+Python script (kde#447807)
+  * Fix the built-in file dialog's image preview (kde#447806)
+  * Fix the slowness opening and closing documents if there are
+many resource bundles present (kde#447298)
+- Drop redundant recommendation of the -lang package
+- Add signature file and keyring
+
+---
+Thu Dec 23 19:10:11 UTC 2021 - Marcus Rueckert 
+
+- Update to 5.0.0
+  * See https://krita.org/en/item/krita-5-0-released/
+- drop 0001-Support-building-with-OpenEXR-3.patch:
+  included in update
+- add BR to mypaint to enable the new brushes
+- add BR for OpenColorIO and WebP to enable both features as well
+
+---

Old:

  0001-Support-building-with-OpenEXR-3.patch
  krita-4.4.8.tar.xz

New:

  krita-5.0.2.tar.xz
  krita-5.0.2.tar.xz.sig
  krita.keyring



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.JfLrmV/_old  2022-01-08 23:23:40.946234739 +0100
+++ /var/tmp/diff_new_pack.JfLrmV/_new  2022-01-08 23:23:40.946234739 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package krita
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%bcond_without lang
+%bcond_without released
 # Enable VC only on x86*
 %ifarch %{ix86} x86_64
 %bcond_without vc
@@ -24,21 +24,16 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.4.8
+Version:5.0.2
 Release:0
 Summary:Digital Painting Application
-License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only
+License:BSD-2-Clause AND GPL-2.0-or-later AND LGPL-2.0-or-later AND 
LGPL-2.1-or-later AND GPL-3.0-or-later AND CC0-1.0 AND LGPL-2.0-only
 Group:  Productivity/Graphics/Bitmap Editors
 URL:https://www.krita.org/
 Source0:
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0: 0001-Support-building-with-OpenEXR-3.patch
-%ifnarch %{arm} aarch64
-# Causes build failure on ARM currently
-# 2021-07-24: Disabled for Tumbleweed (kde#435474)
-%if 0%{?suse_version} < 1550
-BuildRequires:  OpenColorIO-devel
-%endif
+%if %{with released}
+Source1:
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz.sig
+Source2:krita.keyring
 %endif
 BuildRequires:  OpenEXR-devel
 BuildRequires:  extra-cmake-modules
@@ -92,15 +87,19 @@
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5X11Extras)
 BuildRequires:  cmake(Qt5Xml)
+BuildRequires:  pkgconfig(OpenColorIO)
+BuildRequires:  pkgconfig(libmypaint)
+BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(xcb-atom)
 BuildRequires:  pkgconfig(xi) >= 1.4.99.1
-Recommends: %{name}-lang = %{version}
 Recommends: python3-qt5
 Obsoletes:  calligra-krita < %{version}
 

commit yast2 for openSUSE:Factory

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

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

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


Package is "yast2"

Sat Jan  8 23:23:11 2022 rev:523 rq:944906 version:4.4.34

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2021-12-26 
13:30:23.202954387 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new.1892/yast2.changes2022-01-08 
23:23:27.410223690 +0100
@@ -1,0 +2,14 @@
+Fri Jan  7 14:41:15 UTC 2022 - Ladislav Slez??k 
+
+- Fixed test failure in Ruby 2.5, caused by the fix for Ruby 3.0
+  (related to bsc#1193192)
+- 4.4.34
+
+---
+Fri Jan  7 08:32:21 UTC 2022 - Knut Anderssen 
+
+- Y2Packager::Resolvable: added none? method in order to not crash
+  in case of rubocop automatic change (bsc#1194387)
+- 4.4.33
+
+---

Old:

  yast2-4.4.32.tar.bz2

New:

  yast2-4.4.34.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.yFpccX/_old  2022-01-08 23:23:28.138224284 +0100
+++ /var/tmp/diff_new_pack.yFpccX/_new  2022-01-08 23:23:28.142224287 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:4.4.32
+Version:4.4.34
 Release:0
 
 Summary:YaST2 Main Package

++ yast2-4.4.32.tar.bz2 -> yast2-4.4.34.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.4.32/library/cwm/src/lib/cwm/dialog.rb 
new/yast2-4.4.34/library/cwm/src/lib/cwm/dialog.rb
--- old/yast2-4.4.32/library/cwm/src/lib/cwm/dialog.rb  2021-12-25 
17:57:25.0 +0100
+++ new/yast2-4.4.34/library/cwm/src/lib/cwm/dialog.rb  2022-01-07 
17:26:30.0 +0100
@@ -26,6 +26,10 @@
 # @return [CWM::WidgetTerm]
 abstract_method :contents
 
+# Constructor (empty to just allow passing extra options)
+def initialize(*args, **kws)
+end
+
 # A shortcut for `.new(*args).run`
 def self.run(*args, **kws)
   new(*args, **kws).run
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.4.32/library/cwm/src/lib/cwm/popup.rb 
new/yast2-4.4.34/library/cwm/src/lib/cwm/popup.rb
--- old/yast2-4.4.32/library/cwm/src/lib/cwm/popup.rb   2021-12-25 
17:57:25.0 +0100
+++ new/yast2-4.4.34/library/cwm/src/lib/cwm/popup.rb   2022-01-07 
17:26:30.0 +0100
@@ -26,6 +26,11 @@
   # This class offers a CWM dialog which behaves as a pop-up.
   # @see {CWM::Dialog} for remaining configuration options.
   class Popup < Dialog
+# Constructor (empty to just allow passing extra options)
+def initialize(*args, **kws)
+  super
+end
+
 # Determines that a dialog should always be open
 #
 # @return [true]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.4.32/library/general/test/ui/installation/layout_test.rb 
new/yast2-4.4.34/library/general/test/ui/installation/layout_test.rb
--- old/yast2-4.4.32/library/general/test/ui/installation/layout_test.rb
2021-12-25 17:57:25.0 +0100
+++ new/yast2-4.4.34/library/general/test/ui/installation/layout_test.rb
2022-01-07 17:26:30.0 +0100
@@ -24,6 +24,12 @@
 require "ui/wizards/layout"
 
 describe UI::Wizards::Layout do
+  before do
+# ProductFeatures read the defaults from the system when running
+# in an installed system
+allow(Yast::Stage).to receive(:normal).and_return(false)
+  end
+
   describe ".with_steps" do
 it "creates a layout with steps sidebar" do
   layout = described_class.with_steps
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.4.32/library/packages/src/lib/y2packager/resolvable.rb 
new/yast2-4.4.34/library/packages/src/lib/y2packager/resolvable.rb
--- old/yast2-4.4.32/library/packages/src/lib/y2packager/resolvable.rb  
2021-12-25 17:57:25.0 +0100
+++ new/yast2-4.4.34/library/packages/src/lib/y2packager/resolvable.rb  
2022-01-07 17:26:30.0 +0100
@@ -81,6 +81,15 @@
   Yast::Pkg.AnyResolvable(params)
 end
 
+# Return true when there is no resolvable matching the requested 
parameters or false
+# otherwise.
+#
+# @param params [Hash] The requested attributes
+

commit cargo-c for openSUSE:Factory

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

here is the log from the commit of package cargo-c for openSUSE:Factory checked 
in at 2022-01-08 23:23:10

Comparing /work/SRC/openSUSE:Factory/cargo-c (Old)
 and  /work/SRC/openSUSE:Factory/.cargo-c.new.1892 (New)


Package is "cargo-c"

Sat Jan  8 23:23:10 2022 rev:10 rq:944583 version:0.8.1~git0.cce1b08

Changes:

--- /work/SRC/openSUSE:Factory/cargo-c/cargo-c.changes  2021-06-12 
20:05:24.140652050 +0200
+++ /work/SRC/openSUSE:Factory/.cargo-c.new.1892/cargo-c.changes
2022-01-08 23:23:20.750218253 +0100
@@ -1,0 +2,6 @@
+Thu Jan 06 06:58:06 UTC 2022 - william.br...@suse.com
+
+- resolve bsc#1194113 (CVE-2018-25023)
+- resolve bsc#1194119 (CVE-2021-45710)
+
+---



Other differences:
--
++ cargo-c.spec ++
--- /var/tmp/diff_new_pack.rXr1Ye/_old  2022-01-08 23:23:25.398222047 +0100
+++ /var/tmp/diff_new_pack.rXr1Ye/_new  2022-01-08 23:23:25.406222054 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cargo-c
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2019 Andreas Schneider .
 #
 # All modifications and additions to the file contributed by third parties

++ _service ++
--- /var/tmp/diff_new_pack.rXr1Ye/_old  2022-01-08 23:23:25.446222087 +0100
+++ /var/tmp/diff_new_pack.rXr1Ye/_new  2022-01-08 23:23:25.450222090 +0100
@@ -19,6 +19,7 @@
   
  cargo-c
  xz
+ true
   
   
  cargo-c

++ cargo-c-0.8.1~git0.cce1b08.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cargo-c-0.8.1~git0.cce1b08/.gitignore 
new/cargo-c-0.8.1~git0.cce1b08/.gitignore
--- old/cargo-c-0.8.1~git0.cce1b08/.gitignore   1970-01-01 01:00:00.0 
+0100
+++ new/cargo-c-0.8.1~git0.cce1b08/.gitignore   2021-05-13 18:39:26.0 
+0200
@@ -0,0 +1,5 @@
+/target
+**/*.rs.bk
+Cargo.lock
+/example-project/target/
+/example-project/usage-from-c/run_tests

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/cargo-c/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.cargo-c.new.1892/vendor.tar.xz differ: char 26, 
line 1


commit fmt for openSUSE:Factory

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

here is the log from the commit of package fmt for openSUSE:Factory checked in 
at 2022-01-08 23:23:11

Comparing /work/SRC/openSUSE:Factory/fmt (Old)
 and  /work/SRC/openSUSE:Factory/.fmt.new.1892 (New)


Package is "fmt"

Sat Jan  8 23:23:11 2022 rev:18 rq:944681 version:8.1.1

Changes:

--- /work/SRC/openSUSE:Factory/fmt/fmt.changes  2022-01-05 13:39:26.821511162 
+0100
+++ /work/SRC/openSUSE:Factory/.fmt.new.1892/fmt.changes2022-01-08 
23:23:25.950222498 +0100
@@ -1,0 +2,7 @@
+Fri Jan  7 08:36:43 UTC 2022 - Luigi Baldoni 
+
+- Update to version 8.1.1
+  * Restored ABI compatibility with version 8.0.x
+  * Fixed chorno formatting on big endian systems
+
+---

Old:

  fmt-8.1.0.tar.gz

New:

  fmt-8.1.1.tar.gz



Other differences:
--
++ fmt.spec ++
--- /var/tmp/diff_new_pack.zLiq8e/_old  2022-01-08 23:23:26.614223040 +0100
+++ /var/tmp/diff_new_pack.zLiq8e/_new  2022-01-08 23:23:26.63046 +0100
@@ -18,7 +18,7 @@
 
 %define sover   8
 Name:   fmt
-Version:8.1.0
+Version:8.1.1
 Release:0
 Summary:A formatting library for C++
 License:MIT

++ fmt-8.1.0.tar.gz -> fmt-8.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fmt-8.1.0/ChangeLog.rst new/fmt-8.1.1/ChangeLog.rst
--- old/fmt-8.1.0/ChangeLog.rst 2022-01-02 17:34:01.0 +0100
+++ new/fmt-8.1.1/ChangeLog.rst 2022-01-06 23:35:15.0 +0100
@@ -1,5 +1,24 @@
-8.1.0 - TBD

+8.1.1 - 2022-01-06
+--
+
+* Restored ABI compatibility with version 8.0.x
+  (`#2695 `_,
+  `#2696 `_).
+  Thanks `@saraedum (Julian R??th) `_.
+
+* Fixed chorno formatting on big endian systems
+  (`#2698 `_,
+  `#2699 `_).
+  Thanks `@phprus (Vladislav Shchapov) `_ and
+  `@xvitaly (Vitaly Zaitsev) `_.
+
+* Fixed a linkage error with mingw
+  (`#2691 `_,
+  `#2692 `_).
+  Thanks `@rbberger (Richard Berger) `_.
+
+8.1.0 - 2022-01-02
+--
 
 * Optimized chrono formatting
   (`#2500 `_,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fmt-8.1.0/doc/build.py new/fmt-8.1.1/doc/build.py
--- old/fmt-8.1.0/doc/build.py  2022-01-02 17:34:01.0 +0100
+++ new/fmt-8.1.1/doc/build.py  2022-01-06 23:35:15.0 +0100
@@ -4,7 +4,7 @@
 import errno, os, re, sys
 from subprocess import check_call, CalledProcessError, Popen, PIPE, STDOUT
 
-versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', 
'5.1.0', '5.2.0', '5.2.1', '5.3.0', '6.0.0', '6.1.0', '6.1.1', '6.1.2', 
'6.2.0', '6.2.1', '7.0.0', '7.0.1', '7.0.2', '7.0.3', '7.1.0', '7.1.1', 
'7.1.2', '7.1.3', '8.0.0', '8.0.1']
+versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', 
'5.1.0', '5.2.0', '5.2.1', '5.3.0', '6.0.0', '6.1.0', '6.1.1', '6.1.2', 
'6.2.0', '6.2.1', '7.0.0', '7.0.1', '7.0.2', '7.0.3', '7.1.0', '7.1.1', 
'7.1.2', '7.1.3', '8.0.0', '8.0.1', '8.1.0', '8.1.1']
 
 class Pip:
   def __init__(self, venv_dir):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fmt-8.1.0/include/fmt/chrono.h 
new/fmt-8.1.1/include/fmt/chrono.h
--- old/fmt-8.1.0/include/fmt/chrono.h  2022-01-02 17:34:01.0 +0100
+++ new/fmt-8.1.1/include/fmt/chrono.h  2022-01-06 23:35:15.0 +0100
@@ -558,7 +558,15 @@
   auto usep = static_cast(sep);
   // Add ASCII '0' to each digit byte and insert separators.
   digits |= 0x3030003030003030 | (usep << 16) | (usep << 40);
-  memcpy(buf, , 8);
+
+  constexpr const size_t len = 8;
+  if (const_check(is_big_endian())) {
+char tmp[len];
+memcpy(tmp, , len);
+std::reverse_copy(tmp, tmp + len, buf);
+  } else {
+memcpy(buf, , len);
+  }
 }
 
 template  FMT_CONSTEXPR inline const char* get_units() {
@@ -1082,7 +1090,7 @@
   }
   template ::value)>
   void format_utc_offset_impl(const T& tm) {
-#if defined(_WIN32)
+#if defined(_WIN32) && defined(_UCRT)
 #  if FMT_USE_TZSET
 tzset_once();
 #  endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fmt-8.1.0/include/fmt/core.h 
new/fmt-8.1.1/include/fmt/core.h
--- old/fmt-8.1.0/include/fmt/core.h2022-01-02 

commit package-translations for openSUSE:Factory

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

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2022-01-08 23:23:09

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new.1892 (New)


Package is "package-translations"

Sat Jan  8 23:23:09 2022 rev:126 rq:944573 version:89.87.20210518.c8ca1c2f

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2020-03-25 23:43:32.211998321 +0100
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new.1892/package-translations.changes
  2022-01-08 23:23:19.346217107 +0100
@@ -1,0 +2,61 @@
+Wed May 19 02:28:43 UTC 2021 - opensuse-packag...@opensuse.org
+
+- Merge Leap, Tumbleweed and SLE into a single package
+  (bump major version from 84 to 89).
+- Update to version 89.87.20210518.c8ca1c2f:
+  * Generate previous context for patterns po files
+  * Update README.md
+  * Import strings from SLE branch into patterns po files
+  * Remove reference to obsolete rpm-groups
+  * Update strings with both Leap and SLE support
+  * prepare_split_tw_leap.sh: Accept more files
+  * Add support for urls_sle.txt
+  * Include updates from SLE branch - SLE support - Remove rpm-groups - Make 
package translations optional
+  * Update with Leap 15.3 specific strings
+  * Bump URLs for 15.3
+  * Added translation using Weblate (Central Atlas Tamazight)
+  * Added translation using Weblate (Hindi)
+  * Added translation using Weblate (Sinhala)
+  * Added translation using Weblate (Turkish)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Central Atlas Tamazight)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (English (United Kingdom))
+  * Translated using Weblate (Finnish)
+  * Translated using Weblate (French)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Greek)
+  * Translated using Weblate (Hindi)
+  * Translated using Weblate (Indonesian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Ukrainian)
+
+---
+Thu May 28 13:42:29 UTC 2020 - opensuse-packag...@opensuse.org
+
+- Update to version 84.87.20200507.e55fbcdc:
+  * Translations for openSUSE Leap 15.2 RC poo#61278
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Finnish)
+  * Translated using Weblate (Danish)
+  * Translated using Weblate (Chinese (China))
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Arabic)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Indonesian)
+
+---

Old:

  package-translations-84.87.20200314.d01661e1.tar.xz

New:

  package-translations-89.87.20210518.c8ca1c2f.tar.xz



Other differences:
--
++ package-translations.spec ++
--- /var/tmp/diff_new_pack.76RM7I/_old  2022-01-08 23:23:20.194217800 +0100
+++ /var/tmp/diff_new_pack.76RM7I/_new  2022-01-08 23:23:20.198217803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package package-translations
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   package-translations
-Version:84.87.20200314.d01661e1
+Version:89.87.20210518.c8ca1c2f
 Release:0
 Summary:Summary and Descriptions Translations
 License:BSD-3-Clause

++ _service ++
--- /var/tmp/diff_new_pack.76RM7I/_old  2022-01-08 23:23:20.226217826 +0100
+++ /var/tmp/diff_new_pack.76RM7I/_new  2022-01-08 23:23:20.230217829 +0100
@@ -3,7 +3,7 @@
package-translations
%cd.%h

-   84.87
+   89.87
git://github.com/openSUSE/packages-i18n.git
git
enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.76RM7I/_old  2022-01-08 

commit go1.17 for openSUSE:Factory

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

here is the log from the commit of package go1.17 for openSUSE:Factory checked 
in at 2022-01-08 23:23:07

Comparing /work/SRC/openSUSE:Factory/go1.17 (Old)
 and  /work/SRC/openSUSE:Factory/.go1.17.new.1892 (New)


Package is "go1.17"

Sat Jan  8 23:23:07 2022 rev:6 rq:944562 version:1.17.6

Changes:

--- /work/SRC/openSUSE:Factory/go1.17/go1.17.changes2021-12-12 
21:27:18.724330971 +0100
+++ /work/SRC/openSUSE:Factory/.go1.17.new.1892/go1.17.changes  2022-01-08 
23:23:14.490213143 +0100
@@ -1,0 +2,14 @@
+Thu Jan  6 20:38:08 UTC 2022 - Jeff Kowalczyk 
+
+- go1.17.6 (released 2022-01-06) includes fixes to the compiler,
+  linker, runtime, and the crypto/x509, net/http, and reflect
+  packages.
+  Refs boo#1190649 go1.17 release tracking
+  * go#50165 crypto/x509: error parsing large ASN.1 identifiers
+  * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey
+  * go#49961 reflect: segmentation violation while using html/template
+  * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 
stream's window is out of space.
+  * go#49413 cmd/compile: internal compiler error: Op...LECall and 
OpDereference have mismatched mem
+  * go#48116 runtime: mallocs cause "base outside usable address space" panic 
when running on iOS 14
+
+---

Old:

  go1.17.5.src.tar.gz

New:

  go1.17.6.src.tar.gz



Other differences:
--
++ go1.17.spec ++
--- /var/tmp/diff_new_pack.lAfQpK/_old  2022-01-08 23:23:17.174215335 +0100
+++ /var/tmp/diff_new_pack.lAfQpK/_new  2022-01-08 23:23:17.178215338 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.17
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -135,7 +135,7 @@
 %endif
 
 Name:   go1.17
-Version:1.17.5
+Version:1.17.6
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause

++ go1.17.5.src.tar.gz -> go1.17.6.src.tar.gz ++
/work/SRC/openSUSE:Factory/go1.17/go1.17.5.src.tar.gz 
/work/SRC/openSUSE:Factory/.go1.17.new.1892/go1.17.6.src.tar.gz differ: char 
143, line 1


commit go1.16 for openSUSE:Factory

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

here is the log from the commit of package go1.16 for openSUSE:Factory checked 
in at 2022-01-08 23:23:06

Comparing /work/SRC/openSUSE:Factory/go1.16 (Old)
 and  /work/SRC/openSUSE:Factory/.go1.16.new.1892 (New)


Package is "go1.16"

Sat Jan  8 23:23:06 2022 rev:16 rq:944561 version:1.16.13

Changes:

--- /work/SRC/openSUSE:Factory/go1.16/go1.16.changes2021-12-12 
21:27:17.412330194 +0100
+++ /work/SRC/openSUSE:Factory/.go1.16.new.1892/go1.16.changes  2022-01-08 
23:23:12.590211592 +0100
@@ -1,0 +2,14 @@
+Thu Jan  6 20:38:08 UTC 2022 - Jeff Kowalczyk 
+
+- go1.16.13 (released 2022-01-06) includes fixes to the compiler,
+  linker, runtime, and the net/http package.
+  Refs boo#1182345 go1.16 release tracking
+  * go#50449 x/net/http2: http.Server.WriteTimeout does not fire if the http2 
stream's window is out of space.
+  * go#50296 cmd/link: does not set section type of .init_array correctly
+  * go#50194 runtime/race: building for iOS, but linking in object file built 
for macOS
+  * go#50072 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey
+  * go#49923 cmd/link: support more load commands on Mach-O
+  * go#49412 cmd/compile: internal compiler error: Op...LECall and 
OpDereference have mismatched mem
+  * go#48115 runtime: mallocs cause "base outside usable address space" panic 
when running on iOS 14
+
+---

Old:

  go1.16.12.src.tar.gz

New:

  go1.16.13.src.tar.gz



Other differences:
--
++ go1.16.spec ++
--- /var/tmp/diff_new_pack.MAaYTA/_old  2022-01-08 23:23:13.418212268 +0100
+++ /var/tmp/diff_new_pack.MAaYTA/_new  2022-01-08 23:23:13.422212272 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.16
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -135,7 +135,7 @@
 %endif
 
 Name:   go1.16
-Version:1.16.12
+Version:1.16.13
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause

++ go1.16.12.src.tar.gz -> go1.16.13.src.tar.gz ++
/work/SRC/openSUSE:Factory/go1.16/go1.16.12.src.tar.gz 
/work/SRC/openSUSE:Factory/.go1.16.new.1892/go1.16.13.src.tar.gz differ: char 
143, line 1


commit python-mistune for openSUSE:Factory

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

here is the log from the commit of package python-mistune for openSUSE:Factory 
checked in at 2022-01-08 23:23:05

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


Package is "python-mistune"

Sat Jan  8 23:23:05 2022 rev:12 rq:944542 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-mistune/python-mistune.changes
2022-01-03 10:48:54.775568809 +0100
+++ /work/SRC/openSUSE:Factory/.python-mistune.new.1892/python-mistune.changes  
2022-01-08 23:23:09.586209140 +0100
@@ -1,0 +2,7 @@
+Thu Jan  6 19:50:25 UTC 2022 - Matej Cepl 
+
+- Add 295-overagreesive-escape_url.patch make
+  mistune.util.escape_url less aggressive
+  (gh#lepture/mistune#295).
+
+---

New:

  295-overagreesive-escape_url.patch



Other differences:
--
++ python-mistune.spec ++
--- /var/tmp/diff_new_pack.yH6lvk/_old  2022-01-08 23:23:11.710210874 +0100
+++ /var/tmp/diff_new_pack.yH6lvk/_new  2022-01-08 23:23:11.714210878 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,9 @@
 Group:  Development/Languages/Python
 URL:https://github.com/lepture/mistune
 Source: 
https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 295-overagreesive-escape_url.patch gh#lepture/mistune#295 
mc...@suse.com
+# Make mistune.util.escape_url less aggressive
+Patch0: 295-overagreesive-escape_url.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

++ 295-overagreesive-escape_url.patch ++
>From fc2cd53d7698e432ab5b250ffac53458263a49e2 Mon Sep 17 00:00:00 2001
From: Jeff Dairiki 
Date: Thu, 6 Jan 2022 09:30:32 -0800
Subject: [PATCH] Make mistune.util.escape_url less aggressive
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This adds ';', '!', and '$' to the set of characters which will be
passed unmolested by escape_url.  These are all in RFC 3986 reserved
character list ??? that is to say: escaping these may change the meaning
of a URL.
---
 mistune/util.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/mistune/util.py b/mistune/util.py
index 192f6ef..f99fe37 100644
--- a/mistune/util.py
+++ b/mistune/util.py
@@ -20,7 +20,12 @@ def escape(s, quote=True):
 
 
 def escape_url(link):
-safe = '/#:()*?=%@+,&'
+safe = (
+':/?#@'   # gen-delims - '[]' (rfc3986)
+'!$&()*+,;='  # sub-delims - "'" (rfc3986)
+'%'   # leave already-encoded octets alone
+)
+
 if html is None:
 return quote(link.encode('utf-8'), safe=safe)
 return html.escape(quote(html.unescape(link), safe=safe))


commit osinfo-db for openSUSE:Factory

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

here is the log from the commit of package osinfo-db for openSUSE:Factory 
checked in at 2022-01-08 23:23:03

Comparing /work/SRC/openSUSE:Factory/osinfo-db (Old)
 and  /work/SRC/openSUSE:Factory/.osinfo-db.new.1892 (New)


Package is "osinfo-db"

Sat Jan  8 23:23:03 2022 rev:53 rq:944513 version:20211216

Changes:

--- /work/SRC/openSUSE:Factory/osinfo-db/osinfo-db.changes  2021-12-03 
20:35:20.392235977 +0100
+++ /work/SRC/openSUSE:Factory/.osinfo-db.new.1892/osinfo-db.changes
2022-01-08 23:23:06.750206825 +0100
@@ -1,0 +2,7 @@
+Wed Jan  5 07:43:06 MST 2022 - carn...@suse.com
+
+- Update to database version 20211216
+  osinfo-db-20211216.tar.xz
+- Drop add-missing-oracle-linux-versions.patch
+
+---

Old:

  add-missing-oracle-linux-versions.patch
  osinfo-db-20211013.tar.xz

New:

  osinfo-db-20211216.tar.xz



Other differences:
--
++ osinfo-db.spec ++
--- /var/tmp/diff_new_pack.719ZfJ/_old  2022-01-08 23:23:07.330207299 +0100
+++ /var/tmp/diff_new_pack.719ZfJ/_new  2022-01-08 23:23:07.330207299 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   osinfo-db
-Version:20211013
+Version:20211216
 Release:0
 Summary:Osinfo database files
 License:LGPL-2.1+ and GPL-2.0+
@@ -33,7 +33,6 @@
 Patch26:add-sle15sp4-support.patch
 Patch27:add-slem5.1-support.patch
 Patch28:opensuse-autoyast-desktop.patch
-Patch29:add-missing-oracle-linux-versions.patch
 
 BuildRequires:  intltool
 BuildRequires:  osinfo-db-tools
@@ -53,7 +52,6 @@
 %patch26 -p1
 %patch27 -p1
 %patch28 -p1
-%patch29 -p1
 
 %build
 cd %{_builddir}

++ osinfo-db-20211013.tar.xz -> osinfo-db-20211216.tar.xz ++
 3928 lines of diff (skipped)


commit python-jsonpickle for openSUSE:Factory

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

here is the log from the commit of package python-jsonpickle for 
openSUSE:Factory checked in at 2022-01-08 23:23:04

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


Package is "python-jsonpickle"

Sat Jan  8 23:23:04 2022 rev:9 rq:944522 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jsonpickle/python-jsonpickle.changes  
2021-02-16 22:34:49.725525011 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpickle.new.1892/python-jsonpickle.changes
2022-01-08 23:23:08.814208510 +0100
@@ -1,0 +2,6 @@
+Thu Jan  6 19:51:47 UTC 2022 - Ben Greiner 
+
+- Don't test and recommend unmaintained packages demjson and
+  feedparser
+
+---



Other differences:
--
++ python-jsonpickle.spec ++
--- /var/tmp/diff_new_pack.8IChoc/_old  2022-01-08 23:23:09.314208918 +0100
+++ /var/tmp/diff_new_pack.8IChoc/_new  2022-01-08 23:23:09.318208922 +0100
@@ -37,7 +37,6 @@
 Requires:   python-importlib_metadata
 %endif
 Recommends: python-simplejson
-Suggests:   python-demjson
 Suggests:   python-ujson
 Suggests:   python-yajl
 Suggests:   python-numpy
@@ -53,8 +52,6 @@
 BuildRequires:  %{python_module numpy if (%python-base without python36-base)}
 %if ! 0%{?_with_ringdisabled}
 # Test these in a normal devel project or locally, but not when staging with 
Ring1
-BuildRequires:  %{python_module demjson}
-BuildRequires:  %{python_module feedparser}
 BuildRequires:  %{python_module ujson}
 BuildRequires:  %{python_module pandas if (%python-base without python36-base)}
 BuildRequires:  %{python_module scikit-learn if (%python-base without 
python36-base)}


commit xen for openSUSE:Factory

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

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

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


Package is "xen"

Sat Jan  8 23:23:02 2022 rev:309 rq:944512 version:4.16.0_04

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2021-12-16 21:18:48.302509658 
+0100
+++ /work/SRC/openSUSE:Factory/.xen.new.1892/xen.changes2022-01-08 
23:23:04.390204899 +0100
@@ -1,0 +2,17 @@
+Thu Jan  6 16:05:00 CET 2022 - jbeul...@suse.com
+
+- bsc#1193447 - Slow execution of hvmloader+ovmf when VM contains
+  an sriov device
+  61bc429f-revert-hvmloader-PA-range-should-be-UC.patch
+- Upstream bug fixes (bsc#1027519)
+  61b31d5c-x86-restrict-all-but-self-IPI.patch
+  61b88e78-x86-CPUID-TSXLDTRK-definition.patch
+  61d5687a-x86-spec-ctrl-opt_srb_lock-default.patch
+
+---
+Tue Jan  4 15:51:15 UTC 2022 - James Fehlig 
+
+- Collect active VM config files in the supportconfig plugin
+  xen-supportconfig
+
+---

New:

  61b31d5c-x86-restrict-all-but-self-IPI.patch
  61b88e78-x86-CPUID-TSXLDTRK-definition.patch
  61bc429f-revert-hvmloader-PA-range-should-be-UC.patch
  61d5687a-x86-spec-ctrl-opt_srb_lock-default.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.NfxPMJ/_old  2022-01-08 23:23:05.878206113 +0100
+++ /var/tmp/diff_new_pack.NfxPMJ/_new  2022-01-08 23:23:05.878206113 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xen
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -119,7 +119,7 @@
 %endif
 Provides:   installhint(reboot-needed)
 
-Version:4.16.0_02
+Version:4.16.0_04
 Release:0
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
 License:GPL-2.0-only
@@ -155,6 +155,10 @@
 # For xen-libs
 Source99:   baselibs.conf
 # Upstream patches
+Patch1: 61b31d5c-x86-restrict-all-but-self-IPI.patch
+Patch2: 61b88e78-x86-CPUID-TSXLDTRK-definition.patch
+Patch3: 61bc429f-revert-hvmloader-PA-range-should-be-UC.patch
+Patch4: 61d5687a-x86-spec-ctrl-opt_srb_lock-default.patch
 # EMBARGOED security fixes
 # libxc
 Patch301:   libxc-bitmap-long.patch

++ 61b31d5c-x86-restrict-all-but-self-IPI.patch ++
# Commit 7621880de0bb40bae6436a5b106babc0e4718f4d
# Date 2021-12-10 10:26:52 +0100
# Author Jan Beulich 
# Committer Jan Beulich 
x86: avoid wrong use of all-but-self IPI shorthand

With "nosmp" I did observe a flood of "APIC error on CPU0: 04(04), Send
accept error" log messages on an AMD system. And rightly so - nothing
excludes the use of the shorthand in send_IPI_mask() in this case. Set
"unaccounted_cpus" to "true" also when command line restrictions are the
cause.

Note that PV-shim mode is unaffected by this change, first and foremost
because "nosmp" and "maxcpus=" are ignored in this case.

Fixes: 5500d265a2a8 ("x86/smp: use APIC ALLBUT destination shorthand when 
possible")
Signed-off-by: Jan Beulich 
Acked-by: Andrew Cooper 

--- a/xen/arch/x86/mpparse.c
+++ b/xen/arch/x86/mpparse.c
@@ -85,9 +85,14 @@ void __init set_nr_cpu_ids(unsigned int
if (!park_offline_cpus)
tot_cpus = max_cpus;
nr_cpu_ids = min(tot_cpus, NR_CPUS + 0u);
-   if (park_offline_cpus && nr_cpu_ids < num_processors)
-   printk(XENLOG_WARNING "SMP: Cannot bring up %u further CPUs\n",
-  num_processors - nr_cpu_ids);
+   if (nr_cpu_ids < num_processors)
+   {
+   unaccounted_cpus = true;
+   if (park_offline_cpus)
+   printk(XENLOG_WARNING
+  "SMP: Cannot bring up %u further CPUs\n",
+  num_processors - nr_cpu_ids);
+   }
 
 #ifndef nr_cpumask_bits
nr_cpumask_bits = ROUNDUP(nr_cpu_ids, BITS_PER_LONG);

++ 61b88e78-x86-CPUID-TSXLDTRK-definition.patch ++
# Commit 249e0f1d8f203188ccdcced5a05c2149739e1566
# Date 2021-12-14 12:30:48 +
# Author Andrew Cooper 
# Committer Andrew Cooper 
x86/cpuid: Fix TSXLDTRK definition

TSXLDTRK lives in CPUID leaf 7[0].edx, not 7[0].ecx.

Bit 16 in ecx is LA57.

Fixes: a6d1b558471f ("x86emul: support X{SUS,RES}LDTRK")
Signed-off-by: Andrew Cooper 
Reviewed-by: Jan Beulich 

--- a/tools/libs/light/libxl_cpuid.c
+++ b/tools/libs/light/libxl_cpuid.c
@@ -209,7 +209,6 @@ int 

commit hunspell for openSUSE:Factory

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

here is the log from the commit of package hunspell for openSUSE:Factory 
checked in at 2022-01-08 23:23:01

Comparing /work/SRC/openSUSE:Factory/hunspell (Old)
 and  /work/SRC/openSUSE:Factory/.hunspell.new.1892 (New)


Package is "hunspell"

Sat Jan  8 23:23:01 2022 rev:54 rq:944507 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/hunspell/hunspell.changes2020-06-11 
14:45:45.841568135 +0200
+++ /work/SRC/openSUSE:Factory/.hunspell.new.1892/hunspell.changes  
2022-01-08 23:23:02.874203662 +0100
@@ -1,0 +2,5 @@
+Thu Jan  6 17:35:08 UTC 2022 - pgaj...@suse.com
+
+- suggests  english directory [bsc#1193627]
+
+---



Other differences:
--
++ hunspell.spec ++
--- /var/tmp/diff_new_pack.i2xVtz/_old  2022-01-08 23:23:03.490204164 +0100
+++ /var/tmp/diff_new_pack.i2xVtz/_new  2022-01-08 23:23:03.494204168 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hunspell
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,6 +40,8 @@
 BuildRequires:  readline-devel
 Recommends: %{name}-tools
 Recommends: unzip
+# bsc#1193627
+Suggests:   myspell-en_US
 
 %description
 Hunspell is a spell checker and morphological analyzer library and


commit galera-4 for openSUSE:Factory

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

here is the log from the commit of package galera-4 for openSUSE:Factory 
checked in at 2022-01-08 23:22:59

Comparing /work/SRC/openSUSE:Factory/galera-4 (Old)
 and  /work/SRC/openSUSE:Factory/.galera-4.new.1892 (New)


Package is "galera-4"

Sat Jan  8 23:22:59 2022 rev:2 rq:944498 version:26.4.10

Changes:

--- /work/SRC/openSUSE:Factory/galera-4/galera-4.changes2022-01-03 
10:49:20.111578512 +0100
+++ /work/SRC/openSUSE:Factory/.galera-4.new.1892/galera-4.changes  
2022-01-08 23:23:00.602201807 +0100
@@ -1,0 +2,5 @@
+Thu Dec 30 14:23:20 UTC 2021 - Danilo Spinella 
+
+- Migrate to sysusers for creating garb user
+
+---

New:

  garb-user.conf



Other differences:
--
++ galera-4.spec ++
--- /var/tmp/diff_new_pack.KrF0YA/_old  2022-01-08 23:23:01.318202391 +0100
+++ /var/tmp/diff_new_pack.KrF0YA/_new  2022-01-08 23:23:01.322202395 +0100
@@ -35,6 +35,7 @@
 URL:https://galeracluster.com/
 Source: 
http://releases.galeracluster.com/galera-4/source/%{name}-%{version}.tar.gz
 Source1:
http://releases.galeracluster.com/galera-4/source/%{name}-%{version}.tar.gz.asc
+Source2:garb-user.conf
 Patch0: galera-3-25.3.10_fix_startup_scripts.patch
 BuildRequires:  boost-devel
 BuildRequires:  check-devel
@@ -44,6 +45,7 @@
 BuildRequires:  mariadb >= %{mariadb_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  sysuser-tools
 Requires:   %{name}-wsrep-provider
 Conflicts:  galera-3
 %if 0%{?suse_version} >= 1500
@@ -116,10 +118,13 @@
 %else
 scons %{?_smp_mflags} deterministic_tests=1 version=%{version} ssl=1 
system_asio=1 boost_pool=1
 %endif
+%sysusers_generate_pre %{SOURCE2} garb garb-user.conf
 
 %install
 install -D -m 644 garb/files/garb.service %{buildroot}%{_unitdir}/garb.service
 install -D -m 755 garb/files/garb-systemd %{buildroot}%{_bindir}/garb-systemd
+mkdir -p %{buildroot}%{_sysusersdir}
+install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysusersdir}/
 
 install -D -m 644 garb/files/garb.cnf
%{buildroot}%{_fillupdir}/sysconfig.garb
 
@@ -156,6 +161,7 @@
 %{_mandir}/man8/garbd.8%{?ext_man}
 #
 %dir %attr(0750,garb,garb) %{homedir}
+%{_sysusersdir}/garb-user.conf
 # /garb
 # plugin
 %if %{with split_package}
@@ -168,10 +174,7 @@
 %{libs}/libgalera_smm.so
 %config %{_sysconfdir}/my.cnf.d/51-%{name}-wsrep-provider.cnf
 
-%pre
-# Create user and group on the system if necessary
-%{_sbindir}/groupadd -r garb >/dev/null 2>&1 || :
-%{_sbindir}/useradd -g garb -s /bin/false -r -c "Galera Arbitrator" -d 
%{homedir} garb >/dev/null 2>&1 || :
+%pre -f garb.pre
 
 %service_add_pre garb.service
 


++ garb-user.conf ++
# Type Name ID GECOS [HOME]
u garb - "Galera Arbitrator" /var/lib/garb /bin/false


commit yast2-samba-client for openSUSE:Factory

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

here is the log from the commit of package yast2-samba-client for 
openSUSE:Factory checked in at 2022-01-08 23:23:00

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


Package is "yast2-samba-client"

Sat Jan  8 23:23:00 2022 rev:108 rq:944501 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes
2021-04-23 17:50:27.530776968 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-client.new.1892/yast2-samba-client.changes
  2022-01-08 23:23:01.678202685 +0100
@@ -1,0 +2,7 @@
+Wed Dec  8 14:46:40 UTC 2021 - Noel Power 
+
+- With latest versions of samba (>=4.15.0) calling 'net ads lookup'
+  with '-U%' fails; (boo#1193533).
+- 4.4.2
+
+---

Old:

  yast2-samba-client-4.4.1.tar.bz2

New:

  yast2-samba-client-4.4.2.tar.bz2



Other differences:
--
++ yast2-samba-client.spec ++
--- /var/tmp/diff_new_pack.jf71sg/_old  2022-01-08 23:23:02.282203178 +0100
+++ /var/tmp/diff_new_pack.jf71sg/_new  2022-01-08 23:23:02.286203181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-samba-client
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-client
-Version:4.4.1
+Version:4.4.2
 Release:0
 Summary:YaST2 - Samba Client Configuration
 License:GPL-2.0-only

++ yast2-samba-client-4.4.1.tar.bz2 -> yast2-samba-client-4.4.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-4.4.1/.github/workflows/ci.yml 
new/yast2-samba-client-4.4.2/.github/workflows/ci.yml
--- old/yast2-samba-client-4.4.1/.github/workflows/ci.yml   2021-04-21 
07:53:55.0 +0200
+++ new/yast2-samba-client-4.4.2/.github/workflows/ci.yml   2022-01-06 
17:10:59.0 +0100
@@ -8,7 +8,8 @@
 jobs:
   Package:
 runs-on: ubuntu-latest
-container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+container:
+  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
 steps:
 
@@ -22,7 +23,8 @@
   # checks into one job avoids that overhead
   Checks:
 runs-on: ubuntu-latest
-container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+container:
+  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
 steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-4.4.1/package/yast2-samba-client.changes 
new/yast2-samba-client-4.4.2/package/yast2-samba-client.changes
--- old/yast2-samba-client-4.4.1/package/yast2-samba-client.changes 
2021-04-21 07:53:55.0 +0200
+++ new/yast2-samba-client-4.4.2/package/yast2-samba-client.changes 
2022-01-06 17:10:59.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Dec  8 14:46:40 UTC 2021 - Noel Power 
+
+- With latest versions of samba (>=4.15.0) calling 'net ads lookup'
+  with '-U%' fails; (boo#1193533).
+- 4.4.2
+
+---
 Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller 
 
 - stop packaging docdir, it only contained the license which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-4.4.1/package/yast2-samba-client.spec 
new/yast2-samba-client-4.4.2/package/yast2-samba-client.spec
--- old/yast2-samba-client-4.4.1/package/yast2-samba-client.spec
2021-04-21 07:53:55.0 +0200
+++ new/yast2-samba-client-4.4.2/package/yast2-samba-client.spec
2022-01-06 17:10:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-client
-Version:4.4.1
+Version:4.4.2
 Release:0
 Summary:YaST2 - Samba Client Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-4.4.1/src/modules/SambaAD.pm 
new/yast2-samba-client-4.4.2/src/modules/SambaAD.pm
--- old/yast2-samba-client-4.4.1/src/modules/SambaAD.pm 2021-04-21 
07:53:55.0 +0200
+++ new/yast2-samba-client-4.4.2/src/modules/SambaAD.pm 2022-01-06 
17:10:59.0 +0100
@@ -226,7 +226,7 @@
}
 }
 if ($server ne "" &&
-   SCR->Execute (".target.bash", "net -s $dummy_conf_file ads lookup -U% 
-S $server") ne 0) {
+ 

commit 000product for openSUSE:Factory

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

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

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


Package is "000product"

Sat Jan  8 17:27:00 2022 rev:3050 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.6o90Ye/_old  2022-01-08 17:27:05.248943982 +0100
+++ /var/tmp/diff_new_pack.6o90Ye/_new  2022-01-08 17:27:05.248943982 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220106
+  20220107
   11
-  cpe:/o:opensuse:microos:20220106,openSUSE 
MicroOS
+  cpe:/o:opensuse:microos:20220107,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220106/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220107/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed
@@ -1193,7 +1193,7 @@
   
   
   
-  
+  
   
   
   

++ MicroOS-dvd5-kubic-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.6o90Ye/_old  2022-01-08 17:27:05.268943997 +0100
+++ /var/tmp/diff_new_pack.6o90Ye/_new  2022-01-08 17:27:05.272943999 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220106
+  20220107
   11
-  cpe:/o:opensuse:microos:20220106,openSUSE 
MicroOS
+  cpe:/o:opensuse:microos:20220107,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220106/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20220107/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/tumbleweed
   /usr/share/kiwi/modules/plugins/tumbleweed
@@ -550,7 +550,7 @@
   
   
   
-  
+  
   
   
   

++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.6o90Ye/_old  2022-01-08 17:27:05.296944017 +0100
+++ /var/tmp/diff_new_pack.6o90Ye/_new  2022-01-08 17:27:05.300944020 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20220106
+  20220107
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20220106,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20220107,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/20220106/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220106/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220107/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20220107/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.6o90Ye/_old  2022-01-08 17:27:05.316944032 +0100
+++ /var/tmp/diff_new_pack.6o90Ye/_new  2022-01-08 17:27:05.320944035 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20220106
+  20220107
   11
-  cpe:/o:opensuse:opensuse:20220106,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220107,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/20220106/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20220107/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.6o90Ye/_old  2022-01-08 17:27:05.336944046 +0100
+++ /var/tmp/diff_new_pack.6o90Ye/_new  2022-01-08 17:27:05.340944049 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20220106
+  20220107
   11
-  cpe:/o:opensuse:opensuse:20220106,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20220107,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 
-  

commit 000release-packages for openSUSE:Factory

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

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2022-01-08 17:26:55

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


Package is "000release-packages"

Sat Jan  8 17:26:55 2022 rev:1371 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 ++
 3028 lines (skipped)
 between /work/SRC/openSUSE:Factory/000release-packages/weakremovers.inc
 and 
/work/SRC/openSUSE:Factory/.000release-packages.new.1892/weakremovers.inc


commit 000release-packages for openSUSE:Factory

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

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2022-01-08 14:42:59

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


Package is "000release-packages"

Sat Jan  8 14:42:59 2022 rev:1370 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.3ve7Nw/_old  2022-01-08 14:43:01.425633910 +0100
+++ /var/tmp/diff_new_pack.3ve7Nw/_new  2022-01-08 14:43:01.433633921 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   MicroOS-release
-Version:20220106
+Version:20220107
 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) = 20220106-0
+Provides:   product(MicroOS) = 20220107-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20220106
+Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20220107
 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) = 20220106-0
+Provides:   product_flavor(MicroOS) = 20220107-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -210,7 +210,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(kubic-dvd)
-Provides:   product_flavor(MicroOS) = 20220106-0
+Provides:   product_flavor(MicroOS) = 20220107-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description kubic-dvd
@@ -226,7 +226,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(MicroOS) = 20220106-0
+Provides:   product_flavor(MicroOS) = 20220107-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -242,7 +242,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance-kubic)
-Provides:   product_flavor(MicroOS) = 20220106-0
+Provides:   product_flavor(MicroOS) = 20220107-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -299,11 +299,11 @@
 
   openSUSE
   MicroOS
-  20220106
+  20220107
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:microos:20220106
+  cpe:/o:opensuse:microos:20220107
   MicroOS
   
 

++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.3ve7Nw/_old  2022-01-08 14:43:01.453633951 +0100
+++ /var/tmp/diff_new_pack.3ve7Nw/_new  2022-01-08 14:43:01.453633951 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20220106)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20220107)
 #
 # Copyright (c) 2022 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20220106
+Version:20220107
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20220106-0
+Provides:   product(openSUSE-Addon-NonOss) = 20220107-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20220106
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20220107
 
 
 AutoReqProv:on
@@ -48,10 +48,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20220106
+  20220107
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20220106
+  cpe:/o:opensuse:opensuse-addon-nonoss:20220107
   
 
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.3ve7Nw/_old  2022-01-08 14:43:01.473633982 +0100
+++ /var/tmp/diff_new_pack.3ve7Nw/_new  2022-01-08 14:43:01.477633988 +0100
@@ -20,7 +20,7 @@
 #define betaversion %{nil}
 %define codename Tumbleweed
 Name:   openSUSE-release
-Version:20220106
+Version:20220107
 Release:0
 #