commit 00Meta for openSUSE:Leap:15.2:ARM:Images

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.2:ARM:Images checked in at 2021-05-19 06:02:27

Comparing /work/SRC/openSUSE:Leap:15.2:ARM:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:ARM:Images/.00Meta.new.2988 (New)


Package is "00Meta"

Wed May 19 06:02:27 2021 rev:181 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.2USc6Z/_old  2021-05-19 06:02:27.862969925 +0200
+++ /var/tmp/diff_new_pack.2USc6Z/_new  2021-05-19 06:02:27.862969925 +0200
@@ -1 +1 @@
-1.190
\ No newline at end of file
+1.206
\ No newline at end of file


commit seamonkey for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2021-05-18 18:27:22

Comparing /work/SRC/openSUSE:Factory/seamonkey (Old)
 and  /work/SRC/openSUSE:Factory/.seamonkey.new.2988 (New)


Package is "seamonkey"

Tue May 18 18:27:22 2021 rev:2 rq:894071 version:2.53.7.1

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2021-04-29 
01:39:16.098652249 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new.2988/seamonkey.changes
2021-05-18 18:27:53.334586263 +0200
@@ -2 +2,33 @@
-Mon Apr 27 11:54:30 UTC 2021 - Tristan Miller 
+Tue May 18 07:04:59 UTC 2021 - Tristan Miller 
+
+- add patch seamonkey-rustc-bootstrap.patch adapted from
+  https://bugzilla.mozilla.org/show_bug.cgi?id=1710154 to enable
+  compilation with rust >= 1.50.0
+
+---
+Tue May 05 18:36:24 UTC 2021 - Tristan Miller 
+
+- update GNU Makefile from upstream
+  https://bugzilla.mozilla.org/show_bug.cgi?id=1692516#c8 -- besides
+  some general improvements, this Makefile now allows the language
+  packs for the bundled extensions to be split off again if desired
+  (though our spec file does not yet take advantage of this)
+
+---
+Tue May 04 08:19:42 UTC 2021 - Tristan Miller 
+
+- use system libraries for bz2, webp, and icu to reduce package size
+  and because this is probably more secure (since our own libraries
+  are probably updated more often than the ones bundled with
+  SeaMonkey)
+
+---
+Wed Apr 28 07:59:04 UTC 2021 - Tristan Miller 
+
+- add upstream patch seamonkey-websocketloop.patch from
+  https://bugzilla.mozilla.org/attachment.cgi?id=9218795&action=diff
+  to solve critical performance issue
+  https://bugzilla.mozilla.org/show_bug.cgi?id=169
+
+---
+Tue Apr 27 11:54:30 UTC 2021 - Tristan Miller 

New:

  seamonkey-rustc-bootstrap.patch
  seamonkey-websocketloop.patch



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.ned8hC/_old  2021-05-18 18:27:55.206578149 +0200
+++ /var/tmp/diff_new_pack.ned8hC/_new  2021-05-18 18:27:55.210578131 +0200
@@ -25,10 +25,18 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hunspell-devel
+# Using system AV1 decoder depends on pending patch from
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1559213
+#BuildRequires:  dav1d5-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libiw-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libproxy-devel
+#BuildRequires:  libvpx-devel # Compile errors with 1.10.0
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 && 0%{?is_opensuse}
+BuildRequires:  libwebp-devel >= 1.0.0
+BuildRequires:  libicu-devel >= 63.1
+%endif
 BuildRequires:  makeinfo
 BuildRequires:  memory-constraints
 BuildRequires:  python-devel
@@ -78,6 +86,8 @@
 Patch3: mozilla-ntlm-full-path.patch
 Patch4: seamonkey-lto.patch
 Patch5: seamonkey-man-page.patch
+Patch6: seamonkey-websocketloop.patch
+Patch7: seamonkey-rustc-bootstrap.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/sh coreutils
 Provides:   seamonkey-mail = %{version}
@@ -210,6 +220,8 @@
 %patch3 -p2
 %patch4 -p2
 %patch5 -p0
+%patch6 -p1
+%patch7 -p1
 
 cat << EOF > .mozconfig
 mk_add_options MOZILLA_OFFICIAL=1
@@ -235,11 +247,24 @@
 %endif
 
 ac_add_options --disable-debug
+
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 && 0%{?is_opensuse}
+ac_add_options --with-system-webp
+ac_add_options --with-system-icu
+%endif
+
+# Compile errors with system libvpx-1.10.0
+#ac_add_options --with-system-libvpx
+
+# Using system AV1 decoder depends on pending patch from
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1559213
+# ac_add_options --with-system-av1
 
-# Mozilla's internal JPEG library is used, probably because of the "turbo" 
patches
+# Mozilla's internal JPEG library is used because of the "turbo" patches
 # that make it more efficient than the stock system libjpeg:
 #  https://bugzilla.mozilla.org/show_bug.cgi?id=573948
 #ac_add_options --with-system-jpeg

++ seamonkey-GNUmakefile ++
--- /var/tmp/diff_new_pack.ned8hC/_old  2021-05-18 18:27:55.262577907 +0200
+++ /var/tmp/diff_new_pack.ned8hC/_new  2021-05-18 18:27:55.262577907 +0200
@@ -25,7 +25,7 @@
 #   make locales
 #
 #  to provide all the shipped locales (

commit jedit for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jedit for openSUSE:Factory checked 
in at 2021-05-18 18:27:31

Comparing /work/SRC/openSUSE:Factory/jedit (Old)
 and  /work/SRC/openSUSE:Factory/.jedit.new.2988 (New)


Package is "jedit"

Tue May 18 18:27:31 2021 rev:33 rq:894094 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/jedit/jedit.changes  2021-02-03 
19:56:08.377704711 +0100
+++ /work/SRC/openSUSE:Factory/.jedit.new.2988/jedit.changes2021-05-18 
18:27:59.714558611 +0200
@@ -1,0 +2,5 @@
+Tue May 18 13:52:11 UTC 2021 - Mark??ta Machov?? 
+
+- Include pre-generated html docs, jEdit expects them (bsc#845615)
+
+---



Other differences:
--
++ jedit.spec ++
--- /var/tmp/diff_new_pack.RrTsdf/_old  2021-05-18 18:28:00.246556305 +0200
+++ /var/tmp/diff_new_pack.RrTsdf/_new  2021-05-18 18:28:00.250556288 +0200
@@ -126,6 +126,9 @@
 # Run the build
 # XXX: there's NPE on build-docs, but who care about html docs those times, 
right?
 %ant -Divy.done=true build docs-javadoc
+cp -r doc/tips build/doc/
+cp doc/welcome.html build/doc/
+cp doc/jedit.png build/doc/
 
 # plugins-build hardcodes the jedit.jar path - so to make it happy
 ln -s build/jedit.jar


commit lcdf-typetools for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lcdf-typetools for openSUSE:Factory 
checked in at 2021-05-18 18:27:21

Comparing /work/SRC/openSUSE:Factory/lcdf-typetools (Old)
 and  /work/SRC/openSUSE:Factory/.lcdf-typetools.new.2988 (New)


Package is "lcdf-typetools"

Tue May 18 18:27:21 2021 rev:20 rq:894070 version:2.108

Changes:

--- /work/SRC/openSUSE:Factory/lcdf-typetools/lcdf-typetools.changes
2018-01-17 21:56:02.201605826 +0100
+++ /work/SRC/openSUSE:Factory/.lcdf-typetools.new.2988/lcdf-typetools.changes  
2021-05-18 18:27:52.490589920 +0200
@@ -1,0 +2,10 @@
+Mon May 17 14:53:54 UTC 2021 - Ferdinand Thiessen 
+
+- Update to 2.108
+  * Handle more fonts
+  * otftotfm -a: Run updmap-sys by default
+  * Some corrections to output of --math-spacing
+  * Reduce undefined behavior
+  * Handle some incorrect fonts more gracefully
+
+---

Old:

  lcdf-typetools-2.106.tar.gz

New:

  lcdf-typetools-2.108.tar.gz



Other differences:
--
++ lcdf-typetools.spec ++
--- /var/tmp/diff_new_pack.XxMj9p/_old  2021-05-18 18:27:52.950587927 +0200
+++ /var/tmp/diff_new_pack.XxMj9p/_new  2021-05-18 18:27:52.954587910 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lcdf-typetools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Summary:Programs to manipulate OpenType and multiple-master fonts
-
 Name:   lcdf-typetools
-Version:2.106
+Version:2.108
 Release:0
-License:GPL-2.0
-Url:http://www.lcdf.org/type/
+Summary:Programs to manipulate OpenType and multiple-master fonts
+License:GPL-2.0-only
 Group:  System/X11/Fonts
-Source: http://www.lcdf.org/type/%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+URL:https://www.lcdf.org/type/
+Source: https://www.lcdf.org/type/lcdf-typetools-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  texlive
@@ -79,13 +77,13 @@
 --without-kpathsea \
 --disable-selfauto-set \
 
-make %{?_smp_mflags}
+%make_build
 
 %install
-%makeinstall
+%make_install
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %{_bindir}/cfftot1
 %{_bindir}/mmafm
 %{_bindir}/mmpfb

++ lcdf-typetools-2.106.tar.gz -> lcdf-typetools-2.108.tar.gz ++
 15836 lines of diff (skipped)


commit trytond_account_invoice for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_account_invoice for 
openSUSE:Factory checked in at 2021-05-18 18:27:30

Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account_invoice.new.2988 (New)


Package is "trytond_account_invoice"

Tue May 18 18:27:30 2021 rev:19 rq:894081 version:5.0.12

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_account_invoice/trytond_account_invoice.changes
  2021-03-11 20:12:54.280723230 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account_invoice.new.2988/trytond_account_invoice.changes
2021-05-18 18:27:56.958570555 +0200
@@ -1,0 +2,5 @@
+Sun May 16 09:23:09 UTC 2021 - Axel Braun 
+
+- Version 5.0.12 - Bugfix Release
+
+---

Old:

  trytond_account_invoice-5.0.11.tar.gz
  trytond_account_invoice-5.0.11.tar.gz.asc

New:

  trytond_account_invoice-5.0.12.tar.gz
  trytond_account_invoice-5.0.12.tar.gz.asc



Other differences:
--
++ trytond_account_invoice.spec ++
--- /var/tmp/diff_new_pack.oh8S07/_old  2021-05-18 18:27:57.474568319 +0200
+++ /var/tmp/diff_new_pack.oh8S07/_new  2021-05-18 18:27:57.478568302 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_account_invoice
-Version:%{majorver}.11
+Version:%{majorver}.12
 Release:0
 Summary:The "account_invoice" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_account_invoice-5.0.11.tar.gz -> 
trytond_account_invoice-5.0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/.hgtags 
new/trytond_account_invoice-5.0.12/.hgtags
--- old/trytond_account_invoice-5.0.11/.hgtags  2021-03-03 18:31:48.0 
+0100
+++ new/trytond_account_invoice-5.0.12/.hgtags  2021-05-15 23:08:07.0 
+0200
@@ -30,3 +30,4 @@
 2261b7b18c1f7a0b3f5f689f70ea85e3e8312726 5.0.9
 7d96cdbf9b2fbe4381b1e768a1d895e6c5cd0adf 5.0.10
 c3b8f7b498322f31b1ef0cd27b49e5d8460d 5.0.11
+74140573ebabe58ea7cc2d60e3df774151a2390f 5.0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/CHANGELOG 
new/trytond_account_invoice-5.0.12/CHANGELOG
--- old/trytond_account_invoice-5.0.11/CHANGELOG2021-03-03 
18:31:47.0 +0100
+++ new/trytond_account_invoice-5.0.12/CHANGELOG2021-05-15 
23:08:07.0 +0200
@@ -1,3 +1,6 @@
+Version 5.0.12 - 2021-05-15
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.11 - 2021-03-03
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/PKG-INFO 
new/trytond_account_invoice-5.0.12/PKG-INFO
--- old/trytond_account_invoice-5.0.11/PKG-INFO 2021-03-03 18:31:49.675143000 
+0100
+++ new/trytond_account_invoice-5.0.12/PKG-INFO 2021-05-15 23:08:09.121807300 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account_invoice
-Version: 5.0.11
+Version: 5.0.12
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/invoice.fodt 
new/trytond_account_invoice-5.0.12/invoice.fodt
--- old/trytond_account_invoice-5.0.11/invoice.fodt 2021-02-24 
21:19:02.0 +0100
+++ new/trytond_account_invoice-5.0.12/invoice.fodt 2021-05-06 
23:57:27.0 +0200
@@ -976,7 +976,7 @@
 
 
  
-  
+  
  
  
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account_invoice-5.0.11/invoice.py 
new/trytond_account_invoice-5.0.12/invoice.py
--- old/trytond_account_invoice-5.0.11/invoice.py   2020-10-13 
23:47:30.0 +0200
+++ new/trytond_account_invoice-5.0.12/invoice.py   2021-05-06 
23:57:27.0 +0200
@@ -1298,9 +1298,10 @@
 '''
 credit = self.__class__()
 
-for field in ('company', 'party', 'invoice_address', 'currency',
-   'journal', 'account', 'payment_term', 'description',
-   'comment', 'type'):
+for field in [
+'company', 'tax_identifier

commit siril for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package siril for openSUSE:Factory checked 
in at 2021-05-18 18:27:28

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


Package is "siril"

Tue May 18 18:27:28 2021 rev:4 rq:894072 version:0.99.8.1

Changes:

--- /work/SRC/openSUSE:Factory/siril/siril.changes  2021-03-30 
21:06:26.861116564 +0200
+++ /work/SRC/openSUSE:Factory/.siril.new.2988/siril.changes2021-05-18 
18:27:55.438577143 +0200
@@ -1,0 +2,6 @@
+Fri May  7 07:26:48 UTC 2021 - Paolo Stivanin 
+
+- Fix glib 2.68 compilation error
+- Add fix_glib_2_68_error.patch
+
+---

New:

  fix_glib_2_68_error.patch



Other differences:
--
++ siril.spec ++
--- /var/tmp/diff_new_pack.qRh7wC/_old  2021-05-18 18:27:55.902575133 +0200
+++ /var/tmp/diff_new_pack.qRh7wC/_new  2021-05-18 18:27:55.906575115 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Scientific/Physics
 URL:https://www.siril.org/
 Source: 
https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2
+#PATCH-FIX-UPSTREAM 
https://gitlab.com/free-astro/siril/-/commit/d319fceca5b00f156e1c5e3512d3ac1f41beb16a
+Patch0: fix_glib_2_68_error.patch
 BuildRequires:  gcc-c++
 # Remove git build dep when fixed upstream: 
https://gitlab.com/free-astro/siril/-/issues/583
 BuildRequires:  git
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # override build directory, the default "build" is a regular source directory

++ fix_glib_2_68_error.patch ++
>From d319fceca5b00f156e1c5e3512d3ac1f41beb16a Mon Sep 17 00:00:00 2001
From: Cyril Richard 
Date: Tue, 2 Mar 2021 13:46:32 +0100
Subject: [PATCH] Should fix the bug in issue #680

---
 src/core/exif.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/core/exif.cpp b/src/core/exif.cpp
index dd58b1dc..f3070198 100644
--- a/src/core/exif.cpp
+++ b/src/core/exif.cpp
@@ -25,7 +25,6 @@ extern "C" {
 #include "config.h"
 #endif
 
-#include 
 #ifdef _OPENMP
 #include 
 #endif
@@ -33,6 +32,8 @@ extern "C" {
 }
 #endif
 
+#include 
+
 #include 
 #include 
 #include 
-- 
GitLab


commit jo for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jo for openSUSE:Factory checked in 
at 2021-05-18 18:27:20

Comparing /work/SRC/openSUSE:Factory/jo (Old)
 and  /work/SRC/openSUSE:Factory/.jo.new.2988 (New)


Package is "jo"

Tue May 18 18:27:20 2021 rev:5 rq:894063 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/jo/jo.changes2020-07-24 10:01:06.141707064 
+0200
+++ /work/SRC/openSUSE:Factory/.jo.new.2988/jo.changes  2021-05-18 
18:27:51.894592503 +0200
@@ -1,0 +2,6 @@
+Tue May 18 11:16:35 UTC 2021 - Dominique Leuenberger 
+
+- Do not BuildRequire pandoc: it's not available on all
+  architectures.
+
+---



Other differences:
--
++ jo.spec ++
--- /var/tmp/diff_new_pack.vNRIW8/_old  2021-05-18 18:27:52.326590632 +0200
+++ /var/tmp/diff_new_pack.vNRIW8/_new  2021-05-18 18:27:52.326590632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jo
 #
-# 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
@@ -27,7 +27,6 @@
 Source: 
https://github.com/jpmens/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  pandoc
 BuildRequires:  pkgconfig
 
 %description


commit awesome-branding-openSUSE for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2021-05-18 18:27:15

Comparing /work/SRC/openSUSE:Factory/awesome-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new.2988 (New)


Package is "awesome-branding-openSUSE"

Tue May 18 18:27:15 2021 rev:10 rq:894053 version:4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/awesome-branding-openSUSE/awesome-branding-openSUSE.changes
  2017-01-11 12:05:02.710523599 +0100
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new.2988/awesome-branding-openSUSE.changes
2021-05-18 18:27:44.546624350 +0200
@@ -1,0 +2,6 @@
+Fri May 14 11:30:41 UTC 2021 - Dominique Leuenberger 
+
+- Add awesome-branding-without-calendar.patch: Disable the calendar
+  widget for now (boo#1182240).
+
+---

New:

  awesome-branding-without-calendar.patch



Other differences:
--
++ awesome-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.ymdqbe/_old  2021-05-18 18:27:44.990622426 +0200
+++ /var/tmp/diff_new_pack.ymdqbe/_new  2021-05-18 18:27:44.994622408 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package awesome-branding-openSUSE
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Togan Muftuoglu 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,10 +23,11 @@
 Version:4.0
 Release:0
 Summary:openSUSE Branding for awesome
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/Other
-Url:https://github.com/madanyang/awesome-branding-opensuse
+URL:https://github.com/madanyang/awesome-branding-opensuse
 Source: %{name}-%{_version}.tar.xz
+Patch0: awesome-branding-without-calendar.patch
 BuildRequires:  awesome-branding-upstream >= 4.0
 Requires:   adwaita-icon-theme
 Requires:   awesome = %{awesome_version}
@@ -47,7 +48,7 @@
 functions and look and feel for awesome window manager.
 
 %prep
-%setup -q -n %{name}-%{_version}
+%autosetup -n %{name}-%{_version} -p1
 
 %build
 # Nothing to build.

++ awesome-branding-without-calendar.patch ++
Index: awesome-branding-openSUSE-4.0-v0.1/rc.lua
===
--- awesome-branding-openSUSE-4.0-v0.1.orig/rc.lua
+++ awesome-branding-openSUSE-4.0-v0.1/rc.lua
@@ -38,7 +38,7 @@ local gtk = lgi.require("Gtk", "3.0")
 -- Freedesktop integration
 local freedesktop = require("freedesktop")
 -- calendar functions
-local calendar2 = require("calendar2")
+-- local calendar2 = require("calendar2")
 -- Extra widgets
 local vicious = require("vicious")
 
@@ -184,7 +184,7 @@ separator:set_text("|")
 
 -- Create a textclock widget
 mytextclock = wibox.widget.textclock()
-calendar2.addCalendarToWidget(mytextclock, "%s")
+-- calendar2.addCalendarToWidget(mytextclock, "%s")
 
 mycpuwidget = wibox.widget.textbox()
 vicious.register(mycpuwidget, vicious.widgets.cpu, "$1%")


commit ior for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ior for openSUSE:Factory checked in 
at 2021-05-18 18:27:34

Comparing /work/SRC/openSUSE:Factory/ior (Old)
 and  /work/SRC/openSUSE:Factory/.ior.new.2988 (New)


Package is "ior"

Tue May 18 18:27:34 2021 rev:5 rq:894107 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/ior/ior.changes  2021-02-07 15:23:50.050186506 
+0100
+++ /work/SRC/openSUSE:Factory/.ior.new.2988/ior.changes2021-05-18 
18:28:03.906540443 +0200
@@ -1,0 +2,6 @@
+Tue May 18 11:19:06 UTC 2021 - Dominique Leuenberger 
+
+- Sync the usage of rados support to architectures where ceph is
+  being built.
+
+---



Other differences:
--
++ ior.spec ++
--- /var/tmp/diff_new_pack.CfXK26/_old  2021-05-18 18:28:04.314538674 +0200
+++ /var/tmp/diff_new_pack.CfXK26/_new  2021-05-18 18:28:04.318538657 +0200
@@ -25,7 +25,9 @@
 URL:https://github.com/hpc/ior
 Source: 
https://github.com/hpc/ior/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  hdf5-openmpi2-devel
+%ifarch  x86_64 aarch64 ppc64le s390x
 BuildRequires:  librbd-devel
+%endif
 BuildRequires:  libs3-devel
 BuildRequires:  openmpi2-devel
 BuildRequires:  zlib-devel
@@ -46,7 +48,10 @@
   --with-mpiio \
   --with-posix \
   --with-hdf5 \
+%ifarch  x86_64 aarch64 ppc64le s390x
   --with-rados
+%endif
+  %nil
 %make_build
 
 %install


commit perl-Gtk3-ImageView for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Gtk3-ImageView for 
openSUSE:Factory checked in at 2021-05-18 18:27:33

Comparing /work/SRC/openSUSE:Factory/perl-Gtk3-ImageView (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk3-ImageView.new.2988 (New)


Package is "perl-Gtk3-ImageView"

Tue May 18 18:27:33 2021 rev:3 rq:894105 version:9

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk3-ImageView/perl-Gtk3-ImageView.changes  
2021-05-10 15:41:16.501110877 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Gtk3-ImageView.new.2988/perl-Gtk3-ImageView.changes
2021-05-18 18:28:02.578546198 +0200
@@ -1,0 +2,6 @@
+Sun May 16 03:07:48 UTC 2021 - Tina M??ller 
+
+- updated to 9
+   see /usr/share/doc/packages/perl-Gtk3-ImageView/
+
+---

Old:

  Gtk3-ImageView-8.tar.gz

New:

  Gtk3-ImageView-9.tar.gz



Other differences:
--
++ perl-Gtk3-ImageView.spec ++
--- /var/tmp/diff_new_pack.7TjlZp/_old  2021-05-18 18:28:03.002544360 +0200
+++ /var/tmp/diff_new_pack.7TjlZp/_new  2021-05-18 18:28:03.006544343 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Gtk3-ImageView
 Name:   perl-Gtk3-ImageView
-Version:8
+Version:9
 Release:0
 Summary:Image viewer widget for Gtk3
 License:Artistic-1.0 OR GPL-1.0-or-later

++ Gtk3-ImageView-8.tar.gz -> Gtk3-ImageView-9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-ImageView-8/META.json 
new/Gtk3-ImageView-9/META.json
--- old/Gtk3-ImageView-8/META.json  2021-05-07 11:06:27.0 +0200
+++ new/Gtk3-ImageView-9/META.json  2021-05-15 20:45:24.0 +0200
@@ -61,6 +61,6 @@
  "web" : "https://github.com/carygravel/gtk3-imageview";
   }
},
-   "version" : "8",
+   "version" : "9",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-ImageView-8/META.yml 
new/Gtk3-ImageView-9/META.yml
--- old/Gtk3-ImageView-8/META.yml   2021-05-07 11:06:27.0 +0200
+++ new/Gtk3-ImageView-9/META.yml   2021-05-15 20:45:24.0 +0200
@@ -32,5 +32,5 @@
 resources:
   bugtracker: https://github.com/carygravel/gtk3-imageview/issues
   repository: https://github.com/carygravel/gtk3-imageview.git
-version: '8'
+version: '9'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-ImageView-8/lib/Gtk3/ImageView/Tool/Dragger.pm 
new/Gtk3-ImageView-9/lib/Gtk3/ImageView/Tool/Dragger.pm
--- old/Gtk3-ImageView-8/lib/Gtk3/ImageView/Tool/Dragger.pm 2021-05-07 
11:05:07.0 +0200
+++ new/Gtk3-ImageView-9/lib/Gtk3/ImageView/Tool/Dragger.pm 2021-05-15 
20:44:28.0 +0200
@@ -8,7 +8,7 @@
 Readonly my $FLOAT_EPS=> 0.01;
 Readonly my $RIGHT_BUTTON => 3;
 
-our $VERSION = 8;
+our $VERSION = 9;
 
 sub button_pressed {
 my $self  = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk3-ImageView-8/lib/Gtk3/ImageView/Tool/Selector.pm 
new/Gtk3-ImageView-9/lib/Gtk3/ImageView/Tool/Selector.pm
--- old/Gtk3-ImageView-8/lib/Gtk3/ImageView/Tool/Selector.pm2021-05-07 
11:05:07.0 +0200
+++ new/Gtk3-ImageView-9/lib/Gtk3/ImageView/Tool/Selector.pm2021-05-15 
20:44:28.0 +0200
@@ -3,14 +3,13 @@
 use warnings;
 use strict;
 use base 'Gtk3::ImageView::Tool';
-use POSIX qw(round);
 use Glib qw(TRUE FALSE);# To get TRUE and FALSE
 use List::Util qw(min);
 use Readonly;
 Readonly my $CURSOR_PIXELS => 5;
 Readonly my $RIGHT_BUTTON  => 3;
 
-our $VERSION = 8;
+our $VERSION = 9;
 
 my %cursorhash = (
 lower => {
@@ -121,10 +120,10 @@
   $self->view->to_image_coords( min( $x, $x2 ), min( $y, $y2 ) );
 $self->view->set_selection(
 {
-x  => round($x),
-y  => round($y),
-width  => round($w),
-height => round($h)
+x  => int( $x + 0.5 ),
+y  => int( $y + 0.5 ),
+width  => int( $w + 0.5 ),
+height => int( $h + 0.5 )
 }
 );
 return;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Gtk3-ImageView-8/lib/Gtk3/ImageView/Tool/SelectorDragger.pm 
new/Gtk3-ImageView-9/lib/Gtk3/ImageView/Tool/SelectorDragger.pm
--- old/Gtk3-ImageView-8/lib/Gtk3/ImageView/Tool/SelectorDragger.pm 
2021-05-07 11:05:07.0 +0200
+++ new/Gtk3-ImageView-9/lib/Gtk3/ImageView/Tool/SelectorDragger.pm 
2021-05-15 20:44:28.0 +0200
@@ -5,7 +

commit f2fs-tools for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2021-05-18 18:27:33

Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old)
 and  /work/SRC/openSUSE:Factory/.f2fs-tools.new.2988 (New)


Package is "f2fs-tools"

Tue May 18 18:27:33 2021 rev:19 rq:894099 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes2021-01-28 
21:29:21.428278751 +0100
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new.2988/f2fs-tools.changes  
2021-05-18 18:28:03.306543043 +0200
@@ -1,0 +2,6 @@
+Mon May  3 08:32:39 UTC 2021 - Jan Engelhardt 
+
+- Remove /usr/sbin/sg_write_buffer. This file is already provided
+  by sg3_utils as /usr/bin/sg_write_buffer.
+
+---



Other differences:
--
++ f2fs-tools.spec ++
--- /var/tmp/diff_new_pack.JWK7oR/_old  2021-05-18 18:28:03.754541101 +0200
+++ /var/tmp/diff_new_pack.JWK7oR/_new  2021-05-18 18:28:03.754541101 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package f2fs-tools
 #
-# 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
@@ -80,11 +80,13 @@
 %build
 autoreconf -fiv
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install -p /bin/bash
 %make_install
 find %buildroot -type f -name "*.la" -delete -print
+# sg3_utils already ships this
+rm -f "%buildroot/%_sbindir/sg_write_buffer"
 
 mkdir -p "%buildroot/sbin" "%buildroot/%_includedir"
 %if !0%{?usrmerged}


commit python-digitalocean for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-digitalocean for 
openSUSE:Factory checked in at 2021-05-18 18:27:11

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


Package is "python-digitalocean"

Tue May 18 18:27:11 2021 rev:3 rq:894022 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/python-digitalocean/python-digitalocean.changes  
2020-01-31 23:58:48.855698966 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-digitalocean.new.2988/python-digitalocean.changes
2021-05-18 18:27:39.430646523 +0200
@@ -1,0 +2,7 @@
+Tue May 18 09:40:47 UTC 2021 - pgaj...@suse.com
+
+- version update to 1.16.0
+  * no upstream changelog except git log:
+  https://github.com/koalalorenzo/python-digitalocean/compare/v1.15.0...v1.16.0
+
+---

Old:

  v1.15.0.tar.gz

New:

  v1.16.0.tar.gz



Other differences:
--
++ python-digitalocean.spec ++
--- /var/tmp/diff_new_pack.XtWJ6U/_old  2021-05-18 18:27:39.882644564 +0200
+++ /var/tmp/diff_new_pack.XtWJ6U/_new  2021-05-18 18:27:39.882644564 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-digitalocean
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-digitalocean
-Version:1.15.0
+Version:1.16.0
 Release:0
 Summary:Python module for Digital Ocean droplets
 License:LGPL-3.0-only
@@ -57,7 +57,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.md

++ v1.15.0.tar.gz -> v1.16.0.tar.gz ++
 2313 lines of diff (skipped)


commit python-encore for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-encore for openSUSE:Factory 
checked in at 2021-05-18 18:27:12

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


Package is "python-encore"

Tue May 18 18:27:12 2021 rev:3 rq:894023 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-encore/python-encore.changes  
2020-04-21 13:11:27.156906263 +0200
+++ /work/SRC/openSUSE:Factory/.python-encore.new.2988/python-encore.changes
2021-05-18 18:27:40.150643402 +0200
@@ -1,0 +2,5 @@
+Tue May 18 09:51:20 UTC 2021 - pgaj...@suse.com
+
+- use %pytest macro
+
+---



Other differences:
--
++ python-encore.spec ++
--- /var/tmp/diff_new_pack.Hyh2FI/_old  2021-05-18 18:27:40.534641738 +0200
+++ /var/tmp/diff_new_pack.Hyh2FI/_new  2021-05-18 18:27:40.538641721 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-encore
 #
-# 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
@@ -22,7 +22,7 @@
 Version:0.7.0
 Release:0
 Summary:Low-level core modules for building Python applications
-License:LGPL-2.1-only AND Apache-2.0 AND Python-2.0
+License:Apache-2.0 AND LGPL-2.1-only AND Python-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/enthought/encore
 Source: 
https://files.pythonhosted.org/packages/source/e/encore/encore-%{version}.tar.gz
@@ -34,6 +34,7 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 %if %{with python2}
 BuildRequires:  python-futures
@@ -80,7 +81,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc CHANGES.txt README.rst


commit openSUSE-MicroOS for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openSUSE-MicroOS for 
openSUSE:Factory checked in at 2021-05-18 18:27:17

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


Package is "openSUSE-MicroOS"

Tue May 18 18:27:17 2021 rev:43 rq:894060 version:16.0.0

Changes:

--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes
2021-04-21 21:01:17.886380777 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.2988/openSUSE-MicroOS.changes  
2021-05-18 18:27:47.634610966 +0200
@@ -1,0 +2,6 @@
+Mon May 17 12:28:34 UTC 2021 - Fabian Vogt 
+
+- Fix match of Pine64 in config.sh
+- Set the libcontainers storage driver to btrfs
+
+---



Other differences:
--
++ config.sh ++
--- /var/tmp/diff_new_pack.ieEIO6/_old  2021-05-18 18:27:48.230608383 +0200
+++ /var/tmp/diff_new_pack.ieEIO6/_new  2021-05-18 18:27:48.234608366 +0200
@@ -131,6 +131,12 @@
 install_items+=" /usr/lib/systemd/systemd-growfs "
 EOF
 
+# Use the btrfs storage driver. This is usually detected in %post, but with 
kiwi
+# that happens outside of the final FS.
+if [ -e /etc/containers/storage.conf ]; then
+   sed -i 's/driver = "overlay"/driver = "btrfs"/g' 
/etc/containers/storage.conf
+fi
+
 #==
 # Disable recommends on virtual images (keep hardware supplements, see 
bsc#1089498)
 #--
@@ -154,7 +160,7 @@
 #==
 # Configure Pine64 specifics
 #--
-if [[ "$kiwi_profiles" == *"Pine64" ]]; then
+if [[ "$kiwi_profiles" == *"Pine64"* ]]; then
echo 'add_drivers+=" fixed sunxi-mmc axp20x-regulator axp20x-rsb "' > 
/etc/dracut.conf.d/sunxi_modules.conf
 fi
 


commit wv for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2021-05-18 18:27:19

Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and  /work/SRC/openSUSE:Factory/.wv.new.2988 (New)


Package is "wv"

Tue May 18 18:27:19 2021 rev:22 rq:894055 version:1.2.9

Changes:

--- /work/SRC/openSUSE:Factory/wv/wv.changes2018-02-06 16:50:43.371662537 
+0100
+++ /work/SRC/openSUSE:Factory/.wv.new.2988/wv.changes  2021-05-18 
18:27:50.450598762 +0200
@@ -1,0 +2,6 @@
+Tue May 18 09:55:23 UTC 2021 - Dominique Leuenberger 
+
+- Fix build: add explicit BuildRequires for libexpat-devel,
+  libjpeg-devel, and libpng-devel.
+
+---



Other differences:
--
++ wv.spec ++
--- /var/tmp/diff_new_pack.XhqMQu/_old  2021-05-18 18:27:50.922596716 +0200
+++ /var/tmp/diff_new_pack.XhqMQu/_new  2021-05-18 18:27:50.926596698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wv
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,9 +21,9 @@
 Version:1.2.9
 Release:0
 Summary:Tools for Importing Microsoft Word (tm) Documents
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Publishing/Word
-Url:http://wvware.sourceforge.net/
+URL:http://wvware.sourceforge.net/
 Source0:
https://www.abisource.com/downloads/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch0: wv-1.2.2-automake.patch
 Patch5: wv-1.0.3-wvText.patch
@@ -31,6 +31,9 @@
 Patch10:wv-strcasecmp.patch
 Patch11:wv-gsf.patch
 Patch12:wv-noansi.patch
+BuildRequires:  libexpat-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
 BuildRequires:  libtool
 BuildRequires:  libwmf-devel
 BuildRequires:  pkgconfig
@@ -83,20 +86,21 @@
 --disable-dependency-tracking \
 --disable-static
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install manonedir=%{_mandir}/man1
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%doc COPYING README
+%license COPYING
+%doc README
 %{_bindir}/wvAbw
 %{_bindir}/wvCleanLatex
 %{_bindir}/wvConvert


commit hpx for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hpx for openSUSE:Factory checked in 
at 2021-05-18 18:27:32

Comparing /work/SRC/openSUSE:Factory/hpx (Old)
 and  /work/SRC/openSUSE:Factory/.hpx.new.2988 (New)


Package is "hpx"

Tue May 18 18:27:32 2021 rev:5 rq:894096 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/hpx/hpx.changes  2021-03-30 21:46:30.586716521 
+0200
+++ /work/SRC/openSUSE:Factory/.hpx.new.2988/hpx.changes2021-05-18 
18:28:00.458555386 +0200
@@ -1,0 +2,9 @@
+Wed Apr 28 07:43:54 UTC 2021 - Nicolas Morey-Chaisemartin 

+
+- Update to 1.6.0
+  - Continued focus on C++20 conformance with multiple
+new algorithms adapted to be C++20 conformant
+  - hpxMP support has been completely removed.
+  - The ``verbs`` parcelport has been removed.
+
+---

Old:

  hpx_1.5.0.tar.gz

New:

  hpx_1.6.0.tar.gz



Other differences:
--
++ hpx.spec ++
--- /var/tmp/diff_new_pack.JkZmTE/_old  2021-05-18 18:28:00.958553220 +0200
+++ /var/tmp/diff_new_pack.JkZmTE/_new  2021-05-18 18:28:00.962553202 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   hpx
-Version:1.5.0
+Version:1.6.0
 Release:0
 Summary:General Purpose C++ Runtime System
 License:BSL-1.0
@@ -79,7 +79,7 @@
 
 # add lib atomic for s390x and ppc64
 %ifarch s390x ppc64
-%define cmake_opts -DCMAKE_SHARED_LINKER_FLAGS="%{optflags} -latomic" 
-DCMAKE_EXE_LINKER_FLAGS="%{optflags} -latomic"
+%define cmake_opts -DCMAKE_SHARED_LINKER_FLAGS="%{optflags} 
-Wl,--push-state,--no-as-needed -latomic -Wl,--pop-state" 
-DCMAKE_EXE_LINKER_FLAGS="%{optflags} -Wl,--push-state,--no-as-needed -latomic 
-Wl,--pop-state"
 %endif
 
 %{setup_openmpi}

++ hpx_1.5.0.tar.gz -> hpx_1.6.0.tar.gz ++
 993395 lines of diff (skipped)


commit python-wsaccel for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wsaccel for openSUSE:Factory 
checked in at 2021-05-18 18:27:18

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


Package is "python-wsaccel"

Tue May 18 18:27:18 2021 rev:2 rq:894047 version:0.6.3

Changes:

--- /work/SRC/openSUSE:Factory/python-wsaccel/python-wsaccel.changes
2019-03-26 15:46:00.976064595 +0100
+++ /work/SRC/openSUSE:Factory/.python-wsaccel.new.2988/python-wsaccel.changes  
2021-05-18 18:27:48.370607776 +0200
@@ -1,0 +2,8 @@
+Tue May 18 12:15:17 UTC 2021 - Dirk M??ller 
+
+- update to 0.6.3:
+  * support python 3.10
+
+- drop fix-encoding.patch: obsolete 
+
+---

Old:

  0.6.2.tar.gz
  fix-encoding.patch

New:

  v0.6.3.tar.gz



Other differences:
--
++ python-wsaccel.spec ++
--- /var/tmp/diff_new_pack.pPJJJk/_old  2021-05-18 18:27:48.858605662 +0200
+++ /var/tmp/diff_new_pack.pPJJJk/_new  2021-05-18 18:27:48.862605645 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsaccel
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsaccel
-Version:0.6.2
+Version:0.6.3
 Release:0
 Summary:Accelerator for ws4py and AutobahnPython
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/methane/wsaccel
-Source: https://github.com/methane/wsaccel/archive/%{version}.tar.gz
+URL:https://github.com/methane/wsaccel
+Source: https://github.com/methane/wsaccel/archive/v%{version}.tar.gz
 Source1:
https://raw.githubusercontent.com/methane/wsaccel/master/LICENSE
-Patch0: fix-encoding.patch
 BuildRequires:  %{python_module Cython >= 0.16}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-
 %python_subpackages
 
 %description
@@ -43,7 +41,6 @@
 
 %prep
 %setup -q -n wsaccel-%{version}
-%patch0 -p1
 cp %{SOURCE1} .
 
 %build


commit python-dirtyjson for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dirtyjson for 
openSUSE:Factory checked in at 2021-05-18 18:27:18

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


Package is "python-dirtyjson"

Tue May 18 18:27:18 2021 rev:2 rq:894050 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-dirtyjson/python-dirtyjson.changes
2019-05-16 22:07:29.234423553 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dirtyjson.new.2988/python-dirtyjson.changes  
2021-05-18 18:27:48.990605089 +0200
@@ -1,0 +2,5 @@
+Tue May 18 11:03:44 UTC 2021 - pgaj...@suse.com
+
+- use %pytest macro in %check
+
+---



Other differences:
--
++ python-dirtyjson.spec ++
--- /var/tmp/diff_new_pack.RSCfRy/_old  2021-05-18 18:27:49.430603183 +0200
+++ /var/tmp/diff_new_pack.RSCfRy/_new  2021-05-18 18:27:49.434603165 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dirtyjson
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Python
 URL:https://github.com/codecobblers/dirtyjson
 Source: 
https://files.pythonhosted.org/packages/source/d/dirtyjson/dirtyjson-%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -46,7 +47,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc CHANGES.txt README.rst


commit opa-fm for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opa-fm for openSUSE:Factory checked 
in at 2021-05-18 18:27:12

Comparing /work/SRC/openSUSE:Factory/opa-fm (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fm.new.2988 (New)


Package is "opa-fm"

Tue May 18 18:27:12 2021 rev:16 rq:894020 version:10.11.0.0.574

Changes:

--- /work/SRC/openSUSE:Factory/opa-fm/opa-fm.changes2020-08-03 
14:14:43.504459321 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fm.new.2988/opa-fm.changes  2021-05-18 
18:27:40.742640837 +0200
@@ -1,0 +2,6 @@
+Wed Apr 28 10:30:16 UTC 2021 - Nicolas Morey-Chaisemartin 

+
+- Update to v10.11.0.0.574
+  - No changelog available
+
+---

Old:

  opa-fm-10.10.3.0.11.0.dd537b757410.tar.gz

New:

  opa-fm-10.11.0.0.574.0.6133b2fe5b39.tar.gz



Other differences:
--
++ opa-fm.spec ++
--- /var/tmp/diff_new_pack.Ay7OfT/_old  2021-05-18 18:27:41.182638930 +0200
+++ /var/tmp/diff_new_pack.Ay7OfT/_new  2021-05-18 18:27:41.186638912 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-fm
 #
-# 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
@@ -16,13 +16,13 @@
 #
 
 
-%define git_ver .0.dd537b757410
+%define git_ver .0.6133b2fe5b39
 
 %define pseudo_opt %{_prefix}/lib/opa-fm
 %define opasysconfdir %{_sysconfdir}/opa-fm/
 %define opavarlibdir %{_localstatedir}/usr/lib/opa-fm/
 Name:   opa-fm
-Version:10.10.3.0.11
+Version:10.11.0.0.574
 Release:0
 Summary:Intel Omni-Path Fabric Management Software
 License:BSD-3-Clause

++ _service ++
--- /var/tmp/diff_new_pack.Ay7OfT/_old  2021-05-18 18:27:41.210638808 +0200
+++ /var/tmp/diff_new_pack.Ay7OfT/_new  2021-05-18 18:27:41.210638808 +0200
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-dd537b7574106838ad3957725d55717267b75767
+6133b2fe5b39b605c0d695bce37cdfa498a4d477
   
   
 opa-fm*.tar

++ opa-fm-10.10.3.0.11.0.dd537b757410.tar.gz -> 
opa-fm-10.11.0.0.574.0.6133b2fe5b39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/opa-fm-10.10.3.0.11.0.dd537b757410/CommonInstall/Makefile 
new/opa-fm-10.11.0.0.574.0.6133b2fe5b39/CommonInstall/Makefile
--- old/opa-fm-10.10.3.0.11.0.dd537b757410/CommonInstall/Makefile   
2020-07-21 21:06:21.0 +0200
+++ new/opa-fm-10.11.0.0.574.0.6133b2fe5b39/CommonInstall/Makefile  
2021-04-13 17:02:57.0 +0200
@@ -1,6 +1,7 @@
 # BEGIN_ICS_COPYRIGHT8 
 #
 # Copyright (c) 2015-2020, Intel Corporation
+# Copyright (c) 2020, Cornelis Networks, Inc.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
@@ -97,11 +98,12 @@
 CLEAN_TARGETS  = $(OBJECTS) $(RSCOBJECTS) $(IDL_TARGETS) 
$(CLEAN_TARGETS_MISC)
 # other files to remove during clobber phase
 CLOBBER_TARGETS_MISC= comp_ff_of_prereq_RHEL72.pl comp_ff_of_prereq_RHEL73.pl 
comp_ff_of_prereq_RHEL74.pl comp_ff_of_prereq_RHEL75.pl 
comp_ff_of_prereq_RHEL76.pl \
- comp_ff_of_prereq_RHEL77.pl 
comp_ff_of_prereq_RHEL8.pl comp_ff_of_prereq_RHEL81.pl 
comp_ff_of_prereq_RHEL82.pl comp_ff_of_prereq_SLES122.pl \
- comp_ff_of_prereq_SLES123.pl 
comp_ff_of_prereq_SLES124.pl comp_ff_of_prereq_SLES15.pl 
comp_ff_of_prereq_SLES151.pl comp_ff_of_prereq_SLES152.pl \
-  comp_fm_prereq_RHEL72.pl comp_fm_prereq_RHEL73.pl 
comp_fm_prereq_RHEL74.pl comp_fm_prereq_RHEL75.pl comp_fm_prereq_RHEL76.pl 
comp_fm_prereq_RHEL77.pl  \
- comp_fm_prereq_RHEL8.pl 
comp_fm_prereq_RHEL81.pl comp_fm_prereq_RHEL82.pl comp_fm_prereq_SLES122.pl 
comp_fm_prereq_SLES123.pl comp_fm_prereq_SLES124.pl \
- comp_fm_prereq_SLES15.pl 
comp_fm_prereq_SLES151.pl comp_fm_prereq_SLES152.pl
+ comp_ff_of_prereq_RHEL77.pl 
comp_ff_of_prereq_RHEL8.pl comp_ff_of_prereq_RHEL81.pl 
comp_ff_of_prereq_RHEL82.pl comp_ff_of_prereq_RHEL83.pl \
+ comp_ff_of_prereq_SLES122.pl 
comp_ff_of_prereq_SLES123.pl comp_ff_of_prereq_SLES124.pl 
comp_ff_of_prereq_SLES15.pl comp_ff_of_prereq_SLES151.pl \
+ comp_ff_of_prereq_SLES152.pl 
comp_fm_prereq_RHEL72.pl comp_fm_prereq_RHEL73.pl comp_fm_prereq_RHEL74.pl 
comp_fm_prereq_RHEL75.pl 

commit trytond for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2021-05-18 18:27:31

Comparing /work/SRC/openSUSE:Factory/trytond (Old)
 and  /work/SRC/openSUSE:Factory/.trytond.new.2988 (New)


Package is "trytond"

Tue May 18 18:27:31 2021 rev:60 rq:894083 version:5.0.35

Changes:

--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2021-05-04 
22:01:11.696554275 +0200
+++ /work/SRC/openSUSE:Factory/.trytond.new.2988/trytond.changes
2021-05-18 18:27:58.670563136 +0200
@@ -1,0 +2,5 @@
+Sun May 16 09:23:29 UTC 2021 - Axel Braun 
+
+- Version 5.0.35 - Bugfix Release
+
+---

Old:

  trytond-5.0.34.tar.gz
  trytond-5.0.34.tar.gz.asc

New:

  trytond-5.0.35.tar.gz
  trytond-5.0.35.tar.gz.asc



Other differences:
--
++ trytond.spec ++
--- /var/tmp/diff_new_pack.p9gXPv/_old  2021-05-18 18:27:59.294560431 +0200
+++ /var/tmp/diff_new_pack.p9gXPv/_new  2021-05-18 18:27:59.298560414 +0200
@@ -20,7 +20,7 @@
 %define majorver 5.0
 %define base_name tryton
 Name:   trytond
-Version:%{majorver}.34
+Version:%{majorver}.35
 Release:0
 Summary:An Enterprise Resource Planning (ERP) system
 License:GPL-3.0-or-later

++ trytond-5.0.34.tar.gz -> trytond-5.0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.34/.hgtags new/trytond-5.0.35/.hgtags
--- old/trytond-5.0.34/.hgtags  2021-04-02 21:53:28.0 +0200
+++ new/trytond-5.0.35/.hgtags  2021-05-15 22:39:38.0 +0200
@@ -53,3 +53,4 @@
 c485f522f9aa8c544e0857795c540c1b95c0407e 5.0.32
 268cdae7d36eb3730bc9b722518fa26bd778cdf3 5.0.33
 91c52f70ccb84ffdd122b2928a74aac04a83 5.0.34
+fd34ad4f8fb3b09318a293dda21dfba2ce2c3fbc 5.0.35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.34/CHANGELOG new/trytond-5.0.35/CHANGELOG
--- old/trytond-5.0.34/CHANGELOG2021-04-02 21:53:27.0 +0200
+++ new/trytond-5.0.35/CHANGELOG2021-05-15 22:39:37.0 +0200
@@ -1,3 +1,6 @@
+Version 5.0.35 - 2021-05-15
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.34 - 2021-04-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.34/PKG-INFO new/trytond-5.0.35/PKG-INFO
--- old/trytond-5.0.34/PKG-INFO 2021-04-02 21:53:30.106638700 +0200
+++ new/trytond-5.0.35/PKG-INFO 2021-05-15 22:39:40.180083500 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 5.0.34
+Version: 5.0.35
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.34/trytond/__init__.py 
new/trytond-5.0.35/trytond/__init__.py
--- old/trytond-5.0.34/trytond/__init__.py  2021-02-12 10:14:59.0 
+0100
+++ new/trytond-5.0.35/trytond/__init__.py  2021-04-02 21:53:44.0 
+0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.34"
+__version__ = "5.0.35"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.34/trytond/cache.py 
new/trytond-5.0.35/trytond/cache.py
--- old/trytond-5.0.34/trytond/cache.py 2021-03-16 00:44:19.0 +0100
+++ new/trytond-5.0.35/trytond/cache.py 2021-05-06 23:57:20.0 +0200
@@ -35,8 +35,9 @@
 
 def _key(self, key):
 if self.context:
-context = Transaction().context
+context = Transaction().context.copy()
 context.pop('client', None)
+context.pop('_request', None)
 return (key, Transaction().user, freeze(context))
 return key
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.34/trytond/model/fields/many2many.py 
new/trytond-5.0.35/trytond/model/fields/many2many.py
--- old/trytond-5.0.34/trytond/model/fields/many2many.py2019-08-11 
19:34:43.0 +0200
+++ new/trytond-5.0.35/trytond/model/fields/many2many.py2021-05-06 
23:57:20.0 +0200
@@ -436,4 +436,7 @@
 relation_domain, tables=relation_tables)
 query_table = convert_from(None, relation_tables)
 query = query_table.select(origin, where=expression)
-return table.id.in_(query)
+expression = table.id.in_(query)
+if operator.startswith('!') or operator.startswith('not '):
+expression |= ~table.id.in_(relation.s

commit libgig for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgig for openSUSE:Factory checked 
in at 2021-05-18 18:27:14

Comparing /work/SRC/openSUSE:Factory/libgig (Old)
 and  /work/SRC/openSUSE:Factory/.libgig.new.2988 (New)


Package is "libgig"

Tue May 18 18:27:14 2021 rev:7 rq:894040 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libgig/libgig.changes2019-10-21 
12:29:42.728049895 +0200
+++ /work/SRC/openSUSE:Factory/.libgig.new.2988/libgig.changes  2021-05-18 
18:27:43.310629707 +0200
@@ -1,0 +2,10 @@
+Tue May 18 08:36:17 UTC 2021 - Andreas Stieger 
+
+- update to version 4.3.0 (libgig.so.10):
+  * requires a C++11 compliant compiler
+  * gig file format extensions used by recent versions of
+LinuxSampler
+  * Fix compatibility with GigaStudio 3
+  * Extend Serialization framework o support common C++ STL classes
+
+---

Old:

  _service
  libgig-4.2.0.tar.bz2

New:

  libgig-4.3.0.tar.bz2
  libgig-rpmlintrc



Other differences:
--
++ libgig.spec ++
--- /var/tmp/diff_new_pack.MQnEeu/_old  2021-05-18 18:27:43.770627714 +0200
+++ /var/tmp/diff_new_pack.MQnEeu/_new  2021-05-18 18:27:43.774627696 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package libgig
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,25 +18,21 @@
 #
 
 
-%define sover_gig  9
+%define sover_gig  10
 %define sover_akai 0
 Name:   libgig
-Version:4.2.0
+Version:4.3.0
 Release:0
 Summary:Library for loading Gigasampler and DLS Level 1/2 files
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
-Url:http://linuxsampler.org/
-ExclusiveArch:  %ix86 x86_64
+URL:https://linuxsampler.org/
 Source0:
http://download.linuxsampler.org/packages/libgig-%{version}.tar.bz2
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source1:libgig-rpmlintrc
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(sndfile) >= 1.0.2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 C++ library for loading Gigasampler and DLS Level 1/2 files.
@@ -83,7 +79,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -98,7 +94,6 @@
 %postun -n libgig%{sover_gig} -p /sbin/ldconfig
 
 %files -n libgig%{sover_gig}
-%defattr(-,root,root)
 %license  COPYING
 %doc AUTHORS ChangeLog NEWS README TODO
 %dir %{_libdir}/libgig/
@@ -110,7 +105,6 @@
 %postun -n libakai%{sover_akai} -p /sbin/ldconfig
 
 %files -n libakai%{sover_akai}
-%defattr(-,root,root)
 %license  COPYING
 %doc AUTHORS ChangeLog NEWS README TODO
 %{_libdir}/libgig/libakai.so.%{sover_akai}
@@ -118,38 +112,16 @@
 %config %{_sysconfdir}/ld.so.conf.d/libakai%{sover_akai}.conf
 
 %files -n libgig-devel
-%defattr(-,root,root)
+%license COPYING
 %dir %{_libdir}/libgig/
-%dir %{_includedir}/libgig/
-%{_libdir}/libgig/libgig.so
-%{_includedir}/libgig/Akai.h
-%{_includedir}/libgig/DLS.h
-%{_includedir}/libgig/Korg.h
-%{_includedir}/libgig/RIFF.h
-%{_includedir}/libgig/SF.h
-%{_includedir}/libgig/Serialization.h
-%{_includedir}/libgig/gig.h
-%{_libdir}/libgig/libakai.so
-%{_libdir}/pkgconfig/akai.pc
-%{_libdir}/pkgconfig/gig.pc
+%{_libdir}/libgig/*.so
+%{_includedir}/libgig/
+%{_libdir}/pkgconfig/*.pc
 
 %files -n libgig-tools
-%defattr(-,root,root)
 %license  COPYING
 %doc AUTHORS ChangeLog NEWS README TODO
-%{_bindir}/akaidump
-%{_bindir}/akaiextract
-%{_bindir}/dlsdump
-%{_bindir}/gig2mono
-%{_bindir}/gig2stereo
-%{_bindir}/gigdump
-%{_bindir}/gigextract
-%{_bindir}/gigmerge
-%{_bindir}/korg2gig
-%{_bindir}/korgdump
-%{_bindir}/rifftree
-%{_bindir}/sf2dump
-%{_bindir}/sf2extract
-%{_mandir}/man1/*.1*
+%{_bindir}/*
+%{_mandir}/man1/*.1%{?ext_man}
 
 %changelog

++ libgig-4.2.0.tar.bz2 -> libgig-4.3.0.tar.bz2 ++
 13919 lines of diff (skipped)

++ libgig-rpmlintrc ++
addFilter("libgig-tools.*shlib-policy-missing-lib")


commit python-click-spinner for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-click-spinner for 
openSUSE:Factory checked in at 2021-05-18 18:27:10

Comparing /work/SRC/openSUSE:Factory/python-click-spinner (Old)
 and  /work/SRC/openSUSE:Factory/.python-click-spinner.new.2988 (New)


Package is "python-click-spinner"

Tue May 18 18:27:10 2021 rev:3 rq:894006 version:0.1.10

Changes:

--- 
/work/SRC/openSUSE:Factory/python-click-spinner/python-click-spinner.changes
2019-08-05 10:41:43.995296408 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-spinner.new.2988/python-click-spinner.changes
  2021-05-18 18:27:38.878648915 +0200
@@ -1,0 +2,8 @@
+Tue May 18 07:54:22 UTC 2021 - pgaj...@suse.com
+
+- version update to 0.1.10
+  * Support for configurable streams
+- deleted sources
+  - LICENSE (not needed)
+
+---

Old:

  LICENSE
  click-spinner-0.1.8.tar.gz

New:

  click-spinner-0.1.10.tar.gz



Other differences:
--
++ python-click-spinner.spec ++
--- /var/tmp/diff_new_pack.7QcLUp/_old  2021-05-18 18:27:39.278647181 +0200
+++ /var/tmp/diff_new_pack.7QcLUp/_new  2021-05-18 18:27:39.278647181 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-spinner
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-click-spinner
 # tests and LICENSE included in sdist 0.1.9 not yet released
-Version:0.1.8
+Version:0.1.10
 Release:0
 License:MIT
 Summary:Spinner for Click
-Url:https://github.com/click-contrib/click-spinner
+URL:https://github.com/click-contrib/click-spinner
 Group:  Development/Languages/Python
 Source: 
https://github.com/click-contrib/click-spinner/archive/v%{version}.tar.gz#/click-spinner-%{version}.tar.gz
-Source1:
https://raw.githubusercontent.com/click-contrib/click-spinner/master/LICENSE
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module click}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-click
 BuildArch:  noarch
 
@@ -42,7 +42,6 @@
 
 %prep
 %setup -q -n click-spinner-%{version}
-cp %{SOURCE1} .
 
 %build
 export LANG=en_US.UTF-8
@@ -55,7 +54,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py pytest
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ click-spinner-0.1.8.tar.gz -> click-spinner-0.1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-spinner-0.1.8/.travis.yml 
new/click-spinner-0.1.10/.travis.yml
--- old/click-spinner-0.1.8/.travis.yml 2018-05-09 21:11:35.0 +0200
+++ new/click-spinner-0.1.10/.travis.yml2020-04-24 09:11:16.0 
+0200
@@ -21,3 +21,4 @@
 tags: true
 distributions: sdist bdist_wheel
 repo: click-contrib/click-spinner
+python: '3.6'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-spinner-0.1.8/LICENSE 
new/click-spinner-0.1.10/LICENSE
--- old/click-spinner-0.1.8/LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/click-spinner-0.1.10/LICENSE2020-04-24 09:11:16.0 +0200
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2016 Yoav Ram
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS 

commit trytond_account for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2021-05-18 18:27:30

Comparing /work/SRC/openSUSE:Factory/trytond_account (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_account.new.2988 (New)


Package is "trytond_account"

Tue May 18 18:27:30 2021 rev:26 rq:894082 version:5.0.17

Changes:

--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2021-03-02 12:44:58.540330568 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.2988/trytond_account.changes
2021-05-18 18:27:57.726567227 +0200
@@ -1,0 +2,5 @@
+Sun May 16 09:23:22 UTC 2021 - Axel Braun 
+
+- Version 5.0.17 - Bugfix Release
+
+---

Old:

  trytond_account-5.0.16.tar.gz
  trytond_account-5.0.16.tar.gz.asc

New:

  trytond_account-5.0.17.tar.gz
  trytond_account-5.0.17.tar.gz.asc



Other differences:
--
++ trytond_account.spec ++
--- /var/tmp/diff_new_pack.afTMrn/_old  2021-05-18 18:27:58.266564887 +0200
+++ /var/tmp/diff_new_pack.afTMrn/_new  2021-05-18 18:27:58.270564869 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:   trytond_account
-Version:%{majorver}.16
+Version:%{majorver}.17
 Release:0
 Summary:The "account" module for the Tryton ERP system
 License:GPL-3.0+

++ trytond_account-5.0.16.tar.gz -> trytond_account-5.0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.16/.hgtags 
new/trytond_account-5.0.17/.hgtags
--- old/trytond_account-5.0.16/.hgtags  2020-11-11 16:25:56.0 +0100
+++ new/trytond_account-5.0.17/.hgtags  2021-05-15 23:10:40.0 +0200
@@ -35,3 +35,4 @@
 9d179878f40d39042158c4b815a17b433d1d50e5 5.0.14
 0ac0f588dfbdc29b8f951ba8b334be89da783046 5.0.15
 e7b4b8e0d7213ad2051531c759f7567bcbb9af8e 5.0.16
+ab4f21ad3261e30b048a9dae8ab5de6ec1f7fa84 5.0.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.16/CHANGELOG 
new/trytond_account-5.0.17/CHANGELOG
--- old/trytond_account-5.0.16/CHANGELOG2020-11-11 16:25:55.0 
+0100
+++ new/trytond_account-5.0.17/CHANGELOG2021-05-15 23:10:40.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.17 - 2021-05-15
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.16 - 2020-11-11
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.16/COPYRIGHT 
new/trytond_account-5.0.17/COPYRIGHT
--- old/trytond_account-5.0.16/COPYRIGHT2020-11-11 16:25:55.0 
+0100
+++ new/trytond_account-5.0.17/COPYRIGHT2021-05-15 23:10:39.0 
+0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2020 C??dric Krier.
+Copyright (C) 2008-2021 C??dric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2020 B2CK SPRL.
+Copyright (C) 2008-2021 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.16/PKG-INFO 
new/trytond_account-5.0.17/PKG-INFO
--- old/trytond_account-5.0.16/PKG-INFO 2020-11-11 16:25:57.0 +0100
+++ new/trytond_account-5.0.17/PKG-INFO 2021-05-15 23:10:42.112518300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.16
+Version: 5.0.17
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.16/move.py 
new/trytond_account-5.0.17/move.py
--- old/trytond_account-5.0.16/move.py  2020-10-13 23:47:23.0 +0200
+++ new/trytond_account-5.0.17/move.py  2021-05-06 23:57:21.0 +0200
@@ -1593,7 +1593,7 @@
 party = parties.pop()
 self.show.party = party
 self.show.parties = parties
-return party
+return party,
 
 if getattr(self.show, 'accounts', None) is None:
 self.show.accounts = self.get_accounts()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.16/tryton.cfg 
new/trytond_account-5.0.17/tryton.cfg
--- old/trytond_account-5.0.16/tryton.cfg   2020-10-18 20:51:16.0 
+0200
+++ new/trytond_account-5.0.17/tryton.cfg   2020-11-11 16:26:08.0 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.16
+version=5.0.17
 depends:
 company
 currency
diff -urN '--exclude=CVS' '

commit openQA for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2021-05-18 18:27:13

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


Package is "openQA"

Tue May 18 18:27:13 2021 rev:261 rq:894042 version:4.6.1621307093.e6e7d0a8c

Changes:

openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2021-05-16 
23:44:09.485129208 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.2988/openQA.changes  2021-05-18 
18:27:42.090634994 +0200
@@ -1,0 +2,21 @@
+Tue May 18 11:31:43 UTC 2021 - co...@suse.com
+
+- Update to version 4.6.1621307093.e6e7d0a8c:
+  * Improve locking of archiving task
+  * Test case of copy error when archiving job
+  * Mention the archiving feature within the documentation
+  * Show archive icon on test details page for archived jobs
+  * Archive important jobs which would be otherwise preserved during log 
cleanup
+  * Add Minion job for archiving job results
+  * Add function to archive a job
+  * Add archive dir, allow customization via OPENQA_ARCHIVEDIR
+  * Mention `MAX_SETUP_TIME` and `TIMEOUT_SCALE` in timeout documentation
+  * worker: Add MAX_SETUP_TIME to limit job setup time (by default to one hour)
+  * Use constants from Time::Seconds for declaring our own time-related 
constants
+  * worker: Write code for stopping job in a more compact way
+  * worker: Pass result USER_CANCELLED when stopping job due to cancellation
+  * Add test for some error cases when calling rsync to sync tests
+  * worker: Allow cancellation of jobs while waiting for asset cache
+  * worker: Unify loops for polling the cache service
+
+---

Old:

  openQA-4.6.1620996956.bd2066072.obscpio

New:

  openQA-4.6.1621307093.e6e7d0a8c.obscpio



Other differences:
--
++ openQA-client-test.spec ++
--- /var/tmp/diff_new_pack.FSXhb2/_old  2021-05-18 18:27:42.954631250 +0200
+++ /var/tmp/diff_new_pack.FSXhb2/_new  2021-05-18 18:27:42.958631232 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-client
 Name:   %{short_name}-test
-Version:4.6.1620996956.bd2066072
+Version:4.6.1621307093.e6e7d0a8c
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.FSXhb2/_old  2021-05-18 18:27:42.978631146 +0200
+++ /var/tmp/diff_new_pack.FSXhb2/_new  2021-05-18 18:27:42.978631146 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1620996956.bd2066072
+Version:4.6.1621307093.e6e7d0a8c
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.FSXhb2/_old  2021-05-18 18:27:42.994631077 +0200
+++ /var/tmp/diff_new_pack.FSXhb2/_new  2021-05-18 18:27:42.998631059 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1620996956.bd2066072
+Version:4.6.1621307093.e6e7d0a8c
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.FSXhb2/_old  2021-05-18 18:27:43.014630990 +0200
+++ /var/tmp/diff_new_pack.FSXhb2/_new  2021-05-18 18:27:43.018630973 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1620996956.bd2066072
+Version:4.6.1621307093.e6e7d0a8c
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.FSXhb2/_old  2021-05-18 18:27:43.034630903 +0200
+++ /var/tmp/diff_new_pack.FSXhb2/_new  2021-05-18 18:27:43.038630886 +0200
@@ -76,7 +76,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:   openQA
-Version:4.6.1620996956.bd2066072
+Version:4.6.1621307093.e6e7d0a8c
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1620996956.bd2066072.obscpio -> 
openQA-4.6.1621307093.e6e7d0a8c.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1620996956.bd2066072.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.2988/openQA-4.6.1621307093.e6e7d0a8c.obscpio
 differ: char 49, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.FSXhb2/_old  2021-05-18 18:27:43.102630608 +

commit quadrapassel for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package quadrapassel for openSUSE:Factory 
checked in at 2021-05-18 18:27:07

Comparing /work/SRC/openSUSE:Factory/quadrapassel (Old)
 and  /work/SRC/openSUSE:Factory/.quadrapassel.new.2988 (New)


Package is "quadrapassel"

Tue May 18 18:27:07 2021 rev:29 rq:893976 version:40.1

Changes:

--- /work/SRC/openSUSE:Factory/quadrapassel/quadrapassel.changes
2020-11-23 10:47:34.734427545 +0100
+++ /work/SRC/openSUSE:Factory/.quadrapassel.new.2988/quadrapassel.changes  
2021-05-18 18:27:35.15003 +0200
@@ -1,0 +2,7 @@
+Tue May 18 07:58:35 UTC 2021 - Dominique Leuenberger 
+
+- Update to version 40.1:
+  + Press return to restart game.
+  + Updated translations.
+
+---

Old:

  quadrapassel-3.38.1.tar.xz

New:

  quadrapassel-40.1.tar.xz



Other differences:
--
++ quadrapassel.spec ++
--- /var/tmp/diff_new_pack.dlO43U/_old  2021-05-18 18:27:35.558663304 +0200
+++ /var/tmp/diff_new_pack.dlO43U/_new  2021-05-18 18:27:35.562663287 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package quadrapassel
 #
-# 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,13 +17,13 @@
 
 
 Name:   quadrapassel
-Version:3.38.1
+Version:40.1
 Release:0
 Summary:Tetris Game for GNOME
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Action/Other
 URL:https://live.gnome.org/Quadrapassel
-Source0:
https://download.gnome.org/sources/quadrapassel/3.38/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/quadrapassel/40/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  meson

++ quadrapassel-3.38.1.tar.xz -> quadrapassel-40.1.tar.xz ++
 6297 lines of diff (skipped)


commit gcstar for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcstar for openSUSE:Factory checked 
in at 2021-05-18 18:27:08

Comparing /work/SRC/openSUSE:Factory/gcstar (Old)
 and  /work/SRC/openSUSE:Factory/.gcstar.new.2988 (New)


Package is "gcstar"

Tue May 18 18:27:08 2021 rev:18 rq:893992 version:1.7.3

Changes:

--- /work/SRC/openSUSE:Factory/gcstar/gcstar.changes2020-09-16 
19:41:21.266935213 +0200
+++ /work/SRC/openSUSE:Factory/.gcstar.new.2988/gcstar.changes  2021-05-18 
18:27:36.990657098 +0200
@@ -1,0 +2,32 @@
+Mon May 17 16:56:12 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 1.7.3
+  * Support Gtk3
+  * New features for users
+* Support for series in book collections
+* Support of original title for books
+* Identification of broken plugins (ZZZ...)
+* Max number in comics series increased to 999
+* Additionnal artist roles for comics (inker, letterer...)
+* Possible use of Amazon for book scanning
+* Support for TS video files (DVB recordings)
+* Memory of previous proxy setting
+* Improved default location for choosing files
+* Replacing an empty string for field will set the field if
+  empty for all items of a collections (for example tags)
+  * New plugins: BDphile (books), GBooks
+  * User interfaces changes: Small changes in some panel layouts
+  * Bugs fixed
+* Range for advanced search
+* Exportation of miniatures (jpeg, png)
+* Actors support and imags support in Tellico export
+* File extension for exporting
+* Better support of default values for fields in GCS files
+* Some bugs fixed in website plugins
+  * Deprecation of plugins:
+* Alapage
+* InternetBokHandeln
+* LiberOnWeb
+* Mareno
+
+---

Old:

  gcstar-1.7.1.tar.gz

New:

  GCstar-v1.7.3.tar.bz2



Other differences:
--
++ gcstar.spec ++
--- /var/tmp/diff_new_pack.FUrU84/_old  2021-05-18 18:27:37.494654913 +0200
+++ /var/tmp/diff_new_pack.FUrU84/_new  2021-05-18 18:27:37.494654913 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcstar
 #
-# 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,38 +17,49 @@
 
 
 Name:   gcstar
-Version:1.7.1
+Version:1.7.3
 Release:0
 Summary:Application to manage collections
 License:GPL-2.0-only
-URL:http://www.gcstar.org/
-Source0:http://download.gna.org/gcstar/%{name}-%{version}.tar.gz
+URL:https://wiki.gcstar.org/en
+Source0:
https://gitlab.com/Kerenoc/GCstar/-/archive/v%{version}/GCstar-v%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gcstar-fix-desktop.patch vu...@opensuse.org -- Fix 
desktop file for openSUSE
 Patch0: gcstar-fix-desktop.patch
 BuildRequires:  fdupes
 BuildRequires:  perl
-BuildRequires:  perl-libwww-perl
-BuildRequires:  perl(Crypt::SSLeay)
-BuildRequires:  perl(Gtk2) >= 1.054
-BuildRequires:  perl(HTML::Parser)
-BuildRequires:  perl(XML::Parser)
+BuildRequires:  perl(DateTime::Format::Strptime)
+BuildRequires:  perl(Gtk3)
+BuildRequires:  perl(Gtk3::SimpleList)
+BuildRequires:  perl(JSON)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(XML::Simple)
+BuildRequires:  typelib-1_0-GdkPixdata-2_0
+BuildRequires:  typelib-1_0-Gtk-3_0
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
 Requires:   perl
-Requires:   perl-libwww-perl
-Requires:   perl(Crypt::SSLeay)
-Requires:   perl(Gtk2) >= 1.054
-Requires:   perl(HTML::Parser)
-Requires:   perl(XML::Parser)
+Requires:   perl(DateTime::Format::Strptime)
+Requires:   perl(Gtk3)
+Requires:   perl(Gtk3::SimpleList)
+Requires:   perl(JSON)
+Requires:   perl(LWP::Protocol::https)
 Requires:   perl(XML::Simple)
+Recommends: perl(Archive::Tar)
 Recommends: perl(Archive::Zip)
+Recommends: perl(Compress::Zlib)
+Recommends: perl(Date::Calc)
+Recommends: perl(Digest::MD5)
 Recommends: perl(GD)
-Recommends: perl(GD::Graph::area)
-Recommends: perl(GD::Graph::bars)
-Recommends: perl(GD::Graph::pie)
+Recommends: perl(GD::Graph)
 Recommends: perl(GD::Text)
+Recommends: perl(Image::ExifTool)
+Recommends: perl(MIME::Base64)
+Recommends: perl(MP3::Info)
+Recommends: perl(MP3::Tag)
+Recommends: perl(Net::FreeDB)
+Recommends: perl(Ogg::Vorbis::Header::PurePerl)
+Recommends: perl(Time::Piece)
 BuildArch:  noarch
 
 %description
@@ -59,13 +70

commit gnome-calendar for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-calendar for openSUSE:Factory 
checked in at 2021-05-18 18:27:05

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


Package is "gnome-calendar"

Tue May 18 18:27:05 2021 rev:36 rq:893958 version:40.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes
2021-04-10 15:27:41.754400942 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-calendar.new.2988/gnome-calendar.changes  
2021-05-18 18:27:32.326677312 +0200
@@ -1,0 +2,10 @@
+Fri May 14 14:00:46 UTC 2021 - Dominique Leuenberger 
+
+- Update to version 40.1:
+  + Fix a memory leak in the timezone monitoring code.
+  + Fix a crash when fetching the system timezone.
+  + Fix keyboard shortcuts and add missing accelerator.
+  + Fix multiday detection of all day events.
+  + Updated translations.
+
+---

Old:

  gnome-calendar-40.0.tar.xz

New:

  gnome-calendar-40.1.tar.xz



Other differences:
--
++ gnome-calendar.spec ++
--- /var/tmp/diff_new_pack.5hUBRs/_old  2021-05-18 18:27:33.71505 +0200
+++ /var/tmp/diff_new_pack.5hUBRs/_new  2021-05-18 18:27:33.670671487 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-calendar
-Version:40.0
+Version:40.1
 Release:0
 Summary:A calendar application for GNOME
 License:GPL-3.0-or-later

++ gnome-calendar-40.0.tar.xz -> gnome-calendar-40.1.tar.xz ++
 6268 lines of diff (skipped)


commit palaura for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package palaura for openSUSE:Factory checked 
in at 2021-05-18 18:27:09

Comparing /work/SRC/openSUSE:Factory/palaura (Old)
 and  /work/SRC/openSUSE:Factory/.palaura.new.2988 (New)


Package is "palaura"

Tue May 18 18:27:09 2021 rev:10 rq:893997 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/palaura/palaura.changes  2020-05-08 
23:07:12.246089296 +0200
+++ /work/SRC/openSUSE:Factory/.palaura.new.2988/palaura.changes
2021-05-18 18:27:37.630654324 +0200
@@ -1,0 +2,6 @@
+Mon May 17 22:58:06 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 1.5.1
+  * New API based on Google Dictionary, should be more stable
+
+---

Old:

  palaura-1.2.2.tar.gz

New:

  palaura-1.5.1.tar.gz



Other differences:
--
++ palaura.spec ++
--- /var/tmp/diff_new_pack.qpeYWY/_old  2021-05-18 18:27:38.054652486 +0200
+++ /var/tmp/diff_new_pack.qpeYWY/_new  2021-05-18 18:27:38.054652486 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   palaura
-Version:1.2.2
+Version:1.5.1
 Release:0
 Summary:A dictionary with word definitions
 License:GPL-3.0-or-later

++ palaura-1.2.2.tar.gz -> palaura-1.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/palaura-1.2.2/data/com.github.lainsce.palaura.appdata.xml.in 
new/palaura-1.5.1/data/com.github.lainsce.palaura.appdata.xml.in
--- old/palaura-1.2.2/data/com.github.lainsce.palaura.appdata.xml.in
2020-04-19 00:15:09.0 +0200
+++ new/palaura-1.5.1/data/com.github.lainsce.palaura.appdata.xml.in
2020-11-30 19:18:41.0 +0100
@@ -53,6 +53,22 @@
 
 
 
+  
+
+  Release: Change of APIs
+  
+Changes: New API based on Google Dictionary, should be more 
stable.
+  
+
+  
+  
+
+  Release: Change of APIs
+  
+Changes: New API based on Google Dictionary, should be more 
stable.
+  
+
+  
   
 
   Release: Dark Space
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/palaura-1.2.2/data/com.github.lainsce.palaura.gschema.xml 
new/palaura-1.5.1/data/com.github.lainsce.palaura.gschema.xml
--- old/palaura-1.2.2/data/com.github.lainsce.palaura.gschema.xml   
2020-04-19 00:15:09.0 +0200
+++ new/palaura-1.5.1/data/com.github.lainsce.palaura.gschema.xml   
2020-11-30 19:18:41.0 +0100
@@ -16,7 +16,7 @@
Whether dark mode is enabled or 
not


-   'en-us'
+   'en'
Dictionary language
The language used to query words from its 
dictionary

Binary files old/palaura-1.2.2/data/shot.png and 
new/palaura-1.5.1/data/shot.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palaura-1.2.2/data/stylesheet.css 
new/palaura-1.5.1/data/stylesheet.css
--- old/palaura-1.2.2/data/stylesheet.css   2020-04-19 00:15:09.0 
+0200
+++ new/palaura-1.5.1/data/stylesheet.css   2020-11-30 19:18:41.0 
+0100
@@ -3,12 +3,21 @@
 @define-color textColorPrimary #f5f5f5;
 
 .palaura-window {
-background-color: @colorPrimary;
+background-color: #FDF6E3;
+}
+
+.palaura-window,
+.palaura-window decoration {
+border-radius: 6px;
 }
 
 .palaura-window-dark {
-background-color: shade(@colorPrimary, 1.2);
-color: #333;
+background-color: #002B36;
+}
+
+.palaura-window-dark,
+.palaura-window-dark decoration {
+border-radius: 6px;
 }
 
 .palaura-view {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palaura-1.2.2/meson.build 
new/palaura-1.5.1/meson.build
--- old/palaura-1.2.2/meson.build   2020-04-19 00:15:09.0 +0200
+++ new/palaura-1.5.1/meson.build   2020-11-30 19:18:41.0 +0100
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.palaura', ['vala', 'c'],
-version: '1.2.1'
+version: '1.5.1'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palaura-1.2.2/src/Core/Definition.vala 
new/palaura-1.5.1/src/Core/Definition.vala
--- old/palaura-1.2.2/src/Core/Definition.vala  2020-04-19 00:15:09.0 
+0200
+++ new/palaura-1.5.1/src/Core/Definition.vala  2020-11-30 19:18:41.0 
+0100
@@ -1,100 +1,91 @@
 public class Palaura.Core.Definition : Object {
-public string text

commit rmt-server for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rmt-server for openSUSE:Factory 
checked in at 2021-05-18 18:27:07

Comparing /work/SRC/openSUSE:Factory/rmt-server (Old)
 and  /work/SRC/openSUSE:Factory/.rmt-server.new.2988 (New)


Package is "rmt-server"

Tue May 18 18:27:07 2021 rev:40 rq:893979 version:2.6.9

Changes:

--- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes2021-04-08 
21:32:51.731853008 +0200
+++ /work/SRC/openSUSE:Factory/.rmt-server.new.2988/rmt-server.changes  
2021-05-18 18:27:36.20236 +0200
@@ -0,0 +1,15 @@
+---
+Thu Apr 22 11:10:11 UTC 2021 - Jes??s Berm??dez Vel??zquez 
+
+- Version 2.6.9
+- Fix: Don't append slash to custom repository urls 
+- Add enabled attribute to syncing process
+  This fixes wrong marked repositories when syncing
+  This references bsc#1184814
+
+- Enable 'Installer-Updates' repositories when
+  enabling a product, so they can get used by
+  the installer to patch the installation system itself.
+
+  This references bsc#1184814
+---
@@ -238,0 +254,5 @@
+
+---
+Fri Jun  5 13:41:29 UTC 2020 - Jes??s Berm??dez Vel??zquez 
+
+- Set cloud_povider info when registering the instance

Old:

  rmt-server-2.6.8.tar.bz2

New:

  rmt-server-2.6.9.tar.bz2



Other differences:
--
++ rmt-server.spec ++
--- /var/tmp/diff_new_pack.9mKh5E/_old  2021-05-18 18:27:36.742658173 +0200
+++ /var/tmp/diff_new_pack.9mKh5E/_new  2021-05-18 18:27:36.746658155 +0200
@@ -29,7 +29,7 @@
 %define ruby_version  %{rb_default_ruby_suffix}
 
 Name:   rmt-server
-Version:2.6.8
+Version:2.6.9
 Release:0
 Summary:Repository mirroring tool and registration proxy for SCC
 License:GPL-2.0-or-later
@@ -109,6 +109,7 @@
 sed -i '1 s|/usr/bin/env\ ruby|/usr/bin/ruby.%{ruby_version}|' bin/*
 
 %build
+bundle.%{ruby_version} config build.nio4r --with-cflags='%{optflags} 
-Wno-return-type'
 bundle.%{ruby_version} config set deployment 'true'
 bundle.%{ruby_version} config set without 'test development'
 bundle.%{ruby_version} install %{?jobs:--jobs %{jobs}}
@@ -191,7 +192,11 @@
 sed -i -e 's@\/usr\/bin\/env 
ruby.%{ruby_version}@\/usr\/bin\/ruby\.%{ruby_version}@g' \
 -e 's@\/usr\/bin\/env ruby@\/usr\/bin\/ruby\.%{ruby_version}@g'
 grep -rl '\/usr\/bin\/env bash' %{buildroot}%{lib_dir}/vendor/bundle/ruby | 
xargs \
-sed -i -e 's@\/usr\/bin\/env bash@\/bin\/bash@g' \
+sed -i -e 's@\/usr\/bin\/env bash@\/bin\/bash@g'
+
+# Drop 'BUNDLED WITH' line from Gemfile.lock. It causes trouble when the 
Gemfile.lock
+# was created with a different major version than the distribution's bundler.
+sed -i '/BUNDLED WITH/{N;d;}' %{buildroot}%{app_dir}/Gemfile.lock
 
 # cleanup unneeded files
 find %{buildroot}%{lib_dir} "(" -name "*.c" -o -name "*.h" -o -name .keep ")" 
-delete

++ rmt-cli.8.gz ++
--- /var/tmp/diff_new_pack.9mKh5E/_old  2021-05-18 18:27:36.766658069 +0200
+++ /var/tmp/diff_new_pack.9mKh5E/_new  2021-05-18 18:27:36.770658051 +0200
@@ -1,7 +1,7 @@
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "RMT\-CLI" "8" "January 2021" "" "RMT"
+.TH "RMT\-CLI" "8" "February 2021" "" "RMT"
 .
 .SH "NAME"
 \fBrmt\-cli\fR \- control and configure your RMT server

++ rmt-server-2.6.8.tar.bz2 -> rmt-server-2.6.9.tar.bz2 ++
/work/SRC/openSUSE:Factory/rmt-server/rmt-server-2.6.8.tar.bz2 
/work/SRC/openSUSE:Factory/.rmt-server.new.2988/rmt-server-2.6.9.tar.bz2 
differ: char 11, line 1


commit trytond_party for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_party for openSUSE:Factory 
checked in at 2021-05-18 18:27:29

Comparing /work/SRC/openSUSE:Factory/trytond_party (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_party.new.2988 (New)


Package is "trytond_party"

Tue May 18 18:27:29 2021 rev:9 rq:894080 version:5.0.4

Changes:

--- /work/SRC/openSUSE:Factory/trytond_party/trytond_party.changes  
2021-03-02 12:45:04.060335340 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_party.new.2988/trytond_party.changes
2021-05-18 18:27:56.138574110 +0200
@@ -1,0 +2,5 @@
+Sun May 16 09:22:55 UTC 2021 - Axel Braun 
+
+- Version 5.0.4 - Bugfix Release
+
+---

Old:

  trytond_party-5.0.3.tar.gz
  trytond_party-5.0.3.tar.gz.asc

New:

  trytond_party-5.0.4.tar.gz
  trytond_party-5.0.4.tar.gz.asc



Other differences:
--
++ trytond_party.spec ++
--- /var/tmp/diff_new_pack.thPLwv/_old  2021-05-18 18:27:56.706571648 +0200
+++ /var/tmp/diff_new_pack.thPLwv/_new  2021-05-18 18:27:56.710571631 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_party
-Version:%{majorver}.3
+Version:%{majorver}.4
 Release:0
 Summary:The "party" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_party-5.0.3.tar.gz -> trytond_party-5.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-5.0.3/.hgtags 
new/trytond_party-5.0.4/.hgtags
--- old/trytond_party-5.0.3/.hgtags 2020-04-04 17:54:19.0 +0200
+++ new/trytond_party-5.0.4/.hgtags 2021-05-15 23:02:38.0 +0200
@@ -22,3 +22,4 @@
 05364d0800d22ad220dea54061d916906a31ead3 5.0.1
 27a0bf733a466f7e0c42540be774a24ee83eedbd 5.0.2
 0474dd73dcac50b9868117d5e81c8f44d617cb3f 5.0.3
+30feb1ccb9cdd57a44bb261babc134709badeb75 5.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-5.0.3/CHANGELOG 
new/trytond_party-5.0.4/CHANGELOG
--- old/trytond_party-5.0.3/CHANGELOG   2020-04-04 17:54:19.0 +0200
+++ new/trytond_party-5.0.4/CHANGELOG   2021-05-15 23:02:37.0 +0200
@@ -1,3 +1,6 @@
+Version 5.0.4 - 2021-05-15
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.3 - 2020-04-04
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-5.0.3/COPYRIGHT 
new/trytond_party-5.0.4/COPYRIGHT
--- old/trytond_party-5.0.3/COPYRIGHT   2020-04-04 17:54:18.0 +0200
+++ new/trytond_party-5.0.4/COPYRIGHT   2021-05-15 23:02:37.0 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2020 C??dric Krier.
+Copyright (C) 2008-2021 C??dric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2020 B2CK SPRL.
+Copyright (C) 2008-2021 B2CK SPRL.
 Copyright (C) 2008-2013 Udo Spallek.
 Copyright (C) 2008-2011 Korbinian Preisler.
 Copyright (C) 2008-2011 virtual things.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-5.0.3/PKG-INFO 
new/trytond_party-5.0.4/PKG-INFO
--- old/trytond_party-5.0.3/PKG-INFO2020-04-04 17:54:21.0 +0200
+++ new/trytond_party-5.0.4/PKG-INFO2021-05-15 23:02:39.332665700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond_party
-Version: 5.0.3
+Version: 5.0.4
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-5.0.3/contact_mechanism.py 
new/trytond_party-5.0.4/contact_mechanism.py
--- old/trytond_party-5.0.3/contact_mechanism.py2019-04-10 
18:59:43.0 +0200
+++ new/trytond_party-5.0.4/contact_mechanism.py2021-05-06 
23:57:48.0 +0200
@@ -197,7 +197,11 @@
 
 @classmethod
 def search_rec_name(cls, name, clause):
-return ['OR',
+if clause[1].startswith('!') or clause[1].startswith('not '):
+bool_op = 'AND'
+else:
+bool_op = 'OR'
+return [bool_op,
 ('value',) + tuple(clause[1:]),
 ('value_compact',) + tuple(clause[1:]),
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-5.0.3/tryton.cfg 
new/trytond_party-5.0.4/tryton.cfg
--- old/trytond_party-5.0.3/tryton.cfg  2019-04-22 11:06:37.0 +0200
+++ new/trytond_party-5.0.4/tryton.cfg  2020-04-04 17:54:29.0 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.3
+version=5.0.4
 depends:
 country
 ir

commit gnome-backgrounds for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-backgrounds for 
openSUSE:Factory checked in at 2021-05-18 18:27:04

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


Package is "gnome-backgrounds"

Tue May 18 18:27:04 2021 rev:79 rq:893956 version:40.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds.changes  
2021-04-22 18:05:55.238690646 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-backgrounds.new.2988/gnome-backgrounds.changes
2021-05-18 18:27:31.490680936 +0200
@@ -1,0 +2,6 @@
+Fri May 14 13:54:54 UTC 2021 - Dominique Leuenberger 
+
+- Update to version 40.1:
+  + Lower default resolution for saner memory footprint.
+
+---

Old:

  gnome-backgrounds-40.0.tar.xz

New:

  gnome-backgrounds-40.1.tar.xz



Other differences:
--
++ gnome-backgrounds.spec ++
--- /var/tmp/diff_new_pack.LWSdKx/_old  2021-05-18 18:27:32.058678473 +0200
+++ /var/tmp/diff_new_pack.LWSdKx/_new  2021-05-18 18:27:32.062678457 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-backgrounds
-Version:40.0
+Version:40.1
 Release:0
 Summary:GNOME Backgrounds
 License:CC-BY-2.0 AND GPL-2.0-or-later AND CC-BY-SA-2.0 AND 
CC-BY-SA-3.0

++ gnome-backgrounds-40.0.tar.xz -> gnome-backgrounds-40.1.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds-40.0.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-backgrounds.new.2988/gnome-backgrounds-40.1.tar.xz
 differ: char 27, line 1


commit python-asv for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asv for openSUSE:Factory 
checked in at 2021-05-18 18:27:02

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


Package is "python-asv"

Tue May 18 18:27:02 2021 rev:4 rq:893907 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-asv/python-asv.changes2020-06-10 
00:43:17.094165216 +0200
+++ /work/SRC/openSUSE:Factory/.python-asv.new.2988/python-asv.changes  
2021-05-18 18:27:28.906692134 +0200
@@ -1,0 +2,7 @@
+Tue May 18 06:44:31 UTC 2021 - pgaj...@suse.com
+
+- version update to 0.4.2
+  * Do not supply ``--no-site-packages`` to virtualenv, as it is on by
+default and no longer supported. (#917)
+
+---

Old:

  asv-0.4.1.tar.gz

New:

  asv-0.4.2.tar.gz



Other differences:
--
++ python-asv.spec ++
--- /var/tmp/diff_new_pack.EgPDAO/_old  2021-05-18 18:27:29.298690435 +0200
+++ /var/tmp/diff_new_pack.EgPDAO/_new  2021-05-18 18:27:29.302690418 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-asv
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-asv
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:Airspeed Velocity: A Python history benchmarking tool
 License:BSD-3-Clause AND MIT
@@ -32,7 +32,7 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-six >= 1.4
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Suggests:   python-python-hglib >= 1.5
 # SECTION test requirements
 BuildRequires:  %{python_module pip}
@@ -66,7 +66,7 @@
 %check
 #MVY: there are so MANY tests failing inside OBS - like test_continuous 
calling pip and building bad command line
 exit 0
-# % python_exec setup.py test
+# % pytest
 
 %post
 %python_install_alternative asv

++ asv-0.4.1.tar.gz -> asv-0.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asv-0.4.1/.travis.yml new/asv-0.4.2/.travis.yml
--- old/asv-0.4.1/.travis.yml   2019-05-26 16:37:43.0 +0200
+++ new/asv-0.4.2/.travis.yml   2020-05-16 13:23:15.0 +0200
@@ -25,31 +25,23 @@
   SKIP="$SKIP|test/test_repo_template/asv_test_repo/__init__.py"
   SKIP="$SKIP|asv/extern/asizeof.py"
   SKIP="$SKIP|asv/benchmark.py.*undefined name .(run|params)."
+  SKIP="$SKIP|format.*has unused arguments at position"
   PYFLAKES_NODOCTEST=1 pyflakes asv test | grep -E -v "$SKIP" > 
test.out; cat test.out; test \! -s test.out
 
-- python: 3.8-dev
+- python: 3.8
   dist: xenial
 
-- python: 3.7
-  dist: xenial
-
-- python: 2.7
-
 - python: 3.6
-
-- python: 3.5
-
-- python: 2.7
   env:
 - USE_CONDA=true
-- COVERAGE="--cov=asv --cov=test"
 
-- python: 3.6
-  env: USE_CONDA=true
-
-- python: pypy3.5-6.0
+- python: pypy3
   dist: xenial
 
+- python: 2.7
+
+- python: 3.5
+
 cache:
   directories:
 - $HOME/.cache/pip
@@ -73,8 +65,9 @@
 export TRAVIS_PYTHON=`which python`
 export TRAVIS_PIP=`which pip`
 if [[ $USE_CONDA == true ]]; then
+  ENVIRONMENT_TYPE=conda
   mkdir -p $HOME/download;
-  export MINICONDA_SH="Miniconda3-4.5.11-Linux-x86_64.sh";
+  export MINICONDA_SH="Miniconda3-latest-Linux-x86_64.sh";
   pushd $HOME/download;
   wget -N https://repo.continuum.io/miniconda/$MINICONDA_SH;
   chmod +x $MINICONDA_SH;
@@ -82,10 +75,11 @@
   popd;
   . $HOME/miniconda3/etc/profile.d/conda.sh  # enable conda bash function
   conda activate
-  conda install --yes conda conda-build bzip2
+  conda install --yes conda-build bzip2
   conda info
-  if $TRAVIS_PYTHON -c 'import virtualenv'; then echo "ERROR: virtualenv 
package is installed"; exit 1; fi;
+  XDIST_FLAG=""
 else
+  ENVIRONMENT_TYPE=virtualenv
   if $TRAVIS_PYTHON -c 'import sys; sys.exit(0 if "__pypy__" in 
sys.modules else 1)'; then
 $TRAVIS_PIP install virtualenv;
   elif [[ "$TRAVIS_PYTHON_VERSION" == "3.8-dev" ]]; then
@@ -93,14 +87,17 @@
   else
 $TRAVIS_PIP install virtualenv numpy scipy;
   fi
+  XDIST_FLAG="-n3"
+fi
+if $TRAVIS_PYTHON -c 'import sys; sys.exit(0 if "__pypy__" in sys.modules 
else 1)'; then
+   

commit lbdb for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lbdb for openSUSE:Factory checked in 
at 2021-05-18 18:27:01

Comparing /work/SRC/openSUSE:Factory/lbdb (Old)
 and  /work/SRC/openSUSE:Factory/.lbdb.new.2988 (New)


Package is "lbdb"

Tue May 18 18:27:01 2021 rev:26 rq:893874 version:0.49

Changes:

--- /work/SRC/openSUSE:Factory/lbdb/lbdb.changes2020-05-20 
18:46:38.101440394 +0200
+++ /work/SRC/openSUSE:Factory/.lbdb.new.2988/lbdb.changes  2021-05-18 
18:27:27.710697318 +0200
@@ -1,0 +2,13 @@
+Mon May 17 15:03:16 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 0.49
+  * lbdbq: re-add $exec_prefix, which may be used in libdir.
+  * Strip suffixes starting with "+" from elpa version.
+  * Forward INMAIL_DB default from m_inmail to lbdb-munge.
+  * Build-Depends on dh-elpa >= 1.16 to avoid path injection (Closes: #973971)
+  * Upgrade to debhelper v13 and use debhelper-compat instead of d/compat.
+  * Upgrade Standards-Version to 4.5.0.
+  * Move mutt_ldap_query to /usr/bin, since it can be called separately.
+  * Linitian override for false positive bin-sbin-mismatch.
+
+---

Old:

  lbdb_0.48.1.tar.xz

New:

  lbdb_0.49.tar.gz



Other differences:
--
++ lbdb.spec ++
--- /var/tmp/diff_new_pack.bxsGtJ/_old  2021-05-18 18:27:28.190695238 +0200
+++ /var/tmp/diff_new_pack.bxsGtJ/_new  2021-05-18 18:27:28.190695238 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   lbdb
-Version:0.48.1
+Version:0.49
 Release:0
 Summary:Address Database for mutt
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Email/Utilities
-URL:http://www.spinnaker.de/lbdb/
-Source: http://www.spinnaker.de/debian/lbdb_%{version}.tar.xz
+URL:https://www.spinnaker.de/lbdb/
+Source: https://www.spinnaker.de/lbdb/download/lbdb_%{version}.tar.gz
 Patch0: lbdb.rc.dif
 Patch2: lbdb-hostname.diff
 Suggests:   perl(Getopt::Long)
@@ -45,7 +45,7 @@
 set query_command="lbdbq %{s}"
 
 %prep
-%setup -q -n lbdb-%{version}
+%setup -q
 %patch0 -p1
 %patch2 -p1
 
@@ -77,12 +77,11 @@
   install
 
 %files
-%defattr(-, root, root)
-%doc README COPYING TODO
+%license COPYING
+%doc README TODO
 %config(noreplace) %{_sysconfdir}/*
 %{_bindir}/*
-%{_libdir}/lbdb/*
-%dir %{_libdir}/lbdb
+%{_libdir}/lbdb/
 %{_mandir}/man?/*
 
 %changelog


commit python-axolotl for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-axolotl for openSUSE:Factory 
checked in at 2021-05-18 18:27:03

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


Package is "python-axolotl"

Tue May 18 18:27:03 2021 rev:5 rq:893908 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-axolotl/python-axolotl.changes
2019-07-11 13:18:40.702762006 +0200
+++ /work/SRC/openSUSE:Factory/.python-axolotl.new.2988/python-axolotl.changes  
2021-05-18 18:27:29.558689309 +0200
@@ -1,0 +2,5 @@
+Tue May 18 06:57:15 UTC 2021 - pgaj...@suse.com
+
+- use %pytest macro
+
+---



Other differences:
--
++ python-axolotl.spec ++
--- /var/tmp/diff_new_pack.rBfQ1K/_old  2021-05-18 18:27:30.006687367 +0200
+++ /var/tmp/diff_new_pack.rBfQ1K/_new  2021-05-18 18:27:30.010687350 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-axolotl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 BuildRequires:  %{python_module axolotl-curve25519 >= 0.4.1}
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module protobuf >= 3.0.0.b2}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -54,7 +55,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %license LICENSE


commit tor for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2021-05-18 18:27:00

Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and  /work/SRC/openSUSE:Factory/.tor.new.2988 (New)


Package is "tor"

Tue May 18 18:27:00 2021 rev:94 rq:893868 version:0.4.5.8

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2021-04-25 21:28:58.612542635 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new.2988/tor.changes2021-05-18 
18:27:26.250703646 +0200
@@ -1,0 +2,9 @@
+Tue May 11 01:54:10 UTC 2021 - Bernhard Wiedemann 
+
+- tor 0.4.5.8
+  * https://lists.torproject.org/pipermail/tor-announce/2021-May/000219.html
+  * allow Linux sandbox with Glibc 2.33
+  * work with autoconf 2.70+
+  * several other minor features and bugfixes (see announcement)
+
+---

Old:

  tor-0.4.5.7.tar.gz
  tor-0.4.5.7.tar.gz.asc

New:

  tor-0.4.5.8.tar.gz
  tor-0.4.5.8.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.nKEFHR/_old  2021-05-18 18:27:26.882700907 +0200
+++ /var/tmp/diff_new_pack.nKEFHR/_new  2021-05-18 18:27:26.886700889 +0200
@@ -20,7 +20,7 @@
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
 Name:   tor
-Version:0.4.5.7
+Version:0.4.5.8
 Release:0
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause

++ tor-0.4.5.7.tar.gz -> tor-0.4.5.8.tar.gz ++
/work/SRC/openSUSE:Factory/tor/tor-0.4.5.7.tar.gz 
/work/SRC/openSUSE:Factory/.tor.new.2988/tor-0.4.5.8.tar.gz differ: char 92, 
line 1


commit python-argh for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-argh for openSUSE:Factory 
checked in at 2021-05-18 18:27:02

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


Package is "python-argh"

Tue May 18 18:27:02 2021 rev:16 rq:893902 version:0.26.2

Changes:

--- /work/SRC/openSUSE:Factory/python-argh/python-argh.changes  2019-05-07 
23:19:23.744974124 +0200
+++ /work/SRC/openSUSE:Factory/.python-argh.new.2988/python-argh.changes
2021-05-18 18:27:28.386694389 +0200
@@ -1,0 +2,5 @@
+Mon May 17 11:16:59 UTC 2021 - pgaj...@suse.com
+
+- use %pytest macro
+
+---



Other differences:
--
++ python-argh.spec ++
--- /var/tmp/diff_new_pack.i8sFLy/_old  2021-05-18 18:27:28.782692672 +0200
+++ /var/tmp/diff_new_pack.i8sFLy/_new  2021-05-18 18:27:28.786692655 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-argh
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -65,8 +65,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-export LC_CTYPE="en_US.UTF-8"
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.rst


commit python-alembic for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2021-05-18 18:27:19

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


Package is "python-alembic"

Tue May 18 18:27:19 2021 rev:58 rq:894051 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2021-04-08 21:31:54.127789780 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new.2988/python-alembic.changes  
2021-05-18 18:27:49.670602142 +0200
@@ -1,0 +2,79 @@
+Fri May 14 01:18:46 UTC 2021 - Arun Persaud 
+
+- update to version 1.6.2:
+  * bug
++ [bug] [regression] [versioning] Fixed additional regression
+  nearly the same as that of #838 just released in 1.6.1 but
+  within a slightly different codepath, where ???alembic downgrade
+  head??? (or equivalent) would fail instead of iterating no
+  revisions.
+
+- changes from version 1.6.1:
+  * bug
++ [bug] [regression] [versioning] Fixed regression in new
+  revisioning traversal where ???alembic downgrade base??? would fail
+  if the database itself were clean and unversioned; additionally
+  repairs the case where downgrade would fail if attempting to
+  downgrade to the current head that is already present.
+
+- changes from version 1.6.0:
+  * feature
++ [feature] [autogenerate] Fix the documentation regarding the
+  default command-line argument position of the revision script
+  filename within the post-write hook arguments. Implement a
+  REVISION_SCRIPT_FILENAME token, enabling the position to be
+  changed. Switch from str.split() to shlex.split() for more
+  robust command-line argument parsing.
++ [feature] Implement a .cwd (current working directory) suboption
+  for post-write hooks (of type console_scripts). This is useful
+  for tools like pre-commit, which rely on the working directory
+  to locate the necessary config files. Add pre-commit as an
+  example to the documentation. Minor change: rename some
+  variables from ticket #819 to improve readability.
+  * bug
++ [bug] [autogenerate] Refactored the implementation of
+  MigrateOperation constructs such as CreateIndexOp,
+  CreateTableOp, etc. so that they no longer rely upon maintaining
+  a persistent version of each schema object internally; instead,
+  the state variables of each operation object will be used to
+  produce the corresponding construct when the operation is
+  invoked. The rationale is so that environments which make use of
+  operation-manipulation schemes such as those those discussed in
+  Fine-Grained Autogenerate Generation with Rewriters are better
+  supported, allowing end-user code to manipulate the public
+  attributes of these objects which will then be expressed in the
+  final output, an example is
+  some_create_index_op.kw["postgresql_concurrently"] = True.
+
+  Previously, these objects when generated from autogenerate would
+  typically hold onto the original, reflected element internally
+  without honoring the other state variables of each construct,
+  preventing the public API from working.
++ [bug] [environment] Fixed regression caused by the SQLAlchemy
+  1.4/2.0 compatibility switch where calling .rollback() or
+  .commit() explicitly within the context.begin_transaction()
+  context manager would cause it to fail when the block ended, as
+  it did not expect that the transaction was manually closed.
++ [bug] [autogenerate] Improved the rendering of op.add_column()
+  operations when adding multiple columns to an existing table, so
+  that the order of these statements matches the order in which
+  the columns were declared in the application???s table
+  metadata. Previously the added columns were being sorted
+  alphabetically.
++ [bug] [versioning] The algorithm used for calculating
+  downgrades/upgrades/iterating revisions has been rewritten, to
+  resolve ongoing issues of branches not being handled
+  consistently particularly within downgrade operations, as well
+  as for overall clarity and maintainability. This change includes
+  that a deprecation warning is emitted if an ambiguous command
+  such as ???downgrade -1??? when multiple heads are present is given.
+
+  In particular, the change implements a long-requested use case
+  of allowing downgrades of a single branch to a branchpoint.
+
+  Huge thanks to Simon Bowly for their impressive efforts in
+  successfully tackling this very difficult problem.
++ [bug] [batch] Added missing batch_op.create_table_comment(),
+  

commit gcdemu for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcdemu for openSUSE:Factory checked 
in at 2021-05-18 18:26:59

Comparing /work/SRC/openSUSE:Factory/gcdemu (Old)
 and  /work/SRC/openSUSE:Factory/.gcdemu.new.2988 (New)


Package is "gcdemu"

Tue May 18 18:26:59 2021 rev:6 rq:893854 version:3.2.5

Changes:

--- /work/SRC/openSUSE:Factory/gcdemu/gcdemu.changes2020-05-03 
22:46:35.427076064 +0200
+++ /work/SRC/openSUSE:Factory/.gcdemu.new.2988/gcdemu.changes  2021-05-18 
18:27:25.522706801 +0200
@@ -1,0 +2,6 @@
+Mon May 17 18:26:12 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 3.2.5
+  * No upstream change log
+
+---

Old:

  gcdemu-3.2.4.tar.bz2

New:

  gcdemu-3.2.5.tar.xz



Other differences:
--
++ gcdemu.spec ++
--- /var/tmp/diff_new_pack.arM2MC/_old  2021-05-18 18:27:25.922705067 +0200
+++ /var/tmp/diff_new_pack.arM2MC/_new  2021-05-18 18:27:25.926705050 +0200
@@ -18,15 +18,15 @@
 
 %define __requires_exclude typelib\\(AppIndicator(|3)\\)
 Name:   gcdemu
-Version:3.2.4
+Version:3.2.5
 Release:0
 Summary:GTK+ application for controlling CDEmu daemon
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://cdemu.sf.net/about/gcdemu
-Source0:http://downloads.sf.net/cdemu/%{name}-%{version}.tar.bz2
+Url:https://cdemu.sourceforge.io/
+Source0:
https://sourceforge.net/projects/cdemu/files/gcdemu/gcdemu-%{version}.tar.xz
 BuildRequires:  gdk-pixbuf
-BuildRequires:  cmake >= 2.8.5
+BuildRequires:  cmake >= 3.7
 BuildRequires:  gettext >= 0.15
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool >= 0.21
@@ -64,7 +64,7 @@
 
 %build
 %cmake
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %cmake_install
@@ -72,16 +72,14 @@
 %find_lang %{name}
 
 %post
-%desktop_database_post
 %glib2_gsettings_schema_post
 
 %postun
-%desktop_database_postun
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING README
+%license COPYING
+%doc AUTHORS README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}*


commit latte-dock for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package latte-dock for openSUSE:Factory 
checked in at 2021-05-18 18:27:01

Comparing /work/SRC/openSUSE:Factory/latte-dock (Old)
 and  /work/SRC/openSUSE:Factory/.latte-dock.new.2988 (New)


Package is "latte-dock"

Tue May 18 18:27:01 2021 rev:24 rq:893872 version:0.9.11

Changes:

--- /work/SRC/openSUSE:Factory/latte-dock/latte-dock.changes2020-04-18 
00:33:01.318374293 +0200
+++ /work/SRC/openSUSE:Factory/.latte-dock.new.2988/latte-dock.changes  
2021-05-18 18:27:27.138699797 +0200
@@ -1,0 +2,6 @@
+Mon May 17 08:03:29 UTC 2021 - Fabian Vogt 
+
+- Add patch to fix compatibility with Plasma 5.22:
+  * 0001-Tasks-support-new-private-api-for-Plasma-5.22.patch
+
+---

New:

  0001-Tasks-support-new-private-api-for-Plasma-5.22.patch



Other differences:
--
++ latte-dock.spec ++
--- /var/tmp/diff_new_pack.H4Y78F/_old  2021-05-18 18:27:27.570697925 +0200
+++ /var/tmp/diff_new_pack.H4Y78F/_new  2021-05-18 18:27:27.574697907 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package latte-dock
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2017  Smith AR 
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,6 +26,8 @@
 Group:  System/GUI/KDE
 URL:https://phabricator.kde.org/source/latte-dock/
 Source: 
https://download.kde.org/stable/latte-dock/latte-dock-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Tasks-support-new-private-api-for-Plasma-5.22.patch
 BuildRequires:  fdupes
 BuildRequires:  libSM-devel
 BuildRequires:  pkgconfig
@@ -67,7 +69,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %if 0%{?suse_version} <= 1315

++ 0001-Tasks-support-new-private-api-for-Plasma-5.22.patch ++
>From be510fdfe0e14eeb52bebdd31c21680849f6f013 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Mon, 17 May 2021 09:48:01 +0200
Subject: [PATCH] Tasks:support new private api for Plasma 5.22

Backport of 5e1758337cf0231ad53782f8fa92a1bb781a08d1.
---
 plasmoid/package/contents/ui/main.qml  | 7 ++-
 plasmoid/package/contents/ui/task/TaskItem.qml | 3 ++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/plasmoid/package/contents/ui/main.qml 
b/plasmoid/package/contents/ui/main.qml
index b430d558..78e93eda 100644
--- a/plasmoid/package/contents/ui/main.qml
+++ b/plasmoid/package/contents/ui/main.qml
@@ -67,6 +67,7 @@ Item {
 
 property bool plasma515: latteView ? latteView.plasma515 : 
Latte.WindowSystem.plasmaDesktopVersion >= 
Latte.WindowSystem.makeVersion(5,15,0)
 property bool plasma518: latteView ? latteView.plasma518 : 
Latte.WindowSystem.plasmaDesktopVersion >= 
Latte.WindowSystem.makeVersion(5,18,0)
+property bool plasmaGreaterThan522: 
Latte.WindowSystem.plasmaDesktopVersion >= 
Latte.WindowSystem.makeVersion(5,21,75)
 
 property bool editMode: latteView ? latteView.editMode : 
plasmoid.userConfiguring
 property bool inConfigureAppletsMode: latteView ? 
latteView.inConfigureAppletsMode : true
@@ -823,7 +824,6 @@ Item {
 id: backend
 
 taskManagerItem: root
-toolTipItem: toolTipDelegate
 highlightWindows: root.highlightWindows
 
 onAddLauncher: {
@@ -840,6 +840,11 @@ Item {
 if (Latte.WindowSystem.frameworksVersion >= 335104 || (groupDialog 
!== undefined)) {
 groupDialog = groupDialogGhost;
 }
+
+//! In Plasma 5.22 toolTipItem was dropped
+if (!root.plasmaGreaterThan522) {
+toolTipItem = toolTipDelegate;
+}
 }
 }
 
diff --git a/plasmoid/package/contents/ui/task/TaskItem.qml 
b/plasmoid/package/contents/ui/task/TaskItem.qml
index 39c0b2de..45927aca 100644
--- a/plasmoid/package/contents/ui/task/TaskItem.qml
+++ b/plasmoid/package/contents/ui/task/TaskItem.qml
@@ -1016,7 +1016,8 @@ MouseArea{
 }
 else{
 if (model.IsGroupParent) {
-if (Latte.WindowSystem.compositingActive && 
backend.canPresentWindows()) {
+var canPresentWindowsIsSupported = 
Latte.WindowSystem.compositingActive && (root.plasmaGreaterThan522 ? 
backend.canPresentWindows : backend.canPresentWindows());
+if (canPresentWindowsIsSupported) {
 root.presentWindows(root.plasma515 ? model.WinIdList: 
model.LegacyWinIdList );
 }
 } else {
-- 
2.25.1


commit liblscp for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liblscp for openSUSE:Factory checked 
in at 2021-05-18 18:27:20

Comparing /work/SRC/openSUSE:Factory/liblscp (Old)
 and  /work/SRC/openSUSE:Factory/.liblscp.new.2988 (New)


Package is "liblscp"

Tue May 18 18:27:20 2021 rev:2 rq:894048 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/liblscp/liblscp.changes  2018-03-16 
10:40:38.702315239 +0100
+++ /work/SRC/openSUSE:Factory/.liblscp.new.2988/liblscp.changes
2021-05-18 18:27:51.098595953 +0200
@@ -1,0 +2,10 @@
+Tue May 18 09:05:01 UTC 2021 - Andreas Stieger 
+
+- update to 0.9.3:
+  * Expose actual system error codes via client interface
+  * Added new client interface function for checking whether client
+lost connection to server
+  * Fixed potential missing NULL termination of locale strings
+- drop liblscp-remove_build_timestamps.patch, no longer needed
+
+---

Old:

  liblscp-0.5.8.tar.gz
  liblscp-remove_build_timestamps.patch

New:

  liblscp-0.9.3.tar.gz



Other differences:
--
++ liblscp.spec ++
--- /var/tmp/diff_new_pack.XaG4L2/_old  2021-05-18 18:27:51.626593665 +0200
+++ /var/tmp/diff_new_pack.XaG4L2/_new  2021-05-18 18:27:51.630593648 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblscp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,19 +13,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define sover  6
 Name:   liblscp
-Version:0.5.8
+Version:0.9.3
 Release:0
 Summary:LinuxSampler control protocol library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://linuxsampler.org
 Source: 
https://download.linuxsampler.org/packages/liblscp-%{version}.tar.gz
-Patch1: liblscp-remove_build_timestamps.patch
 BuildRequires:  pkgconfig
 
 %description
@@ -51,15 +51,14 @@
 
 %prep
 %setup -q
-%patch1
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-find %{buildroot} -name "*.la" -type f -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n liblscp%{sover} -p /sbin/ldconfig
 %postun -n liblscp%{sover} -p /sbin/ldconfig

++ liblscp-0.5.8.tar.gz -> liblscp-0.9.3.tar.gz ++
 16044 lines of diff (skipped)


commit python-delegator for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-delegator for 
openSUSE:Factory checked in at 2021-05-18 18:27:10

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


Package is "python-delegator"

Tue May 18 18:27:10 2021 rev:2 rq:894003 version:0.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-delegator/python-delegator.changes
2019-03-22 15:01:49.685767925 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-delegator.new.2988/python-delegator.changes  
2021-05-18 18:27:38.302651412 +0200
@@ -1,0 +2,5 @@
+Tue May 18 09:33:12 UTC 2021 - pgaj...@suse.com
+
+- use %pytest macro
+
+---



Other differences:
--
++ python-delegator.spec ++
--- /var/tmp/diff_new_pack.WIwqMT/_old  2021-05-18 18:27:38.710649643 +0200
+++ /var/tmp/diff_new_pack.WIwqMT/_new  2021-05-18 18:27:38.710649643 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-delegator
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,11 +27,12 @@
 Source: 
https://files.pythonhosted.org/packages/source/d/delegator/delegator-%{version}.tar.gz
 Patch0: split-readme.patch
 Patch1: remove-exceptions-import.patch
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildArch:  noarch
 Conflicts:  python-delegator.py
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -51,7 +52,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:${PWD} $python 
setup.py test
+%pytest test/tests_delegator.py
 
 %files %{python_files}
 %license LICENSE


commit tali for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tali for openSUSE:Factory checked in 
at 2021-05-18 18:27:06

Comparing /work/SRC/openSUSE:Factory/tali (Old)
 and  /work/SRC/openSUSE:Factory/.tali.new.2988 (New)


Package is "tali"

Tue May 18 18:27:06 2021 rev:27 rq:893966 version:40.1

Changes:

--- /work/SRC/openSUSE:Factory/tali/tali.changes2021-04-10 
15:27:57.866419896 +0200
+++ /work/SRC/openSUSE:Factory/.tali.new.2988/tali.changes  2021-05-18 
18:27:34.078669719 +0200
@@ -1,0 +2,6 @@
+Fri May 14 21:11:57 UTC 2021 - Dominique Leuenberger 
+
+- Update to version 40.1:
+  + Updated translations.
+
+---

Old:

  tali-40.0.tar.xz

New:

  tali-40.1.tar.xz



Other differences:
--
++ tali.spec ++
--- /var/tmp/diff_new_pack.mA2hgt/_old  2021-05-18 18:27:34.570667586 +0200
+++ /var/tmp/diff_new_pack.mA2hgt/_new  2021-05-18 18:27:34.574667569 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   tali
-Version:40.0
+Version:40.1
 Release:0
 Summary:Yahtzee Game for GNOME
 License:GPL-2.0-or-later

++ tali-40.0.tar.xz -> tali-40.1.tar.xz ++
 2514 lines of diff (skipped)


commit python-blurb for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-blurb for openSUSE:Factory 
checked in at 2021-05-18 18:27:03

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


Package is "python-blurb"

Tue May 18 18:27:03 2021 rev:2 rq:893911 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/python-blurb/python-blurb.changes
2020-04-16 23:04:30.763742039 +0200
+++ /work/SRC/openSUSE:Factory/.python-blurb.new.2988/python-blurb.changes  
2021-05-18 18:27:30.142686778 +0200
@@ -1,0 +2,7 @@
+Tue May 18 07:07:22 UTC 2021 - pgaj...@suse.com
+
+- version update to 1.0.8
+  * no upstream changelog (see github log)
+- test package via %pytest macro
+
+---

Old:

  blurb-1.0.7.tar.gz

New:

  blurb-1.0.8.tar.gz



Other differences:
--
++ python-blurb.spec ++
--- /var/tmp/diff_new_pack.GPqJjd/_old  2021-05-18 18:27:30.582684871 +0200
+++ /var/tmp/diff_new_pack.GPqJjd/_new  2021-05-18 18:27:30.586684853 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blurb
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-blurb
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:Command-line tool to manage CPython Misc/NEWS.d entries
 License:BSD-3-Clause
@@ -28,6 +28,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/b/blurb/blurb-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -43,9 +44,10 @@
 %build
 %python_build
 
-# Testsuite doesn't work
-#%%check
-#%%python_exec setup.py test
+%check
+mkdir blurb
+mv tests blurb
+%pytest blurb.py
 
 %install
 %python_install

++ blurb-1.0.7.tar.gz -> blurb-1.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blurb-1.0.7/PKG-INFO new/blurb-1.0.8/PKG-INFO
--- old/blurb-1.0.7/PKG-INFO1970-01-01 01:00:00.0 +0100
+++ new/blurb-1.0.8/PKG-INFO1970-01-01 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: blurb
-Version: 1.0.7
+Version: 1.0.8
 Summary: Command-line tool to manage CPython Misc/NEWS.d entries.
 Home-page: https://github.com/python/core-workflow/tree/master/blurb
 Author: Larry Hastings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blurb-1.0.7/README.rst new/blurb-1.0.8/README.rst
--- old/blurb-1.0.7/README.rst  2018-06-20 20:26:37.325264700 +0200
+++ new/blurb-1.0.8/README.rst  2020-09-05 11:13:54.877884900 +0200
@@ -247,7 +247,7 @@
 Changelog
 -
 
-1.0.6
+1.0.7
 ~
 
 - When word wrapping, don't break on long words or hyphens.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blurb-1.0.7/blurb.py new/blurb-1.0.8/blurb.py
--- old/blurb-1.0.7/blurb.py2018-06-20 20:19:11.215838000 +0200
+++ new/blurb-1.0.8/blurb.py2020-09-05 11:17:59.395168300 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 """Command-line tool to manage CPython Misc/NEWS.d entries."""
-__version__ = "1.0.7"
+__version__ = "1.0.8"
 
 ##
 ## blurb version 1.0
@@ -112,6 +112,32 @@
 sections.append(section.strip())
 
 
+def f(s):
+"""
+Basic support for 3.6's f-strings, in 3.5!
+
+Formats "s" using appropriate globals and locals
+dictionaries.  This f-string:
+f"hello a is {a}"
+simply becomes
+f("hello a is {a}")
+In other words, just throw parentheses around the
+string, and you're done!
+
+Implemented internally using str.format_map().
+This means it doesn't support expressions:
+f("two minus three is {2-3}")
+And it doesn't support function calls:
+f("how many elements? {len(my_list)}")
+But most other f-string features work.
+"""
+frame = sys._getframe(1)
+d = dict(builtins.__dict__)
+d.update(frame.f_globals)
+d.update(frame.f_locals)
+return s.format_map(d)
+
+
 def sanitize_section(section):
 """
 Cleans up a section string, making it viable as a directory name.
@@ -224,10 +250,10 @@
 
 
 def prompt(prompt):
-return input("[{}> ".format(prompt))
+return input(f("[{prompt}> "))
 
 d

commit cookiecutter for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cookiecutter for openSUSE:Factory 
checked in at 2021-05-18 18:26:59

Comparing /work/SRC/openSUSE:Factory/cookiecutter (Old)
 and  /work/SRC/openSUSE:Factory/.cookiecutter.new.2988 (New)


Package is "cookiecutter"

Tue May 18 18:26:59 2021 rev:7 rq:893844 version:1.7.3

Changes:

--- /work/SRC/openSUSE:Factory/cookiecutter/cookiecutter.changes
2021-01-20 18:29:23.295625737 +0100
+++ /work/SRC/openSUSE:Factory/.cookiecutter.new.2988/cookiecutter.changes  
2021-05-18 18:27:24.798709939 +0200
@@ -1,0 +2,11 @@
+Sat May 15 11:11:51 UTC 2021 - Ben Greiner 
+
+- Make cookiecutter usable by all python3X flavors
+
+---
+Fri May 14 16:19:48 UTC 2021 - Sebastian Wagner 
+
+- update to version 1.7.3:
+ - Fixed jinja2 and markupsafe dependencies
+
+---

Old:

  cookiecutter-1.7.2.tar.gz

New:

  cookiecutter-1.7.3.tar.gz



Other differences:
--
++ cookiecutter.spec ++
--- /var/tmp/diff_new_pack.LHgkYe/_old  2021-05-18 18:27:25.270707894 +0200
+++ /var/tmp/diff_new_pack.LHgkYe/_new  2021-05-18 18:27:25.270707894 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cookiecutter
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,8 +17,9 @@
 #
 
 
+%define skip_python2 1
 Name:   cookiecutter
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:A command-line utility that creates projects from project 
templates
 License:BSD-3-Clause
@@ -26,43 +27,49 @@
 URL:https://github.com/audreyr/cookiecutter
 Source: 
https://files.pythonhosted.org/packages/source/c/cookiecutter/cookiecutter-%{version}.tar.gz
 Source1:ccext.py
+BuildRequires:  %{python_module Jinja2 >= 2.7}
+BuildRequires:  %{python_module binaryornot >= 0.2.0}
+BuildRequires:  %{python_module click >= 7.0}
+BuildRequires:  %{python_module future >= 0.15.2}
+BuildRequires:  %{python_module jinja2-time >= 0.1.0}
+BuildRequires:  %{python_module poyo >= 0.1.0}
+BuildRequires:  %{python_module python-slugify}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module whichcraft >= 0.4.0}
 BuildRequires:  fdupes
 BuildRequires:  git-core
-BuildRequires:  python3-Jinja2 >= 2.7
-BuildRequires:  python3-binaryornot >= 0.2.0
-BuildRequires:  python3-click >= 7.0
-BuildRequires:  python3-future >= 0.15.2
-BuildRequires:  python3-jinja2-time >= 0.1.0
-BuildRequires:  python3-poyo >= 0.1.0
-BuildRequires:  python3-python-slugify
-BuildRequires:  python3-setuptools
-BuildRequires:  python3-whichcraft >= 0.4.0
+BuildRequires:  python-rpm-macros
 Requires:   git-core
-Requires:   python3-Jinja2 >= 2.7
-Requires:   python3-binaryornot >= 0.2.0
-Requires:   python3-click >= 7.0
-Requires:   python3-future >= 0.15.2
-Requires:   python3-jinja2-time >= 0.1.0
-Requires:   python3-poyo >= 0.1.0
-Requires:   python3-python-slugify
-Requires:   python3-requests >= 2.18.0
-Requires:   python3-whichcraft >= 0.4.0
+Requires:   python-Jinja2 >= 2.7
+Requires:   python-binaryornot >= 0.2.0
+Requires:   python-click >= 7.0
+Requires:   python-future >= 0.15.2
+Requires:   python-jinja2-time >= 0.1.0
+Requires:   python-poyo >= 0.1.0
+Requires:   python-python-slugify
+Requires:   python-requests >= 2.18.0
+Requires:   python-whichcraft >= 0.4.0
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:  noarch
 # SECTION Testing requirements
-BuildRequires:  python3-chardet >= 2.0.0
-BuildRequires:  python3-freezegun
-BuildRequires:  python3-pytest
-BuildRequires:  python3-pytest-mock
-BuildRequires:  python3-requests >= 2.18.0
+BuildRequires:  %{python_module chardet >= 2.0.0}
+BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests >= 2.18.0}
 # /SECTION
 # SECTION Documentation requirements
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-recommonmark
 # /SECTION
+%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
+Provides:   cookiecutter = %{version}-%{release}
+Obsoletes:  cookiecutter < %{version}-%{release}
+%endif
+%python_subpackages
 
-%package doc
+%package -n cookiecutter-doc
 Summary:Documentation files for %{name}
 Group:  Documentation/HTML

commit pspp for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2021-05-18 18:26:58

Comparing /work/SRC/openSUSE:Factory/pspp (Old)
 and  /work/SRC/openSUSE:Factory/.pspp.new.2988 (New)


Package is "pspp"

Tue May 18 18:26:58 2021 rev:18 rq:893831 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/pspp/pspp.changes2020-09-29 
19:01:12.373729962 +0200
+++ /work/SRC/openSUSE:Factory/.pspp.new.2988/pspp.changes  2021-05-18 
18:27:24.146712765 +0200
@@ -1,0 +2,6 @@
+Mon May 17 08:34:09 UTC 2021 - Dominique Leuenberger 
+
+- Do not own filesystem owned directories like
+  /usr/share/mime/packages and /usr/share/appdata.
+
+---



Other differences:
--
++ pspp.spec ++
--- /var/tmp/diff_new_pack.Y36bnx/_old  2021-05-18 18:27:24.642710615 +0200
+++ /var/tmp/diff_new_pack.Y36bnx/_new  2021-05-18 18:27:24.646710598 +0200
@@ -275,10 +275,8 @@
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-spss-sav.png
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-spss-sps.png
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-spss-zsav.png
-%dir %{_datadir}/mime/packages/
 %{_datadir}/mime/packages/pspp.xml
 %{_datadir}/applications/org.fsf.pspp.desktop
-%dir %{_datadir}/appdata/
 %{_datadir}/appdata/org.fsf.pspp.metainfo.xml
 %if 0%{?mandriva_version} 
 %doc %{_mandir}/man1/pspp.1.xz


commit trytond_stock for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_stock for openSUSE:Factory 
checked in at 2021-05-18 18:26:58

Comparing /work/SRC/openSUSE:Factory/trytond_stock (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_stock.new.2988 (New)


Package is "trytond_stock"

Tue May 18 18:26:58 2021 rev:22 rq:893826 version:5.0.13

Changes:

--- /work/SRC/openSUSE:Factory/trytond_stock/trytond_stock.changes  
2021-03-02 12:45:09.700340215 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_stock.new.2988/trytond_stock.changes
2021-05-18 18:27:22.370720462 +0200
@@ -1,0 +2,5 @@
+Mon May 10 18:18:14 UTC 2021 - Axel Braun 
+
+- Version 5.0.13 - Bugfix Release
+
+---

Old:

  trytond_stock-5.0.12.tar.gz
  trytond_stock-5.0.12.tar.gz.asc

New:

  trytond_stock-5.0.13.tar.gz
  trytond_stock-5.0.13.tar.gz.asc



Other differences:
--
++ trytond_stock.spec ++
--- /var/tmp/diff_new_pack.zmR0QC/_old  2021-05-18 18:27:23.882713909 +0200
+++ /var/tmp/diff_new_pack.zmR0QC/_new  2021-05-18 18:27:23.886713892 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_stock
-Version:%{majorver}.12
+Version:%{majorver}.13
 Release:0
 Summary:The "stock" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_stock-5.0.12.tar.gz -> trytond_stock-5.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-5.0.12/.hgtags 
new/trytond_stock-5.0.13/.hgtags
--- old/trytond_stock-5.0.12/.hgtags2021-02-01 23:07:44.0 +0100
+++ new/trytond_stock-5.0.13/.hgtags2021-05-05 22:48:31.0 +0200
@@ -31,3 +31,4 @@
 cbb30461e6c588d68bd536892e568225f1c301b4 5.0.10
 a8798d9c0d401b1d502d3c1da444d0e40af96c3e 5.0.11
 90609a875da675cbd4aa3a8ff7adcb51cf253ae4 5.0.12
+9df0d65c5200b055218c7bfccf49cb21abebe12a 5.0.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-5.0.12/CHANGELOG 
new/trytond_stock-5.0.13/CHANGELOG
--- old/trytond_stock-5.0.12/CHANGELOG  2021-02-01 23:07:44.0 +0100
+++ new/trytond_stock-5.0.13/CHANGELOG  2021-05-05 22:48:30.0 +0200
@@ -1,3 +1,6 @@
+Version 5.0.13 - 2021-05-05
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.12 - 2021-02-01
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-5.0.12/PKG-INFO 
new/trytond_stock-5.0.13/PKG-INFO
--- old/trytond_stock-5.0.12/PKG-INFO   2021-02-01 23:07:46.081994000 +0100
+++ new/trytond_stock-5.0.13/PKG-INFO   2021-05-05 22:48:32.686644000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_stock
-Version: 5.0.12
+Version: 5.0.13
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-5.0.12/product.py 
new/trytond_stock-5.0.13/product.py
--- old/trytond_stock-5.0.12/product.py 2021-01-24 19:46:06.0 +0100
+++ new/trytond_stock-5.0.13/product.py 2021-04-19 23:58:11.0 +0200
@@ -59,6 +59,20 @@
 Template.raise_user_error(error)
 # No moves for those records
 break
+
+if not values.get('template'):
+continue
+template = Template(values['template'])
+for record in records:
+for field, msg in Template._modify_no_move:
+if isinstance(
+getattr(Template, field), fields.Function):
+continue
+if getattr(record, field) != getattr(template, field):
+if find_moves(cls, [record]):
+raise AccessError(gettext(msg))
+# No moves for this record
+break
 func(cls, *args)
 return decorator
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-5.0.12/tryton.cfg 
new/trytond_stock-5.0.13/tryton.cfg
--- old/trytond_stock-5.0.12/tryton.cfg 2020-12-02 19:36:49.0 +0100
+++ new/trytond_stock-5.0.13/tryton.cfg 2021-02-01 23:07:55.0 +0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.12
+version=5.0.13
 depends:
 company
 currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-5.0.12/trytond_stock.egg-info/PKG-INFO 

commit trytond_currency for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_currency for 
openSUSE:Factory checked in at 2021-05-18 18:26:57

Comparing /work/SRC/openSUSE:Factory/trytond_currency (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_currency.new.2988 (New)


Package is "trytond_currency"

Tue May 18 18:26:57 2021 rev:11 rq:893825 version:5.0.5

Changes:

--- /work/SRC/openSUSE:Factory/trytond_currency/trytond_currency.changes
2021-03-02 12:45:03.264334652 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_currency.new.2988/trytond_currency.changes  
2021-05-18 18:27:21.494724258 +0200
@@ -1,0 +2,5 @@
+Mon May 10 18:18:25 UTC 2021 - Axel Braun 
+
+- Version 5.0.5 - Bugfix Release
+
+---

Old:

  trytond_currency-5.0.4.tar.gz
  trytond_currency-5.0.4.tar.gz.asc

New:

  trytond_currency-5.0.5.tar.gz
  trytond_currency-5.0.5.tar.gz.asc



Other differences:
--
++ trytond_currency.spec ++
--- /var/tmp/diff_new_pack.YrDAqn/_old  2021-05-18 18:27:22.006722040 +0200
+++ /var/tmp/diff_new_pack.YrDAqn/_new  2021-05-18 18:27:22.010722022 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:   trytond_currency
-Version:%{majorver}.4
+Version:%{majorver}.5
 Release:0
 Summary:The "currency" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_currency-5.0.4.tar.gz -> trytond_currency-5.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-5.0.4/.hgtags 
new/trytond_currency-5.0.5/.hgtags
--- old/trytond_currency-5.0.4/.hgtags  2020-04-04 17:52:49.0 +0200
+++ new/trytond_currency-5.0.5/.hgtags  2021-05-05 22:52:34.0 +0200
@@ -23,3 +23,4 @@
 81fd9eaf72960219583fdd365adbf94b8024690f 5.0.2
 eed702290426df427a07b1275916e51897fe7b83 5.0.3
 0628c698159b652c231e63325b4b48ffb4c465ab 5.0.4
+2052c69657e8076e04ea437eba409471d22342ed 5.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-5.0.4/CHANGELOG 
new/trytond_currency-5.0.5/CHANGELOG
--- old/trytond_currency-5.0.4/CHANGELOG2020-04-04 17:52:48.0 
+0200
+++ new/trytond_currency-5.0.5/CHANGELOG2021-05-05 22:52:33.0 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.5 - 2021-05-05
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.4 - 2020-04-04
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-5.0.4/COPYRIGHT 
new/trytond_currency-5.0.5/COPYRIGHT
--- old/trytond_currency-5.0.4/COPYRIGHT2020-04-04 17:52:48.0 
+0200
+++ new/trytond_currency-5.0.5/COPYRIGHT2021-05-05 22:52:33.0 
+0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2020 C??dric Krier.
+Copyright (C) 2008-2021 C??dric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2020 B2CK SPRL.
+Copyright (C) 2008-2021 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-5.0.4/PKG-INFO 
new/trytond_currency-5.0.5/PKG-INFO
--- old/trytond_currency-5.0.4/PKG-INFO 2020-04-04 17:52:50.0 +0200
+++ new/trytond_currency-5.0.5/PKG-INFO 2021-05-05 22:52:35.471359700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_currency
-Version: 5.0.4
+Version: 5.0.5
 Summary: Tryton module with currencies
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-5.0.4/currency.py 
new/trytond_currency-5.0.5/currency.py
--- old/trytond_currency-5.0.4/currency.py  2019-11-15 22:28:07.0 
+0100
+++ new/trytond_currency-5.0.5/currency.py  2021-04-19 23:57:44.0 
+0200
@@ -136,6 +136,8 @@
 
 def round(self, amount, rounding=ROUND_HALF_EVEN):
 'Round the amount depending of the currency'
+if not self.rounding:
+return amount
 with localcontext() as ctx:
 ctx.prec = max(ctx.prec, (amount / self.rounding).adjusted() + 1)
 # Divide and multiple by rounding for case rounding is not 10En
@@ -145,7 +147,9 @@
 
 def is_zero(self, amount):
 'Return True if the amount can be considered as zero for the currency'
-return abs(self.round(amount)) < self.rounding
+if not self.rounding:
+return not amount
+return abs(self.round(amount)) < abs(self.roundi

commit purple-mattermost for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purple-mattermost for 
openSUSE:Factory checked in at 2021-05-18 18:26:57

Comparing /work/SRC/openSUSE:Factory/purple-mattermost (Old)
 and  /work/SRC/openSUSE:Factory/.purple-mattermost.new.2988 (New)


Package is "purple-mattermost"

Tue May 18 18:26:57 2021 rev:2 rq:893821 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/purple-mattermost/purple-mattermost.changes  
2018-08-13 09:55:32.094977192 +0200
+++ 
/work/SRC/openSUSE:Factory/.purple-mattermost.new.2988/purple-mattermost.changes
2021-05-18 18:27:20.830727137 +0200
@@ -1,0 +2,6 @@
+Tue May 11 22:04:56 UTC 2021 - Jan Engelhardt 
+
+- Update to release 2.0
+  * Mattermost API v4 Support
+
+---

Old:

  purple-mattermost-1.2.tar.gz

New:

  v2.0.tar.gz



Other differences:
--
++ purple-mattermost.spec ++
--- /var/tmp/diff_new_pack.Yk3Jh5/_old  2021-05-18 18:27:21.330724969 +0200
+++ /var/tmp/diff_new_pack.Yk3Jh5/_new  2021-05-18 18:27:21.334724952 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package purple-mattermost
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _name   mattermost
 Name:   purple-mattermost
-Version:1.2
+Version:2.0
 Release:0
 Summary:A libpurple/Pidgin plugin to connect to Mattermost
 License:GPL-3.0-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:https://github.com/EionRobb/purple-mattermost
-Source: 
https://github.com/EionRobb/purple-mattermost/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/EionRobb/purple-mattermost/archive/v%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libmarkdown)
@@ -70,7 +70,7 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} V=1 \
+%make_build V=1 \
   CFLAGS="%{optflags} -DMATTERMOST_PLUGIN_VERSION='\"%{version}\"'"
 
 %install


commit python-python-sofa for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-sofa for 
openSUSE:Factory checked in at 2021-05-18 18:26:56

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


Package is "python-python-sofa"

Tue May 18 18:26:56 2021 rev:5 rq:893817 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-python-sofa/python-python-sofa.changes
2021-03-11 20:12:41.288702148 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-sofa.new.2988/python-python-sofa.changes
  2021-05-18 18:27:20.114730239 +0200
@@ -1,0 +2,5 @@
+Mon May 17 16:49:25 UTC 2021 - Ben Greiner 
+
+- Sanitize absolute import path for Python 3.9 nbval test
+
+---



Other differences:
--
++ python-python-sofa.spec ++
--- /var/tmp/diff_new_pack.foGaFv/_old  2021-05-18 18:27:20.690727743 +0200
+++ /var/tmp/diff_new_pack.foGaFv/_new  2021-05-18 18:27:20.694727726 +0200
@@ -63,11 +63,17 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-echo '[regex1]
+echo "
+[regex1]
 regex: DateCreated: .*
 replace: DateCreated: -00-00 00:00:00
-' > nodate.cfg
-%pytest --nbval --sanitize-with nodate.cfg doc/examples/SOFA-file-access.ipynb
+
+[regex2]
+regex:  nbval_sanitize.cfg
+%pytest --nbval --sanitize-with nbval_sanitize.cfg 
doc/examples/SOFA-file-access.ipynb
 
 %files %{python_files}
 %doc README.rst


commit pam_yubico for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam_yubico for openSUSE:Factory 
checked in at 2021-05-18 18:26:55

Comparing /work/SRC/openSUSE:Factory/pam_yubico (Old)
 and  /work/SRC/openSUSE:Factory/.pam_yubico.new.2988 (New)


Package is "pam_yubico"

Tue May 18 18:26:55 2021 rev:9 rq:893814 version:2.27

Changes:

--- /work/SRC/openSUSE:Factory/pam_yubico/pam_yubico.changes2018-04-22 
14:40:47.926451120 +0200
+++ /work/SRC/openSUSE:Factory/.pam_yubico.new.2988/pam_yubico.changes  
2021-05-18 18:27:19.286733828 +0200
@@ -1,0 +2,11 @@
+Mon May 17 15:36:30 UTC 2021 - Paolo Perego 
+
+- Version 2.27 (released 2021-04-09)
+  - Add always_prompt configuration option.
+  - Add client certificate support for ldap.
+  - Add starttls support for ldap.
+  - Add ldap_bind_as_user support.
+  - Parsing, cleanliness and string fixes.
+  - Documentation and spelling fixes.
+
+---
@@ -225 +235,0 @@
-

Old:

  pam_yubico-2.26.tar.gz
  pam_yubico-2.26.tar.gz.sig

New:

  pam_yubico-2.27.tar.gz
  pam_yubico-2.27.tar.gz.sig



Other differences:
--
++ pam_yubico.spec ++
--- /var/tmp/diff_new_pack.pqzh8w/_old  2021-05-18 18:27:19.802731591 +0200
+++ /var/tmp/diff_new_pack.pqzh8w/_new  2021-05-18 18:27:19.806731575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_yubico
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   pam_yubico
-Version:2.26
+Version:2.27
 Release:0
 Summary:Yubico Pluggable Authentication Module (PAM)
 License:BSD-2-Clause
 Group:  Productivity/Networking/Security
-Url:https://developers.yubico.com/yubico-pam/
+URL:https://developers.yubico.com/yubico-pam/
 Source: 
https://developers.yubico.com/yubico-pam/Releases/pam_yubico-%{version}.tar.gz
 Source1:
https://developers.yubico.com/yubico-pam/Releases/pam_yubico-%{version}.tar.gz.sig
 Source2:baselib.conf
@@ -35,7 +35,10 @@
 
 %description
 
-This module allows you to use the Yubikey device to authenticate to the PAM 
system.
+The Yubico PAM module provides an easy way to integrate the YubiKey into your
+existing user authentication infrastructure. PAM is used by GNU/Linux, Solaris
+and Mac OS X for user authentication, and by other specialized applications
+such as NCSA MyProxy.
 
 %prep
 %setup -q

++ pam_yubico-2.26.tar.gz -> pam_yubico-2.27.tar.gz ++
 26932 lines of diff (skipped)


commit dmd for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dmd for openSUSE:Factory checked in 
at 2021-05-18 18:26:54

Comparing /work/SRC/openSUSE:Factory/dmd (Old)
 and  /work/SRC/openSUSE:Factory/.dmd.new.2988 (New)


Package is "dmd"

Tue May 18 18:26:54 2021 rev:28 rq:893808 version:2.096.1

Changes:

--- /work/SRC/openSUSE:Factory/dmd/dmd.changes  2020-12-28 00:28:41.409778461 
+0100
+++ /work/SRC/openSUSE:Factory/.dmd.new.2988/dmd.changes2021-05-18 
18:27:16.626745356 +0200
@@ -1,0 +2,70 @@
+Mon May 17 14:32:19 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 2.096.1
+  * Runtime changes:
+* Variables suspendSignalNumber and resumeSignalNumber are now
+  private
+* The druntime option callStructDtorsDuringGC has been removed
+* Experimental llvm-libunwind based backtrace printing was added
+  * Library changes
+* Return the number of characters consumed by std.conv.parse
+* Deprecate std.stdio.getdelim and std.stdio.getline
+* Add integer conversions in JSONValue.get
+* Deprecate std.math : approxEqual
+  * Compiler changes
+* Deprecate bypassing of symbol visibility when doing overload
+  resolution
+* Deprecation triggered inside of templates now show instantiation
+  trace
+* Improvements for the C++ header generation
+* Diagnostics for conflicting function definitions within a module
+* extern(Pascal) has been removed
+* The compiler now accepts -extern-std=c++20
+* C++ compability standard now c++11 by default
+* Add -preview=inclusiveincontracts: in contracts must be an
+  explicit superset of the parent in contracts.
+* Add support for Objective-C protocols
+* Allow any compile-time argument in pragma(inline)
+* Add __traits(getCppNamespaces, symbol) to retrieve the C++
+  namespaces a symbol resides in.
+  * DMD Compiler regressions / bugs:
+* printf check does not recognize GNU extensions
+* Function alias reported as conflicting function
+* Slice assignment segmentation fault
+* ssignment inside assert accepted if -checkaction=context
+  is given
+* Struct dtor is called twice if struct is created inside
+  ternary operator
+* Mangling problem wrt. backrefs and function types
+* build.d install fails, can't find dmd.conf
+* Constructor flow analysis doesn't understand unions
+* Confusing error message for CTFE pointer in static initializer
+* checkaction=context creates temporary of type void
+* Overload selection ignores slice
+* -preview=rvaluerefparam does not work with template deduction
+* CTFE doesn't call base class destructor for extern(D) classes
+* Wrong ParameterStorageClass when -preview=in is used
+  * Phobos enhancements / regression fixes:
+* std.process.browse does not work with URLs 256 characters
+  or longer
+* std.regex performance regression (additional GC allocation)
+* Specifying null as bitfields variable name now fails
+* avoid quadratic template expansion in constraints of multiple
+  search term versions of std.algorithm.searching.startsWith & endsWith
+* casting std.BigInts to built-in floating point types
+  doesn't work without -preview=dip1000
+* std.algorithm.mutation.copy fails on overlapping arrays if
+  the source array's pointer is less than the destination
+  array's pointer
+* std.experimental.checkedint opBinaryRight with integer
+  left-hand side does not compile for any operators
+* std.typecons.ReplaceType does not work for in parameters
+* Deprecated Nullable.get warning with Appenders
+  * Druntime bugs / regression fixes:
+* std.conv.emplace not usable in betterC - 2.096
+* casWeak is not implemented
+* joining a detached thread results in segfault.
+* core.atomic.atomicFetchSub for pointers incorrectly calls
+  wrong function from core.internal.atomic
+
+---

Old:

  dmd-2.094.2.tar.gz
  druntime-2.094.2.tar.gz
  phobos-2.094.2.tar.gz

New:

  dmd-2.096.1.tar.gz
  druntime-2.096.1.tar.gz
  phobos-2.096.1.tar.gz



Other differences:
--
++ dmd.spec ++
--- /var/tmp/diff_new_pack.N2HvFd/_old  2021-05-18 18:27:17.446741802 +0200
+++ /var/tmp/diff_new_pack.N2HvFd/_new  2021-05-18 18:27:17.446741802 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dmd
 #
-# 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,10 +17,10 @@
 
 
 %define bootstrap_version 2.078.0
-%define sover  0_94
+%d

commit insighttoolkit for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package insighttoolkit for openSUSE:Factory 
checked in at 2021-05-18 18:26:53

Comparing /work/SRC/openSUSE:Factory/insighttoolkit (Old)
 and  /work/SRC/openSUSE:Factory/.insighttoolkit.new.2988 (New)


Package is "insighttoolkit"

Tue May 18 18:26:53 2021 rev:9 rq:893705 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/insighttoolkit/insighttoolkit.changes
2020-12-21 10:23:09.967967225 +0100
+++ /work/SRC/openSUSE:Factory/.insighttoolkit.new.2988/insighttoolkit.changes  
2021-05-18 18:27:15.342750922 +0200
@@ -1,0 +2,16 @@
+Sat May 15 10:14:12 UTC 2021 - Atri Bhattacharya 
+
+- Disable builds for i586 for now
+  (gh#InsightSoftwareConsortium/ITK#2529).
+
+---
+Wed May  5 01:18:35 UTC 2021 - Atri Bhattacharya 
+
+- Update to version 5.2.0:
+  * No release notes.
+- Drop upstreamed patches:
+  * reproducible.patch,
+  * itklbfgs-linking.patch, and
+  * nrrdio-linking.patch.
+
+---

Old:

  insighttoolkit-5.1.2.tar.gz
  itklbfgs-linking.patch
  nrrdio-linking.patch
  reproducible.patch

New:

  insighttoolkit-5.2.0.tar.gz



Other differences:
--
++ insighttoolkit.spec ++
--- /var/tmp/diff_new_pack.dwBZYv/_old  2021-05-18 18:27:16.010748026 +0200
+++ /var/tmp/diff_new_pack.dwBZYv/_new  2021-05-18 18:27:16.014748009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package insighttoolkit
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2016 Angelos Tzotsos .
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,18 +23,12 @@
 %define libname lib%{name}5
 
 Name:   insighttoolkit
-Version:5.1.2
+Version:5.2.0
 Release:0
 Summary:Toolkit for scientific image processing, segmentation, and 
registration
 License:Apache-2.0
 URL:https://www.itk.org
 Source: 
https://github.com/InsightSoftwareConsortium/ITK/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM proper linking against math library 
[gh#InsightSoftwareConsortium/ITK#1867, gh#InsightSoftwareConsortium/ITK#1878]
-Patch1: nrrdio-linking.patch
-# PATCH-FIX-UPSTREAM proper linking against math library 
[gh#InsightSoftwareConsortium/ITK#1867, gh#InsightSoftwareConsortium/ITK#1878]
-Patch3: itklbfgs-linking.patch
-# PATCH-FIX-OPENSUSE reproducible.patch boo#1100677 
gh#InsightSoftwareConsortium/ITK#1939
-Patch100:   reproducible.patch
 BuildRequires:  CastXML-devel
 BuildRequires:  bison
 BuildRequires:  cmake
@@ -63,6 +57,8 @@
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(zlib)
+# https://github.com/InsightSoftwareConsortium/ITK/issues/2529
+ExcludeArch:%{ix86}
 
 %description
 The Insight Toolkit (ITK) is a toolkit for N-dimensional scientific

++ insighttoolkit-5.1.2.tar.gz -> insighttoolkit-5.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/insighttoolkit/insighttoolkit-5.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.insighttoolkit.new.2988/insighttoolkit-5.2.0.tar.gz 
differ: char 13, line 1


commit samtools for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package samtools for openSUSE:Factory 
checked in at 2021-05-18 18:26:51

Comparing /work/SRC/openSUSE:Factory/samtools (Old)
 and  /work/SRC/openSUSE:Factory/.samtools.new.2988 (New)


Package is "samtools"

Tue May 18 18:26:51 2021 rev:3 rq:893485 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/samtools/samtools.changes2021-04-21 
21:00:16.610284262 +0200
+++ /work/SRC/openSUSE:Factory/.samtools.new.2988/samtools.changes  
2021-05-18 18:27:12.314764045 +0200
@@ -1,0 +2,42 @@
+Wed Apr 28 15:57:19 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 1.12
+  * The legacy samtools API (libbam.a, bam.h, sam.h, etc) is
+deprecated and will be removed entirely in a future SAMtools
+release. It is recommend coding against the HTSlib API directly.
+  * I/O errors and record parsing errors during the reading of
+SAM/BAM/CRAM files are now always detected.
+  * samtools --version now displays a summary of the compilation
+details and available features, including flags, used libraries
+and enabled plugins from HTSlib.
+  * samtools stats now displays the number of supplementary reads
+in the SN section. Also, supplementary reads are no longer
+considered when splitting read pairs by orientation.
+  * samtools stats now counts only the filtered alignments that
+overlap target regions, if any are specified.
+  * samtools view now accepts option -N, which takes a file containing
+read names of interest. This allows the output of only the reads
+with names contained in the given file.
+  * samtools view -d option now works without a tag associated value,
+which allows it to output all the reads with the given tag.
+  * samtools view -d and -D options now accept integer and single
+character values associated with tags, not just strings.
+  * samtools view now works with the filtering expressions introduced
+by HTSlib. The filtering expression is passed to the program using
+the specific option -e or the global long option --input-fmt-option.
+  * samtools markdup now benefits from an increase in performance
+in the situation when a single read has tens or hundreds of
+thousands of duplicates.
+  * A new FASTA/FASTQ sanitizer script (fasta-sanitize.pl) was
+added, which corrects the invalid characters in the reference
+names.
+  * Fixed a bug in samtools cat, which prevented the command from
+running in multi-threaded mode.
+  * Fixed a samtools merge segmentation fault when it failed to
+merge header @PG records.
+  * Ampliconclip and ampliconstats now guard against the BED file
+containing more than one reference (chromosome) and fail when
+found. Adding proper support for multiple references will
+appear later.
+
+---

Old:

  samtools-1.11.tar.bz2

New:

  samtools-1.12.tar.bz2



Other differences:
--
++ samtools.spec ++
--- /var/tmp/diff_new_pack.766g32/_old  2021-05-18 18:27:12.850761722 +0200
+++ /var/tmp/diff_new_pack.766g32/_new  2021-05-18 18:27:12.854761705 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   samtools
-Version:1.11
+Version:1.12
 Release:0
 Summary:Tools for manipulating next-generation sequencing data
 License:MIT
 Group:  Productivity/Scientific/Other
 URL:https://github.com/samtools/samtools
 Source: 
https://github.com/samtools/samtools/releases/download/%{version}/samtools-%{version}.tar.bz2
-BuildRequires:  autoconf
 BuildRequires:  ncurses-utils
 BuildRequires:  perl
 BuildRequires:  pkgconfig(htslib) >= %{version}
@@ -44,10 +43,8 @@
 %setup -q -n %{name}-%{version}
 
 %build
-autoheader
-autoconf -Wno-syntax
 %configure --with-htslib=system
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ samtools-1.11.tar.bz2 -> samtools-1.12.tar.bz2 ++
/work/SRC/openSUSE:Factory/samtools/samtools-1.11.tar.bz2 
/work/SRC/openSUSE:Factory/.samtools.new.2988/samtools-1.12.tar.bz2 differ: 
char 11, line 1


commit libhts for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libhts for openSUSE:Factory checked 
in at 2021-05-18 18:26:52

Comparing /work/SRC/openSUSE:Factory/libhts (Old)
 and  /work/SRC/openSUSE:Factory/.libhts.new.2988 (New)


Package is "libhts"

Tue May 18 18:26:52 2021 rev:3 rq:893486 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/libhts/libhts.changes2021-03-03 
18:36:04.647422884 +0100
+++ /work/SRC/openSUSE:Factory/.libhts.new.2988/libhts.changes  2021-05-18 
18:27:13.318759694 +0200
@@ -1,0 +2,47 @@
+Wed Apr 28 16:03:54 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 1.12:
+  * Added experimental CRAM 3.1 and 4.0 support.
+  * Added a general filtering syntax for alignment records in
+SAM/BAM/CRAM readers.
+  * The knet networking code has been removed if favor of libcurl
+  * The old htslib/knetfile.h interfaces have been marked as deprecated.
+  * Added an introspection API for checking some of the capabilities
+provided by HTSlib
+  * Made performance improvements to probaln_glocal method, which
+speeds up mpileup BAQ calculations.
+  * Added a public method for constructing a BAM record from the
+component pieces.
+  * Added two public methods, sam_parse_cigar and bam_parse_cigar,
+as part of a small CIGAR API
+  * HTSlib, and the included htsfile program, will now recognise
+the old RAZF compressed file format. Note that while the format
+is detected, HTSlib is unable to read it.
+  * The S3 plugin now has options to force the address style.
+It will recognise the addressing_style and host_bucket entries
+in the respective AWS .credentials and s3cmd .s3cfg files.
+  * Fixed VCF #CHROM header parsing to only separate columns at tab
+characters.
+  * Fixed a crash reported in bcf_sr_sort_set, which expects REF
+to be present.
+  * Fixed a bcf synced reader bug when filtering with a region list,
+and the first record for a chromosome had the same position as
+the last record for the previous chromosome.
+  * Fixed a bug in the overlapping logic of mpileup, dealing with
+iterating over CIGAR segments.
+  * Fixed a tabix bug that prevented setting the correct number of
+lines to be skipped in a region file.
+  * Made bam_itr_next an alias for sam_itr_next, to prevent it from
+crashing when working with htsFile pointers.
+  * Fixed once per outgoing multi-threaded block bgzf_idx_flush
+assertion, to accommodate situations when a single record could
+span multiple blocks.
+  * Fixed assumption of pthread_t being a non-structure, as
+permitted by POSIX.
+  * Fixed the minimum offset of a BAI index bin, to account for
+unmapped reads.
+  * Fixed the CRLF handling in sam_parse_worker method.
+  * Included unistd.h and errno.h directly in HTSlib files, as
+opposed to including them indirectly, via third party code.
+
+---

Old:

  htslib-1.11.tar.bz2

New:

  htslib-1.12.tar.bz2



Other differences:
--
++ libhts.spec ++
--- /var/tmp/diff_new_pack.zUyfCr/_old  2021-05-18 18:27:13.794757631 +0200
+++ /var/tmp/diff_new_pack.zUyfCr/_new  2021-05-18 18:27:13.798757614 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libhts
-Version:1.11
+Version:1.12
 Release:0
 %define   sonum 3
 Summary:C library for high-throughput sequencing data formats

++ htslib-1.11.tar.bz2 -> htslib-1.12.tar.bz2 ++
 45643 lines of diff (skipped)


commit python-pingparsing for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pingparsing for 
openSUSE:Factory checked in at 2021-05-18 18:26:51

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


Package is "python-pingparsing"

Tue May 18 18:26:51 2021 rev:10 rq:893502 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pingparsing/python-pingparsing.changes
2021-04-01 14:18:10.180060171 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pingparsing.new.2988/python-pingparsing.changes
  2021-05-18 18:27:11.474767686 +0200
@@ -1,0 +2,14 @@
+Sun May 16 20:20:41 UTC 2021 - Matej Cepl 
+
+- Actually depends on subprocrunner >= 1.2.2 (and thus on
+  sr#893494)
+
+---
+Thu May 13 16:42:28 UTC 2021 - Martin Hauke 
+
+- Update to version 1.3.1
+  * Change PingTransmitter.ping_option accepts Sequence
+  * Fix a problem that --interface option value is not properly
+applied to ping commands
+
+---

Old:

  pingparsing-1.3.0.tar.gz

New:

  pingparsing-1.3.1.tar.gz



Other differences:
--
++ python-pingparsing.spec ++
--- /var/tmp/diff_new_pack.2BBmFk/_old  2021-05-18 18:27:11.918765761 +0200
+++ /var/tmp/diff_new_pack.2BBmFk/_new  2021-05-18 18:27:11.918765761 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-pingparsing
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:CLI-tool/Python-library for parsing ping command output
 License:MIT
@@ -35,10 +35,10 @@
 Requires:   python-pytz >= 2018.9
 Requires:   python-setuptools >= 38.3.0
 Requires:   python-simplejson
-Requires:   python-subprocrunner >= 1.2.1
+Requires:   python-subprocrunner >= 1.2.2
 Requires:   python-typepy >= 1.1.0
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module humanreadable >= 0.1.0}
@@ -46,7 +46,7 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz >= 2018.9}
 BuildRequires:  %{python_module simplejson}
-BuildRequires:  %{python_module subprocrunner >= 1.2.1}
+BuildRequires:  %{python_module subprocrunner >= 1.2.2}
 BuildRequires:  %{python_module typepy >= 1.1.0}
 # /SECTION
 %python_subpackages

++ pingparsing-1.3.0.tar.gz -> pingparsing-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pingparsing-1.3.0/.github/workflows/tests.yml 
new/pingparsing-1.3.1/.github/workflows/tests.yml
--- old/pingparsing-1.3.0/.github/workflows/tests.yml   2021-03-27 
18:17:45.0 +0100
+++ new/pingparsing-1.3.1/.github/workflows/tests.yml   2021-05-05 
09:44:57.0 +0200
@@ -8,7 +8,7 @@
 strategy:
   fail-fast: false
   matrix:
-python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.4, pypy3]
+python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0-beta.1, pypy3]
 os: [ubuntu-latest, macos-latest, windows-latest]
 
 steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pingparsing-1.3.0/Makefile 
new/pingparsing-1.3.1/Makefile
--- old/pingparsing-1.3.0/Makefile  2021-03-27 18:17:45.0 +0100
+++ new/pingparsing-1.3.1/Makefile  2021-05-05 09:44:57.0 +0200
@@ -1,3 +1,6 @@
+PYTHON := python3
+
+
 .PHONY: build
 build:
@make clean
@@ -7,7 +10,6 @@
 .PHONY: check
 check:
@-tox -e lint
-   python3 -m pip check
 
 .PHONY: clean
 clean:
@@ -20,7 +22,7 @@
 
 .PHONY: idocs
 idocs:
-   @python3 -m pip install --upgrade .
+   @$(PYTHON) -m pip install -q --disable-pip-version-check --upgrade .
@make docs
 
 .PHONY: fmt
@@ -34,10 +36,10 @@
 
 .PHONY: release
 release:
-   @python setup.py release --sign
+   @$(PYTHON) setup.py release --sign --search-dir pingparsing
@make clean
 
 .PHONY: setup
 setup:
-   @python3 -m pip install --upgrade -e .[test] releasecmd tox
-   python3 -m pip check
+   @$(PYTHON) -m pip install -q --disable-pip-version-check --upgrade -e 
.[test] releasecmd tox
+   @$(PYTHON) -m pip check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pingparsing-1.3.0/pingparsing/__main__.py 
new/pingparsing-1.3.1/pingparsing/__main__.py
--- old/pingparsing-1.3.0/pingparsing/__main__.py   2021-03-27 
18:17:45.0 +0100
+++ new/p

commit fence-agents for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fence-agents for openSUSE:Factory 
checked in at 2021-05-18 18:26:47

Comparing /work/SRC/openSUSE:Factory/fence-agents (Old)
 and  /work/SRC/openSUSE:Factory/.fence-agents.new.2988 (New)


Package is "fence-agents"

Tue May 18 18:26:47 2021 rev:54 rq:893986 version:4.8.0+git.1619794372.c48ba825

Changes:

--- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes
2021-05-11 23:03:54.433026970 +0200
+++ /work/SRC/openSUSE:Factory/.fence-agents.new.2988/fence-agents.changes  
2021-05-18 18:27:10.230773078 +0200
@@ -16,0 +17 @@
+  (bsc#1182701) [0.9.10-GCE-Build1.6] fence_gce doesn't restart the node as 
expected



Other differences:
--


commit wsl-appx for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wsl-appx for openSUSE:Factory 
checked in at 2021-05-18 18:26:50

Comparing /work/SRC/openSUSE:Factory/wsl-appx (Old)
 and  /work/SRC/openSUSE:Factory/.wsl-appx.new.2988 (New)


Package is "wsl-appx"

Tue May 18 18:26:50 2021 rev:11 rq:892569 version:1

Changes:

--- /work/SRC/openSUSE:Factory/wsl-appx/wsl-appx.changes2021-05-10 
15:40:41.473248544 +0200
+++ /work/SRC/openSUSE:Factory/.wsl-appx.new.2988/wsl-appx.changes  
2021-05-18 18:27:10.902770165 +0200
@@ -20,0 +21,7 @@
+Fri Mar 5 13:13:26 UTC 2021 - Jeff Kowalczyk 
+
+- wsl-appx package is now metadata input kiwi wsl image type
+  * wsl-appx packages metadata for appx utility to consume via kiwi
+  * WSL kiwi images require wsl-appx metadata and output appx image type
+
+---



Other differences:
--
++ wsl-appx.spec ++
--- /var/tmp/diff_new_pack.UgoPcY/_old  2021-05-18 18:27:11.334768293 +0200
+++ /var/tmp/diff_new_pack.UgoPcY/_new  2021-05-18 18:27:11.334768293 +0200
@@ -142,58 +142,23 @@
 # Get the binary
 cp %{_mingw64_bindir}/DistroLauncher.exe "$LAUNCHERNAME"
 
-%build
-. ./.settings
-cd files
-## Get the rootfs tarball
-mkdir docker
-tar -xf /usr/share/suse-docker-images/native/*.tar.xz -C docker
-tarball=$(find docker -size +10M)
-mv ${tarball} install.tar
-# XXX for some reason the file from the docker archive has 0 epoch
-touch -d "@${SOURCE_DATE_EPOCH:-`date +%%s`}" install.tar
-ls -al install.tar
-# XXX for some reason it's gzip'd on SLE12 but not in newer distros.
-# Bug in containment-rpm-docker?
-case "`file install.tar`" in
-   *gzip*) mv install.tar install.tar.gz ;;
-   *) gzip install.tar ;;
-esac
-rm -rf docker
-
-# Create a filemap
-find * -type f | awk 'BEGIN { print "[Files]" } /filemap.txt/ { next; } { 
print "\"" $0 "\" \"" $0 "\"" }' > filemap.txt
-
 # TODO So far .pri files are generated by VS and added to the source
 # it would be way better to have them generated here with an opensource tool
 
-appx -o "$APPXNAME" -f filemap.txt
-sha256sum "$APPXNAME" > "$APPXNAME".sha256
-
-mkdir r
-%if 0%{?suse_version} > 1500
-tar -C r -xzf $PWD/install.tar.gz usr/lib/sysimage/rpm/Packages.db
-%else
-%if 0%{?suse_version} > 1315
-tar -C r -xzf $PWD/install.tar.gz usr/lib/sysimage/rpm/Packages
-%else
-tar -C r -xzf $PWD/install.tar.gz var/lib/rpm/Packages
-%endif
-%endif
-rpm --root $PWD/r -qa --qf '%%{size} %%{name}\n' | sort -n > 
"$APPXNAME.packages.sizes"
-rpm --root $PWD/r -qa --qf 
'%%{name}|%%{epoch}|%%{version}|%%{release}|%%{arch}|%%{disturl}|%%{license}\n' 
| sort > "$APPXNAME.packages"
-rm -rf r
-
-echo -n "### APPX size: "
-du -h "$APPXNAME"
+%build
 
 %install
-cd files
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/appx
-cp *.appx* $(dirname $RPM_SOURCE_DIR)/OTHER/
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/{Assets,images}
+
+# Be explicit about what is copied to metadata and where
+# Errors about missing contents are useful for debugging
+install -D -m 0644 files/Assets/*.png 
$RPM_BUILD_ROOT%{_datadir}/%{name}/Assets/
+install -D -m 0644 files/images/*.ico 
$RPM_BUILD_ROOT%{_datadir}/%{name}/images/
+install -D -m 0644 files/*.pri $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -D -m 0644 files/*.xml $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -D -m 0755 files/*.exe $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %files
-# store package list just for reference
-%doc files/*.appx.*
+%{_datadir}/%{name}
 
 %changelog


commit ceph for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2021-05-18 18:26:47

Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and  /work/SRC/openSUSE:Factory/.ceph.new.2988 (New)


Package is "ceph"

Tue May 18 18:26:47 2021 rev:68 rq:893736 version:16.2.4.26+g555d38aa5a5

Changes:

--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2021-05-10 
15:38:53.305684551 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new.2988/ceph-test.changes 2021-05-18 
18:27:08.938778677 +0200
@@ -1,0 +2,13 @@
+Fri May 14 10:20:23 UTC 2021 - Nathan Cutler 
+
+- Update to 16.2.4-26-g555d38aa5a5:
+  + rebased on top of v16.2.4 tag
+https://ceph.io/releases/v16-2-4-pacific-released/
+* mgr/dashboard: fix base-href: revert it to previous approach
+* (bsc#1186021) mgr/dashboard: fix cookie injection issue (CVE-2021-3509)
+* mgr/dashboard: fix set-ssl-certificate{,-key} commands
+* (bsc#1186020) rgw: RGWSwiftWebsiteHandler::is_web_dir checks empty 
subdir_name (CVE-2021-3531)
+* (bsc#1185619) rgw: sanitize \r in s3 CORSConfiguration???s ExposeHeader 
(CVE-2021-3524)
+* systemd: remove ProtectClock=true for ceph-osd@.service
+
+---
ceph.changes: same change

Old:

  ceph-16.2.3-26-g422932e923.tar.bz2

New:

  ceph-16.2.4-26-g555d38aa5a5.tar.bz2



Other differences:
--
++ ceph-test.spec ++
--- /var/tmp/diff_new_pack.zoGpGQ/_old  2021-05-18 18:27:09.886774569 +0200
+++ /var/tmp/diff_new_pack.zoGpGQ/_new  2021-05-18 18:27:09.890774551 +0200
@@ -123,7 +123,7 @@
 # main package definition
 
#
 Name: ceph-test
-Version: 16.2.3.26+g422932e923
+Version: 16.2.4.26+g555d38aa5a5
 Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
@@ -139,7 +139,7 @@
 Group: System/Filesystems
 %endif
 URL: http://ceph.com/
-Source0: %{?_remote_tarball_prefix}ceph-16.2.3-26-g422932e923.tar.bz2
+Source0: %{?_remote_tarball_prefix}ceph-16.2.4-26-g555d38aa5a5.tar.bz2
 %if 0%{?suse_version}
 Source94: ceph-rpmlintrc
 Source95: checkin.sh
@@ -592,7 +592,7 @@
 %if 0%{?suse_version}
 %endif
 %prep
-%autosetup -p1 -n ceph-16.2.3-26-g422932e923
+%autosetup -p1 -n ceph-16.2.4-26-g555d38aa5a5
 
 %build
 # LTO can be enabled as soon as the following GCC bug is fixed:

++ ceph.spec ++
--- /var/tmp/diff_new_pack.zoGpGQ/_old  2021-05-18 18:27:09.910774464 +0200
+++ /var/tmp/diff_new_pack.zoGpGQ/_new  2021-05-18 18:27:09.914774447 +0200
@@ -123,7 +123,7 @@
 # main package definition
 
#
 Name:  ceph
-Version:   16.2.3.26+g422932e923
+Version:   16.2.4.26+g555d38aa5a5
 Release:   0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
@@ -139,7 +139,7 @@
 Group: System/Filesystems
 %endif
 URL:   http://ceph.com/
-Source0:   %{?_remote_tarball_prefix}ceph-16.2.3-26-g422932e923.tar.bz2
+Source0:   %{?_remote_tarball_prefix}ceph-16.2.4-26-g555d38aa5a5.tar.bz2
 %if 0%{?suse_version}
 # _insert_obs_source_lines_here
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
@@ -1209,7 +1209,7 @@
 # common
 
#
 %prep
-%autosetup -p1 -n ceph-16.2.3-26-g422932e923
+%autosetup -p1 -n ceph-16.2.4-26-g555d38aa5a5
 
 %build
 # LTO can be enabled as soon as the following GCC bug is fixed:

++ ceph-16.2.3-26-g422932e923.tar.bz2 -> 
ceph-16.2.4-26-g555d38aa5a5.tar.bz2 ++
/work/SRC/openSUSE:Factory/ceph/ceph-16.2.3-26-g422932e923.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new.2988/ceph-16.2.4-26-g555d38aa5a5.tar.bz2 
differ: char 11, line 1


commit spice for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spice for openSUSE:Factory checked 
in at 2021-05-18 18:26:46

Comparing /work/SRC/openSUSE:Factory/spice (Old)
 and  /work/SRC/openSUSE:Factory/.spice.new.2988 (New)


Package is "spice"

Tue May 18 18:26:46 2021 rev:39 rq:893220 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/spice/spice.changes  2020-10-12 
13:46:21.985898207 +0200
+++ /work/SRC/openSUSE:Factory/.spice.new.2988/spice.changes2021-05-18 
18:27:04.470798042 +0200
@@ -1,0 +2,16 @@
+Fri May  7 11:07:29 MDT 2021 - carn...@suse.com
+
+- Update to v0.15.0 release
+  This is the first release in the new 0.15.x stable series.
+  * Minor updates to CI
+  * Some compatibility with OpenSSL
+  * Change the behavior of handle_dev_start ignoring multiple start requests
+  * Ignore multiple calls to handle_dev_stop
+  * Pick up newer spice-common to fix a buffer overflow issue
+- Dropped patches contained in new tarball
+  0001-quic-Check-we-have-some-data-to-start-decoding-quic-.patch
+  0002-quic-Check-image-size-in-quic_decode_begin.patch
+  0003-quic-Check-RLE-lengths.patch
+  0004-quic-Avoid-possible-buffer-overflow-in-find_bucket.patch
+
+---

Old:

  0001-quic-Check-we-have-some-data-to-start-decoding-quic-.patch
  0002-quic-Check-image-size-in-quic_decode_begin.patch
  0003-quic-Check-RLE-lengths.patch
  0004-quic-Avoid-possible-buffer-overflow-in-find_bucket.patch
  spice-0.14.3.tar.bz2
  spice-0.14.3.tar.bz2.sign

New:

  spice-0.15.0.tar.bz2
  spice-0.15.0.tar.bz2.sig



Other differences:
--
++ spice.spec ++
--- /var/tmp/diff_new_pack.Im71dx/_old  2021-05-18 18:27:04.890796221 +0200
+++ /var/tmp/diff_new_pack.Im71dx/_new  2021-05-18 18:27:04.894796205 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice
 #
-# 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
@@ -22,20 +22,16 @@
 
 %define libname libspice-server1
 Name:   spice
-Version:0.14.3
+Version:0.15.0
 Release:0
 Summary:SPICE client and server library
 License:LGPL-2.1-or-later OR GPL-2.0-or-later
 Group:  Productivity/Networking/Other
 URL:https://www.spice-space.org/
 Source: 
https://www.spice-space.org/download/releases/spice-server/%{name}-%{version}.tar.bz2
-Source1:
https://www.spice-space.org/download/releases/spice-server/%{name}-%{version}.tar.bz2.sign
+Source1:
https://www.spice-space.org/download/releases/spice-server/%{name}-%{version}.tar.bz2.sig
 Source2:%{name}.keyring
 Source99:   %{name}.rpmlintrc
-Patch0: 0001-quic-Check-we-have-some-data-to-start-decoding-quic-.patch
-Patch1: 0002-quic-Check-image-size-in-quic_decode_begin.patch
-Patch2: 0003-quic-Check-RLE-lengths.patch
-Patch3: 0004-quic-Avoid-possible-buffer-overflow-in-find_bucket.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
@@ -99,12 +95,6 @@
 
 %prep
 %setup -q
-cd subprojects/spice-common
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-cd ../../
 
 %build
 %configure \

++ spice-0.14.3.tar.bz2 -> spice-0.15.0.tar.bz2 ++
 97133 lines of diff (skipped)


commit cifs-utils for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cifs-utils for openSUSE:Factory 
checked in at 2021-05-18 18:26:45

Comparing /work/SRC/openSUSE:Factory/cifs-utils (Old)
 and  /work/SRC/openSUSE:Factory/.cifs-utils.new.2988 (New)


Package is "cifs-utils"

Tue May 18 18:26:45 2021 rev:68 rq:893218 version:6.13

Changes:

--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes2021-04-27 
21:34:24.619958916 +0200
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new.2988/cifs-utils.changes  
2021-05-18 18:27:03.618801735 +0200
@@ -1,0 +2,12 @@
+Fri May 14 11:13:47 UTC 2021 - Ferdinand Thiessen 
+
+- Update to cifs-utils 6.13
+  * Fixes CVE-2021-20208, cifs.upcall kerberos auth leak in container
+  * remove cifs-utils-6.12.tar.bz2
+  * remove cifs-utils-6.12.tar.bz2.asc
+  * addcifs-utils-6.13.tar.bz2
+  * addcifs-utils-6.13.tar.bz2.asc
+- Drop upstream fixed patches:
+  * 0001-cifs.upcall-try-to-use-container-ipc-uts-net-pid-mnt.patch
+
+---

Old:

  0001-cifs.upcall-try-to-use-container-ipc-uts-net-pid-mnt.patch
  cifs-utils-6.12.tar.bz2
  cifs-utils-6.12.tar.bz2.asc

New:

  cifs-utils-6.13.tar.bz2
  cifs-utils-6.13.tar.bz2.asc



Other differences:
--
++ cifs-utils.spec ++
--- /var/tmp/diff_new_pack.n1lFqg/_old  2021-05-18 18:27:04.038799914 +0200
+++ /var/tmp/diff_new_pack.n1lFqg/_new  2021-05-18 18:27:04.038799914 +0200
@@ -21,7 +21,7 @@
 %endif
 
 Name:   cifs-utils
-Version:6.12
+Version:6.13
 Release:0
 Summary:Utilities for doing and managing mounts of the Linux CIFS 
filesystem
 License:GPL-3.0-or-later
@@ -37,8 +37,7 @@
 Source1:cifs.init
 
 Patch1: fix-sbin-install-error.patch
-Patch2: 0001-cifs.upcall-try-to-use-container-ipc-uts-net-pid-mnt.patch
-Patch3: 0001-cifs.upcall-fix-regression-in-kerberos-mount.patch
+Patch2: 0001-cifs.upcall-fix-regression-in-kerberos-mount.patch
 
 # Both SSSD and cifs-utils provide an idmap plugin for cifs.ko
 # /etc/cifs-utils/idmap-plugin should be a symlink to one of the 2 idmap 
plugins
@@ -136,7 +135,6 @@
 
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 export CFLAGS="%{optflags} -D_GNU_SOURCE -fpie"

++ cifs-utils-6.12.tar.bz2 -> cifs-utils-6.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cifs-utils-6.12/autom4te.cache/output.0 
new/cifs-utils-6.13/autom4te.cache/output.0
--- old/cifs-utils-6.12/autom4te.cache/output.0 2020-12-31 19:48:31.0 
+0100
+++ new/cifs-utils-6.13/autom4te.cache/output.0 2021-04-13 01:59:30.0 
+0200
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for cifs-utils 6.12.
+@%:@ Generated by GNU Autoconf 2.69 for cifs-utils 6.13.
 @%:@
 @%:@ Report bugs to .
 @%:@ 
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='cifs-utils'
 PACKAGE_TARNAME='cifs-utils'
-PACKAGE_VERSION='6.12'
-PACKAGE_STRING='cifs-utils 6.12'
+PACKAGE_VERSION='6.13'
+PACKAGE_STRING='cifs-utils 6.13'
 PACKAGE_BUGREPORT='linux-c...@vger.kernel.org'
 PACKAGE_URL='https://wiki.samba.org/index.php/LinuxCIFS_utils'
 
@@ -1338,7 +1338,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures cifs-utils 6.12 to adapt to many kinds of systems.
+\`configure' configures cifs-utils 6.13 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1409,7 +1409,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of cifs-utils 6.12:";;
+ short | recursive ) echo "Configuration of cifs-utils 6.13:";;
esac
   cat <<\_ACEOF
 
@@ -1537,7 +1537,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-cifs-utils configure 6.12
+cifs-utils configure 6.13
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2006,7 +2006,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by cifs-utils $as_me 6.12, which was
+It was created by cifs-utils $as_me 6.13, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2876,7 +2876,7 @@
 
 # Define the identity of the package.
  PACKAGE='cifs-utils'
- VERSION='6.12'
+ VERSION='6.13'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6837,7 +6837,7 @@
 # report actual input values of CONFIG_FILES etc. instea

commit kimageformats for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2021-05-18 18:26:47

Comparing /work/SRC/openSUSE:Factory/kimageformats (Old)
 and  /work/SRC/openSUSE:Factory/.kimageformats.new.2988 (New)


Package is "kimageformats"

Tue May 18 18:26:47 2021 rev:93 rq:893231 version:5.82.0

Changes:

--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes  
2021-05-10 15:37:12.538079894 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new.2988/kimageformats.changes
2021-05-18 18:27:06.702788368 +0200
@@ -1,0 +2,5 @@
+Fri May 14 05:15:36 UTC 2021 - Tejas Guruswamy 
+
+- Enable HEIF plugin build on openSUSE Tumbleweed (requires libheif)
+
+---



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.IKT6Gs/_old  2021-05-18 18:27:07.194786236 +0200
+++ /var/tmp/diff_new_pack.IKT6Gs/_new  2021-05-18 18:27:07.198786218 +0200
@@ -18,6 +18,7 @@
 
 %if 0%{?suse_version} > 1500
 %define with_avif 1
+%define with_heif 1
 %endif
 %define _tar_path 5.82
 # Full KF5 version (e.g. 5.33.0)
@@ -50,6 +51,9 @@
 %if 0%{?with_avif}
 BuildRequires:  cmake(libavif) >= 0.8.2
 %endif
+%if 0%{?with_heif}
+BuildRequires:  cmake(libheif) >= 1.10.0
+%endif
 %requires_gelibQt5Gui5
 %requires_gelibQt5PrintSupport5
 Recommends: libqt5-qtimageformats >= 5.12.0
@@ -76,7 +80,7 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
+%cmake_kf5 -d build -- -DKIMAGEFORMATS_HEIF=ON
 %cmake_build
 
 %install
@@ -90,6 +94,9 @@
 %if 0%{?with_avif}
 %{_kf5_plugindir}/imageformats/kimg_avif.so
 %endif
+%if 0%{?with_heif}
+%{_kf5_plugindir}/imageformats/kimg_heif.so
+%endif
 %{_kf5_plugindir}/imageformats/kimg_exr.so
 %{_kf5_plugindir}/imageformats/kimg_hdr.so
 %{_kf5_plugindir}/imageformats/kimg_kra.so
@@ -106,6 +113,9 @@
 %if 0%{?with_avif}
 %{_kf5_servicesdir}/qimageioplugins/avif.desktop
 %endif
+%if 0%{?with_heif}
+%{_kf5_servicesdir}/qimageioplugins/heif.desktop
+%endif
 %{_kf5_servicesdir}/qimageioplugins/dds.desktop
 %{_kf5_servicesdir}/qimageioplugins/exr.desktop
 %{_kf5_servicesdir}/qimageioplugins/hdr.desktop


commit libwacom for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2021-05-18 18:26:45

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.2988 (New)


Package is "libwacom"

Tue May 18 18:26:45 2021 rev:33 rq:893212 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2020-11-13 
18:53:47.293757502 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new.2988/libwacom.changes  
2021-05-18 18:27:02.438806849 +0200
@@ -1,0 +2,33 @@
+Sat May  8 18:29:18 UTC 2021 - Dirk M??ller 
+
+- update to 1.10:
+  - Duplicate matches in /etc no longer cause conflicts with the
+system-provided .tablet files
+  - libwacom-list-local-devices now prints YAML by default
+  - New tools:
+- libwacom-list-devices lists all supported devices
+- libwacom-update-db to update the db after adding tablet files
+  - New devices:
+- Elan 2514 variant 25BF
+- Huion H640P
+- Lenovo X1 Yoga Gen 6
+- Samsung CHromebook Pro
+  - libwacom can now read tablet and stylus files from /etc/libwacom
+  - New tool: libwacom-show-stylus to interactively show stylus IDs and serial
+numbers
+  - New devices:
+- HP Envy x360, Pro Tablet 508
+- Lenovo X1 Yoga Gen5, Yoga6, Ideapad Flex 5, Yoga 7, Yoga C650, L13 Yoga
+- Microsoft Surface Go
+  - New devices:
+- Dell XPS 15 7590
+- HP EliteBook x360 (830 and 1030), Spectre x360
+- Lenovo Thinkpad P15 Gen1, Yoga, Yoga 3, Yoga 11e, X13 Yoga
+  - New devices:
+- Dell XPS 13 2-in-1 9310
+- Lenovo IdeaPad Flex 14API, Flex 5
+- HP Envy x360, EliteBook x360
+- Huawei MateBook HZ-W19
+- XP Pen Star G640
+
+---

Old:

  libwacom-1.6.tar.bz2
  libwacom-1.6.tar.bz2.sig

New:

  libwacom-1.10.tar.bz2
  libwacom-1.10.tar.bz2.sig



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.SmZNXo/_old  2021-05-18 18:27:02.842805098 +0200
+++ /var/tmp/diff_new_pack.SmZNXo/_new  2021-05-18 18:27:02.846805080 +0200
@@ -21,7 +21,7 @@
 %bcond_with meson
 %endif
 Name:   libwacom
-Version:1.6
+Version:1.10
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
@@ -88,7 +88,7 @@
 
 %build
 %if %{with meson}
-%meson -Db_lto=true
+%meson -Db_lto=true -Dtests=disabled
 %meson_build
 %else
 %configure \
@@ -130,7 +130,11 @@
 %{_udevhwdbdir}/65-libwacom.hwdb
 
 %files tools
+%{_bindir}/libwacom-list-devices
+%{_bindir}/libwacom-update-db
+%{_bindir}/libwacom-show-stylus
 %{_bindir}/libwacom-list-local-devices
+%{_mandir}/man1/libwacom-list-devices.1%{?ext_man}
 %{_mandir}/man1/libwacom-list-local-devices.1%{?ext_man}
 
 %files devel

++ libwacom-1.6.tar.bz2 -> libwacom-1.10.tar.bz2 ++
 9694 lines of diff (skipped)


commit squid for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2021-05-18 18:26:46

Comparing /work/SRC/openSUSE:Factory/squid (Old)
 and  /work/SRC/openSUSE:Factory/.squid.new.2988 (New)


Package is "squid"

Tue May 18 18:26:46 2021 rev:91 rq:893984 version:4.15

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2021-05-12 
19:33:18.470779801 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new.2988/squid.changes2021-05-18 
18:27:05.874791957 +0200
@@ -6 +6 @@
-  - Bug 5106: Broken cache manager URL parsing
+  - Bug 5106: Broken cache manager URL parsing (bsc#1185918, CVE-2021-28652)
@@ -7,0 +8 @@
+(bsc#1185921, CVE-2021-28651)
@@ -13,2 +14,3 @@
-  - Handle more Range requests
-  - Handle more partial responses
+(bsc#1185919, CVE-2021-28662)
+  - Handle more Range requests (bsc#1185916, CVE-2021-31806)
+  - Handle more partial responses (bsc#1185923)



Other differences:
--


commit rubygem-rb-fsevent for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-rb-fsevent for 
openSUSE:Factory checked in at 2021-05-18 18:26:44

Comparing /work/SRC/openSUSE:Factory/rubygem-rb-fsevent (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rb-fsevent.new.2988 (New)


Package is "rubygem-rb-fsevent"

Tue May 18 18:26:44 2021 rev:9 rq:893207 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rb-fsevent/rubygem-rb-fsevent.changes
2020-05-11 13:39:40.472906373 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rb-fsevent.new.2988/rubygem-rb-fsevent.changes
  2021-05-18 18:27:00.450815465 +0200
@@ -1,0 +2,7 @@
+Fri May 14 16:24:39 UTC 2021 - Manuel Schnitzer 
+
+- updated to version 0.11.0
+
+  * Add arm64 arch to support Apple M1 #88
+
+---

Old:

  rb-fsevent-0.10.4.gem

New:

  rb-fsevent-0.11.0.gem



Other differences:
--
++ rubygem-rb-fsevent.spec ++
--- /var/tmp/diff_new_pack.V1Yl48/_old  2021-05-18 18:27:01.818809536 +0200
+++ /var/tmp/diff_new_pack.V1Yl48/_new  2021-05-18 18:27:01.822809519 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rb-fsevent
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rb-fsevent
-Version:0.10.4
+Version:0.11.0
 Release:0
 %define mod_name rb-fsevent
 %define mod_full_name %{mod_name}-%{version}

++ rb-fsevent-0.10.4.gem -> rb-fsevent-0.11.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2020-04-30 16:44:39.0 +0200
+++ new/README.md   2021-05-08 13:33:11.0 +0200
@@ -138,11 +138,11 @@
 require 'rb-fsevent'
 fsevent = FSEvent.new
 fsevent.watch Dir.pwd do |paths, event_meta|
-  event_meta.events.each do |event|
-puts "event ID: #{event.id}"
-puts "path: #{event.path}"
-puts "c flags: #{event.cflags}"
-puts "named flags: #{event.flags.join(', ')}"
+  event_meta['events'].each do |event|
+puts "event ID: #{event['id']}"
+puts "path: #{event['path']}"
+puts "c flags: #{event['cflags']}"
+puts "named flags: #{event['flags'].join(', ')}"
 # named flags will include strings such as `ItemInodeMetaMod` or `OwnEvent`
   end
 end
Binary files old/bin/fsevent_watch and new/bin/fsevent_watch differ
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/fsevent_watch/defines.h 
new/ext/fsevent_watch/defines.h
--- old/ext/fsevent_watch/defines.h 2020-04-30 16:44:39.0 +0200
+++ new/ext/fsevent_watch/defines.h 2021-05-08 13:33:11.0 +0200
@@ -22,6 +22,8 @@
 #define TARGET_CPU "i386"
 #elif defined(__x86_64__)
 #define TARGET_CPU "x86_64"
+#elif defined(__arm64__)
+#define TARGET_CPU "arm64"
 #else
 #define TARGET_CPU "unknown"
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/rakefile.rb new/ext/rakefile.rb
--- old/ext/rakefile.rb 2020-04-30 16:44:39.0 +0200
+++ new/ext/rakefile.rb 2021-05-08 13:33:11.0 +0200
@@ -99,6 +99,11 @@
   $ARCHFLAGS = '-arch i386'
 end
 
+desc 'set build arch to arm64'
+task :arm64 do
+  $ARCHFLAGS = '-arch arm64'
+end
+
 task :setup_env => [:set_build_type, :sw_vers, :get_sdk_info]
 
 directory $obj_dir.to_s
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rb-fsevent/version.rb 
new/lib/rb-fsevent/version.rb
--- old/lib/rb-fsevent/version.rb   2020-04-30 16:44:39.0 +0200
+++ new/lib/rb-fsevent/version.rb   2021-05-08 13:33:11.0 +0200
@@ -1,5 +1,5 @@
 # -*- encoding: utf-8 -*-
 
 class FSEvent
-  VERSION = '0.10.4'
+  VERSION = '0.11.0'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2020-04-30 16:44:39.0 +0200
+++ new/metadata2021-05-08 13:33:11.0 +0200
@@ -1,15 +1,15 @@
 --- !ruby/object:Gem::Specification
 name: rb-fsevent
 version: !ruby/object:Gem::Version
-  version: 0.10.4
+  version: 0.11.0
 platform: ruby
 authors:
 - Thibaud Guillaume-Gentil
 - Travis Tilley
-autorequire: 
+autorequire:
 bindir: bin
 cert_chain: []
-date: 2020-04-30 00:00:00.0 Z
+date: 2021-05-08 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
@@ -93,7 +93,7 @@
 - MIT
 metadata

commit rubygem-mini_portile2 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-mini_portile2 for 
openSUSE:Factory checked in at 2021-05-18 18:26:43

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


Package is "rubygem-mini_portile2"

Tue May 18 18:26:43 2021 rev:7 rq:893204 version:2.5.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mini_portile2/rubygem-mini_portile2.changes  
2020-06-18 10:18:30.367029323 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mini_portile2.new.2988/rubygem-mini_portile2.changes
2021-05-18 18:26:59.566819296 +0200
@@ -1,0 +2,17 @@
+Fri May 14 16:20:21 UTC 2021 - Manuel Schnitzer 
+
+- updated to version 2.5.1
+
+   Dependencies
+
+  This release ends support for ruby < 2.3.0. If you're on 2.2.x or earlier,
+  we strongly suggest that you find the time to upgrade, because [official
+  support for Ruby 2.2 ended on 
2018-03-31](https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/).
+
+   Enhancements
+
+  * `MiniPortile.execute` now takes an optional `:env` hash, which is merged
+into the environment variables for the subprocess. Likely this is only 
useful for specialized use cases. [#99]
+  * Experimental support for cmake-based projects extended to Windows. 
(Thanks, @larskanis!)
+
+---

Old:

  mini_portile2-2.5.0.gem

New:

  mini_portile2-2.5.1.gem



Other differences:
--
++ rubygem-mini_portile2.spec ++
--- /var/tmp/diff_new_pack.HFmF3u/_old  2021-05-18 18:27:00.006817389 +0200
+++ /var/tmp/diff_new_pack.HFmF3u/_new  2021-05-18 18:27:00.006817389 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mini_portile2
 #
-# 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
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-mini_portile2
-Version:2.5.0
+Version:2.5.1
 Release:0
 %define mod_name mini_portile2
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.2}
+BuildRequires:  %{ruby >= 2.3.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-URL:http://github.com/flavorjones/mini_portile
+URL:https://github.com/flavorjones/mini_portile
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Simplistic port-like solution for developers

++ mini_portile2-2.5.0.gem -> mini_portile2-2.5.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.concourse.yml new/.concourse.yml
--- old/.concourse.yml  2020-02-24 20:18:41.0 +0100
+++ new/.concourse.yml  1970-01-01 01:00:00.0 +0100
@@ -1,83 +0,0 @@

-resources:
-- name: mini_portile
-  type: git
-  source:
-uri: https://github.com/flavorjones/mini_portile
-branch: master
-jobs:
-- name: "Minitest"
-  plan:
-  - get: mini_portile
-  - task: With version 1.9.3
-config:
-  platform: linux
-  image: docker:///ruby#1.9.3
-  inputs:
-  - name: mini_portile
-  run:
-path: bash
-args:
-- "-c"
-- cd mini_portile && bundle install && rake
-privileged: false
-  - task: With version 2.0
-config:
-  platform: linux
-  image: docker:///ruby#2.0
-  inputs:
-  - name: mini_portile
-  run:
-path: bash
-args:
-- "-c"
-- cd mini_portile && bundle install && rake
-privileged: false
-  - task: With version 2.1
-config:
-  platform: linux
-  image: docker:///ruby#2.1
-  inputs:
-  - name: mini_portile
-  run:
-path: bash
-args:
-- "-c"
-- cd mini_portile && bundle install && rake
-privileged: false
-  - task: With version 2.2
-config:
-  platform: linux
-  image: docker:///ruby#2.2
-  inputs:
-  - name: mini_portile
-  run:
-path: bash
-args:
-- "-c"
-- cd mini_portile && bundle install && rake
-privileged: false
-  - task: With version jruby-1.7.23
-config:
-  platform: linux
-  image: docker:///jruby#1.7.23
-  inputs:
-  - name: mini_portile
-  run:
-path: bash
-args:
-- "-c"
-- cd mini_portile && bundle install && rake
-privileged: false
-  - task: With version jruby-9.0.4.0
-config:
-  platform: linux
-  image: docker:///jru

commit psmisc for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory checked 
in at 2021-05-18 18:26:43

Comparing /work/SRC/openSUSE:Factory/psmisc (Old)
 and  /work/SRC/openSUSE:Factory/.psmisc.new.2988 (New)


Package is "psmisc"

Tue May 18 18:26:43 2021 rev:78 rq:893186 version:23.3

Changes:

--- /work/SRC/openSUSE:Factory/psmisc/psmisc.changes2021-03-10 
08:52:01.842565416 +0100
+++ /work/SRC/openSUSE:Factory/.psmisc.new.2988/psmisc.changes  2021-05-18 
18:26:58.866822330 +0200
@@ -1,0 +2,7 @@
+Fri May  7 14:53:08 UTC 2021 - Dr. Werner Fink 
+
+- Change patch 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch 
+  * Fix bsc#1185208 to make private mount namespaces work as well
+as to distinguish NFS mounts from same remote device share.
+
+---



Other differences:
--
++ psmisc.spec ++
--- /var/tmp/diff_new_pack.sdYEZ8/_old  2021-05-18 18:26:59.370820145 +0200
+++ /var/tmp/diff_new_pack.sdYEZ8/_new  2021-05-18 18:26:59.374820128 +0200
@@ -23,6 +23,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libcap-progs
 BuildRequires:  libselinux-devel
 BuildRequires:  linux-glibc-devel >= 4.12
 BuildRequires:  ncurses-devel
@@ -94,13 +96,16 @@
 %endif
 %find_lang psmisc
 
+%post
+setcap cap_dac_read_search=ep %{_bindir}/fuser
+
 %files
 %defattr (-,root,root,755)
 %license COPYING
 %if !0%{?usrmerged}
 /bin/fuser
 %endif
-%{_bindir}/fuser
+%verify(not mode caps) %{_bindir}/fuser
 %{_bindir}/killall
 %ifarch %have_peekfd
 %{_bindir}/peekfd

++ 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch ++
 634 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/psmisc/0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch
 and 
/work/SRC/openSUSE:Factory/.psmisc.new.2988/0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch

++ 0002-Use-new-statx-2-system-call-to-avoid-hangs-on-NFS.patch ++
--- /var/tmp/diff_new_pack.sdYEZ8/_old  2021-05-18 18:26:59.406819989 +0200
+++ /var/tmp/diff_new_pack.sdYEZ8/_new  2021-05-18 18:26:59.406819989 +0200
@@ -1,19 +1,19 @@
-From 9f3910df62bcc1f726b8e84f9ffc40c4d7916eac Mon Sep 17 00:00:00 2001
+From f2ada8ea7939bc8f607d88a10c92d5bb96a700b8 Mon Sep 17 00:00:00 2001
 From: Werner Fink 
-Date: Thu, 14 Jan 2021 11:37:46 +0100
+Date: Fri, 7 May 2021 16:36:28 +0200
 Subject: [PATCH] Use new statx(2) system call to avoid hangs on NFS
 
 Signed-off-by: Werner Fink 
 ---
  Makefile.am  |4 -
- configure.ac |   38 +--
- src/fuser.c  |   98 +-
+ configure.ac |   24 +
+ src/fuser.c  |  102 ++--
  src/statx.c  |  149 
+++
  src/statx.h  |   68 ++
- 5 files changed, 258 insertions(+), 99 deletions(-)
+ 5 files changed, 260 insertions(+), 87 deletions(-)
 
 --- Makefile.am
-+++ Makefile.am2021-01-14 11:29:22.011223930 +
 Makefile.am2021-05-07 15:04:28.611513529 +
 @@ -64,8 +64,8 @@ src_fuser_SOURCES = \
src/fuser.h \
src/lists.h
@@ -26,29 +26,8 @@
  src_fuser_LDADD = @LIBINTL@
  src_killall_SOURCES = src/killall.c src/comm.h src/signals.c src/signals.h 
src/i18n.h
 --- configure.ac
-+++ configure.ac   2021-01-14 11:29:22.011223930 +
-@@ -30,20 +30,6 @@ if test "$enable_selinux" = "yes"; then
- fi
- AC_SUBST([SELINUX_LIB])
- 
--# Call fork before all stat calls to stop hanging on NFS mounts
--AC_SUBST([WITH_TIMEOUT_STAT])
--AC_ARG_ENABLE([timeout_stat],
--  [AS_HELP_STRING([--enable-timeout-stat], [Use a timeout on stat calls 
(optional with argument "static" for a static background process)])],
--  [enable_timeout_stat=$enableval],
--  [enable_timeout_stat="no"])
--if test "$enable_timeout_stat" = "yes"; then
--  AC_DEFINE([WITH_TIMEOUT_STAT], [1], [Use timeout on stat calls])
--fi
--if test "$enable_timeout_stat" = "static"; then
--  AC_DEFINE([WITH_TIMEOUT_STAT], [2], [Use timeout on stat calls])
--fi
--AM_CONDITIONAL([WANT_TIMEOUT_STAT], [test "$enable_timeout_stat" = "static"])
--
- # Use /proc/self/mountinfo if available
- if test -e /proc/self/mountinfo ; then
-   AC_DEFINE([HAS_MOUNTINFO], [1], [System has /proc/self/mountinfo which can 
used instead /proc(/self)/mounts])
-@@ -57,16 +43,20 @@ fi
 configure.ac   2021-05-07 15:04:28.623513310 +
+@@ -57,16 +57,20 @@ fi
  AC_CHECK_FUNC([name_to_handle_at],[
AC_DEFINE([HAS_NAME_TO_HANDLE_AT], [1], [System has name_to_handle_at(2) 
system call])])
  
@@ -80,8 +5

commit gfxboot for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2021-05-18 18:26:42

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


Package is "gfxboot"

Tue May 18 18:26:42 2021 rev:166 rq:893147 version:4.5.76

Changes:

--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2021-04-10 
15:26:32.882319925 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new.2988/gfxboot.changes
2021-05-18 18:26:56.394833044 +0200
@@ -1,0 +2,6 @@
+Fri May 14 11:10:27 UTC 2021 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Lithuanian) (bsc#1149754)
+- 4.5.76
+
+

Old:

  gfxboot-4.5.75.tar.xz

New:

  gfxboot-4.5.76.tar.xz



Other differences:
--
++ gfxboot.spec ++
--- /var/tmp/diff_new_pack.JE3Q3E/_old  2021-05-18 18:26:57.046830218 +0200
+++ /var/tmp/diff_new_pack.JE3Q3E/_new  2021-05-18 18:26:57.050830201 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gfxboot
-Version:4.5.75
+Version:4.5.76
 Release:0
 Summary:Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:GPL-2.0-or-later

++ KDE.tar.xz ++

++ SLED.tar.xz ++

++ SLES.tar.xz ++

++ examples.tar.xz ++

++ gfxboot-4.5.75.tar.xz -> gfxboot-4.5.76.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.75/VERSION new/gfxboot-4.5.76/VERSION
--- old/gfxboot-4.5.75/VERSION  2021-04-08 13:47:18.0 +0200
+++ new/gfxboot-4.5.76/VERSION  2021-05-14 15:59:05.0 +0200
@@ -1 +1 @@
-4.5.75
+4.5.76

++ openSUSE.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/po/lt.po new/themes/openSUSE/po/lt.po
--- old/themes/openSUSE/po/lt.po2021-04-08 13:47:18.0 +0200
+++ new/themes/openSUSE/po/lt.po2021-05-14 15:59:05.0 +0200
@@ -5,14 +5,18 @@
 msgstr ""
 "Project-Id-Version: bootloader\n"
 "POT-Creation-Date: \n"
-"PO-Revision-Date: 2016-10-18 19:20+0300\n"
+"PO-Revision-Date: 2021-05-14 13:59+\n"
 "Last-Translator: Mindaugas Baranauskas \n"
-"Language-Team: Lithuanian <>\n"
+"Language-Team: Lithuanian \n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 ? 0 : n%10==1 & n%100!=11 ? 1 : 
n%10>=2 & (n%100<10 || n%100>=20) ? 2 : 3);\n"
+"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
+"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
+"1 : 2);\n"
+"X-Generator: Weblate 4.6.2\n"
 
 #. ok button label
 #. txt_ok
@@ -471,45 +475,44 @@
 #. menu label for choosing installer screen size
 #. txt_installer_size
 msgid "Installer Size"
-msgstr ""
+msgstr "Diegykl??s dydis"
 
 #. menu label for choosing text console size
 #. txt_console_size
 msgid "Text Console Size"
-msgstr ""
+msgstr "Teksto konsol??s dydis"
 
 #. menu label for choosing screen size via BIOS
 #. txt_video_bios_size
 msgid "Video BIOS Size"
-msgstr ""
+msgstr "Video BIOS dydis"
 
 #. menu label for choosing the color scheme of the installer
 #. txt_color_mode
 msgid "Color Mode"
-msgstr ""
+msgstr "Spalv?? veiksena"
 
 #. menu label for activating a screen reader (app reading screen content for 
blind people)
 #. txt_screen_reader
 msgid "Screen Reader"
-msgstr ""
+msgstr "Ekrano skaitykl??"
 
 #. menu label for a color mode (cf. /txt_color_mode)
 #. txt_high_contrast
 msgid "High Contrast"
-msgstr ""
+msgstr "Didelis kontrastas"
 
 #. menu label for a color mode (cf. /txt_color_mode)
 #. txt_white_on_black
 msgid "White on Black"
-msgstr ""
+msgstr "Balta ant juodo"
 
 #. menu label for a color mode (cf. /txt_color_mode)
 #. txt_cyan_on_black
 msgid "Cyan on Black"
-msgstr ""
+msgstr "??ydra ant juodo"
 
 #. dialog title for https installation
 #. txt_https_title
 msgid "HTTPS Installation"
 msgstr "HTTPS diegimas"
-

++ upstream.tar.xz ++


commit postgresql13 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql13 for openSUSE:Factory 
checked in at 2021-05-18 18:26:40

Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql13.new.2988 (New)


Package is "postgresql13"

Tue May 18 18:26:40 2021 rev:9 rq:893135 version:13.3

Changes:

--- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes
2021-04-22 18:03:25.922457188 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql13.new.2988/postgresql13.changes  
2021-05-18 18:26:54.566840967 +0200
@@ -1,0 +2,17 @@
+Tue May 11 13:50:14 UTC 2021 - Reinhard Max 
+
+- Upgrade to version 13.3:
+  * https://www.postgresql.org/docs/13/release-13-3.html
+  * CVE-2021-32027, bsc#1185924:
+Prevent integer overflows in array subscripting calculations.
+  * CVE-2021-32028, bsc#1185925: Fix mishandling of ???junk???
+columns in INSERT ... ON CONFLICT ... UPDATE target lists.
+  * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect
+computation of UPDATE ... RETURNING
+"pg_psql_temporary_savepoint" does not exist???.
+
+- Don't use %_stop_on_removal, because it was meant to be private
+  and got removed from openSUSE. %_restart_on_update is also
+  private, but still supported and needed for now (bsc#1183168).
+
+---
@@ -5 +22 @@
-  only be delivered on PackageHub for now.
+  only be delivered on PackageHub for now (boo#1183118).

Old:

  postgresql-13.2.tar.bz2
  postgresql-13.2.tar.bz2.sha256

New:

  postgresql-13.3.tar.bz2
  postgresql-13.3.tar.bz2.sha256



Other differences:
--
++ postgresql13.spec ++
--- /var/tmp/diff_new_pack.f4gePt/_old  2021-05-18 18:26:55.126838539 +0200
+++ /var/tmp/diff_new_pack.f4gePt/_new  2021-05-18 18:26:55.130838523 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 13.2
+%define pgversion 13.3
 %define pgmajor 13
 %define pgsuffix %pgmajor
 %define buildlibs 1
@@ -764,10 +764,10 @@
 %preun server
 # Stop only when we are uninstalling the currently running version
 test -n "$FIRST_ARG" || FIRST_ARG="$1"
-if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then
+if [ "$FIRST_ARG" -eq 0 ]; then
   %if %{with systemd}
-%define stop %_stop_on_removal postgresql.service
-eval $(systemctl show postgresql --property=MainPID)
+%define stop systemctl stop postgresql.service
+eval $(systemctl show postgresql.service --property=MainPID)
   %else
 %define stop /sbin/init.d postgresql stop
 MainPID=$(pidof -s postgres) || :

++ postgresql-13.2.tar.bz2 -> postgresql-13.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql13/postgresql-13.2.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql13.new.2988/postgresql-13.3.tar.bz2 
differ: char 11, line 1

++ postgresql-13.2.tar.bz2.sha256 -> postgresql-13.3.tar.bz2.sha256 ++
--- /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.2.tar.bz2.sha256  
2021-02-23 20:19:19.779598665 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql13.new.2988/postgresql-13.3.tar.bz2.sha256
2021-05-18 18:26:54.558841002 +0200
@@ -1 +1 @@
-5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc  
postgresql-13.2.tar.bz2
+3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1  
postgresql-13.3.tar.bz2


commit gnutls for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2021-05-18 18:26:41

Comparing /work/SRC/openSUSE:Factory/gnutls (Old)
 and  /work/SRC/openSUSE:Factory/.gnutls.new.2988 (New)


Package is "gnutls"

Tue May 18 18:26:41 2021 rev:130 rq:893142 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2021-03-16 
15:44:01.441000658 +0100
+++ /work/SRC/openSUSE:Factory/.gnutls.new.2988/gnutls.changes  2021-05-18 
18:26:55.386837413 +0200
@@ -1,0 +2,13 @@
+Thu May 13 16:34:28 UTC 2021 - Pedro Monreal 
+
+- Compute the FIPS hmac file without re-defining the
+  __os_install_post macro, use the brp-50-generate-fips-hmac
+  script instead. [bsc#1184555]
+
+---
+Thu Mar 18 13:13:07 UTC 2021 - Pedro Monreal 
+
+- Require the main package in devel and lib packages as the default
+  priorities are now set via crypto-policies. [bsc#1183082]
+
+---



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.14tS89/_old  2021-05-18 18:26:56.034834604 +0200
+++ /var/tmp/diff_new_pack.14tS89/_new  2021-05-18 18:26:56.038834587 +0200
@@ -31,7 +31,7 @@
 Version:3.7.1
 Release:0
 Summary:The GNU Transport Layer Security Library
-License:LGPL-2.1-or-later AND GPL-3.0-or-later
+License:GPL-3.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Networking/Security
 URL:https://www.gnutls.org/
 Source0:
https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/%{name}-%{version}.tar.xz
@@ -135,6 +135,7 @@
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
+Requires:   gnutls = %{version}-%{release}
 Requires:   libgnutls%{gnutls_sover} = %{version}
 Requires(pre):  %{install_info_prereq}
 Provides:   gnutls-devel = %{version}-%{release}
@@ -208,27 +209,15 @@
 
 make %{?_smp_mflags}
 
-# the hmac hashes:
-#
-# this is a hack that re-defines the __os_install_post macro
-# for a simple reason: the macro strips the binaries and thereby
-# invalidates a HMAC that may have been created earlier.
-# solution: create the hashes _after_ the macro runs.
-#
-# this shows up earlier because otherwise the %%expand of
-# the macro is too late.
-# remark: This is the same as running
-#   openssl dgst -sha256 -hmac 'orboDeJITITejsirpADONivirpUkvarP'
-%{expand:%%global __os_install_post {%__os_install_post
-%{_bindir}/fipshmac %{buildroot}%{_libdir}/libgnutls.so.%{gnutls_sover}
-}}
-
 %install
 %make_install
 rm -rf %{buildroot}%{_datadir}/locale/en@{,bold}quot
 # Do not package static libs and libtool files
 find %{buildroot} -type f -name "*.la" -delete -print
 
+# Compute FIPS hmac using the brp-50-generate-fips-hmac script
+export BRP_FIPSHMAC_FILES=%{buildroot}%{_libdir}/libgnutls.so.%{gnutls_sover}
+
 # install docs
 mkdir -p %{buildroot}%{_docdir}/libgnutls-devel/
 cp doc/gnutls.html doc/*.png %{buildroot}%{_docdir}/libgnutls-devel/
@@ -264,6 +253,7 @@
 
 %post -n libgnutlsxx%{gnutlsxx_sover} -p /sbin/ldconfig
 %postun -n libgnutlsxx%{gnutlsxx_sover} -p /sbin/ldconfig
+
 %post -n libgnutls-devel
 %install_info --info-dir=%{_infodir} %{_infodir}/gnutls.info.gz
 


commit postgresql12 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql12 for openSUSE:Factory 
checked in at 2021-05-18 18:26:39

Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql12.new.2988 (New)


Package is "postgresql12"

Tue May 18 18:26:39 2021 rev:15 rq:893134 version:12.7

Changes:

--- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes
2021-04-22 18:03:24.230454572 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql12.new.2988/postgresql12.changes  
2021-05-18 18:26:53.506845560 +0200
@@ -1,0 +2,17 @@
+Tue May 11 16:19:19 UTC 2021 - Reinhard Max 
+
+- Upgrade to version 12.7:
+  * https://www.postgresql.org/docs/12/release-12-7.html
+  * CVE-2021-32027, bsc#1185924:
+Prevent integer overflows in array subscripting calculations.
+  * CVE-2021-32028, bsc#1185925: Fix mishandling of ???junk???
+columns in INSERT ... ON CONFLICT ... UPDATE target lists.
+  * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect
+computation of UPDATE ... RETURNING
+"pg_psql_temporary_savepoint" does not exist???.
+
+- Don't use %_stop_on_removal, because it was meant to be private
+  and got removed from openSUSE. %_restart_on_update is also
+  private, but still supported and needed for now (bsc#1183168).
+
+---
@@ -5 +22 @@
-  only be delivered on PackageHub for now.
+  only be delivered on PackageHub for now (boo#1183118).

Old:

  postgresql-12.6.tar.bz2
  postgresql-12.6.tar.bz2.sha256

New:

  postgresql-12.7.tar.bz2
  postgresql-12.7.tar.bz2.sha256



Other differences:
--
++ postgresql12.spec ++
--- /var/tmp/diff_new_pack.rt2k4w/_old  2021-05-18 18:26:54.086843047 +0200
+++ /var/tmp/diff_new_pack.rt2k4w/_new  2021-05-18 18:26:54.090843029 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 12.6
+%define pgversion 12.7
 %define pgmajor 12
 %define pgsuffix %pgmajor
 %define buildlibs 0
@@ -764,10 +764,10 @@
 %preun server
 # Stop only when we are uninstalling the currently running version
 test -n "$FIRST_ARG" || FIRST_ARG="$1"
-if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then
+if [ "$FIRST_ARG" -eq 0 ]; then
   %if %{with systemd}
-%define stop %_stop_on_removal postgresql.service
-eval $(systemctl show postgresql --property=MainPID)
+%define stop systemctl stop postgresql.service
+eval $(systemctl show postgresql.service --property=MainPID)
   %else
 %define stop /sbin/init.d postgresql stop
 MainPID=$(pidof -s postgres) || :

++ postgresql-12.6.tar.bz2 -> postgresql-12.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql12/postgresql-12.6.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql12.new.2988/postgresql-12.7.tar.bz2 
differ: char 11, line 1

++ postgresql-12.6.tar.bz2.sha256 -> postgresql-12.7.tar.bz2.sha256 ++
--- /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.6.tar.bz2.sha256  
2021-02-23 20:18:34.467558604 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql12.new.2988/postgresql-12.7.tar.bz2.sha256
2021-05-18 18:26:53.494845612 +0200
@@ -1 +1 @@
-df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09  
postgresql-12.6.tar.bz2
+8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995  
postgresql-12.7.tar.bz2


commit postgresql11 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql11 for openSUSE:Factory 
checked in at 2021-05-18 18:26:38

Comparing /work/SRC/openSUSE:Factory/postgresql11 (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql11.new.2988 (New)


Package is "postgresql11"

Tue May 18 18:26:38 2021 rev:17 rq:893133 version:11.12

Changes:

--- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes
2021-04-22 18:03:23.414453310 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql11.new.2988/postgresql11.changes  
2021-05-18 18:26:52.494849947 +0200
@@ -1,0 +2,17 @@
+Tue May 11 16:20:41 UTC 2021 - Reinhard Max 
+
+- Upgrade to version 11.12:
+  * https://www.postgresql.org/docs/11/release-11-12.html
+  * CVE-2021-32027, bsc#1185924:
+Prevent integer overflows in array subscripting calculations.
+  * CVE-2021-32028, bsc#1185925: Fix mishandling of ???junk???
+columns in INSERT ... ON CONFLICT ... UPDATE target lists.
+  * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect
+computation of UPDATE ... RETURNING
+"pg_psql_temporary_savepoint" does not exist???.
+
+- Don't use %_stop_on_removal, because it was meant to be private
+  and got removed from openSUSE. %_restart_on_update is also
+  private, but still supported and needed for now (bsc#1183168).
+
+---
@@ -5 +22 @@
-  only be delivered on PackageHub for now.
+  only be delivered on PackageHub for now (boo#1183118).

Old:

  postgresql-11.11.tar.bz2
  postgresql-11.11.tar.bz2.sha256

New:

  postgresql-11.12.tar.bz2
  postgresql-11.12.tar.bz2.sha256



Other differences:
--
++ postgresql11.spec ++
--- /var/tmp/diff_new_pack.a0jtj8/_old  2021-05-18 18:26:53.026847641 +0200
+++ /var/tmp/diff_new_pack.a0jtj8/_new  2021-05-18 18:26:53.030847624 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 11.11
+%define pgversion 11.12
 %define pgmajor 11
 %define pgsuffix %pgmajor
 %define buildlibs 0
@@ -764,10 +764,10 @@
 %preun server
 # Stop only when we are uninstalling the currently running version
 test -n "$FIRST_ARG" || FIRST_ARG="$1"
-if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then
+if [ "$FIRST_ARG" -eq 0 ]; then
   %if %{with systemd}
-%define stop %_stop_on_removal postgresql.service
-eval $(systemctl show postgresql --property=MainPID)
+%define stop systemctl stop postgresql.service
+eval $(systemctl show postgresql.service --property=MainPID)
   %else
 %define stop /sbin/init.d postgresql stop
 MainPID=$(pidof -s postgres) || :

++ postgresql-11.11.tar.bz2 -> postgresql-11.12.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql11/postgresql-11.11.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql11.new.2988/postgresql-11.12.tar.bz2 
differ: char 11, line 1

++ postgresql-11.11.tar.bz2.sha256 -> postgresql-11.12.tar.bz2.sha256 ++
--- /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.11.tar.bz2.sha256 
2021-02-23 20:18:02.763530574 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql11.new.2988/postgresql-11.12.tar.bz2.sha256
   2021-05-18 18:26:52.48284 +0200
@@ -1 +1 @@
-40607b7fa15b7d63f5075a7277daf7b3412486aa5db3aedffdb7768b9298186c  
postgresql-11.11.tar.bz2
+87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04  
postgresql-11.12.tar.bz2


commit postgresql10 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql10 for openSUSE:Factory 
checked in at 2021-05-18 18:26:37

Comparing /work/SRC/openSUSE:Factory/postgresql10 (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql10.new.2988 (New)


Package is "postgresql10"

Tue May 18 18:26:37 2021 rev:24 rq:893132 version:10.17

Changes:

--- /work/SRC/openSUSE:Factory/postgresql10/postgresql10.changes
2021-04-15 16:57:14.178657115 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql10.new.2988/postgresql10.changes  
2021-05-18 18:26:51.458854437 +0200
@@ -1,0 +2,14 @@
+Tue May 11 16:21:41 UTC 2021 - Reinhard Max 
+
+- Upgrade to version 10.17:
+  * https://www.postgresql.org/docs/10/release-10-17.html
+  * CVE-2021-32027, bsc#1185924:
+Prevent integer overflows in array subscripting calculations.
+  * CVE-2021-32028, bsc#1185925: Fix mishandling of ???junk???
+columns in INSERT ... ON CONFLICT ... UPDATE target lists.
+
+- Don't use %_stop_on_removal, because it was meant to be private
+  and got removed from openSUSE. %_restart_on_update is also
+  private, but still supported and needed for now (bsc#1183168).
+
+---
@@ -5 +19 @@
-  only be delivered on PackageHub for now.
+  only be delivered on PackageHub for now (boo#1183118).

Old:

  postgresql-10.16.tar.bz2
  postgresql-10.16.tar.bz2.sha256

New:

  postgresql-10.17.tar.bz2
  postgresql-10.17.tar.bz2.sha256



Other differences:
--
++ postgresql10.spec ++
--- /var/tmp/diff_new_pack.10CKSF/_old  2021-05-18 18:26:52.058851837 +0200
+++ /var/tmp/diff_new_pack.10CKSF/_new  2021-05-18 18:26:52.062851819 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 10.16
+%define pgversion 10.17
 %define pgmajor 10
 %define pgsuffix %pgmajor
 %define buildlibs 0
@@ -764,10 +764,10 @@
 %preun server
 # Stop only when we are uninstalling the currently running version
 test -n "$FIRST_ARG" || FIRST_ARG="$1"
-if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then
+if [ "$FIRST_ARG" -eq 0 ]; then
   %if %{with systemd}
-%define stop %_stop_on_removal postgresql.service
-eval $(systemctl show postgresql --property=MainPID)
+%define stop systemctl stop postgresql.service
+eval $(systemctl show postgresql.service --property=MainPID)
   %else
 %define stop /sbin/init.d postgresql stop
 MainPID=$(pidof -s postgres) || :

++ postgresql-10.16.tar.bz2 -> postgresql-10.17.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql10/postgresql-10.16.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql10.new.2988/postgresql-10.17.tar.bz2 
differ: char 11, line 1

++ postgresql-10.16.tar.bz2.sha256 -> postgresql-10.17.tar.bz2.sha256 ++
--- /work/SRC/openSUSE:Factory/postgresql10/postgresql-10.16.tar.bz2.sha256 
2021-02-23 20:17:57.967526334 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql10.new.2988/postgresql-10.17.tar.bz2.sha256
   2021-05-18 18:26:51.438854524 +0200
@@ -1 +1 @@
-a35c718b1b6690e01c69626d467edb933784f8d1d6741e21fe6cce0738467bb3  
postgresql-10.16.tar.bz2
+5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c  
postgresql-10.17.tar.bz2


commit postgresql96 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql96 for openSUSE:Factory 
checked in at 2021-05-18 18:26:36

Comparing /work/SRC/openSUSE:Factory/postgresql96 (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql96.new.2988 (New)


Package is "postgresql96"

Tue May 18 18:26:36 2021 rev:27 rq:893131 version:9.6.22

Changes:

--- /work/SRC/openSUSE:Factory/postgresql96/postgresql96.changes
2021-03-11 20:08:35.684303607 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql96.new.2988/postgresql96.changes  
2021-05-18 18:26:50.318859378 +0200
@@ -1,0 +2,20 @@
+Tue May 11 16:34:57 UTC 2021 - Reinhard Max 
+
+- Upgrade to version 9.6.22.
+  * https://www.postgresql.org/docs/9.6/release-9-6-22.html
+  * CVE-2021-32027, bsc#1185924:
+Prevent integer overflows in array subscripting calculations.
+  * CVE-2021-32028, bsc#1185925: Fix mishandling of ???junk???
+columns in INSERT ... ON CONFLICT ... UPDATE target lists.
+
+- Don't use %_stop_on_removal, because it was meant to be private
+  and got removed from openSUSE. %_restart_on_update is also
+  private, but still supported and needed for now (bsc#1183168).
+
+---
+Mon Mar 15 19:29:39 UTC 2021 - Reinhard Max 
+
+- Re-enable build of the llvmjit subpackage on SLE, but it will
+  only be delivered on PackageHub for now (boo#1183118).
+
+---

Old:

  postgresql-9.6.21.tar.bz2
  postgresql-9.6.21.tar.bz2.sha256

New:

  postgresql-9.6.22.tar.bz2
  postgresql-9.6.22.tar.bz2.sha256



Other differences:
--
++ postgresql96.spec ++
--- /var/tmp/diff_new_pack.UeIZtA/_old  2021-05-18 18:26:50.878856951 +0200
+++ /var/tmp/diff_new_pack.UeIZtA/_new  2021-05-18 18:26:50.878856951 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 9.6.21
+%define pgversion 9.6.22
 %define pgmajor 9.6
 %define pgsuffix 96
 %define buildlibs 0
@@ -88,7 +88,7 @@
 %bcond_with systemd
 %bcond_with systemd_notify
 %endif
-%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && 
%pgsuffix < 90
+%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
 %bcond_without  llvm
 %else
 # LLVM is currently unsupported on SLE, so don't use it
@@ -764,10 +764,10 @@
 %preun server
 # Stop only when we are uninstalling the currently running version
 test -n "$FIRST_ARG" || FIRST_ARG="$1"
-if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then
+if [ "$FIRST_ARG" -eq 0 ]; then
   %if %{with systemd}
-%define stop %_stop_on_removal postgresql.service
-eval $(systemctl show postgresql --property=MainPID)
+%define stop systemctl stop postgresql.service
+eval $(systemctl show postgresql.service --property=MainPID)
   %else
 %define stop /sbin/init.d postgresql stop
 MainPID=$(pidof -s postgres) || :

++ postgresql-9.6.21.tar.bz2 -> postgresql-9.6.22.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.21.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql96.new.2988/postgresql-9.6.22.tar.bz2 
differ: char 11, line 1

++ postgresql-9.6.21.tar.bz2.sha256 -> postgresql-9.6.22.tar.bz2.sha256 
++
--- /work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.21.tar.bz2.sha256
2021-02-23 20:19:32.799610176 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql96.new.2988/postgresql-9.6.22.tar.bz2.sha256
  2021-05-18 18:26:50.310859412 +0200
@@ -1 +1 @@
-930feaef28885c97ec40c26ab6221903751eeb625de92b22602706d7d47d1634  
postgresql-9.6.21.tar.bz2
+3d32cd101025a0556813397c69feff3df3d63736adb8adeaf365c522f39f2930  
postgresql-9.6.22.tar.bz2


commit wayland-protocols for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2021-05-18 18:26:34

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new.2988 (New)


Package is "wayland-protocols"

Tue May 18 18:26:34 2021 rev:22 rq:893101 version:1.21

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2020-03-08 22:23:33.428055979 +0100
+++ 
/work/SRC/openSUSE:Factory/.wayland-protocols.new.2988/wayland-protocols.changes
2021-05-18 18:26:45.474880372 +0200
@@ -1,0 +2,15 @@
+Sun May  9 17:31:47 UTC 2021 - Dirk M??ller 
+
+- update to 1.21:
+  * Also new with this release is the introduction of a new protocol phase
+that replaces the old "unstable" phase: "staging". The main purpose of
+this is making it more painless to transition a protocol from it's
+testing-in-production phase to declaring it stable. See README.md for
+details.
+
+  * This release also introduces a new staging protocol: xdg-activation,
+meant to enable transferring focus between different toplevel surfaces.
+For example from a launcher to a launchee, or one focused application to
+another.
+
+---

Old:

  wayland-protocols-1.20.tar.xz
  wayland-protocols-1.20.tar.xz.sig

New:

  wayland-protocols-1.21.tar.xz
  wayland-protocols-1.21.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.Lx0vOY/_old  2021-05-18 18:26:47.002873749 +0200
+++ /var/tmp/diff_new_pack.Lx0vOY/_new  2021-05-18 18:26:47.006873732 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland-protocols
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2015 Bj??rn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.20
+Version:1.21
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.20.tar.xz -> wayland-protocols-1.21.tar.xz ++
 1772 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/wayland-protocols-1.20/MEMBERS.md new/wayland-protocols-1.21/MEMBERS.md
--- old/wayland-protocols-1.20/MEMBERS.md   2020-02-29 19:00:44.0 
+0100
+++ new/wayland-protocols-1.21/MEMBERS.md   2021-03-31 08:35:19.0 
+0200
@@ -3,7 +3,7 @@
 - EFL/Enlightenment: Mike Blumenkrantz 
 - GTK/Mutter: Jonas ??dahl ,
   Carlos Garnacho 
-- KWin: Roman Gilg ,
+- KWin: Eike Hein ,
   David Edmundson 
 - Mir: Christopher James Halse Rogers ,
   Alan Griffiths 
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/wayland-protocols-1.20/Makefile.am new/wayland-protocols-1.21/Makefile.am
--- old/wayland-protocols-1.20/Makefile.am  2020-02-29 20:54:44.0 
+0100
+++ new/wayland-protocols-1.21/Makefile.am  2021-04-30 16:11:07.0 
+0200
@@ -31,24 +31,42 @@
stable/xdg-shell/xdg-shell.xml  
\
$(NULL)
 
+staging_protocols =
\
+   staging/xdg-activation/xdg-activation-v1.xml
\
+   $(NULL)
+
+misc_documentation =   
\
+   staging/xdg-activation/x11-interoperation.rst   
\
+   $(NULL)
+
 nobase_dist_pkgdata_DATA = 
\
$(unstable_protocols)   
\
$(stable_protocols) 
\
+   $(staging_protocols)
\
$(NULL)
 
 dist_noinst_DATA = 
\
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README))  
\
$(sort $(foreach p,$(stable_protocols),

commit kubic-control for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubic-control for openSUSE:Factory 
checked in at 2021-05-18 18:26:35

Comparing /work/SRC/openSUSE:Factory/kubic-control (Old)
 and  /work/SRC/openSUSE:Factory/.kubic-control.new.2988 (New)


Package is "kubic-control"

Tue May 18 18:26:35 2021 rev:18 rq:893129 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/kubic-control/kubic-control.changes  
2021-04-12 12:33:56.913071121 +0200
+++ /work/SRC/openSUSE:Factory/.kubic-control.new.2988/kubic-control.changes
2021-05-18 18:26:48.962865255 +0200
@@ -1,0 +2,8 @@
+Fri May 14 13:28:25 UTC 2021 - Thorsten Kukuk 
+
+- Update to version 0.11
+  - workaround for go 1.15 certificate handling changes, all
+certificates should be re-generated with kubicctl 0.11
+  - adjust for kubeadm removed upgrade node arguments
+
+---

Old:

  kubic-control-0.10.2.tar.xz

New:

  kubic-control-0.11.tar.xz



Other differences:
--
++ kubic-control.spec ++
--- /var/tmp/diff_new_pack.CZ24uS/_old  2021-05-18 18:26:49.418863278 +0200
+++ /var/tmp/diff_new_pack.CZ24uS/_new  2021-05-18 18:26:49.422863261 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kubic-control
-Version:0.10.2
+Version:0.11
 Release:0
 Summary:Simple setup tool for kubernetes
 License:Apache-2.0
@@ -81,6 +81,8 @@
 ln -s /sbin/service %{buildroot}%{_sbindir}/rckubicd
 mkdir -p %{buildroot}%{_distconfdir}/kubicd/
 cp -av etc/kubicd/* %{buildroot}%{_distconfdir}/kubicd
+# Not really supported
+rm -rf %{buildroot}%{_distconfdir}/kubicd/helm/cilium.yaml
 mkdir -p %{buildroot}%{_sysconfdir}/kubicd/pki
 mkdir -p %{buildroot}%{_prefix}/lib/systemd/system
 cp -av systemd/* %{buildroot}%{_prefix}/lib/systemd/system

++ kubic-control-0.10.2.tar.xz -> kubic-control-0.11.tar.xz ++
 4667 lines of diff (skipped)


commit drpm for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package drpm for openSUSE:Factory checked in 
at 2021-05-18 18:26:34

Comparing /work/SRC/openSUSE:Factory/drpm (Old)
 and  /work/SRC/openSUSE:Factory/.drpm.new.2988 (New)


Package is "drpm"

Tue May 18 18:26:34 2021 rev:4 rq:893109 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/drpm/drpm.changes2021-02-22 
14:39:49.516582057 +0100
+++ /work/SRC/openSUSE:Factory/.drpm.new.2988/drpm.changes  2021-05-18 
18:26:47.262872622 +0200
@@ -1,0 +2,7 @@
+Fri May 14 11:43:41 UTC 2021 - Andreas Stieger 
+
+- update to 0.5.0:
+  * fix a memory leak on invalid input
+  * Hide the internal library symbols
+
+---

Old:

  drpm-0.4.1.tar.bz2

New:

  drpm-0.5.0.tar.bz2



Other differences:
--
++ drpm.spec ++
--- /var/tmp/diff_new_pack.oPXn9U/_old  2021-05-18 18:26:48.698866399 +0200
+++ /var/tmp/diff_new_pack.oPXn9U/_new  2021-05-18 18:26:48.702866382 +0200
@@ -36,7 +36,7 @@
 %endif
 
 Name:   drpm
-Version:0.4.1
+Version:0.5.0
 Release:0
 Summary:A small library for fetching information from DeltaRPM packages
 License:LGPL-2.1-or-later

++ drpm-0.4.1.tar.bz2 -> drpm-0.5.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drpm-0.4.1/CMakeLists.txt 
new/drpm-0.5.0/CMakeLists.txt
--- old/drpm-0.4.1/CMakeLists.txt   2019-09-11 13:39:05.0 +0200
+++ new/drpm-0.5.0/CMakeLists.txt   2020-06-03 05:15:52.0 +0200
@@ -3,8 +3,8 @@
 project(drpm C)
 
 set(DRPM_MAJOR_VERSION 0)
-set(DRPM_MINOR_VERSION 4)
-set(DRPM_PATCH_VERSION 1)
+set(DRPM_MINOR_VERSION 5)
+set(DRPM_PATCH_VERSION 0)
 set(DRPM_VERSION 
${DRPM_MAJOR_VERSION}.${DRPM_MINOR_VERSION}.${DRPM_PATCH_VERSION})
 
 include(GNUInstallDirs)
@@ -24,6 +24,15 @@
pkg_check_modules(ZSTD REQUIRED libzstd)
 endif()
 
+if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR 
(CMAKE_C_COMPILER_ID MATCHES "Clang") OR (CMAKE_CXX_COMPILER_ID MATCHES 
"Clang"))
+   include (CheckCCompilerFlag)
+   CHECK_C_COMPILER_FLAG(-fvisibility=hidden DRPM_HAVE_VISIBILITY)
+   if (DRPM_HAVE_VISIBILITY)
+  set(VISIBILITY_FLAG -fvisibility=hidden)
+   endif()
+   set(CMAKE_C_FLAGS "${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" )
+endif ()
+
 add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drpm-0.4.1/src/drpm.h new/drpm-0.5.0/src/drpm.h
--- old/drpm-0.4.1/src/drpm.h   2019-09-11 13:29:31.0 +0200
+++ new/drpm-0.5.0/src/drpm.h   2020-06-03 05:15:31.0 +0200
@@ -35,6 +35,12 @@
 #include 
 #endif
 
+#if __GNUC__ >= 4
+#define DRPM_VISIBLE __attribute__((visibility("default")))
+#else
+#define DRPM_VISIBLE
+#endif
+
 /**
  * @defgroup drpmMake DRPM Make
  * Tools for creating a DeltaRPM file from two RPM files,
@@ -171,6 +177,7 @@
  * @param [in]  newrpm  Name of new RPM file to be (re-)created.
  * @return Error code.
  */
+DRPM_VISIBLE
 int drpm_apply(const char *oldrpm, const char *deltarpm, const char *newrpm);
 
 /**
@@ -181,6 +188,7 @@
  * @return Error code.
  * @see DRPM_CHECK_FULL, DRPM_CHECK_FILESIZES
  */
+DRPM_VISIBLE
 int drpm_check(const char *deltarpm, int checkmode);
 
 /**
@@ -192,6 +200,7 @@
  * @return Error code.
  * @see DRPM_CHECK_FULL, DRPM_CHECK_FILESIZES
  */
+DRPM_VISIBLE
 int drpm_check_sequence(const char *oldrpm, const char *sequence, int 
checkmode);
 
 /**
@@ -266,6 +275,7 @@
  * @warning If not @c NULL, @p opts should have been initialized with
  * drpm_make_options_init(), otherwise behaviour is undefined.
  */
+DRPM_VISIBLE
 int drpm_make(const char *oldrpm, const char *newrpm, const char *deltarpm, 
const drpm_make_options *opts);
 
 /**
@@ -281,6 +291,7 @@
  * @return Error code.
  * @see drpm_make()
  */
+DRPM_VISIBLE
 int drpm_make_options_init(drpm_make_options **opts);
 
 /**
@@ -289,6 +300,7 @@
  * @return Error code.
  * @see drpm_make()
  */
+DRPM_VISIBLE
 int drpm_make_options_destroy(drpm_make_options **opts);
 
 /**
@@ -299,6 +311,7 @@
  * @return Error code.
  * @see drpm_make()
  */
+DRPM_VISIBLE
 int drpm_make_options_defaults(drpm_make_options *opts);
 
 /**
@@ -311,6 +324,7 @@
  * drpm_make_options_init() previously, otherwise behaviour is undefined.
  * @see drpm_make()
  */
+DRPM_VISIBLE
 int drpm_make_options_copy(drpm_make_options *dst, const drpm_make_options 
*src);
 
 /**
@@ -325,6 +339,7 @@
  * @see drpm_make()
  * @see DRPM_TYPE_STANDARD, DRPM_TYPE_RPMONLY
  */
+DRPM_VISIBLE
 int drpm_

commit python-pytest for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2021-05-18 18:26:33

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


Package is "python-pytest"

Tue May 18 18:26:33 2021 rev:65 rq:893085 version:6.2.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes  
2021-02-16 22:34:25.677492031 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new.2988/python-pytest.changes
2021-05-18 18:26:44.378885122 +0200
@@ -1,0 +2,11 @@
+Fri May 14 10:04:36 UTC 2021 - Mark??ta Machov?? 
+
+- Update to 6.2.4
+  * pytest used to create directories under /tmp with world-readable 
+permissions. This means that any user in the system was able to 
+read information written by tests in temporary directories (such 
+as those created by the tmp_path/tmpdir fixture). Now the 
+directories are created with private permissions.
+  * Fixed assertion rewriting on Python 3.10.
+
+---

Old:

  pytest-6.2.2.tar.gz

New:

  pytest-6.2.4.tar.gz



Other differences:
--
++ python-pytest.spec ++
--- /var/tmp/diff_new_pack.LMefhK/_old  2021-05-18 18:26:44.826883180 +0200
+++ /var/tmp/diff_new_pack.LMefhK/_new  2021-05-18 18:26:44.830883163 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python
+# spec file for package python-pytest%{psuffix}
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -27,7 +27,7 @@
 %endif
 %define skip_python2 1
 Name:   python-pytest%{psuffix}
-Version:6.2.2
+Version:6.2.4
 Release:0
 Summary:Simple powerful testing with Python
 License:MIT
@@ -48,7 +48,7 @@
 Requires:   python-toml
 Requires:   python-wcwidth
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Obsoletes:  python-pytest-doc
 BuildArch:  noarch
 %if %{with test}

++ pytest-6.2.2.tar.gz -> pytest-6.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-6.2.2/AUTHORS new/pytest-6.2.4/AUTHORS
--- old/pytest-6.2.2/AUTHORS2021-01-25 15:51:22.0 +0100
+++ new/pytest-6.2.4/AUTHORS2021-05-04 18:21:46.0 +0200
@@ -273,6 +273,7 @@
 Segev Finer
 Serhii Mozghovyi
 Seth Junot
+Shantanu Jain
 Shubham Adep
 Simon Gomizelj
 Simon Kerr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-6.2.2/PKG-INFO new/pytest-6.2.4/PKG-INFO
--- old/pytest-6.2.2/PKG-INFO   2021-01-25 15:51:34.0 +0100
+++ new/pytest-6.2.4/PKG-INFO   2021-05-04 18:21:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest
-Version: 6.2.2
+Version: 6.2.4
 Summary: pytest: simple powerful testing with Python
 Home-page: https://docs.pytest.org/en/latest/
 Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, 
Brianna Laugher, Florian Bruhin and others
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-6.2.2/doc/en/announce/index.rst 
new/pytest-6.2.4/doc/en/announce/index.rst
--- old/pytest-6.2.2/doc/en/announce/index.rst  2021-01-25 15:51:22.0 
+0100
+++ new/pytest-6.2.4/doc/en/announce/index.rst  2021-05-04 18:21:46.0 
+0200
@@ -6,6 +6,8 @@
:maxdepth: 2
 
 
+   release-6.2.4
+   release-6.2.3
release-6.2.2
release-6.2.1
release-6.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-6.2.2/doc/en/announce/release-6.2.3.rst 
new/pytest-6.2.4/doc/en/announce/release-6.2.3.rst
--- old/pytest-6.2.2/doc/en/announce/release-6.2.3.rst  1970-01-01 
01:00:00.0 +0100
+++ new/pytest-6.2.4/doc/en/announce/release-6.2.3.rst  2021-05-04 
18:21:46.0 +0200
@@ -0,0 +1,19 @@
+pytest-6.2.3
+===
+
+pytest 6.2.3 has just been released to PyPI.
+
+This is a bug-fix release, being a drop-in replacement. To upgrade::
+
+  pip install --upgrade pytest
+
+The full changelog is available at 
https://docs.pytest.org/en/stable/changelog.html.
+
+Thanks to all of the contributors to this release:
+
+* Bruno Oliveira
+* Ran Benita
+
+
+Happy testing,
+The pytest Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-6.2.2/doc/en/announce/release-6.2.4.rst 
new/pytest-6.2.4/doc/en/announce/release-6.2.4.rst
--- old/pytest-6.2.2/doc/en/announce/release-6.2.4.rst  1970-01-01 
01:00:00.0 +0100
+++ new/pytest-6.2.4/doc/en/announce/release-6.2.4.rst  202

commit vim for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2021-05-18 18:26:32

Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and  /work/SRC/openSUSE:Factory/.vim.new.2988 (New)


Package is "vim"

Tue May 18 18:26:32 2021 rev:285 rq:893060 version:8.2.2850

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2021-04-29 01:36:28.694414970 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new.2988/vim.changes2021-05-18 
18:26:42.786892021 +0200
@@ -1,0 +2,51 @@
+Fri May 14 08:58:50 UTC 2021 - Ond??ej S??kup 
+
+- Updated to version 8.2.2850, fixes the following problems
+  * After a timer displays text a hit-enter prompt is given.
+  * Free Pascal makefile not recognized.
+  * Vim9: illegal memory access.
+  * Flicker when the popup menu has an info popup.
+  * Setting buffer local mapping with mapset() changes global mapping.
+  * Vim9: cannot use legacy syntax in Vim9 script.
+  * Vim9: using "++nr" as a command might not work.
+  * Build fails with tiny features.
+  * Vim9: increment and decrement not sufficiently tested.
+  * Vim9: :def function compilation fails when using :legacy.
+  * Vim9: crash when calling a function in a substitute expression.
+  * Vim9: error for missing white space doesn't say where it is missing
+  * Vim9: still crash when using substitute expression.
+  * Cannot grep using fuzzy matching.
+  * Vim9: unused variable. (John Marriott)
+  * Status line flickers when redrawing popup menu info.
+  * Vim9: comment below expression in lambda causes problems.
+  * Vim9: script sourcing continues after an error.
+  * No jump added to jumplist when opening terminal in current window.
+  * Finishing an abbreviation with a multi-byte char may not work.
+  * Session file may divide by zero.
+  * Code in checkreadonly() not fully tested.
+  * Compiler warnings for int to size_t conversion. (Randall W. Morris)
+  * Test file was not deleted.
+  * Coverity complains about not checking the rename() return value.
+  * Some comments are not correct or clear.
+  * Terminal colors are not updated when 'background' is set.
+  * Vim9: expandcmd() not tested.
+  * Operator cancelled by moving mouse when using popup. (Sergey Vlasov)
+  * Two key command cancelled by moving mouse when using popup. (Sergey Vlasov)
+  * Vim9: :cexpr does not work with local variables.
+  * Vim9: leaking memory in :cexpr.
+  * Build failure without the +quickfix feature. (John Marriott)
+  * Various code lines not covered by tests.
+  * File extension .wrap not recognized.
+  * Default redirection missing "ash" and "dash".
+  * Vim9: member operation not fully tested.
+  * Vim9: skip argument to searchpair() is not compiled.
+  * Vim9: skip argument to searchpairpos() is not compiled.
+  * Vim9: memory leak when using searchpair().
+  * Vim9: "echo Func()" does not give an error for a function without a
+  return value.
+  * Perl not tested sufficiently.
+  * Crash when calling partial.
+  * Bufwrite not sufficiently tested.
+  * Recalling commands from history is not tested.
+
+---

Old:

  vim-8.2.2800.tar.gz

New:

  vim-8.2.2850.tar.gz



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.vmDG2F/_old  2021-05-18 18:26:43.866887341 +0200
+++ /var/tmp/diff_new_pack.vmDG2F/_new  2021-05-18 18:26:43.870887324 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.2
-%define patchlevel 2800
+%define patchlevel 2850
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim82
 %define site_runtimepath %{_datadir}/vim/site







++ vim-8.2.2800.tar.gz -> vim-8.2.2850.tar.gz ++
/work/SRC/openSUSE:Factory/vim/vim-8.2.2800.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new.2988/vim-8.2.2850.tar.gz differ: char 13, 
line 1


commit java-1_8_0-openjdk for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2021-05-18 18:26:29

Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.2988 (New)


Package is "java-1_8_0-openjdk"

Tue May 18 18:26:29 2021 rev:79 rq:893055 version:1.8.0.292

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2021-02-11 12:51:54.077878342 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.2988/java-1_8_0-openjdk.changes
  2021-05-18 18:26:35.854922066 +0200
@@ -1,0 +2,278 @@
+Fri May 14 08:07:18 UTC 2021 - Fridrich Strba 
+
+- Update to version jdk8u292 (icedtea 3.19.0)
+  * April 2021 CPU
+  * Security fixes
++ JDK-8227467: Better class method invocations
++ JDK-8244473: Contextualize registration for JNDI
++ JDK-8244543: Enhanced handling of abstract classes
++ JDK-8249906, CVE-2021-2163, bsc#1185055: Enhance opening JARs
++ JDK-8250568, CVE-2021-2161, bsc#1185056: Less ambiguous
+  processing
++ JDK-8253799: Make lists of normal filenames
+  * New features
++ PR3835: Populate unique SystemTap suffix from configure
+  * Import of OpenJDK 8 u292 build 01
++ JDK-6949753: [TEST BUG]: java/awt/print/PageFormat/
+  /PDialogTest.java needs update by removing a infinite loop
++ JDK-8031126: java/lang/management/ThreadMXBean/
+  /ThreadUserTime.java fails intermittently
++ JDK-8035166: Remove dependency on EC classes from pkcs11
+  provider
++ JDK-8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/
+  /LogGeneratedClassesTest.java - assertion error
++ JDK-8078450: Implement consistent process for quarantine of
+  tests
++ JDK-8080953: [TEST_BUG]Test java/awt/FontClass/DebugFonts.java
+  fails due to wrongly typed bugid
++ JDK-8081547: Prepare client libs regression tests for running
+  in a concurrent, headless jtreg environment
++ JDK-8141457: keytool default cert fingerprint algorithm should
+  be SHA-256
++ JDK-8150204: (fs) Enhance java/nio/file/Files/
+  /probeContentType/Basic.java debugging output
++ JDK-8160217: JavaSound should clean up resources better
++ JDK-8163363: AArch64: Stack size in tools/launcher/
+  /Settings.java needs to be adjusted
++ JDK-8167281: IIOMetadataNode bugs in getElementsByTagName and
+  NodeList.item methods
++ JDK-8168996: C2 crash at postaloc.cpp:140 : assert(false)
+  failed: unexpected yanked node
++ JDK-8185934: keytool shows "Signature algorithm:
+  SHA1withECDSA, -1-bit key"
++ JDK-8186090: java.nio.Bits.unaligned() doesn't handle aarch64
++ JDK-8195685: AArch64 port of 8174962: Better interface
+  invocations
++ JDK-8202343: Disable TLS 1.0 and 1.1
++ JDK-8211339: NPE during SSL handshake caused by
+  HostnameChecker
++ JDK-8216987: ciMethodData::load_data() unpacks MDOs with
+  non-atomic copy
++ JDK-8217338: [Containers] Improve systemd slice memory limit
+  support
++ JDK-8223186: HotSpot compile warnings from GCC 9
++ JDK-8225805: Java Access Bridge does not close the logger
++ JDK-8226899: Problemlist compiler/rtm tests
++ JDK-8227642: [TESTBUG] Make docker tests podman compatible
++ JDK-8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
++ JDK-8229284: jdk/internal/platform/cgroup/
+  /TestCgroupMetrics.java fails for - memory:getMemoryUsage
++ JDK-8230388: Problemlist additional compiler/rtm tests
++ JDK-8233228: Disable weak named curves by default in TLS,
+  CertPath, and Signed JAR
++ JDK-8234727: sun/security/ssl/X509TrustManagerImpl tests
+  support TLSv1.3
++ JDK-8234728: Some security tests should support TLSv1.3
++ JDK-8235874: The ordering of Cipher Suites is not maintained
+  provided through jdk.tls.client.cipherSuites and
+  jdk.tls.server.cipherSuites system property.
++ JDK-8238579: HttpsURLConnection drops the timeout and hangs
+  forever in read
++ JDK-8242141: New System Properties to configure the TLS
+  signature schemes
++ JDK-8244621: [macos10.15] Garbled FX printing plus CoreText
+  warnings on Catalina when building with Xcode 11
++ JDK-8249183: JVM crash in "AwtFrame::WmSize" method
++ JDK-8249588: libwindowsaccessbridge issues on 64bit Windows
++ JDK-8250984: Memory Docker tests fail on some Linux kernels
+  w/o cgroupv1 swap limit capabilities
++ JDK-8251397: NPE on ClassValue.ClassValueMap.cacheArray
++ JDK-8252470: java/awt/dnd/DisposeFrameOnDragCrash/
+  /DisposeFrameOnDragTest.java fails on Windows
++ JDK-8253368: TLS connection always receives close_notify
+  exception
++ JDK-82534

commit publicsuffix for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package publicsuffix for openSUSE:Factory 
checked in at 2021-05-18 18:26:25

Comparing /work/SRC/openSUSE:Factory/publicsuffix (Old)
 and  /work/SRC/openSUSE:Factory/.publicsuffix.new.2988 (New)


Package is "publicsuffix"

Tue May 18 18:26:25 2021 rev:66 rq:893031 version:20210511

Changes:

--- /work/SRC/openSUSE:Factory/publicsuffix/publicsuffix.changes
2021-04-23 17:49:49.830712149 +0200
+++ /work/SRC/openSUSE:Factory/.publicsuffix.new.2988/publicsuffix.changes  
2021-05-18 18:26:29.566949317 +0200
@@ -1,0 +2,17 @@
+Fri May 14 06:43:45 UTC 2021 - Martin Pluskal 
+
+- Update to version 20210511:
+  * util: gTLD data autopull updates for 2021-05-11T15:13:51 UTC (#1316)
+  * Add authgearapps.com authgear-staging.com (#1304)
+  * Add goupile.fr (#1307)
+  * Add hosp.uk to our existing domains (#1308)
+  * Update README.md
+  * Add noop.app and *.developer.app to PSL (#1265)
+  * Add github dev domains (#1290)
+  * added Storebase.store (#1291)
+  * Update to pythonanywhere entries (#1298)
+  * Update README.md - added Apple / Facebook note
+  * addition of ss sld's sch.ss and me.ss (#1247)
+  * util: gTLD data autopull updates for 2021-04-22T15:17:15 UTC (#1292)
+
+---

Old:

  publicsuffix-20210419.obscpio

New:

  publicsuffix-20210511.obscpio



Other differences:
--
++ publicsuffix.spec ++
--- /var/tmp/diff_new_pack.bMLGP9/_old  2021-05-18 18:26:30.69096 +0200
+++ /var/tmp/diff_new_pack.bMLGP9/_new  2021-05-18 18:26:30.694944429 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   publicsuffix
-Version:20210419
+Version:20210511
 Release:0
 Summary:Cross-vendor public domain suffix database
 License:MPL-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.bMLGP9/_old  2021-05-18 18:26:30.734944255 +0200
+++ /var/tmp/diff_new_pack.bMLGP9/_new  2021-05-18 18:26:30.734944255 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/publicsuffix/list.git
-  cde0cd4275cfd5c50f45e4e0146c70be3036c935
\ No newline at end of file
+  b46130d999099c2f56b0d8ee57989cfb4e3a433f
\ No newline at end of file

++ publicsuffix-20210419.obscpio -> publicsuffix-20210511.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/publicsuffix-20210419/README.md 
new/publicsuffix-20210511/README.md
--- old/publicsuffix-20210419/README.md 2021-04-19 13:03:40.0 +0200
+++ new/publicsuffix-20210511/README.md 2021-05-11 17:43:16.0 +0200
@@ -8,3 +8,11 @@
 See https://publicsuffix.org/ and the 
[Wiki](https://github.com/publicsuffix/list/wiki) link above for more 
information.
 
 [![Build 
Status](https://travis-ci.org/publicsuffix/list.svg?branch=master)](https://travis-ci.org/publicsuffix/list)
+
+**Are you here to add or update something?**
+
+All submissions must conform to the [validation and acceptance 
factors](https://github.com/publicsuffix/list/wiki/Guidelines#validation-and-non-acceptance-factors)
 and provide sufficient rationale or basically be as complete as possible.
+The list is maintained by people volunteering their time.  Iteration back and 
forth will delay PR review or inclusion.
+
+Important Notice:
+2021-04-23 : Did guidance related to an issue with Facebook or Apple bring you 
here?  [Read this before submitting 
requests](https://github.com/publicsuffix/list/issues/1245)  We are not 
approving workaround requests per the validation and acceptance standards, but 
do have open discussion with Facebook on the matter.  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/publicsuffix-20210419/public_suffix_list.dat 
new/publicsuffix-20210511/public_suffix_list.dat
--- old/publicsuffix-20210419/public_suffix_list.dat2021-04-19 
13:03:40.0 +0200
+++ new/publicsuffix-20210511/public_suffix_list.dat2021-05-11 
17:43:16.0 +0200
@@ -6087,8 +6087,10 @@
 com.ss
 edu.ss
 gov.ss
+me.ss
 net.ss
 org.ss
+sch.ss
 
 // st : http://www.nic.st/html/policyrules/
 st
@@ -7124,7 +7126,7 @@
 
 // newGTLDs
 
-// List of new gTLDs imported from 
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 
2021-04-17T15:15:54Z
+// List of new gTLDs imported from 
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 
2021-05-11T15:13:51Z
 // This list is auto-generated, don't edit it manually.
 // aaa : 2015-02-26 American Automobile Association, Inc.
 aaa
@@ -8644,9 +8646,6 @@
 // itv : 2015-07-09 ITV Services Limited
 itv
 
-// iveco : 2015-09-03 CNH Industrial N.V.
-iveco
-
 // jaguar : 2014-11-13 Jaguar

commit mediastreamer2 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2021-05-18 18:26:28

Comparing /work/SRC/openSUSE:Factory/mediastreamer2 (Old)
 and  /work/SRC/openSUSE:Factory/.mediastreamer2.new.2988 (New)


Package is "mediastreamer2"

Tue May 18 18:26:28 2021 rev:38 rq:893048 version:4.5.15

Changes:

--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes
2021-05-02 18:35:54.816999562 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new.2988/mediastreamer2.changes  
2021-05-18 18:26:34.042929918 +0200
@@ -1,0 +2,5 @@
+Fri May 14 08:15:20 UTC 2021 - Paolo Stivanin 
+
+- Update to 4.5.15 (no changelog)
+
+---

Old:

  mediastreamer2-4.5.10.tar.gz

New:

  mediastreamer2-4.5.15.tar.gz



Other differences:
--
++ mediastreamer2.spec ++
--- /var/tmp/diff_new_pack.4lwI8z/_old  2021-05-18 18:26:34.706927041 +0200
+++ /var/tmp/diff_new_pack.4lwI8z/_new  2021-05-18 18:26:34.710927024 +0200
@@ -19,7 +19,7 @@
 %define sobase  libmediastreamer
 %define sover   11
 Name:   mediastreamer2
-Version:4.5.10
+Version:4.5.15
 Release:0
 Summary:Audio/Video real-time streaming
 License:GPL-2.0-or-later

++ mediastreamer2-4.5.10.tar.gz -> mediastreamer2-4.5.15.tar.gz ++
/work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2-4.5.10.tar.gz 
/work/SRC/openSUSE:Factory/.mediastreamer2.new.2988/mediastreamer2-4.5.15.tar.gz
 differ: char 14, line 1


commit python-aiohttp for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-aiohttp for openSUSE:Factory 
checked in at 2021-05-18 18:26:26

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


Package is "python-aiohttp"

Tue May 18 18:26:26 2021 rev:22 rq:893032 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes
2021-03-05 13:45:06.127612693 +0100
+++ /work/SRC/openSUSE:Factory/.python-aiohttp.new.2988/python-aiohttp.changes  
2021-05-18 18:26:30.990943146 +0200
@@ -1,0 +2,6 @@
+Thu May 13 21:58:35 UTC 2021 - Matej Cepl 
+
+- Add stdlib-typing_extensions.patch to avoid necessity for BR
+  python-typing_extensions (gh#aio-libs/aiohttp#5374).
+
+---

New:

  stdlib-typing_extensions.patch



Other differences:
--
++ python-aiohttp.spec ++
--- /var/tmp/diff_new_pack.Vu65l3/_old  2021-05-18 18:26:32.022938673 +0200
+++ /var/tmp/diff_new_pack.Vu65l3/_new  2021-05-18 18:26:32.026938656 +0200
@@ -26,6 +26,9 @@
 URL:https://github.com/aio-libs/aiohttp
 Source: 
https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
 Patch0: unbundle-http-parser.patch
+# PATCH-FIX-UPSTREAM stdlib-typing_extensions.patch gh#aio-libs/aiohttp#5374 
mc...@suse.com
+# Fix typing_extensions imports.
+Patch1: stdlib-typing_extensions.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module async_timeout >= 3.0}
 BuildRequires:  %{python_module attrs >= 17.3.0}
@@ -35,7 +38,7 @@
 BuildRequires:  %{python_module idna_ssl >= 1.0}
 BuildRequires:  %{python_module multidict >= 4.5}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing_extensions >= 3.6.5}
+BuildRequires:  %{python_module typing_extensions >= 3.6.5 if %python-base < 
3.8}
 BuildRequires:  %{python_module yarl >= 1.0}
 BuildRequires:  fdupes
 BuildRequires:  http-parser-devel
@@ -46,8 +49,8 @@
 Requires:   python-chardet >= 2.0
 Requires:   python-gunicorn
 Requires:   python-multidict >= 4.5
-Requires:   python-typing_extensions >= 3.6.5
 Requires:   python-yarl >= 1.0
+Requires:   (python3-typing_extensions >= 3.6.5 if python3-base < 3.8)
 Recommends: python-aiodns
 Recommends: python-brotlipy
 Recommends: python-cChardet
@@ -94,8 +97,8 @@
 HTML documentation on the API and examples for %{name}.
 
 %prep
-%setup -q -n aiohttp-%{version}
-%patch0 -p1
+%autosetup -p1 -n aiohttp-%{version}
+
 # Prevent building with vendor version
 rm vendor/http-parser/*.c
 

++ stdlib-typing_extensions.patch ++
---
 aiohttp/helpers.py   |5 -
 aiohttp/tracing.py   |5 -
 aiohttp/web_urldispatcher.py |5 -
 setup.py |2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)

--- a/aiohttp/helpers.py
+++ b/aiohttp/helpers.py
@@ -45,7 +45,10 @@ from urllib.request import getproxies
 import async_timeout
 import attr
 from multidict import MultiDict, MultiDictProxy
-from typing_extensions import Protocol
+try:
+from typing import Protocol
+except (ImportError, ModuleNotFoundError):
+from typing_extensions import Protocol
 from yarl import URL
 
 from . import hdrs
--- a/aiohttp/tracing.py
+++ b/aiohttp/tracing.py
@@ -9,7 +9,10 @@ from .client_reqrep import ClientRespons
 from .signals import Signal
 
 if TYPE_CHECKING:  # pragma: no cover
-from typing_extensions import Protocol
+try:
+from typing import Protocol
+except (ImportError, ModuleNotFoundError):
+from typing_extensions import Protocol
 
 from .client import ClientSession
 
--- a/aiohttp/web_urldispatcher.py
+++ b/aiohttp/web_urldispatcher.py
@@ -33,7 +33,10 @@ from typing import (
 cast,
 )
 
-from typing_extensions import TypedDict
+try:
+from typing import TypedDict
+except (ImportError, ModuleNotFoundError):
+from typing_extensions import TypedDict
 from yarl import URL, __version__ as yarl_version  # type: ignore
 
 from . import hdrs
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ install_requires = [
 "async_timeout>=3.0,<4.0",
 "yarl>=1.0,<2.0",
 'idna-ssl>=1.0; python_version<"3.7"',
-"typing_extensions>=3.6.5",
+'typing_extensions>=3.7.4; python_version<"3.8"',
 ]
 
 


commit bctoolbox for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bctoolbox for openSUSE:Factory 
checked in at 2021-05-18 18:26:25

Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old)
 and  /work/SRC/openSUSE:Factory/.bctoolbox.new.2988 (New)


Package is "bctoolbox"

Tue May 18 18:26:25 2021 rev:21 rq:892977 version:4.5.15

Changes:

--- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes  2021-05-02 
18:35:48.541026305 +0200
+++ /work/SRC/openSUSE:Factory/.bctoolbox.new.2988/bctoolbox.changes
2021-05-18 18:26:28.514953876 +0200
@@ -1,0 +2,6 @@
+Thu May 13 21:17:25 UTC 2021 - Ferdinand Thiessen 
+
+- Update to 4.5.15
+  * No changelog available
+
+---

Old:

  bctoolbox-4.5.10.tar.gz

New:

  bctoolbox-4.5.15.tar.gz



Other differences:
--
++ bctoolbox.spec ++
--- /var/tmp/diff_new_pack.UwVkXJ/_old  2021-05-18 18:26:29.062951502 +0200
+++ /var/tmp/diff_new_pack.UwVkXJ/_new  2021-05-18 18:26:29.062951502 +0200
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:   bctoolbox
-Version:4.5.10
+Version:4.5.15
 Release:0
 Summary:Utility library for software from Belledonne Communications
 License:GPL-2.0-or-later

++ bctoolbox-4.5.10.tar.gz -> bctoolbox-4.5.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-4.5.10/include/bctoolbox/ios_utils.hh 
new/bctoolbox-4.5.15/include/bctoolbox/ios_utils.hh
--- old/bctoolbox-4.5.10/include/bctoolbox/ios_utils.hh 2021-03-23 
14:08:44.0 +0100
+++ new/bctoolbox-4.5.15/include/bctoolbox/ios_utils.hh 2021-05-10 
14:00:16.0 +0200
@@ -38,6 +38,7 @@
 unsigned long beginBackgroundTask(const char *name, std::function 
cb);
 void endBackgroundTask(unsigned long id);
 bool isApplicationStateActive();
+bool isApp();
 static IOSUtils& getUtils();
 
 IOSUtils(const IOSUtils&) = delete;
@@ -47,10 +48,11 @@
 private:
 void *mHandle;
 IOSUtilsInterface *mUtils;
+bool mIsApp;
 static std::unique_ptr sInstance;
 IOSUtils();
 
-bool isApp();
+
 void openDynamicLib();
 void *loadSymbol(const char *symbol);
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-4.5.10/src/utils/ios_utils.mm 
new/bctoolbox-4.5.15/src/utils/ios_utils.mm
--- old/bctoolbox-4.5.10/src/utils/ios_utils.mm 2021-03-23 14:08:44.0 
+0100
+++ new/bctoolbox-4.5.15/src/utils/ios_utils.mm 2021-05-10 14:00:16.0 
+0200
@@ -40,7 +40,8 @@
 }
 
 IOSUtils::IOSUtils() {
-if (isApp()) {
+   mIsApp = [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
+if (mIsApp) {
 openDynamicLib();
 using create_t = IOSUtilsInterface *(*)();
 auto createUtils = 
reinterpret_cast(loadSymbol("bctbx_create_ios_utils_app"));
@@ -51,7 +52,7 @@
 }
 
 IOSUtils::~IOSUtils() {
-if (isApp()) {
+if (mIsApp) {
 using destroy_t = void (*)(IOSUtilsInterface *);
 auto destroyUtils = 
reinterpret_cast(loadSymbol("bctbx_destroy_ios_utils_app"));
 destroyUtils(mUtils);
@@ -62,7 +63,7 @@
 }
 
 bool IOSUtils::isApp() {
-return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
+return mIsApp;
 }
 
 void IOSUtils::openDynamicLib() {


commit bzrtp for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bzrtp for openSUSE:Factory checked 
in at 2021-05-18 18:26:27

Comparing /work/SRC/openSUSE:Factory/bzrtp (Old)
 and  /work/SRC/openSUSE:Factory/.bzrtp.new.2988 (New)


Package is "bzrtp"

Tue May 18 18:26:27 2021 rev:21 rq:893046 version:4.5.15

Changes:

--- /work/SRC/openSUSE:Factory/bzrtp/bzrtp.changes  2021-05-02 
18:35:49.593021822 +0200
+++ /work/SRC/openSUSE:Factory/.bzrtp.new.2988/bzrtp.changes2021-05-18 
18:26:32.186937963 +0200
@@ -1,0 +2,5 @@
+Fri May 14 08:14:43 UTC 2021 - Paolo Stivanin 
+
+- Update to 4.5.15 (no changelog)
+
+---

Old:

  bzrtp-4.5.10.tar.bz2

New:

  bzrtp-4.5.15.tar.bz2



Other differences:
--
++ bzrtp.spec ++
--- /var/tmp/diff_new_pack.DfsCUH/_old  2021-05-18 18:26:32.618936090 +0200
+++ /var/tmp/diff_new_pack.DfsCUH/_new  2021-05-18 18:26:32.622936073 +0200
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:   bzrtp
-Version:4.5.10
+Version:4.5.15
 Release:0
 Summary:ZRTP keys exchange protocol implementation
 License:GPL-3.0-or-later

++ bzrtp-4.5.10.tar.bz2 -> bzrtp-4.5.15.tar.bz2 ++


commit ortp for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ortp for openSUSE:Factory checked in 
at 2021-05-18 18:26:27

Comparing /work/SRC/openSUSE:Factory/ortp (Old)
 and  /work/SRC/openSUSE:Factory/.ortp.new.2988 (New)


Package is "ortp"

Tue May 18 18:26:27 2021 rev:27 rq:893047 version:4.5.15

Changes:

--- /work/SRC/openSUSE:Factory/ortp/ortp.changes2021-05-10 
15:35:16.722540367 +0200
+++ /work/SRC/openSUSE:Factory/.ortp.new.2988/ortp.changes  2021-05-18 
18:26:32.910934825 +0200
@@ -1,0 +2,5 @@
+Fri May 14 08:14:59 UTC 2021 - Paolo Stivanin 
+
+- Update to 4.5.15 (no changelog)
+
+---

Old:

  ortp-4.5.13.tar.gz

New:

  ortp-4.5.15.tar.gz



Other differences:
--
++ ortp.spec ++
--- /var/tmp/diff_new_pack.38WrDS/_old  2021-05-18 18:26:33.314933074 +0200
+++ /var/tmp/diff_new_pack.38WrDS/_new  2021-05-18 18:26:33.318933057 +0200
@@ -20,7 +20,7 @@
 %define soname  libortp
 %define sover   15
 Name:   ortp
-Version:4.5.13
+Version:4.5.15
 Release:0
 Summary:Real-time Transport Protocol Stack
 License:GPL-2.0-or-later

++ ortp-4.5.13.tar.gz -> ortp-4.5.15.tar.gz ++


commit libidn2 for openSUSE:Factory

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libidn2 for openSUSE:Factory checked 
in at 2021-05-18 18:26:24

Comparing /work/SRC/openSUSE:Factory/libidn2 (Old)
 and  /work/SRC/openSUSE:Factory/.libidn2.new.2988 (New)


Package is "libidn2"

Tue May 18 18:26:24 2021 rev:16 rq:892965 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/libidn2/libidn2.changes  2020-06-02 
14:33:01.570455883 +0200
+++ /work/SRC/openSUSE:Factory/.libidn2.new.2988/libidn2.changes
2021-05-18 18:26:26.294963498 +0200
@@ -1,0 +2,8 @@
+Wed May 12 22:07:39 UTC 2021 - Andreas Stieger 
+
+- libidn2 2.3.1:
+  * Implement full roundtrip for lookup functionality
+  * Fix domain too long error
+  * Updated gnulib files and various build fixes
+
+---

Old:

  libidn2-2.3.0.tar.gz
  libidn2-2.3.0.tar.gz.sig

New:

  libidn2-2.3.1.tar.gz
  libidn2-rpmlintrc



Other differences:
--
++ libidn2.spec ++
--- /var/tmp/diff_new_pack.2cg9jH/_old  2021-05-18 18:26:27.754957170 +0200
+++ /var/tmp/diff_new_pack.2cg9jH/_new  2021-05-18 18:26:27.758957153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libidn2
 #
-# 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,15 +17,16 @@
 
 
 %define lname  libidn2-0
+%{!?make_build: %define make_build make %{?_smp_mflags}}
 Name:   libidn2
-Version:2.3.0
+Version:2.3.1
 Release:0
 Summary:Support for Internationalized Domain Names (IDN) based on 
IDNA2008
-License:GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later)
+License:(GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later
 URL:https://www.gnu.org/software/libidn/#libidn2
 Source0:https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
-Source1:https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
 Source3:baselibs.conf
+Source4:%{name}-rpmlintrc
 BuildRequires:  libunistring-devel
 BuildRequires:  pkgconfig
 
@@ -35,7 +36,6 @@
 %package tools
 Summary:Command line utility to convert Int. Domain Names
 License:GPL-3.0-or-later
-Requires(post): %{install_info_prereq}
 
 %description tools
 An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
@@ -51,7 +51,7 @@
 
 %package devel
 Summary:Include Files and Libraries mandatory for Development
-License:GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later)
+License:(GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later
 Requires:   %{lname} = %{version}
 
 %description devel
@@ -69,7 +69,7 @@
 --disable-static \
 --disable-gtk-doc
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -79,13 +79,7 @@
 %find_lang %{name}
 
 %check
-make check %{?_smp_mflags}
-
-%post tools
-%install_info --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
-
-%preun tools
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn2.info.*
+%make_build check
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig

++ libidn2-2.3.0.tar.gz -> libidn2-2.3.1.tar.gz ++
 86895 lines of diff (skipped)

++ libidn2-rpmlintrc ++
addFilter("libidn2-tools.*shlib-policy-missing-lib")


commit unrar for openSUSE:Factory:NonFree

2021-05-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2021-05-18 18:25:48

Comparing /work/SRC/openSUSE:Factory:NonFree/unrar (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.unrar.new.2988 (New)


Package is "unrar"

Tue May 18 18:25:48 2021 rev:96 rq:894032 version:6.0.6

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2021-04-14 
10:08:40.293259907 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new.2988/unrar.changes
2021-05-18 18:25:48.931125435 +0200
@@ -1,0 +2,6 @@
+Tue May 18 11:12:04 UTC 2021 - Ismail D??nmez 
+
+- Update to version 6.0.6
+  * Based on WinRAR 6.02 beta 1
+
+---

Old:

  unrarsrc-6.0.5.tar.gz

New:

  unrarsrc-6.0.6.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.AN2kiV/_old  2021-05-18 18:25:49.583122608 +0200
+++ /var/tmp/diff_new_pack.AN2kiV/_new  2021-05-18 18:25:49.587122591 +0200
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 6
-%define libsuffix 6_0_5
+%define libsuffix 6_0_6
 
 Name:   unrar
-Version:6.0.5
+Version:6.0.6
 Release:0
 Summary:A program to extract, test, and view RAR archives
 License:NonFree

++ unrarsrc-6.0.5.tar.gz -> unrarsrc-6.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/dll.rc new/unrar/dll.rc
--- old/unrar/dll.rc2021-04-07 16:08:55.0 +0200
+++ new/unrar/dll.rc2021-05-16 21:55:19.0 +0200
@@ -2,8 +2,8 @@
 #include 
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION 6, 1, 100, 3756
-PRODUCTVERSION 6, 1, 100, 3756
+FILEVERSION 6, 2, 1, 3796
+PRODUCTVERSION 6, 2, 1, 3796
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_APP
 {
@@ -14,8 +14,8 @@
   VALUE "CompanyName", "Alexander Roshal\0"
   VALUE "ProductName", "RAR decompression library\0"
   VALUE "FileDescription", "RAR decompression library\0"
-  VALUE "FileVersion", "6.1.0\0"
-  VALUE "ProductVersion", "6.1.0\0"
+  VALUE "FileVersion", "6.2.1\0"
+  VALUE "ProductVersion", "6.2.1\0"
   VALUE "LegalCopyright", "Copyright ? Alexander Roshal 1993-2021\0"
   VALUE "OriginalFilename", "Unrar.dll\0"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/errhnd.cpp new/unrar/errhnd.cpp
--- old/unrar/errhnd.cpp2021-04-07 16:41:26.0 +0200
+++ new/unrar/errhnd.cpp2021-05-17 09:31:09.0 +0200
@@ -367,7 +367,7 @@
 
 void ErrorHandler::SysErrMsg()
 {
-#if !defined(SFX_MODULE) && !defined(SILENT)
+#ifndef SILENT
   wchar Msg[1024];
   if (!GetSysErrMsg(Msg,ASIZE(Msg)))
 return;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/extract.cpp new/unrar/extract.cpp
--- old/unrar/extract.cpp   2021-04-07 16:41:26.0 +0200
+++ new/unrar/extract.cpp   2021-05-17 09:31:09.0 +0200
@@ -888,6 +888,8 @@
  wchar LastChar=*PointToLastChar(Cmd->ExtrPath);
 // We need IsPathDiv check here to correctly handle Unix forward slash
 // in the end of destination path in Windows: rar x arc dest/
+// so we call IsPathDiv first instead of just calling AddEndSlash,
+// which checks for only one type of path separator.
 // IsDriveDiv is needed for current drive dir: rar x arc d:
 if (!IsPathDiv(LastChar) && !IsDriveDiv(LastChar))
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/list.cpp new/unrar/list.cpp
--- old/unrar/list.cpp  2021-04-07 16:41:26.0 +0200
+++ new/unrar/list.cpp  2021-05-17 09:31:10.0 +0200
@@ -1,6 +1,6 @@
 #include "rar.hpp"
 
-static void ListFileHeader(Archive &Arc,FileHeader &hd,bool &TitleShown,bool 
Verbose,bool Technical,bool Bare);
+static void ListFileHeader(Archive &Arc,FileHeader &hd,bool &TitleShown,bool 
Verbose,bool Technical,bool Bare,bool DisableNames);
 static void ListSymLink(Archive &Arc);
 static void ListFileAttr(uint A,HOST_SYSTEM_TYPE HostType,wchar 
*AttrStr,size_t AttrSize);
 static void ListOldSubHeader(Archive &Arc);
@@ -95,7 +95,7 @@
   
FileMatched=Cmd->IsProcessFile(Arc.FileHead,NULL,MATCH_WILDSUBPATH,0,NULL,0)!=0;
   if (FileMatched)
   {
-
ListFileHeader(Arc,Arc.FileHead,TitleShown,Verbose,Technical,Bare);
+
ListFileHeader(Arc,Arc.FileHead,TitleShown,Verbose,Technical,Bare,Cmd->DisableNames);
 if (!Arc.FileHead.SplitBefore)
 {
   TotalUnpSize