commit opencv3 for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package opencv3 for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:32

Comparing /work/SRC/openSUSE:Leap:15.2/opencv3 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.opencv3.new.26092 (New)


Package is "opencv3"

Sun Mar  1 08:51:32 2020 rev:2 rq:780566 version:3.4.9

Changes:

--- /work/SRC/openSUSE:Leap:15.2/opencv3/opencv3.changes2020-02-20 
00:08:37.888272386 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.opencv3.new.26092/opencv3.changes 
2020-03-01 08:51:57.453342913 +0100
@@ -1,0 +2,8 @@
+Wed Feb 19 13:48:01 UTC 2020 - Michael Vetter 
+
+- Drop Jasper (i.e jpeg2k) support (boo#1130404, boo#1144260)
+  JasPer is unmaintained, CVEs are not being addressed (some issues
+  received patches submitted to the upstream github project, but are
+  not being merged, other CVEs are considered unfixable).
+
+---



Other differences:
--
++ opencv3.spec ++
--- /var/tmp/diff_new_pack.TvGx1F/_old  2020-03-01 08:51:58.801345594 +0100
+++ /var/tmp/diff_new_pack.TvGx1F/_new  2020-03-01 08:51:58.805345603 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencv3
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,6 @@
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  libeigen3-devel
-BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
 BuildRequires:  tbb-devel
@@ -224,6 +223,7 @@
   -DOPENCV_SKIP_PYTHON_LOADER=ON \
   -DOPENCV_PYTHON2_INSTALL_PATH=%{python2_sitearch} \
   -DOPENCV_PYTHON3_INSTALL_PATH=%{python3_sitearch} \
+  -DWITH_JASPER=OFF \
 
 make %{?_smp_mflags} VERBOSE=1
 




commit gnuhealth for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:28

Comparing /work/SRC/openSUSE:Leap:15.2/gnuhealth (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.gnuhealth.new.26092 (New)


Package is "gnuhealth"

Sun Mar  1 08:51:28 2020 rev:40 rq:780498 version:3.6.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/gnuhealth/gnuhealth.changes2020-01-15 
15:05:35.125909016 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnuhealth.new.26092/gnuhealth.changes 
2020-03-01 08:51:56.313340646 +0100
@@ -1,0 +2,9 @@
+Fri Feb 28 11:24:46 UTC 2020 - Axel Braun 
+
+- version 3.6.3
+* GH HMIS server. task #15562: Include coronavirus COVID-19 in ICD10 codes
+* GH HMIS server. bug #57695: Traceback when creating a page of life 
associated to an empty evaluation
+* GH HMIS server. task #15561: Werkzeug 1.0 is not compatible with Trytond 5.0
+* shebang.diff to fix /usr/bin/env 
+
+---

Old:

  gnuhealth-3.6.2.tar.gz

New:

  gnuhealth-3.6.3.tar.gz
  shebang.diff



Other differences:
--
++ gnuhealth.spec ++
--- /var/tmp/diff_new_pack.yHxTA2/_old  2020-03-01 08:51:56.785341585 +0100
+++ /var/tmp/diff_new_pack.yHxTA2/_new  2020-03-01 08:51:56.785341585 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package gnuhealth
 #
-# Copyright (c) 2019 SUSE LLC
-# Copyright (c) 2014-2019 Dr. Axel Braun
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2014-2020 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 %define majorver 3.6
 Name:   gnuhealth
 
-Version:%{majorver}.2
+Version:%{majorver}.3
 Release:0
 
 # List of additional build dependencies
-###ildRequires:  fdupes
+BuildRequires:  fdupes
 BuildRequires:  python3-rpm-macros
 BuildRequires:  python3-setuptools
 
@@ -41,7 +41,7 @@
 Source4:gnuhealth-webdav@.service
 Source5:openSUSE-gnuhealth-setup
 Source6:gnuhealth
-##atch0: bug_57292.diff
+Patch0: shebang.diff
 ##atch1: xmlfix.diff
 ##atch2: demo.diff
 
@@ -106,7 +106,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-##atch0 -p1
+%patch0 -p1
 ##atch1 -p1
 ##atch2 -p1
 cp %{S:1} .
@@ -141,7 +141,7 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/tryton
 
-ython_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %pre
 #Write environment changes to /etc/bash.bashrc.local

++ gnuhealth-3.6.2.tar.gz -> gnuhealth-3.6.3.tar.gz ++
/work/SRC/openSUSE:Leap:15.2/gnuhealth/gnuhealth-3.6.2.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.gnuhealth.new.26092/gnuhealth-3.6.3.tar.gz 
differ: char 6, line 1

++ shebang.diff ++
diff -U 3 -dHrN -- a/gnuhealth-control b/gnuhealth-control
--- a/gnuhealth-control 2019-11-20 09:16:02.0 +0100
+++ b/gnuhealth-control 2020-01-15 08:21:34.600157124 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 
 # gnuhealth-control
 # The GNU Health control center 
diff -U 3 -dHrN -- a/health/setup.py b/health/setup.py
--- a/health/setup.py   2019-11-20 09:16:02.0 +0100
+++ b/health/setup.py   2020-01-15 08:25:35.736164023 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #Copyright (C) 2011-2020 Luis Falcon 
 #Copyright (C) 2011-2020 GNU Solidario 
diff -U 3 -dHrN -- a/health_archives/setup.py b/health_archives/setup.py
--- a/health_archives/setup.py  2019-11-20 09:16:02.0 +0100
+++ b/health_archives/setup.py  2020-01-15 08:26:14.464165130 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #Copyright (C) 2008-2020 Luis Falcon 
 #Copyright (C) 2011-2020 GNU Solidario 
diff -U 3 -dHrN -- a/health_caldav/setup.py b/health_caldav/setup.py
--- a/health_caldav/setup.py2019-11-20 09:16:02.0 +0100
+++ b/health_caldav/setup.py2020-02-27 19:27:33.986769709 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 from setuptools import setup
 import re
diff -U 3 -dHrN -- a/health_calendar/setup.py b/health_calendar/setup.py
--- a/health_calendar/setup.py  2019-11-20 09:16:02.0 +0100
+++ b/health_calendar/setup.py  2020-01-15 08:27:24.576167136 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #Copyright (C) 2011-2020 Luis Falcon 
 #Copyright (C) 2011 Cédric Krier
diff -U 3 -dHrN -- a/health_crypto/setup.py b/health_crypto/setup.py
--- a/health_crypto/setup.py2019-11-20 09:16:02.0 +0100
+++ b/health_crypto/setup.py2020-01-15 16:58:43.120008340 +0100
@@ 

commit kdevelop5 for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kdevelop5 for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:24

Comparing /work/SRC/openSUSE:Leap:15.2/kdevelop5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kdevelop5.new.26092 (New)


Package is "kdevelop5"

Sun Mar  1 08:51:24 2020 rev:20 rq:780489 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kdevelop5/kdevelop5.changes2020-02-09 
11:25:02.743286208 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kdevelop5.new.26092/kdevelop5.changes 
2020-03-01 08:51:55.113338259 +0100
@@ -1,0 +2,5 @@
+Thu Feb 27 12:13:46 UTC 2020 - Michel Normand 
+
+- Add _constraints disk 4GB PowerPC to avoid build failure ppc64
+
+---

New:

  _constraints



Other differences:
--
++ kdevelop5.spec ++
--- /var/tmp/diff_new_pack.i706sc/_old  2020-03-01 08:51:55.485338999 +0100
+++ /var/tmp/diff_new_pack.i706sc/_new  2020-03-01 08:51:55.489339006 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdevelop5
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ _constraints ++

  

  ppc64
  ppc64le


  
4
  

  





commit supertuxkart for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package supertuxkart for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:21

Comparing /work/SRC/openSUSE:Leap:15.2/supertuxkart (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.supertuxkart.new.26092 (New)


Package is "supertuxkart"

Sun Mar  1 08:51:21 2020 rev:16 rq:770482 version:1.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/supertuxkart/supertuxkart.changes  
2020-01-15 16:04:42.559966448 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.supertuxkart.new.26092/supertuxkart.changes   
2020-03-01 08:51:48.929325957 +0100
@@ -1,0 +2,42 @@
+Thu Jan 23 08:57:39 UTC 2020 - Guillaume GARDET 
+
+- Enable build on non-x86 architectures
+- Add _constraints to avoid build failures
+
+---
+Sun Jan  5 07:58:23 UTC 2020 - Andrey Karepin 
+
+- Update to version 1.1:
+  + Improved online multiplayer play
++ Fix network lags in various scenarios when playing online
++ Add AI support to local networking servers
+  + UI enhancements
+  + A new arena: Pumpkin Park
+  + Mobile enhancements and iOS support (The iOS version can be tested
+through testflight : https://testflight.apple.com/join/mbK8RjHq )
+  + Complex text layout and emoji support
+  + Story mode timer for speedrunners
+  + Generic polish and minor improvements
+  See full changes in CHANGELOG.md.
+- added CMake option OpenGL_GL_PREFERENCE=GLVND
+- use system provided libmcpp
+- use system provided libraqm
+
+---
+Sun Apr 28 18:20:39 UTC 2019 - Andrey Karepin 
+
+- Update to version 1.0:
+  + Networking support for normal race, time trial, free for all,
+capture the flag and soccer.
+  + Spectating option for players having entered a server while a
+race or game is underway.
+  + New game mode Capture the Flag.
+  + New game mode Free for All.
+  + Improved powerup and nitro handling in AI.
+  + Race UI improvements (new speedometer, nitro gauge, bigger
+minimap, minimap display options, more legible text with
+outlines and for some bigger font).
+- Add wiiuse-devel BuildReqires.
+- Drop supertuxkart-mesa-18.3.patch: merged upstream.
+
+---

Old:

  supertuxkart-0.9.3-src.tar.xz
  supertuxkart-mesa-18.3.patch

New:

  _constraints
  supertuxkart-1.1-src.tar.xz



Other differences:
--
++ supertuxkart.spec ++
--- /var/tmp/diff_new_pack.rExlO5/_old  2020-03-01 08:51:54.87702 +0100
+++ /var/tmp/diff_new_pack.rExlO5/_new  2020-03-01 08:51:54.837337709 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package supertuxkart
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,54 @@
 #
 
 
+#
 Name:   supertuxkart
-Version:0.9.3
+Version:1.1
 Release:0
 Summary:A 3D kart racing game
 License:GPL-2.0-or-later AND GPL-3.0-or-later AND CC-BY-SA-3.0
 Group:  Amusements/Games/3D/Race
 URL:http://supertuxkart.sourceforge.net/
-Source: 
http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.3/%{name}-%{version}-src.tar.xz
+Source: 
https://downloads.sourceforge.net/project/supertuxkart/SuperTuxKart/%{version}/supertuxkart-%{version}-src.tar.xz
 # Geeko kart add-on (CC-BY 3.0)
 Source1:http://stkaddons.net/dl/14e6ba25b17f0d.zip
 Source9:supertuxkart.6
-# PATCH-FIX-UPSTREAM supertuxkart-mesa-18.3.patch boo#1120986 
dims...@opensuse.org - Fix build against Mesa 18.3
-Patch0: supertuxkart-mesa-18.3.patch
 BuildRequires:  cmake >= 3
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libraqm-devel
+%if 0%{?suse_version} && 0%{?is_opensuse}
+BuildRequires:  mcpp-devel
+%endif
+%ifnarch %ix86 x86_64
+BuildRequires:  Mesa-libEGL-devel
+BuildRequires:  Mesa-libGLESv2-devel
+BuildRequires:  Mesa-libGLESv3-devel
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
+BuildRequires:  wiiuse-devel
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(fribidi)
 BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libenet)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(openal)
+BuildRequires:  

commit alsaequal for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package alsaequal for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:33

Comparing /work/SRC/openSUSE:Leap:15.2/alsaequal (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.alsaequal.new.26092 (New)


Package is "alsaequal"

Sun Mar  1 08:51:33 2020 rev:15 rq:780596 version:0.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/alsaequal/alsaequal.changes2020-01-15 
14:46:47.605269088 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.alsaequal.new.26092/alsaequal.changes 
2020-03-01 08:51:58.917345825 +0100
@@ -1,0 +2,10 @@
+Sun Dec  1 09:31:45 UTC 2019 - Илья Индиго 
+
+- Add ladspa-caps to requires.
+
+---
+Sun Nov  3 11:18:28 UTC 2019 - Илья Индиго 
+
+- Manual optimizations in spec-file: add %make_build macro.
+
+---



Other differences:
--
++ alsaequal.spec ++
--- /var/tmp/diff_new_pack.XItjt6/_old  2020-03-01 08:51:59.265346518 +0100
+++ /var/tmp/diff_new_pack.XItjt6/_new  2020-03-01 08:51:59.269346525 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsaequal
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,14 +21,14 @@
 Release:0
 Summary:Equalizer plugin for ALSA
 License:LGPL-2.1-only
-Group:  System/Libraries
-URL:
https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html
+URL:https://github.com/bassdr/alsaequal
 Source0:%{name}-%{version}.tar.xz
 Source1:99-equal.conf
 Patch0: lib64.patch
 BuildRequires:  alsa-devel
 BuildRequires:  gcc
 BuildRequires:  ladspa-caps
+Requires:   ladspa-caps
 
 %description
 Alsaequal is a real-time adjustable equalizer plugin for ALSA
@@ -40,7 +40,7 @@
 %endif
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags} -funroll-loops -ffast-math -fPIC 
-DPIC"
+%make_build
 
 %install
 install -d %{buildroot}%{_sysconfdir}/alsa/conf.d
@@ -49,7 +49,6 @@
 %make_install
 
 %files
-%defattr(0644,root,root,-)
 %license COPYING
 %doc README
 %dir %{_sysconfdir}/alsa




commit python-twine for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-twine for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:30

Comparing /work/SRC/openSUSE:Leap:15.2/python-twine (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-twine.new.26092 (New)


Package is "python-twine"

Sun Mar  1 08:51:30 2020 rev:12 rq:780567 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-twine/python-twine.changes  
2020-02-26 13:31:15.986119805 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-twine.new.26092/python-twine.changes   
2020-03-01 08:51:56.953341919 +0100
@@ -1,0 +2,7 @@
+Tue Feb 25 11:22:38 UTC 2020 - Ondřej Súkup 
+
+- update to 1.15.0
+- last with python2
+- Improved output on check command
+
+---

Old:

  twine-1.14.0.tar.gz

New:

  twine-1.15.0.tar.gz



Other differences:
--
++ python-twine.spec ++
--- /var/tmp/diff_new_pack.oNQspA/_old  2020-03-01 08:51:57.253342515 +0100
+++ /var/tmp/diff_new_pack.oNQspA/_new  2020-03-01 08:51:57.257342523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-twine
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-twine
-Version:1.14.0
+Version:1.15.0
 Release:0
 Summary:Collection of utilities for interacting with PyPI
 License:Apache-2.0

++ twine-1.14.0.tar.gz -> twine-1.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.14.0/PKG-INFO new/twine-1.15.0/PKG-INFO
--- old/twine-1.14.0/PKG-INFO   2019-09-07 23:30:47.0 +0200
+++ new/twine-1.15.0/PKG-INFO   2019-09-17 17:42:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: twine
-Version: 1.14.0
+Version: 1.15.0
 Summary: Collection of utilities for publishing packages on PyPI
 Home-page: https://twine.readthedocs.io/
 Author: Donald Stufft and individual contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.14.0/docs/changelog.rst 
new/twine-1.15.0/docs/changelog.rst
--- old/twine-1.14.0/docs/changelog.rst 2019-09-07 23:21:42.0 +0200
+++ new/twine-1.15.0/docs/changelog.rst 2019-09-17 17:36:48.0 +0200
@@ -3,6 +3,11 @@
 =
 Changelog
 =
+* :release:`1.15.0 <2019-09-17>`
+* :feature:`488` Improved output on ``check`` command:
+  Prints a message when there are no distributions given to check.
+  Improved handling of errors in a distribution's markup, avoiding
+  messages flowing through to the next distribution's errors.
 * :release:`1.14.0 <2019-09-06>`
 * :feature:`456` Better error handling and gpg2 fallback if gpg not available.
 * :bug:`341` Fail more gracefully when encountering bad metadata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.14.0/tests/test_check.py 
new/twine-1.15.0/tests/test_check.py
--- old/twine-1.14.0/tests/test_check.py2019-02-09 21:57:47.0 
+0100
+++ new/twine-1.15.0/tests/test_check.py2019-09-17 17:36:48.0 
+0200
@@ -18,31 +18,31 @@
 from twine.commands import check
 
 
-def test_warningstream_write_match():
-stream = check._WarningStream()
-stream.output = pretend.stub(write=pretend.call_recorder(lambda a: None))
+class TestWarningStream:
 
-stream.write(":2: (WARNING/2) Title underline too short.")
+def setup(self):
+self.stream = check._WarningStream()
+self.stream.output = pretend.stub(
+write=pretend.call_recorder(lambda a: None),
+getvalue=lambda: "result",
+)
+
+def test_write_match(self):
+self.stream.write(":2: (WARNING/2) Title underline too short.")
+
+assert self.stream.output.write.calls == [
+pretend.call("line 2: Warning: Title underline too short.\n")
+]
+
+def test_write_nomatch(self):
+self.stream.write("this does not match")
+
+assert self.stream.output.write.calls == [
+pretend.call("this does not match")
+]
 
-assert stream.output.write.calls == [
-pretend.call("line 2: Warning: Title underline too short.\n")
-]
-
-
-def test_warningstream_write_nomatch():
-stream = check._WarningStream()
-stream.output = pretend.stub(write=pretend.call_recorder(lambda a: None))
-
-stream.write("this does not match")
-
-assert stream.output.write.calls == 

commit python-requests-toolbelt for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-requests-toolbelt for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:50:59

Comparing /work/SRC/openSUSE:Leap:15.2/python-requests-toolbelt (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-requests-toolbelt.new.26092 (New)


Package is "python-requests-toolbelt"

Sun Mar  1 08:50:59 2020 rev:11 rq:780503 version:0.9.1

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-requests-toolbelt/python-requests-toolbelt.changes
  2020-01-15 15:52:40.215571316 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-requests-toolbelt.new.26092/python-requests-toolbelt.changes
   2020-03-01 08:51:03.333235256 +0100
@@ -1,0 +2,30 @@
+Mon May  6 14:06:37 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to fix tests fix-tests.patch
+- Use pytest to execute the tests, same as the upstream
+
+---
+Thu Apr 25 19:57:47 UTC 2019 - Dirk Mueller 
+
+- update to 0.9.1:
+  - Fix import of pyOpenSSL shim from urllib3 for PKCS12 adapter
+  - Add X509 Adapter that can handle PKCS12 
+  - Add stateless solution for streaming files by MultipartEncoder from one 
host to another (in chunks)
+  - Update link to example
+  - Move import of ``ABCs`` from collections into version-specific part of
+_compat module
+  - Fix backwards incompatibility in ``get_encodings_from_content``
+  - Correct callback documentation for ``MultipartEncoderMonitor``
+  - Fix bug when ``MultipartEncoder`` is asked to encode zero parts
+  - Correct the type of non string request body dumps
+  - Removed content from being stored in MultipartDecoder
+  - Fix bug by enabling support for contenttype with capital letters. 
+  - Coerce proxy URL to bytes before dumping request
+  - Avoid bailing out with exception upon empty response reason
+  - Corrected Pool documentation
+  - Corrected parentheses match in example usage
+  - Fix "oject" to "object" in ``MultipartEncoder``
+  - Fix URL for the project after the move 
+  - Add fix for OSX TCPKeepAliveAdapter
+
+---

Old:

  requests-toolbelt-0.8.0.tar.gz

New:

  fix-tests.patch
  requests-toolbelt-0.9.1.tar.gz



Other differences:
--
++ python-requests-toolbelt.spec ++
--- /var/tmp/diff_new_pack.6XGhNn/_old  2020-03-01 08:51:03.841236266 +0100
+++ /var/tmp/diff_new_pack.6XGhNn/_new  2020-03-01 08:51:03.841236266 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requests-toolbelt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,32 @@
 # 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-requests-toolbelt
-Version:0.8.0
+Version:0.9.1
 Release:0
 Summary:A utility belt for advanced users of python3-requests
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://toolbelt.readthedocs.org
+URL:https://github.com/requests/toolbelt
 Source: 
https://files.pythonhosted.org/packages/source/r/requests-toolbelt/requests-toolbelt-%{version}.tar.gz
-BuildRequires:  %{python_module requests >= 2.0.1}
+Patch0: fix-tests.patch
+BuildRequires:  %{python_module requests >= 2.12.2}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:   python-requests >= 2.12.2
+BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module betamax}
+BuildRequires:  %{python_module betamax >= 0.5.0}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pytest}
 # /SECTION
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-Requires:   python-requests >= 2.0.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -47,21 +48,24 @@
 
 %prep
 %setup -q -n requests-toolbelt-%{version}
+%patch0 -p1
 rm -rf requests_toolbelt.egg-info
+# requires network access
+rm -v tests/test_multipart_encoder.py
 
 %build
 %python_build
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes 

commit xen for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package xen for openSUSE:Leap:15.2 checked 
in at 2020-03-01 08:51:20

Comparing /work/SRC/openSUSE:Leap:15.2/xen (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xen.new.26092 (New)


Package is "xen"

Sun Mar  1 08:51:20 2020 rev:82 rq:779734 version:4.13.0_08

Changes:

--- /work/SRC/openSUSE:Leap:15.2/xen/xen.changes2020-02-10 
16:41:56.355723879 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xen.new.26092/xen.changes 2020-03-01 
08:51:36.397301028 +0100
@@ -1,0 +2,48 @@
+Thu Feb 20 08:18:37 MST 2020 - carn...@suse.com
+
+- bsc#1160932 - VUL-0: xen: XSA-312 v1: arm: a CPU may speculate
+  past the ERET instruction 
+  5e1dcedd-Arm-place-speculation-barrier-after-ERET.patch
+- bsc#1164425 - x86: "spec-ctrl=no-xen" should also disable branch
+  hardening
+  5e4e614d-x86-spec-ctrl-no-xen-also-disables-branch-hardening.patch
+- Upstream bug fixes (bsc#1027519)
+  5e21ce98-x86-time-update-TSC-stamp-after-deep-C-state.patch
+  5e286cce-VT-d-dont-pass-bridges-to-domain_context_mapping_one.patch
+  5e318cd4-x86-apic-fix-disabling-LVT0.patch
+  5e344c11-x86-HVM-relinquish-resources-from-domain_destroy.patch
+  5e3bd385-EFI-recheck-variable-name-strings.patch
+  5e3bd3d1-EFI-dont-leak-heap-VIA-XEN_EFI_get_next_variable_name.patch
+  5e3bd3f8-xmalloc-guard-against-overflow.patch
+  5e46e090-x86-smp-reset-x2apic_enabled-in-smp_send_stop.patch
+  5e4c00ef-VT-d-check-full-RMRR-for-E820-reserved.patch
+  5e4d4f5b-sched-fix-get_cpu_idle_time-with-core-sched.patch
+
+---
+Tue Feb 18 18:18:18 UTC 2020 - oher...@suse.de
+
+- bsc#1159755 - use fixed qemu-3.1 machine type for HVM
+  This must be done in qemu to preserve PCI layout
+  remove libxl.lock-qemu-machine-for-hvm.patch
+
+---
+Fri Feb  7 12:37:35 UTC 2020 - oher...@suse.de
+
+- jsc#SLE-10183 - script to calculate cpuid= mask
+  add helper script from https://github.com/twizted/xen_maskcalc
+  domUs may be migrated between different cpus from the same vendor
+  if their visible cpuid value has incompatible feature bits masked.
+
+---
+Wed Feb  5 15:16:06 UTC 2020 - oher...@suse.de
+
+- jsc#SLE-10172, bsc#1055731 - handle degraded raid for xendomains
+  add helper script and systemd service from
+  https://github.com/luizluca/xen-tools-xendomains-wait-disk
+  in new sub package xen-tools-xendomains-wait-disk
+  See included README for usage instructions
+  xendomains-wait-disks.LICENSE
+  xendomains-wait-disks.README.md
+  xendomains-wait-disks.sh
+
+---

Old:

  libxl.lock-qemu-machine-for-hvm.patch

New:

  5e1dcedd-Arm-place-speculation-barrier-after-ERET.patch
  5e21ce98-x86-time-update-TSC-stamp-after-deep-C-state.patch
  5e286cce-VT-d-dont-pass-bridges-to-domain_context_mapping_one.patch
  5e318cd4-x86-apic-fix-disabling-LVT0.patch
  5e344c11-x86-HVM-relinquish-resources-from-domain_destroy.patch
  5e3bd385-EFI-recheck-variable-name-strings.patch
  5e3bd3d1-EFI-dont-leak-heap-VIA-XEN_EFI_get_next_variable_name.patch
  5e3bd3f8-xmalloc-guard-against-overflow.patch
  5e46e090-x86-smp-reset-x2apic_enabled-in-smp_send_stop.patch
  5e4c00ef-VT-d-check-full-RMRR-for-E820-reserved.patch
  5e4d4f5b-sched-fix-get_cpu_idle_time-with-core-sched.patch
  5e4e614d-x86-spec-ctrl-no-xen-also-disables-branch-hardening.patch
  xen_maskcalc.py
  xendomains-wait-disks.LICENSE
  xendomains-wait-disks.README.md
  xendomains-wait-disks.sh



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.HIeYzB/_old  2020-03-01 08:51:38.245304704 +0100
+++ /var/tmp/diff_new_pack.HIeYzB/_new  2020-03-01 08:51:38.253304720 +0100
@@ -127,7 +127,7 @@
 BuildRequires:  pesign-obs-integration
 %endif
 
-Version:4.13.0_06
+Version:4.13.0_08
 Release:0
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
 License:GPL-2.0-only
@@ -159,6 +159,10 @@
 Source41:   xencommons.service
 Source42:   xen-dom0-modules.service
 Source57:   xen-utils-0.1.tar.bz2
+Source10172:xendomains-wait-disks.sh
+Source10173:xendomains-wait-disks.LICENSE
+Source10174:xendomains-wait-disks.README.md
+Source10183:xen_maskcalc.py
 # For xen-libs
 Source99:   baselibs.conf
 # Upstream patches
@@ -167,6 +171,18 @@
 Patch3: 5e15e03d-sched-fix-S3-resume-with-smt=0.patch
 Patch4: 5e16fb6a-x86-clear-per-cpu-stub-page-info.patch
 Patch5: 5e1da013-IRQ-u16-is-too-narrow-for-evtchn.patch
+Patch6: 5e1dcedd-Arm-place-speculation-barrier-after-ERET.patch

commit python-tempora for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-tempora for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:50:58

Comparing /work/SRC/openSUSE:Leap:15.2/python-tempora (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-tempora.new.26092 (New)


Package is "python-tempora"

Sun Mar  1 08:50:58 2020 rev:16 rq:780305 version:1.8

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tempora/python-tempora.changes  
2020-01-15 15:53:45.679608839 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-tempora.new.26092/python-tempora.changes   
2020-03-01 08:51:02.793234182 +0100
@@ -1,0 +2,6 @@
+Mon Feb 24 11:16:52 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.8 to work with updated portend package:
+  * Support for Timer argument
+
+---

Old:

  tempora-1.6.1.tar.gz

New:

  tempora-1.8.tar.gz



Other differences:
--
++ python-tempora.spec ++
--- /var/tmp/diff_new_pack.v85hCk/_old  2020-03-01 08:51:03.153234898 +0100
+++ /var/tmp/diff_new_pack.v85hCk/_new  2020-03-01 08:51:03.157234906 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-tempora
-Version:1.6.1
+Version:1.8
 Release:0
 Summary:Objects and routines pertaining to date and time (tempora)
 License:MIT
@@ -58,7 +58,7 @@
 
 %install
 %python_install
-%fdupes %{buildroot}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec -m pytest tests

++ tempora-1.6.1.tar.gz -> tempora-1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tempora-1.6.1/.readthedocs.yml 
new/tempora-1.8/.readthedocs.yml
--- old/tempora-1.6.1/.readthedocs.yml  1970-01-01 01:00:00.0 +0100
+++ new/tempora-1.8/.readthedocs.yml2017-06-25 17:53:17.0 +0200
@@ -0,0 +1,5 @@
+python:
+  version: 3
+  extra_requirements:
+- docs
+  pip_install: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tempora-1.6.1/.travis.yml new/tempora-1.8/.travis.yml
--- old/tempora-1.6.1/.travis.yml   2016-09-13 02:20:01.0 +0200
+++ new/tempora-1.8/.travis.yml 2017-06-25 17:53:17.0 +0200
@@ -2,10 +2,11 @@
 language: python
 python:
 - 2.7
-- 3.5
+- 3.6
+install:
+- pip install tox "setuptools>=28.2"
 script:
-- pip install -U pytest
-- python setup.py test
+- tox
 branches:
   except:
   - skeleton
@@ -15,8 +16,9 @@
   on:
 tags: true
 all_branches: true
-python: 3.5
+python: 3.6
   user: jaraco
   distributions: dists
+  skip_upload_docs: true
   password:
 secure: 
biQEz9Cj1jtsTAjRztnKiJfYSA930L42f67duu7L2vdomRw/sGQOZ7ygStibeHj0mk8w+o5PV7f8oYu0NfKoonc5PF2Zlmj7izEC9Sl7zS6n8NwvToVqAuQikurfk8Fa1qv5ppqaJcbofT6/lI8Cx9fqucwCSqsIcwka7XB4Oaf+aycfVsKr/G302UTw82SnGiteYFPZeTkqUQx5zVJJ09dyTdDYc8YWP6VqmpE0KX2XxyXIwESglVXB7mf7AGI9VRh1Pji1SmsiONMmFC+UX1Um/HHhHG7Id+wKy1eO3/JYbLlq4IyZT7HnBZMVIf0Ib5fxrX7RztSO2H0tOEa1/acJQSoBMICD2j/fKk3BoxIBkY4qiKpiktNlka7AbzfBqj2qABoZFXlNIV2FPFSE6qZNUXe+NMHFVaQ5+7VS6JZUZQIt4+klbpH+UJTVIXSzbZpu2trsLsXyXdZLIYk5lg5tpGfj9DEblSJgJoMvmOmuPZMcjTfquPIw+oJ1EJayQL69VnA4czErKE1sla5ArKCEnV6yhDLFv2uze8f+XJq5Ed7ccnXEgIMW/nNRgZVLiQCbT1x5hGzKdNGUiDe6LWF8YbfbJnjEDTshBZXS0vNfPbxhkzLfzsji2kovOH6gH/Rme4ZF6RjAoMejeOPTYbB7AA2kWWeW5qlynU4ARi0=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tempora-1.6.1/CHANGES.rst new/tempora-1.8/CHANGES.rst
--- old/tempora-1.6.1/CHANGES.rst   2016-09-13 02:20:01.0 +0200
+++ new/tempora-1.8/CHANGES.rst 2017-06-25 17:53:17.0 +0200
@@ -1,3 +1,22 @@
+1.8
+===
+
+Introducing ``timing.Timer``, featuring a ``expired``
+method for detecting when a certain duration has been
+exceeded.
+
+1.7.1
+=
+
+#3: Stopwatch now behaves reliably during timezone
+changes and (presumably) daylight savings time
+changes.
+
+1.7
+===
+
+Update project skeleton.
+
 1.6
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tempora-1.6.1/PKG-INFO new/tempora-1.8/PKG-INFO
--- old/tempora-1.6.1/PKG-INFO  2016-09-13 02:20:25.0 +0200
+++ new/tempora-1.8/PKG-INFO2017-06-25 17:54:03.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: tempora
-Version: 1.6.1
+Version: 1.8
 Summary: Objects and routines pertaining to date and time (tempora)
 Home-page: https://github.com/jaraco/tempora
 Author: Jason R. Coombs
@@ -25,9 +25,18 @@
  - timing contains routines for measuring and profiling.
  - schedule contains an event scheduler.
 
+
+License
+

commit tomcat for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:10

Comparing /work/SRC/openSUSE:Leap:15.2/tomcat (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.tomcat.new.26092 (New)


Package is "tomcat"

Sun Mar  1 08:51:10 2020 rev:34 rq:779435 version:9.0.31

Changes:

--- /work/SRC/openSUSE:Leap:15.2/tomcat/tomcat.changes  2020-02-16 
18:25:44.554637024 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.tomcat.new.26092/tomcat.changes   
2020-03-01 08:51:22.601273584 +0100
@@ -1,0 +2,14 @@
+Tue Feb 25 13:24:14 UTC 2020 - Fridrich Strba 
+
+- Update to Tomcat 9.0.31. See changelog at
+  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.30_(markt)
+- Fixed CVEs:
+  * CVE-2019-17569 (bsc#1164825)
+  * CVE-2020-1935 (bsc#1164860)
+  * CVE-2020-1938 (bsc#1164692)
+- Modified patch
+  * tomcat-9.0.30-java8compat.patch
+-> tomcat-9.0.31-java8compat.patch
++ Adapt to changed context
+
+---

Old:

  apache-tomcat-9.0.30-src.tar.gz
  apache-tomcat-9.0.30-src.tar.gz.asc
  tomcat-9.0.30-java8compat.patch

New:

  apache-tomcat-9.0.31-src.tar.gz
  apache-tomcat-9.0.31-src.tar.gz.asc
  tomcat-9.0.31-java8compat.patch



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.Bpcjbm/_old  2020-03-01 08:51:23.289274953 +0100
+++ /var/tmp/diff_new_pack.Bpcjbm/_new  2020-03-01 08:51:23.293274961 +0100
@@ -22,7 +22,7 @@
 %define elspec 3.0
 %define major_version 9
 %define minor_version 0
-%define micro_version 30
+%define micro_version 31
 %define packdname apache-tomcat-%{version}-src
 # FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
 %global basedir /srv/%{name}
@@ -48,7 +48,7 @@
 Summary:Apache Servlet/JSP/EL Engine, RI for Servlet 4.0/JSP 2.3/EL 
3.0 API
 License:Apache-2.0
 Group:  Productivity/Networking/Web/Servers
-URL:http://tomcat.apache.org
+URL:https://tomcat.apache.org
 Source0:
https://archive.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz
 Source1:%{name}-%{major_version}.%{minor_version}.conf
 Source2:%{name}-%{major_version}.%{minor_version}.init
@@ -80,8 +80,7 @@
 # PATCH-FIX-OPENSUSE: include all necessary aqute-bnd jars
 Patch4: tomcat-9.0-osgi-build.patch
 # PATCH-FIX-OPENSUSE: cast ByteBuffer to Buffer in cases where there is a risk 
of using Java 9+ apis
-Patch5: tomcat-9.0.30-java8compat.patch
-
+Patch5: tomcat-9.0.31-java8compat.patch
 BuildRequires:  ant >= 1.8.1
 BuildRequires:  ant-antlr
 BuildRequires:  apache-commons-collections
@@ -102,6 +101,7 @@
 BuildRequires:  javapackages-local
 BuildRequires:  junit
 BuildRequires:  log4j12
+BuildRequires:  pkgconfig
 BuildRequires:  sed
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  unzip

++ apache-tomcat-9.0.30-src.tar.gz -> apache-tomcat-9.0.31-src.tar.gz ++
 7080 lines of diff (skipped)

++ tomcat-9.0.30-java8compat.patch -> tomcat-9.0.31-java8compat.patch ++
 2886 lines (skipped)
 between /work/SRC/openSUSE:Leap:15.2/tomcat/tomcat-9.0.30-java8compat.patch
 and 
/work/SRC/openSUSE:Leap:15.2/.tomcat.new.26092/tomcat-9.0.31-java8compat.patch





commit hyper-v for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package hyper-v for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:16

Comparing /work/SRC/openSUSE:Leap:15.2/hyper-v (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.hyper-v.new.26092 (New)


Package is "hyper-v"

Sun Mar  1 08:51:16 2020 rev:24 rq:779697 version:7

Changes:

--- /work/SRC/openSUSE:Leap:15.2/hyper-v/hyper-v.changes2020-01-15 
15:11:38.654114377 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.hyper-v.new.26092/hyper-v.changes 
2020-03-01 08:51:34.857297964 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 16:16:16 UTC 2020 - oher...@suse.de
+
+- Revert previous non-upstream change for async name resolution
+  Just use gethostname via hyper-v.kvp.gethostname.patch (bsc#1100758)
+
+---

New:

  hyper-v.kvp.gethostname.patch



Other differences:
--
++ hyper-v.spec ++
--- /var/tmp/diff_new_pack.CjDJDd/_old  2020-03-01 08:51:35.265298776 +0100
+++ /var/tmp/diff_new_pack.CjDJDd/_new  2020-03-01 08:51:35.269298784 +0100
@@ -61,7 +61,7 @@
 Source21:   hyper-v.tools.hv.hv_get_dns_info.sh
 Source22:   hyper-v.tools.hv.hv_set_ifconfig.sh
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: hyper-v.kvp.gethostname.patch
 
 %description
 This package contains the Microsoft Hyper-V tools.
@@ -70,9 +70,11 @@
 %setup -Tc
 cp -avL %{S:5} kvptest.ps1.txt
 cp -vL %{S:9} %{hv_kvp_daemon}.h
-cp -vL %{S:10} %{hv_kvp_daemon}.c
+cp -vL %{S:10} .
 cp -vL %{S:12} %{hv_vss_daemon}.c
 cp -vL %{S:14} %{hv_fcopy_daemon}.c
+%patch0 -p1
+mv `basename %{S:10}` %{hv_kvp_daemon}.c
 
 %build
 sed -i~ '/#include /d' %{hv_kvp_daemon}.c
@@ -237,7 +239,6 @@
 %endif
 
 %files
-%defattr (-,root,root)
 %doc kvptest.ps1.txt
 %if %{use_systemd}
 %{_unitdir}

++ hyper-v.kvp.gethostname.patch ++
--- a/hyper-v.tools.hv.hv_kvp_daemon.c
+++ b/hyper-v.tools.hv.hv_kvp_daemon.c
@@ -1335,6 +1335,7 @@ kvp_get_domain_name(char *buffer, int le
struct addrinfo hints, *info ;
int error = 0;
 
+   return;
gethostname(buffer, length);
memset(, 0, sizeof(hints));
hints.ai_family = AF_INET; /*Get only ipv4 addrinfo. */
@@ -1572,6 +1573,12 @@ int main(int argc, char *argv[])
 
switch (hv_msg->body.kvp_enum_data.index) {
case FullyQualifiedDomainName:
+   /*
+* The API is undocumented.
+* The Host can not possibly care about DNS within the 
guest network
+* The time it takes to get the hostname is much 
shorter than a DNS lookup.
+*/
+   gethostname(full_domain_name, sizeof(full_domain_name));
strcpy(key_value, full_domain_name);
strcpy(key_name, "FullyQualifiedDomainName");
break;
++ hyper-v.tools.hv.hv_kvp_daemon.c ++
--- /var/tmp/diff_new_pack.CjDJDd/_old  2020-03-01 08:51:35.361298967 +0100
+++ /var/tmp/diff_new_pack.CjDJDd/_new  2020-03-01 08:51:35.361298967 +0100
@@ -41,7 +41,6 @@
 #include 
 #include 
 #include 
-#include 
 
 /*
  * KVP protocol: The user mode component first registers with the
@@ -86,7 +85,7 @@
 static char *os_build;
 static char *os_version;
 static char *lic_version = "Unknown version";
-static char *full_domain_name;
+static char full_domain_name[HV_KVP_EXCHANGE_MAX_VALUE_SIZE];
 static struct utsname uts_buf;
 
 /*
@@ -1329,76 +1328,27 @@
return error;
 }
 
-/*
- * Async retrival of Fully Qualified Domain Name because getaddrinfo takes an
- * unpredictable amount of time to finish.
- */
-static void *kvp_getaddrinfo(void *p)
-{
-   char *tmp, **str_ptr = (char **)p;
-   char hostname[HOST_NAME_MAX + 1];
-   struct addrinfo *info, hints = {
-   .ai_family = AF_INET, /* Get only ipv4 addrinfo. */
-   .ai_socktype = SOCK_STREAM,
-   .ai_flags = AI_CANONNAME,
-   };
-   int ret;
-   int prev_ret = 0, cnt = 5;
-
-   do {
-   if (gethostname(hostname, sizeof(hostname) - 1) < 0)
-   goto out;
-
-   ret = getaddrinfo(hostname, NULL, , );
-   switch (ret) {
-   case 0:
-   break;
-   case EAI_BADFLAGS:
-   case EAI_MEMORY:
-   case EAI_OVERFLOW:
-   case EAI_SOCKTYPE:
-   case EAI_SYSTEM:
-   /* Permanent failure */
-   syslog(LOG_ERR, "getaddrinfo failed: %d %s",
-   ret, gai_strerror(ret));
-   goto out;
-   default:
-   

commit perl-TimeDate for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package perl-TimeDate for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:09

Comparing /work/SRC/openSUSE:Leap:15.2/perl-TimeDate (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.perl-TimeDate.new.26092 (New)


Package is "perl-TimeDate"

Sun Mar  1 08:51:09 2020 rev:17 rq:779306 version:2.30

Changes:

--- /work/SRC/openSUSE:Leap:15.2/perl-TimeDate/perl-TimeDate.changes
2020-01-15 15:43:17.735249981 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.perl-TimeDate.new.26092/perl-TimeDate.changes 
2020-03-01 08:51:21.113270625 +0100
@@ -1,0 +2,6 @@
+Tue Feb  4 13:23:42 UTC 2020 - Pedro Monreal Gonzalez 

+
+- Fix another year-2020 bug [bsc#1162433]
+  * Update patch perl-TimeDate-getdate.patch
+
+---



Other differences:
--
++ perl-TimeDate-getdate.patch ++
--- /var/tmp/diff_new_pack.DhfIqZ/_old  2020-03-01 08:51:21.389271173 +0100
+++ /var/tmp/diff_new_pack.DhfIqZ/_new  2020-03-01 08:51:21.389271173 +0100
@@ -1,8 +1,12 @@
+From: Bernhard M. Wiedemann 
+Subject: Fix bsc#1159990
+Date: 2020-01-11
+
 Index: TimeDate-2.30/t/getdate.t
 ===
 --- TimeDate-2.30.orig/t/getdate.t
 +++ TimeDate-2.30/t/getdate.t
-@@ -156,7 +156,7 @@ Jul 22 10:00:00 UTC 2002 ;102733200
+@@ -156,7 +156,7 @@ Jul 22 10:00:00 UTC 2002;102733200
  !;
  
  require Time::Local;
@@ -11,3 +15,41 @@
  
  @data = split(/\n/, $data);
  
+Index: TimeDate-2.30/lib/Date/Parse.pm
+===
+--- TimeDate-2.30.orig/lib/Date/Parse.pm
 TimeDate-2.30/lib/Date/Parse.pm
+@@ -195,7 +195,7 @@ sub {
+ }
+   }
+ 
+-  $year -= 1900 if defined $year && $year > 1900;
++  $year -= 1900 if defined $year && $year > 2000;
+ 
+   $zone += 3600 if defined $zone && $dst;
+   $ss += "0.$frac" if $frac;
+Index: TimeDate-2.30/t/cpanrt.t
+===
+--- TimeDate-2.30.orig/t/cpanrt.t
 TimeDate-2.30/t/cpanrt.t
+@@ -1,7 +1,7 @@
+ use Date::Format qw(time2str strftime);
+ use Date::Parse qw(strptime str2time);
+ 
+-print "1..8\n";
++print "1..10\n";
+ 
+ my $i = 1;
+ 
+@@ -53,3 +53,11 @@ my $i = 1;
+   print "not " if str2time('16 Oct 09') < 0;
+   print "ok ", $i++, "\n";
+ }
++
++{   # https://rt.cpan.org/Public/Bug/Display.html?id=124509 year 2020 problem
++  print "# 1970-01-01  => 0\n";
++  print "not " if str2time('1970-01-01') != 0;
++  print "ok ", $i++, "\n";
++  print "not " if str2time('01 Jan 70') == 0;
++  print "ok ", $i++, "\n";
++}




commit python-zope.testing for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-zope.testing for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:51:01

Comparing /work/SRC/openSUSE:Leap:15.2/python-zope.testing (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-zope.testing.new.26092 (New)


Package is "python-zope.testing"

Sun Mar  1 08:51:01 2020 rev:12 rq:780506 version:4.7

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-zope.testing/python-zope.testing.changes
2020-01-15 15:54:47.479644261 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-zope.testing.new.26092/python-zope.testing.changes
 2020-03-01 08:51:05.169238908 +0100
@@ -1,0 +2,19 @@
+Mon Oct 14 14:51:47 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---
+Fri Apr  5 14:44:29 UTC 2019 - Marketa Calabkova 
+
+- update to version 4.7
+  * Added support for Python 3.7.
+  * Remove dependencies on zope.interface and zope.exceptions.
+  * Remove use of 2to3 for outdated versions of PyPy3, letting us 
+build universal wheels.
+
+---
+Tue Dec  4 12:56:32 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---

Old:

  zope.testing-4.6.1.tar.gz

New:

  zope.testing-4.7.tar.gz



Other differences:
--
++ python-zope.testing.spec ++
--- /var/tmp/diff_new_pack.2fU7LK/_old  2020-03-01 08:51:05.521239609 +0100
+++ /var/tmp/diff_new_pack.2fU7LK/_new  2020-03-01 08:51:05.521239609 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.testing
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,22 @@
 # 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-zope.testing
-Version:4.6.1
+Version:4.7
 Release:0
 Summary:Zope testing helpers
 License:ZPL-2.1
-Group:  Development/Languages/Python
-Url:https://pypi.python.org/pypi/zope.testing
+URL:https://pypi.python.org/pypi/zope.testing
 Source: 
https://files.pythonhosted.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 # Test requirements:
-BuildRequires:  %{python_module zope.exceptions}
-BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-zope.exceptions
-Requires:   python-zope.interface
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -96,14 +89,14 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc COPYRIGHT.txt README.rst
 %{python_sitelib}/*
 
 %changelog

++ zope.testing-4.6.1.tar.gz -> zope.testing-4.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.testing-4.6.1/.gitignore 
new/zope.testing-4.7/.gitignore
--- old/zope.testing-4.6.1/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/zope.testing-4.7/.gitignore 2018-10-04 15:59:02.0 +0200
@@ -0,0 +1,14 @@
+*.pyc
+__pycache__
+.installed.cfg
+bin
+eggs
+develop-eggs
+build
+docs/_build
+parts
+*.egg-info
+.tox
+.coverage
+nosetests.xml
+coverage.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.testing-4.6.1/.travis.yml 
new/zope.testing-4.7/.travis.yml
--- old/zope.testing-4.6.1/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/zope.testing-4.7/.travis.yml2018-10-04 15:59:02.0 +0200
@@ -0,0 +1,21 @@
+language: python
+sudo: false
+python:
+- 2.7
+- 3.3
+- 3.4
+- 3.5
+- 3.6
+- pypy
+- pypy3
+matrix:
+include:
+- python: "3.7"
+  dist: xenial
+  sudo: true
+install:
+- pip install -e .[test]
+script:
+- python setup.py 

commit bcm43xx-firmware for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package bcm43xx-firmware for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:51:07

Comparing /work/SRC/openSUSE:Leap:15.2/bcm43xx-firmware (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.bcm43xx-firmware.new.26092 (New)


Package is "bcm43xx-firmware"

Sun Mar  1 08:51:07 2020 rev:18 rq:778827 version:20180314

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bcm43xx-firmware/bcm43xx-firmware.changes  
2020-01-15 14:48:24.581341476 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.bcm43xx-firmware.new.26092/bcm43xx-firmware.changes
   2020-03-01 08:51:19.953268317 +0100
@@ -1,0 +2,6 @@
+Wed Feb 19 10:05:36 UTC 2020 - Nicolas Patricio Saenz Julienne 

+
+- Remove brcmfmac43455-sdio.raspberrypi,4-model-b.txt, already available in
+  kernel-firmware (bsc#1163267)
+
+---

Old:

  brcmfmac43455-sdio.raspberrypi,4-model-b.txt



Other differences:
--
++ bcm43xx-firmware.spec ++
--- /var/tmp/diff_new_pack.q3bD47/_old  2020-03-01 08:51:20.741269884 +0100
+++ /var/tmp/diff_new_pack.q3bD47/_new  2020-03-01 08:51:20.745269893 +0100
@@ -45,9 +45,6 @@
 #brcmfmac4356-pcie.txt is taken from ChromeOS repo
 # 
https://chromium.googlesource.com/chromiumos/third_party/linux-firmware/+/f151f016b4fe656399f199e28cabf8d658bcb52b/brcm/brcmfmac4356-pcie.txt
 Source4356: brcmfmac4356-pcie.txt
-# brcmfmac43455-sdio.raspberrypi,4-model-b.txt is the same 
brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
-# except for boardflags3 value - 
https://wiki.gentoo.org/wiki/User:NeddySeagoon/Raspberry_Pi4_64_Bit_Install#WiFi
-Source4357: brcmfmac43455-sdio.raspberrypi,4-model-b.txt
 #BCM43455
 Source4559: 
https://github.com/RPi-Distro/bluez-firmware/raw/master/broadcom/BCM4345C0.hcd
 # Owns /lib/firmware/brcm and potentially conflicts
@@ -86,7 +83,6 @@
 install -c -m 0644 %{SOURCE3621} %{buildroot}/lib/firmware/brcm/
 install -c -m 0644 %{SOURCE3622} %{buildroot}/lib/firmware/brcm/
 install -c -m 0644 %{SOURCE4356} %{buildroot}/lib/firmware/brcm/
-install -c -m 0644 %{SOURCE4357} %{buildroot}/lib/firmware/brcm/
 # Used by bluez (hciattach)
 install -c -m 0644 %{SOURCE4309} %{buildroot}/lib/firmware/
 install -c -m 0644 %{SOURCE4559} %{buildroot}/lib/firmware/






commit createrepo_c for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package createrepo_c for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:03

Comparing /work/SRC/openSUSE:Leap:15.2/createrepo_c (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.createrepo_c.new.26092 (New)


Package is "createrepo_c"

Sun Mar  1 08:51:03 2020 rev:21 rq:764127 version:0.15.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/createrepo_c/createrepo_c.changes  
2020-01-15 14:51:04.689439404 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.createrepo_c.new.26092/createrepo_c.changes   
2020-03-01 08:51:05.913240388 +0100
@@ -2 +2,101 @@
-Fri Mar 01 09:37:11 UTC 2019 - fschrei...@suse.com
+Fri Dec  6 11:47:37 UTC 2019 - Neal Gompa 
+
+- Update to 0.15.4
+  + Add reboot_suggested field to UpdateRecord (rh#1772466)
+  + Skip directory matching --exclude right away
+  + Add restart_suggested to updatecollectionpackage
+
+---
+Fri Nov 29 12:42:37 UTC 2019 - Neal Gompa 
+
+- Update to 0.15.3
+  + Export all changelog entries in compatibility mode
+  + Libmagic to follow symlinks (rh#1776399)
+  + Add shortcut to detect *.yaml files as not compressed
+- Ensure createrepo_c fully replaces createrepo on Tumbleweed
+- Remove old and now unused dependency on deltarpm as drpm is used now
+
+---
+Mon Nov 25 13:39:11 UTC 2019 - Neal Gompa 
+
+- Update to 0.15.2
+  + Fix file mode for cache (rh#1686812)
+  + Honor umask on cache files (rh#1686812)
+- Enable DeltaRPM support for openSUSE targets on Leap 15.2+ and TW
+
+---
+Mon Nov 18 05:57:08 UTC 2019 - Steve Kowalik 
+
+- Add BuildRequires on python3, it won't be pulled in side effect of
+  requiring python3-nose
+
+---
+Tue Sep 17 12:00:42 UTC 2019 - Dirk Mueller 
+
+- fix build by adding missing tarball and updating filelist
+
+---
+Tue Sep 17 11:43:49 UTC 2019 - Frank Schreiner 
+
+- Update to version 0.15.1:
+  *  Release 0.15.1
+  * Fix null pointer crash in cr_dumper_thread() if it fails to get checksum
+  * Fix search in string with missing terminating zero (rh#1750673)
+  * Depend on DRPM minimum version 0.4.0
+  * Release 0.15.0
+  * Revise drpm dependency check and bump the minimum version to 0.3.0
+  * Release 0.14.4
+  * Update documentation and regenerate man pages to sync up
+  * Use drpm_make from drpm instead of deltarpm (rh#1687843)
+  * Fix some DEBUG build warnings
+  * Switch off html timestamps on documentation (rh#1731050)
+  * Update documentation for mergerepo_c merge methods (rh#1722803)
+  * Update documentation for --retain-old-md and --compatibility
+  * Fix --read-pkgs-list to only list actually read packages
+  * Release 0.14.3
+  * Add missing python metadata to python2/3-createrepo_c (rh#1695677)
+  * detect plain tar file as non compressed
+
+---
+Sat Jun 29 13:06:18 UTC 2019 - Neal Gompa 
+
+- Update to 0.14.2
+  + Fix issue with createrepo_c hanging at the end (rh#1714666)
+  + Don't include packages with forbidden control chars in repodata 
(boo#1110914)
+  + Correct pkg count in headers if there were invalid pkgs (rh#1596211)
+  + Prevent exiting with 0 if errors occur while finalizing repodata
+
+---
+Wed May 15 23:17:38 UTC 2019 - Neal Gompa 
+
+- Update to 0.14.0
+  + Fix crash when dumping updateinfo and module is omitted (rh#1707981) 
+  + Add --pkgorigins mode
+
+---
+Sat May  4 22:17:16 UTC 2019 - Neal Gompa 
+
+- Update to 0.13.1
+  + Fix tests to work properly when modulemd support is not enabled
+- Enable modulemd support on openSUSE Leap 15.1+ and Tumbleweed
+
+---
+Sat May  4 01:39:34 UTC 2019 - Neal Gompa 
+
+- Update to 0.13.0
+  + Add support for handling modulemd
+  + Add support for Koji simple merge mode
+  + Add support for zchunked modulemd
+  + Fixed --keep-all-metadata to keep all additional metadata
+- Disable tests if modulemd support is not enabled to prevent wrong failures
+- Drop patches included in this release
+  + 0001-Find-correct-nosetests-version-even-when-which-comma.patch
+  + 0002-fix-linking-when-Wl-no-undefined-is-set.patch
+
+---
+Mon Mar 18 17:16:27 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
+Fri Mar 01 09:37:11 UTC 2019 - Frank Schreiner 
@@ -5,0 +106,4 @@
+- Drop included 

commit python-portend for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-portend for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:50:57

Comparing /work/SRC/openSUSE:Leap:15.2/python-portend (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-portend.new.26092 (New)


Package is "python-portend"

Sun Mar  1 08:50:57 2020 rev:11 rq:780304 version:2.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-portend/python-portend.changes  
2020-01-15 15:51:39.087536278 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-portend.new.26092/python-portend.changes   
2020-03-01 08:51:02.305233212 +0100
@@ -1,0 +2,27 @@
+Mon Feb 24 11:13:56 UTC 2020 - Tomáš Chvátal 
+
+- Fix up dependencies to match requirements
+
+---
+Tue Jun 18 12:46:11 UTC 2019 - pgaj...@suse.com
+
+- version update to 2.5
+  * #10: Fix race condition in ``occupied`` and ``free``
+
+---
+Fri Apr  5 07:03:43 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.4:
+  * find_available_local_port now relies on socket.getaddrinfo to
+find a suitable address family.
+
+---
+Tue Mar  5 12:56:25 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.3:
+  * Fix README rendering.
+  * Merge with skeleton, including embedded license file.
+  * #1: Removed portend._getaddrinfo and its usage in Checker.assert_free.
+  * #5: Restored use of portend.client_host during assert_free check on 
Windows, fixing check when the bind address is *ADDR_ANY.
+
+---

Old:

  portend-1.8.tar.gz

New:

  portend-2.5.tar.gz



Other differences:
--
++ python-portend.spec ++
--- /var/tmp/diff_new_pack.QUYdWo/_old  2020-03-01 08:51:02.617233832 +0100
+++ /var/tmp/diff_new_pack.QUYdWo/_new  2020-03-01 08:51:02.617233832 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-portend
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,27 @@
 # 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-portend
-Version:1.8
+Version:2.5
 Release:0
-License:MIT
 Summary:TCP port monitoring utilities
-Url:https://github.com/jaraco/portend
+License:MIT
 Group:  Development/Languages/Python
+URL:https://github.com/jaraco/portend
 Source: 
https://files.pythonhosted.org/packages/source/p/portend/portend-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module tempora}
-Requires:   python-tempora
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module tempora >= 1.8}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:   python-tempora >= 1.8
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -47,18 +47,22 @@
 
 %prep
 %setup -q -n portend-%{version}
+# do not require cov/xdist/etc
+sed -i -e '/addopts/d' pytest.ini
 
 %build
 %python_build
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec -m pytest test_portend.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE
+%doc CHANGES.rst README.rst
 %{python_sitelib}/*
 
 %changelog

++ portend-1.8.tar.gz -> portend-2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/portend-1.8/.flake8 new/portend-2.5/.flake8
--- old/portend-1.8/.flake8 1970-01-01 01:00:00.0 +0100
+++ new/portend-2.5/.flake8 2019-06-11 02:56:58.0 +0200
@@ -0,0 +1,9 @@
+[flake8]
+max-line-length = 88
+ignore =
+   # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
+   W503
+   # W504 has issues 
https://github.com/OCA/maintainer-quality-tools/issues/545
+   W504
+   # Black creates whitespace before colon
+   E203
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit ovmf for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package ovmf for openSUSE:Leap:15.2 checked 
in at 2020-03-01 08:51:14

Comparing /work/SRC/openSUSE:Leap:15.2/ovmf (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ovmf.new.26092 (New)


Package is "ovmf"

Sun Mar  1 08:51:14 2020 rev:48 rq:779695 version:201911

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ovmf/ovmf.changes  2020-02-21 
23:49:34.760593623 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ovmf.new.26092/ovmf.changes   2020-03-01 
08:51:33.797295856 +0100
@@ -1,0 +2,10 @@
+Mon Feb 24 04:00:24 UTC 2020 - Gary Ching-Pang Lin 
+
+- Add ovmf-bsc1163969-fix-DxeImageVerificationHandler.patch to fix
+  dbx signature check (bsc#1163969, CVE-2019-14575)
+  + Also change the order of several patches to distinguish the
+openssl patch
+- Add ovmf-bsc1163927-fix-ip4dxe-and-arpdxe.patch to fix memory
+  leakage in Ip4Dxe and ArpDxe (bsc#1163927, CVE-2019-14559)
+
+---
@@ -12,0 +23,5 @@
+
+---
+Fri Dec 20 09:11:37 UTC 2019 - Dirk Mueller 
+
+- only build -aarch32 Cortex-A15 EFI on armv7hl

New:

  ovmf-bsc1163927-fix-ip4dxe-and-arpdxe.patch
  ovmf-bsc1163969-fix-DxeImageVerificationHandler.patch



Other differences:
--
++ ovmf.spec ++
--- /var/tmp/diff_new_pack.H9XxJg/_old  2020-03-01 08:51:34.609297471 +0100
+++ /var/tmp/diff_new_pack.H9XxJg/_new  2020-03-01 08:51:34.613297479 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ovmf
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,8 +49,10 @@
 Patch3: %{name}-pie.patch
 Patch4: %{name}-disable-ia32-firmware-piepic.patch
 Patch5: %{name}-set-fixed-enroll-time.patch
-Patch6: openssl-fix-syntax-error.patch
-Patch7: 
%{name}-bsc1163959-PiDxeS3BootScriptLib-fix-numeric-truncation.patch
+Patch6: 
%{name}-bsc1163959-PiDxeS3BootScriptLib-fix-numeric-truncation.patch
+Patch7: %{name}-bsc1163969-fix-DxeImageVerificationHandler.patch
+Patch8: %{name}-bsc1163927-fix-ip4dxe-and-arpdxe.patch
+Patch100:   openssl-fix-syntax-error.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bc
 BuildRequires:  fdupes
@@ -59,7 +61,7 @@
 BuildRequires:  iasl
 BuildRequires:  libuuid-devel
 BuildRequires:  python3
-%ifnarch %arm
+%ifnarch armv7hl
 BuildRequires:  nasm
 %endif
 %ifarch %{secureboot_archs}
@@ -76,7 +78,7 @@
 %endif
 BuildRequires:  unzip
 %endif
-ExclusiveArch:  %ix86 x86_64 aarch64 %arm
+ExclusiveArch:  %ix86 x86_64 aarch64 armv7hl
 
 %description
 The Open Virtual Machine Firmware (OVMF) project aims to support
@@ -145,7 +147,7 @@
 virt board.
 %endif
 
-%ifarch %arm
+%ifarch armv7hl
 %package -n qemu-uefi-aarch32
 Summary:UEFI QEMU rom image (AArch32)
 Group:  System/Emulators/PC
@@ -173,12 +175,14 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # add openssl
 pushd CryptoPkg/Library/OpensslLib/openssl
 tar -xf %{SOURCE1} --strip 1
-%patch6 -p1
+%patch100 -p1
 popd
 
 # add berkeley-softfloat-3
@@ -233,7 +237,7 @@
BUILD_OPTIONS="$OVMF_FLAGS -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc -b 
DEBUG -t $TOOL_CHAIN_TAG"
ARCH=AARCH64 make -C BaseTools
 %else
-%ifarch %arm
+%ifarch armv7hl
# Flavors for arm
FLAVORS=("aavmf-aarch32")
BUILD_ARCH="AARCH32"
@@ -326,7 +330,7 @@
 cp Build/ArmVirtQemu-AARCH64/DEBUG_*/AARCH64/EnrollDefaultKeys.efi .
 
 %else
-%ifarch %arm
+%ifarch armv7hl
 
 # Build the UEFI image
 build $BUILD_OPTIONS
@@ -550,7 +554,7 @@
 install -m 0644 -D descriptors/*-aarch64*.json \
-t %{buildroot}/%{_datadir}/qemu/firmware
 %else
-%ifarch %arm
+%ifarch armv7hl
 install -m 0644 -D qemu-uefi-aarch32.bin -t %{buildroot}/%{_datadir}/qemu/
 install -m 0644 -D aavmf-aarch32-*.bin -t %{buildroot}/%{_datadir}/qemu/
 install -m 0644 -D descriptors/*-aarch32*.json \
@@ -622,7 +626,7 @@
 %{_datadir}/qemu/firmware/*-aarch64*.json
 %endif
 
-%ifarch %arm
+%ifarch armv7hl
 %files -n qemu-uefi-aarch32
 %defattr(-,root,root)
 %license License.txt






++ ovmf-bsc1163927-fix-ip4dxe-and-arpdxe.patch ++
>From 7f9f7fccf58af2db5ac8c88801f56f4efe664fcb Mon Sep 17 00:00:00 2001
From: Jiaxin Wu 
Date: Mon, 29 Apr 2019 09:51:53 +0800
Subject: [PATCH 1/2] NetworkPkg/Ip4Dxe: Check the received package length
 (CVE-2019-14559).

v3: correct the coding style.
v2: correct the commit message & add BZ number.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1610

This patch is to check the received 

commit python-PyYAML for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:53

Comparing /work/SRC/openSUSE:Leap:15.2/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-PyYAML.new.26092 (New)


Package is "python-PyYAML"

Sun Mar  1 08:50:53 2020 rev:13 rq:779828 version:5.1.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-PyYAML/python-PyYAML.changes
2020-01-15 15:46:16.323351769 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-PyYAML.new.26092/python-PyYAML.changes 
2020-03-01 08:50:57.813224275 +0100
@@ -1,0 +2,29 @@
+Wed Nov 13 11:43:22 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Update in SLE-15 (bsc#1140565)
+
+---
+Thu Aug  1 13:17:00 UTC 2019 - Marketa Calabkova 
+
+- update to 5.1.2
+  * Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8b2+
+
+---
+Fri Jun  7 12:04:35 UTC 2019 - Ondřej Súkup 
+
+- update to 5.1.1
+ * Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8
+
+---
+Thu Mar 14 14:47:06 UTC 2019 - Tomáš Chvátal 
+
+- Update to 5.1:
+  * many changes, see CHANGES
+  * bsc#1099308 CVE-2017-18342 PyYAML: yaml.load() API could execute arbitrary 
code
+
+---
+Mon Jan 14 16:06:38 CET 2019 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---

Old:

  PyYAML-3.13.tar.gz

New:

  PyYAML-5.1.2.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.dXRsj2/_old  2020-03-01 08:50:58.261225166 +0100
+++ /var/tmp/diff_new_pack.dXRsj2/_new  2020-03-01 08:50:58.265225175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,23 @@
 # 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-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:3.13
+Version:5.1.2
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT
 Group:  Development/Languages/Python
-Url:http://pyyaml.org/wiki/PyYAML
+URL:https://github.com/yaml/pyyaml
 Source: 
https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  libyaml-devel
 BuildRequires:  python-rpm-macros
 %ifpython2
@@ -62,6 +63,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
 # Increase file-descriptor-count for ppc to make tests happy.
@@ -71,8 +73,8 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc CHANGES LICENSE README examples/
+%license LICENSE
+%doc CHANGES README examples/
 %{python_sitearch}/yaml
 %{python_sitearch}/_yaml.*so
 %{python_sitearch}/PyYAML-%{version}-py%{python_version}.egg-info

++ PyYAML-3.13.tar.gz -> PyYAML-5.1.2.tar.gz ++
 8481 lines of diff (skipped)




commit python-reportlab for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-reportlab for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:50:44

Comparing /work/SRC/openSUSE:Leap:15.2/python-reportlab (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-reportlab.new.26092 (New)


Package is "python-reportlab"

Sun Mar  1 08:50:44 2020 rev:12 rq:769215 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-reportlab/python-reportlab.changes  
2020-01-15 15:52:37.947570016 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-reportlab.new.26092/python-reportlab.changes
   2020-03-01 08:50:45.469199720 +0100
@@ -1,0 +2,9 @@
+Wed Jan 22 17:10:15 CET 2020 - Matej Cepl 
+
+- Add make_toColor_safe.patch fixing bsc#1154370 (CVE-2019-17626)
+  restrict reportlab.lib.color.toColor to protect against unsafe
+  input.
+- Rebase other patches: drop-requirements.patch and
+  reportlab-missing-includes.patch
+
+---

New:

  make_toColor_safe.patch



Other differences:
--
++ python-reportlab.spec ++
--- /var/tmp/diff_new_pack.lkigA1/_old  2020-03-01 08:50:46.041200859 +0100
+++ /var/tmp/diff_new_pack.lkigA1/_new  2020-03-01 08:50:46.041200859 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reportlab
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,27 @@
 # 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/
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
+%bcond_without tests
 Name:   python-reportlab
 Version:3.4.0
 Release:0
-Url:http://www.reportlab.com/
 Summary:The Reportlab Toolkit
 License:BSD-3-Clause
 Group:  Development/Languages/Python
+URL:https://www.reportlab.com/
 Source: 
https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
 Patch0: reportlab-missing-includes.patch
 # PATCH-FIX-UPSTREAM drop unneeded requirements 
https://bitbucket.org/rptlab/reportlab/issues/113
 Patch1: drop-requirements.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM} make_toColor_safe.patch bsc#1154370 mc...@suse.com
+# make toColor function safer, CVE-2019-17626
+Patch2: make_toColor_safe.patch
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -55,8 +56,8 @@
 
 %prep
 %setup -q -n reportlab-%{version}
-%patch0
-%patch1 -p1
+%autopatch -p1
+
 sed -i "1d" 
src/reportlab/lib/{formatters,fonts,corp,units,pagesizes,__init__,randomtext,logger,normalDate}.py
 sed -i "1d" 
src/reportlab/graphics/{widgets/table,barcode/test,testdrawings,testshapes}.py 
# Fix non-executable bits
 
@@ -75,8 +76,7 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt
+%license LICENSE.txt
 %doc CHANGES.md README.txt
 %{python_sitearch}/reportlab/
 %{python_sitearch}/reportlab-%{version}-py*.egg-info

++ drop-requirements.patch ++
--- /var/tmp/diff_new_pack.lkigA1/_old  2020-03-01 08:50:46.057200890 +0100
+++ /var/tmp/diff_new_pack.lkigA1/_new  2020-03-01 08:50:46.061200898 +0100
@@ -1,7 +1,5 @@
-Index: reportlab-3.4.0/setup.py
-===
 reportlab-3.4.0.orig/setup.py
-+++ reportlab-3.4.0/setup.py
+--- a/setup.py
 b/setup.py
 @@ -539,7 +539,7 @@ def main():
  ],
  

++ make_toColor_safe.patch ++
 1841 lines (skipped)

++ reportlab-missing-includes.patch ++
--- /var/tmp/diff_new_pack.lkigA1/_old  2020-03-01 08:50:46.077200930 +0100
+++ /var/tmp/diff_new_pack.lkigA1/_new  2020-03-01 08:50:46.081200938 +0100
@@ -1,7 +1,5 @@
-Index: src/rl_addons/renderPM/gt1/gt1-namecontext.c
-===
 src/rl_addons/renderPM/gt1/gt1-namecontext.c.orig
-+++ src/rl_addons/renderPM/gt1/gt1-namecontext.c
+--- a/src/rl_addons/renderPM/gt1/gt1-namecontext.c
 b/src/rl_addons/renderPM/gt1/gt1-namecontext.c
 @@ -1,6 +1,10 @@
  /* A module for a simple "name context", i.e. lisp-style atoms */
  




commit python-click for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-click for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:46

Comparing /work/SRC/openSUSE:Leap:15.2/python-click (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-click.new.26092 (New)


Package is "python-click"

Sun Mar  1 08:50:46 2020 rev:17 rq:778154 version:7.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-click/python-click.changes  
2020-01-15 15:47:53.375407086 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-click.new.26092/python-click.changes   
2020-03-01 08:50:47.289203341 +0100
@@ -1,0 +2,157 @@
+Mon Oct 14 11:43:49 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---
+Sat Dec 22 16:12:12 UTC 2018 - ma...@detebe.org
+
+- update to version 7.0:
+  * Drop support for Python 2.6 and 3.3.
+  * Wrap ``click.Choice``'s missing message.
+  * Add native ZSH autocompletion support.
+  * Document that ANSI color info isn't parsed from bytearrays in
+Python 2.
+  * Document byte-stripping behavior of ``CliRunner``.
+  * Usage errors now hint at the ``--help`` option.
+  * Implement streaming pager.
+  * Extract bar formatting to its own method.
+  * Add ``DateTime`` type for converting input in given date time
+formats.
+  * ``secho``'s first argument can now be ``None``, like in ``echo``.
+   
+  * Fixes a ``ZeroDivisionError`` in ``ProgressBar.make_step``, when the
+arg passed to the first call of ``ProgressBar.update`` is 0.
+   
+  * Show progressbar only if total execution time is visible.
+  * Added the ability to hide commands and options from help.
+  * Document that options can be ``required=True``.
+  * Non-standalone calls to ``Context.exit`` return the exit code,
+rather than calling ``sys.exit``.
+  * ``click.getchar()`` returns Unicode in Python 3 on Windows,
+consistent with other platforms.
+  * Added ``FloatRange`` type.
+  * Added support for bash completion of ``type=click.Choice`` for
+  ``Options`` and ``Arguments``.
+  * Only allow one positional arg for ``Argument`` parameter
+declaration.
+  * Add ``case_sensitive=False`` as an option to Choice.
+  * ``click.getchar()`` correctly raises ``KeyboardInterrupt`` on "^C"
+and ``EOFError`` on "^D" on Linux.
+  * Fix encoding issue with ``click.getchar(echo=True)`` on Linux.
+   
+  * ``param_hint`` in errors now derived from param itself.
+  * Add a test that ensures that when an argument is formatted into a
+usage error, its metavar is used, not its name.
+  * Allow setting ``prog_name`` as extra in ``CliRunner.invoke``.
+   
+  * Help text taken from docstrings truncates at the ``\f`` form feed
+character, useful for hiding Sphinx-style parameter documentation.
+   
+  * ``launch`` now works properly under Cygwin.
+  * Update progress after iteration.
+  * ``CliRunner.invoke`` now may receive ``args`` as a string
+representing a Unix shell command.
+  * Make ``Argument.make_metavar()`` default to type metavar.
+  * Add documentation for ``ignore_unknown_options``.
+  * Add bright colors support for ``click.style`` and fix the reset
+option for parameters ``fg`` and ``bg``.
+  * Add ``show_envvar`` for showing environment variables in help.
+   
+  * Avoid ``BrokenPipeError`` during interpreter shutdown when stdout or
+stderr is a closed pipe.
+  * Document customizing option names.
+  * Disable ``sys._getframes()`` on Python interpreters that don't
+support it.
+  * Fix bug in test runner when calling ``sys.exit`` with ``None``.
+   
+  * Clarify documentation on command line options.
+  * Fix crash on Windows console.
+  * Fix bug that caused bash completion to give improper completions on
+chained commands.
+  * Added support for dynamic bash completion from a user-supplied
+callback.
+  * Added support for bash completions containing spaces.
+  * Allow autocompletion function to determine whether or not to return
+completions that start with the incomplete argument.
+  * Fix option naming routine to match documentation and be
+deterministic.
+  * Fix path validation bug.
+  * Add test and documentation for ``Option`` naming: functionality.
+   
+  * Update doc to match arg name for ``path_type``.
+  * Raw strings added so correct escaping occurs.
+  * Fix 16k character limit of ``click.echo`` on Windows.
+  * Overcome 64k character limit when writing to binary stream on
+Windows 7.
+  * Add bool conversion for "t" and "f".
+  * ``NoSuchOption`` errors take ``ctx`` so that ``--help`` hint gets
+printed in error output.
+  * Fixed the behavior of Click error messages with regards to Unicode
+on 2.x and 3.x. Message is now always Unicode and the str and
+Unicode special methods work as you expect on that platform.

commit python-Cython for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:40

Comparing /work/SRC/openSUSE:Leap:15.2/python-Cython (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-Cython.new.26092 (New)


Package is "python-Cython"

Sun Mar  1 08:50:40 2020 rev:27 rq:764714 version:0.29.14

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-Cython/python-Cython.changes
2020-01-15 15:45:55.223339743 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-Cython.new.26092/python-Cython.changes 
2020-03-01 08:50:41.689192201 +0100
@@ -1,0 +2,550 @@
+Sat Nov 16 16:44:06 UTC 2019 - Arun Persaud 
+
+- update to version 0.29.14:
+  * Bugs fixed
++ The generated code failed to initialise the tp_print slot in
+  CPython 3.8. Patches by Pablo Galindo and Orivej Desh (Github
+  issues #3171, #3201).
++ ? for bool was missing from the supported NumPy dtypes. Patch by
+  Max Klein. (Github issue #2675)
++ await was not allowed inside of f-strings. Patch by Dmitro
+  Getz. (Github issue #2877)
++ Coverage analysis failed for projects where the code resides in
+  separate source sub-directories. Patch by Antonio
+  Valentino. (Github issue #1985)
++ An incorrect compiler warning was fixed in automatic C++ string
+  conversions. Patch by Gerion Entrup. (Github issue #3108)
++ Error reports in the Jupyter notebook showed unhelpful stack
+  traces. Patch by Matthew Edwards (Github issue #3196).
++ Python.h is now also included explicitly from public header
+  files. (Github issue #3133).
++ Distutils builds with --parallel did not work when using
+  Cython's deprecated build_ext command. Patch by Alphadelta14
+  (Github issue #3187).
+  * Other changes
++ The PyMemoryView_*() C-API is available in
+  cpython.memoryview. Patch by Nathan Manville. (Github issue
+  #2541)
+
+---
+Fri Jul 26 17:36:50 CEST 2019 - Matej Cepl 
+
+- Update to 0.29.13:
+  - A reference leak for None was fixed when converting
+a memoryview to a Python object. (Github issue #3023)
+  - The declaration of PyGILState_STATE in cpython.pystate was
+unusable. Patch by Kirill Smelkov. (Github issue #2997)
+  - The declarations in posix.mman were extended. Patches by
+Kirill Smelkov. (Github issues #2893, #2894, #3012)
+
+---
+Sun Jul 21 16:56:52 UTC 2019 - Arun Persaud 
+
+- update to version 0.29.12:
+  * Fix compile error in CPython 3.8b2 regarding the PyCode_New()
+signature. (Github issue #3031)
+  * Fix a C compiler warning about a missing int downcast. (Github
+issue #3028)
+  * Fix reported error positions of undefined builtins and
+constants. Patch by Orivej Desh. (Github issue #3030)
+  * A 32 bit issue in the Pythran support was resolved. Patch by Serge
+Guelton. (Github issue #3032)
+
+---
+Sat Jul  6 21:26:09 UTC 2019 - Arun Persaud 
+
+- update to version 0.29.11:
+  * Bugs fixed
++ Fix compile error in CPython 3.8b2 regarding the PyCode_New()
+  signature. Patch by Nick Coghlan. (Github issue #3009)
++ Invalid C code generated for lambda functions in cdef
+  methods. Patch by Josh Tobin. (Github issue #2967)
++ Support slice handling in newer Pythran versions. Patch by Serge
+  Guelton. (Github issue #2989)
++ A reference leak in power-of-2 calculation was fixed. Patch by
+  Sebastian Berg. (Github issue #3022)
++ The search order for include files was changed. Previously it
+  was include_directories, Cython/Includes, sys.path. Now it is
+  include_directories, sys.path, Cython/Includes. This was done to
+  allow third-party *.pxd files to override the ones in
+  Cython. Original patch by Matti Picus. (Github issue #2905)
++ Setting language_level=2 in a file did not work if
+  language_level=3 was enabled globally before. Patch by Jeroen
+  Demeyer. (Github issue #2791)
+
+---
+Wed Jun 12 09:42:55 UTC 2019 - Tomáš Chvátal 
+
+- Say goodbye to -doc subpackage as the documentation is online
+  and does not build with latest sphinx releases (even in master
+  at the moment).
+- The testing in -doc spec was disabled anyway and if needed we
+  will reintroduce it as a multibuild
+
+---
+Mon Jun  3 13:37:55 UTC 2019 - Ondřej Súkup 
+
+- update to 0.29.10
+ * Fix compile errors in CPython 3.8b1 due to the new "tp_vectorcall" slots.
+ * Remove an incorrect cast when using true-division in C++ operations. 
+ * C compile errors with CPython 3.8 were 

commit rubygem-asciidoctor for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package rubygem-asciidoctor for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:51:17

Comparing /work/SRC/openSUSE:Leap:15.2/rubygem-asciidoctor (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.rubygem-asciidoctor.new.26092 (New)


Package is "rubygem-asciidoctor"

Sun Mar  1 08:51:17 2020 rev:12 rq:779732 version:2.0.10

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/rubygem-asciidoctor/rubygem-asciidoctor.changes
2020-01-15 15:58:31.611769846 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.rubygem-asciidoctor.new.26092/rubygem-asciidoctor.changes
 2020-03-01 08:51:35.525299293 +0100
@@ -1,0 +2,454 @@
+Fri Jul 19 08:54:48 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.0.10
+ see installed CHANGELOG.adoc
+
+  == 2.0.10 (2019-05-31) - @mojavelinux
+  
+  Bug Fixes::
+  
+* fix Asciidoctor.convert_file to honor `header_footer: false` option when 
writing to file (#3316)
+* fix placement of title on excerpt block (#3289)
+* always pass same options to SyntaxHighlighter#docinfo, regardless of 
value of location argument
+* fix signature of SyntaxHighlighter#docinfo method (#3300)
+* when `icons` is set to `image`, enable image icons, but don't use it as 
the value of the `icontype` attribute (#3308)
+  
+  // end::compact[]
+
+---
+Sun May  5 09:17:56 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.0.9
+ see installed CHANGELOG.adoc
+
+  // tag::compact[]
+  == 2.0.9 (2019-04-30) - @mojavelinux
+  
+  Bug Fixes::
+  
+* process multiple single-item menu macros in same line (#3279)
+* register images in catalog correctly (#3283)
+* rename AbstractNode#options method to AbstractNode#enabled_options so it 
doesn't get shadowed by Document#options (#3282)
+* don't fail to convert document if alt attribute is not set on block or 
inline image (typically by an extension)
+* fix lineno of source location on blocks that follow a detached list 
continuation (#3281)
+* assume inline image type is "image" if not set (typically by an 
extension)
+  
+  // end::compact[]
+  == 2.0.8 (2019-04-22) - @mojavelinux
+  
+  Bug Fixes::
+  
+* restore background color applied to literal blocks by default stylesheet 
(#3258)
+* use portability constants (CC_ALL, CC_ANY) in regular expressions 
defined in built-in converters (DocBook5 and ManPage)
+* use portability constant (CC_ANY) in regular expression for custom 
inline macros
+* use smarter margin collapsing for AsciiDoc table cell content; prevent 
passthrough content from being cut off (#3256)
+* don't limit footnote ref to ASCII charset; allow any word character in 
Unicode to be used (#3269)
+  
+  Improvements::
+  
+* register_for methods accept arguments as symbols (#3274)
+* use Concurrent::Map instead of Concurrent::Hash in template converter
+* use module_function keyword to define methods in Helpers
+* move regular expression definitions to separate source file (internal 
change)
+  
+  == 2.0.7 (2019-04-13) - @mojavelinux
+  
+  Bug Fixes::
+  
+* fix crash when resolving ID from text and at least one candidate 
contains an unresolved xref (#3254)
+* fix compatibility with Rouge 2.0
+  
+  Improvements::
+  
+* improve documentation for the `-a` CLI option; explain that `@` modifier 
can be placed at end of name as alternative to end of value
+* move source for main API entry points (load, load_file, convert, 
convert_file) to separate files (internal change)
+* define main API entry points (load, load_file, convert, convert_file) as 
module functions
+  
+  Also see 
https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues 
resolved in 2.0.x] (cumulative).
+  
+  == 2.0.6 (2019-04-04) - @mojavelinux
+  
+  Bug Fixes::
+  
+* assume implicit AsciiDoc extension on interdoc xref macro target with no 
extension (e.g., `document#`); restores 1.5.x behavior (#3231)
+* don't fail to load application if call to Dir.home fails; use a rescue 
with fallback values (#3238)
+* Helpers.rootname should only consider final path segment when dropping 
file extension
+  
+  Improvements::
+  
+* implement Helpers.extname as a more efficient and flexible File.extname 
method
+* check for AsciiDoc file extension using end_with? instead of resolving 
the extname and using a lookup
+  
+  Also see 
https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues 
resolved in 2.0.x] (cumulative).
+  
+  == 2.0.5 (2019-04-01) - @mojavelinux
+  
+  Bug Fixes::
+  
+* fix crash when source highlighter is Rouge and source language is not 
set on block (#3223)
+* update CLI and SyntaxHighlighter to allow Asciidoctor to load cleanly on 
Ruby 2.0 - 2.2
+* CLI should use 

commit python for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:54

Comparing /work/SRC/openSUSE:Leap:15.2/python (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python.new.26092 (New)


Package is "python"

Sun Mar  1 08:50:54 2020 rev:51 rq:780274 version:2.7.17

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python/python-base.changes 2020-01-15 
15:45:48.231335758 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python.new.26092/python-base.changes  
2020-03-01 08:50:59.721228071 +0100
@@ -1,0 +2,77 @@
+Sat Feb  8 23:29:28 CET 2020 - Matej Cepl 
+
+- Add CVE-2019-9674-zip-bomb.patch to improve documentation
+  warning about dangers of zip-bombs and other security problems
+  with zipfile library. (bsc#1162825 CVE-2019-9674)
+
+---
+Sat Feb  8 22:30:51 CET 2020 - Matej Cepl 
+
+- Change to Requires: libpython%{so_version} == %{version}-%{release}
+  to python-base to keep both packages always synchronized (add
+  %{so_version}) (bsc#1162224).
+
+---
+Thu Feb  6 23:14:47 CET 2020 - Matej Cepl 
+
+- Add CVE-2020-8492-urllib-ReDoS.patch fixing the security bug
+  "Python urrlib allowed an HTTP server to conduct Regular
+  Expression Denial of Service (ReDoS)" (bsc#1162367)
+
+---
+Mon Feb  3 19:30:31 UTC 2020 - Tomáš Chvátal 
+
+- Provide python-testsuite from devel subkg to ease py2->py3
+  dependencies
+
+---
+Mon Jan 27 16:47:56 CET 2020 - Matej Cepl 
+
+- Add python-2.7.17-switch-off-failing-SSL-tests.patch to switch
+  off tests coliding with the combination of modern Python and
+  ancient OpenSSL on SLE-12.
+
+---
+Fri Jan 10 16:01:57 CET 2020 - Matej Cepl 
+
+- libnsl is required only on more recent SLEs and openSUSE, older
+  glibc supported NIS on its own.
+
+---
+Thu Jan  2 10:34:17 UTC 2020 - Tomáš Chvátal 
+
+- Add provides in gdbm subpackage to provide dbm symbols. This
+  allows us to use %%{python_module dbm} as a dependency and have
+  it properly resolved for both python2 and python3
+
+---
+Thu Dec 19 08:47:01 UTC 2019 - Dominique Leuenberger 
+
+- Drop appstream-glib BuildRequires and no longer call
+  appstream-util validate-relax: eliminate a build cycle between
+  as-glib and python. The only thing would would gain by calling
+  as-uril is catching if upstream breaks the appdata.xml file in a
+  future release. Considering py2 is dying, chances for a new
+  release, let alone one breaking the xml file, are slim.
+
+---
+Wed Dec 11 14:35:46 CET 2019 - Matej Cepl 
+
+- Unify packages among openSUSE:Factory and SLE versions.
+  (bsc#1159035) ; add missing records to this changelog.
+- Add idle.desktop and idle.appdata.xml to provide IDLE in menus
+  (bsc#1153830)
+
+---
+Wed Dec  4 18:12:17 CET 2019 - Matej Cepl 
+
+- Add python2_split_startup Provide to make it possible to
+  conflict older packages by shared-python-startup.
+
+---
+Fri Nov 22 13:10:03 CET 2019 - Matej Cepl 
+
+- Move /etc/pythonstart script to shared-python-startup
+  package. 
+
+---
@@ -8,0 +86,24 @@
+Tue Nov  5 04:24:05 UTC 2019 - Steve Kowalik 
+
+- Add adapted-from-F00251-change-user-install-location.patch fixing
+  pip/distutils to install into /usr/local.
+
+---
+Thu Oct 24 14:40:39 CEST 2019 - Matej Cepl 
+
+- Update to 2.7.17:
+  - a bug fix release in the Python 2.7.x series. It is expected
+to be the penultimate release for Python 2.7.
+- Removed patches included upstream:
+  - CVE-2018-20852-cookie-domain-check.patch
+  - CVE-2019-16935-xmlrpc-doc-server_title.patch
+  - CVE-2019-9636-netloc-no-decompose-characters.patch
+  - CVE-2019-9947-no-ctrl-char-http.patch
+  - CVE-2019-9948-avoid_local-file.patch
+  - python-2.7.14-CVE-2018-130-1.patch
+  - python-2.7.14-CVE-2018-130-2.patch
+- Renamed remove-static-libpython.diff and python-bsddb6.diff to
+  remove-static-libpython.patch and python-bsddb6.patch to unify
+  filenames.
+
+---
@@ -16 +117 @@
-Wed Sep 25 11:42:32 CEST 2019 - Matej Cepl 
+Wed Sep 25 13:25:33 UTC 2019 - Bernhard Wiedemann 
@@ -18,5 +119 @@
-- bsc#1130840 

commit product-builder for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package product-builder for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:51:12

Comparing /work/SRC/openSUSE:Leap:15.2/product-builder (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.product-builder.new.26092 (New)


Package is "product-builder"

Sun Mar  1 08:51:12 2020 rev:76 rq:779657 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Leap:15.2/product-builder/product-builder.changes
2020-02-16 18:25:43.754636606 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.product-builder.new.26092/product-builder.changes 
2020-03-01 08:51:32.729293731 +0100
@@ -1,0 +2,6 @@
+Wed Feb 26 13:23:16 UTC 2020 - Adrian Schröter 
+
+- 1.2.8
+  * keep kwd file in SLE Full media wrapper (bsc#1164670)
+
+---

Old:

  product-builder-1.2.7.obscpio

New:

  product-builder-1.2.8.obscpio



Other differences:
--
++ product-builder.spec ++
--- /var/tmp/diff_new_pack.Z1I8ZH/_old  2020-03-01 08:51:33.281294829 +0100
+++ /var/tmp/diff_new_pack.Z1I8ZH/_new  2020-03-01 08:51:33.281294829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package product-builder
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
 Summary:SUSE Product Builder
 License:GPL-2.0-only
 Group:  System/Management
-Url:http://github.com/openSUSE/product-builder
+URL:http://github.com/openSUSE/product-builder
 Name:   product-builder
 Conflicts:  kiwi
 Conflicts:  kiwi-instsource
-Version:1.2.7
+Version:1.2.8
 Release:0
 Provides:   kiwi-schema = 6.2
 Source: product-builder-%version.tar.xz

++ _service ++
--- /var/tmp/diff_new_pack.Z1I8ZH/_old  2020-03-01 08:51:33.309294885 +0100
+++ /var/tmp/diff_new_pack.Z1I8ZH/_new  2020-03-01 08:51:33.309294885 +0100
@@ -1,8 +1,8 @@
 
   
 https://github.com/openSUSE/product-builder.git
-1.2.7
-1.2.7
+1.2.8
+1.2.8
 git
 rpm/product-builder.spec
   

++ product-builder-1.2.7.obscpio -> product-builder-1.2.8.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.2.7/SLE-wrapper.sh 
new/product-builder-1.2.8/SLE-wrapper.sh
--- old/product-builder-1.2.7/SLE-wrapper.sh2020-02-05 13:05:47.0 
+0100
+++ new/product-builder-1.2.8/SLE-wrapper.sh2020-02-26 14:21:02.0 
+0100
@@ -11,7 +11,7 @@
 mkdir $TOPDIR/KIWIRESULTS
 
 # remove symlink, we cat into it
-rm config.xml
+rm -f config.xml config.kiwi
 
 ARCH=${BUILD_FLAVOR/SLES-cd-Full-}
 # the worker expands obsrepositories:// only in the target kiwi so we need 
to apply this change to the modules
@@ -30,8 +30,11 @@
   grep -qx $MN_SHORT packages-dvd.txt || continue
 
   # replace obsrepositories://
-  perl -e '$in=0; while () { $in=1 if / config.xml
-  sed -i 
"s,MEDIUM_NAME\">.*,MEDIUM_NAME\">$MN-$BUILD_SUFFIX-Media$MN-$BUILD_SUFFIX," config.xml
+  perl -e '$in=0; while () { $in=1 if / config.kiwi
+  sed -i 
"s,MEDIUM_NAME\">.*,MEDIUM_NAME\">$MN-$BUILD_SUFFIX-Media$MN-$BUILD_SUFFIX," config.kiwi
+
+  # rescue support flags
+  cp ${kiwi%.kiwi}.kwd config.kwd
 
   /usr/bin/product-builder.pl --root $TOPDIR/KIWIROOT/ -v 1 --logfile 
terminal --create-instsource . || exit 1
   mv $TOPDIR/KIWIROOT/main $TOPDIR/KIWIALL/$MN_SHORT
@@ -39,7 +42,7 @@
 done # kiwiconf
 
 # now the final ISO
-perl -e '$in=0; while () { $in=0 if m, config.xml
+perl -e '$in=0; while () { $in=0 if m, config.kiwi
 ;;
 esac
 

++ product-builder.obsinfo ++
--- /var/tmp/diff_new_pack.Z1I8ZH/_old  2020-03-01 08:51:33.493295251 +0100
+++ /var/tmp/diff_new_pack.Z1I8ZH/_new  2020-03-01 08:51:33.497295259 +0100
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.2.7
-mtime: 1580904347
-commit: 2fa0d07906bffbde3df7cef265301ecd08d85027
+version: 1.2.8
+mtime: 1582723262
+commit: 341d31d4b6c311cbc6544d7284e9957033542247
 




commit python-Sphinx for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:42

Comparing /work/SRC/openSUSE:Leap:15.2/python-Sphinx (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-Sphinx.new.26092 (New)


Package is "python-Sphinx"

Sun Mar  1 08:50:42 2020 rev:24 rq:766262 version:1.7.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-Sphinx/python-Sphinx.changes
2020-01-15 15:46:23.723355987 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-Sphinx.new.26092/python-Sphinx.changes 
2020-03-01 08:50:43.449195702 +0100
@@ -1,0 +2,7 @@
+Thu Dec  5 08:31:54 UTC 2019 - Fabian Vogt 
+
+- Add patch to produce output compatible with current Qt
+  (bsc#1157793, boo#1158158):
+  * fix-keyword-escaping.patch
+
+---

New:

  fix-keyword-escaping.patch



Other differences:
--
++ python-Sphinx.spec ++
--- /var/tmp/diff_new_pack.SBH5Wd/_old  2020-03-01 08:50:44.001196800 +0100
+++ /var/tmp/diff_new_pack.SBH5Wd/_new  2020-03-01 08:50:44.005196808 +0100
@@ -32,6 +32,8 @@
 URL:http://sphinx-doc.org
 Source: 
https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
 Patch1: disable-test.patch
+# PATCH-FIX-UPSTREAM 
(https://github.com/sphinx-doc/sphinxcontrib-qthelp/commit/6233326c914145ff0334d680b7e11e37afb12ec1)
+Patch2: fix-keyword-escaping.patch
 BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -164,8 +166,7 @@
 This package contains the LaTeX components for %{name}.
 
 %prep
-%setup -q -n Sphinx-%{version}
-%patch1 -p1
+%autosetup -p1 -n Sphinx-%{version}
 
 sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line 
encoding
 

++ fix-keyword-escaping.patch ++
>From 866157b51443d59aaaff0efcce70bef82a448dad Mon Sep 17 00:00:00 2001
From: Takeshi KOMIYA 
Date: Sun, 24 Feb 2019 18:25:51 +0900
Subject: [PATCH 1/2] Fix #6097: the keyword IDs are not escaped qthelp in .qhp
 file

Backported to Sphinx 1.7.6 by fv...@suse.com
---

Index: Sphinx-1.7.6/tests/roots/test-need-escaped/index.rst
===
--- Sphinx-1.7.6.orig/tests/roots/test-need-escaped/index.rst
+++ Sphinx-1.7.6/tests/roots/test-need-escaped/index.rst
@@ -21,6 +21,12 @@ Contents:
 
 .. index::
pair: "subsection"; 
+   single: & (ampersand)
+   single: < (less)
+   single: > (greater)
+   single: Sphinx (document generator)
+   single: keyword1 (class in ID)
+   single: keyword2 (foo bar baz)
 
 --
 subsection
Index: Sphinx-1.7.6/sphinx/builders/qthelp.py
===
--- Sphinx-1.7.6.orig/sphinx/builders/qthelp.py
+++ Sphinx-1.7.6/sphinx/builders/qthelp.py
@@ -9,6 +9,7 @@
 :license: BSD, see LICENSE for details.
 """
 
+import html
 import codecs
 import os
 import posixpath
@@ -220,7 +221,7 @@ class QtHelpBuilder(StandaloneHTMLBuilde
 # descr = groupdict.get('descr')
 if shortname.endswith('()'):
 shortname = shortname[:-2]
-id = '%s.%s' % (id, shortname)
+id = html.escape('%s.%s' % (id, shortname), True)
 else:
 id = None
 
Index: Sphinx-1.7.6/tests/test_build_qthelp.py
===
--- Sphinx-1.7.6.orig/tests/test_build_qthelp.py
+++ Sphinx-1.7.6/tests/test_build_qthelp.py
@@ -66,10 +66,26 @@ def test_qthelp_escaped(app, status, war
 assert toc[0][3].attrib == {'title': 'baz', 'ref': 'baz.html'}
 
 keywords = et.find('.//keywords')
-assert len(keywords) == 2
-assert keywords[0].attrib == {'name': '', 'ref': 
'index.html#index-0'}
-assert keywords[1].attrib == {'name': '"subsection"', 'ref': 
'index.html#index-0'}
-
+assert len(keywords) == 8
+assert keywords[1].attrib == {'name': '& (ampersand)',
+  'id': 'ampersand.&',
+  'ref': 'index.html#index-0'}
+assert keywords[2].attrib == {'name': '< (less)',
+  'id': 'less.<',
+  'ref': 'index.html#index-0'}
+assert keywords[3].attrib == {'name': '"subsection"',
+  'ref': 'index.html#index-0'}
+assert keywords[4].attrib == {'name': '> (greater)',
+  'id': 'greater.>',
+  'ref': 'index.html#index-0'}
+assert keywords[5].attrib == {'name': 'keyword1 (class in ID)',
+  'id': 'ID.keyword1',
+  'ref': 

commit python-lxml for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:50

Comparing /work/SRC/openSUSE:Leap:15.2/python-lxml (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-lxml.new.26092 (New)


Package is "python-lxml"

Sun Mar  1 08:50:50 2020 rev:22 rq:778835 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-lxml/python-lxml.changes
2020-01-15 15:49:57.299477935 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-lxml.new.26092/python-lxml.changes 
2020-03-01 08:50:51.725212165 +0100
@@ -1,0 +2,178 @@
+Wed Jan 22 13:55:03 UTC 2020 - Martin Sirringhaus 
+
+- Update to 4.4.2:
+  * LP#1835708: ElementInclude incorrectly rejected repeated 
+non-recursive includes as recursive.
+  * Remove patch lxml-libxml-2.9.10.patch which is now upstream
+
+---
+Sun Nov 17 14:25:04 UTC 2019 - Dominique Leuenberger 
+
+- Add lxml-libxml-2.9.10.patch: Fix build against libxml 2.9.10.
+
+---
+Wed Sep 11 12:48:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 4.4.1:
+  * LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it 
as attrib mapping during element creation.
+  * LP#1838521: The package metadata now lists the supported Python versions.
+
+---
+Thu Aug  1 13:13:57 UTC 2019 - pgaj...@suse.com
+
+- version update to 4.4.0
+  * ``Element.clear()`` accepts a new keyword argument ``keep_tail=True`` to
+clear everything but the tail text.  This is helpful in some document-style
+use cases.
+  * When creating attributes or namespaces from a dict in Python 3.6+, lxml now
+preserves the original insertion order of that dict, instead of always 
sorting
+the items by name.  A similar change was made for ElementTree in CPython 
3.8.
+See https://bugs.python.org/issue34160
+  * Integer elements in ``lxml.objectify`` implement the ``__index__()`` 
special method.
+  * GH#269: Read-only elements in XSLT were missing the ``nsmap`` property.
+Original patch by Jan Pazdziora.
+  * ElementInclude can now restrict the maximum inclusion depth via a 
``max_depth``
+argument to prevent content explosion.  It is limited to 6 by default.
+  * The ``target`` object of the XMLParser can have ``start_ns()`` and 
``end_ns()``
+callback methods to listen to namespace declarations.
+  * The ``TreeBuilder`` has new arguments ``comment_factory`` and 
``pi_factory`` to
+pass factories for creating comments and processing instructions, as well 
as
+flag arguments ``insert_comments`` and ``insert_pis`` to discard them from 
the
+tree when set to false.
+  * A `C14N 2.0 `_ implementation was added 
as
+``etree.canonicalize()``, a corresponding ``C14NWriterTarget`` class, and
+a ``c14n2`` serialisation method.
+  * bugfixes, see CHANGES.txt
+- deleted sources
+  - lxmldoc-4.3.3.pdf (renamed)
+- added sources
+  + lxmldoc-4.4.0.pdf
+  + world.txt
+
+---
+Mon Jul 22 16:49:22 UTC 2019 - Todd R 
+
+- Update to 4.3.4
+  * Rebuilt with Cython 0.29.10 to support Python 3.8.
+Note: documentation is not updated
+
+---
+Tue Jul  2 15:03:15 UTC 2019 - Tomáš Chvátal 
+
+- Remove generated files
+
+---
+Fri Apr  5 12:10:42 UTC 2019 - Tomáš Chvátal 
+
+- Update to 4.3.3:
+  * Fix leak of output buffer and unclosed files in 
``_XSLTResultTree.write_output()``.
+
+---
+Tue Mar  5 11:27:57 UTC 2019 - Tomáš Chvátal 
+
+- Update to 4.3.2:
+  * Crash in 4.3.1 when appending a child subtree with certain text nodes.
+
+---
+Thu Feb 14 07:33:12 UTC 2019 - John Vandenberg 
+
+- Update to v4.3.1
+  * Fixed crash when appending a child subtree that contains unsubstituted
+entity references
+- from v4.3.0
+  * Features
++ The module ``lxml.sax`` is compiled using Cython in order to speed it up.
++ lxml.sax.ElementTreeProducer now preserves the namespace prefixes.
+  If two prefixes point to the same URI, the first prefix in alphabetical
+  order is used.
++ Updated ISO-Schematron implementation to 2013 version (now MIT licensed)
+  and the corresponding schema to the 2016 version (with optional 
"properties").
+  * Other
++ Support for Python 2.6 and 3.3 was removed.
++ The minimum dependency versions were raised to libxml2 2.9.2 and libxslt 
1.1.27,
+  which were released in 2014 and 2012 

commit python-CherryPy for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-CherryPy for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:51:00

Comparing /work/SRC/openSUSE:Leap:15.2/python-CherryPy (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-CherryPy.new.26092 (New)


Package is "python-CherryPy"

Sun Mar  1 08:51:00 2020 rev:18 rq:780505 version:18.3.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-CherryPy/python-CherryPy.changes
2020-01-15 15:45:54.179339148 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-CherryPy.new.26092/python-CherryPy.changes 
2020-03-01 08:51:04.357237293 +0100
@@ -2 +2 @@
-Thu Nov 21 17:53:17 CET 2019 - Matej Cepl 
+Mon Feb 24 12:53:40 UTC 2020 - Tomáš Chvátal 
@@ -4,4 +4,11 @@
-- Add compatibility_w_Python_fix.patch to make tests pass even
-  with the more recent versions of Python which have fixed
-  http.client.HTTPConnection.putrequest().
-  gh#cherrypy/cherrypy#1781
+- Fix few more tests that are skipped in travis
+- Remove patch compatibility_w_Python_fix.patch
+
+---
+Sat Nov 30 17:50:07 CET 2019 - Matej Cepl 
+
+- (bsc#1158120) Add compatibility_w_Python_fix.patch to make
+  tests pass even with the more recent versions of Python which
+  have fixed http.client.HTTPConnection.putrequest().
+  Fallout from jsc#PM-1350.
+  Aka gh#cherrypy/cherrypy#1781
@@ -8,0 +16,73 @@
+
+---
+Wed Oct 30 13:15:39 UTC 2019 - Tomáš Chvátal 
+
+- Skip known failing test upstream
+
+---
+Fri Oct 11 07:43:34 UTC 2019 - Tomáš Chvátal 
+
+- Do not remove cherrypy tests from distribution as other projects
+  use it for self testing too
+
+---
+Mon Oct  7 13:26:26 UTC 2019 - Tomáš Chvátal 
+
+- Update to 18.3.0:
+  * Support handling multiple exceptions when processing hooks
+
+---
+Tue Sep 24 08:49:15 UTC 2019 - Tomáš Chvátal 
+
+- Update to 18.2.0:
+  * File-based sessions no longer attempt to remove the lock files
+when releasing locks, instead deferring to the default behavior
+of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`.
+  * Add native support for 308 Permanent Redirect usable via raise
+cherrypy.HTTPRedirect('/new_uri', 308).
+- Drop merged patch pytest5.patch
+
+---
+Fri Jul 19 12:13:03 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to work with pytest5, from upstream:
+  * pytest5.patch
+
+---
+Fri Jul 19 12:06:57 UTC 2019 - Tomáš Chvátal 
+
+- Update to 18.1.2:
+  * Fixed :issue:`1377` via :pr:`1785`: Restore a native WSGI-less HTTP server 
support.
+  * :pr:`1769`: Reduce log level for non-error events in win32.py
+
+---
+Fri May 31 15:32:40 CEST 2019 - Matej Cepl 
+
+- boo#1136862: ignore StaticTest.test_null_bytes test case, which
+  fails due to Python 3 fixes for CVE-2019-9740. (gh#cherrypy/cherrypy#1781)
+
+---
+Thu May 16 18:12:19 UTC 2019 - Guang Yee 
+
+- Disable test_wait_publishes_periodically test as it is unstable and
+  highly time sensitive. 
+
+---
+Thu Mar 28 14:03:13 UTC 2019 - Tomáš Chvátal 
+
+- Update to 18.1.1:
+  * Revert bus behavior change from 18.1.0 as the former behavior
+was intentional
+
+---
+Tue Mar  5 12:19:29 UTC 2019 - Tomáš Chvátal 
+
+- Update to 18.1.0:
+  * too many changes to iterate, see CHANGES.rst
+  * Dropped support for python2
+- Make sure tests are run
+
+---
+Fri Feb  9 14:23:16 UTC 2018 - norm...@linux.vnet.ibm.com
+
+- disable pytest as transient failures

Old:

  CherryPy-10.2.1.tar.gz
  compatibility_w_Python_fix.patch

New:

  CherryPy-18.3.0.tar.gz



Other differences:
--
++ python-CherryPy.spec ++
--- /var/tmp/diff_new_pack.rhRF6L/_old  2020-03-01 08:51:04.829238232 +0100
+++ /var/tmp/diff_new_pack.rhRF6L/_new  2020-03-01 08:51:04.833238240 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-CherryPy
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,50 +16,41 @@
 #
 
 
+%define 

commit protobuf for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package protobuf for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:51

Comparing /work/SRC/openSUSE:Leap:15.2/protobuf (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.protobuf.new.26092 (New)


Package is "protobuf"

Sun Mar  1 08:50:51 2020 rev:28 rq:779162 version:3.9.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/protobuf/protobuf.changes  2020-02-05 
07:29:20.798744871 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.protobuf.new.26092/protobuf.changes   
2020-03-01 08:50:55.853220376 +0100
@@ -1,0 +2,14 @@
+Fri Dec 20 09:04:24 UTC 2019 - Martin Pluskal 
+
+- Use tarball provided by upstream
+- Small package cleanup
+
+---
+Thu Dec 19 12:47:53 UTC 2019 - Madhu Mohan Nelemane 
+
+- Updated to version 3.9.2 (bsc#1162343)
+   (Objective-C)
+  * Remove OSReadLittle* due to alignment requirements. (#6678)
+  * Don't use unions and instead use memcpy for the type swaps. (#6672)
+
+---

Old:

  protobuf-3.9.1.tar.gz

New:

  protobuf-3.9.2.tar.gz



Other differences:
--
++ protobuf.spec ++
--- /var/tmp/diff_new_pack.mMIn8U/_old  2020-03-01 08:50:56.357221379 +0100
+++ /var/tmp/diff_new_pack.mMIn8U/_new  2020-03-01 08:50:56.361221388 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package protobuf
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 sover 20
 %define tarname protobuf
-%define src_install_dir /usr/src/%{name}
+%define src_install_dir %{_prefix}/src/%{name}
 %define extra_java_flags -source 7 -target 7
 # requires gmock, which is not yet in the distribution
 %bcond_with check
@@ -27,7 +27,7 @@
 %bcond_without python2
 %bcond_without python3
 Name:   protobuf
-Version:3.9.1
+Version:3.9.2
 Release:0
 Summary:Protocol Buffers - Google's data interchange format
 License:BSD-3-Clause
@@ -208,13 +208,13 @@
 tar -xzf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir}
 %fdupes %{buildroot}%{src_install_dir}
 # Fix env-script-interpreter rpmlint error
-find %{buildroot}%{src_install_dir} -type f -name "*.js" -exec sed -i 
's|#!.*/usr/bin/env node|#!/usr/bin/node|' "{}" +
-find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 
's|#!.*/usr/bin/env python2.7|#!/usr/bin/python2.7|' "{}" +
-find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 
's|#!.*/usr/bin/env python|#!/usr/bin/python|' "{}" +
-find %{buildroot}%{src_install_dir} -type f -name "*.rb" -exec sed -i 
's|#!.*/usr/bin/env ruby|#!/usr/bin/ruby|' "{}" +
-find %{buildroot}%{src_install_dir} -type f -name "*.sh" -exec sed -i 
's|#!.*/usr/bin/env bash|#!/bin/bash|' "{}" +
+find %{buildroot}%{src_install_dir} -type f -name "*.js" -exec sed -i 
's|#!.*%{_bindir}/env node|#!%{_bindir}/node|' "{}" +
+find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 
's|#!.*%{_bindir}/env python2.7|#!%{_bindir}/python2.7|' "{}" +
+find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 
's|#!.*%{_bindir}/env python|#!%{_bindir}/python|' "{}" +
+find %{buildroot}%{src_install_dir} -type f -name "*.rb" -exec sed -i 
's|#!.*%{_bindir}/env ruby|#!%{_bindir}/ruby|' "{}" +
+find %{buildroot}%{src_install_dir} -type f -name "*.sh" -exec sed -i 
's|#!.*%{_bindir}/env bash|#!/bin/bash|' "{}" +
 # And stop requiring ridiculously old Python version
-find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 
's|#!/usr/bin/python2.4|#!/usr/bin/python2.7|' "{}" +
+find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 
's|#!%{_bindir}/python2.4|#!%{_bindir}/python2.7|' "{}" +
 # Fix spurious-executable-perm rpmlint error
 chmod -x %{buildroot}%{src_install_dir}/src/google/protobuf/arenastring.h
 chmod -x 
%{buildroot}%{src_install_dir}/src/google/protobuf/compiler/js/js_generator.h

++ protobuf-3.9.1.tar.gz -> protobuf-3.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/protobuf-3.9.1/Protobuf.podspec 
new/protobuf-3.9.2/Protobuf.podspec
--- old/protobuf-3.9.1/Protobuf.podspec 2019-08-05 19:07:28.0 +0200
+++ new/protobuf-3.9.2/Protobuf.podspec 2019-09-20 23:50:52.0 +0200
@@ -5,7 +5,7 @@
 # dependent projects use the :git notation to refer to the library.
 Pod::Spec.new do |s|
   s.name = 'Protobuf'
-  s.version  = '3.9.1'
+  s.version  = 

commit python-cffi for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-cffi for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:56

Comparing /work/SRC/openSUSE:Leap:15.2/python-cffi (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-cffi.new.26092 (New)


Package is "python-cffi"

Sun Mar  1 08:50:56 2020 rev:28 rq:780302 version:1.13.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-cffi/python-cffi.changes
2020-01-15 15:47:51.619406085 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-cffi.new.26092/python-cffi.changes 
2020-03-01 08:51:01.601231811 +0100
@@ -2 +2 @@
-Tue Oct 30 11:58:50 CET 2018 - mc...@suse.com
+Mon Nov 18 20:21:04 UTC 2019 - Todd R 
@@ -4,2 +4,132 @@
-- Add dont-corrupt-memory.patch to fix boo#657 (originally
-  from https://bitbucket.org/cffi/cffi/commits/7a76a3815340)
+- Update to 1.13.2:
+  * re-release because the Linux wheels came with an attached version of 
libffi that was very old and buggy
+- Update to 1.13.1:
+  * deprecate the way to declare in cdef() a global variable with only void 
*foo;. You should always use a storage class, like extern void *foo; or maybe 
static void *foo;. These are all equivalent for the purposes of cdef(), but the 
reason for deprecating the bare version is that (as far as I know) it would 
always be mistake in a real C header.
+  * fix the regression RuntimeError: found a situation in which we try to 
build a type recursively.
+  * fixed issue #427 where a multithreading mistake in the embedding logic 
initialization code would cause deadlocks on CPython 3.7.
+
+---
+Tue Oct 15 10:39:50 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.13.0:
+  * No changelog provided upstream
+
+---
+Tue Apr 30 19:42:59 UTC 2019 - Todd R 
+
+- Update to 1.12.3
+  * Fix for nested struct types that end in a var-sized array (#405).
+  * Add support for using U and L characters at the end of integer constants 
in ffi.cdef() (thanks Guillaume).
+  * More 3.8 fixes.
+
+---
+Thu Mar  7 14:10:49 UTC 2019 - John Vandenberg 
+
+- Remove test suite exception which was fixed by 7a76a38153*.patch
+- Add doc/*/*.rst to %doc
+
+---
+Sat Mar  2 10:39:31 UTC 2019 - Ondřej Súkup 
+
+- update to 1.12.3
+- drop patches: 3184b0a675fc425b821b528d7fdf744b2f08dadf.patch
+7a76a381534012af4790e815140d1538510b7d93.patch
+e2e324a2f13e3a646de6f6ff03e90ed7d37e2636.patch
+ * Direct support for pkg-config.
+ * ffi.from_buffer() takes a new optional first argument that gives the array
+type of the result. It also takes an optional keyword argument 
require_writable
+to refuse read-only Python buffers.
+ * ffi.new(), ffi.gc() or ffi.from_buffer() cdata objects can now be released
+at known times, either by using the with keyword or by calling the new 
ffi.release().
+ * Accept an expression like ffi.new("int[4]", p) if p is itself another cdata 
int[4].
+ * CPython 2.x: ffi.dlopen() failed with non-ascii file names on Posix
+ * CPython: if a thread is started from C and then runs Python code
+(with callbacks or with the embedding solution), then previous versions of 
cffi
+would contain possible crashes and/or memory leaks.
+ * Support for ffi.cdef(..., pack=N) where N is a power of two.
+
+---
+Mon Oct 29 16:10:03 CET 2018 - mc...@suse.com
+
+- Add 7a76a381534012af4790e815140d1538510b7d93.patch to fix
+  bsc#657 (we need use to proper void returning function not
+  to corrupt memory in tests).
+
+---
+Wed Oct 17 18:53:19 CEST 2018 - mc...@suse.com
+
+- Fix calling of py.test executor.
+
+---
+Fri Sep 21 07:24:58 CEST 2018 - mc...@suse.com
+
+- Add 3184b0a675fc425b821b528d7fdf744b2f08dadf.patch as
+  a workaround against
+  https://bitbucket.org/cffi/cffi/issues/378/ (possible bug in
+  GCC, see https://bugzilla.redhat.com/1552724).
+
+---
+Wed Sep 19 20:43:08 CEST 2018 - mc...@suse.com
+
+- Remove ignore-tests.patch -- testing what will happen
+- Add e2e324a2f13e3a646de6f6ff03e90ed7d37e2636.patch from
+  upstream to remove some warnings.
+
+---
+Tue Sep 18 15:51:02 UTC 2018 - Matěj Cepl 
+
+- Switch off falling tests with new patch
+  ignore-tests.patch instead of -k parameter for py.test.
+  https://bitbucket.org/cffi/cffi/issues/384/
+
+---
+Fri 

commit libgit2 for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package libgit2 for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:11

Comparing /work/SRC/openSUSE:Leap:15.2/libgit2 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libgit2.new.26092 (New)


Package is "libgit2"

Sun Mar  1 08:51:11 2020 rev:25 rq:779603 version:0.28.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libgit2/libgit2.changes2020-01-30 
14:47:40.814815658 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libgit2.new.26092/libgit2.changes 
2020-03-01 08:51:29.277286865 +0100
@@ -1,0 +2,62 @@
+Wed Dec 11 15:58:48 UTC 2019 - Andreas Stieger 
+
+- libgit2 0.28.4:
+  * CVE-2019-1348: the fast-import stream command "feature
+export-marks=path" allows writing to arbitrary file paths. As
+libgit2 does not offer any interface for fast-import, it is not
+susceptible to this vulnerability. (boo#1158785)
+  * CVE-2019-1349: by using NTFS 8.3 short names, backslashes or
+alternate filesystreams, it is possible to cause submodules to
+be written into pre-existing directories during a recursive
+clone using git. As libgit2 rejects cloning into non-empty
+directories by default, it is not susceptible to this
+vulnerability. (boo#1158787)
+  * CVE-2019-1350: recursive clones may lead to arbitrary remote
+code executing due to improper quoting of command line
+arguments. As libgit2 uses libssh2, which does not require us
+to perform command line parsing, it is not susceptible to this
+vulnerability. (boo#1158788)
+  * CVE-2019-1351: Windows provides the ability to substitute
+drive letters with arbitrary letters, including multi-byte
+Unicode letters. To fix any potential issues arising from
+interpreting such paths as relative paths, we have extended
+detection of DOS drive prefixes to accomodate for such cases.
+(boo#1158790)
+  * CVE-2019-1352: by using NTFS-style alternative file streams for
+the ".git" directory, it is possible to overwrite parts of the
+repository. While this has been fixed in the past for Windows,
+the same vulnerability may also exist on other systems that
+write to NTFS filesystems. We now reject any paths starting
+with ".git:" on all systems. (boo#1158790)
+  * CVE-2019-1353: by using NTFS-style 8.3 short names, it was
+possible to write to the ".git" directory and thus overwrite
+parts of the repository, leading to possible remote code
+execution. While this problem was already fixed in the past for
+Windows, other systems accessing NTFS filesystems are
+vulnerable to this issue too. We now enable NTFS protecions by
+default on all systems to fix this attack vector. (boo#1158791)
+  * CVE-2019-1354: on Windows, backslashes are not a valid part of
+a filename but are instead interpreted as directory separators.
+As other platforms allowed to use such paths, it was possible
+to write such invalid entries into a Git repository and was
+thus an attack vector to write into the ".git" dierctory. We
+now reject any entries starting with ".git" on all systems.
+(boo#1158792)
+  * CVE-2019-1387: it is possible to let a submodule's git
+directory point into a sibling's submodule directory, which may
+result in overwriting parts of the Git repository and thus lead
+to arbitrary command execution. As libgit2 doesn't provide any
+way to do submodule clones natively, it is not susceptible to
+this vulnerability. Users of libgit2 that have implemented
+recursive submodule clones manually are encouraged to review
+their implementation for this vulnerability. (boo#1158793)
+
+---
+Wed Dec 11 13:30:43 UTC 2019 - Andreas Stieger 
+
+- libgit2 0.28.3:
+  * A carefully constructed commit object with a very large number
+of parents may have lead to out-of-bounds writes or potential
+denial of service (boo#1158981)
+
+---

Old:

  libgit2-0.28.2.tar.gz

New:

  libgit2-0.28.4.tar.gz



Other differences:
--
++ libgit2.spec ++
--- /var/tmp/diff_new_pack.PlWq7V/_old  2020-03-01 08:51:30.157288615 +0100
+++ /var/tmp/diff_new_pack.PlWq7V/_new  2020-03-01 08:51:30.161288623 +0100
@@ -19,7 +19,7 @@
 
 %define sover 28
 Name:   libgit2
-Version:0.28.2
+Version:0.28.4
 Release:0
 Summary:C git library
 License:GPL-2.0 WITH GCC-exception-2.0

++ libgit2-0.28.2.tar.gz -> libgit2-0.28.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-0.28.2/docs/changelog.md 
new/libgit2-0.28.4/docs/changelog.md

commit kernel-source for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:51:06

Comparing /work/SRC/openSUSE:Leap:15.2/kernel-source (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kernel-source.new.26092 (New)


Package is "kernel-source"

Sun Mar  1 08:51:06 2020 rev:112 rq:777636 version:5.3.18

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kernel-source/dtb-aarch64.changes  
2020-02-11 23:24:31.505242241 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kernel-source.new.26092/dtb-aarch64.changes   
2020-03-01 08:51:10.965250438 +0100
@@ -1,0 +2,3296 @@
+Wed Feb 19 12:37:47 CET 2020 - mbe...@suse.cz
+
+- tracing: Fix now invalid var_ref_vals assumption in trace action
+  (git-fixes).
+- commit 9385a9b
+
+---
+Wed Feb 19 11:26:39 CET 2020 - j...@suse.cz
+
+- block: fix get_max_segment_size() overflow on 32bit arch
+  (bsc#1164285).
+- commit 88517df
+
+---
+Wed Feb 19 11:25:07 CET 2020 - j...@suse.cz
+
+- ext4: fix support for inode sizes > 1024 bytes (bsc#1164284).
+- commit 05b8b1c
+
+---
+Wed Feb 19 10:35:36 CET 2020 - j...@suse.cz
+
+- memcg: fix a crash in wb_workfn when a device disappears
+  (bsc#1164276).
+- commit b25cbaa
+
+---
+Wed Feb 19 10:15:44 CET 2020 - mbrug...@suse.com
+
+- arm64: dts: agilex/stratix10: fix pmu interrupt numbers
+  (bsc#1164272).
+- commit 0c677d5
+
+---
+Wed Feb 19 10:14:55 CET 2020 - mbrug...@suse.com
+
+- arm64: KVM: Device mappings should be execute-never
+  (bsc#1164268).
+- Refresh
+  patches.suse/arm64-Ensure-VM_WRITE-VM_SHARED-ptes-are-clean-by-de.patch.
+- commit b79bc51
+
+---
+Wed Feb 19 08:15:07 CET 2020 - mkube...@suse.cz
+
+- fix upstream references
+- fix Patch-mainline:
+  patches.suse/fix-autofs-regression-caused-by-follow_managed-changes.patch
+  patches.suse/fix-dget_parent-fastpath-race.patch
+  patches.suse/fsnamei.c-fix-missing-barriers-when-checking-positivity.patch
+  patches.suse/fsnamei.c-pull-positivity-check-into-follow_managed.patch
+  patches.suse/new-helper-lookup_positive_unlocked.patch
+- commit d37656d
+
+---
+Wed Feb 19 08:09:03 CET 2020 - mkube...@suse.cz
+
+- series.conf: cleanup
+- update upstream reference and resort:
+  patches.suse/dma-contiguous-cma-give-precedence-to-cmdline.patch
+- commit 1b96e18
+
+---
+Tue Feb 18 23:24:48 CET 2020 - tbogendoer...@suse.de
+
+- netdevsim: fix ptr_ret.cocci warnings (bsc#1154353).
+- commit acfaee7
+
+---
+Tue Feb 18 22:44:47 CET 2020 - rgold...@suse.com
+
+- fix autofs regression caused by follow_managed() changes
+  (git-fixes, bsc#1159271).
+- commit a954cfa
+
+---
+Tue Feb 18 21:52:44 CET 2020 - rgold...@suse.com
+
+- fs/namei.c: fix missing barriers when checking positivity
+  (bsc#1159271).
+- fix dget_parent() fastpath race  (bsc#1159271).
+- new helper: lookup_positive_unlocked()  (bsc#1159271).
+- fs/namei.c: pull positivity check into follow_managed()
+  (bsc#1159271).
+- commit 15f64cd
+
+---
+Tue Feb 18 21:08:38 CET 2020 - mgor...@suse.de
+
+- sched/fair: fix statistics for find_idlest_group() (bnc#1155798
+  (CPU scheduler functional and performance backports)).
+- commit 2db86c8
+
+---
+Tue Feb 18 21:07:28 CET 2020 - mgor...@suse.de
+
+- sched/fair: Fix kernel-doc warning in attach_entity_load_avg()
+  (git fixes (sched)).
+- commit 366accc
+
+---
+Tue Feb 18 19:02:19 CET 2020 - msucha...@suse.de
+
+- powerpc/kexec: Move kexec files into a dedicated subdir
+  (bsc#1140025 ltc#176086).
+  Refresh
+  patches.suse/powerpc-Avoid-clang-warnings-around-setjmp-and-longj.patch.
+- powerpc/32: Split kexec low level code out of misc_32.S
+  (bsc#1140025 ltc#176086).
+- commit ea45911
+
+---
+Tue Feb 18 18:14:20 CET 2020 - mbrug...@suse.com
+
+- arm64: dts: fast models: Fix FVP PCI interrupt-map property
+  (bsc#1164201).
+- arm64: ssbs: Fix context-switch when SSBS is present on all CPUs
+  (bsc#1164221).
+- arm64: dts: marvell: clearfog-gt-8k: fix switch cpu port node
+  (bsc#1164211).
+- arm64: acpi: fix DAIF 

commit kernel-firmware for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kernel-firmware for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:51:04

Comparing /work/SRC/openSUSE:Leap:15.2/kernel-firmware (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kernel-firmware.new.26092 (New)


Package is "kernel-firmware"

Sun Mar  1 08:51:04 2020 rev:92 rq:770843 version:20200107

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kernel-firmware/kernel-firmware.changes
2020-01-19 15:46:55.085682411 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.kernel-firmware.new.26092/kernel-firmware.changes 
2020-03-01 08:51:08.913246356 +0100
@@ -1,0 +2,41 @@
+Tue Jan 28 15:37:58 CET 2020 - ti...@suse.de
+
+- Revert vega10_sos.bin again as the latest firmware still broken
+  for SLE15-SP1 (4.19 DRM-base) amdgpu driver (bsc#1143331)
+
+---
+Wed Jan 08 17:06:58 UTC 2020 - ti...@suse.com
+
+- Update to version 20200107 (git commit 67d4ff59bf33):
+  * Mellanox: Add new mlxsw_spectrum firmware xx.2000.2714
+  * radeon: update oland rlc microcode from amdgpu
+  * amdgpu: update vega20 microcode for 19.50
+  * amdgpu: update vega12 microcode for 19.50
+  * amdgpu: update vega10 microcode for 19.50
+  * amdgpu: update picasso microcode for 19.50
+  * amdgpu: update raven2 microcode for 19.50
+  * amdgpu: update raven microcode for 19.50
+  * amdgpu: update navi10 microcode for 19.50
+  * amdgpu: update navi14 microcode for 19.50
+  * amdgpu: add TA microcode for Raven asics
+  * qed: Add firmware 8.42.2.0
+  * Adjust WHENCE entry to check_whence doesn't complain
+  * qcom: Switch SDM845 WLAN firmware
+  * linux-firmware: add NXP firmware licence file
+  * ath10k: WCN3990 hw1.0: add firmware WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1
+  * ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00070
+  * ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00047
+  * ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00070
+  * ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00047
+  * ath10k: QCA6174 hw3.0: update board-2.bin
+  * linux-firmware: Update AMD cpu microcode (bsc#1160204)
+  * inside-secure: add new "mini" firmware for the EIP197 driver
+  * WHENCE: Add raspberry-pi4 SDIO file
+  * qcom: update venus firmware files for v5.4
+  * cxgb4: Update firmware to revision 1.24.11.0
+  * brcm: Add BCM43455 NVRAM for Raspberry Pi 4 B
+  * qcom: Add SDM845 Compute DSP firmware
+  * qcom: Add SDM845 Audio DSP firmware
+  * qcom: Add SDM845 modem firmware
+
+---

Old:

  kernel-firmware-20191118.tar.xz

New:

  kernel-firmware-20200107.tar.xz
  vega10_sos.bin
  vega10_sos.bin-sha1sum



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.pgApgg/_old  2020-03-01 08:51:10.545249602 +0100
+++ /var/tmp/diff_new_pack.pgApgg/_new  2020-03-01 08:51:10.549249610 +0100
@@ -18,7 +18,7 @@
 
 %define __ksyms_path ^/lib/firmware
 Name:   kernel-firmware
-Version:20191118
+Version:20200107
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT
@@ -37,6 +37,8 @@
 Source9:ql2700_fw.bin
 Source10:   ql8300_fw.bin
 Source99:   %{name}-rpmlintrc
+Source100:  vega10_sos.bin
+Source101:  vega10_sos.bin-sha1sum
 BuildRequires:  fdupes
 BuildRequires:  suse-module-tools
 Requires(post): coreutils
@@ -95,6 +97,8 @@
 # additional firmwares
 cat %{SOURCE1} >> WHENCE
 cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
+sha1sum --quiet -c %{SOURCE101} || exit 1
+cp %{SOURCE100} amdgpu/
 
 %build
 # nothing to do

++ _servicedata ++
--- /var/tmp/diff_new_pack.pgApgg/_old  2020-03-01 08:51:10.589249690 +0100
+++ /var/tmp/diff_new_pack.pgApgg/_new  2020-03-01 08:51:10.589249690 +0100
@@ -1,4 +1,4 @@
 
 
 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
-  ad7a8b22b1d00a859a33f1de87ab4a617270dbb9
\ No newline at end of file
+  67d4ff59bf3334895626cf165e508e9eb1846e24
\ No newline at end of file


++ kernel-firmware-20191118.tar.xz -> kernel-firmware-20200107.tar.xz ++
/work/SRC/openSUSE:Leap:15.2/kernel-firmware/kernel-firmware-20191118.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.kernel-firmware.new.26092/kernel-firmware-20200107.tar.xz
 differ: char 26, line 1




++ vega10_sos.bin-sha1sum ++
595028ed1fc03d843dcdaf301670f53eb6fac3ae  amdgpu/vega10_sos.bin



commit python-scipy for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-scipy for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:48

Comparing /work/SRC/openSUSE:Leap:15.2/python-scipy (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-scipy.new.26092 (New)


Package is "python-scipy"

Sun Mar  1 08:50:48 2020 rev:15 rq:778831 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-scipy/python-scipy.changes  
2020-02-04 17:54:14.288742701 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-scipy.new.26092/python-scipy.changes   
2020-03-01 08:50:49.265207271 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 10:58:29 CET 2020 - Matej Cepl 
+
+- Fix _ver macro (bsc#1162091)
+
+---
@@ -4 +9 @@
-- Update to the scipy 1.3.3 (jsc#SLE-8493):
+- Update to the scipy 1.3.3 (jsc#SLE-8493, bsc#1149203):



Other differences:
--
++ python-scipy.spec ++
--- /var/tmp/diff_new_pack.QUFsyM/_old  2020-03-01 08:50:49.981208696 +0100
+++ /var/tmp/diff_new_pack.QUFsyM/_new  2020-03-01 08:50:49.985208704 +0100
@@ -19,7 +19,7 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %define skip_python2 1
-%define _ver 1_2_0
+%define _ver 1_3_3
 %define shortname scipy
 %define pname python-%{shortname}
 




commit python-cheroot for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-cheroot for 
openSUSE:Leap:15.2 checked in at 2020-03-01 08:50:25

Comparing /work/SRC/openSUSE:Leap:15.2/python-cheroot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-cheroot.new.26092 (New)


Package is "python-cheroot"

Sun Mar  1 08:50:25 2020 rev:12 rq:761192 version:6.5.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-cheroot/python-cheroot.changes  
2020-01-15 15:47:52.551406616 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-cheroot.new.26092/python-cheroot.changes   
2020-03-01 08:50:26.365161718 +0100
@@ -1,0 +2,28 @@
+Mon Sep  2 19:10:07 UTC 2019 - Dan Čermák 
+
+- Drop dependency on backports.functools_lru_cache for the python3 subpackage
+  This fixes bsc#1149124
+
+---
+Sun Jun  2 21:15:22 UTC 2019 - Jan Engelhardt 
+
+- Ensure neutrality of description.
+
+---
+Tue May 14 11:57:52 CEST 2019 - Matej Cepl 
+
+- Update to 6.5.5 bsc#1142582:
+  - Sockets now collect statistics (bytes read and written) on
+Python 3 same as Python 2.
+  - Ignore OpenSSL's 1.1+ Error 0 under any Python while wrapping
+a socket.
+- Switch off failing tests to avoid gh#cherrypy/cheroot#200
+
+---
+Tue Mar  5 12:26:41 UTC 2019 - Tomáš Chvátal 
+
+- Update to 6.5.4:
+  * too many changes to enumerate see CHANGES.rst
+- Make sure to execute testsuite
+
+---

Old:

  cheroot-5.4.0.tar.gz

New:

  cheroot-6.5.5.tar.gz



Other differences:
--
++ python-cheroot.spec ++
--- /var/tmp/diff_new_pack.KYUg66/_old  2020-03-01 08:50:26.857162697 +0100
+++ /var/tmp/diff_new_pack.KYUg66/_new  2020-03-01 08:50:26.857162697 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-Cheroot
+# spec file for package python-cheroot
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,47 +12,75 @@
 # 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-cheroot
-Version:5.4.0
+Version:6.5.5
 Release:0
+Summary:Pure-python HTTP server
 License:BSD-3-Clause
-Summary:Highly-optimized, pure-python HTTP server
-Url:https://github.com/cherrypy/cheroot
 Group:  Development/Languages/Python
-Source: 
https://files.pythonhosted.org/packages/source/C/Cheroot/cheroot-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+URL:https://github.com/cherrypy/cheroot
+Source: 
https://files.pythonhosted.org/packages/source/c/cheroot/cheroot-%{version}.tar.gz
+BuildRequires:  %{python_module more-itertools >= 2.6}
+BuildRequires:  %{python_module pyOpenSSL}
+BuildRequires:  %{python_module pytest >= 2.8}
+BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module requests-unixsocket}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
+BuildRequires:  %{python_module setuptools_scm_git_archive >= 1.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  %{python_module six >= 1.11.0}
+BuildRequires:  %{python_module trustme}
+BuildRequires:  fdupes
+BuildRequires:  python-backports.functools_lru_cache
+BuildRequires:  python-rpm-macros
+Requires:   python-more-itertools >= 2.6
+Requires:   python-six >= 1.11.0
 # the package and distribution name is lowercase-cheroot,
 # but PyPI claims the name is capital-Cheroot
 # *smacks head against desk*
 Provides:   python-Cheroot = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
+%ifpython2
+Requires:   python-backports.functools_lru_cache
+%endif
 %python_subpackages
 
 %description
-Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
+Cheroot is the pure-Python HTTP server used by CherryPy.
 
 %prep
 %setup -q -n cheroot-%{version}
+# do not require cov/xdist/etc
+sed -i -e '/addopts/d' pytest.ini
+
+# drop the dependency of backports.functools_lru_cache from the python3 package
+for file in 

commit python-numpy for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Leap:15.2 
checked in at 2020-03-01 08:50:28

Comparing /work/SRC/openSUSE:Leap:15.2/python-numpy (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-numpy.new.26092 (New)


Package is "python-numpy"

Sun Mar  1 08:50:28 2020 rev:48 rq:761904 version:1.17.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-numpy/python-numpy.changes  
2020-01-15 15:50:52.899509804 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-numpy.new.26092/python-numpy.changes   
2020-03-01 08:50:29.541168036 +0100
@@ -1,0 +2,26 @@
+Wed Nov 27 18:04:43 CET 2019 - Matej Cepl 
+
+- (bsc#1149203, jsc#SLE-8532) Update to 1.17.3. Highlights:
+  - A new extensible random module along with four selectable
+random number generators and improved seeding designed for
+use in parallel processes has been added. The currently
+available bit generators are MT19937, PCG64, Philox, and
+SFC64. See below under New Features.
+  - NumPy’s FFT implementation was changed from fftpack to
+pocketfft, resulting in faster, more accurate transforms and
+better handling of datasets of prime length. See below under
+Improvements.
+  - New radix sort and timsort sorting methods. It is currently
+not possible to choose which will be used. They are hardwired
+to the datatype and used when either stable or mergesort is
+passed as the method. See below under Improvements.
+  - Overriding numpy functions is now possible by default, see
+__array_function__ below.
+  - numpy.errstate is now also a function decorator
+- Both patches were reapplied:
+  - numpy-buildfix.patch
+  - numpy-1.9.0-remove-__declspec.patch
+- Remove BR of Cython (use generated source files from the
+  release tarball).
+
+---

Old:

  numpy-1.16.1.zip

New:

  numpy-1.17.3.zip



Other differences:
--
++ python-numpy.spec ++
--- /var/tmp/diff_new_pack.oreXla/_old  2020-03-01 08:50:30.329169603 +0100
+++ /var/tmp/diff_new_pack.oreXla/_new  2020-03-01 08:50:30.329169603 +0100
@@ -17,9 +17,10 @@
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
+%define skip_python2 1
 
-%define ver 1.16.1
-%define _ver 1_16_1
+%define ver 1.17.3
+%define _ver 1_17_3
 %define pname python-numpy
 
 %bcond_with ringdisabled
@@ -106,7 +107,6 @@
 BuildRequires:  suse-hpc
 Requires:   libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
 %endif
-BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
@@ -135,6 +135,7 @@
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-devel
+Requires:   python-base
 %if %{without hpc}
  %if %{with openblas}
 Requires:   openblas-devel
@@ -154,8 +155,9 @@
 
 %prep
 %setup -q -n numpy-%{version}
-%patch0 -p1
-%patch1 -p1
+%autopatch -p1
+
+
 # Fix non-executable scripts
 sed -i '1s/^#!.*$//' 
numpy/{compat/setup,distutils/{conv_template,cpuinfo,exec_command,from_template,setup,system_info},f2py/{__init__,auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,f2py2e,f90mod_rules,func2subr,rules,setup,use_rules},ma/setup,matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
 
@@ -244,9 +246,9 @@
 %{p_python_sitearch}/numpy/
 %{p_python_sitearch}/numpy-%{version}-py*.egg-info
 %exclude %{p_python_sitearch}/numpy/*/*/*.c
-%exclude %{p_python_sitearch}/numpy/*/*.h
 %exclude %{p_python_sitearch}/numpy/*/*/*.h
 %exclude %{p_python_sitearch}/numpy/*/*/*/*.h
+%exclude %{p_python_sitearch}/numpy/*/*/*/*/*.h
 %exclude %{p_python_sitearch}/numpy/core/lib/libnpymath.a
 
 %if %{with hpc}
@@ -262,9 +264,9 @@
 %defattr(-,root,root)
 %license LICENSE.txt
 %{p_python_sitearch}/numpy/*/*/*.c
-%{p_python_sitearch}/numpy/*/*.h
 %{p_python_sitearch}/numpy/*/*/*.h
 %{p_python_sitearch}/numpy/*/*/*/*.h
+%{p_python_sitearch}/numpy/*/*/*/*/*.h
 %{p_python_sitearch}/numpy/core/lib/libnpymath.a
 
 %changelog

++ numpy-1.9.0-remove-__declspec.patch ++
--- /var/tmp/diff_new_pack.oreXla/_old  2020-03-01 08:50:30.405169755 +0100
+++ /var/tmp/diff_new_pack.oreXla/_new  2020-03-01 08:50:30.405169755 +0100
@@ -15,7 +15,7 @@
 
 --- a/numpy/core/setup_common.py
 +++ b/numpy/core/setup_common.py
-@@ -168,7 +168,7 @@ OPTIONAL_FUNCTION_ATTRIBUTES = [('__attr
+@@ -190,7 +190,7 @@ OPTIONAL_FUNCTION_ATTRIBUTES_WITH_INTRIN
  ]
  
  # variable attributes tested via "int %s a" % attribute

++ numpy-buildfix.patch ++
--- /var/tmp/diff_new_pack.oreXla/_old  2020-03-01 08:50:30.417169778 +0100
+++ /var/tmp/diff_new_pack.oreXla/_new  2020-03-01 

commit 000product for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-03-01 06:16:41

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


Package is "000product"

Sun Mar  1 06:16:41 2020 rev:2143 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
++ openSUSE-dvd5-dvd-i586.kiwi ++
 1102 lines (skipped)
 between /work/SRC/openSUSE:Factory/000product/openSUSE-dvd5-dvd-i586.kiwi
 and 
/work/SRC/openSUSE:Factory/.000product.new.26092/openSUSE-dvd5-dvd-i586.kiwi

openSUSE-dvd5-dvd-x86_64.kiwi: same change
stub.kiwi: same change
++ dvd.group ++
 1648 lines (skipped)
 between /work/SRC/openSUSE:Factory/000product/dvd.group
 and /work/SRC/openSUSE:Factory/.000product.new.26092/dvd.group

++ unsorted.yml ++
 1346 lines (skipped)
 between /work/SRC/openSUSE:Factory/000product/unsorted.yml
 and /work/SRC/openSUSE:Factory/.000product.new.26092/unsorted.yml




commit 000release-packages for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-03-01 06:16:36

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


Package is "000release-packages"

Sun Mar  1 06:16:36 2020 rev:472 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.zTHu4Z/_old  2020-03-01 06:16:39.062736314 +0100
+++ /var/tmp/diff_new_pack.zTHu4Z/_new  2020-03-01 06:16:39.062736314 +0100
@@ -14912,6 +14912,8 @@
 Provides: weakremover(libopenblas-pthreads_0_3_5-gnu-hpc-devel)
 Provides: weakremover(libopenblas-pthreads_0_3_6-gnu-hpc)
 Provides: weakremover(libopenblas-pthreads_0_3_6-gnu-hpc-devel)
+Provides: weakremover(libopenblas-pthreads_0_3_7-gnu-hpc)
+Provides: weakremover(libopenblas-pthreads_0_3_7-gnu-hpc-devel)
 Provides: weakremover(libopenblas_0_2_20-gnu-hpc)
 Provides: weakremover(libopenblas_0_2_20-gnu-hpc-devel)
 Provides: weakremover(libopenblas_0_3_3-gnu-hpc)
@@ -16029,8 +16031,6 @@
 Provides: weakremover(mvapich2_2_3_2-gnu-hpc-devel-static)
 Provides: weakremover(mvapich2_2_3_2-gnu-hpc-doc)
 Provides: weakremover(mvapich2_2_3_2-gnu-hpc-macros-devel)
-Provides: weakremover(mypaint)
-Provides: weakremover(mypaint-lang)
 Provides: weakremover(nagvis)
 Provides: weakremover(nagvis-demos)
 Provides: weakremover(nautilus-actions-lang)
@@ -16215,6 +16215,7 @@
 Provides: weakremover(openblas-pthreads_0_3_4-gnu-hpc-devel-static)
 Provides: weakremover(openblas-pthreads_0_3_5-gnu-hpc-devel-static)
 Provides: weakremover(openblas-pthreads_0_3_6-gnu-hpc-devel-static)
+Provides: weakremover(openblas-pthreads_0_3_7-gnu-hpc-devel-static)
 Provides: weakremover(openblas_0_2_20-gnu-hpc-devel-static)
 Provides: weakremover(openblas_0_3_3-gnu-hpc-devel-static)
 Provides: weakremover(openblas_0_3_4-gnu-hpc-devel-static)
@@ -22616,6 +22617,7 @@
 Provides: weakremover(mozldap-devel)
 Provides: weakremover(mozldap-libs)
 Provides: weakremover(mozldap-tools)
+Provides: weakremover(mypaint)
 Provides: weakremover(nodejs12)
 Provides: weakremover(nodejs12-devel)
 Provides: weakremover(npm12)
@@ -23348,8 +23350,6 @@
 Provides: weakremover(libobjc4-gcc8-32bit)
 Provides: weakremover(libopae-c0)
 Provides: weakremover(libopenbabel4-32bit)
-Provides: weakremover(libopenblas-pthreads_0_3_7-gnu-hpc)
-Provides: weakremover(libopenblas-pthreads_0_3_7-gnu-hpc-devel)
 Provides: weakremover(libopencensus-cpp0)
 Provides: weakremover(libopenct1-32bit)
 Provides: weakremover(libopensm5-32bit)
@@ -23556,7 +23556,6 @@
 Provides: weakremover(mvapich2-psm2_2_3_2-gnu-hpc-doc)
 Provides: weakremover(mvapich2-psm2_2_3_2-gnu-hpc-macros-devel)
 Provides: weakremover(odp-example)
-Provides: weakremover(openblas-pthreads_0_3_7-gnu-hpc-devel-static)
 Provides: weakremover(opencensus-cpp-devel)
 Provides: weakremover(openct-32bit)
 Provides: weakremover(openmpi-libs-32bit)




commit 00Meta for openSUSE:Leap:15.2:PowerPC

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-03-01 05:32:00

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.00Meta.new.26092 (New)


Package is "00Meta"

Sun Mar  1 05:32:00 2020 rev:88 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.X0NdPV/_old  2020-03-01 05:32:02.097102722 +0100
+++ /var/tmp/diff_new_pack.X0NdPV/_new  2020-03-01 05:32:02.105102738 +0100
@@ -1 +1 @@
-142.1
\ No newline at end of file
+143.1
\ No newline at end of file




commit 000release-packages for openSUSE:Leap:15.2:PowerPC

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-03-01 01:21:00

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000release-packages (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000release-packages.new.26092 
(New)


Package is "000release-packages"

Sun Mar  1 01:21:00 2020 rev:119 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.Nc5zrU/_old  2020-03-01 01:21:01.406314808 +0100
+++ /var/tmp/diff_new_pack.Nc5zrU/_new  2020-03-01 01:21:01.406314808 +0100
@@ -15893,6 +15893,7 @@
 Provides: weakremover(python2-fastparquet)
 Provides: weakremover(python2-fastremap)
 Provides: weakremover(python2-fb-re2)
+Provides: weakremover(python2-flatdict)
 Provides: weakremover(python2-forbiddenfruit)
 Provides: weakremover(python2-gdata)
 Provides: weakremover(python2-geos)
@@ -30140,7 +30141,6 @@
 Provides: weakremover(python-hypothesis)
 Provides: weakremover(python-openqa_review)
 Provides: weakremover(python-py)
-Provides: weakremover(python-s3transfer)
 Provides: weakremover(python-setuptools_scm)
 Provides: weakremover(python-six)
 Provides: weakremover(python-snowballstemmer)




commit 000product for openSUSE:Leap:15.2:PowerPC

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000product for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-03-01 01:21:02

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000product (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000product.new.26092 (New)


Package is "000product"

Sun Mar  1 01:21:02 2020 rev:143 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-dvd5-dvd-ppc64le.kiwi: same change
openSUSE-ftp-ftp-ppc64le.kiwi: same change
stub.kiwi: same change
++ unsorted.yml ++
--- /var/tmp/diff_new_pack.MCGqSY/_old  2020-03-01 01:21:04.094320024 +0100
+++ /var/tmp/diff_new_pack.MCGqSY/_new  2020-03-01 01:21:04.094320024 +0100
@@ -4935,6 +4935,8 @@
   - gspell 
   - gspell-devel 
   - gssdp-utils 
+  - gssntlmssp 
+  - gssntlmssp-devel 
   - gssproxy 
   - gst123 
   - gstreamer-1_0-plugins-buzztrax 
@@ -6095,6 +6097,7 @@
   - junitperf-javadoc 
   - jvnet-parent 
   - jvyamlb 
+  - jwt_verify_lib-source 
   - jxrlib 
   - jxrlib-devel 
   - jython 
@@ -9201,7 +9204,7 @@
   - libmateweather-lang 
   - libmateweather1 
   - libmatio-devel 
-  - libmatio4 
+  - libmatio9 
   - libmatroska-devel 
   - libmaxminddb-devel 
   - libmaxminddb0 
@@ -9864,6 +9867,8 @@
   - libpromises-devel 
   - libpromises3 
   - libprotobuf-c-devel 
+  - libprotobuf-mutator-devel 
+  - libprotobuf-mutator0 
   - libprotobuf-nanopb0 
   - libprotoc20 
   - libproxy-devel 
@@ -10109,6 +10114,9 @@
   - libradosstriper1 
   - libraft0 
   - libraptor-devel 
+  - libraqm-devel 
+  - libraqm-doc 
+  - libraqm0 
   - librasqal-devel 
   - librasqal-devel-doc 
   - libratbag-devel 
@@ -10291,6 +10299,7 @@
   - libretro-database 
   - libretro-dosbox 
   - libretro-fceumm 
+  - libretro-ffmpeg 
   - libretro-freechaf 
   - libretro-freeintv 
   - libretro-fuse 
@@ -10330,6 +10339,7 @@
   - librtaudio6 
   - librtlsdr0 
   - librtmidi4 
+  - librtr0 
   - librttr_core0_9_6 
   - librubberband-devel 
   - librubberband2 
@@ -10968,7 +10978,7 @@
   - libvmime1 
   - libvncserver0 
   - libvoikko-devel 
-  - libvolk2_1 
+  - libvolk2_2_1 
   - libvorbis-devel 
   - libvorbis-doc 
   - libvoro++0 
@@ -12982,6 +12992,7 @@
   - nfacct 
   - nfc-eventd 
   - nfcutils 
+  - nfdump 
   - nfoview 
   - nfoview-lang 
   - nfs-doc 
@@ -17538,7 +17549,6 @@
   - python2-flask-jwt-extended 
   - python2-flask-peewee 
   - python2-flatbuffers 
-  - python2-flatdict 
   - python2-flexmock 
   - python2-flexx 
   - python2-flickrapi 
@@ -21608,6 +21618,9 @@
   - rtmidi-devel 
   - rtorrent 
   - rtorrent-vim 
+  - rtr-tools 
+  - rtrlib-devel 
+  - rtrlib-devel-doc 
   - rttr-devel 
   - rttr-devel-doc 
   - rubber 
@@ -21671,8 +21684,11 @@
   - ruby2.5-rubygem-activesupport-doc-5_0 
   - ruby2.5-rubygem-activesupport-doc-5_1 
   - ruby2.5-rubygem-addressable 
+  - ruby2.5-rubygem-addressable-2_3 
   - ruby2.5-rubygem-addressable-doc 
+  - ruby2.5-rubygem-addressable-doc-2_3 
   - ruby2.5-rubygem-addressable-testsuite 
+  - ruby2.5-rubygem-addressable-testsuite-2_3 
   - ruby2.5-rubygem-airbrussh 
   - ruby2.5-rubygem-airbrussh-doc 
   - ruby2.5-rubygem-amq-protocol 
@@ -21738,8 +21754,11 @@
   - ruby2.5-rubygem-cfa_grub2-doc 
   - ruby2.5-rubygem-cheetah-doc 
   - ruby2.5-rubygem-childprocess-0_6 
+  - ruby2.5-rubygem-childprocess-2.0 
   - ruby2.5-rubygem-childprocess-doc-0_6 
+  - ruby2.5-rubygem-childprocess-doc-2.0 
   - ruby2.5-rubygem-childprocess-testsuite-0_6 
+  - ruby2.5-rubygem-childprocess-testsuite-2.0 
   - ruby2.5-rubygem-coderay 
   - ruby2.5-rubygem-coderay-doc 
   - ruby2.5-rubygem-coercible 
@@ -21927,6 +21946,8 @@
   - ruby2.5-rubygem-jbuilder 
   - ruby2.5-rubygem-jbuilder-doc 
   - ruby2.5-rubygem-jbuilder-testsuite 
+  - ruby2.5-rubygem-jekyll-watch 
+  - ruby2.5-rubygem-jekyll-watch-doc 
   - ruby2.5-rubygem-jquery-rails 
   - ruby2.5-rubygem-jquery-rails-doc 
   - ruby2.5-rubygem-jquery-rails-testsuite 
@@ -22177,6 +22198,8 @@
   - ruby2.5-rubygem-ronn 
   - ruby2.5-rubygem-ronn-doc 
   - ruby2.5-rubygem-ronn-testsuite 
+  - ruby2.5-rubygem-rouge-1 
+  - ruby2.5-rubygem-rouge-doc-1 
   - ruby2.5-rubygem-rspec 
   - ruby2.5-rubygem-rspec-3_5 
   - ruby2.5-rubygem-rspec-core 
@@ -22311,8 +22334,11 @@
   - ruby2.5-rubygem-turbolinks-source 
   - ruby2.5-rubygem-turbolinks-source-doc 
   - ruby2.5-rubygem-tzinfo 
+  - ruby2.5-rubygem-tzinfo-1.2 
   - ruby2.5-rubygem-tzinfo-doc 
+  - ruby2.5-rubygem-tzinfo-doc-1.2 
   - ruby2.5-rubygem-tzinfo-testsuite 
+  - ruby2.5-rubygem-tzinfo-testsuite-1.2 
   - ruby2.5-rubygem-uglifier 
   - ruby2.5-rubygem-uglifier-doc 
   - ruby2.5-rubygem-unf 
@@ -23364,6 +23390,7 @@
   - terminus-lang 
   - termsyn-bitmap-fonts 
   - terraform 
+  - terraform-provider-openstack 
   - 

commit 00Meta for openSUSE:Leap:15.2:Images

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.2:Images 
checked in at 2020-03-01 01:03:16

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


Package is "00Meta"

Sun Mar  1 01:03:16 2020 rev:295 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.gJLleA/_old  2020-03-01 01:03:17.916256628 +0100
+++ /var/tmp/diff_new_pack.gJLleA/_new  2020-03-01 01:03:17.916256628 +0100
@@ -1 +1 @@
-24.34
\ No newline at end of file
+24.35
\ No newline at end of file




commit 000release-packages for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2 checked in at 2020-02-29 23:26:10

Comparing /work/SRC/openSUSE:Leap:15.2/000release-packages (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.000release-packages.new.26092 (New)


Package is "000release-packages"

Sat Feb 29 23:26:10 2020 rev:868 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.kHHenV/_old  2020-02-29 23:26:11.909146041 +0100
+++ /var/tmp/diff_new_pack.kHHenV/_new  2020-02-29 23:26:11.913146050 +0100
@@ -5674,6 +5674,7 @@
 Provides: weakremover(liblibkremotecontrol1)
 Provides: weakremover(liblibmanette-0_2)
 Provides: weakremover(liblouis14)
+Provides: weakremover(libmatio4)
 Provides: weakremover(libmbedcrypto1)
 Provides: weakremover(libmbedcrypto1-32bit)
 Provides: weakremover(libmbedtls10)
@@ -5791,6 +5792,7 @@
 Provides: weakremover(libvarnishapi1)
 Provides: weakremover(libvolk1_4)
 Provides: weakremover(libvolk2_0)
+Provides: weakremover(libvolk2_1)
 Provides: weakremover(libwebp6)
 Provides: weakremover(libwebp6-32bit)
 Provides: weakremover(libwebpdecoder2)
@@ -5948,6 +5950,7 @@
 Provides: weakremover(python2-django-registration)
 Provides: weakremover(python2-django-rest-knox)
 Provides: weakremover(python2-djet)
+Provides: weakremover(python2-flatdict)
 Provides: weakremover(python2-gdata)
 Provides: weakremover(python2-libewf)
 Provides: weakremover(python2-libvirt-python)
@@ -13233,7 +13236,6 @@
 Provides: weakremover(python-mistune)
 Provides: weakremover(python-openqa_review)
 Provides: weakremover(python-py)
-Provides: weakremover(python-s3transfer)
 Provides: weakremover(python-setuptools_scm)
 Provides: weakremover(python-six)
 Provides: weakremover(python-snowballstemmer)




commit 000product for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Leap:15.2 
checked in at 2020-02-29 23:26:12

Comparing /work/SRC/openSUSE:Leap:15.2/000product (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.000product.new.26092 (New)


Package is "000product"

Sat Feb 29 23:26:12 2020 rev:1416 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-x86_64.kiwi: same change
stub.kiwi: same change
++ unsorted.yml ++
--- /var/tmp/diff_new_pack.vJK9xz/_old  2020-02-29 23:26:14.197150697 +0100
+++ /var/tmp/diff_new_pack.vJK9xz/_new  2020-02-29 23:26:14.197150697 +0100
@@ -5252,6 +5252,8 @@
   - gspell 
   - gspell-devel 
   - gssdp-utils 
+  - gssntlmssp 
+  - gssntlmssp-devel 
   - gssproxy 
   - gst123 
   - gstreamer-1_0-plugins-buzztrax 
@@ -6508,6 +6510,7 @@
   - junitperf-javadoc 
   - jvnet-parent 
   - jvyamlb 
+  - jwt_verify_lib-source 
   - jxrlib 
   - jxrlib-devel 
   - jython 
@@ -10572,7 +10575,7 @@
   - libmateweather1 
   - libmateweather1-32bit 
   - libmatio-devel 
-  - libmatio4 
+  - libmatio9 
   - libmatroska-devel 
   - libmatroska6-32bit 
   - libmaxminddb-devel 
@@ -11415,6 +11418,8 @@
   - libpromises3 
   - libprotobuf-c-devel 
   - libprotobuf-lite20-32bit 
+  - libprotobuf-mutator-devel 
+  - libprotobuf-mutator0 
   - libprotobuf-nanopb0 
   - libprotobuf20-32bit 
   - libprotoc20 
@@ -11738,6 +11743,9 @@
   - libraft0 
   - libraptor-devel 
   - libraptor2-0-32bit 
+  - libraqm-devel 
+  - libraqm-doc 
+  - libraqm0 
   - librasqal-devel 
   - librasqal-devel-doc 
   - librasqal3-32bit 
@@ -11979,6 +11987,7 @@
   - librtaudio6 
   - librtlsdr0 
   - librtmidi4 
+  - librtr0 
   - librttr_core0_9_6 
   - librubberband-devel 
   - librubberband2 
@@ -12775,7 +12784,7 @@
   - libvncserver0 
   - libvoikko-devel 
   - libvoikko1-32bit 
-  - libvolk2_1 
+  - libvolk2_2_1 
   - libvorbis-devel 
   - libvorbis-devel-32bit 
   - libvorbis-doc 
@@ -15026,6 +15035,7 @@
   - nfacct 
   - nfc-eventd 
   - nfcutils 
+  - nfdump 
   - nfoview 
   - nfoview-lang 
   - nfs-doc 
@@ -19695,7 +19705,6 @@
   - python2-flask-jwt-extended 
   - python2-flask-peewee 
   - python2-flatbuffers 
-  - python2-flatdict 
   - python2-flexmock 
   - python2-flexx 
   - python2-flickrapi 
@@ -23846,6 +23855,9 @@
   - rtmidi-devel 
   - rtorrent 
   - rtorrent-vim 
+  - rtr-tools 
+  - rtrlib-devel 
+  - rtrlib-devel-doc 
   - rttr-devel 
   - rttr-devel-doc 
   - rubber 
@@ -23911,8 +23923,11 @@
   - ruby2.5-rubygem-activesupport-doc-5_0 
   - ruby2.5-rubygem-activesupport-doc-5_1 
   - ruby2.5-rubygem-addressable 
+  - ruby2.5-rubygem-addressable-2_3 
   - ruby2.5-rubygem-addressable-doc 
+  - ruby2.5-rubygem-addressable-doc-2_3 
   - ruby2.5-rubygem-addressable-testsuite 
+  - ruby2.5-rubygem-addressable-testsuite-2_3 
   - ruby2.5-rubygem-airbrussh 
   - ruby2.5-rubygem-airbrussh-doc 
   - ruby2.5-rubygem-amq-protocol 
@@ -23978,8 +23993,11 @@
   - ruby2.5-rubygem-cfa_grub2-doc 
   - ruby2.5-rubygem-cheetah-doc 
   - ruby2.5-rubygem-childprocess-0_6 
+  - ruby2.5-rubygem-childprocess-2.0 
   - ruby2.5-rubygem-childprocess-doc-0_6 
+  - ruby2.5-rubygem-childprocess-doc-2.0 
   - ruby2.5-rubygem-childprocess-testsuite-0_6 
+  - ruby2.5-rubygem-childprocess-testsuite-2.0 
   - ruby2.5-rubygem-coderay 
   - ruby2.5-rubygem-coderay-doc 
   - ruby2.5-rubygem-coercible 
@@ -24167,6 +24185,8 @@
   - ruby2.5-rubygem-jbuilder 
   - ruby2.5-rubygem-jbuilder-doc 
   - ruby2.5-rubygem-jbuilder-testsuite 
+  - ruby2.5-rubygem-jekyll-watch 
+  - ruby2.5-rubygem-jekyll-watch-doc 
   - ruby2.5-rubygem-jquery-rails 
   - ruby2.5-rubygem-jquery-rails-doc 
   - ruby2.5-rubygem-jquery-rails-testsuite 
@@ -24417,6 +24437,8 @@
   - ruby2.5-rubygem-ronn 
   - ruby2.5-rubygem-ronn-doc 
   - ruby2.5-rubygem-ronn-testsuite 
+  - ruby2.5-rubygem-rouge-1 
+  - ruby2.5-rubygem-rouge-doc-1 
   - ruby2.5-rubygem-rspec 
   - ruby2.5-rubygem-rspec-3_5 
   - ruby2.5-rubygem-rspec-core 
@@ -24551,8 +24573,11 @@
   - ruby2.5-rubygem-turbolinks-source 
   - ruby2.5-rubygem-turbolinks-source-doc 
   - ruby2.5-rubygem-tzinfo 
+  - ruby2.5-rubygem-tzinfo-1.2 
   - ruby2.5-rubygem-tzinfo-doc 
+  - ruby2.5-rubygem-tzinfo-doc-1.2 
   - ruby2.5-rubygem-tzinfo-testsuite 
+  - ruby2.5-rubygem-tzinfo-testsuite-1.2 
   - ruby2.5-rubygem-uglifier 
   - ruby2.5-rubygem-uglifier-doc 
   - ruby2.5-rubygem-unf 
@@ -25671,6 +25696,7 @@
   - terminus-lang 
   - termsyn-bitmap-fonts 
   - terraform 
+  - terraform-provider-openstack 
   - teseq 
   - tesla-polyglot 
   - tesla-polyglot-atom 
@@ -32447,6 +32473,7 @@
   - tntdb-postgresql 
   - tntdb-replicate 
   

commit 000product for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-02-29 23:17:08

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


Package is "000product"

Sat Feb 29 23:17:08 2020 rev:2142 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.Tfn1wc/_old  2020-02-29 23:17:12.352046810 +0100
+++ /var/tmp/diff_new_pack.Tfn1wc/_new  2020-02-29 23:17:12.356046818 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20200228
+  20200229
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200228,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200229,openSUSE NonOSS 
Addon
   af ar be_BY bg br ca cy el et ga gl gu_IN he 
hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu 

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

++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.Tfn1wc/_old  2020-02-29 23:17:12.376046860 +0100
+++ /var/tmp/diff_new_pack.Tfn1wc/_new  2020-02-29 23:17:12.380046868 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200228
+  20200229
   11
-  cpe:/o:opensuse:opensuse-microos:20200228,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:20200229,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200228/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200229/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
@@ -344,6 +344,7 @@
   
   
   
+  
   
   
   
@@ -687,6 +688,8 @@
   
   
   
+  
+  
   
   
   

++ openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi ++
 1380 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/000product/openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi
 and 
/work/SRC/openSUSE:Factory/.000product.new.26092/openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi

++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.Tfn1wc/_old  2020-02-29 23:17:12.424046959 +0100
+++ /var/tmp/diff_new_pack.Tfn1wc/_new  2020-02-29 23:17:12.424046959 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200228
+  20200229
   11
-  cpe:/o:opensuse:opensuse:20200228,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200229,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200228/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200229/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.Tfn1wc/_old  2020-02-29 23:17:12.448047009 +0100
+++ /var/tmp/diff_new_pack.Tfn1wc/_new  2020-02-29 23:17:12.448047009 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200228
+  20200229
   11
-  cpe:/o:opensuse:opensuse:20200228,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200229,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200228/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200229/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-dvd5-dvd-i586.kiwi ++
 1153 lines (skipped)
 between /work/SRC/openSUSE:Factory/000product/openSUSE-dvd5-dvd-i586.kiwi
 and 
/work/SRC/openSUSE:Factory/.000product.new.26092/openSUSE-dvd5-dvd-i586.kiwi

openSUSE-dvd5-dvd-x

commit 000release-packages for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-02-29 23:17:04

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


Package is "000release-packages"

Sat Feb 29 23:17:04 2020 rev:471 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.3kMJSQ/_old  2020-02-29 23:17:06.780035284 +0100
+++ /var/tmp/diff_new_pack.3kMJSQ/_new  2020-02-29 23:17:06.800035326 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20200228)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20200229)
 #
 # Copyright (c) 2020 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20200228
+Version:    20200229
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20200228-0
+Provides:   product(openSUSE-Addon-NonOss) = 20200229-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200228
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200229
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20200228
+  20200229
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200228
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200229
   
 
 

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.3kMJSQ/_old  2020-02-29 23:17:06.848035425 +0100
+++ /var/tmp/diff_new_pack.3kMJSQ/_new  2020-02-29 23:17:06.856035442 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20200228
+Version:    20200229
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -43,9 +43,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64 %arm
 Provides:   %name-%version
 Provides:   product() = openSUSE-MicroOS
-Provides:   product(openSUSE-MicroOS) = 20200228-0
+Provides:   product(openSUSE-MicroOS) = 20200229-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200228
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200229
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-MicroOS)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200228-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200229-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -77,7 +77,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(kubic-dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200228-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200229-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description kubic-dvd
@@ -93,7 +93,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200228-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200229-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -109,7 +109,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance-kubic)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200228-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200229-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -167,11 +167,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20200228
+  20200229
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20200228
+  cpe:/o:opensuse:opensuse-microos:20200229
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.3kMJSQ/_old  2020-02-29 23:17:06.904035541 +0100
+++ /var/tmp/diff_new_pack.3kMJSQ/_new  2020-02-29 23:17:06.916035566 +010

commit opi for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package opi for openSUSE:Factory checked in 
at 2020-02-29 21:24:58

Comparing /work/SRC/openSUSE:Factory/opi (Old)
 and  /work/SRC/openSUSE:Factory/.opi.new.26092 (New)


Package is "opi"

Sat Feb 29 21:24:58 2020 rev:10 rq:780487 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/opi/opi.changes  2019-11-08 15:28:31.127178158 
+0100
+++ /work/SRC/openSUSE:Factory/.opi.new.26092/opi.changes   2020-02-29 
21:25:15.534604889 +0100
@@ -1,0 +2,7 @@
+Sat Feb 29 12:46:19 UTC 2020 - Yunhe Guo 
+
+- Version 0.8.0
+  * Changed
+- Type number 0 to exit
+
+---

Old:

  opi-0.7.1.tar.gz

New:

  opi-0.8.0.tar.gz



Other differences:
--
++ opi.spec ++
--- /var/tmp/diff_new_pack.EvMit0/_old  2020-02-29 21:25:15.982605776 +0100
+++ /var/tmp/diff_new_pack.EvMit0/_new  2020-02-29 21:25:15.986605784 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opi
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   opi
-Version:0.7.1
+Version:0.8.0
 Release:0
 Summary:OBS Package Installer (CLI)
 License:GPL-3.0-only

++ opi-0.7.1.tar.gz -> opi-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-0.7.1/CHANGELOG.md new/opi-0.8.0/CHANGELOG.md
--- old/opi-0.7.1/CHANGELOG.md  2019-11-08 12:13:54.0 +0100
+++ new/opi-0.8.0/CHANGELOG.md  2020-02-29 13:43:04.0 +0100
@@ -7,6 +7,12 @@
 
 ## [Unreleased]
 
+## [0.8.0]
+
+### Changed
+
+- Type number `0` to exit [#26](https://github.com/openSUSE-zh/opi/pulls/26)
+
 ## [0.7.1]
 
 ### Fixed
@@ -111,7 +117,8 @@
 - Choose package and install
 - Keep or remove repository after installation
 
-[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.7.1...HEAD
+[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.8.0...HEAD
+[0.8.0]: https://github.com/openSUSE-zh/opi/compare/v0.7.1...v0.8.0
 [0.7.1]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...v0.7.1
 [0.7.0]: https://github.com/openSUSE-zh/opi/compare/v0.6.0...v0.7.0
 [0.6.0]: https://github.com/openSUSE-zh/opi/compare/v0.5.2...v0.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-0.7.1/opi new/opi-0.8.0/opi
--- old/opi-0.7.1/opi   2019-11-08 12:13:54.0 +0100
+++ new/opi-0.8.0/opi   2020-02-29 13:43:04.0 +0100
@@ -192,7 +192,7 @@
 my $min = shift;
 my $max = shift;
 my $message = shift;
-print $message || "Choose a number: ";
+print $message || "Choose a number(0 to quit): ";
 my $typed_number = ;
 chomp $typed_number;
 if ($typed_number =~ /^(\d+)$/) {
@@ -201,7 +201,9 @@
 return $typed_number;
 }
 }
-
+if ($typed_number eq 0) {
+exit;
+}
 return type_a_number($min, $max, "Number must be between $min and $max. 
Please try again: ");
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-0.7.1/proxy/index.php 
new/opi-0.8.0/proxy/index.php
--- old/opi-0.7.1/proxy/index.php   2019-11-08 12:13:54.0 +0100
+++ new/opi-0.8.0/proxy/index.php   2020-02-29 13:43:04.0 +0100
@@ -2,7 +2,6 @@
 
 # Test it with `php -S localhost:8000 index.php`
 
-require __DIR__ . '/vendor/autoload.php';
 require __DIR__ . '/config.php';
 
 # TODO add API rate limits.




commit geany-plugins for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2020-02-29 21:24:47

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new.26092 (New)


Package is "geany-plugins"

Sat Feb 29 21:24:47 2020 rev:29 rq:780394 version:1.36

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2020-02-06 13:09:12.188368069 +0100
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new.26092/geany-plugins.changes   
2020-02-29 21:25:04.514583081 +0100
@@ -1,0 +2,5 @@
+Fri Feb 21 15:41:39 CET 2020 - Matej Cepl 
+
+- Switch off building with PyGtk (as it is Python 2-based).
+
+---



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.u69dfk/_old  2020-02-29 21:25:05.234584506 +0100
+++ /var/tmp/diff_new_pack.u69dfk/_new  2020-02-29 21:25:05.234584506 +0100
@@ -43,7 +43,11 @@
 BuildRequires:  libwnck2-devel
 BuildRequires:  lua51-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-gtk-devel
+BuildRequires:  python-rpm-macros
+# We cannot use pygtk anymore, as it is Python 2-based.
+# Unless geany-plugins switches to PyGObject, we cannot have Gnome
+# plugins here.
+# BuildRequires:  python-gtk-devel
 BuildRequires:  vala
 BuildRequires:  pkgconfig(enchant) >= 1.3
 BuildRequires:  pkgconfig(geany) >= 1.26
@@ -79,10 +83,6 @@
 %make_install
 install -d -m755 %{buildroot}%{python_sitearch}
 
-pushd %{buildroot}%{python_sitearch}
-%py_compile .
-popd
-
 find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot} -size 0 -delete
 %fdupes %{buildroot}%{_docdir}/%{name}




commit wine for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2020-02-29 21:24:51

Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and  /work/SRC/openSUSE:Factory/.wine.new.26092 (New)


Package is "wine"

Sat Feb 29 21:24:51 2020 rev:300 rq:780477 version:5.3

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2020-02-18 
10:38:31.676714664 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new.26092/wine.changes 2020-02-29 
21:25:07.406588805 +0100
@@ -1,0 +2,10 @@
+Sat Feb 29 08:30:58 UTC 2020 - Marcus Meissner 
+
+- Updated to 5.3 development release
+  - More work towards Ucrtbase runtime support.
+  - Full support for Unicode normalization.
+  - Improvements in Shell Folders handling.
+  - Various bug fixes.
+- update staging to 5.3 release
+
+---

Old:

  wine-5.2.tar.xz
  wine-5.2.tar.xz.sign
  wine-staging-5.2.tar.xz

New:

  wine-5.3.tar.xz
  wine-5.3.tar.xz.sign
  wine-staging-5.3.tar.xz



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.YQdXOH/_old  2020-02-29 21:25:09.950593839 +0100
+++ /var/tmp/diff_new_pack.YQdXOH/_new  2020-02-29 21:25:09.954593847 +0100
@@ -29,8 +29,8 @@
 %endif
 
 # needs to be on top due to usage of %version macro below
-%define realver 5.2
-Version:5.2
+%define realver 5.3
+Version:5.3
 Release:0
 
 %if "%{flavor}" != ""
@@ -157,7 +157,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc %arm aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 5.2
+%define staging_version 5.3
 Source100:  wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel

++ _service ++
--- /var/tmp/diff_new_pack.YQdXOH/_old  2020-02-29 21:25:09.994593926 +0100
+++ /var/tmp/diff_new_pack.YQdXOH/_new  2020-02-29 21:25:09.994593926 +0100
@@ -3,7 +3,7 @@
 @PARENT_TAG@
 v(.*)
 https://github.com/wine-staging/wine-staging.git
-refs/tags/v5.2
+refs/tags/v5.3
 v*.*
 git
   

++ wine-5.2.tar.xz -> wine-5.3.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-5.2.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.26092/wine-5.3.tar.xz differ: char 26, 
line 1

++ wine-staging-5.2.tar.xz -> wine-staging-5.3.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-staging-5.2.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.26092/wine-staging-5.3.tar.xz differ: char 
26, line 1





commit os-autoinst for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2020-02-29 21:24:32

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


Package is "os-autoinst"

Sat Feb 29 21:24:32 2020 rev:109 rq:780365 version:4.6.1582730128.1997f880

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2020-02-26 
15:07:10.165445332 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.26092/os-autoinst.changes   
2020-02-29 21:24:50.814555969 +0100
@@ -1,0 +2,7 @@
+Fri Feb 28 19:03:46 UTC 2020 - ok...@suse.com
+
+- Update to version 4.6.1582730128.1997f880:
+  * Append HDD infos to GENERAL_HW_FLASH_ARGS - poo#63766
+  * Improve bwmqemu::log_call
+
+---

Old:

  os-autoinst-4.6.1582561187.791d0a5d.obscpio

New:

  os-autoinst-4.6.1582730128.1997f880.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.KHQjY7/_old  2020-02-29 21:24:52.994560284 +0100
+++ /var/tmp/diff_new_pack.KHQjY7/_new  2020-02-29 21:24:52.994560284 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.6.1582561187.791d0a5d
+Version:4.6.1582730128.1997f880
 Release:0
 Summary:test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}

++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.KHQjY7/_old  2020-02-29 21:24:53.010560315 +0100
+++ /var/tmp/diff_new_pack.KHQjY7/_new  2020-02-29 21:24:53.014560323 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.6.1582561187.791d0a5d
+Version:4.6.1582730128.1997f880
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0-or-later

++ os-autoinst-4.6.1582561187.791d0a5d.obscpio -> 
os-autoinst-4.6.1582730128.1997f880.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1582561187.791d0a5d.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.26092/os-autoinst-4.6.1582730128.1997f880.obscpio
 differ: char 50, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.KHQjY7/_old  2020-02-29 21:24:53.062560418 +0100
+++ /var/tmp/diff_new_pack.KHQjY7/_new  2020-02-29 21:24:53.062560418 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1582561187.791d0a5d
-mtime: 1582561187
-commit: 791d0a5d43be3b6a4f753f8433d4ba5d223a3498
+version: 4.6.1582730128.1997f880
+mtime: 1582730128
+commit: 1997f88040bedd1b3a959479be3ccedca39746c5
 




commit openfortivpn for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package openfortivpn for openSUSE:Factory 
checked in at 2020-02-29 21:24:45

Comparing /work/SRC/openSUSE:Factory/openfortivpn (Old)
 and  /work/SRC/openSUSE:Factory/.openfortivpn.new.26092 (New)


Package is "openfortivpn"

Sat Feb 29 21:24:45 2020 rev:8 rq:780376 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/openfortivpn/openfortivpn.changes
2019-12-03 12:43:05.346121004 +0100
+++ /work/SRC/openSUSE:Factory/.openfortivpn.new.26092/openfortivpn.changes 
2020-02-29 21:25:01.666577445 +0100
@@ -1,0 +2,19 @@
+Thu Feb 27 15:14:15 UTC 2020 - Martin Hauke 
+
+- Update to version 1.12.0
+  * fix CVE-2020-7043: TLS Certificate CommonName NULL Byte
+Vulnerability
+  * fix CVE-2020-7042: use of uninitialized memory in
+X509_check_host
+  * fix CVE-2020-7041: incorrect use of X509_check_host
+(regarding return value).
+  * always hide cleartest password in -vv output
+  * add a clear warning about sensitive information in the debug
+output
+  * add a hint in debug output when password is read from config
+file
+  * fix segfault when connecting with empty password
+  * use resolvconf if available to update resolv.conf file
+  * replace semicolon by space in dns-suffix string
+
+---

Old:

  openfortivpn-1.11.0.tar.gz

New:

  openfortivpn-1.12.0.tar.gz



Other differences:
--
++ openfortivpn.spec ++
--- /var/tmp/diff_new_pack.F08wRw/_old  2020-02-29 21:25:02.666579424 +0100
+++ /var/tmp/diff_new_pack.F08wRw/_new  2020-02-29 21:25:02.670579432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openfortivpn
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   openfortivpn
-Version:1.11.0
+Version:1.12.0
 Release:0
 Summary:Client for PPP+SSL VPN tunnel services
 License:GPL-3.0-or-later

++ openfortivpn-1.11.0.tar.gz -> openfortivpn-1.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openfortivpn-1.11.0/.github/SECURITY.md 
new/openfortivpn-1.12.0/.github/SECURITY.md
--- old/openfortivpn-1.11.0/.github/SECURITY.md 1970-01-01 01:00:00.0 
+0100
+++ new/openfortivpn-1.12.0/.github/SECURITY.md 2020-02-26 17:02:52.0 
+0100
@@ -0,0 +1,14 @@
+# Security Policy
+
+## Supported Versions
+
+Use this section to tell people about which versions of your project are
+currently being supported with security updates.
+
+| Version | Supported  |
+| --- | -- |
+| latest stable release   | :white_check_mark: |
+
+## Reporting a Vulnerability
+
+Send an email to secur...@openfortivpn.org.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openfortivpn-1.11.0/CHANGELOG.md 
new/openfortivpn-1.12.0/CHANGELOG.md
--- old/openfortivpn-1.11.0/CHANGELOG.md2019-11-28 17:08:40.0 
+0100
+++ new/openfortivpn-1.12.0/CHANGELOG.md2020-02-26 17:02:52.0 
+0100
@@ -14,6 +14,18 @@
 This high level changelog is usually updated when a release is tagged.
 On the master branch there may be changes that are not (yet) described here.
 
+### 1.12.0
+
+* [-] fix CVE-2020-7043: TLS Certificate CommonName NULL Byte Vulnerability
+* [-] fix CVE-2020-7042: use of uninitialized memory in X509_check_host
+* [-] fix CVE-2020-7041: incorrect use of X509_check_host (regarding return 
value).
+* [-] always hide cleartest password in -vv output
+* [+] add a clear warning about sensitive information in the debug output
+* [+] add a hint in debug output when password is read from config file
+* [-] fix segfault when connecting with empty password
+* [+] use resolvconf if available to update resolv.conf file
+* [~] replace semicolon by space in dns-suffix string
+
 ### 1.11.0
 
 * [+] allow to connect with empty password (and with smartcard instead of 
username)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openfortivpn-1.11.0/Makefile.am 
new/openfortivpn-1.12.0/Makefile.am
--- old/openfortivpn-1.11.0/Makefile.am 2019-11-28 17:08:40.0 +0100
+++ new/openfortivpn-1.12.0/Makefile.am 2020-02-26 17:02:52.0 +0100
@@ -5,11 +5,14 @@
   src/http.c src/http.h src/io.c src/io.h src/ipv4.c \
   src/ipv4.h src/log.c src/log.h src/tunnel.c \
   src/tunnel.h src/main.c 

commit rdiff-backup for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package rdiff-backup for openSUSE:Factory 
checked in at 2020-02-29 21:24:56

Comparing /work/SRC/openSUSE:Factory/rdiff-backup (Old)
 and  /work/SRC/openSUSE:Factory/.rdiff-backup.new.26092 (New)


Package is "rdiff-backup"

Sat Feb 29 21:24:56 2020 rev:2 rq:780486 version:1.9.1~b0

Changes:

--- /work/SRC/openSUSE:Factory/rdiff-backup/rdiff-backup.changes
2020-02-03 11:14:26.165878829 +0100
+++ /work/SRC/openSUSE:Factory/.rdiff-backup.new.26092/rdiff-backup.changes 
2020-02-29 21:25:14.442602728 +0100
@@ -1,0 +2,20 @@
+Sun Feb 23 10:36:23 UTC 2020 - Stefan Seyfried 
+
+- update to 1.9.1b0, third beta before 2.0.0:
+  * avoid double unquoting of increment file infos, closes #266
+  * fix some ugly bytes output in strings, closes #238
+  * improved hardink handling, Closes #239
+  * add support for SOURCE_DATE_EPOCH to override the build date
+  * add efficient sparse file handling
+- remove all (upstreamed) patches:
+  * 0001-handle-sparse-files-efficiently.patch
+  * Hardlink.py.revised-1.4.0.patch
+  * compare.py-1.4.0.patch
+  * rdiff-backup-1.9-reproducible.diff
+
+---
+Fri Feb  7 08:58:30 UTC 2020 - Stefan Seyfried 
+
+- add rdiff-backup-1.9-reproducible.diff for reproducible build
+
+---

Old:

  0001-handle-sparse-files-efficiently.patch
  Hardlink.py.revised-1.4.0.patch
  compare.py-1.4.0.patch
  rdiff-backup-1.9.0b0.tar.gz

New:

  rdiff-backup-1.9.1b0.tar.gz



Other differences:
--
++ rdiff-backup.spec ++
--- /var/tmp/diff_new_pack.p1mCJK/_old  2020-02-29 21:25:15.182604193 +0100
+++ /var/tmp/diff_new_pack.p1mCJK/_new  2020-02-29 21:25:15.186604201 +0100
@@ -18,23 +18,14 @@
 
 
 Name:   rdiff-backup
-Version:1.9.0~b0
-%define _beta   1.9.0b0
+Version:1.9.1~b0
+%define _beta   1.9.1b0
 Release:0
 Summary:Convenient and transparent local/remote incremental 
mirror/backup
 License:GPL-2.0-or-later
 Group:  Productivity/Archiving/Backup
 Url:https://rdiff-backup.net/
 Source0:
https://github.com/rdiff-backup/rdiff-backup/releases/download/v%{_beta}/rdiff-backup-%{_beta}.tar.gz
-# https://github.com/rdiff-backup/rdiff-backup/pull/248
-# PATCH-FEATURE-UPSTREAM 0001-handle-sparse-files-efficiently.patch -- 
seife+...@b1-systems.com
-Patch1: 0001-handle-sparse-files-efficiently.patch
-# in order not stumble on handle hardlinks, these two patches are necessary
-# http://savannah.nongnu.org/bugs/?26848
-# https://github.com/rdiff-backup/rdiff-backup/pull/240
-# PATCH-FEATURE-UPSTREAM Hardlink.py.revised-patch compare.py.patch -- 
h...@urpla.net
-Patch2: Hardlink.py.revised-1.4.0.patch
-Patch3: compare.py-1.4.0.patch
 #
 BuildRequires:  librsync-devel
 BuildRequires:  python3-devel

++ rdiff-backup-1.9.0b0.tar.gz -> rdiff-backup-1.9.1b0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rdiff-backup-1.9.0b0/.travis.yml 
new/rdiff-backup-1.9.1b0/.travis.yml
--- old/rdiff-backup-1.9.0b0/.travis.yml2020-01-31 21:51:30.0 
+0100
+++ new/rdiff-backup-1.9.1b0/.travis.yml2020-02-23 09:20:37.0 
+0100
@@ -12,22 +12,89 @@
   - 3.7
   - 3.8
 
+#=== DEPLOYMENTS ===
+# - everything to GitHub releases
+# - wheels to PyPI (if tag looks like an alpha, beta, rc or final release)
+# - sdist to PyPI (if tag looks like an alpha, beta, rc or final release)
+# - wheels to Test PyPI (if tag looks like a development release)
+# - sdist to Test PyPI (if tag looks like a development release)
+
 deploy:
-  provider: releases
-  file_glob: true
-  file: dist/*.*
-  skip_cleanup: true
-  draft: true
-  token:
-secure: 
V1Ad29+3lIQB1Sxqt8RiNKwferucTIr2mJo1Ka0m8Y1GdscP0ZkvHN4Vzjb0hts+lap8cU24tJ1zq9k22bdsNmoS3/YEg7fwbQSOPCJSYbjwMQeitDc1NP3u1mp5LWiEnQ7cflalIkmWUVpwGbwPSnUQdW3JyheUm4DP6jndGHmv3sC2r4WtZDkVY44SI5OGjvOTStTLnXhVlwXMIBKzw+o9BNdmIcpRvI3UTR+C9mA2yoNE7qgpzALZ4qn7qAmTMJzcVQb22yVZqXVCF8VD72Z66GHx75aatMmsJ/2isOEap19sVYt03fY8lchsTUsdRRCAIInxUvbdfgaEoBWj8Vfv2r/vm5DgWh93amv1RkJdmAYAMTGZG/k20vd7N+sNGKCdAF0W8hj5kriGkNnSQg7dFd+NWrF3pX9XcUkT9IGzv5eT5eYeS+yzgB3YPy8qGKwF5dRkRf7Ylw68j8YOly40rAAfgEx/pcFlYrJh62LDPr5RNhKA679+9UAp0rgkiszNH327bj1i0drqeDIhJAZSXw86B8tJZI1JRBVllKNbwDc5GRFNyms4+pvKCO+lAy5Pcn0bQMUq49qxDsdnM1t2RISivWy5CdkOTNW5WYglhovOSoA8/NjcxmsOpOazCaENEvsB3AogI+LRmpZ7lUZKxjaILuVUM2rwXlKxFB0=
-  on:
-tags: true
-all_branches: true
-condition: $MAKE_STEP == ?dist*
+  - provider: releases
+file_glob: true
+file: dist/*.*
+skip_cleanup: true
+draft: true
+token:
+  

commit gnuhealth for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2020-02-29 21:25:03

Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old)
 and  /work/SRC/openSUSE:Factory/.gnuhealth.new.26092 (New)


Package is "gnuhealth"

Sat Feb 29 21:25:03 2020 rev:36 rq:780497 version:3.6.3

Changes:

--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes  2019-12-04 
14:19:43.510405011 +0100
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new.26092/gnuhealth.changes   
2020-02-29 21:25:17.662609101 +0100
@@ -1,0 +2,9 @@
+Fri Feb 28 11:24:46 UTC 2020 - Axel Braun 
+
+- version 3.6.3
+* GH HMIS server. task #15562: Include coronavirus COVID-19 in ICD10 codes
+* GH HMIS server. bug #57695: Traceback when creating a page of life 
associated to an empty evaluation
+* GH HMIS server. task #15561: Werkzeug 1.0 is not compatible with Trytond 5.0
+* shebang.diff to fix /usr/bin/env 
+
+---

Old:

  gnuhealth-3.6.2.tar.gz

New:

  gnuhealth-3.6.3.tar.gz
  shebang.diff



Other differences:
--
++ gnuhealth.spec ++
--- /var/tmp/diff_new_pack.V98sgb/_old  2020-02-29 21:25:20.678615069 +0100
+++ /var/tmp/diff_new_pack.V98sgb/_new  2020-02-29 21:25:20.678615069 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package gnuhealth
 #
-# Copyright (c) 2019 SUSE LLC
-# Copyright (c) 2014-2019 Dr. Axel Braun
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2014-2020 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 %define majorver 3.6
 Name:   gnuhealth
 
-Version:%{majorver}.2
+Version:%{majorver}.3
 Release:0
 
 # List of additional build dependencies
-###ildRequires:  fdupes
+BuildRequires:  fdupes
 BuildRequires:  python3-rpm-macros
 BuildRequires:  python3-setuptools
 
@@ -41,7 +41,7 @@
 Source4:gnuhealth-webdav@.service
 Source5:openSUSE-gnuhealth-setup
 Source6:gnuhealth
-##atch0: bug_57292.diff
+Patch0: shebang.diff
 ##atch1: xmlfix.diff
 ##atch2: demo.diff
 
@@ -106,7 +106,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-##atch0 -p1
+%patch0 -p1
 ##atch1 -p1
 ##atch2 -p1
 cp %{S:1} .
@@ -141,7 +141,7 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/tryton
 
-ython_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %pre
 #Write environment changes to /etc/bash.bashrc.local

++ gnuhealth-3.6.2.tar.gz -> gnuhealth-3.6.3.tar.gz ++
/work/SRC/openSUSE:Factory/gnuhealth/gnuhealth-3.6.2.tar.gz 
/work/SRC/openSUSE:Factory/.gnuhealth.new.26092/gnuhealth-3.6.3.tar.gz differ: 
char 6, line 1

++ shebang.diff ++
diff -U 3 -dHrN -- a/gnuhealth-control b/gnuhealth-control
--- a/gnuhealth-control 2019-11-20 09:16:02.0 +0100
+++ b/gnuhealth-control 2020-01-15 08:21:34.600157124 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 
 # gnuhealth-control
 # The GNU Health control center 
diff -U 3 -dHrN -- a/health/setup.py b/health/setup.py
--- a/health/setup.py   2019-11-20 09:16:02.0 +0100
+++ b/health/setup.py   2020-01-15 08:25:35.736164023 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #Copyright (C) 2011-2020 Luis Falcon 
 #Copyright (C) 2011-2020 GNU Solidario 
diff -U 3 -dHrN -- a/health_archives/setup.py b/health_archives/setup.py
--- a/health_archives/setup.py  2019-11-20 09:16:02.0 +0100
+++ b/health_archives/setup.py  2020-01-15 08:26:14.464165130 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #Copyright (C) 2008-2020 Luis Falcon 
 #Copyright (C) 2011-2020 GNU Solidario 
diff -U 3 -dHrN -- a/health_caldav/setup.py b/health_caldav/setup.py
--- a/health_caldav/setup.py2019-11-20 09:16:02.0 +0100
+++ b/health_caldav/setup.py2020-02-27 19:27:33.986769709 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 from setuptools import setup
 import re
diff -U 3 -dHrN -- a/health_calendar/setup.py b/health_calendar/setup.py
--- a/health_calendar/setup.py  2019-11-20 09:16:02.0 +0100
+++ b/health_calendar/setup.py  2020-01-15 08:27:24.576167136 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #Copyright (C) 2011-2020 Luis Falcon 
 #Copyright (C) 2011 Cédric Krier
diff -U 3 -dHrN -- a/health_crypto/setup.py b/health_crypto/setup.py
--- a/health_crypto/setup.py2019-11-20 09:16:02.0 +0100
+++ b/health_crypto/setup.py2020-01-15 16:58:43.120008340 +0100
@@ -1,4 +1,4 

commit openQA for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2020-02-29 21:24:37

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


Package is "openQA"

Sat Feb 29 21:24:37 2020 rev:126 rq:780368 version:4.6.1582908813.c5b7e89c0

Changes:

openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2020-02-26 
15:07:26.725478373 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.26092/openQA.changes 2020-02-29 
21:24:56.730567677 +0100
@@ -1,0 +2,30 @@
+Fri Feb 28 19:04:52 UTC 2020 - co...@suse.com
+
+- Update to version 4.6.1582908813.c5b7e89c0:
+  * Makefile: Add KEEP_DB flag for optional, faster re-runs
+  * Extract a script "openqa-setup-db" for local database setup
+  * Make "developer" test as unstable based on recent results
+  * systemd: Prevent error on repeated startup of openqa-setup-db
+  * Improve shell style of t/test_postgresql based on shellcheck
+  * systemd: Make worker also only depend necessary network related targets
+  * Remove misleading log message of test setup
+  * Make check for error message in fullstack cache test less specific
+  * Refactor setup of fullstack tests
+  * Initialize host of cache client via sub to ease test setup
+  * Format test of the worker's web UI connection in a more compact way
+  * systemd: Fix premature startup of services when network is not fully up yet
+  * worker: Log only a debug message if a JSON can not be opened
+  * Remove unused modules from scheduler fullstack test
+  * Alleviate debugging of test_postgresql
+  * load_templates: Remove query uses from table requests
+  * load_templates: Create groups that do not exist
+  * Prevent search popover icons from appearing on top of menus
+  * Improve logging, error handling and notes for worker-server connection
+  * Delete unused and uncovered method 'Worker::WebUIConnection::disable'
+  * Delete unused and uncovered method 'Utils::append_channel_to_defaults'
+  * Stop the worker as usual when handling 'incompatible' command
+  * Update systemd/openqa-enqueue-bug-cleanup.timer
+  * Align jobtemplate inline help to left
+  * Fix openqa-enqueue-bug-cleanup.timer description
+
+---

Old:

  openQA-4.6.1582671252.ca350bd34.obscpio

New:

  openQA-4.6.1582908813.c5b7e89c0.obscpio



Other differences:
--
++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.8DK9Tf/_old  2020-02-29 21:24:58.354570891 +0100
+++ /var/tmp/diff_new_pack.8DK9Tf/_new  2020-02-29 21:24:58.354570891 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1582671252.ca350bd34
+Version:4.6.1582908813.c5b7e89c0
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.8DK9Tf/_old  2020-02-29 21:24:58.370570922 +0100
+++ /var/tmp/diff_new_pack.8DK9Tf/_new  2020-02-29 21:24:58.370570922 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1582671252.ca350bd34
+Version:4.6.1582908813.c5b7e89c0
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.8DK9Tf/_old  2020-02-29 21:24:58.394570970 +0100
+++ /var/tmp/diff_new_pack.8DK9Tf/_new  2020-02-29 21:24:58.394570970 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1582671252.ca350bd34
+Version:4.6.1582908813.c5b7e89c0
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.8DK9Tf/_old  2020-02-29 21:24:58.414571009 +0100
+++ /var/tmp/diff_new_pack.8DK9Tf/_new  2020-02-29 21:24:58.414571009 +0100
@@ -65,7 +65,7 @@
 %define devel_requires %build_requires %test_requires rsync chromedriver curl 
postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) 
perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
 
 Name:   openQA
-Version:4.6.1582671252.ca350bd34
+Version:4.6.1582908813.c5b7e89c0
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later
@@ -259,6 +259,7 @@
 ln -s %{_datadir}/openqa/script/openqa-validate-yaml 
%{buildroot}%{_bindir}/openqa-validate-yaml
 %if %{with python_scripts}
 ln -s %{_datadir}/openqa/script/openqa-label-all 
%{buildroot}%{_bindir}/openqa-label-all
+ln -s 

commit lttng-modules for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package lttng-modules for openSUSE:Factory 
checked in at 2020-02-29 21:24:13

Comparing /work/SRC/openSUSE:Factory/lttng-modules (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-modules.new.26092 (New)


Package is "lttng-modules"

Sat Feb 29 21:24:13 2020 rev:12 rq:780075 version:2.11.2

Changes:

--- /work/SRC/openSUSE:Factory/lttng-modules/lttng-modules.changes  
2019-10-04 11:22:42.364900623 +0200
+++ /work/SRC/openSUSE:Factory/.lttng-modules.new.26092/lttng-modules.changes   
2020-02-29 21:24:15.990487053 +0100
@@ -1,0 +2,9 @@
+Wed Feb 26 14:29:32 UTC 2020 - Alexei Sorokin 
+
+- Update to version 2.11.2:
+  * See /usr/share/doc/packages/lttng-modules/ChangeLog
+- Rebase and rename lttng-modules-fix-leap-15.0.patch to
+  lttng-modules-fix-leap-15.1.patch.
+- Update the spec.
+
+---

Old:

  lttng-modules-2.10.11.tar.bz2
  lttng-modules-2.10.11.tar.bz2.asc
  lttng-modules-fix-leap-15.0.patch

New:

  lttng-modules-2.11.2.tar.bz2
  lttng-modules-2.11.2.tar.bz2.asc
  lttng-modules-fix-leap-15.1.patch



Other differences:
--
++ lttng-modules.spec ++
--- /var/tmp/diff_new_pack.5Rko5w/_old  2020-02-29 21:24:17.190489428 +0100
+++ /var/tmp/diff_new_pack.5Rko5w/_new  2020-02-29 21:24:17.202489452 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lttng-modules
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,58 +16,37 @@
 #
 
 
-%if 0%{?suse_version} >= 1500 && !0%{?is_opensuse}
-%ifarch x86_64
-%define buildrt 1
-%endif
-%endif
 Name:   lttng-modules
-Version:2.10.11
+Version:2.11.2
 Release:0
 Summary:Licensing information for package lttng-modules
 License:GPL-2.0-only AND LGPL-2.1-only AND MIT
 Group:  System/Kernel
-Url:https://lttng.org/
+URL:https://lttng.org/
 Source: 
https://lttng.org/files/lttng-modules/%{name}-%{version}.tar.bz2
 Source1:
https://lttng.org/files/lttng-modules/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
 Source3:%{name}-preamble
 Source4:Module.supported
-# PATCH-FIX-OPENSUSE lttng-modules-fix-leap-15.0.patch -- Fix building on 
openSUSE Leap 15.0.
-Patch0: lttng-modules-fix-leap-15.0.patch
-BuildRequires:  kernel-devel
-BuildRequires:  kernel-source
-BuildRequires:  kernel-syms
-BuildRequires:  module-init-tools
+# PATCH-FIX-OPENSUSE lttng-modules-fix-leap-15.1.patch -- Fix building on 
openSUSE Leap 15.1.
+Patch0: lttng-modules-fix-leap-15.1.patch
+BuildRequires:  %{kernel_module_package_buildreqs}
 ExclusiveArch:  %ix86 x86_64 aarch64 ppc64 ppc64le
-%if 0%{?buildrt}
-BuildRequires:  kernel-syms-rt
-%endif
 
 %description
 This package provides licensing documentation for the lttng kmp packages.
 
-%suse_kernel_module_package -p %{name}-preamble ec2 xen xenpae vmi um
-
-%package KMP
-Summary:LTTng Kernel Tracing Modules
-Group:  System/Kernel
-
-%description KMP
-This package contains the LTTng 2.0 Kernel Modules necessary for
-instrumenting kernel subsystems.
+%kernel_module_package -p %{name}-preamble -x ec2 xen xenpae vmi um
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 set -- *
-mkdir source
-mkdir obj
+mkdir source obj
 
 for i in "$@"; do
case $i in
-  LICENSE|*.txt) ;;
+  LICENSE|LICENSES|ChangeLog) ;;
   *) mv $i source ;;
esac
 done
@@ -78,7 +57,7 @@
 rm -rf obj/$flavor
 cp -r source obj/$flavor
 cp %{SOURCE4} obj/$flavor
-make %{?_smp_mflags} V=1 -C 
%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules \
+%make_build -C %{kernel_source $flavor} modules \
   M=$PWD/obj/$flavor CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m
 done
 
@@ -87,11 +66,12 @@
 export INSTALL_MOD_DIR=updates
 export BRP_PESIGN_FILES="*.ko /lib/firmware"
 for flavor in %{flavors_to_build}; do
-make -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules_install \
+make -C %{kernel_source $flavor} modules_install \
   M=$PWD/obj/$flavor CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m
 done
 
 %files
-%license LICENSE lgpl-2.1.txt gpl-2.0.txt mit-license.txt
+%license LICENSE LICENSES/GPL-2.0 LICENSES/LGPL-2.1 LICENSES/MIT
+%doc ChangeLog
 
 %changelog

++ lttng-modules-2.10.11.tar.bz2 -> lttng-modules-2.11.2.tar.bz2 ++
 16591 lines of diff (skipped)

++ lttng-modules-fix-leap-15.0.patch -> lttng-modules-fix-leap-15.1.patch 
++
--- 

commit keepassxc for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package keepassxc for openSUSE:Factory 
checked in at 2020-02-29 21:24:29

Comparing /work/SRC/openSUSE:Factory/keepassxc (Old)
 and  /work/SRC/openSUSE:Factory/.keepassxc.new.26092 (New)


Package is "keepassxc"

Sat Feb 29 21:24:29 2020 rev:24 rq:780344 version:2.5.3

Changes:

--- /work/SRC/openSUSE:Factory/keepassxc/keepassxc.changes  2020-01-20 
22:52:39.571279228 +0100
+++ /work/SRC/openSUSE:Factory/.keepassxc.new.26092/keepassxc.changes   
2020-02-29 21:24:37.378529380 +0100
@@ -1,0 +2,8 @@
+Fri Feb 28 15:15:34 UTC 2020 - Michal Suchanek 
+
+- Clicking the tray icon momentarily shows and immediately hides window. Make
+  it stick (boo#1165293).
+- Fix window not minimizing to tray.
+  + add keepassxc-Fix-window-hiding-after-shown.patch
+
+---

New:

  keepassxc-Fix-window-hiding-after-shown.patch



Other differences:
--
++ keepassxc.spec ++
--- /var/tmp/diff_new_pack.aXiIt7/_old  2020-02-29 21:24:38.258531121 +0100
+++ /var/tmp/diff_new_pack.aXiIt7/_new  2020-02-29 21:24:38.262531129 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package keepassxc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Source2:
https://keepassxc.org/keepassxc_master_signing_key.asc#/%{name}.keyring
 Source98:   debian.tar.xz
 Source99:   keepassxc.dsc
+Patch:  keepassxc-Fix-window-hiding-after-shown.patch
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -46,8 +47,8 @@
 BuildRequires:  ykpers-devel
 %endif
 BuildRequires:  libyubikey-devel
-BuildRequires:  readline-devel
 BuildRequires:  pkgconfig
+BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -97,6 +98,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %define _lto_cflags %{nil}


++ keepassxc-Fix-window-hiding-after-shown.patch ++
>From 345ae7feaae558f69a6f22bc7f438f0a233a71b5 Mon Sep 17 00:00:00 2001
From: Michal Suchanek 
Date: Fri, 21 Feb 2020 01:17:20 +0100
Subject: [PATCH 1/4] gui: Use proper windowing system detection.

The GUI features depend on windowing system used, not OS.

Signed-off-by: Michal Suchanek 
---
 src/gui/MainWindow.cpp | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp
index b0dec4bf..d52ce9d2 100644
--- a/src/gui/MainWindow.cpp
+++ b/src/gui/MainWindow.cpp
@@ -1287,13 +1287,13 @@ void MainWindow::processTrayIconTrigger()
 void MainWindow::hideWindow()
 {
 saveWindowInformation();
-#if !defined(Q_OS_LINUX) && !defined(Q_OS_MACOS)
-// On some Linux systems, the window should NOT be minimized and hidden 
(i.e. not shown), at
-// the same time (which would happen if both minimize on startup and 
minimize to tray are set)
-// since otherwise it causes problems on restore as seen on issue #1595. 
Hiding it is enough.
-// TODO: Add an explanation for why this is also not done on Mac (or 
remove the check)
-setWindowState(windowState() | Qt::WindowMinimized);
-#endif
+if (QGuiApplication::platformName() != "xcb") {
+// In X11 the window should NOT be minimized and hidden (i.e. not
+// shown) at the same time (which would happen if both minimize on
+// startup and minimize to tray are set) since otherwise it causes
+// problems on restore as seen on issue #1595. Hiding it is enough.
+setWindowState(windowState() | Qt::WindowMinimized);
+}
 // Only hide if tray icon is active, otherwise window will be gone forever
 if (isTrayIconEnabled()) {
 hide();
-- 
2.25.1


>From 942cbed7d3c1a31ed547d6c411d8080653f5b5f9 Mon Sep 17 00:00:00 2001
From: Michal Suchanek 
Date: Sun, 16 Feb 2020 22:38:35 +0100
Subject: [PATCH 2/4] gui: Fix main window hiding after shown

There is an issue with the WM sometimes produding an event that
keepassxc interprets as request to hide the main window just after it is
shown. A workaround with immediately fired timer was implemented.
However, there is no guarantee on execution ordering of the timer
callback and other application code. Remove the timer and override
show() and hide() on main window to only hide if the window has not been
shown recently.

Signed-off-by: Michal Suchanek 
---
 src/core/Clock.cpp |  5 +
 src/core/Clock.h   |  1 +
 src/gui/MainWindow.cpp | 26 +-
 

commit ibus-typing-booster for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package ibus-typing-booster for 
openSUSE:Factory checked in at 2020-02-29 21:24:17

Comparing /work/SRC/openSUSE:Factory/ibus-typing-booster (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-typing-booster.new.26092 (New)


Package is "ibus-typing-booster"

Sat Feb 29 21:24:17 2020 rev:35 rq:780313 version:2.8.1

Changes:

--- /work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster.changes  
2020-02-09 20:48:23.926874381 +0100
+++ 
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.26092/ibus-typing-booster.changes
   2020-02-29 21:24:22.330499600 +0100
@@ -1,0 +2,11 @@
+Thu Feb 27 16:41:11 UTC 2020 - maiku.fab...@gmail.com
+
+- Update to 2.8.1
+- Prevent also BackSpace from reopening a preedit when the option
+  “Arrow keys can reopen a preedit” is off
+- Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/87
+- Resolves: rhbz#1637647
+- Translation updates from Weblate for es, tr, he
+- Update emoji annotations from CLDR
+
+---

Old:

  ibus-typing-booster-2.8.0.tar.gz

New:

  ibus-typing-booster-2.8.1.tar.gz



Other differences:
--
++ ibus-typing-booster.spec ++
--- /var/tmp/diff_new_pack.qHYl09/_old  2020-02-29 21:24:24.710504310 +0100
+++ /var/tmp/diff_new_pack.qHYl09/_new  2020-02-29 21:24:24.722504334 +0100
@@ -15,7 +15,7 @@
 #
 
 Name:   ibus-typing-booster
-Version:2.8.0
+Version:2.8.1
 Release:0 
 Summary:An input completion utility
 License:GPL-3.0+

++ ibus-typing-booster-2.8.0.tar.gz -> ibus-typing-booster-2.8.1.tar.gz 
++
/work/SRC/openSUSE:Factory/ibus-typing-booster/ibus-typing-booster-2.8.0.tar.gz 
/work/SRC/openSUSE:Factory/.ibus-typing-booster.new.26092/ibus-typing-booster-2.8.1.tar.gz
 differ: char 12, line 1




commit shotcut for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package shotcut for openSUSE:Factory checked 
in at 2020-02-29 21:24:23

Comparing /work/SRC/openSUSE:Factory/shotcut (Old)
 and  /work/SRC/openSUSE:Factory/.shotcut.new.26092 (New)


Package is "shotcut"

Sat Feb 29 21:24:23 2020 rev:30 rq:780301 version:20.02.17

Changes:

--- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes  2019-09-25 
08:31:24.654360196 +0200
+++ /work/SRC/openSUSE:Factory/.shotcut.new.26092/shotcut.changes   
2020-02-29 21:24:34.602523886 +0100
@@ -1,0 +2,69 @@
+Tue Feb 18 18:56:50 UTC 2020 - Pavol Cupka 
+
+- Update to release version 20.02.17
+- Upstream changes:
+  - Fixes:
+- Fixed dropping multiple files to Playlist in a new project (broken in 
v19.12.31).
+- Fixed some broken keyboard shortcuts in the Turkish translation.
+- Fixed Properties > Speed not working after a project file repair.
+- Fixed clip selection after Insert Track or Remove Track.
+- Fixed Playlist > Add Selected to Timeline creates corrupt clips (broken 
in v19.12.31).
+- Fixed Settings > Display Method > Software (Mesa) on Windows (broken in 
v19.12.31).
+- Fixed creating a Project folder with leading or trailing spaces.
+- Fixed saving the length property in MLT XML as a time value independent 
of frame rate.
+- Fixed starting Text: Simple video filter with "@" shows "0".
+- Fixed seeking previous & next on the first track in Keyframes where you 
trim a filter or use simple keyframes.
+- Fixed an unexpected transition is created when moving a clip rightward 
adjacent to the next clip in Timeline (regression in v19.12.16).
+- Fixed drag-n-drop from Source player to Timeline left player in an 
inconsistent state (broken in v19.09.14).
+- Fixed an inconsistent colorspace conversion when accessing a cached 
image.
+- Fixed Playlist > Copy followed by a change in Properties incorrectly 
changes the playlist item.
+- Fixed clicking on the rectangle control may change its size.
+- Fixed using the LUT (3D) filter with file with extended characters in 
its file path on Windows.
+- Fixed a crash when using a transition on every track at the same time.
+  - Changes:
+- Improved the reliability of Timeline > Select None.
+- Changed Timeline > Master > Properties > Frame rate to show 6 decimal 
digits.
+- Reduced the latency of scrubbing (regression in v19.12.31).
+- Changed the video-overlay rectangle control used in some filters to 
allow changing the position by dragging from anywhere inside the rectangle.
+- To enable, one must first double-click the center circle to put it into 
a positioning-locked mode. Otherwise, you would be prevented from dragging the 
clip out of the Source player.
+- Changed the Filters panel on macOS to prevent floating to avoid a 
frequently reported problem of the Filters window appearing blank/black.
+- Changed Timeline > clip context menu > Detach Audio to not seek 
afterwards.
+- Improved mouse wheel and trackpad behavior in Timeline.
+- Now, you do not need to ensure the mouse pointer is over a clip, speed 
is reduced, and zoom keeps focal point in view. The new zoom behavior does not 
apply when using the option Center the Playhead in the timeline menu.
+- Upgraded MLT to version 6.20.0 and WebVfx to version 1.2.0.
+  - New:
+- Added Settings > Preview Scaling!
+  This reduces the resolution for rendering effects for preview within the 
app, but there may be added a fair cost to the CPU for down-scaling sources to 
the preview resolution. Thus, this will be more beneficial when low resolution 
proxies are created, which is planned for version 20.04 in April.
+  Please understand that preview scaling will not always provide perfect 
fidelity. Some differences are unavoidable especially where blur, softness, and 
noise are concerned.
+  Some filters may not support preview scaling and will process at full 
project resolution:
+  Choppy
+  Rutt-Etra-Izer
+  Stabilize
+  Text: HTML > Blank with Web Animations
+  Text: HTML > Simple Scroll
+  Text: HTML > Two Column Scroll
+- Added Export > Advanced > Video >Use preview scaling.
+  This is intended to provide a faster export for draft review. You should 
leave the export resolution set to the project resolution unless your preset or 
video codec dictates a resolution.
+- Added Views > Scopes > Video Vector.
+  Note that the graticule on this is non-traditional, inspired by Alexis 
Van Hurkman.
+- Added Filters > Audio > Pitch.
+  This is handy when changing the speed of a clip anywhere from 4.0x - 
0.25x.
+- Added the ability to rename clips in Properties by clicking into the 
header where the name is displayed.
+- Added 

commit afl for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2020-02-29 21:24:19

Comparing /work/SRC/openSUSE:Factory/afl (Old)
 and  /work/SRC/openSUSE:Factory/.afl.new.26092 (New)


Package is "afl"

Sat Feb 29 21:24:19 2020 rev:48 rq:780291 version:2.62c

Changes:

--- /work/SRC/openSUSE:Factory/afl/afl.changes  2020-02-26 15:04:09.801085466 
+0100
+++ /work/SRC/openSUSE:Factory/.afl.new.26092/afl.changes   2020-02-29 
21:24:27.470509772 +0100
@@ -1,0 +2,8 @@
+Fri Feb 28 14:09:26 UTC 2020 - Marcus Meissner 
+
+- updated to 2.62c
+  - Important fix for memory allocation functions that result in afl-fuzz not 
identifying crashes - UPDATE!
+  - Small fix for -E/-V to release the CPU
+  - CmpLog does not need sancov anymore
+
+---

Old:

  2.61c.tar.gz

New:

  2.62c.tar.gz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.xUQaqk/_old  2020-02-29 21:24:29.290513374 +0100
+++ /var/tmp/diff_new_pack.xUQaqk/_new  2020-02-29 21:24:29.294513382 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:2.61c
+Version:2.62c
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0

++ 2.61c.tar.gz -> 2.62c.tar.gz ++
 2212 lines of diff (skipped)




commit wireshark for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2020-02-29 21:23:37

Comparing /work/SRC/openSUSE:Factory/wireshark (Old)
 and  /work/SRC/openSUSE:Factory/.wireshark.new.26092 (New)


Package is "wireshark"

Sat Feb 29 21:23:37 2020 rev:154 rq:780281 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2020-01-19 
20:54:15.459950029 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new.26092/wireshark.changes   
2020-02-29 21:23:45.642426995 +0100
@@ -1,0 +2,16 @@
+Thu Feb 27 07:51:33 UTC 2020 - Robert Frohl 
+
+- wireshark 3.2.2 (boo#1165241)
+  * CVE-2020-9431: LTE RRC dissector memory leak.
+  * CVE-2020-9430: WiMax DLMAP dissector crash.
+  * CVE-2020-9428: EAP dissector crash.
+  * CVE-2020-9429: WireGuard dissector crash.
+- Further features, bug fixes and updated protocol support as listed in:
+  https://www.wireshark.org/docs/relnotes/wireshark-3.2.2.html
+
+---
+Thu Jan 23 13:34:13 UTC 2020 - Robert Frohl 
+
+- Fixed build against SLE flavors
+
+---

Old:

  SIGNATURES-3.2.1.txt
  wireshark-3.2.1.tar.xz

New:

  SIGNATURES-3.2.2.txt
  wireshark-3.2.2.tar.xz



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.qzbyyO/_old  2020-02-29 21:23:47.410430495 +0100
+++ /var/tmp/diff_new_pack.qzbyyO/_new  2020-02-29 21:23:47.422430519 +0100
@@ -27,7 +27,7 @@
 %bcond_with lz4
 %endif
 Name:   wireshark
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0-or-later AND GPL-3.0-or-later
@@ -168,7 +168,18 @@
 
 %build
 %cmake -DCMAKE_INSTALL_LIBDIR='%{_lib}/'
+%if 0%{?is_opensuse}
 %cmake_build
+%else 
+# if the cmake_build makro does not exit we build it by hand...
+/usr/bin/make \
+%if "/usr/bin/make" == "/usr/bin/make" 
+-O VERBOSE=1 \
+%else 
+-v \
+%endif 
+-j8
+%endif 
 
 %install
 %cmake_install

++ SIGNATURES-3.2.1.txt -> SIGNATURES-3.2.2.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-3.2.1.txt   2020-01-19 
20:54:13.823949170 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new.26092/SIGNATURES-3.2.2.txt
2020-02-29 21:23:44.078423900 +0100
@@ -1,40 +1,40 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
-wireshark-3.2.1.tar.xz: 31522124 bytes
-SHA256(wireshark-3.2.1.tar.xz)=589f640058d6408ebbd695a80ebbd6e7bd99d8db64ecda253d27100dfd27e85b
-RIPEMD160(wireshark-3.2.1.tar.xz)=decbaf93645bd2b5283b5307b4730a6967116e3b
-SHA1(wireshark-3.2.1.tar.xz)=d0b8eb3e01264afb98ec151d7114ed14cf174ced
-
-Wireshark-win64-3.2.1.exe: 60054504 bytes
-SHA256(Wireshark-win64-3.2.1.exe)=7c69778b9f35fa5335dc5b8e6e1cbbe2e18a7fdfe77b47edb7402206c93ee5d4
-RIPEMD160(Wireshark-win64-3.2.1.exe)=28ae37dca5a7b6584cfa8618ca735221e7bd9603
-SHA1(Wireshark-win64-3.2.1.exe)=9d1b731fea3ebe8840c8c6eecc0bbaf6ce9f7100
-
-Wireshark-win32-3.2.1.exe: 54755072 bytes
-SHA256(Wireshark-win32-3.2.1.exe)=20d8861550367ae6ba588a34eabcd149090a5a2da9f2849a2609857929dd5513
-RIPEMD160(Wireshark-win32-3.2.1.exe)=e1f1dc2fcd4788948718fe16d271d330eeb8691c
-SHA1(Wireshark-win32-3.2.1.exe)=c2f0e86283a463149012da38b89869d29f6f4b65
-
-Wireshark-win32-3.2.1.msi: 42926080 bytes
-SHA256(Wireshark-win32-3.2.1.msi)=9ff38be33feefa9c08b2c06f60d0630b5674a1c1d92ac1454beb6e071411d60d
-RIPEMD160(Wireshark-win32-3.2.1.msi)=e822c270679c844b0d68660b37bad8c4404e2972
-SHA1(Wireshark-win32-3.2.1.msi)=7956c6629a12aa68c48f128f75bed8611edc2a6f
-
-Wireshark-win64-3.2.1.msi: 48230400 bytes
-SHA256(Wireshark-win64-3.2.1.msi)=23e6b6f3c348d860d8ec12088c8094434c4c3bc3897f7e3ae949939ec24ccc2d
-RIPEMD160(Wireshark-win64-3.2.1.msi)=89e5676d0129841c3fe1c9e802831b11e1a95a9e
-SHA1(Wireshark-win64-3.2.1.msi)=6861d5221b5c8bcc44fef7af141e195cc88d17ca
-
-WiresharkPortable_3.2.1.paf.exe: 36534000 bytes
-SHA256(WiresharkPortable_3.2.1.paf.exe)=82ba51f4568071341d7484f92033939647c275537180419fe49617adbb3b3c9e
-RIPEMD160(WiresharkPortable_3.2.1.paf.exe)=37086e00dad1abc223e6c2ed561525f5545d0d97
-SHA1(WiresharkPortable_3.2.1.paf.exe)=983378044b9672338357c66cd63fdb9fe40401df
-
-Wireshark 3.2.1 Intel 64.dmg: 96254431 bytes
-SHA256(Wireshark 3.2.1 Intel 
64.dmg)=a1b08841676b626e3dee42274ad321b90c31eccda6808c59ee5ea644e3782cb4
-RIPEMD160(Wireshark 3.2.1 Intel 
64.dmg)=a4e88414580b29563dd0b44cc2acb0132d9f315f
-SHA1(Wireshark 3.2.1 Intel 64.dmg)=1b43fedae40e99006508476927357df203e88f10
+wireshark-3.2.2.tar.xz: 31548392 bytes
+SHA256(wireshark-3.2.2.tar.xz)=5f5923ef4c3fee370ed0ca1bb324f37c246015eba4a7e74ab95d9208feeded79

commit libzip for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2020-02-29 21:23:34

Comparing /work/SRC/openSUSE:Factory/libzip (Old)
 and  /work/SRC/openSUSE:Factory/.libzip.new.26092 (New)


Package is "libzip"

Sat Feb 29 21:23:34 2020 rev:38 rq:779940 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/libzip/libzip.changes2020-01-30 
09:35:36.633304184 +0100
+++ /work/SRC/openSUSE:Factory/.libzip.new.26092/libzip.changes 2020-02-29 
21:23:40.670417156 +0100
@@ -1,0 +2,6 @@
+Mon Feb 24 08:26:07 UTC 2020 - Paolo Stivanin 
+
+- version update to 1.6.1
+  * Bugfix for double-free in zipcmp(1) during cleanup.
+
+---

Old:

  libzip-1.6.0.tar.xz

New:

  libzip-1.6.1.tar.xz



Other differences:
--
++ libzip.spec ++
--- /var/tmp/diff_new_pack.hdnTCs/_old  2020-02-29 21:23:41.402418605 +0100
+++ /var/tmp/diff_new_pack.hdnTCs/_new  2020-02-29 21:23:41.406418613 +0100
@@ -18,7 +18,7 @@
 
 %define sover 5
 Name:   libzip
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:C library for reading, creating, and modifying zip archives
 License:BSD-3-Clause

++ libzip-1.6.0.tar.xz -> libzip-1.6.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/CMakeLists.txt 
new/libzip-1.6.1/CMakeLists.txt
--- old/libzip-1.6.0/CMakeLists.txt 2020-01-24 12:03:14.0 +0100
+++ new/libzip-1.6.1/CMakeLists.txt 2020-02-03 15:18:57.0 +0100
@@ -82,7 +82,7 @@
 SET(PACKAGE_NAME ${PACKAGE})
 SET(PACKAGE_VERSION_MAJOR "1")
 SET(PACKAGE_VERSION_MINOR "6")
-SET(PACKAGE_VERSION_MICRO "0")
+SET(PACKAGE_VERSION_MICRO "1")
 #SET(VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}")
 SET(VERSION 
"${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_MICRO}")
 SET(PACKAGE_VERSION ${VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/NEWS.md new/libzip-1.6.1/NEWS.md
--- old/libzip-1.6.0/NEWS.md2020-01-24 12:03:14.0 +0100
+++ new/libzip-1.6.1/NEWS.md2020-02-03 15:18:57.0 +0100
@@ -1,3 +1,8 @@
+1.6.1 [2020-02-03]
+==
+
+* Bugfix for double-free in zipcmp(1) during cleanup.
+
 1.6.0 [2020-01-24]
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/man/links new/libzip-1.6.1/man/links
--- old/libzip-1.6.0/man/links  2020-01-24 12:03:14.0 +0100
+++ new/libzip-1.6.1/man/links  2020-02-03 15:18:57.0 +0100
@@ -6,6 +6,7 @@
 zip_file_extra_field_delete zip_file_extra_field_delete_by_id
 zip_file_extra_field_get zip_file_extra_field_get_by_id
 zip_file_extra_fields_count zip_file_extra_fields_count_by_id
+zip_file_set_mtime zip_file_set_dostime
 zip_file_strerror zip_strerror
 zip_fopen zip_fopen_index
 zip_fopen_encrypted zip_fopen_index_encrypted
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzip-1.6.0/src/zipcmp.c 
new/libzip-1.6.1/src/zipcmp.c
--- old/libzip-1.6.0/src/zipcmp.c   2020-01-24 12:03:14.0 +0100
+++ new/libzip-1.6.1/src/zipcmp.c   2020-02-03 15:18:57.0 +0100
@@ -248,7 +248,6 @@
}
for (j = 0; j < a[i].nentry; j++) {
free(a[i].entry[j].name);
-   free(a[i].entry[j].extra_fields);
}
free(a[i].entry);
 }




commit nrpe for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package nrpe for openSUSE:Factory checked in 
at 2020-02-29 21:23:40

Comparing /work/SRC/openSUSE:Factory/nrpe (Old)
 and  /work/SRC/openSUSE:Factory/.nrpe.new.26092 (New)


Package is "nrpe"

Sat Feb 29 21:23:40 2020 rev:11 rq:780480 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/nrpe/nrpe.changes2018-10-23 
20:38:12.460700764 +0200
+++ /work/SRC/openSUSE:Factory/.nrpe.new.26092/nrpe.changes 2020-02-29 
21:23:57.898451250 +0100
@@ -1,0 +2,49 @@
+Fri Feb 21 15:52:55 UTC 2020 - l...@linux-schulserver.de
+
+- nrpe.xml firewalld file is handled by firewalld package
+- Leap 15.1 is suse_version 1500 (thanks, dimstar)
+
+---
+Mon Feb  3 15:09:45 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut through the -mini flavors.
+
+---
+Sun Mar 17 01:38:53 UTC 2019 - Lars Vogdt 
+
+- Do not package nrpe.xml for Leap 15.0, as it is included in 
+  firewalld package there. 
+
+---
+Sun Feb 17 16:02:23 UTC 2019 - l...@linux-schulserver.de
+
+- add nrpe.xml snipplet for firewalld
+- still ship nrpe snipplet for SuSEfirewalld for now
+- use systemd files directly from upstream:
+  + drop Requires=var-run.mount line from service file 
+  + drop nrpe.service
+  + drop nrpe.socket
+  + do not create tmpfiles.d/nrpe in spec any longer
+- handle migration from /etc/nagios/nrpe.cfg to /etc/nrpe.cfg also 
+  for systemd case (triggerun)
+- increase warn/crit level for processes to 350/400 in a default 
+  installation
+- added patch and dh.h file to NOT re-calculate dh.h parameters 
+  during each build (for reproducable builds). 
+  Can be enable/disable by setting the 'reproducable' build 
+  condition. Default is: "on" for suse_version >= 15
+  + nrpe-3.2.1-static_dh_parameters.patch
+  + nrpe-3.2.1-dh.h
+- use _rundir and _tmpfilesdir macros everywhere
+- do not create nagios user/group during install on (open)SUSE
+  systems and rely on the files section here instead
+- rename nagios-nrpe-rpmlintrc and nagios-nrpe-SuSEfirewall2 to 
+  nrpe-rpmlintrc and nrpe-SuSEfirewall2
+- simplify rpmlintrc
+- build nrpe-doc package as noarch 
+- specfile cleanup & remove other distribution specials
+- disable chkconfig call in Makefile on old distributions
+  nrpe-3.2.1-disable-chkconfig_in_Makefile.patch
+
+---

Old:

  nagios-nrpe-SuSEfirewall2
  nagios-nrpe-rpmlintrc
  nrpe.service
  nrpe.socket

New:

  nrpe-3.2.1-dh.h
  nrpe-3.2.1-disable-chkconfig_in_Makefile.patch
  nrpe-3.2.1-static_dh_parameters.patch
  nrpe-SuSEfirewall2
  nrpe-rpmlintrc
  nrpe.xml



Other differences:
--
++ nrpe.spec ++
--- /var/tmp/diff_new_pack.KKDlPc/_old  2020-02-29 21:23:59.314454052 +0100
+++ /var/tmp/diff_new_pack.KKDlPc/_new  2020-02-29 21:23:59.314454052 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nrpe
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,113 +16,92 @@
 #
 
 
-# Macro that print mesages to syslog at package (un)install time
 %define nnmmsg logger -t %{name}/rpm
 %define nrpeport 5666
 %if ! %{defined _rundir}
-%define _rundir %{_localstatedir}/run
+  %define _rundir %{_localstatedir}/run
 %endif
-
+%{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d}
 %if 0%{?suse_version} >= 1210 || 0%{?centos_version} >= 600
-%bcond_without systemd
+  %bcond_without systemd
 %else
-%bcond_with systemd
+  %bcond_with systemd
+%endif
+%if 0%{?suse_version} >= 01500
+  %bcond_without firewalld
+%else
+  %bcond_with firewalld
+%endif
+%if 0%{?suse_version} >= 01500
+%bcond_without reproducable
+%else
+%bcond_with reproducable
 %endif
-
 Name:   nrpe
 Version:3.2.1
 Release:0
 Summary:Nagios Remote Plug-In Executor
 License:GPL-2.0-or-later
 Group:  System/Monitoring
-Url:http://www.nagios.org/
+URL:http://www.nagios.org/
 Source0:nrpe-%{version}.tar.bz2
 Source1:nrpe.init
-Source2:nagios-nrpe-rpmlintrc
-Source3:nagios-nrpe-SuSEfirewall2
+Source2:nrpe-rpmlintrc
+Source3:nrpe-SuSEfirewall2
 Source4:nrpe.8
 Source5:check_nrpe.cfg
-Source6:nrpe.service
-Source8:nrpe.socket
 Source10:   README.SUSE
 Source11:   README.SUSE.systemd-addon
-# 

commit wicked for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2020-02-29 21:23:16

Comparing /work/SRC/openSUSE:Factory/wicked (Old)
 and  /work/SRC/openSUSE:Factory/.wicked.new.26092 (New)


Package is "wicked"

Sat Feb 29 21:23:16 2020 rev:80 rq:779668 version:0.6.62

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2019-12-17 
13:29:37.411420624 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new.26092/wicked.changes 2020-02-29 
21:23:23.818383806 +0100
@@ -1,0 +2,15 @@
+Wed Feb 26 21:00:16 UTC 2020 - rtorreromarijnis...@suse.com
+
+- version 0.6.62
+- dhcp4: discard lease on client-id mismatch (CVE-2020-7217,bsc#1160906)
+- dhcp4: free lease on response without message type 
(CVE-2020-7216,bsc#1160905)
+- dhcp6: don't add free'd IA to ia_pd_list on T1>T2 
(CVE-2019-18903,bsc#1160904)
+- dhcp6: fix use-after-free on option parsing failure 
(CVE-2019-18902,bsc#1160903)
+- utils: don't reject NULL var array names/keys breaking wicked duid dump
+- routes: schema fix to avoid not applying rto_min incl. new time format 
(bsc#1160939)
+- systemd: order start wicked after network-pre.target and openvswitch.service 
start
+- packaging: use pkgconfig(libsystemd) instead of systemd-devel
+- misc bug fixes by Malte Kraus including undefined behaviour, memory access 
alignment
+- corrections, use-after-free, missed initialization and format errors
+
+---

Old:

  wicked-0.6.61.tar.bz2

New:

  wicked-0.6.62.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.QN09Gz/_old  2020-02-29 21:23:24.598385350 +0100
+++ /var/tmp/diff_new_pack.QN09Gz/_new  2020-02-29 21:23:24.598385350 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wicked
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.61
+Version:0.6.62
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
-License:GPL-2.0-only
+License:GPL-2.0-or-later
 Group:  System/Management
-Url:https://github.com/openSUSE/wicked
+URL:https://github.com/openSUSE/wicked
 Source0:%{name}-%{version}.tar.bz2
 Source1:wicked-rpmlintrc
 #
@@ -39,7 +39,7 @@
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  make
-Provides:   libwicked-0_6_61 = %{version}
+Provides:   libwicked-0_6_62 = %{version}
 Obsoletes:  libwicked-0-6 <= %{version}
 
 %if 0%{?suse_version} >= 1500
@@ -84,8 +84,8 @@
 %endif
 
 %if %{with systemd}
-BuildRequires:  systemd-devel
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(libsystemd)
 %{?systemd_requires}
 %if 0%{?suse_version:1}
 Requires(pre):  %fillup_prereq
@@ -155,7 +155,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   dbus-1-devel
 Requires:   libnl3-devel
-Requires:   libwicked-0_6_61 = %{version}
+Requires:   libwicked-0_6_62 = %{version}
 
 %description devel
 Wicked is a network configuration infrastructure incorporating a number

++ wicked-0.6.61.tar.bz2 -> wicked-0.6.62.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.6.61/ChangeLog new/wicked-0.6.62/ChangeLog
--- old/wicked-0.6.61/ChangeLog 2019-12-11 12:06:56.0 +0100
+++ new/wicked-0.6.62/ChangeLog 2020-02-26 21:49:21.0 +0100
@@ -1,3 +1,244 @@
+commit d539bba071c5837bec94a0cdf1c44060ad643e1e
+Author: Marius Tomaschewski 
+Date:   Wed Feb 26 17:16:08 2020 +0100
+
+version 0.6.62
+
+commit 082b635cd1ae7c893e91d221d24dd36817ab0350
+Author: Marius Tomaschewski 
+Date:   Wed Feb 26 17:11:35 2020 +0100
+
+spec: adjust rpm spec file licenses and url tags
+
+commit 0699d59048f2e67d6e29f5cd8b017903d061e216
+Merge: f62ab041 e94fb47a
+Author: Marius Tomaschewski 
+Date:   Wed Feb 26 12:18:58 2020 +0100
+
+Merge pull request #828 from rtorrero/security-1
+
+ security: memory usage errors in DHCPv4 and DHCPv6 handling
+
+commit f62ab04162fd3e30b96fac0c73fde0bcc09c5fc5
+Merge: 4ef7c7b7 c8d3f932
+Author: Marius Tomaschewski 
+Date:   Tue Feb 25 15:04:25 2020 +0100
+
+Merge pull request #825 from rtorrero/bug-1160939_rto-min-fix
+
+schema: change rto_min key to avoid not applying it (bsc#1160939)
+
+commit c8d3f932b23a89e50ea69ee9b7584342711639fe

commit plasma5-pa for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-02-29 21:22:50

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092 (New)


Package is "plasma5-pa"

Sat Feb 29 21:22:50 2020 rev:82 rq:779202 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-02-22 
19:06:42.186378268 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092/plasma5-pa.changes 
2020-02-29 21:23:03.958344504 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  plasma-pa-5.18.1.tar.xz
  plasma-pa-5.18.1.tar.xz.sig

New:

  plasma-pa-5.18.2.tar.xz
  plasma-pa-5.18.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.j5oQZ3/_old  2020-02-29 21:23:04.818346206 +0100
+++ /var/tmp/diff_new_pack.j5oQZ3/_new  2020-02-29 21:23:04.834346238 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pa
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig

++ plasma-pa-5.18.1.tar.xz -> plasma-pa-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.1/CMakeLists.txt 
new/plasma-pa-5.18.2/CMakeLists.txt
--- old/plasma-pa-5.18.1/CMakeLists.txt 2020-02-18 14:19:35.0 +0100
+++ new/plasma-pa-5.18.2/CMakeLists.txt 2020-02-25 14:25:43.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.1/po/id/kcm_pulseaudio.po 
new/plasma-pa-5.18.2/po/id/kcm_pulseaudio.po
--- old/plasma-pa-5.18.1/po/id/kcm_pulseaudio.po2020-02-18 
14:19:02.0 +0100
+++ new/plasma-pa-5.18.2/po/id/kcm_pulseaudio.po2020-02-25 
14:25:02.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Wantoyo , 2018, 2019.
+# Wantoyo , 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-10-11 03:39+0200\n"
-"PO-Revision-Date: 2019-10-15 07:14+0700\n"
+"PO-Revision-Date: 2020-01-30 20:50+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 19.08.1\n"
+"X-Generator: Lokalize 19.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -159,7 +159,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr "Tidak ada Aplikasi Merekam Audio"
+msgstr "Tidak Ada Aplikasi Perekaman Audio"
 
 #: kcm/package/contents/ui/CardListItem.qml:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.18.1/po/id/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.18.2/po/id/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.18.1/po/id/plasma_applet_org.kde.plasma.volume.po   
2020-02-18 14:19:02.0 +0100
+++ new/plasma-pa-5.18.2/po/id/plasma_applet_org.kde.plasma.volume.po   
2020-02-25 14:25:02.0 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-pa package.
-# Wantoyo , 2018, 2019.
+# Wantoyo , 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 

commit plasma-nm5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:56

Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-nm5.new.26092 (New)


Package is "plasma-nm5"

Sat Feb 29 21:22:56 2020 rev:104 rq:779207 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2020-02-22 
19:06:19.950333972 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new.26092/plasma-nm5.changes 
2020-02-29 21:23:10.370357193 +0100
@@ -1,0 +2,16 @@
+Tue Feb 25 14:07:19 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * Fix build with missing includes
+  * [kded] Set password dialog boxes to plaintext
+  * [kded] Escape notifications
+  * [kcm] Escape connection name in close dialog
+  * KCM: Fix connection list background and padding
+  * Fix ampersand and other characters in tooltip (kde#398225)
+  * Make sure we change icon on NM connectivity change
+
+---

Old:

  plasma-nm-5.18.1.tar.xz
  plasma-nm-5.18.1.tar.xz.sig

New:

  plasma-nm-5.18.2.tar.xz
  plasma-nm-5.18.2.tar.xz.sig



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.HgESTy/_old  2020-02-29 21:23:11.206358848 +0100
+++ /var/tmp/diff_new_pack.HgESTy/_new  2020-02-29 21:23:11.214358863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma-nm5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1-only OR LGPL-3.0-only) AND (GPL-2.0-only OR 
GPL-3.0-only)

++ plasma-nm-5.18.1.tar.xz -> plasma-nm-5.18.2.tar.xz ++
 3225 lines of diff (skipped)





commit plasma5-integration for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2020-02-29 21:22:47

Comparing /work/SRC/openSUSE:Factory/plasma5-integration (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-integration.new.26092 (New)


Package is "plasma5-integration"

Sat Feb 29 21:22:47 2020 rev:75 rq:779201 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2020-02-22 19:06:35.262364475 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new.26092/plasma5-integration.changes
   2020-02-29 21:23:02.926342462 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  plasma-integration-5.18.1.tar.xz
  plasma-integration-5.18.1.tar.xz.sig

New:

  plasma-integration-5.18.2.tar.xz
  plasma-integration-5.18.2.tar.xz.sig



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.BD0gHf/_old  2020-02-29 21:23:03.678343950 +0100
+++ /var/tmp/diff_new_pack.BD0gHf/_new  2020-02-29 21:23:03.682343958 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-integration
-Version:5.18.1
+Version:5.18.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ plasma-integration-5.18.1.tar.xz -> plasma-integration-5.18.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.18.1/CMakeLists.txt 
new/plasma-integration-5.18.2/CMakeLists.txt
--- old/plasma-integration-5.18.1/CMakeLists.txt2020-02-18 
14:16:21.0 +0100
+++ new/plasma-integration-5.18.2/CMakeLists.txt2020-02-25 
14:22:04.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")





commit plasma5-desktop for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2020-02-29 21:22:45

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


Package is "plasma5-desktop"

Sat Feb 29 21:22:45 2020 rev:121 rq:779200 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2020-02-22 19:06:28.742351487 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new.26092/plasma5-desktop.changes   
2020-02-29 21:23:00.918338488 +0100
@@ -1,0 +2,22 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * Calculate needsSave on checkbox toggle not on change (kde#411584)
+  * Remove attempt to start long gone baloo_file_cleaner
+  * [kcm/baloo] Clip ListView
+  * [kcm/activities] Clip ListView
+  * emojier: use proper scoping for QPixmap
+  * KCM look and feel : set proper default values for kwin kdecoration when 
applying global style
+  * emojier: --warnings
+  * emojier: improve the fallback mechanism to detect languages (kde#417713)
+  * emojier: properly specify the application component name to KAboutData 
(kde#416669)
+  * emojier: Only fit text when we know it's a very complex emoji (kde#417454)
+  * emojier: make it possible to filter by annotation
+  * [Folder view]Make shadow scale aware
+  * Set good default value for cursor theme and size in KRDB (kde#414109)
+
+---

Old:

  plasma-desktop-5.18.1.tar.xz
  plasma-desktop-5.18.1.tar.xz.sig

New:

  plasma-desktop-5.18.2.tar.xz
  plasma-desktop-5.18.2.tar.xz.sig



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.jb3KO2/_old  2020-02-29 21:23:02.158340942 +0100
+++ /var/tmp/diff_new_pack.jb3KO2/_new  2020-02-29 21:23:02.170340965 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-desktop
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.18.1
+Version:5.18.2
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -29,7 +29,7 @@
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0-only
 Group:  System/GUI/KDE
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz.sig

++ plasma-desktop-5.18.1.tar.xz -> plasma-desktop-5.18.2.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.18.1.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new.26092/plasma-desktop-5.18.2.tar.xz
 differ: char 27, line 1





commit libcaca for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package libcaca for openSUSE:Factory checked 
in at 2020-02-29 21:23:23

Comparing /work/SRC/openSUSE:Factory/libcaca (Old)
 and  /work/SRC/openSUSE:Factory/.libcaca.new.26092 (New)


Package is "libcaca"

Sat Feb 29 21:23:23 2020 rev:43 rq:779814 version:0.99.beta19.git20171003

Changes:

--- /work/SRC/openSUSE:Factory/libcaca/libcaca.changes  2019-08-07 
13:56:34.016856065 +0200
+++ /work/SRC/openSUSE:Factory/.libcaca.new.26092/libcaca.changes   
2020-02-29 21:23:27.930391944 +0100
@@ -1,0 +2,6 @@
+Wed Feb 26 16:47:50 UTC 2020 - Илья Индиго 
+
+- Refresh spec-file via spec-cleaner.
+- Add Requires:toilet for caca-utils, because need for cacaclock.
+
+---



Other differences:
--
++ libcaca.spec ++
--- /var/tmp/diff_new_pack.PlLlEz/_old  2020-02-29 21:23:28.618393305 +0100
+++ /var/tmp/diff_new_pack.PlLlEz/_new  2020-02-29 21:23:28.622393314 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcaca
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 #
 %define _rev da28e9684ef445ac8d42745644336b8a75c01855
-
 Name:   libcaca
 Version:0.99.beta19.git20171003
 Release:0
 Summary:Library for Colour ASCII Art, text mode graphics
 License:WTFPL
 Group:  Development/Languages/C and C++
-Url:http://caca.zoy.org/
+URL:http://caca.zoy.org
 Source0:
https://github.com/cacalabs/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Patch1: libcaca-0.99-texbuild.patch
@@ -114,6 +113,7 @@
 Summary:Colour ASCII Art Text mode graphics utilities based on libcaca
 Group:  Amusements/Toys/Graphics
 Requires:   imlib2-loaders
+Requires:   toilet
 
 %description -n caca-utils
 This package contains utilities and demonstration programs for libcaca,
@@ -167,7 +167,7 @@
 --enable-plugins \
 --enable-java=no \
 --enable-python
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -195,7 +195,7 @@
 %{_bindir}/caca-config
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
-%{_mandir}/man1/caca-config.1*
+%{_mandir}/man1/caca-config.1%{?ext_man}
 %{_mandir}/man3/*
 
 %files ruby
@@ -221,11 +221,11 @@
 %{_bindir}/cacaserver
 %{_bindir}/img2txt
 %{_datadir}/libcaca
-%{_mandir}/man1/cacademo.1*
-%{_mandir}/man1/cacafire.1*
-%{_mandir}/man1/cacaview.1*
-%{_mandir}/man1/cacaplay.1*
-%{_mandir}/man1/cacaserver.1*
-%{_mandir}/man1/img2txt.1*
+%{_mandir}/man1/cacademo.1%{?ext_man}
+%{_mandir}/man1/cacafire.1%{?ext_man}
+%{_mandir}/man1/cacaview.1%{?ext_man}
+%{_mandir}/man1/cacaplay.1%{?ext_man}
+%{_mandir}/man1/cacaserver.1%{?ext_man}
+%{_mandir}/man1/img2txt.1%{?ext_man}
 
 %changelog




commit systemsettings5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2020-02-29 21:23:05

Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
 and  /work/SRC/openSUSE:Factory/.systemsettings5.new.26092 (New)


Package is "systemsettings5"

Sat Feb 29 21:23:05 2020 rev:97 rq:779210 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2020-02-22 19:06:55.646405082 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemsettings5.new.26092/systemsettings5.changes   
2020-02-29 21:23:19.198374664 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:20 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  systemsettings-5.18.1.tar.xz
  systemsettings-5.18.1.tar.xz.sig

New:

  systemsettings-5.18.2.tar.xz
  systemsettings-5.18.2.tar.xz.sig



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.TX6wpi/_old  2020-02-29 21:23:20.070376389 +0100
+++ /var/tmp/diff_new_pack.TX6wpi/_new  2020-02-29 21:23:20.070376389 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemsettings5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:KDE's control center
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig


++ systemsettings-5.18.1.tar.xz -> systemsettings-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.18.1/CMakeLists.txt 
new/systemsettings-5.18.2/CMakeLists.txt
--- old/systemsettings-5.18.1/CMakeLists.txt2020-02-18 14:28:46.0 
+0100
+++ new/systemsettings-5.18.2/CMakeLists.txt2020-02-25 14:35:20.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 project(systemsettings VERSION ${PROJECT_VERSION})
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.18.1/app/org.kde.systemsettings.metainfo.xml 
new/systemsettings-5.18.2/app/org.kde.systemsettings.metainfo.xml
--- old/systemsettings-5.18.1/app/org.kde.systemsettings.metainfo.xml   
2020-02-18 14:28:11.0 +0100
+++ new/systemsettings-5.18.2/app/org.kde.systemsettings.metainfo.xml   
2020-02-25 14:34:40.0 +0100
@@ -106,9 +106,9 @@
   https://www.kde.org/applications/system/systemsettings
   https://www.kde.org/donate.php?app=org.kde.systemsettings
   
+
 
 
 
-
   
 




commit oxygen5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2020-02-29 21:22:41

Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen5.new.26092 (New)


Package is "oxygen5"

Sat Feb 29 21:22:41 2020 rev:98 rq:779196 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2020-02-22 
19:06:01.874297963 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen5.new.26092/oxygen5.changes   
2020-02-29 21:22:44.366305732 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  oxygen-5.18.1.tar.xz
  oxygen-5.18.1.tar.xz.sig

New:

  oxygen-5.18.2.tar.xz
  oxygen-5.18.2.tar.xz.sig



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.eshxSE/_old  2020-02-29 21:22:45.302307585 +0100
+++ /var/tmp/diff_new_pack.eshxSE/_new  2020-02-29 21:22:45.306307592 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oxygen5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.18.1
+Version:5.18.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -29,7 +29,7 @@
 Summary:Oxygen style, KWin decoration, cursors and sounds
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:https://www.kde.org
+URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz.sig

++ oxygen-5.18.1.tar.xz -> oxygen-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.18.1/CMakeLists.txt 
new/oxygen-5.18.2/CMakeLists.txt
--- old/oxygen-5.18.1/CMakeLists.txt2020-02-18 14:12:33.0 +0100
+++ new/oxygen-5.18.2/CMakeLists.txt2020-02-25 14:17:56.0 +0100
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 





commit polkit-kde-agent-5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2020-02-29 21:23:00

Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.26092 (New)


Package is "polkit-kde-agent-5"

Sat Feb 29 21:23:00 2020 rev:88 rq:779208 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2020-02-22 19:06:49.450392739 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.26092/polkit-kde-agent-5.changes
 2020-02-29 21:23:11.982360383 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:20 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  polkit-kde-agent-1-5.18.1.tar.xz
  polkit-kde-agent-1-5.18.1.tar.xz.sig

New:

  polkit-kde-agent-1-5.18.2.tar.xz
  polkit-kde-agent-1-5.18.2.tar.xz.sig



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.4sBoIA/_old  2020-02-29 21:23:13.334363059 +0100
+++ /var/tmp/diff_new_pack.4sBoIA/_new  2020-02-29 21:23:13.338363067 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit-kde-agent-5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0-only AND LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz.sig


++ polkit-kde-agent-1-5.18.1.tar.xz -> polkit-kde-agent-1-5.18.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.18.1/CMakeLists.txt 
new/polkit-kde-agent-1-5.18.2/CMakeLists.txt
--- old/polkit-kde-agent-1-5.18.1/CMakeLists.txt2020-02-18 
14:26:31.0 +0100
+++ new/polkit-kde-agent-1-5.18.2/CMakeLists.txt2020-02-25 
14:32:55.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")




commit python-h2 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package python-h2 for openSUSE:Factory 
checked in at 2020-02-29 21:23:21

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


Package is "python-h2"

Sat Feb 29 21:23:21 2020 rev:9 rq:779741 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-h2/python-h2.changes  2019-12-07 
15:23:08.967730795 +0100
+++ /work/SRC/openSUSE:Factory/.python-h2.new.26092/python-h2.changes   
2020-02-29 21:23:26.910389926 +0100
@@ -1,0 +2,9 @@
+Thu Feb 27 05:43:42 UTC 2020 - Steve Kowalik 
+
+- Update to 3.2.0:
+  * Receiving DATA frames on closed (or reset) streams now properly emit a
+WINDOW_UPDATE to keep the connection flow window topped up.
+  * h2.config.logger now uses a trace(...) function, in addition to
+debug(...).
+
+---

Old:

  h2-3.1.1.tar.gz

New:

  h2-3.2.0.tar.gz



Other differences:
--
++ python-h2.spec ++
--- /var/tmp/diff_new_pack.pO2q8T/_old  2020-02-29 21:23:27.594391279 +0100
+++ /var/tmp/diff_new_pack.pO2q8T/_new  2020-02-29 21:23:27.598391287 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-h2
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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-h2
-Version:3.1.1
+Version:3.2.0
 Release:0
 Summary:HTTP/2 State-Machine based protocol implementation
 License:MIT

++ h2-3.1.1.tar.gz -> h2-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/h2-3.1.1/HISTORY.rst new/h2-3.2.0/HISTORY.rst
--- old/h2-3.1.1/HISTORY.rst2019-08-02 15:10:28.0 +0200
+++ new/h2-3.2.0/HISTORY.rst2020-02-08 17:39:21.0 +0100
@@ -1,6 +1,23 @@
 Release History
 ===
 
+3.2.0 (2020-02-08)
+--
+
+Bugfixes
+
+
+- Receiving DATA frames on closed (or reset) streams now properly emit a
+  WINDOW_UPDATE to keep the connection flow window topped up.
+
+API Changes (Backward-Incompatible)
+~~~
+
+- ``h2.config.logger`` now uses a `trace(...)` function, in addition
+  to `debug(...)`. If you defined a custom logger object, you need to handle
+  these new function calls.
+
+
 3.1.1 (2019-08-02)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/h2-3.1.1/PKG-INFO new/h2-3.2.0/PKG-INFO
--- old/h2-3.1.1/PKG-INFO   2019-08-02 15:10:46.0 +0200
+++ new/h2-3.2.0/PKG-INFO   2020-02-08 17:43:25.0 +0100
@@ -1,11 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: h2
-Version: 3.1.1
+Version: 3.2.0
 Summary: HTTP/2 State-Machine based protocol implementation
-Home-page: http://hyper.rtfd.org
+Home-page: https://github.com/python-hyper/hyper-h2
 Author: Cory Benfield
 Author-email: c...@lukasa.co.uk
 License: MIT License
+Project-URL: Documentation, https://python-hyper.org/projects/h2
+Project-URL: Source, https://github.com/python-hyper/hyper-h2
 Description: ===
 hyper-h2: HTTP/2 Protocol Stack
 ===
@@ -76,6 +78,23 @@
 Release History
 ===
 
+3.2.0 (2020-02-08)
+--
+
+Bugfixes
+
+
+- Receiving DATA frames on closed (or reset) streams now properly emit 
a
+  WINDOW_UPDATE to keep the connection flow window topped up.
+
+API Changes (Backward-Incompatible)
+~~~
+
+- ``h2.config.logger`` now uses a `trace(...)` function, in addition
+  to `debug(...)`. If you defined a custom logger object, you need to 
handle
+  these new function calls.
+
+
 3.1.1 (2019-08-02)
 --
 
@@ -825,9 +844,10 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation 

commit noto-coloremoji-fonts for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package noto-coloremoji-fonts for 
openSUSE:Factory checked in at 2020-02-29 21:23:25

Comparing /work/SRC/openSUSE:Factory/noto-coloremoji-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.noto-coloremoji-fonts.new.26092 (New)


Package is "noto-coloremoji-fonts"

Sat Feb 29 21:23:25 2020 rev:2 rq:779832 version:20191119

Changes:

--- 
/work/SRC/openSUSE:Factory/noto-coloremoji-fonts/noto-coloremoji-fonts.changes  
2019-06-12 13:14:25.240809035 +0200
+++ 
/work/SRC/openSUSE:Factory/.noto-coloremoji-fonts.new.26092/noto-coloremoji-fonts.changes
   2020-02-29 21:23:30.762397548 +0100
@@ -1,0 +2,18 @@
+Wed Feb 26 17:08:35 UTC 2020 - Antonio Larrosa 
+
+- Update to Version 20191119 Unicode 12
+  * Updated font file and artwork to Unicode 12
+  * Added flags for:
++ BL: Saint Barthélemy
++ BQ: Caribbean Netherlands
++ MQ: Martinique
++ RE: Réunion
++ TF: French Southern Territories
+  * Changed flags for:
++ XK: Kosovo
++ FR: France
++ NL: Netherlands
+  * This release also fixes the people holding hands emoji to work for
+any combination of skin tone modifiers.
+
+---



Other differences:
--
++ noto-coloremoji-fonts.spec ++
--- /var/tmp/diff_new_pack.9v0Mi4/_old  2020-02-29 21:23:32.370400731 +0100
+++ /var/tmp/diff_new_pack.9v0Mi4/_new  2020-02-29 21:23:32.370400731 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for noto-coloremoji-fonts
+# spec file for package noto-coloremoji-fonts
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   noto-coloremoji-fonts
-Version:20180810
+Version:20191119
 Release:0
 Summary:Noto Color Emoji font
 License:OFL-1.1
 Group:  System/X11/Fonts
 URL:https://github.com/googlefonts/noto-emoji
-Source0:
https://github.com/googlefonts/noto-emoji/raw/v2018-08-10-unicode11/fonts/LICENSE
-Source1:
https://github.com/googlefonts/noto-emoji/raw/v2018-08-10-unicode11/fonts/NotoColorEmoji.ttf
+Source0:
https://github.com/googlefonts/noto-emoji/raw/v2019-11-19-unicode12/fonts/LICENSE
+Source1:
https://github.com/googlefonts/noto-emoji/raw/v2019-11-19-unicode12/fonts/NotoColorEmoji.ttf
 BuildRequires:  fontpackages-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ NotoColorEmoji.ttf ++
Binary files /var/tmp/diff_new_pack.9v0Mi4/_old and 
/var/tmp/diff_new_pack.9v0Mi4/_new differ




commit libpt2 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package libpt2 for openSUSE:Factory checked 
in at 2020-02-29 21:23:19

Comparing /work/SRC/openSUSE:Factory/libpt2 (Old)
 and  /work/SRC/openSUSE:Factory/.libpt2.new.26092 (New)


Package is "libpt2"

Sat Feb 29 21:23:19 2020 rev:42 rq:779683 version:2.10.11

Changes:

--- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes2018-11-28 
11:09:37.323214562 +0100
+++ /work/SRC/openSUSE:Factory/.libpt2.new.26092/libpt2.changes 2020-02-29 
21:23:25.670387471 +0100
@@ -1,0 +2,8 @@
+Mon Feb 24 13:19:40 UTC 2020 - Dominique Leuenberger 
+
+- Add libpt2-gnu-make-4.3.patch: Fix build with GNU Make 4.3
+  (number signs (#) appearing inside a macro reference or function
+  invocation no longer introduce comments and should not be escaped
+  with backslahes.
+
+---

New:

  libpt2-gnu-make-4.3.patch



Other differences:
--
++ libpt2.spec ++
--- /var/tmp/diff_new_pack.eUDdo9/_old  2020-02-29 21:23:26.494389102 +0100
+++ /var/tmp/diff_new_pack.eUDdo9/_new  2020-02-29 21:23:26.494389102 +0100
@@ -49,6 +49,7 @@
 # PATCH-FIX-UPSTREAM libpt2-openssl11.patch boo#1055477 mgo...@suse.com -- 
port to OpenSSL 1.1.
 Patch8: libpt2-openssl11.patch
 Patch9: reproducible.patch
+Patch10:libpt2-gnu-make-4.3.patch
 BuildRequires:  SDL-devel
 BuildRequires:  alsa-devel
 BuildRequires:  bison
@@ -187,6 +188,9 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%if %{pkg_vcmp make >= 4.3}
+%patch10 -p1
+%endif
 
 %build
 export CXXFLAGS="%optflags -fvisibility-inlines-hidden"

++ libpt2-gnu-make-4.3.patch ++
Index: ptlib-2.10.11/make/common.mak
===
--- ptlib-2.10.11.orig/make/common.mak
+++ ptlib-2.10.11/make/common.mak
@@ -370,20 +370,20 @@ ifdef VERSION_FILE
 # If not specified, find the various version components in the VERSION_FILE
 
   ifndef MAJOR_VERSION
-MAJOR_VERSION:=$(strip $(subst \#define,, $(subst 
$(MAJOR_VERSION_DEFINE),,\
+MAJOR_VERSION:=$(strip $(subst #define,, $(subst $(MAJOR_VERSION_DEFINE),,\
$(shell grep "define *$(MAJOR_VERSION_DEFINE) *" 
$(VERSION_FILE)
   endif
   ifndef MINOR_VERSION
-MINOR_VERSION:=$(strip $(subst \#define,, $(subst 
$(MINOR_VERSION_DEFINE),,\
+MINOR_VERSION:=$(strip $(subst #define,, $(subst $(MINOR_VERSION_DEFINE),,\
$(shell grep "define *$(MINOR_VERSION_DEFINE)" 
$(VERSION_FILE)
   endif
   ifndef BUILD_TYPE
-BUILD_TYPE:=$(strip $(subst \#define,,$(subst BUILD_TYPE,,\
+BUILD_TYPE:=$(strip $(subst #define,,$(subst BUILD_TYPE,,\
 $(subst AlphaCode,alpha,$(subst BetaCode,beta,$(subst 
ReleaseCode,.,\
 $(shell grep "define *BUILD_TYPE" $(VERSION_FILE
   endif
   ifndef BUILD_NUMBER
-BUILD_NUMBER:=$(strip $(subst \#define,,$(subst $(BUILD_NUMBER_DEFINE),,\
+BUILD_NUMBER:=$(strip $(subst #define,,$(subst $(BUILD_NUMBER_DEFINE),,\
   $(shell grep "define *$(BUILD_NUMBER_DEFINE)" 
$(VERSION_FILE)
   endif
 



commit libkdecoration2 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2020-02-29 21:22:35

Comparing /work/SRC/openSUSE:Factory/libkdecoration2 (Old)
 and  /work/SRC/openSUSE:Factory/.libkdecoration2.new.26092 (New)


Package is "libkdecoration2"

Sat Feb 29 21:22:35 2020 rev:86 rq:779191 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2020-02-22 19:05:26.606227706 +0100
+++ 
/work/SRC/openSUSE:Factory/.libkdecoration2.new.26092/libkdecoration2.changes   
2020-02-29 21:22:38.702294523 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  kdecoration-5.18.1.tar.xz
  kdecoration-5.18.1.tar.xz.sig

New:

  kdecoration-5.18.2.tar.xz
  kdecoration-5.18.2.tar.xz.sig



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.uWrhCD/_old  2020-02-29 21:22:39.466296035 +0100
+++ /var/tmp/diff_new_pack.uWrhCD/_new  2020-02-29 21:22:39.466296035 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkdecoration2
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,12 @@
 %define lname_private   libkdecorations2private%{private_sover}
 %bcond_without lang
 Name:   libkdecoration2
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:KDE's window decorations library
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz.sig

++ kdecoration-5.18.1.tar.xz -> kdecoration-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.18.1/CMakeLists.txt 
new/kdecoration-5.18.2/CMakeLists.txt
--- old/kdecoration-5.18.1/CMakeLists.txt   2020-02-18 13:59:42.0 
+0100
+++ new/kdecoration-5.18.2/CMakeLists.txt   2020-02-25 14:03:56.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(decoration-api)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")





commit powerdevil5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2020-02-29 21:23:03

Comparing /work/SRC/openSUSE:Factory/powerdevil5 (Old)
 and  /work/SRC/openSUSE:Factory/.powerdevil5.new.26092 (New)


Package is "powerdevil5"

Sat Feb 29 21:23:03 2020 rev:96 rq:779209 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2020-02-22 
19:06:53.930401663 +0100
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new.26092/powerdevil5.changes   
2020-02-29 21:23:16.722369764 +0100
@@ -1,0 +2,10 @@
+Tue Feb 25 14:07:20 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * Fix compilation with Qt 5.15, this hit the time bomb too
+
+---

Old:

  powerdevil-5.18.1.tar.xz
  powerdevil-5.18.1.tar.xz.sig

New:

  powerdevil-5.18.2.tar.xz
  powerdevil-5.18.2.tar.xz.sig



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.usVgjX/_old  2020-02-29 21:23:17.618371537 +0100
+++ /var/tmp/diff_new_pack.usVgjX/_new  2020-02-29 21:23:17.622371545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package powerdevil5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.18.1
+Version:5.18.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -27,7 +27,7 @@
 Summary:KDE Power Management module
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/powerdevil-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/powerdevil-%{version}.tar.xz.sig


++ powerdevil-5.18.1.tar.xz -> powerdevil-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.18.1/CMakeLists.txt 
new/powerdevil-5.18.2/CMakeLists.txt
--- old/powerdevil-5.18.1/CMakeLists.txt2020-02-18 14:27:38.0 
+0100
+++ new/powerdevil-5.18.2/CMakeLists.txt2020-02-25 14:34:03.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(PowerDevil)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
@@ -71,10 +71,6 @@
 
 add_definitions(-DQT_NO_KEYWORDS)
 add_definitions(-DQT_NO_FOREACH)
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
-endif()
 add_subdirectory(daemon)
 add_subdirectory(kcmodule)
 add_subdirectory(doc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.18.1/po/it/powerdevil.po 
new/powerdevil-5.18.2/po/it/powerdevil.po
--- old/powerdevil-5.18.1/po/it/powerdevil.po   2020-02-18 14:27:04.0 
+0100
+++ new/powerdevil-5.18.2/po/it/powerdevil.po   2020-02-25 14:33:28.0 
+0100
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Marcello Anni , 2009, 2010, 2011, 2012.
 # Federico Zenith , 2009.
-# Vincenzo Reale , 2015, 2019.
+# Vincenzo Reale , 2015, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 19.12.0\n"
+"X-Generator: Lokalize 19.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"




commit libksysguard5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:38

Comparing /work/SRC/openSUSE:Factory/libksysguard5 (Old)
 and  /work/SRC/openSUSE:Factory/.libksysguard5.new.26092 (New)


Package is "libksysguard5"

Sat Feb 29 21:22:38 2020 rev:99 rq:779194 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2020-02-22 19:05:46.310266958 +0100
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new.26092/libksysguard5.changes   
2020-02-29 21:22:40.702298481 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  libksysguard-5.18.1.tar.xz
  libksysguard-5.18.1.tar.xz.sig

New:

  libksysguard-5.18.2.tar.xz
  libksysguard-5.18.2.tar.xz.sig



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.KoXmBj/_old  2020-02-29 21:22:41.334299732 +0100
+++ /var/tmp/diff_new_pack.KoXmBj/_new  2020-02-29 21:22:41.338299740 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libksysguard5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz.sig

++ libksysguard-5.18.1.tar.xz -> libksysguard-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.18.1/CMakeLists.txt 
new/libksysguard-5.18.2/CMakeLists.txt
--- old/libksysguard-5.18.1/CMakeLists.txt  2020-02-18 14:11:36.0 
+0100
+++ new/libksysguard-5.18.2/CMakeLists.txt  2020-02-25 14:16:51.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(libksysguard)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 # check with non-Plasma consumers (e.g. KDevelop) before bumping these versions





commit postgresql12 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package postgresql12 for openSUSE:Factory 
checked in at 2020-02-29 21:23:28

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


Package is "postgresql12"

Sat Feb 29 21:23:28 2020 rev:4 rq:779839 version:12.2

Changes:

--- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes
2020-02-19 12:40:20.927602481 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql12.new.26092/postgresql12.changes 
2020-02-29 21:23:33.862403684 +0100
@@ -1,0 +2,5 @@
+Thu Feb 27 08:58:37 UTC 2020 - Reinhard Max 
+
+- Fix a few mistakes in the spec file.
+
+---

Old:

  series



Other differences:
--
++ postgresql12.spec ++
--- /var/tmp/diff_new_pack.qBLBNS/_old  2020-02-29 21:23:34.858405654 +0100
+++ /var/tmp/diff_new_pack.qBLBNS/_new  2020-02-29 21:23:34.870405678 +0100
@@ -123,7 +123,6 @@
 Source2:baselibs.conf
 Source3:postgresql-README.SUSE
 Source17:   postgresql-rpmlintrc
-Source18:   series
 Patch1: postgresql-conf.patch
 Patch2: postgresql-regress.patch
 # PL/Perl needs to be linked with rpath (bsc#578053)
@@ -229,7 +228,9 @@
 PreReq: postgresql = %version
 Requires:   glibc-locale
 Requires:   timezone
+%if %{with llvm}
 Recommends: %{name}-llvmjit
+%endif
 Provides:   postgresql-server-implementation = %version-%release
 Requires:   %libpq >= %version
 Requires(pre):  postgresql-server-noarch >= %pgmajor
@@ -320,6 +321,7 @@
 Group:  Productivity/Databases/Tools
 Provides:   postgresql-docs-implementation = %version-%release
 Requires:   postgresql-docs-noarch >= %pgmajor
+BuildArch:  noarch
 
 %description docs
 PostgreSQL is an advanced object-relational database management system




commit xdg-desktop-portal-kde for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package xdg-desktop-portal-kde for 
openSUSE:Factory checked in at 2020-02-29 21:23:10

Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-kde (Old)
 and  /work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.26092 (New)


Package is "xdg-desktop-portal-kde"

Sat Feb 29 21:23:10 2020 rev:57 rq:779213 version:5.18.2

Changes:

--- 
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2020-02-22 19:06:57.794409361 +0100
+++ 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.26092/xdg-desktop-portal-kde.changes
 2020-02-29 21:23:21.774379761 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:20 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  xdg-desktop-portal-kde-5.18.1.tar.xz
  xdg-desktop-portal-kde-5.18.1.tar.xz.sig

New:

  xdg-desktop-portal-kde-5.18.2.tar.xz
  xdg-desktop-portal-kde-5.18.2.tar.xz.sig



Other differences:
--
++ xdg-desktop-portal-kde.spec ++
--- /var/tmp/diff_new_pack.CvLvQn/_old  2020-02-29 21:23:22.398380997 +0100
+++ /var/tmp/diff_new_pack.CvLvQn/_new  2020-02-29 21:23:22.402381004 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdg-desktop-portal-kde
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +25,12 @@
 
 %define kf5_version 5.50.0
 Name:   xdg-desktop-portal-kde
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:QT/KF5 backend for xdg-desktop-portal
 License:LGPL-2.1-or-later
 Group:  System/Libraries
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/xdg-desktop-portal-kde-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/xdg-desktop-portal-kde-%{version}.tar.xz.sig


++ xdg-desktop-portal-kde-5.18.1.tar.xz -> 
xdg-desktop-portal-kde-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.18.1/CMakeLists.txt 
new/xdg-desktop-portal-kde-5.18.2/CMakeLists.txt
--- old/xdg-desktop-portal-kde-5.18.1/CMakeLists.txt2020-02-18 
14:29:49.0 +0100
+++ new/xdg-desktop-portal-kde-5.18.2/CMakeLists.txt2020-02-25 
14:36:26.0 +0100
@@ -2,7 +2,7 @@
 
 project(xdg-desktop-portal-kde)
 
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")




commit plasma5-workspace for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2020-02-29 21:22:51

Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-workspace.new.26092 (New)


Package is "plasma5-workspace"

Sat Feb 29 21:22:51 2020 rev:131 rq:779205 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2020-02-22 19:06:45.234384341 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.26092/plasma5-workspace.changes
   2020-02-29 21:23:05.850348248 +0100
@@ -1,0 +2,14 @@
+Tue Feb 25 14:07:19 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * Use appropriate icon for unconfigured applets' "Configure..." buttons
+  * [applets/systemtray] Clip ListView in config
+  * [kcms/feedback] Increase default window height a bit more (kde#417747)
+  * fix activity runner
+- Build the KUserFeedback KCM
+
+---

Old:

  plasma-workspace-5.18.1.tar.xz
  plasma-workspace-5.18.1.tar.xz.sig

New:

  plasma-workspace-5.18.2.tar.xz
  plasma-workspace-5.18.2.tar.xz.sig



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.zyI2Gg/_old  2020-02-29 21:23:08.346353188 +0100
+++ /var/tmp/diff_new_pack.zyI2Gg/_new  2020-02-29 21:23:08.350353196 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-workspace
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,12 +27,12 @@
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
 # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz.sig
@@ -86,6 +86,7 @@
 BuildRequires:  cmake(KF5Wayland) >= %{kf5_version}
 BuildRequires:  cmake(KF5XmlRpcClient)
 BuildRequires:  cmake(KScreenLocker) >= %{_plasma5_version}
+BuildRequires:  cmake(KUserFeedback)
 BuildRequires:  cmake(Phonon4Qt5) >= 4.6.60
 #!BuildIgnore:  kdialog
 BuildRequires:  libQt5PlatformHeaders-devel >= 5.4.0
@@ -149,6 +150,8 @@
 Requires:   solid-imports
 # Used by KCMs
 Requires:   knewstuff-imports
+# Used by the user feedback KCM
+Requires:   kuserfeedback-imports
 Requires:   xembedsniproxy >= %{_plasma5_version}
 # startkde and startplasma call these
 Requires:   awk
@@ -443,6 +446,7 @@
 %{_kf5_debugdir}/*.categories
 %dir %{_kf5_sharedir}/kpackage
 %dir %{_kf5_sharedir}/kpackage/kcms
+%{_kf5_sharedir}/kpackage/kcms/kcm_feedback
 %{_kf5_sharedir}/kpackage/kcms/kcm_translations
 
 %files -n xembedsniproxy

++ plasma-workspace-5.18.1.tar.xz -> plasma-workspace-5.18.2.tar.xz ++
 5182 lines of diff (skipped)





commit milou5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2020-02-29 21:22:39

Comparing /work/SRC/openSUSE:Factory/milou5 (Old)
 and  /work/SRC/openSUSE:Factory/.milou5.new.26092 (New)


Package is "milou5"

Sat Feb 29 21:22:39 2020 rev:95 rq:779195 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2020-02-22 
19:05:53.326280934 +0100
+++ /work/SRC/openSUSE:Factory/.milou5.new.26092/milou5.changes 2020-02-29 
21:22:41.926300904 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  milou-5.18.1.tar.xz
  milou-5.18.1.tar.xz.sig

New:

  milou-5.18.2.tar.xz
  milou-5.18.2.tar.xz.sig



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.Y06ukW/_old  2020-02-29 21:22:42.778302590 +0100
+++ /var/tmp/diff_new_pack.Y06ukW/_new  2020-02-29 21:22:42.782302597 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package milou5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
-Url:https://projects.kde.org/milou
+URL:https://projects.kde.org/milou
 Source: 
https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig

++ milou-5.18.1.tar.xz -> milou-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.18.1/CMakeLists.txt 
new/milou-5.18.2/CMakeLists.txt
--- old/milou-5.18.1/CMakeLists.txt 2020-02-18 14:12:29.0 +0100
+++ new/milou-5.18.2/CMakeLists.txt 2020-02-25 14:17:49.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(Milou)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")





commit dolphin for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2020-02-29 21:23:11

Comparing /work/SRC/openSUSE:Factory/dolphin (Old)
 and  /work/SRC/openSUSE:Factory/.dolphin.new.26092 (New)


Package is "dolphin"

Sat Feb 29 21:23:11 2020 rev:64 rq:779653 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2020-02-10 
21:47:45.618003169 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new.26092/dolphin.changes   
2020-02-29 21:23:22.722381638 +0100
@@ -1,0 +2,9 @@
+Wed Feb 26 19:08:08 UTC 2020 - Luca Beltrame 
+
+- Add upstream patch to move back the "Create New..." menu item
+  in its former position (kde#417640):
+  * 0001-Restore-former-position-of-Create-New-menu-item-in-v.patch
+- Refreshed patches:
+  * dolphin-go_up.diff
+
+---

New:

  0001-Restore-former-position-of-Create-New-menu-item-in-v.patch



Other differences:
--
++ dolphin.spec ++
--- /var/tmp/diff_new_pack.yeW6rq/_old  2020-02-29 21:23:23.594383363 +0100
+++ /var/tmp/diff_new_pack.yeW6rq/_new  2020-02-29 21:23:23.598383371 +0100
@@ -36,6 +36,8 @@
 Patch0: dolphin-go_up.diff
 # PATCH-FIX-OPENSUSE
 Patch1: 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch
+# PATCH-FIX-UPSTREAM
+Patch2: 0001-Restore-former-position-of-Create-New-menu-item-in-v.patch
 BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Activities) >= 5.7.0

++ 0001-Restore-former-position-of-Create-New-menu-item-in-v.patch ++
>From 4c923a531f77bc4c44b5c8687fe18dd6438eb9c5 Mon Sep 17 00:00:00 2001
From: Nate Graham 
Date: Sun, 9 Feb 2020 08:58:10 -0700
Subject: [PATCH] Restore former position of "Create New" menu item in viewport
 context menu

Summary:
I've seem various complaints from users about the fact that the {nav Create 
New...} menu
item in the viewport context menu is now below {nav Open With} item. All the 
other
changes to menus seem to have been well-received but this one has garnered 
criticism.
Looking through D23757 and D11884, I can't actually see that this was 
intentional, so
it might even be a bug.

Either way, this patch restores the old position of the {nav Create New} menu 
items at
the top of the Viewport context menu.

BUG: 417640
FIXED-IN: 20.04.0

Test Plan: {F8093605}

Reviewers: #vdg, #dolphin, elvisangelaccio, ndavis

Reviewed By: #vdg, ndavis

Subscribers: asturmlechner, markuss, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D27267
---
 src/dolphincontextmenu.cpp | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Index: dolphin-19.12.2/src/dolphincontextmenu.cpp
===
--- dolphin-19.12.2.orig/src/dolphincontextmenu.cpp
+++ dolphin-19.12.2/src/dolphincontextmenu.cpp
@@ -328,12 +328,6 @@ void DolphinContextMenu::openViewportCon
 fileItemActions.setParentWidget(m_mainWindow);
 fileItemActions.setItemListProperties(baseUrlProperties);
 
-// Don't show "Open With" menu items if the current dir is empty, because 
there's
-// generally no app that can do anything interesting with an empty 
directory
-if (view->itemsCount() != 0) {
-addOpenWithActions(fileItemActions);
-}
-
 // Set up and insert 'Create New' menu
 KNewFileMenu* newFileMenu = m_mainWindow->newFileMenu();
 newFileMenu->setViewShowsHiddenFiles(view->hiddenFilesShown());
@@ -341,6 +335,12 @@ void DolphinContextMenu::openViewportCon
 newFileMenu->setPopupFiles(m_baseUrl);
 addMenu(newFileMenu->menu());
 
+// Don't show "Open With" menu items if the current dir is empty, because 
there's
+// generally no app that can do anything interesting with an empty 
directory
+if (view->itemsCount() != 0) {
+addOpenWithActions(fileItemActions);
+}
+
 QAction* pasteAction = createPasteAction();
 addAction(pasteAction);
 


++ dolphin-go_up.diff ++
--- /var/tmp/diff_new_pack.yeW6rq/_old  2020-02-29 21:23:23.638383450 +0100
+++ /var/tmp/diff_new_pack.yeW6rq/_new  2020-02-29 21:23:23.638383450 +0100
@@ -1,8 +1,8 @@
-Index: dolphin-18.03.90/src/dolphinui.rc
+Index: dolphin-19.12.2/src/dolphinui.rc
 ===
 dolphin-18.03.90.orig/src/dolphinui.rc
-+++ dolphin-18.03.90/src/dolphinui.rc
-@@ -92,6 +92,7 @@
+--- dolphin-19.12.2.orig/src/dolphinui.rc
 dolphin-19.12.2/src/dolphinui.rc
+@@ -99,6 +99,7 @@
  Main Toolbar
  
  




commit xorg-x11-server for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2020-02-29 21:23:30

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new.26092 (New)


Package is "xorg-x11-server"

Sat Feb 29 21:23:30 2020 rev:379 rq:779939 version:1.20.7+0

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2020-01-23 16:11:01.555639818 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.26092/xorg-x11-server.changes   
2020-02-29 21:23:37.106410103 +0100
@@ -1,0 +2,5 @@
+Thu Feb 27 14:09:12 UTC 2020 - Stefan Dirsch 
+
+- specfile: reenabled XFree86-VidModeExtension (boo#1164020)
+
+---



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.sGL1hd/_old  2020-02-29 21:23:38.522412906 +0100
+++ /var/tmp/diff_new_pack.sGL1hd/_new  2020-02-29 21:23:38.526412913 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-server
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -121,6 +121,7 @@
 BuildRequires:  pkgconfig(xextproto) >= 7.1.99
 BuildRequires:  pkgconfig(xf86dgaproto)
 BuildRequires:  pkgconfig(xf86driproto)
+BuildRequires:  pkgconfig(xf86vidmodeproto)
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xfont2)
 BuildRequires:  pkgconfig(xi) >= 1.2.99.1
@@ -409,6 +410,7 @@
 export PCI_TXT_IDS_DIR=%{pci_ids_dir}
 %endif
 %configure CFLAGS="%{optflags} -fno-strict-aliasing" \
+--enable-xf86vidmode \
 --sysconfdir=/etc \
 --enable-xdmcp \
 --enable-xdm-auth-1 \




commit plasma5-openSUSE for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2020-02-29 21:23:08

Comparing /work/SRC/openSUSE:Factory/plasma5-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new.26092 (New)


Package is "plasma5-openSUSE"

Sat Feb 29 21:23:08 2020 rev:106 rq:779212 
version:84.87~git20190606T185118~3d37a0c

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2020-02-22 19:06:38.854371631 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-openSUSE.new.26092/plasma5-openSUSE.changes 
2020-02-29 21:23:20.818377870 +0100
@@ -1,0 +2,5 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.lVBV02/_old  2020-02-29 21:23:21.550379318 +0100
+++ /var/tmp/diff_new_pack.lVBV02/_new  2020-02-29 21:23:21.554379326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-openSUSE
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%define plasma_version 5.18.1
+%define plasma_version 5.18.2
 Name:   plasma5-openSUSE
 Version:84.87~git20190606T185118~3d37a0c
 Release:0
 Summary:openSUSE KDE Extension
 License:GPL-2.0-or-later AND CC-BY-SA-4.0
 Group:  System/GUI/KDE
-Url:https://github.com/openSUSE/plasma-openSUSE
+URL:https://github.com/openSUSE/plasma-openSUSE
 # We use diffs to be as close to upstream as possible and get
 # fixes directly. For files that diverge too much from upstream,
 # the .tar is the right place.




commit plasma5-addons for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2020-02-29 21:22:44

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


Package is "plasma5-addons"

Sat Feb 29 21:22:44 2020 rev:92 rq:779199 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2020-02-22 19:06:26.394346809 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new.26092/plasma5-addons.changes 
2020-02-29 21:22:56.594329931 +0100
@@ -1,0 +2,11 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * [applets/weather] Remove outdated extra configure button (kde#412114)
+  * fix condition in KonsoleProfiles::run
+
+---

Old:

  kdeplasma-addons-5.18.1.tar.xz
  kdeplasma-addons-5.18.1.tar.xz.sig

New:

  kdeplasma-addons-5.18.2.tar.xz
  kdeplasma-addons-5.18.2.tar.xz.sig



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.fCZTIK/_old  2020-02-29 21:22:57.394331514 +0100
+++ /var/tmp/diff_new_pack.fCZTIK/_new  2020-02-29 21:22:57.398331522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-addons
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.18.1
+Version:5.18.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -27,7 +27,7 @@
 Summary:Additional Plasma5 Widgets
 License:LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only
 Group:  System/GUI/KDE
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz.sig

++ kdeplasma-addons-5.18.1.tar.xz -> kdeplasma-addons-5.18.2.tar.xz ++
 3046 lines of diff (skipped)





commit bcunit for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package bcunit for openSUSE:Factory checked 
in at 2020-02-29 21:23:24

Comparing /work/SRC/openSUSE:Factory/bcunit (Old)
 and  /work/SRC/openSUSE:Factory/.bcunit.new.26092 (New)


Package is "bcunit"

Sat Feb 29 21:23:24 2020 rev:5 rq:779820 version:3.0.2+git.20191119

Changes:

--- /work/SRC/openSUSE:Factory/bcunit/bcunit.changes2019-11-07 
23:13:20.812325816 +0100
+++ /work/SRC/openSUSE:Factory/.bcunit.new.26092/bcunit.changes 2020-02-29 
21:23:28.906393875 +0100
@@ -1,0 +2,18 @@
+Thu Feb 27 08:23:15 UTC 2020 - Paolo Stivanin 
+
+- use correct archive extensione (xz instead of gz) 
+
+---
+Thu Feb 27 07:55:27 UTC 2020 - Martin Pluskal 
+
+- Small packaging cleanups
+
+---
+Wed Feb 26 14:01:52 UTC 2020 - Paolo Stivanin 
+
+- Update to latest master. This is needed for us in order to be able to
+  update bctoolbox, ortp and bzrtp to the latest version
+
+- Update bcunit-sover.patch accordingly
+
+---

Old:

  bcunit-3.0.2.tar.gz

New:

  _service
  _servicedata
  bcunit-3.0.2+git.20191119.obscpio
  bcunit.obsinfo



Other differences:
--
++ bcunit.spec ++
--- /var/tmp/diff_new_pack.Vywa1S/_old  2020-02-29 21:23:30.130396298 +0100
+++ /var/tmp/diff_new_pack.Vywa1S/_new  2020-02-29 21:23:30.130396298 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcunit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define soname  libbcunit
 %define sover   1
 Name:   bcunit
-Version:3.0.2
+Version:3.0.2+git.20191119
 Release:0
 Summary:Provide C programmers basic testing functionality
 License:LGPL-2.0-or-later
-Url:https://linphone.org/
-Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
+URL:https://linphone.org/
+Source: %{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE bcunit-link-ncurses.patch jeng...@medozas.de
 Patch0: bcunit-link-ncurses.patch
@@ -33,6 +33,7 @@
 # PATCH-FIX-OPENSUSE bcunit-sover.patch sor.ale...@meowr.ru -- Correctly set 
the sover.
 Patch2: bcunit-sover.patch
 BuildRequires:  cmake
+BuildRequires:  git-core >= 1.7.10
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
 
@@ -69,45 +70,35 @@
 This package installs the BCUnit shared library.
 
 %prep
-%setup -q -n BCunit-%{version}-Source
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
 
 %build
 %cmake \
   -DENABLE_STATIC=OFF\
-  -DENABLE_AUTOMATED=ON  \
-  -DENABLE_BASIC=ON  \
-  -DENABLE_CONSOLE=ON\
-  -DENABLE_CURSES=ON \
-  -DENABLE_EXAMPLES=ON
-make %{?_smp_mflags} V=1
+  -DENABLE_DOC=ON
+%cmake_build
 
 %install
 %cmake_install
 
-# Architecture dependent files.
 mkdir -p %{buildroot}%{_libdir}/BCUnit/
-mv %{buildroot}%{_datadir}/BCUnit/Examples/ \
-  %{buildroot}%{_libdir}/BCUnit/
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README.md TODO
+%license COPYING
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files doc
-%defattr(-,root,root)
 %dir %{_datadir}/BCUnit/
-%{_datadir}/BCUnit/*
+%dir %{_datadir}/doc/BCUnit/
+%doc %{_datadir}/doc/BCUnit/*
+%doc %{_datadir}/BCUnit/*
+%{_mandir}/man3/BCUnit.3%{?ext_man}
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/BCUnit/
 %dir %{_datadir}/BCunit/
 %{_libdir}/BCUnit/

++ _service ++

  
git://github.com/BelledonneCommunications/bcunit
git
enable
bcunit
3.0.2+git.%cd
  
  
  
  
*.tar
xz
  

++ _servicedata ++


git://github.com/BelledonneCommunications/bcunit
  3c720fbf67dd3c02b0c7011ed4036982b2c93532
++ bcunit-link-ncurses.patch ++
--- /var/tmp/diff_new_pack.Vywa1S/_old  2020-02-29 21:23:30.258396551 +0100
+++ /var/tmp/diff_new_pack.Vywa1S/_new  2020-02-29 21:23:30.278396590 +0100
@@ -46,3 +46,4 @@
  
  FRAMEWORK_OBJECT_FILES_SHARED = $(FRAMEWORK_OBJECTS_SHARED)
  FRAMEWORK_COMPILE_DIRS = Framework
+

++ bcunit-sover.patch ++
--- /var/tmp/diff_new_pack.Vywa1S/_old  2020-02-29 21:23:30.410396852 +0100
+++ /var/tmp/diff_new_pack.Vywa1S/_new  2020-02-29 21:23:30.430396891 +0100
@@ -1,10 +1,10 @@
 

commit kwrited5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:34

Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old)
 and  /work/SRC/openSUSE:Factory/.kwrited5.new.26092 (New)


Package is "kwrited5"

Sat Feb 29 21:22:34 2020 rev:91 rq:779190 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2020-02-22 
19:05:23.88688 +0100
+++ /work/SRC/openSUSE:Factory/.kwrited5.new.26092/kwrited5.changes 
2020-02-29 21:22:37.590292322 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  kwrited-5.18.1.tar.xz
  kwrited-5.18.1.tar.xz.sig

New:

  kwrited-5.18.2.tar.xz
  kwrited-5.18.2.tar.xz.sig



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.irGzi2/_old  2020-02-29 21:22:38.366293858 +0100
+++ /var/tmp/diff_new_pack.irGzi2/_new  2020-02-29 21:22:38.366293858 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwrited5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   kwrited5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz.sig

++ kwrited-5.18.1.tar.xz -> kwrited-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.18.1/CMakeLists.txt 
new/kwrited-5.18.2/CMakeLists.txt
--- old/kwrited-5.18.1/CMakeLists.txt   2020-02-18 14:10:02.0 +0100
+++ new/kwrited-5.18.2/CMakeLists.txt   2020-02-25 14:15:14.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kwrited)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")





commit kde-cli-tools5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:04

Comparing /work/SRC/openSUSE:Factory/kde-cli-tools5 (Old)
 and  /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.26092 (New)


Package is "kde-cli-tools5"

Sat Feb 29 21:22:04 2020 rev:99 rq:779177 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2020-02-22 19:04:15.682086418 +0100
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.26092/kde-cli-tools5.changes 
2020-02-29 21:22:06.866231520 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  kde-cli-tools-5.18.1.tar.xz
  kde-cli-tools-5.18.1.tar.xz.sig

New:

  kde-cli-tools-5.18.2.tar.xz
  kde-cli-tools-5.18.2.tar.xz.sig



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.ryKBtx/_old  2020-02-29 21:22:07.694233160 +0100
+++ /var/tmp/diff_new_pack.ryKBtx/_new  2020-02-29 21:22:07.694233160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kde-cli-tools5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define kf5_version 5.54.0
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig

++ kde-cli-tools-5.18.1.tar.xz -> kde-cli-tools-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.18.1/CMakeLists.txt 
new/kde-cli-tools-5.18.2/CMakeLists.txt
--- old/kde-cli-tools-5.18.1/CMakeLists.txt 2020-02-18 13:59:38.0 
+0100
+++ new/kde-cli-tools-5.18.2/CMakeLists.txt 2020-02-25 14:03:50.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")





commit kscreenlocker for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2020-02-29 21:22:18

Comparing /work/SRC/openSUSE:Factory/kscreenlocker (Old)
 and  /work/SRC/openSUSE:Factory/.kscreenlocker.new.26092 (New)


Package is "kscreenlocker"

Sat Feb 29 21:22:18 2020 rev:79 rq:779185 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2020-02-22 19:04:55.682166102 +0100
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new.26092/kscreenlocker.changes   
2020-02-29 21:22:19.874257263 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  kscreenlocker-5.18.1.tar.xz
  kscreenlocker-5.18.1.tar.xz.sig

New:

  kscreenlocker-5.18.2.tar.xz
  kscreenlocker-5.18.2.tar.xz.sig



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.jpJCe4/_old  2020-02-29 21:22:20.758259012 +0100
+++ /var/tmp/diff_new_pack.jpJCe4/_new  2020-02-29 21:22:20.766259028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kscreenlocker
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:https://projects.kde.org/kscreenlocker
+URL:https://projects.kde.org/kscreenlocker
 Source: 
https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig

++ kscreenlocker-5.18.1.tar.xz -> kscreenlocker-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.18.1/CMakeLists.txt 
new/kscreenlocker-5.18.2/CMakeLists.txt
--- old/kscreenlocker-5.18.1/CMakeLists.txt 2020-02-18 14:06:31.0 
+0100
+++ new/kscreenlocker-5.18.2/CMakeLists.txt 2020-02-25 14:11:21.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kscreenlocker)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")





commit kgamma5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2020-02-29 21:22:10

Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old)
 and  /work/SRC/openSUSE:Factory/.kgamma5.new.26092 (New)


Package is "kgamma5"

Sat Feb 29 21:22:10 2020 rev:75 rq:779180 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2020-02-22 
19:04:35.402125703 +0100
+++ /work/SRC/openSUSE:Factory/.kgamma5.new.26092/kgamma5.changes   
2020-02-29 21:22:11.110239920 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  kgamma5-5.18.1.tar.xz
  kgamma5-5.18.1.tar.xz.sig

New:

  kgamma5-5.18.2.tar.xz
  kgamma5-5.18.2.tar.xz.sig



Other differences:
--
++ kgamma5.spec ++
--- /var/tmp/diff_new_pack.8dQ2Gg/_old  2020-02-29 21:22:11.670241028 +0100
+++ /var/tmp/diff_new_pack.8dQ2Gg/_new  2020-02-29 21:22:11.670241028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kgamma5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   kgamma5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Other
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz.sig

++ kgamma5-5.18.1.tar.xz -> kgamma5-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.18.1/CMakeLists.txt 
new/kgamma5-5.18.2/CMakeLists.txt
--- old/kgamma5-5.18.1/CMakeLists.txt   2020-02-18 14:02:14.0 +0100
+++ new/kgamma5-5.18.2/CMakeLists.txt   2020-02-25 14:06:36.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kgamma)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")





commit transactional-update for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package transactional-update for 
openSUSE:Factory checked in at 2020-02-29 21:21:43

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


Package is "transactional-update"

Sat Feb 29 21:21:43 2020 rev:49 rq:779347 version:2.20.2

Changes:

--- 
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2020-01-10 18:40:26.783492216 +0100
+++ 
/work/SRC/openSUSE:Factory/.transactional-update.new.26092/transactional-update.changes
 2020-02-29 21:21:47.530193255 +0100
@@ -1,0 +2,8 @@
+Wed Feb 26 09:58:23 UTC 2020 - Ignaz Forster 
+
+- Update to version 2.20.2
+  - Use full names for zypper options [bsc#1164543]
+  - Ignore /var/lib/rpm in shadowed file output
+  - Optimize create-dirs-from-rpmdb
+
+---

Old:

  transactional-update-2.20.1.tar.gz

New:

  transactional-update-2.20.2.tar.gz



Other differences:
--
++ transactional-update.spec ++
--- /var/tmp/diff_new_pack.51n1Gn/_old  2020-02-29 21:21:48.542195258 +0100
+++ /var/tmp/diff_new_pack.51n1Gn/_new  2020-02-29 21:21:48.546195265 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   transactional-update
-Version:2.20.1
+Version:2.20.2
 Release:0
 Summary:Transactional Updates with btrfs and snapshots
 License:GPL-2.0-or-later

++ transactional-update-2.20.1.tar.gz -> transactional-update-2.20.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-2.20.1/NEWS 
new/transactional-update-2.20.2/NEWS
--- old/transactional-update-2.20.1/NEWS2020-01-07 11:42:35.0 
+0100
+++ new/transactional-update-2.20.2/NEWS2020-02-26 10:50:25.0 
+0100
@@ -2,6 +2,11 @@
 
 Copyright (C) 2016-2019 Thorsten Kukuk et al.
 
+Version 2.20.2
+* Use full names for zypper options [bsc#1164543]
+* Ignore /var/lib/rpm in shandowed file output
+* Optimize create-dirs-from-rpmdb
+
 Version 2.20.1
 * Add missing documentation about --continue option
 * Avoid error message about missing fstab file on first snapshot creation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-2.20.1/configure.ac 
new/transactional-update-2.20.2/configure.ac
--- old/transactional-update-2.20.1/configure.ac2020-01-07 
11:42:35.0 +0100
+++ new/transactional-update-2.20.2/configure.ac2020-02-26 
10:50:25.0 +0100
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(transactional-update, 2.20.1)
+AC_INIT(transactional-update, 2.20.2)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([sbin/transactional-update.in])
 AC_PREFIX_DEFAULT(/usr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/transactional-update-2.20.1/sbin/create_dirs_from_rpmdb.c 
new/transactional-update-2.20.2/sbin/create_dirs_from_rpmdb.c
--- old/transactional-update-2.20.1/sbin/create_dirs_from_rpmdb.c   
2020-01-07 11:42:35.0 +0100
+++ new/transactional-update-2.20.2/sbin/create_dirs_from_rpmdb.c   
2020-02-26 10:50:25.0 +0100
@@ -21,6 +21,7 @@
 #include 
 #endif
 
+#include 
 #include 
 #include 
 #include 
@@ -67,18 +68,29 @@
   uid_t user_id;
   gid_t group_id;
   time_t fmtime;
-  struct node *next;
 };
 
 struct node *dir_list = NULL;
+size_t dir_list_size = 0, dir_list_capacity = 0;
 
 /* A utility function to insert a node at the beginning of linked list */
 void
-insert_node (struct node** head_ref, const char *dirname, rpm_mode_t fmode,
+insert_node (const char *dirname, rpm_mode_t fmode,
 uid_t user_id, gid_t group_id, time_t fmtime)
 {
-  /* allocate node */
-  struct node* new_node = malloc(sizeof(struct node));
+  /* allocate space for the new node */
+  dir_list_size += 1;
+  size_t new_capacity = dir_list_capacity ? dir_list_capacity : 1;
+  while (new_capacity < dir_list_size)
+  new_capacity *= 2;
+
+  if (new_capacity != dir_list_capacity)
+{
+  dir_list = realloc(dir_list, new_capacity * sizeof(struct node));
+  dir_list_capacity = new_capacity;
+}
+
+  struct node *new_node = _list[dir_list_size - 1];
 
   /* put in the data  */
   new_node->dirname  = strdup (dirname);
@@ -86,112 +98,12 @@
   new_node->user_id = user_id;
   new_node->group_id = group_id;
   new_node->fmtime = fmtime;
-
-  /* link the old list off the new node */
-  new_node->next = (*head_ref);
-
-  /* move the head to point to the new node */
-  (*head_ref) = new_node;
-}
-
-/* Returns the last node of the 

commit kcm_sddm for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2020-02-29 21:22:01

Comparing /work/SRC/openSUSE:Factory/kcm_sddm (Old)
 and  /work/SRC/openSUSE:Factory/.kcm_sddm.new.26092 (New)


Package is "kcm_sddm"

Sat Feb 29 21:22:01 2020 rev:84 rq:779176 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2020-02-22 
19:04:11.174077438 +0100
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new.26092/kcm_sddm.changes 
2020-02-29 21:22:04.534226906 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  sddm-kcm-5.18.1.tar.xz
  sddm-kcm-5.18.1.tar.xz.sig

New:

  sddm-kcm-5.18.2.tar.xz
  sddm-kcm-5.18.2.tar.xz.sig



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.0bI3i2/_old  2020-02-29 21:22:06.538230871 +0100
+++ /var/tmp/diff_new_pack.0bI3i2/_new  2020-02-29 21:22:06.542230880 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcm_sddm
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   kcm_sddm
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:A sddm control module for KDE
 License:GPL-2.0-only
 Group:  System/GUI/KDE
-Url:https://projects.kde.org/projects/kdereview/sddm-kcm/repository
+URL:https://projects.kde.org/projects/kdereview/sddm-kcm/repository
 Source: 
https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz.sig


++ sddm-kcm-5.18.1.tar.xz -> sddm-kcm-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.18.1/CMakeLists.txt 
new/sddm-kcm-5.18.2/CMakeLists.txt
--- old/sddm-kcm-5.18.1/CMakeLists.txt  2020-02-18 14:28:07.0 +0100
+++ new/sddm-kcm-5.18.2/CMakeLists.txt  2020-02-25 14:34:35.0 +0100
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.18.1/po/nb/kcm_sddm.po 
new/sddm-kcm-5.18.2/po/nb/kcm_sddm.po
--- old/sddm-kcm-5.18.1/po/nb/kcm_sddm.po   2020-02-18 14:28:01.0 
+0100
+++ new/sddm-kcm-5.18.2/po/nb/kcm_sddm.po   2020-02-25 14:34:28.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2020-02-15 09:00+0100\n"
+"POT-Creation-Date: 2020-02-17 08:31+0100\n"
 "PO-Revision-Date: 2015-01-08 21:37+0100\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "bjor...@skogkatt.homelinux.org"
 
-#: sddmauthhelper.cpp:330 sddmauthhelper.cpp:350 sddmauthhelper.cpp:357
+#: sddmauthhelper.cpp:341 sddmauthhelper.cpp:361 sddmauthhelper.cpp:368
 #, kde-format
 msgid "Invalid theme package"
 msgstr ""
 
-#: sddmauthhelper.cpp:335
+#: sddmauthhelper.cpp:346
 #, kde-format
 msgid "Could not open file"
 msgstr "Klarte ikke åpne fil"
 
-#: sddmauthhelper.cpp:365
+#: sddmauthhelper.cpp:376
 #, kde-format
 msgid "Could not decompress archive"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.18.1/po/nn/kcm_sddm.po 
new/sddm-kcm-5.18.2/po/nn/kcm_sddm.po
--- old/sddm-kcm-5.18.1/po/nn/kcm_sddm.po   2020-02-18 14:28:02.0 
+0100
+++ new/sddm-kcm-5.18.2/po/nn/kcm_sddm.po   2020-02-25 14:34:29.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2020-02-15 09:00+0100\n"
+"POT-Creation-Date: 2020-02-17 08:31+0100\n"
 "PO-Revision-Date: 2019-09-03 19:59+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "k...@huftis.org"
 
-#: sddmauthhelper.cpp:330 sddmauthhelper.cpp:350 sddmauthhelper.cpp:357
+#: sddmauthhelper.cpp:341 sddmauthhelper.cpp:361 sddmauthhelper.cpp:368
 #, 

commit breeze for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-02-29 21:21:50

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.26092 (New)


Package is "breeze"

Sat Feb 29 21:21:50 2020 rev:98 rq:779170 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-02-22 
19:03:45.878027046 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26092/breeze.changes 2020-02-29 
21:21:54.558207163 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.18.1.tar.xz
  breeze-5.18.1.tar.xz.sig

New:

  breeze-5.18.2.tar.xz
  breeze-5.18.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.8G7MM2/_old  2020-02-29 21:21:55.846209712 +0100
+++ /var/tmp/diff_new_pack.8G7MM2/_new  2020-02-29 21:21:55.850209721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.8G7MM2/_old  2020-02-29 21:21:55.866209752 +0100
+++ /var/tmp/diff_new_pack.8G7MM2/_new  2020-02-29 21:21:55.870209760 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze4-style
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.18.1.tar.xz -> breeze-5.18.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.26092/breeze-5.18.2.tar.xz differ: char 
27, line 1





commit nfs-ganesha for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package nfs-ganesha for openSUSE:Factory 
checked in at 2020-02-29 21:21:38

Comparing /work/SRC/openSUSE:Factory/nfs-ganesha (Old)
 and  /work/SRC/openSUSE:Factory/.nfs-ganesha.new.26092 (New)


Package is "nfs-ganesha"

Sat Feb 29 21:21:38 2020 rev:10 rq:779338 version:3.2+git0.8d07e25a7

Changes:

--- /work/SRC/openSUSE:Factory/nfs-ganesha/nfs-ganesha.changes  2020-01-18 
12:17:03.187104222 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-ganesha.new.26092/nfs-ganesha.changes   
2020-02-29 21:21:45.234188711 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 17:04:53 UTC 2020 - Anthony Iliopoulos 
+
+- Backported patch that fixes compilation errors with xfsprogs >= v5.3.0
+  * added fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch
+
+---

New:

  fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch



Other differences:
--
++ nfs-ganesha.spec ++
--- /var/tmp/diff_new_pack.voGDnY/_old  2020-02-29 21:21:46.242190706 +0100
+++ /var/tmp/diff_new_pack.voGDnY/_new  2020-02-29 21:21:46.246190714 +0100
@@ -118,6 +118,7 @@
 URL:https://github.com/nfs-ganesha/nfs-ganesha/wiki
 
 Source: %{name}-%{version}.tar.bz2
+Patch0:
fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch
 
 %if 0%{?suse_version}
 %if 0%{?is_opensuse}
@@ -492,6 +493,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export LANGUAGE=en_US.UTF-8

++ fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch ++
>From 9534ade9929a143f85ad99e12786ab1a572f9233 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos 
Date: Tue, 4 Feb 2020 21:50:25 +0100
Subject: [PATCH] Fix compilation errors on xfs ioctl syscall structs

Upstream xfsprogs has removed some typedef on bulk requst ioctls as of
commit b46789e2 ("xfs: remove various bulk request typedef usage"), and
as such compilation fails with xfsprogs headers >= v5.3.0. Replace
typedef declarations with their corresponding struct types and unbreak
compilation.

Change-Id: Ibb5be001b73c5d11e3f879f632b73687909f6ff9
Signed-off-by: Anthony Iliopoulos 
---
 src/FSAL/FSAL_VFS/xfs/handle_syscalls.c | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c 
b/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c
index 2f85eac99..f0975bab6 100644
--- a/FSAL/FSAL_VFS/xfs/handle_syscalls.c
+++ b/FSAL/FSAL_VFS/xfs/handle_syscalls.c
@@ -75,9 +75,10 @@ void display_xfs_handle(struct display_buffer *dspbuf,
}   \
} while (0)
 
-static int xfs_fsal_bulkstat_inode(int fd, xfs_ino_t ino, xfs_bstat_t *bstat)
+static int xfs_fsal_bulkstat_inode(int fd, xfs_ino_t ino,
+   struct xfs_bstat *bstat)
 {
-   xfs_fsop_bulkreq_t bulkreq;
+   struct xfs_fsop_bulkreq bulkreq;
__u64 i = ino;
 
bulkreq.lastip = 
@@ -89,7 +90,7 @@ static int xfs_fsal_bulkstat_inode(int fd, xfs_ino_t ino, 
xfs_bstat_t *bstat)
 
 static int xfs_fsal_inode2handle(int fd, ino_t ino, vfs_file_handle_t *fh)
 {
-   xfs_bstat_t bstat;
+   struct xfs_bstat bstat;
xfs_handle_t *hdl = (xfs_handle_t *) fh->handle_data;
void *data;
size_t sz;
-- 
2.16.4




commit libkscreen2 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2020-02-29 21:22:37

Comparing /work/SRC/openSUSE:Factory/libkscreen2 (Old)
 and  /work/SRC/openSUSE:Factory/.libkscreen2.new.26092 (New)


Package is "libkscreen2"

Sat Feb 29 21:22:37 2020 rev:98 rq:779193 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2020-02-22 
19:05:40.226254838 +0100
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new.26092/libkscreen2.changes   
2020-02-29 21:22:39.714296526 +0100
@@ -1,0 +2,12 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * fix: handle when backend fails to load/initialize
+  * fix(kwayland): wait longer for connection timeout and retry (kde#416566)
+  * fix(kwayland): remove code with side-effects from Q_ASSERT (kde#413892)
+
+---

Old:

  libkscreen-5.18.1.tar.xz
  libkscreen-5.18.1.tar.xz.sig

New:

  libkscreen-5.18.2.tar.xz
  libkscreen-5.18.2.tar.xz.sig



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.2EzrSJ/_old  2020-02-29 21:22:40.410297903 +0100
+++ /var/tmp/diff_new_pack.2EzrSJ/_new  2020-02-29 21:22:40.410297903 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkscreen2
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 @@
 %bcond_without lang
 %define lname   libKF5Screen7
 Name:   libkscreen2
-Version:5.18.1
+Version:5.18.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -28,7 +28,7 @@
 Summary:KDE's screen management library
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/libkscreen-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/libkscreen-%{version}.tar.xz.sig

++ libkscreen-5.18.1.tar.xz -> libkscreen-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.18.1/CMakeLists.txt 
new/libkscreen-5.18.2/CMakeLists.txt
--- old/libkscreen-5.18.1/CMakeLists.txt2020-02-18 14:10:24.0 
+0100
+++ new/libkscreen-5.18.2/CMakeLists.txt2020-02-25 14:15:36.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkscreen-5.18.1/backends/kwayland/waylandbackend.cpp 
new/libkscreen-5.18.2/backends/kwayland/waylandbackend.cpp
--- old/libkscreen-5.18.1/backends/kwayland/waylandbackend.cpp  2020-02-18 
14:10:24.0 +0100
+++ new/libkscreen-5.18.2/backends/kwayland/waylandbackend.cpp  2020-02-25 
14:15:36.0 +0100
@@ -35,7 +35,6 @@
 
 WaylandBackend::WaylandBackend()
 : KScreen::AbstractBackend()
-, m_isValid(true)
 , m_internalConfig(new WaylandConfig(this))
 {
 qCDebug(KSCREEN_WAYLAND) << "Loading Wayland backend.";
@@ -81,5 +80,5 @@
 
 bool WaylandBackend::isValid() const
 {
-return m_isValid;
+return m_internalConfig->isInitialized();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.18.1/backends/kwayland/waylandbackend.h 
new/libkscreen-5.18.2/backends/kwayland/waylandbackend.h
--- old/libkscreen-5.18.1/backends/kwayland/waylandbackend.h2020-02-18 
14:10:24.0 +0100
+++ new/libkscreen-5.18.2/backends/kwayland/waylandbackend.h2020-02-25 
14:15:36.0 +0100
@@ -45,7 +45,6 @@
 QByteArray edid(int outputId) const override;
 
 private:
-bool m_isValid;
 WaylandConfig *m_internalConfig;
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkscreen-5.18.1/backends/kwayland/waylandconfig.cpp 
new/libkscreen-5.18.2/backends/kwayland/waylandconfig.cpp
--- old/libkscreen-5.18.1/backends/kwayland/waylandconfig.cpp   2020-02-18 
14:10:24.0 +0100
+++ new/libkscreen-5.18.2/backends/kwayland/waylandconfig.cpp   2020-02-25 
14:15:36.0 +0100
@@ -51,7 +51,7 @@
  

commit kde-gtk-config5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:07

Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old)
 and  /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.26092 (New)


Package is "kde-gtk-config5"

Sat Feb 29 21:22:07 2020 rev:90 rq:779178 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2020-02-22 19:04:18.918092865 +0100
+++ 
/work/SRC/openSUSE:Factory/.kde-gtk-config5.new.26092/kde-gtk-config5.changes   
2020-02-29 21:22:08.274234307 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  kde-gtk-config-5.18.1.tar.xz
  kde-gtk-config-5.18.1.tar.xz.sig

New:

  kde-gtk-config-5.18.2.tar.xz
  kde-gtk-config-5.18.2.tar.xz.sig



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.ImHBkC/_old  2020-02-29 21:22:09.050235842 +0100
+++ /var/tmp/diff_new_pack.ImHBkC/_new  2020-02-29 21:22:09.054235851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kde-gtk-config5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Daemon for GTK2 and GTK3 Applications Appearance Under KDE
 License:LGPL-3.0-or-later AND GPL-3.0-or-later
 Group:  System/GUI/KDE
-Url:http://projects.kde.org/kde-gtk-config
+URL:http://projects.kde.org/kde-gtk-config
 Source: 
https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig

++ kde-gtk-config-5.18.1.tar.xz -> kde-gtk-config-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.18.1/CMakeLists.txt 
new/kde-gtk-config-5.18.2/CMakeLists.txt
--- old/kde-gtk-config-5.18.1/CMakeLists.txt2020-02-18 14:00:15.0 
+0100
+++ new/kde-gtk-config-5.18.2/CMakeLists.txt2020-02-25 14:04:28.0 
+0100
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 cmake_minimum_required(VERSION 3.10)
 
 find_package(ECM REQUIRED NO_MODULE)





commit khotkeys5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:11

Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old)
 and  /work/SRC/openSUSE:Factory/.khotkeys5.new.26092 (New)


Package is "khotkeys5"

Sat Feb 29 21:22:11 2020 rev:95 rq:779181 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2020-02-22 
19:04:40.702136261 +0100
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new.26092/khotkeys5.changes   
2020-02-29 21:22:12.666242998 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  khotkeys-5.18.1.tar.xz
  khotkeys-5.18.1.tar.xz.sig

New:

  khotkeys-5.18.2.tar.xz
  khotkeys-5.18.2.tar.xz.sig



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.VJJH9S/_old  2020-02-29 21:22:13.946245532 +0100
+++ /var/tmp/diff_new_pack.VJJH9S/_new  2020-02-29 21:22:13.950245539 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package khotkeys5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.18.1
+Version:5.18.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -27,7 +27,7 @@
 Summary:KDE's hotkey daemon
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz.sig

++ khotkeys-5.18.1.tar.xz -> khotkeys-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.18.1/CMakeLists.txt 
new/khotkeys-5.18.2/CMakeLists.txt
--- old/khotkeys-5.18.1/CMakeLists.txt  2020-02-18 14:02:58.0 +0100
+++ new/khotkeys-5.18.2/CMakeLists.txt  2020-02-25 14:07:20.0 +0100
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.18.1/data/kde32b1.khotkeys 
new/khotkeys-5.18.2/data/kde32b1.khotkeys
--- old/khotkeys-5.18.1/data/kde32b1.khotkeys   2020-02-18 14:02:19.0 
+0100
+++ new/khotkeys-5.18.2/data/kde32b1.khotkeys   2020-02-25 14:06:40.0 
+0100
@@ -1965,7 +1965,7 @@
 
 [Data_1_7]
 Comment=Konqueror in KDE3.1 has tabs, and now you can also have 
gestures.\n\nJust press the middle mouse button and start drawing one of the 
gestures, and after you are finished, release the mouse button. If you only 
need to paste the selection, it still works, just click the middle mouse 
button. (You can change the mouse button to use in the global 
settings).\n\nRight now, there are the following gestures available:\nmove 
right and back left - Forward (Alt+Right)\nmove left and back right - Back 
(Alt+Left)\nmove up and back down  - Up (Alt+Up)\ncircle counterclockwise - 
Reload (F5)\n\nThe gesture shapes can be entered by performing them in the 
configuration dialog. You can also look at your numeric pad to help you: 
gestures are recognized like a 3x3 grid of fields, numbered 1 to 9.\n\nNote 
that you must perform exactly the gesture to trigger the action. Because of 
this, it is possible to enter more gestures for the action. You should try to 
avoid complicated gestures where you change the direction of mouse movement 
more than once.  For instance, 45654 or 74123 are simple to perform, but 
1236987 may be already quite difficult.\n\nThe conditions for all gestures are 
defined in this group. All these gestures are active only if the active window 
is Konqueror (class contains 'konqueror').
-Comment[ca]=D'acord, el Konqueror des del KDE3.1 té pestanyes, i ara també té 
gestos.\n\nNomés premeu el botó del mig del ratolí i comenceu a dibuixar un 
dels gestos, després d'acabar deixeu anar el botó del ratolí. Si només us cal 
enganxar la selecció, encara funciona; senzillament cliqueu el botó del mig del 
ratolí (podeu canviar el botó del ratolí a usar a 

commit ksshaskpass5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:19

Comparing /work/SRC/openSUSE:Factory/ksshaskpass5 (Old)
 and  /work/SRC/openSUSE:Factory/.ksshaskpass5.new.26092 (New)


Package is "ksshaskpass5"

Sat Feb 29 21:22:19 2020 rev:89 rq:779186 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2020-02-22 19:05:00.770176238 +0100
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new.26092/ksshaskpass5.changes 
2020-02-29 21:22:22.950263350 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  ksshaskpass-5.18.1.tar.xz
  ksshaskpass-5.18.1.tar.xz.sig

New:

  ksshaskpass-5.18.2.tar.xz
  ksshaskpass-5.18.2.tar.xz.sig



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.vug65M/_old  2020-02-29 21:22:24.546266509 +0100
+++ /var/tmp/diff_new_pack.vug65M/_new  2020-02-29 21:22:24.550266517 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ksshaskpass5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz.sig

++ ksshaskpass-5.18.1.tar.xz -> ksshaskpass-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.18.1/CMakeLists.txt 
new/ksshaskpass-5.18.2/CMakeLists.txt
--- old/ksshaskpass-5.18.1/CMakeLists.txt   2020-02-18 14:07:03.0 
+0100
+++ new/ksshaskpass-5.18.2/CMakeLists.txt   2020-02-25 14:11:54.0 
+0100
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.18.1/po/id/ksshaskpass.po 
new/ksshaskpass-5.18.2/po/id/ksshaskpass.po
--- old/ksshaskpass-5.18.1/po/id/ksshaskpass.po 2020-02-18 14:06:52.0 
+0100
+++ new/ksshaskpass-5.18.2/po/id/ksshaskpass.po 2020-02-25 14:11:43.0 
+0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Wantoyo , 2018.
+# Wantoyo , 2018, 2020.
 #
 msgid ""
 msgstr ""
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 19.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"





commit bluedevil5 for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2020-02-29 21:21:48

Comparing /work/SRC/openSUSE:Factory/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Factory/.bluedevil5.new.26092 (New)


Package is "bluedevil5"

Sat Feb 29 21:21:48 2020 rev:88 rq:779169 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2020-02-22 
19:03:43.390022090 +0100
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new.26092/bluedevil5.changes 
2020-02-29 21:21:51.666201440 +0100
@@ -1,0 +2,11 @@
+Tue Feb 25 14:07:15 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * Set all labels to plain text
+  * Add explicit includes to fix build with Qt 5.11
+
+---

Old:

  bluedevil-5.18.1.tar.xz
  bluedevil-5.18.1.tar.xz.sig

New:

  bluedevil-5.18.2.tar.xz
  bluedevil-5.18.2.tar.xz.sig



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.WkNOZ6/_old  2020-02-29 21:21:52.578203245 +0100
+++ /var/tmp/diff_new_pack.WkNOZ6/_new  2020-02-29 21:21:52.578203245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluedevil5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Raymond Wooninck 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,12 +19,12 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later
 Group:  Hardware/Other
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz.sig

++ bluedevil-5.18.1.tar.xz -> bluedevil-5.18.2.tar.xz ++
 4545 lines of diff (skipped)





commit breeze-gtk for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2020-02-29 21:21:54

Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.breeze-gtk.new.26092 (New)


Package is "breeze-gtk"

Sat Feb 29 21:21:54 2020 rev:76 rq:779171 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2020-02-22 
19:03:47.394030066 +0100
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new.26092/breeze-gtk.changes 
2020-02-29 21:21:56.186210385 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  breeze-gtk-5.18.1.tar.xz
  breeze-gtk-5.18.1.tar.xz.sig

New:

  breeze-gtk-5.18.2.tar.xz
  breeze-gtk-5.18.2.tar.xz.sig



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.fnaGug/_old  2020-02-29 21:21:56.750211502 +0100
+++ /var/tmp/diff_new_pack.fnaGug/_new  2020-02-29 21:21:56.750211502 +0100
@@ -19,7 +19,7 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1-only

++ breeze-gtk-5.18.1.tar.xz -> breeze-gtk-5.18.2.tar.xz ++





commit kde-user-manager for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2020-02-29 21:22:08

Comparing /work/SRC/openSUSE:Factory/kde-user-manager (Old)
 and  /work/SRC/openSUSE:Factory/.kde-user-manager.new.26092 (New)


Package is "kde-user-manager"

Sat Feb 29 21:22:08 2020 rev:81 rq:779179 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2020-02-22 19:04:22.346099694 +0100
+++ 
/work/SRC/openSUSE:Factory/.kde-user-manager.new.26092/kde-user-manager.changes 
2020-02-29 21:22:09.374236484 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  user-manager-5.18.1.tar.xz
  user-manager-5.18.1.tar.xz.sig

New:

  user-manager-5.18.2.tar.xz
  user-manager-5.18.2.tar.xz.sig



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.CEzGNx/_old  2020-02-29 21:22:10.402238518 +0100
+++ /var/tmp/diff_new_pack.CEzGNx/_new  2020-02-29 21:22:10.406238526 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kde-user-manager
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:KDE System Settings module to manage users
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org/
+URL:http://www.kde.org/
 Source: 
https://download.kde.org/stable/plasma/%{version}/user-manager-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/user-manager-%{version}.tar.xz.sig


++ user-manager-5.18.1.tar.xz -> user-manager-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.18.1/CMakeLists.txt 
new/user-manager-5.18.2/CMakeLists.txt
--- old/user-manager-5.18.1/CMakeLists.txt  2020-02-18 14:29:16.0 
+0100
+++ new/user-manager-5.18.2/CMakeLists.txt  2020-02-25 14:35:53.0 
+0100
@@ -1,6 +1,6 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.18.1/po/id/user_manager.po 
new/user-manager-5.18.2/po/id/user_manager.po
--- old/user-manager-5.18.1/po/id/user_manager.po   2020-02-18 
14:29:06.0 +0100
+++ new/user-manager-5.18.2/po/id/user_manager.po   2020-02-25 
14:35:42.0 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the user-manager package.
-# Wantoyo , 2018, 2019.
+# Wantoyo , 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 19.12.1\n"
 
 #. i18n: ectx: property (placeholderText), widget (QLineEdit, username)
 #: src/account.ui:78
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.18.1/po/nb/user_manager.po 
new/user-manager-5.18.2/po/nb/user_manager.po
--- old/user-manager-5.18.1/po/nb/user_manager.po   2020-02-18 
14:29:09.0 +0100
+++ new/user-manager-5.18.2/po/nb/user_manager.po   2020-02-25 
14:35:46.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-12-27 03:37+0100\n"
+"POT-Creation-Date: 2020-02-18 08:54+0100\n"
 "PO-Revision-Date: 2015-04-29 08:39+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -158,12 +158,12 @@
 msgid "Remove user account"
 msgstr "Fjern brukerkonto"
 
-#: src/lib/accountmodel.cpp:300
+#: src/lib/accountmodel.cpp:297
 #, kde-format
 msgid "New User"
 msgstr "Ny bruker"
 
-#: src/lib/accountmodel.cpp:426
+#: src/lib/accountmodel.cpp:423
 #, kde-format
 msgid "Users"
 msgstr "Brukere"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

  1   2   3   >