commit libpwquality for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package libpwquality for openSUSE:Factory 
checked in at 2019-09-25 07:57:57

Comparing /work/SRC/openSUSE:Factory/libpwquality (Old)
 and  /work/SRC/openSUSE:Factory/.libpwquality.new.7948 (New)


Package is "libpwquality"

Wed Sep 25 07:57:57 2019 rev:15 rq:732875 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/libpwquality/libpwquality.changes
2018-03-08 10:48:11.309448815 +0100
+++ /work/SRC/openSUSE:Factory/.libpwquality.new.7948/libpwquality.changes  
2019-09-25 07:57:59.866642621 +0200
@@ -1,0 +2,16 @@
+Thu Sep 19 15:08:08 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.4.1:
+  + Minor bugfix update of the library.
+- Drop libpwquality-pythons.patch: Fixed upstream. Following this,
+  drop autoconf, automake and libtool BuildRequires and autoreconf
+  call.
+- Use modern macros.
+
+---
+Thu Sep 19 12:12:04 UTC 2019 - Ludwig Nussel 
+
+- Do not recommend lang package. The lang package already has a
+  supplements.
+
+---

Old:

  libpwquality-1.4.0.tar.bz2
  libpwquality-pythons.patch

New:

  libpwquality-1.4.1.tar.bz2



Other differences:
--
++ libpwquality.spec ++
--- /var/tmp/diff_new_pack.DEgbDb/_old  2019-09-25 07:58:00.350642547 +0200
+++ /var/tmp/diff_new_pack.DEgbDb/_new  2019-09-25 07:58:00.350642547 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpwquality
 #
-# 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,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,20 +20,18 @@
 %define _secconfdir %{_sysconfdir}/security
 %define libname libpwquality1
 %bcond_without python2
+
 Name:   libpwquality
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:Library for password quality checking and generating random 
passwords
-License:BSD-3-Clause OR GPL-2.0+
+License:BSD-3-Clause OR GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 URL:https://github.com/libpwquality/libpwquality
-Source: 
https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
-Patch0: libpwquality-pythons.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source: 
%{url}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
+
 BuildRequires:  cracklib-devel
 BuildRequires:  gettext-devel
-BuildRequires:  libtool
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(python3)
@@ -50,7 +48,6 @@
 Summary:Library for password quality checking and generating random 
passwords
 Group:  System/Libraries
 Requires:   cracklib-dict >= 2.8
-Recommends: %{name}-lang
 Recommends: cracklib-dict-full >= 2.8
 # To make lang package installable
 Provides:   %{name}
@@ -116,18 +113,16 @@
 This package provides Python 3 bindings for the libpwquality library.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
-# needed for patch0
-autoreconf -fvi
 %configure \
   --disable-static \
   --with-securedir=%{_pammoduledir} \
   --with-python-binary=%{_bindir}/python3 \
-  --with-pythonsitedir=%{python3_sitearch}
-make %{?_smp_mflags}
+   --with-pythonsitedir=%{python3_sitearch} \
+   %{nil}
+%make_build
 %if %{with python2}
 pushd python
 %python_build

++ libpwquality-1.4.0.tar.bz2 -> libpwquality-1.4.1.tar.bz2 ++
 9775 lines of diff (skipped)




commit ibus for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2019-09-25 07:55:31

Comparing /work/SRC/openSUSE:Factory/ibus (Old)
 and  /work/SRC/openSUSE:Factory/.ibus.new.7948 (New)


Package is "ibus"

Wed Sep 25 07:55:31 2019 rev:95 rq:732267 version:1.5.21

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2019-09-11 
10:23:57.835484180 +0200
+++ /work/SRC/openSUSE:Factory/.ibus.new.7948/ibus.changes  2019-09-25 
07:55:34.386664616 +0200
@@ -1,0 +2,12 @@
+Fri Sep 20 05:31:52 UTC 2019 - Cliff Zhao 
+
+- Update hide-setup-menu.patch: make it can be compile in SLE
+  (openSUSE-Leap 15).
+
+---
+Tue Sep 17 21:51:08 UTC 2019 - Bjørn Lie 
+
+- Add ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch:
+  bus: Implement GDBusAuthObserver callback, fix CVE-2019-14822.
+
+---

New:

  ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.KTAuOE/_old  2019-09-25 07:55:35.84393 +0200
+++ /var/tmp/diff_new_pack.KTAuOE/_new  2019-09-25 07:55:35.870664392 +0200
@@ -60,6 +60,9 @@
 # PATCH-FIX-SLE ibus-disable-engines-preload-in-GNOME.patch bnc#1036729 
qz...@suse.com
 # Disable ibus engines preload in GNOME for These works are handled by 
gnome-shell.
 Patch12:ibus-disable-engines-preload-in-GNOME.patch
+
+Patch13:ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch
+
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dconf-devel >= 0.7.5
 BuildRequires:  fdupes
@@ -190,6 +193,8 @@
 %patch12 -p1
 %endif
 
+%patch13 -p1
+
 %build
 autoreconf -fi
 %configure --disable-static \

++ hide-setup-menu.patch ++
--- /var/tmp/diff_new_pack.KTAuOE/_old  2019-09-25 07:55:35.914664386 +0200
+++ /var/tmp/diff_new_pack.KTAuOE/_new  2019-09-25 07:55:35.914664386 +0200
@@ -1,6 +1,6 @@
-diff -Nura ibus-1.5.8_old/setup/ibus-setup.desktop.in 
ibus-1.5.8_new/setup/ibus-setup.desktop.in
 ibus-1.5.8_old/setup/ibus-setup.desktop.in 2014-07-24 12:24:25.0 
+0800
-+++ ibus-1.5.8_new/setup/ibus-setup.desktop.in 2015-10-15 19:12:16.476328652 
+0800
+diff -Nura ibus-1.5.21/setup/ibus-setup.desktop 
ibus-1.5.21_new/setup/ibus-setup.desktop
+--- ibus-1.5.21/setup/ibus-setup.desktop   2019-08-23 13:08:34.0 
+0200
 ibus-1.5.21_new/setup/ibus-setup.desktop   2019-09-20 07:21:33.505022653 
+0200
 @@ -4,6 +4,7 @@
  Exec=ibus-setup
  Icon=ibus-setup

++ ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch ++
>From 3d442dbf936d197aa11ca0a71663c2bc61696151 Mon Sep 17 00:00:00 2001
From: fujiwarat 
Date: Fri, 13 Sep 2019 15:59:03 +0900
Subject: [PATCH] bus: Implement GDBusAuthObserver callback

ibus uses a GDBusServer with G_DBUS_SERVER_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS,
and doesn't set a GDBusAuthObserver, which allows anyone who can connect
to its AF_UNIX socket to authenticate and be authorized to send method calls.
It also seems to use an abstract AF_UNIX socket, which does not have
filesystem permissions, so the practical effect might be that a local
attacker can connect to another user's ibus service and make arbitrary
method calls.

BUGS=rhbz#1717958
---
 bus/server.c | 89 ++--
 1 file changed, 73 insertions(+), 16 deletions(-)

diff --git a/bus/server.c b/bus/server.c
index 3a626230..2439de14 100644
--- a/bus/server.c
+++ b/bus/server.c
@@ -2,7 +2,8 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2010 Peng Huang 
- * Copyright (C) 2008-2010 Red Hat, Inc.
+ * Copyright (C) 2011-2019 Takao Fujiwara 
+ * Copyright (C) 2008-2019 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -69,17 +70,64 @@ _restart_server (void)
 exit (-1);
 }
 
+/**
+ * bus_allow_mechanism_cb:
+ * @observer: A #GDBusAuthObserver.
+ * @mechanism: The name of the mechanism.
+ * @user_data: always %NULL.
+ *
+ * Check if @mechanism can be used to authenticate the other peer.
+ * Returns: %TRUE if the peer's mechanism is allowed.
+ */
+static gboolean
+bus_allow_mechanism_cb (GDBusAuthObserver *observer,
+const gchar   *mechanism,
+G_GNUC_UNUSED gpointer user_data)
+{
+if (g_strcmp0 (mechanism, "EXTERNAL") == 0)
+return TRUE;
+return FALSE;
+}
+
+/**
+ * bus_authorize_authenticated_peer_cb:
+ * @observer: A #GDBusAuthObserver.
+ * @stream: A #GIOStream.
+ * @credentials: A #GCredentials.
+ * @user_data: always %NULL.
+ *
+ * Check if a peer who has 

commit qpdf for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory checked in 
at 2019-09-25 07:53:15

Comparing /work/SRC/openSUSE:Factory/qpdf (Old)
 and  /work/SRC/openSUSE:Factory/.qpdf.new.7948 (New)


Package is "qpdf"

Wed Sep 25 07:53:15 2019 rev:43 rq:732210 version:9.0.1

Changes:

--- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes2019-09-18 
13:05:46.764761342 +0200
+++ /work/SRC/openSUSE:Factory/.qpdf.new.7948/qpdf.changes  2019-09-25 
07:53:18.422685174 +0200
@@ -1,0 +2,8 @@
+Fri Sep 20 14:47:06 UTC 2019 - Ismail Dönmez 
+
+- Update to version 9.0.1
+  * Upstream fixed bsc#1150151, removed explicit -fsigned-chars
+from CXXFLAGS
+  * See included ChangeLog file for the complete changelog
+
+---

Old:

  qpdf-9.0.0.tar.gz
  qpdf-9.0.0.tar.gz.asc

New:

  qpdf-9.0.1.tar.gz
  qpdf-9.0.1.tar.gz.asc



Other differences:
--
++ qpdf.spec ++
--- /var/tmp/diff_new_pack.rIOoZi/_old  2019-09-25 07:53:19.158685064 +0200
+++ /var/tmp/diff_new_pack.rIOoZi/_new  2019-09-25 07:53:19.158685064 +0200
@@ -18,7 +18,7 @@
 
 %define so_version 26
 Name:   qpdf
-Version:9.0.0
+Version:9.0.1
 Release:0
 Summary:Command-line tools and library for transforming PDF files
 License:Apache-2.0
@@ -75,7 +75,7 @@
 %setup -q
 
 %build
-export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden -fsigned-char"
+export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure --disable-static --disable-test-compare-images \
--docdir='${datarootdir}'/doc/packages/%{name} \
--enable-show-failed-test-output

++ qpdf-9.0.0.tar.gz -> qpdf-9.0.1.tar.gz ++
/work/SRC/openSUSE:Factory/qpdf/qpdf-9.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.qpdf.new.7948/qpdf-9.0.1.tar.gz differ: char 5, 
line 1





commit python-qt5 for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2019-09-25 07:51:11

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


Package is "python-qt5"

Wed Sep 25 07:51:11 2019 rev:40 rq:732209 version:5.13.1

Changes:

--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes2019-09-17 
13:35:24.737861961 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt5.new.7948/python-qt5.changes  
2019-09-25 07:51:15.130703816 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 11:32:57 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.13.1. Check the ChangeLog file for the list of changes
+
+---
@@ -18 +23,2 @@
-  * Fixed the conversion of the result of
 QNetworkCacheMetaData.attributes()
+  * Fixed the conversion of the result of
+ QNetworkCacheMetaData.attributes()

Old:

  PyQt5_gpl-5.13.0.tar.gz

New:

  PyQt5_gpl-5.13.1.tar.gz



Other differences:
--
++ python-qt5.spec ++
--- /var/tmp/diff_new_pack.pUsujZ/_old  2019-09-25 07:51:15.842703709 +0200
+++ /var/tmp/diff_new_pack.pUsujZ/_new  2019-09-25 07:51:15.846703708 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qt5
-Version:5.13.0
+Version:5.13.1
 Release:0
 Summary:Python bindings for Qt 5
 License:SUSE-GPL-2.0-with-FLOSS-exception OR GPL-3.0-only OR NonFree
@@ -33,7 +33,7 @@
 # PATCH-FIX-UPSTREAM - add-qkeysequenceedit-to-uic.patch
 Patch3: add-qkeysequenceedit-to-uic.patch
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module sip-devel >= 4.19.14}
+BuildRequires:  %{python_module sip-devel >= 4.19.19}
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  dbus-1-python3-devel

++ PyQt5_gpl-5.13.0.tar.gz -> PyQt5_gpl-5.13.1.tar.gz ++
 2338 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2019-09-25 07:49:05

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


Package is "python-sip"

Wed Sep 25 07:49:05 2019 rev:105 rq:732208 version:4.19.19

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2019-07-16 
08:39:30.223049858 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new.7948/python-sip.changes  
2019-09-25 07:49:06.622723246 +0200
@@ -1,0 +2,9 @@
+Fri Sep 20 11:28:06 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 4.19.19
+  * Correction to the docs.
+  * Added sipIsOwnedByPython(), sipRegisterExitNotifier() and
+sipVisitWrappers() to the public API.
+  * Deprecated the -B option to sip.
+
+---

Old:

  sip-4.19.18.tar.gz

New:

  sip-4.19.19.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.tpXb9L/_old  2019-09-25 07:49:08.210723006 +0200
+++ /var/tmp/diff_new_pack.tpXb9L/_new  2019-09-25 07:49:08.214723006 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define python_sip_api 12.6
+%define python_sip_api 12.7
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.18
+Version:4.19.19
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

++ sip-4.19.18.tar.gz -> sip-4.19.19.tar.gz ++
 6490 lines of diff (skipped)




commit jsch for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package jsch for openSUSE:Factory checked in 
at 2019-09-25 07:47:01

Comparing /work/SRC/openSUSE:Factory/jsch (Old)
 and  /work/SRC/openSUSE:Factory/.jsch.new.7948 (New)


Package is "jsch"

Wed Sep 25 07:47:01 2019 rev:22 rq:732197 version:0.1.54

Changes:

--- /work/SRC/openSUSE:Factory/jsch/jsch.changes2017-09-13 
22:20:52.215556569 +0200
+++ /work/SRC/openSUSE:Factory/.jsch.new.7948/jsch.changes  2019-09-25 
07:47:02.478742017 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 13:37:00 UTC 2019 - Fridrich Strba 
+
+- Remove reference to the parent from pom file, since we are not
+  building with maven
+
+---



Other differences:
--
++ jsch.spec ++
--- /var/tmp/diff_new_pack.hEkW2N/_old  2019-09-25 07:47:03.842741811 +0200
+++ /var/tmp/diff_new_pack.hEkW2N/_new  2019-09-25 07:47:03.878741805 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jsch
 #
-# 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,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -31,7 +31,6 @@
 BuildRequires:  ant
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 BuildRequires:  jzlib
 BuildRequires:  unzip
 BuildRequires:  zip
@@ -65,6 +64,8 @@
 %prep
 %setup -q
 %patch0 -p1
+cp %{SOURCE3} pom.xml
+%pom_remove_parent 
 
 %build
 export CLASSPATH=$(build-classpath jzlib)
@@ -93,7 +94,7 @@
 
 # POM and depmap
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -p -m 644 %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
+install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap
 
 %files





commit openexr for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2019-09-25 07:44:56

Comparing /work/SRC/openSUSE:Factory/openexr (Old)
 and  /work/SRC/openSUSE:Factory/.openexr.new.7948 (New)


Package is "openexr"

Wed Sep 25 07:44:56 2019 rev:32 rq:732184 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2019-08-27 
15:55:20.407615801 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new.7948/openexr.changes
2019-09-25 07:44:57.734760806 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 12:41:26 UTC 2019 - pgaj...@suse.com
+
+- testsuite only for x86_64 [bsc#1146648]
+
+---



Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.NWudEU/_old  2019-09-25 07:44:58.718760658 +0200
+++ /var/tmp/diff_new_pack.NWudEU/_new  2019-09-25 07:44:58.718760658 +0200
@@ -171,7 +171,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-%if %__isa_bits == 64
+%ifarch x86_64
 make %{?_smp_mflags} check
 %endif
 






commit python-msgpack for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package python-msgpack for openSUSE:Factory 
checked in at 2019-09-25 07:42:52

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


Package is "python-msgpack"

Wed Sep 25 07:42:52 2019 rev:6 rq:732174 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-msgpack/python-msgpack.changes
2019-03-12 09:45:32.283637727 +0100
+++ /work/SRC/openSUSE:Factory/.python-msgpack.new.7948/python-msgpack.changes  
2019-09-25 07:42:55.186779255 +0200
@@ -1,0 +2,8 @@
+Fri Sep 20 12:47:03 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.6.2:
+  * Support Python 3.8.
+  * Update Cython to 0.29.13 for support Python 3.8.
+  * Some small optimizations.
+
+---

Old:

  msgpack-0.6.1.tar.gz

New:

  msgpack-0.6.2.tar.gz



Other differences:
--
++ python-msgpack.spec ++
--- /var/tmp/diff_new_pack.2Lp3aH/_old  2019-09-25 07:42:55.694779179 +0200
+++ /var/tmp/diff_new_pack.2Lp3aH/_new  2019-09-25 07:42:55.698779177 +0200
@@ -16,20 +16,19 @@
 #
 
 
-%bcond_without test
-
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msgpack
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://msgpack.org/
+URL:https://github.com/msgpack/msgpack-python
 Source: 
https://files.pythonhosted.org/packages/source/m/msgpack/msgpack-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -41,11 +40,6 @@
 Provides:   %{oldpython}-msgpack-python = %{version}
 Obsoletes:  %{oldpython}-msgpack-python < 0.5.0
 %endif
-%if %{with test}
-# Test requirements:
-BuildRequires:  %{python_module pytest}
-%endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -65,15 +59,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-py.test-%{$python_bin_suffix}
-}
-%endif
+%pytest_arch
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license COPYING
 %{python_sitearch}/msgpack

++ msgpack-0.6.1.tar.gz -> msgpack-0.6.2.tar.gz ++
 4388 lines of diff (skipped)




commit python-certifi for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package python-certifi for openSUSE:Factory 
checked in at 2019-09-25 07:40:48

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


Package is "python-certifi"

Wed Sep 25 07:40:48 2019 rev:20 rq:732168 version:2019.9.11

Changes:

--- /work/SRC/openSUSE:Factory/python-certifi/python-certifi.changes
2019-07-28 10:20:31.608598005 +0200
+++ /work/SRC/openSUSE:Factory/.python-certifi.new.7948/python-certifi.changes  
2019-09-25 07:40:49.886798118 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 12:43:15 UTC 2019 - Tomáš Chvátal 
+
+- Sync to the latest 2019.9.11:
+  * Updates in enabled CAs
+
+---

Old:

  certifi-2019.6.16.tar.gz

New:

  certifi-2019.9.11.tar.gz



Other differences:
--
++ python-certifi.spec ++
--- /var/tmp/diff_new_pack.ZGuS6f/_old  2019-09-25 07:40:51.546797868 +0200
+++ /var/tmp/diff_new_pack.ZGuS6f/_new  2019-09-25 07:40:51.582797863 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certifi
-Version:2019.6.16
+Version:2019.9.11
 Release:0
 Summary:Python package for providing Mozilla's CA Bundle
 License:MPL-2.0
 Group:  Development/Languages/Python
-Url:https://pypi.python.org/pypi/certifi
+URL:https://github.com/certifi/python-certifi
 Source: 
https://files.pythonhosted.org/packages/source/c/certifi/certifi-%{version}.tar.gz
 # PATCH-FIX-SUSE -- prefer SUSE certificates (only for use on SUSE platforms)
 Patch0: python-certifi-shipped-requests-cabundle.patch
@@ -62,25 +62,8 @@
  %endif
 }
 
-%if 0%{?rhel} || 0%{?fedora}
-%if 0%{?have_python2}
-%python_exec -m compileall %{buildroot}%{python2_sitelib}/certifi/
-%python_exec -O -m compileall %{buildroot}%{python2_sitelib}/certifi/
-%endif
-%if 0%{?have_python3}
-%python_exec -m compileall %{buildroot}%{python3_sitelib}/certifi/
-%python_exec -O -m compileall %{buildroot}%{python3_sitelib}/certifi/
-%endif
-%else
-%if 0%{?have_python2}
-%py_compile %{buildroot}%{python2_sitelib}/certifi/
-%py_compile -O %{buildroot}%{python2_sitelib}/certifi/
-%endif
-%if 0%{?have_python3}
-%py3_compile %{buildroot}%{python3_sitelib}/certifi/
-%py3_compile -O %{buildroot}%{python3_sitelib}/certifi/
-%endif
-%endif
+%python_expand $python -m compileall %{buildroot}%{$python_sitelib}/certifi/
+%python_expand $python -O -m compileall %{buildroot}%{$python_sitelib}/certifi/
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 

++ certifi-2019.6.16.tar.gz -> certifi-2019.9.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certifi-2019.6.16/PKG-INFO 
new/certifi-2019.9.11/PKG-INFO
--- old/certifi-2019.6.16/PKG-INFO  2019-06-16 16:16:05.0 +0200
+++ new/certifi-2019.9.11/PKG-INFO  2019-09-11 21:00:19.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: certifi
-Version: 2019.6.16
+Version: 2019.9.11
 Summary: Python package for providing Mozilla's CA Bundle.
 Home-page: https://certifi.io/
 Author: Kenneth Reitz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certifi-2019.6.16/certifi/__init__.py 
new/certifi-2019.9.11/certifi/__init__.py
--- old/certifi-2019.6.16/certifi/__init__.py   2019-06-16 16:15:05.0 
+0200
+++ new/certifi-2019.9.11/certifi/__init__.py   2019-09-11 20:59:37.0 
+0200
@@ -1,3 +1,3 @@
 from .core import where
 
-__version__ = "2019.06.16"
+__version__ = "2019.09.11"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certifi-2019.6.16/certifi/cacert.pem 
new/certifi-2019.9.11/certifi/cacert.pem
--- old/certifi-2019.6.16/certifi/cacert.pem2019-06-16 16:14:38.0 
+0200
+++ new/certifi-2019.9.11/certifi/cacert.pem2019-09-11 20:59:00.0 
+0200
@@ -771,36 +771,6 @@
 +OkuE6N36B9K
 -END CERTIFICATE-
 
-# Issuer: CN=Class 2 Primary CA O=Certplus
-# Subject: CN=Class 2 Primary CA O=Certplus
-# Label: "Certplus Class 2 Primary CA"
-# Serial: 10208045934040241468760488327595043
-# MD5 Fingerprint: 88:2c:8c:52:b8:a2:3c:f3:f7:bb:03:ea:ae:ac:42:0b
-# SHA1 Fingerprint: 74:20:74:41:72:9c:dd:92:ec:79:31:d8:23:10:8d:c2:81:92:e2:bb
-# SHA256 Fingerprint: 
0f:99:3c:8a:ef:97:ba:af:56:87:14:0e:d5:9a:d1:82:1b:b4:af:ac:f0:aa:9a:58:b5:d5:7a:33:8a:3a:fb:cb
--BEGIN CERTIFICATE-
-MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAw
-PTELMAkGA1UEBhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFz

commit python-jsonschema for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package python-jsonschema for 
openSUSE:Factory checked in at 2019-09-25 07:38:43

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


Package is "python-jsonschema"

Wed Sep 25 07:38:43 2019 rev:21 rq:732149 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes  
2019-04-20 17:12:38.094875516 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jsonschema.new.7948/python-jsonschema.changes
2019-09-25 07:38:45.070816908 +0200
@@ -1,0 +2,19 @@
+Tue Sep 17 05:31:26 UTC 2019 - John Vandenberg 
+
+- Activate more of the test suite
+- Remove tests and benchmarking from the runtime package
+- Update to v3.0.2
+  * Fixed a bug where 0 and False were considered equal by
+const and enum
+- from v3.0.1
+  * Fixed a bug where extending validators did not preserve their 
+notion of which validator property contains $id information.
+- from v3.0.0
+  * Support for Draft 6 and Draft 7
+  * Draft 7 is now the default
+  * New TypeChecker object for more complex type definitions
+(and overrides)
+  * Falling back to isodate for the date-time format checker is
+no longer attempted, in accordance with the specification
+
+---

Old:

  jsonschema-2.6.0.tar.gz

New:

  jsonschema-3.0.2.tar.gz



Other differences:
--
++ python-jsonschema.spec ++
--- /var/tmp/diff_new_pack.g9J6Vj/_old  2019-09-25 07:38:45.846816791 +0200
+++ /var/tmp/diff_new_pack.g9J6Vj/_new  2019-09-25 07:38:45.846816791 +0200
@@ -19,26 +19,38 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-jsonschema
-# Please, do not update to the current version, it breaks numerous other
-# packages, because of unstable API.
-Version:2.6.0
+# v3 incompatibility with OpenStack raised upstream at
+# https://github.com/Julian/jsonschema/issues/604
+Version:3.0.2
 Release:0
 Summary:An implementation of JSON-Schema validation for Python
 License:MIT
 Group:  Development/Languages/Python
-Url:http://github.com/Julian/jsonschema
+URL:https://github.com/Julian/jsonschema
 Source: 
https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
+BuildRequires:  %{python_module Twisted}
+BuildRequires:  %{python_module attrs >= 17.4.0}
+BuildRequires:  %{python_module idna}
+BuildRequires:  %{python_module jsonpointer > 1.13}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pyrsistent >= 0.14.0}
+BuildRequires:  %{python_module rfc3987}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module vcversioner >= 2.16.0.0}
+BuildRequires:  %{python_module six >= 1.11.0}
+BuildRequires:  %{python_module strict-rfc3339}
+BuildRequires:  %{python_module webcolors}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with python2}
-BuildRequires:  python2-functools32
-%endif
+Requires:   python-attrs >= 17.4.0
+Requires:   python-pyrsistent >= 0.14.0
+Requires:   python-six >= 1.11.0
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python2-functools32
+%endif
 %ifpython2
 Requires:   python-functools32
 %endif
@@ -56,13 +68,16 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+# Remove benchmark tests
+%{python_expand rm -r %{buildroot}%{$python_sitelib}/jsonschema/benchmarks 
%{buildroot}%{$python_sitelib}/jsonschema/tests
+%fdupes -s %{buildroot}%{$python_sitelib}
+}
 
 # Prepare for update-alternatives usage
 %python_clone -a %{buildroot}%{_bindir}/jsonschema
 
 %check
-%python_exec -m unittest jsonschema.tests.test_jsonschema_test_suite
+%python_exec setup.py test --test-suite=jsonschema.tests
 
 %post
 %python_install_alternative jsonschema

++ jsonschema-2.6.0.tar.gz -> jsonschema-3.0.2.tar.gz ++
 30638 lines of diff (skipped)




commit 000product for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-09-25 06:03:25

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


Package is "000product"

Wed Sep 25 06:03:25 2019 rev:1620 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 ++
--- /var/tmp/diff_new_pack.u6PFTr/_old  2019-09-25 06:03:30.291635366 +0200
+++ /var/tmp/diff_new_pack.u6PFTr/_new  2019-09-25 06:03:30.295635366 +0200
@@ -1864,7 +1864,7 @@
   
   
   
-  
+  
   
   
   
@@ -5449,6 +5449,7 @@
   
   
   
+  
   
   
   

++ openSUSE-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.u6PFTr/_old  2019-09-25 06:03:30.311635363 +0200
+++ /var/tmp/diff_new_pack.u6PFTr/_new  2019-09-25 06:03:30.311635363 +0200
@@ -1949,7 +1949,7 @@
   
   
   
-  
+  
   
   
   
@@ -2514,8 +2514,6 @@
   
   
   
-  
-  
   
   
   
@@ -5692,6 +5690,7 @@
   
   
   
+  
   
   
   

stub.kiwi: same change
++ dvd.group ++
--- /var/tmp/diff_new_pack.u6PFTr/_old  2019-09-25 06:03:30.415635350 +0200
+++ /var/tmp/diff_new_pack.u6PFTr/_new  2019-09-25 06:03:30.415635350 +0200
@@ -2142,7 +2142,7 @@
  
  
  
- 
+ 
  
  
  
@@ -5394,6 +5394,7 @@
  
  
  
+ 
  
  
  
@@ -5735,8 +5736,6 @@
  
  
  
- 
- 
  
  
  

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.u6PFTr/_old  2019-09-25 06:03:30.499635339 +0200
+++ /var/tmp/diff_new_pack.u6PFTr/_new  2019-09-25 06:03:30.503635338 +0200
@@ -1021,8 +1021,6 @@
   - bird-common 
   - bird-doc 
   - bird6 
-  - birdie 
-  - birdie-lang 
   - bison-32bit: [x86_64] 
   - bitcoin-qt5 
   - bitcoin-test 
@@ -4240,8 +4238,6 @@
   - gnome-epub-thumbnailer 
   - gnome-firmware 
   - gnome-firmware-lang 
-  - gnome-firmware-updater 
-  - gnome-firmware-updater-lang 
   - gnome-font-viewer 
   - gnome-font-viewer-lang 
   - gnome-games 
@@ -6927,7 +6923,7 @@
   - libPythonQt_QtAll-Qt5-Python3-3 
   - libQCSXCAD0 
   - libQMatrixClient0_5_1 
-  - libQgpsmm24 
+  - libQgpsmm25 
   - libQt53DAnimation-devel 
   - libQt53DAnimation5 
   - libQt53DAnimation5-32bit: [x86_64] 
@@ -8847,7 +8843,7 @@
   - libgsm-utils 
   - libgsm1-32bit: [x86_64] 
   - libgsmsd8 
-  - libgsoap-2_8_91 
+  - libgsoap-2_8_92 
   - libgssdp-1_2-0-32bit: [x86_64] 
   - libgssdp-devel 
   - libgssglue1-32bit: [x86_64] 
@@ -10118,9 +10114,9 @@
   - libopenssl-1_0_0-devel 
   - libopenssl-1_0_0-devel-32bit: [x86_64] 
   - libopenssl-1_1-devel-32bit: [x86_64] 
-  - libopenssl1_0_0: [i586] 
+  - libopenssl1_0_0 
   - libopenssl1_0_0-32bit: [x86_64] 
-  - libopenssl1_0_0-hmac: [i586] # suggested by 
dvd:suggested:patterns-devel-base-devel_kernel 
+  - libopenssl1_0_0-hmac 
   - libopenssl1_0_0-hmac-32bit: [x86_64] 
   - libopenssl1_0_0-steam 
   - libopenssl1_0_0-steam-32bit: [x86_64] 
@@ -12012,8 +12008,6 @@
   - libxmmsclient++4 
   - libxmp-devel 
   - libxmp4 
-  - libxnoise-devel 
-  - libxnoise0 
   - libxosd2 
   - libxplayer-plparser-mini18 
   - libxplayer-plparser-mini18-32bit: [x86_64] 
@@ -17097,7 +17091,6 @@
   - python-opensync 
   - python-optcomplete 
   - python-os-testr-doc 
-  - python-os-win-doc 
   - python-osc-lib-doc 
   - python-oslo-middleware-doc 
   - python-oslo.cache-doc 
@@ -18527,7 +18520,6 @@
   - python2-os-client-config 
   - python2-os-service-types 
   - python2-os-testr 
-  - python2-os-win 
   - python2-osc-lib 
   - python2-oscrypto 
   - python2-oslo.cache 
@@ -20917,7 +20909,6 @@
   - python3-os-client-config 
   - python3-os-service-types 
   - python3-os-testr 
-  - python3-os-win 
   - python3-osc-lib 
   - python3-oscrypto 
   - python3-osdlyrics 
@@ -32836,8 +32827,6 @@
   - xmvn-parent 
   - xmvn-resolve 
   - xmvn-subst 
-  - xnoise 
-  - xnoise-lang 
   - xom 
   - xonotic 
   - xonotic-data 
@@ -33104,18 +33093,6 @@
   - z 
   - z3 
   - z3-devel 
-  - zabbix-agent 
-  - zabbix-bash-completion 
-  - zabbix-java-gateway 
-  - zabbix-phpfrontend 
-  - zabbix-proxy 
-  - zabbix-proxy-mysql 
-  - zabbix-proxy-postgresql 
-  - zabbix-proxy-sqlite 
-  - zabbix-server 
-  - zabbix-server-mysql 
-  - zabbix-server-postgresql 
-  - zabbix-server-sqlite 
   - zam-plugins 
   - zanshin 
   - zanshin-lang 




commit 000release-packages for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-09-25 06:03:21

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


Package is "000release-packages"

Wed Sep 25 06:03:21 2019 rev:262 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.BKvCAB/_old  2019-09-25 06:03:25.195636040 +0200
+++ /var/tmp/diff_new_pack.BKvCAB/_new  2019-09-25 06:03:25.199636040 +0200
@@ -7993,6 +7993,8 @@
 Provides: weakremover(avogadro-devel)
 Provides: weakremover(baloo5)
 Provides: weakremover(bind-dyndb-ldap)
+Provides: weakremover(birdie)
+Provides: weakremover(birdie-lang)
 Provides: weakremover(blitz-devel)
 Provides: weakremover(blitz-doc)
 Provides: weakremover(blogilo)
@@ -13306,6 +13308,7 @@
 Provides: weakremover(libQMatrixClient0_4)
 Provides: weakremover(libQgpsmm22)
 Provides: weakremover(libQgpsmm23)
+Provides: weakremover(libQgpsmm24)
 Provides: weakremover(libQt5Xdg2)
 Provides: weakremover(libQt5XdgIconLoader2)
 Provides: weakremover(libQtAssistantClient4)
@@ -14009,6 +14012,7 @@
 Provides: weakremover(libgpod-sharp)
 Provides: weakremover(libgps22)
 Provides: weakremover(libgps23)
+Provides: weakremover(libgps24)
 Provides: weakremover(libgranite3)
 Provides: weakremover(libgranite4)
 Provides: weakremover(libgringotts-devel)
@@ -14050,6 +14054,7 @@
 Provides: weakremover(libgsoap-2_8_86)
 Provides: weakremover(libgsoap-2_8_87)
 Provides: weakremover(libgsoap-2_8_89)
+Provides: weakremover(libgsoap-2_8_91)
 Provides: weakremover(libgspell-1-1)
 Provides: weakremover(libgssdp-1_0-3)
 Provides: weakremover(libgstbadallocators-1_0-0)
@@ -14316,7 +14321,6 @@
 Provides: weakremover(libleechcraft-util-xsd0_6_75)
 Provides: weakremover(liblibkremotecontrol1)
 Provides: weakremover(liblibmanette-0_2)
-Provides: weakremover(liblightdm-qt-3-0)
 Provides: weakremover(liblinuxsampler-devel)
 Provides: weakremover(liblinuxsampler4)
 Provides: weakremover(libliveMedia65)
@@ -15175,6 +15179,8 @@
 Provides: weakremover(libxml-security-c17)
 Provides: weakremover(libxmltooling6)
 Provides: weakremover(libxmltooling7)
+Provides: weakremover(libxnoise-devel)
+Provides: weakremover(libxnoise0)
 Provides: weakremover(libyaml-cpp0_5)
 Provides: weakremover(libyder1_3)
 Provides: weakremover(libykneomgr-devel)
@@ -15205,7 +15211,6 @@
 Provides: weakremover(libzpaq0_1)
 Provides: weakremover(lightdm-kde-greeter)
 Provides: weakremover(lightdm-kde-greeter-lang)
-Provides: weakremover(lightdm-qt-devel)
 Provides: weakremover(linux_pcnfsd2)
 Provides: weakremover(linuxsampler)
 Provides: weakremover(linuxsampler-doc)
@@ -16245,6 +16250,8 @@
 Provides: weakremover(python-orbit)
 Provides: weakremover(python-orbit-devel)
 Provides: weakremover(python-os-cloud-config)
+Provides: weakremover(python-os-win)
+Provides: weakremover(python-os-win-doc)
 Provides: weakremover(python-oslo.middleware-doc)
 Provides: weakremover(python-pam)
 Provides: weakremover(python-pbr-doc)
@@ -16461,6 +16468,7 @@
 Provides: weakremover(python2-odict)
 Provides: weakremover(python2-oic)
 Provides: weakremover(python2-openwsman)
+Provides: weakremover(python2-os-win)
 Provides: weakremover(python2-padatious)
 Provides: weakremover(python2-pbr-test)
 Provides: weakremover(python2-persistent-doc)
@@ -16600,6 +16608,7 @@
 Provides: weakremover(python3-oauth2client-django)
 Provides: weakremover(python3-odict)
 Provides: weakremover(python3-openvswitch-test)
+Provides: weakremover(python3-os-win)
 Provides: weakremover(python3-pbr-test)
 Provides: weakremover(python3-persistent-doc)
 Provides: weakremover(python3-piston-mini-client)
@@ -21195,6 +21204,8 @@
 Provides: weakremover(xml-commons-which10)
 Provides: weakremover(xml-commons-which11)
 Provides: weakremover(xml-group-manager)
+Provides: weakremover(xnoise)
+Provides: weakremover(xnoise-lang)
 Provides: weakremover(xreader-backends)
 Provides: weakremover(xrx)
 Provides: weakremover(xtrap)
@@ -21216,6 +21227,18 @@
 Provides: weakremover(yubikey-neo-manager)
 Provides: weakremover(yubikey-piv-manager)
 Provides: weakremover(yum-dellsysid)
+Provides: weakremover(zabbix-agent)
+Provides: weakremover(zabbix-bash-completion)
+Provides: weakremover(zabbix-java-gateway)
+Provides: weakremover(zabbix-phpfrontend)
+Provides: weakremover(zabbix-proxy)
+Provides: weakremover(zabbix-proxy-mysql)
+Provides: weakremover(zabbix-proxy-postgresql)
+Provides: weakremover(zabbix-proxy-sqlite)
+Provides: weakremover(zabbix-server)
+Provides: 

commit boost for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2019-09-25 02:09:02

Comparing /work/SRC/openSUSE:Factory/boost (Old)
 and  /work/SRC/openSUSE:Factory/.boost.new.7948 (New)


Package is "boost"

Wed Sep 25 02:09:02 2019 rev:130 rq:732128 version:1.71.0

Changes:

--- /work/SRC/openSUSE:Factory/boost/boost.changes  2019-09-18 
13:05:30.956764667 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new.7948/boost.changes2019-09-25 
02:09:10.485588917 +0200
@@ -1,0 +2,11 @@
+Thu Sep 19 15:34:53 UTC 2019 - Andreas Schwab 
+
+- Enable context on riscv64
+- riscv-support.patch: Add missing bits for riscv support
+
+---
+Wed Sep 18 15:38:24 UTC 2019 - Andreas Schwab 
+
+- Make sure %{_libdir}/cmake is packaged also without openblas-devel
+
+---

New:

  riscv-support.patch



Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.Oc678I/_old  2019-09-25 02:09:14.777588480 +0200
+++ /var/tmp/diff_new_pack.Oc678I/_new  2019-09-25 02:09:14.777588480 +0200
@@ -130,7 +130,7 @@
 %bcond_with python_numpy
 %endif
 # context hasn't been ported to most architectures yet
-%ifarch %{ix86} x86_64 %{arm} aarch64 mips ppc ppc64 ppc64le
+%ifarch %{ix86} x86_64 %{arm} aarch64 mips ppc ppc64 ppc64le riscv64
 %bcond_without build_context
 %else
 %bcond_with build_context
@@ -197,6 +197,7 @@
 Patch18:dynamic_linking.patch
 Patch20:python_library_name.patch
 Patch23:3ecbf83f.patch
+Patch24:riscv-support.patch
 BuildRequires:  fdupes
 BuildRequires:  libbz2-devel
 BuildRequires:  libexpat-devel
@@ -1230,6 +1231,7 @@
 %patch18 -p1
 %patch20 -p1
 %patch23 -p1
+%patch24 -p1
 
 %build
 find . -type f -exec chmod u+w {} +
@@ -1928,6 +1930,7 @@
 %{package_libdir}/libboost_mpi.so.%{version}
 
 %files -n libboost_mpi%{library_version}-devel
+%dir %{package_libdir}/cmake
 %dir %{package_libdir}/cmake/boost_mpi-%{version}
 %{package_libdir}/cmake/boost_mpi-%{version}/*
 %{package_libdir}/libboost_mpi.so
@@ -1936,6 +1939,7 @@
 %{package_libdir}/libboost_graph_parallel.so.%{version}
 
 %files -n libboost_graph_parallel%{library_version}-devel
+%dir %{package_libdir}/cmake
 %dir %{package_libdir}/cmake/boost_graph_parallel-%{version}
 %{package_libdir}/cmake/boost_graph_parallel-%{version}/*
 %{package_libdir}/libboost_graph_parallel.so
@@ -1945,6 +1949,7 @@
 %{package_libdir}/libboost_mpi_python-py2_7.so.%{version}
 
 %files -n libboost_mpi_python-py2_7-%{library_version}-devel
+%dir %{package_libdir}/cmake
 %dir %{package_libdir}/cmake/boost_mpi_python-%{version}
 %{package_libdir}/cmake/boost_mpi_python-%{version}/*
 %{package_libdir}/libboost_mpi_python-py2_7.so
@@ -2008,6 +2013,7 @@
 %{package_libdir}/libboost_python-py3.so.%{version}
 
 %files -n libboost_python-py3-%{library_version}-devel
+%dir %{package_libdir}/cmake
 %dir %{package_libdir}/cmake/boost_python-%{version}
 %{package_libdir}/cmake/boost_python-%{version}/*
 %{package_libdir}/libboost_python3.so
@@ -2018,6 +2024,7 @@
 %{package_libdir}/libboost_numpy-py3.so.%{version}
 
 %files -n libboost_numpy-py3-%{library_version}-devel
+%dir %{package_libdir}/cmake
 %dir %{package_libdir}/cmake/boost_numpy-%{version}
 %{package_libdir}/cmake/boost_numpy-%{version}/*
 %{package_libdir}/libboost_numpy-py3.so

++ riscv-support.patch ++
https://github.com/boostorg/boost/commit/5c8898af4
https://github.com/boostorg/predef/commit/fc99bc2

Index: boost_1_71_0/boost/predef/architecture.h
===
--- boost_1_71_0.orig/boost/predef/architecture.h
+++ boost_1_71_0/boost/predef/architecture.h
@@ -21,6 +21,7 @@ http://www.boost.org/LICENSE_1_0.txt)
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
Index: boost_1_71_0/boost/predef/architecture/riscv.h
===
--- /dev/null
+++ boost_1_71_0/boost/predef/architecture/riscv.h
@@ -0,0 +1,41 @@
+/*
+Distributed under the Boost Software License, Version 1.0.
+(See accompanying file LICENSE_1_0.txt or copy at
+http://www.boost.org/LICENSE_1_0.txt)
+*/
+
+#ifndef BOOST_PREDEF_ARCHITECTURE_RISCV_H
+#define BOOST_PREDEF_ARCHITECTURE_RISCV_H
+
+#include 
+#include 
+
+/*`
+[heading `BOOST_ARCH_RISCV`]
+
+[@http://en.wikipedia.org/wiki/RISC-V] architecture.
+
+[table
+[[__predef_symbol__] [__predef_version__]]
+
+[[`__riscv`] [__predef_detection__]]
+]
+ */
+
+#define BOOST_ARCH_RISCV BOOST_VERSION_NUMBER_NOT_AVAILABLE
+
+#if defined(__riscv)
+#   undef BOOST_ARCH_RISCV
+#   define BOOST_ARCH_RISCV 

commit MozillaFirefox for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2019-09-25 02:06:37

Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old)
 and  /work/SRC/openSUSE:Factory/.MozillaFirefox.new.7948 (New)


Package is "MozillaFirefox"

Wed Sep 25 02:06:37 2019 rev:296 rq:732086 version:69.0.1

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2019-09-17 13:34:44.925868309 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new.7948/MozillaFirefox.changes  
2019-09-25 02:06:39.345579510 +0200
@@ -1,0 +2,18 @@
+Thu Sep 19 13:31:16 UTC 2019 - Wolfgang Rosenauer 
+
+- Mozilla Firefox 69.0.1
+  * Fixed external programs launching in the background when clicking
+a link from inside Firefox to launch them (bmo#1570845)
+  * Usability improvements to the Add-ons Manager for users with
+screen readers (bmo#1567600)
+  * Fixed the Captive Portal notification bar not being dismissable
+in some situations after login is complete (bmo#1578633)
+  * Fixed the maximum size of fonts in Reader Mode when zoomed (bmo#1578454)
+  * Fixed missing stacks in the Developer Tools Performance section
+(bmo#1578354)
+  MFSA 2019-31
+  * CVE-2019-11754 (bmo#1580506)
+Pointer Lock is enabled with no user notification
+- disable DOH by default
+
+---

Old:

  firefox-69.0.source.tar.xz
  firefox-69.0.source.tar.xz.asc
  l10n-69.0.tar.xz

New:

  firefox-69.0.1.source.tar.xz
  firefox-69.0.1.source.tar.xz.asc
  l10n-69.0.1.tar.xz



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.X0mckQ/_old  2019-09-25 02:07:13.069582210 +0200
+++ /var/tmp/diff_new_pack.X0mckQ/_new  2019-09-25 02:07:13.093582212 +0200
@@ -19,12 +19,12 @@
 
 # changed with every update
 %define major  69
-%define mainver%major.0
-%define orig_version   69.0
+%define mainver%major.0.1
+%define orig_version   69.0.1
 %define orig_suffix%{nil}
 %define update_channel release
 %define branding   1
-%define releasedate20190827005903
+%define releasedate20190917135527
 %define source_prefix  firefox-%{orig_version}
 
 # always build with GCC as SUSE Security Team requires that

++ compare-locales.tar.xz ++

++ firefox-69.0.source.tar.xz -> firefox-69.0.1.source.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-69.0.source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new.7948/firefox-69.0.1.source.tar.xz
 differ: char 15, line 1

++ firefox.js ++
--- /var/tmp/diff_new_pack.X0mckQ/_old  2019-09-25 02:07:13.805582269 +0200
+++ /var/tmp/diff_new_pack.X0mckQ/_new  2019-09-25 02:07:13.805582269 +0200
@@ -1,3 +1,5 @@
 pref("intl.locale.requested", "");
 pref("browser.preferences.instantApply", true);
 pref("geo.wifi.uri", 
"https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%;);
+/* Disable DoH by default */
+pref("network.trr.mode", 5);

++ l10n-69.0.tar.xz -> l10n-69.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-69.0.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new.7948/l10n-69.0.1.tar.xz differ: 
char 26, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.X0mckQ/_old  2019-09-25 02:07:14.893582356 +0200
+++ /var/tmp/diff_new_pack.X0mckQ/_new  2019-09-25 02:07:14.905582357 +0200
@@ -1,2 +1,2 @@
-REV=cce4622026ab8e0130a0afc03f829f9b19ca38c2
+REV=bf6ea738ba073f1a70554799a749235136afc93a
 REPO=http://hg.mozilla.org/releases/mozilla-release

++ tar_stamps ++
--- /var/tmp/diff_new_pack.X0mckQ/_old  2019-09-25 02:07:15.025582367 +0200
+++ /var/tmp/diff_new_pack.X0mckQ/_new  2019-09-25 02:07:15.029582367 +0200
@@ -1,8 +1,8 @@
 PRODUCT="firefox"
 CHANNEL="release"
-VERSION="69.0"
+VERSION="69.0.1"
 VERSION_SUFFIX=""
-FF_RELEASE_TAG="cce4622026ab8e0130a0afc03f829f9b19ca38c2"
+FF_RELEASE_TAG="bf6ea738ba073f1a70554799a749235136afc93a"
 TB_RELEASE_TAG=""
 PREV_VERSION=""
 PREV_VERSION_SUFFIX=""




commit ffmpeg-4 for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2019-09-25 01:56:38

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


Package is "ffmpeg-4"

Wed Sep 25 01:56:38 2019 rev:20 rq:732021 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes2019-09-19 
15:47:19.803336154 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.7948/ffmpeg-4.changes  
2019-09-25 01:56:42.253588357 +0200
@@ -1,0 +2,8 @@
+Wed Sep 18 20:08:06 UTC 2019 - Bjørn Lie 
+
+- Update to version 4.2.1:
+  * Stable bug fix release, mainly codecs and format fixes.
+- Drop upstream fixed patch:
+  0001-avcodec-h2645_parse-zero-initialize-the-rbsp-buffer.patch
+
+---

Old:

  0001-avcodec-h2645_parse-zero-initialize-the-rbsp-buffer.patch
  ffmpeg-4.2.tar.xz
  ffmpeg-4.2.tar.xz.asc

New:

  ffmpeg-4.2.1.tar.xz
  ffmpeg-4.2.1.tar.xz.asc



Other differences:
--
++ ffmpeg-4.spec ++
--- /var/tmp/diff_new_pack.azUjGD/_old  2019-09-25 01:56:43.033588255 +0200
+++ /var/tmp/diff_new_pack.azUjGD/_new  2019-09-25 01:56:43.033588255 +0200
@@ -26,17 +26,17 @@
 %define comparator %{-c:%{-c*}}%{!-c:%{error:Comparator not defined}} \
 %define conflicts_version %{-v:%{-v*}}%{!-v:%{error:Version not defined}} \
 \
-%{preamble_string} libavcodec-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libavdevice-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libavfilter-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libavformat-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libavresample-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libavutil-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libpostproc-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libswresample-devel %{comparator} %{conflicts_version} \
-%{preamble_string} libswscale-devel %{comparator} %{conflicts_version} \
-%{preamble_string} ffmpeg-private-devel %{comparator} %{conflicts_version} \
-%{nil}
+%preamble_string libavcodec-devel %comparator %conflicts_version \
+%preamble_string libavdevice-devel %comparator %conflicts_version \
+%preamble_string libavfilter-devel %comparator %conflicts_version \
+%preamble_string libavformat-devel %comparator %conflicts_version \
+%preamble_string libavresample-devel %comparator %conflicts_version \
+%preamble_string libavutil-devel %comparator %conflicts_version \
+%preamble_string libpostproc-devel %comparator %conflicts_version \
+%preamble_string libswresample-devel %comparator %conflicts_version \
+%preamble_string libswscale-devel %comparator %conflicts_version \
+%preamble_string ffmpeg-private-devel %comparator %conflicts_version \
+%nil
 
 # nvcodec headers only present after leap15
 %bcond_with nvcodec
@@ -97,7 +97,7 @@
 %define _major_version 4
 %define _major_expected 5
 Name:   ffmpeg-4
-Version:4.2
+Version:4.2.1
 Release:0
 Summary:Library for working with various multimedia formats
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -122,7 +122,6 @@
 # https://trac.ffmpeg.org/ticket/7861
 Patch7: ffmpeg4_swscale_replace_illegal_vector_keyword.patch
 Patch8: ffmpeg4_swscale_fix_altivec_vsx_recent_gcc.patch
-Patch9: 0001-avcodec-h2645_parse-zero-initialize-the-rbsp-buffer.patch
 BuildRequires:  ladspa-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  libmp3lame-devel
@@ -242,8 +241,8 @@
 %if %{with x265}
 BuildRequires:  pkgconfig(x265)
 %endif
-Provides:   ffmpeg-tools = %{version}
-Obsoletes:  ffmpeg-tools < %{version}
+Provides:   ffmpeg-tools = %version
+Obsoletes:  ffmpeg-tools < %version
 Provides:   ffmpeg = %version
 Obsoletes:  ffmpeg < %version
 Requires:   libavcodec58 = %version-%release
@@ -292,11 +291,11 @@
 Group:  Development/Libraries/C and C++
 Provides:   libavcodec-devel = %version-%release
 Obsoletes:  libavcodec-devel < %version-%release
-Requires:   %{name}-libavresample-devel = %version-%release
-Requires:   %{name}-libavutil-devel = %version-%release
+Requires:   %name-libavresample-devel = %version-%release
+Requires:   %name-libavutil-devel = %version-%release
 Requires:   libavcodec58 = %version-%release
-%devel_conflicts -c < -v %{_major_version}
-%devel_conflicts -c >= -v %{_major_expected}
+%devel_conflicts -c < -v %_major_version
+%devel_conflicts -c >= -v %_major_expected
 
 %description libavcodec-devel
 The libavcodec library provides a generic encoding/decoding framework
@@ -326,17 +325,17 @@
 Conflicts:   

commit wicked for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2019-09-25 01:54:33

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


Package is "wicked"

Wed Sep 25 01:54:33 2019 rev:77 rq:731992 version:0.6.57

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2019-08-16 
15:33:22.505913425 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new.7948/wicked.changes  2019-09-25 
01:54:35.113597012 +0200
@@ -1,0 +2,20 @@
+Thu Sep 19 16:36:26 UTC 2019 - m...@suse.com
+
+- version 0.6.57
+- dhcp6: omit noprefixroute with address-length (bsc#1150972)
+  Permit to assume that the address prefix-length override specified
+  in the config is a valid on-link prefix length, to let the kernel
+  create a route for this prefix.
+- dhcp6: differentiated mode=auto resolving from RA (bsc#1150183)
+  Fixed to not trigger to report an error when ipv6 RA is not
+  available or the received RA disables dhcp while mode is set to
+  auto, but to deliver a 'deferred' results.
+
+---
+Fri Sep  6 18:41:46 UTC 2019 - m...@suse.com
+
+- version 0.6.56
+- dhcp6: initial support to request prefix for delegations (jsc#SLE-5936)
+- dhcp6: set the noprefixroute address option (bsc#1132280)
+
+---

Old:

  wicked-0.6.55.tar.bz2

New:

  wicked-0.6.57.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.YSLXZK/_old  2019-09-25 01:54:35.621597005 +0200
+++ /var/tmp/diff_new_pack.YSLXZK/_new  2019-09-25 01:54:35.625597005 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.55
+Version:0.6.57
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.6.55.tar.bz2 -> wicked-0.6.57.tar.bz2 ++
 5032 lines of diff (skipped)




commit patterns-rpm-macros for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package patterns-rpm-macros for 
openSUSE:Factory checked in at 2019-09-25 01:52:28

Comparing /work/SRC/openSUSE:Factory/patterns-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-rpm-macros.new.7948 (New)


Package is "patterns-rpm-macros"

Wed Sep 25 01:52:28 2019 rev:6 rq:731969 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-rpm-macros/patterns-rpm-macros.changes  
2019-09-04 09:02:18.799046814 +0200
+++ 
/work/SRC/openSUSE:Factory/.patterns-rpm-macros.new.7948/patterns-rpm-macros.changes
2019-09-25 01:52:29.413598921 +0200
@@ -1,0 +2,8 @@
+Thu Sep 19 13:57:27 UTC 2019 - Ludwig Nussel 
+
+- don't generate pattern category translations anymore. The feature is now
+  handled via regular package translation mechanism ie Weblate
+  (fate#323785, jsc#SLE-3047,
+  
https://github.com/openSUSE/libsolv/commit/fa1a35c8d4cc9d1aa8199b3e2f0133a06be186a6)
+
+---

Old:

  create_macros



Other differences:
--
++ patterns-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.WoSCX6/_old  2019-09-25 01:52:29.853598914 +0200
+++ /var/tmp/diff_new_pack.WoSCX6/_new  2019-09-25 01:52:29.853598914 +0200
@@ -23,8 +23,7 @@
 License:MIT
 Group:  Development/Tools/Other
 URL:https://github.com/openSUSE/patterns
-Source0:create_macros
-Source1:macros.patterns
+Source0:macros.patterns
 BuildRequires:  perl(URI::Escape)
 BuildArch:  noarch
 
@@ -34,8 +33,7 @@
 %prep
 
 %build
-perl %{SOURCE0} > macros.patterns
-cat %{SOURCE1} >> macros.patterns
+cat %{SOURCE0} >> macros.patterns
 
 %install
 mkdir -p %{buildroot}%{_rpmmacrodir}

++ macros.patterns ++
--- /var/tmp/diff_new_pack.WoSCX6/_old  2019-09-25 01:52:29.905598913 +0200
+++ /var/tmp/diff_new_pack.WoSCX6/_new  2019-09-25 01:52:29.905598913 +0200
@@ -8,3 +8,58 @@
 Provides:   patterns-sles-%1 = %{version} \
 Obsoletes:  patterns-sles-%1 < %{version} \
 %endif
+
+%pattern_additionalsoftware \
+Provides: pattern-category() = Additional%20Software
+
+%pattern_advsysmgmt \
+Provides: pattern-category() = Advanced%20Systems%20Management
+
+%pattern_basetechnologies \
+Provides: pattern-category() = Base%20Technologies
+
+%pattern_desktopfunctions \
+Provides: pattern-category() = Desktop%20Functions
+
+%pattern_desktops \
+Provides: pattern-category() = Desktops
+
+%pattern_development \
+Provides: pattern-category() = Development
+
+%pattern_documentation \
+Provides: pattern-category() = Documentation
+
+%pattern_gnomedesktop \
+Provides: pattern-category() = GNOME%20Desktop
+
+%pattern_graphicalenvironments \
+Provides: pattern-category() = Graphical%20Environments
+
+%pattern_kdedesktop \
+Provides: pattern-category() = KDE%20Desktop
+
+%pattern_lxdedesktop \
+Provides: pattern-category() = LXDE%20Desktop
+
+%pattern_matedesktop \
+Provides: pattern-category() = MATE%20Desktop
+
+%pattern_pantheondesktop \
+Provides: pattern-category() = Pantheon%20Desktop
+
+%pattern_primaryfunctions \
+Provides: pattern-category() = Primary%20Functions
+
+%pattern_proprietarysoftware \
+Provides: pattern-category() = Proprietary%20Software
+
+%pattern_publicclouds \
+Provides: pattern-category() = Public%20Clouds
+
+%pattern_serverfunctions \
+Provides: pattern-category() = Server%20Functions
+
+%pattern_xfcedesktop \
+Provides: pattern-category() = XFCE%20Desktop
+




commit haproxy for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2019-09-25 01:50:23

Comparing /work/SRC/openSUSE:Factory/haproxy (Old)
 and  /work/SRC/openSUSE:Factory/.haproxy.new.7948 (New)


Package is "haproxy"

Wed Sep 25 01:50:23 2019 rev:74 rq:731949 version:2.0.6+git0.58706ab4

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2019-09-07 
11:26:29.438486292 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new.7948/haproxy.changes
2019-09-25 01:50:25.085600808 +0200
@@ -1,0 +2,49 @@
+Tue Sep 17 15:41:39 UTC 2019 - kgronl...@suse.com
+
+- Update to version 2.0.6+git0.58706ab4:
+  * [RELEASE] Released version 2.0.6
+  * MINOR: sample: Add UUID-fetch
+  * BUG/MINOR: Missing stat_field_names (since f21d17bb)
+  * BUG/MINOR: backend: Fix a possible null pointer dereference
+  * BUG/MINOR: acl: Fix memory leaks when an ACL expression is parsed
+  * BUG/MINOR: filters: Properly set the HTTP status code on analysis error
+  * BUG/MEDIUM: http: also reject messages where "chunked" is missing from 
transfer-enoding
+  * BUG/MINOR: ssl: always check for ssl connection before getting its XPRT 
context
+  * BUG/MINOR: listener: Fix a possible null pointer dereference
+  * MINOR: stats: report the number of idle connections for each server
+  * BUG/MEDIUM: connection: don't keep more idle connections than ever needed
+  * BUG/MAJOR: ssl: ssl_sock was not fully initialized.
+  * BUG/MINOR: lb/leastconn: ignore the server weights for empty servers
+  * MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for 
servers
+  * BUG/MINOR: checks: do not uselessly poll for reads before the connection 
is up
+  * BUG/MINOR: checks: make __event_chk_srv_r() report success before closing
+  * BUG/MINOR: checks: start sending the request right after connect()
+  * BUG/MINOR: checks: stop polling for write when we have nothing left to send
+  * BUG/MEDIUM: cache: Don't cache objects if the size of headers is too big
+  * BUG/MEDIUM: cache: Properly copy headers splitted on several shctx blocks
+  * BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after 
trailers
+  * BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is 
reached
+  * BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers 
parsing
+  * BUG/MINOR: h1: Properly reset h1m when parsing is restarted
+  * BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled
+  * BUG/MEDIUM: peers: local peer socket not bound.
+  * BUG/MEDIUM: proto-http: Always start the parsing if there is no outgoing 
data
+  * BUG/MEDIUM: url32 does not take the path part into account in the returned 
hash.
+  * BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in 
delete_listener()
+  * BUG/MINOR: mworker: disable SIGPROF on re-exec
+  * DOC: fixed typo in management.txt
+  * BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full
+  * BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary
+  * MEDIUM: debug: make the thread dump code show Lua backtraces
+  * MINOR: lua: export applet and task handlers
+  * MINOR: tools: add append_prefixed_str()
+  * MINOR: debug: indicate the applet name when the task is task_run_applet()
+
+---
+Thu Aug 22 11:23:04 CEST 2019 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+- Recommend apparmor, it's not required to work (make haproxy
+  useable in a container)
+
+---

Old:

  haproxy-2.0.5+git0.d905f49a.tar.gz

New:

  haproxy-2.0.6+git0.58706ab4.tar.gz



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.FBSw9i/_old  2019-09-25 01:50:25.969600795 +0200
+++ /var/tmp/diff_new_pack.FBSw9i/_new  2019-09-25 01:50:25.973600795 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package haproxy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,7 +47,7 @@
 %endif
 
 Name:   haproxy
-Version:2.0.5+git0.d905f49a
+Version:2.0.6+git0.58706ab4
 Release:0
 #
 #
@@ -55,10 +55,10 @@
 %if %{with apparmor}
 %if 0%{?suse_version} <= 1315
 BuildRequires:  apparmor-profiles
-Requires:   apparmor-profiles
+Recommends: apparmor-profiles
 %else
 BuildRequires:  apparmor-abstractions
-Requires:   apparmor-abstractions
+Recommends: apparmor-abstractions
 %endif
 %if %{with apparmor_reload}
 BuildRequires:  

commit kiwi-boot-descriptions for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package kiwi-boot-descriptions for 
openSUSE:Factory checked in at 2019-09-25 01:48:17

Comparing /work/SRC/openSUSE:Factory/kiwi-boot-descriptions (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-boot-descriptions.new.7948 (New)


Package is "kiwi-boot-descriptions"

Wed Sep 25 01:48:17 2019 rev:14 rq:731904 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-boot-descriptions/kiwi-boot-descriptions.changes
2019-08-30 14:37:09.205464633 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-boot-descriptions.new.7948/kiwi-boot-descriptions.changes
  2019-09-25 01:48:20.097602706 +0200
@@ -1,0 +2,18 @@
+Thu Sep 12 09:44:38 UTC 2019 - David Cassany 
+
+- Drop netboot descriptions for openSUSE Leap 15.2
+
+  This commit drops support for netboot descriptions for openSUSE Leap 15.2
+  or higher.
+
+  More specific, this commit removes the tool chain requirements of
+  kiwi-boot-requires for Leap 15.2 or higher. This results on
+  kiwi-boot-descriptions being present and installable but not containing
+  any Leap 15.2 description, just SLE descriptions and older Leap ones.
+  
+  Additionally this commit also removes the Leap 42.2 and Leap 42.3
+  descriptions those distros are no longer supported.
+
+  Fixes bsc#1145724 
+
+---



Other differences:
--
++ kiwi-boot-descriptions.spec ++
--- /var/tmp/diff_new_pack.rzscav/_old  2019-09-25 01:48:22.365602671 +0200
+++ /var/tmp/diff_new_pack.rzscav/_new  2019-09-25 01:48:22.409602671 +0200
@@ -91,7 +91,7 @@
 %endif
 
 Name:   kiwi-boot-descriptions
-Version:1.1.0
+Version:1.2.0
 Release:0
 Url:https://github.com/SUSE/kiwi-descriptions
 Summary:KIWI - Custom Boot Descriptions
@@ -126,7 +126,9 @@
 Provides:   kiwi-boot:netboot
 Provides:   kiwi-boot:oemboot
 Requires:   kiwi-boot-descriptions
+%if !0%{?is_opensuse} || 0%{?sle_version} < 150200
 Requires:   %(echo `cat %{S:1}|grep %{_target_cpu}:%{distro}:|cut -f3- 
-d:`)
+%endif
 
 %description -n kiwi-boot-requires
 Meta package for the buildservice to pull in all required packages in

++ kiwi-boot-descriptions.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.sh 
new/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.sh
--- old/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.sh 2018-02-08 
11:48:44.501148686 +0100
+++ new/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.sh 1970-01-01 
01:00:00.0 +0100
@@ -1,41 +0,0 @@
-#!/bin/bash
-#
-# FILE  : config.sh
-#
-# PROJECT   : openSUSE KIWI Image System
-# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved
-#   :
-# AUTHOR: Marcus Schaefer 
-#   :
-# BELONGS TO: Operating System images
-#   :
-# DESCRIPTION   : configuration script for SUSE based
-#   : operating systems
-#   :
-#   :
-# STATUS: BETA
-#
-#==
-# Functions...
-#--
-test -f /.kconfig && . /.kconfig
-test -f /.profile && . /.profile
-
-#==
-# Greeting...
-#--
-echo "Configure image: [$kiwi_iname]..."
-
-#==
-# Keep UTF-8 locale
-#--
-baseStripLocales \
-$(for i in $(echo $kiwi_language | tr "," " ");do echo -n "$i.utf8 ";done)
-baseStripTranslations kiwi.mo
-
-#==
-# Umount kernel filesystems
-#--
-baseCleanMount
-
-exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.xml 
new/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.xml
--- old/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.xml
2018-02-08 11:48:44.501148686 +0100
+++ new/custom_boot/arch/x86_64/netboot/suse-leap42.2/config.xml
1970-01-01 01:00:00.0 +0100
@@ -1,185 +0,0 @@
-
-
-
-
-Marcus Schaefer
-m...@suse.de
-boot/initrd image used for PXE
-
-
-
-2.42.2
-zypper
-false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  

commit policycoreutils for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package policycoreutils for openSUSE:Factory 
checked in at 2019-09-25 01:46:12

Comparing /work/SRC/openSUSE:Factory/policycoreutils (Old)
 and  /work/SRC/openSUSE:Factory/.policycoreutils.new.7948 (New)


Package is "policycoreutils"

Wed Sep 25 01:46:12 2019 rev:52 rq:731857 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/policycoreutils/policycoreutils.changes  
2019-05-03 22:23:33.483936738 +0200
+++ 
/work/SRC/openSUSE:Factory/.policycoreutils.new.7948/policycoreutils.changes
2019-09-25 01:46:13.733604624 +0200
@@ -1,0 +2,6 @@
+Wed Sep 18 11:19:12 UTC 2019 - Johannes Segitz 
+
+- Added run_init_use_pam_keyinit.patch
+  Added pam_keyinit to the run_init pam config (bsc#1144052)
+
+---

New:

  run_init_use_pam_keyinit.patch



Other differences:
--
++ policycoreutils.spec ++
--- /var/tmp/diff_new_pack.0XgOjO/_old  2019-09-25 01:46:14.921604607 +0200
+++ /var/tmp/diff_new_pack.0XgOjO/_new  2019-09-25 01:46:14.925604606 +0200
@@ -39,6 +39,7 @@
 Source7:selinux-polgengui.console
 Source8:
https://github.com/SELinuxProject/selinux/releases/download/%{tstamp}/semodule-utils-%{version}.tar.gz
 Patch0: make_targets.patch
+Patch1: run_init_use_pam_keyinit.patch
 BuildRequires:  audit-devel >= %{libaudit_ver}
 BuildRequires:  bison
 BuildRequires:  dbus-1-glib-devel
@@ -157,6 +158,7 @@
 setools_python_pwd="$PWD/selinux-python-%{version}"
 semodule_utils_pwd="$PWD/semodule-utils-%{version}"
 %patch0 -p1
+%patch1 -p1
 mv ${setools_python_pwd}/audit2allow ${setools_python_pwd}/chcat 
${setools_python_pwd}/semanage ${setools_python_pwd}/sepolgen 
${setools_python_pwd}/sepolicy .
 mv ${semodule_utils_pwd}/semodule_expand ${semodule_utils_pwd}/semodule_link 
${semodule_utils_pwd}/semodule_package .
 

++ run_init_use_pam_keyinit.patch ++
Index: policycoreutils-2.9/run_init/run_init.pamd
===
--- policycoreutils-2.9.orig/run_init/run_init.pamd 2019-03-15 
10:32:30.0 +
+++ policycoreutils-2.9/run_init/run_init.pamd  2019-09-18 11:18:44.590723544 
+
@@ -6,3 +6,4 @@ accountinclude  system-auth
 password   include system-auth
 sessioninclude system-auth
 sessionoptionalpam_xauth.so
+sessionoptional pam_keyinit.so revoke [force]




commit xorg-x11-server for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2019-09-25 01:39:38

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


Package is "xorg-x11-server"

Wed Sep 25 01:39:38 2019 rev:373 rq:732654 version:1.20.5

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2019-09-04 08:58:30.243073283 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.7948/xorg-x11-server.changes
2019-09-25 01:39:41.605636911 +0200
@@ -1,0 +2,13 @@
+Sat Sep 21 10:23:06 UTC 2019 - Stefan Dirsch 
+
+- reintroduce Xvfb subpackage (boo#1151457)
+
+---
+Mon Sep 16 15:00:32 UTC 2019 - Bjørn Lie 
+
+- Add U_xwayland-Separate-DamagePtr-into-separate-window-data.patch
+  and U_xwayland-Allow-passing-a-fd.patch: Needed for gnome 3.34
+  new and experimental xwayland on demand feature.
+- Rebase patches with quilt.
+
+---

New:

  U_xwayland-Allow-passing-a-fd.patch
  U_xwayland-Separate-DamagePtr-into-separate-window-data.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.dR0HqO/_old  2019-09-25 01:39:42.961636745 +0200
+++ /var/tmp/diff_new_pack.dR0HqO/_new  2019-09-25 01:39:42.961636745 +0200
@@ -164,9 +164,7 @@
 Requires(post):   update-alternatives
 Requires(postun): update-alternatives
 %endif
-Provides:   xorg-x11-Xvfb
 Provides:   xorg-x11-server-glx
-Obsoletes:  xorg-x11-Xvfb
 Obsoletes:  xorg-x11-server-glx
 
 Provides:   glamor = %{version}
@@ -201,9 +199,14 @@
  # Remove (also from depending driver(s)) when updating X11_ABI_VIDEODRV by 
updating the server package - NOTE: also remove from xorg-x11-server.macros.in !
 Provides:   X11_ABI_HAS_DPMS_GET_CAPABILITIES
 
-# Xvfb requires keyboard files as well (bnc#797124)
 Requires:   xkeyboard-config
 
+# Install it by default; otherwise we run into too much package build failures
+# when Xvfb is being used for testing ...
+# Unfortunately we need a requires here due to OBS not installing 'recommended'
+# packages :-(
+Requires:   xorg-x11-server-Xvfb
+
 # PATCH-FEATURE-OPENSUSE n_xorg-x11-server-rpmmacros.patch 
dims...@opensuse.org -- Provide RPM macros to require correct ABI Versions.
 Patch1: N_default-module-path.diff
 Patch2: N_zap_warning_xserver.diff
@@ -246,6 +249,10 @@
 
 Patch1503:  u_xfree86-Do-not-claim-pci-slots-if-fb-slot-is-already.patch
 
+Patch1504:  U_xwayland-Separate-DamagePtr-into-separate-window-data.patch
+
+Patch1505:  U_xwayland-Allow-passing-a-fd.patch
+
 # required for NVIDIA's PRIME render offload support
 Patch1601:  0001-xsync-Add-resource-inside-of-SyncCreate-export-SyncC.patch
 Patch1602:  0002-GLX-Add-a-per-client-vendor-mapping.patch
@@ -269,6 +276,21 @@
 %description extra
 This package contains additional Xservers (Xdmx, Xephyr, Xnest).
 
+%package Xvfb
+Summary:Virtual Xserver Xvfb
+Group:  System/X11/Servers/XF86_4
+Requires:   Mesa
+Requires:   xkbcomp
+# Xvfb requires keyboard files as well (bnc#797124)
+Requires:   xkeyboard-config
+Recommends: xorg-x11-fonts-core
+Provides:   xorg-x11-Xvfb
+Provides:   xorg-x11-server:/usr/bin/Xvfb
+Obsoletes:  xorg-x11-Xvfb
+
+%description Xvfb
+This package contains the virtual Xserver Xvfb.
+
 %if 0%{?have_wayland} == 1
 %package wayland
 Summary:Xwayland Xserver
@@ -398,6 +420,10 @@
 
 %patch1503 -p1
 
+%patch1504 -p1
+
+%patch1505 -p1
+
 # required for NVIDIA's PRIME render offload support
 %patch1601 -p1
 %patch1602 -p1
@@ -627,7 +653,6 @@
 %ghost %{_sysconfdir}/alternatives/libglx.so
 %endif
 %endif
-%{_bindir}/Xvfb
 %{_bindir}/xorg-backtrace
 
 %if 0%{?have_wayland} == 1
@@ -661,6 +686,10 @@
 %{_mandir}/man1/Xephyr.1*
 %{_mandir}/man1/Xnest.1*
 
+%files Xvfb
+%defattr(-,root,root)
+%{_bindir}/Xvfb
+
 %files sdk
 %defattr(-,root,root)
 %{_includedir}/xorg/

++ N_Disable-HW-Cursor-for-cirrus-and-mgag200-kernel-modules.patch ++
--- /var/tmp/diff_new_pack.dR0HqO/_old  2019-09-25 01:39:42.997636741 +0200
+++ /var/tmp/diff_new_pack.dR0HqO/_new  2019-09-25 01:39:42.997636741 +0200
@@ -11,11 +11,11 @@
  hw/xfree86/drivers/modesetting/driver.c | 11 +++
  1 file changed, 11 insertions(+)
 
-diff --git a/hw/xfree86/drivers/modesetting/driver.c 
b/hw/xfree86/drivers/modesetting/driver.c
-index 8f60eae..a81efaf 100644
 a/hw/xfree86/drivers/modesetting/driver.c
-+++ b/hw/xfree86/drivers/modesetting/driver.c
-@@ -858,6 +858,17 @@ PreInit(ScrnInfoPtr pScrn, int flags)
+Index: 

commit wireshark for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2019-09-25 01:37:29

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


Package is "wireshark"

Wed Sep 25 01:37:29 2019 rev:149 rq:732640 version:3.0.5

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2019-08-05 
10:30:48.595438707 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new.7948/wireshark.changes
2019-09-25 01:37:36.197652237 +0200
@@ -1,0 +2,16 @@
+Sat Sep 21 17:42:03 UTC 2019 - Andreas Stieger 
+
+- wireshark 3.0.5:
+  * Fix Qt interface crashes on a profile with packet list only
+  * NET-SNMP EngineID Length handling Warning
+  * fix Crash SIGSEGV when decrypting IEEE 802.11 EAP re-authentications
+ 
+---
+Mon Sep 16 08:52:40 UTC 2019 - Robert Frohl 
+
+- wireshark 3.0.4
+  * CVE-2019-16319: Fixed an infinite loop in the Gryphon dissector 
(boo#1150690).
+- Further features, bug fixes and updated protocol support as listed in:
+  https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html
+
+---

Old:

  SIGNATURES-3.0.3.txt
  wireshark-3.0.3.tar.xz

New:

  SIGNATURES-3.0.5.txt
  wireshark-3.0.5.tar.xz



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.w8XG7E/_old  2019-09-25 01:37:39.317651856 +0200
+++ /var/tmp/diff_new_pack.w8XG7E/_new  2019-09-25 01:37:39.321651855 +0200
@@ -27,7 +27,7 @@
 %bcond_with lz4
 %endif
 Name:   wireshark
-Version:3.0.3
+Version:3.0.5
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0-or-later AND GPL-3.0-or-later

++ SIGNATURES-3.0.3.txt -> SIGNATURES-3.0.5.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-3.0.3.txt   2019-07-21 
11:32:18.832797881 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new.7948/SIGNATURES-3.0.5.txt 
2019-09-25 01:37:33.405652578 +0200
@@ -1,40 +1,40 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
-wireshark-3.0.3.tar.xz: 30923980 bytes
-SHA256(wireshark-3.0.3.tar.xz)=af92729c781d870110885c31ebcbe4c4224ed51bb580d00c896fe9746994211c
-RIPEMD160(wireshark-3.0.3.tar.xz)=4ccaf1702977f7ffb225896f90807a35dd6e33cc
-SHA1(wireshark-3.0.3.tar.xz)=3a7406d54de9fd925a3d9800471610144fe44354
-
-Wireshark-win64-3.0.3.exe: 59321664 bytes
-SHA256(Wireshark-win64-3.0.3.exe)=824cbeeb48ed720a24b70725cb8db2353ed331e05f3d0a832ff96acb02292d62
-RIPEMD160(Wireshark-win64-3.0.3.exe)=6f8c4dad7006958441d824098a2d5475be421533
-SHA1(Wireshark-win64-3.0.3.exe)=9e5f39adaa22e4016d0cba93a6e9f302d91cc313
-
-Wireshark-win32-3.0.3.exe: 54140848 bytes
-SHA256(Wireshark-win32-3.0.3.exe)=9e276aff3164e98293d478758542855bdfb7ffd295156f4d5011ba76a9cbf814
-RIPEMD160(Wireshark-win32-3.0.3.exe)=c30b2818d3f5478dd0175ec739b6bb3d0c6679b0
-SHA1(Wireshark-win32-3.0.3.exe)=b0fd5c543421844a8a33fa00d0594dddc5572045
-
-Wireshark-win32-3.0.3.msi: 42061824 bytes
-SHA256(Wireshark-win32-3.0.3.msi)=d220bb9459dd9dcd2eb572a112a57069d7fbe18979352a8047493bd22e9dda7b
-RIPEMD160(Wireshark-win32-3.0.3.msi)=537efd1483dfcae936832017aa288e79f2f04d29
-SHA1(Wireshark-win32-3.0.3.msi)=1f81dfafc3481a32f8f15f4c3f6c39f831f6e4b3
-
-Wireshark-win64-3.0.3.msi: 47251456 bytes
-SHA256(Wireshark-win64-3.0.3.msi)=9ede8409906f4830f8d9c442fd884989eac4cfc942080c73ad7b4e272c00d081
-RIPEMD160(Wireshark-win64-3.0.3.msi)=e160af727a48c360011ce03de061041dc1e65826
-SHA1(Wireshark-win64-3.0.3.msi)=56e258f093d4455cedc82b6d93201ea478a748f2
-
-WiresharkPortable_3.0.3.paf.exe: 35834584 bytes
-SHA256(WiresharkPortable_3.0.3.paf.exe)=f1c9ceed2eacf23bc842611ab1b11280ea850bdbc4211ec5b8de6ddce5615dd9
-RIPEMD160(WiresharkPortable_3.0.3.paf.exe)=3d86c378b0994e9de4f777c45a082355107594d8
-SHA1(WiresharkPortable_3.0.3.paf.exe)=f15116f2e179acc6ce40669ca478477525e1c14a
-
-Wireshark 3.0.3 Intel 64.dmg: 93069527 bytes
-SHA256(Wireshark 3.0.3 Intel 
64.dmg)=71d0196e7368715958598c8286f5219eb24fad08acf1cfe9186ef19d29e04ae9
-RIPEMD160(Wireshark 3.0.3 Intel 
64.dmg)=1cfe89e437765afe0843cea54d670401fe0d5831
-SHA1(Wireshark 3.0.3 Intel 64.dmg)=78490223d3894cd90369aaab430ba4b66d42eba5
+wireshark-3.0.5.tar.xz: 30929864 bytes
+SHA256(wireshark-3.0.5.tar.xz)=c551fce475c49cea317ccbf9d22404bc827dde9cee0ccdf6648bfed3ecd9f820
+RIPEMD160(wireshark-3.0.5.tar.xz)=f4be43f526ae5ef4c42fc294a37418e360a565d4
+SHA1(wireshark-3.0.5.tar.xz)=82883e96ee247d3fcacb0cafa0bed9112824ee3a
+
+Wireshark-win32-3.0.5.exe: 54066936 bytes
+SHA256(Wireshark-win32-3.0.5.exe)=3a08dc164a84835a6ad5b7c0a0c1ae58cc7ce4d13ab66a81e15e8ee3f079a94c

commit nfs-utils for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2019-09-25 01:35:24

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


Package is "nfs-utils"

Wed Sep 25 01:35:24 2019 rev:149 rq:732555 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2019-09-09 
12:32:25.833501328 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new.7948/nfs-utils.changes
2019-09-25 01:35:27.137668009 +0200
@@ -1,0 +2,31 @@
+Mon Sep 23 01:52:29 UTC 2019 - Neil Brown 
+
+- Delete  0006-nfs.conf-silence-include-error.patch
+  replaced with better version
+- 0006-conffile-allow-optional-include-files.patch
+   Avoid error if /etc/nfs.conf.local doesn't exist
+  (bsc#1151044 bsc#1150807)
+- 0008-mountd-Initialize-logging-early.patch
+ Don't close the loging socket - it causes problems.
+  (bsc#1151044 bsc#1150807)
+
+---
+Mon Sep 16 23:43:37 UTC 2019 - Neil Brown 
+
+- Don't make /var/lib/nfs owned by statd.
+  Only sm and sm.bak need to be accessible by
+  statd or sm-notify after they drop privs.
+  Providing they get created, the parent
+  directory can be root-owned.
+- 0007-statd-user-from-sm
+  Change rpc.statd and sm-notify to take uid from the sm
+  directory.
+  (bsc#1150733 CVE-2019-3689)
+
+---
+Mon Sep 16 05:56:12 UTC 2019 - Neil Brown 
+
+- 0006-nfs.conf-silence-include-error.patch
+ Avoid an unhelpful warning (bsc#1150807)
+
+---

New:

  0006-conffile-allow-optional-include-files.patch
  0007-statd-user-from-sm
  0008-mountd-Initialize-logging-early.patch



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.506neM/_old  2019-09-25 01:35:28.873667797 +0200
+++ /var/tmp/diff_new_pack.506neM/_new  2019-09-25 01:35:28.893667794 +0200
@@ -50,6 +50,9 @@
 Patch3: 0003-systemd-run-statd-notify-even-when-nfs-client-isn-t-.patch
 Patch4: 0004-nfsidmap-honour-with-pluginpath-for-instalation.patch
 Patch5: 0005-nfs.conf-fail-to-disable-major-NFS-version-4-using-v.patch
+Patch6: 0006-conffile-allow-optional-include-files.patch
+Patch7: 0007-statd-user-from-sm
+Patch8: 0008-mountd-Initialize-logging-early.patch
 
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fedfs-utils-devel
@@ -152,6 +155,9 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 cp %{SOURCE6} .
 
@@ -218,9 +224,9 @@
 %service_add_pre auth-rpcgss-module.service nfs-idmapd.service 
nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service 
rpc-svcgssd.service
 
 %post -n nfs-client
-chown statd:nogroup %{_localstatedir}/lib/nfs > /dev/null 2>&1 || :
-for i in state sm sm.bak; do
-   chown -R statd %{_localstatedir}/lib/nfs/$i > /dev/null 2>&1 || :
+chown root:root %{_localstatedir}/lib/nfs > /dev/null 2>&1 || :
+for i in sm sm.bak; do
+   chown -R statd:nogroup %{_localstatedir}/lib/nfs/$i > /dev/null 2>&1 || 
:
 done
 ### migrate from /var/lock/subsys
 [ -d /run/nfs ] || mkdir /run/nfs
@@ -342,12 +348,12 @@
 %{_mandir}/man8/blkmapd.8%{ext_man}
 %{_mandir}/man8/rpc.svcgssd.8%{ext_man}
 %{_fillupdir}/sysconfig.nfs
-%attr(0711,statd,nogroup) %dir %{_localstatedir}/lib/nfs
+%dir %{_localstatedir}/lib/nfs
 %dir %{_localstatedir}/lib/nfs/rpc_pipefs
 %dir %{_localstatedir}/lib/nfs/v4recovery
 %attr(0700,statd,nogroup) %dir %{_localstatedir}/lib/nfs/sm
 %attr(0700,statd,nogroup) %dir %{_localstatedir}/lib/nfs/sm.bak
-%attr(0700,statd,nogroup) %ghost %{_localstatedir}/lib/nfs/state
+%ghost %{_localstatedir}/lib/nfs/state
 
 %files -n nfs-kernel-server
 %defattr(-,root,root)

++ 0006-conffile-allow-optional-include-files.patch ++
>From f608217f6136c0e9fedc7bc728e4ba13ed295c4c Mon Sep 17 00:00:00 2001
From: NeilBrown 
Date: Mon, 23 Sep 2019 11:20:39 +1000
Subject: [PATCH] conffile: allow optional include files.

If nfs.conf contains, for example
  include = /etc/nfs.conf.local
and /etc/nfs.conf.local doesn't exist, then a warning is given.
Sometimes it is useful to have an optional include file which is
included if present, but for which an absence doesn't give a
warning.

Systemd has a convention that a hyphen at the start of
an include file name marks it as optional, so add this convention
to nfs-utils.
So
  include = -/etc/nfs.conf.local
will not give a warning if the file doesn't exist.

Signed-off-by: NeilBrown 
---
 support/nfs/conffile.c |   13 ++---
 systemd/nfs.conf.man   |3 +++
 2 files changed, 13 insertions(+), 3 

commit product-builder for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2019-09-25 01:33:19

Comparing /work/SRC/openSUSE:Factory/product-builder (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder.new.7948 (New)


Package is "product-builder"

Wed Sep 25 01:33:19 2019 rev:28 rq:731719 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2019-09-17 13:36:54.709847616 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder.new.7948/product-builder.changes
2019-09-25 01:33:22.949683186 +0200
@@ -1,0 +2,6 @@
+Wed Sep 18 11:06:05 UTC 2019 - Stephan Kulow 
+
+- 1.2.5
+  * Fix SLE wrapper to take the proper architecture for packages DVD 
(jsc#SLE-8271)
+
+---

Old:

  product-builder-1.2.4.obscpio

New:

  product-builder-1.2.5.obscpio



Other differences:
--
++ product-builder.spec ++
--- /var/tmp/diff_new_pack.GtzKsu/_old  2019-09-25 01:33:23.741683089 +0200
+++ /var/tmp/diff_new_pack.GtzKsu/_new  2019-09-25 01:33:23.745683088 +0200
@@ -23,7 +23,7 @@
 Name:   product-builder
 Conflicts:  kiwi
 Conflicts:  kiwi-instsource
-Version:1.2.4
+Version:1.2.5
 Release:0
 Provides:   kiwi-schema = 6.2
 Source: product-builder-%version.tar.xz

++ _service ++
--- /var/tmp/diff_new_pack.GtzKsu/_old  2019-09-25 01:33:23.769683086 +0200
+++ /var/tmp/diff_new_pack.GtzKsu/_new  2019-09-25 01:33:23.769683086 +0200
@@ -1,8 +1,8 @@
 
   
 https://github.com/openSUSE/product-builder.git
-1.2.4
-1.2.4
+1.2.5
+1.2.5
 git
 rpm/product-builder.spec
   

++ product-builder-1.2.4.obscpio -> product-builder-1.2.5.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.2.4/SLE-wrapper.sh 
new/product-builder-1.2.5/SLE-wrapper.sh
--- old/product-builder-1.2.4/SLE-wrapper.sh2019-09-16 08:37:02.0 
+0200
+++ new/product-builder-1.2.5/SLE-wrapper.sh2019-09-18 13:03:17.0 
+0200
@@ -39,7 +39,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.xml
 ;;
 esac
 

++ product-builder.obsinfo ++
--- /var/tmp/diff_new_pack.GtzKsu/_old  2019-09-25 01:33:23.961683062 +0200
+++ /var/tmp/diff_new_pack.GtzKsu/_new  2019-09-25 01:33:23.961683062 +0200
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.2.4
-mtime: 1568615822
-commit: ad6f455bc44b150eb916663ed8cff74fae455c94
+version: 1.2.5
+mtime: 1568804597
+commit: 3977b33e4bb79b990b80976291c3e4717589991e
 




commit python-apache-libcloud for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package python-apache-libcloud for 
openSUSE:Factory checked in at 2019-09-25 01:31:13

Comparing /work/SRC/openSUSE:Factory/python-apache-libcloud (Old)
 and  /work/SRC/openSUSE:Factory/.python-apache-libcloud.new.7948 (New)


Package is "python-apache-libcloud"

Wed Sep 25 01:31:13 2019 rev:26 rq:731718 version:2.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-apache-libcloud/python-apache-libcloud.changes
2019-05-20 10:27:25.469935599 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-apache-libcloud.new.7948/python-apache-libcloud.changes
  2019-09-25 01:31:16.001698699 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 11:12:52 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.6.0:
+  * Many various cloud fixes and tweaks for future python releases
+  * See CHANGES.rst
+
+---

Old:

  apache-libcloud-2.4.0.tar.gz

New:

  apache-libcloud-2.6.0.tar.gz



Other differences:
--
++ python-apache-libcloud.spec ++
--- /var/tmp/diff_new_pack.teBNIw/_old  2019-09-25 01:31:17.229698550 +0200
+++ /var/tmp/diff_new_pack.teBNIw/_new  2019-09-25 01:31:17.241698548 +0200
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-apache-libcloud
-Version:2.4.0
+Version:2.6.0
 Release:0
 Summary:Abstraction over multiple cloud provider APIs
 License:Apache-2.0
 Group:  System/Monitoring
-Url:https://libcloud.apache.org
+URL:https://libcloud.apache.org
 Source0:
https://files.pythonhosted.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.gz
 Patch2: ec2_create_node.patch
 BuildRequires:  %{python_module libvirt-python}
@@ -42,9 +42,9 @@
 BuildRequires:  python2
 Requires:   python-lxml
 Requires:   python-requests
-Suggests:   python-paramiko
 Suggests:   python-libvirt-python
 Suggests:   python-lockfile
+Suggests:   python-paramiko
 Suggests:   python-pysphere
 BuildArch:  noarch
 %python_subpackages
@@ -69,7 +69,8 @@
 find %{buildroot} -name '*.DS_Store' -delete
 find %{buildroot} -name '*.json' -size 0 -delete
 find %{buildroot} -name '*.pem' -size 0 -delete
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand rm -r %{buildroot}%{$python_sitelib}/libcloud/test
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # Skip ShellOutSSHClientTests tests which attempt to ssh to localhost

++ apache-libcloud-2.4.0.tar.gz -> apache-libcloud-2.6.0.tar.gz ++
 58614 lines of diff (skipped)




commit resource-agents for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2019-09-25 01:26:31

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


Package is "resource-agents"

Wed Sep 25 01:26:31 2019 rev:99 rq:731705 version:4.3.0+git161.00cb192d

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2019-08-16 15:32:32.973927824 +0200
+++ 
/work/SRC/openSUSE:Factory/.resource-agents.new.7948/resource-agents.changes
2019-09-25 01:26:32.989733384 +0200
@@ -1,0 +2,24 @@
+Mon Sep 09 13:12:47 UTC 2019 - vark...@suse.com
+
+- Update to version 4.3.0+git161.00cb192d:
+  * apache: correctly detect mod_status.so when statusurl is set
+(bsc#1138281)
+  * Restore users/perms/policies even if starting in a single node mode
+  * spec: use %{?centos} as _version doesnt work on newer CentOS versions
+  * exportfs: doc clarification for clientspec format
+  * Fixup docker_stop condition on error
+  * Make the check for the docker daemon being up more robust
+  * Low: oracle-common: Delete the ORACLE_HOME check that is no longer needed 
because it is checked first.
+  * Low: ora-common: Properly output message when sid parameter is invalid.
+  * spec: updates from Fedora
+  * spec: update to BR to libnet-devel for opensuse
+  * CI: "make rpm" fixes
+  * Route: dont fence node when parameters arent set
+  * requested changes applied.
+  * Added support for SSL replication
+  * [build] drop now unnecessary make distcheck options
+  * [build] allow systemd files to be installed in non-standard location
+  * [build] fix make distcheck by adding fallback OS dir to find docbook.xsl
+  * Don't call readlink on path if it does not exist
+
+---

Old:

  resource-agents-4.3.0+git131.7af8c368.tar.xz

New:

  resource-agents-4.3.0+git161.00cb192d.tar.xz



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.HiyHMI/_old  2019-09-25 01:26:33.629733278 +0200
+++ /var/tmp/diff_new_pack.HiyHMI/_new  2019-09-25 01:26:33.633733277 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   resource-agents
-Version:4.3.0+git131.7af8c368
+Version:4.3.0+git161.00cb192d
 Release:0
 Summary:HA Reusable Cluster Resource Scripts
 License:GPL-2.0-only AND LGPL-2.1-or-later AND GPL-3.0-or-later

++ 0004-Revert-Low-build-Move-binaries-in-usr-lib-heartbeat-.patch ++
--- /var/tmp/diff_new_pack.HiyHMI/_old  2019-09-25 01:26:33.657733273 +0200
+++ /var/tmp/diff_new_pack.HiyHMI/_new  2019-09-25 01:26:33.657733273 +0200
@@ -42,15 +42,15 @@
 index 78021f1d..cde87b15 100644
 --- a/resource-agents.spec.in
 +++ b/resource-agents.spec.in
-@@ -284,7 +284,7 @@ rm -rf %{buildroot}
+@@ -289,7 +289,7 @@
  %dir %{_sysconfdir}/ha.d
  %{_sysconfdir}/ha.d/shellfuncs
- 
+
 -%{_libexecdir}/heartbeat
 +%{_libdir}/heartbeat
- 
+
+ %if %{with rgmanager}
  %post -n resource-agents
- if [ $1 = 2 ]; then
 diff --git a/tools/Makefile.am b/tools/Makefile.am
 index 1186967c..71292bf3 100644
 --- a/tools/Makefile.am

++ _servicedata ++
--- /var/tmp/diff_new_pack.HiyHMI/_old  2019-09-25 01:26:33.701733266 +0200
+++ /var/tmp/diff_new_pack.HiyHMI/_new  2019-09-25 01:26:33.701733266 +0200
@@ -1,6 +1,6 @@
 
 
 git://github.com/ClusterLabs/resource-agents.git
-db6d12f4b7b10e214526512abe35307270f81c03
+00cb192d4b27402093265da2b8fe4a87671589a6
 
 
\ No newline at end of file

++ resource-agents-4.3.0+git131.7af8c368.tar.xz -> 
resource-agents-4.3.0+git161.00cb192d.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resource-agents-4.3.0+git131.7af8c368/configure.ac 
new/resource-agents-4.3.0+git161.00cb192d/configure.ac
--- old/resource-agents-4.3.0+git131.7af8c368/configure.ac  2019-08-12 
10:46:28.0 +0200
+++ new/resource-agents-4.3.0+git161.00cb192d/configure.ac  2019-09-09 
14:05:39.0 +0200
@@ -74,6 +74,11 @@
 [AC_MSG_ERROR([systemd support requested but pkg-config unable 
to query systemd package])])
   with_systemdsystemunitdir=no],
  [with_systemdsystemunitdir="$def_systemdsystemunitdir"])])
+if test "x$with_systemdsystemunitdir" != "xno" && \
+   test "x${prefix}" != "xNONE" && \
+   test "x${prefix}" != "x/usr"; then
+   with_systemdsystemunitdir="${prefix}/$with_systemdsystemunitdir"
+fi
 AS_IF([test "x$with_systemdsystemunitdir" != "xno"],
   [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])])
 AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])
@@ -81,6 +86,11 @@
 

commit openSUSE-Tumbleweed-Vagrant for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package openSUSE-Tumbleweed-Vagrant for 
openSUSE:Factory checked in at 2019-09-25 01:24:26

Comparing /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Vagrant (Old)
 and  /work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Vagrant.new.7948 (New)


Package is "openSUSE-Tumbleweed-Vagrant"

Wed Sep 25 01:24:26 2019 rev:9 rq:731704 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Vagrant/Tumbleweed.changes   
2019-08-08 09:32:52.600153132 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Vagrant.new.7948/Tumbleweed.changes
 2019-09-25 01:24:27.297754180 +0200
@@ -1,0 +2,5 @@
+Wed Sep 11 09:38:39 UTC 2019 - Dan Čermák 
+
+- Drop root.obscpio, add ifcfg-eth0 in config.sh
+
+---

Old:

  root.obscpio



Other differences:
--
++ config.sh ++
--- /var/tmp/diff_new_pack.q4Smkx/_old  2019-09-25 01:24:27.833754091 +0200
+++ /var/tmp/diff_new_pack.q4Smkx/_new  2019-09-25 01:24:27.833754091 +0200
@@ -128,6 +128,12 @@
 if [ "${kiwi_profiles}" != "virtualbox" ]; then
 rm -f /etc/udev/rules.d/*-net.rules
 fi
+
+# setup DHCP on eth0 properly
+cat << EOF > /etc/sysconfig/network/ifcfg-eth0
+STARTMODE=auto
+BOOTPROTO=dhcp
+EOF
 }
 
 vagrantSetup




commit vim for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2019-09-25 01:22:21

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


Package is "vim"

Wed Sep 25 01:22:21 2019 rev:242 rq:731703 version:8.1.2052

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2019-09-02 13:18:49.193380379 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new.7948/vim.changes2019-09-25 
01:22:27.841773944 +0200
@@ -1,0 +2,312 @@
+Wed Sep 18 09:36:58 UTC 2019 - Ondřej Súkup 
+
+- Updated to version 8.1.2052, fixes the following problems
+- refreshed patches:
+   disable-unreliable-tests.patch
+   vim-8.0-ttytype-test.patch
+  * Cleared/added match highlighting not updated in other window. (Andi
+  Massimino)
+  * Still some match functions in evalfunc.c.
+  * 'hlsearch' and match highlighting in the wrong place.
+  * Build error without the conceal feature.
+  * Compiler warning for unused argument.
+  * ":dl" is seen as ":dlist" instead of ":delete".
+  * Compiler warning for unused variables. (Tony Mechelynck)
+  * :args output is not aligned.
+  * Coverity warns for using negative index.
+  * Depending on the terminal width :version may miss a line break.
+  * When redrawing popups plines_win() may be called often.
+  * Resizing hashtable is inefficient.
+  * Use of popup window mask is inefficient.
+  * Build failure.
+  * Leaking memory when using a popup window mask.
+  * Autocommand that splits window messes up window layout.
+  * Text added with appendbufline() to another buffer isn't displayed.
+  * Count of g$ not used correctly when text is not wrapped.
+  * No mode char for terminal mapping from maparg().
+  * Extra line break for wrapping output of :args.
+  * Filetype "vuejs" causes problems for some users.
+  * Some filetype rules are in the wrong place.
+  * Evalfunc.c is still too big.
+  * ":browse oldfiles" is not tested.
+  * get(func, dict, def) does not work properly.
+  * Code for writing session file is spread out.
+  * FEAT_SESSION defined separately.
+  * Man plugin changes setting in current window.
+  * 'shellslash' is also used for completion.
+  * Cannot get the window ID of the popup preview window.
+  * The preview popup window may be too far to the right.
+  * Test is silently skipped.
+  * Error message may be empty in filetype test.
+  * Text added with a job to another buffer isn't displayed.
+  * Useless checks for job feature in channel test.
+  * Not showing the popup window right border is confusing.
+  * Not showing the popup window right border is confusing.
+  * Warning for file no longer available is repeated every time Vim is
+  focused. (Brian Armstrong)
+  * Amiga: no builtin OS readable version info.
+  * Map functionality mixed with character input.
+  * Double click in popup scrollbar starts selection.
+  * Cannot resize a popup window.
+  * missing changes in proto file
+  * Cannot see file name of preview popup window.
+  * :mkvimrc is not tested.
+  * 'completeslash' also applies to globpath().
+  * The vgetorpeek() function is too long.
+  * Mixed comment style in globals.
+  * Tests are flaky.
+  * No syntax HL after splitting windows with :bufdo. (Yasuhiro Matsumoto)
+  * :argdo is not tested
+  * The vgetorpeek() function is too long.
+  * Warning for unused variable in tiny version. (Tony Mechelynck)
+  * Cannot avoid mapping for a popup window.
+  * Function call functions have too many arguments.
+  * Cannot build without the +eval feature.
+  * Missing change to call_callback().
+  * All builtin functions are global.
+  * No test for display updating without a scroll region.
+  * Au_did_filetype is declared twice.
+  * Test for display updating doesn't check without statusline.
+  * More functions can be used as a method.
+  * Build failure for tiny version.
+  * More functions can be used as a method.
+  * Popup_getoptions() is missing an entry for "mapping".
+  * Popup window color cannot be set to "Normal".
+  * Reading a truncted undo file hangs Vim.
+  * ATTENTION prompt for a preview popup window.
+  * A long title in a popup window overflows.
+  * Duplicating info for internal functions.
+  * Cannot use a user defined function as a method.
+  * Github contribution text is incomplete.
+  * Unused variable.
+  * :pedit does not work with a popup preview window.
+  * Using expr->FuncRef() does not work.
+  * No test for wrong number of method arguments.
+  * Confusing error message when range is not allowed.
+  * Command line history code is spread out.
+  * Crash when correctly spelled word is very long. (Ben Kraft)
+  * Allocating more memory than needed for extended structs.
+  * Tests use hand coded feature and option checks.
+  * Allocating more memory than needed for extended structs.
+  * Not strict 

commit mcelog for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2019-09-25 01:20:14

Comparing /work/SRC/openSUSE:Factory/mcelog (Old)
 and  /work/SRC/openSUSE:Factory/.mcelog.new.7948 (New)


Package is "mcelog"

Wed Sep 25 01:20:14 2019 rev:50 rq:731696 version:1.64

Changes:

--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes2019-03-27 
16:13:53.519629468 +0100
+++ /work/SRC/openSUSE:Factory/.mcelog.new.7948/mcelog.changes  2019-09-25 
01:20:17.737795470 +0200
@@ -1,0 +2,16 @@
+Fri Sep 13 16:04:20 UTC 2019 - Jean Delvare 
+
+- mcelog.systemd: Preload the dmi-sysfs kernel module.
+  When /dev/mem can't be read (which is the case when booting in
+  Secure Mode), mcelog can use the dmi-sysfs interface instead,
+  however for that the kernel module needs to be loaded first
+  (bsc#1149186).
+
+---
+Fri Sep 06 11:25:34 UTC 2019 - mmusch...@suse.com
+
+- Update to version 1.64:
+  * mcelog: Add Icelake client model numbers.
+  * add Hygon Dhyana support to not use mcelog, as Hygon Dhyana(0x18h) share 
similiar arch with AMD Family 17h
+
+---

Old:

  mcelog-1.62.tar.xz

New:

  mcelog-1.64.tar.xz



Other differences:
--
++ mcelog.spec ++
--- /var/tmp/diff_new_pack.lyojTz/_old  2019-09-25 01:20:18.501795343 +0200
+++ /var/tmp/diff_new_pack.lyojTz/_new  2019-09-25 01:20:18.505795342 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:   mcelog
-Version:1.62
+Version:1.64
 Release:0
 Summary:Log Machine Check Events
 License:GPL-2.0-only

++ Start-consolidating-AMD-specific-stuff.patch ++
--- /var/tmp/diff_new_pack.lyojTz/_old  2019-09-25 01:20:18.541795337 +0200
+++ /var/tmp/diff_new_pack.lyojTz/_new  2019-09-25 01:20:18.541795337 +0200
@@ -16,11 +16,9 @@
  rename k8.c => amd.c (97%)
  rename k8.h => amd.h (79%)
 
-Index: mcelog-1.60/Makefile
-===
 mcelog-1.60.orig/Makefile  2018-09-24 15:14:09.591339926 +0200
-+++ mcelog-1.60/Makefile   2018-09-24 15:14:18.771885991 +0200
-@@ -30,7 +30,7 @@ all: mcelog
+--- mcelog-1.64+git20190805.e53631f.orig/Makefile  2019-09-06 
14:06:56.229228424 +0200
 mcelog-1.64+git20190805.e53631f/Makefile   2019-09-06 14:09:39.241237130 
+0200
+@@ -30,7 +30,7 @@
  
  .PHONY: install clean depend FORCE
  
@@ -29,9 +27,7 @@
 nehalem.o dunnington.o tulsa.o config.o memutil.o msg.o   \
 eventloop.o leaky-bucket.o memdb.o server.o trigger.o   \
 client.o cache.o sysfs.o yellow.o page.o rbtree.o   \
-Index: mcelog-1.60/k8.c
-===
 mcelog-1.60.orig/k8.c  2018-08-09 23:49:49.0 +0200
+--- mcelog-1.64+git20190805.e53631f.orig/k8.c  2019-09-06 14:06:51.681228181 
+0200
 +++ /dev/null  1970-01-01 00:00:00.0 +
 @@ -1,281 +0,0 @@
 -/* Based on K8 decoding code written for the 2.4 kernel by Andi Kleen and 
@@ -315,10 +311,8 @@
 -  } 
 -  return 1;
 -}
-Index: mcelog-1.60/amd.c
-===
 --- /dev/null  1970-01-01 00:00:00.0 +
-+++ mcelog-1.60/amd.c  2018-09-24 15:14:18.771885991 +0200
 mcelog-1.64+git20190805.e53631f/amd.c  2019-09-06 14:09:39.241237130 
+0200
 @@ -0,0 +1,282 @@
 +/* Based on K8 decoding code written for the 2.4 kernel by Andi Kleen and 
 + * Eric Morton. Hacked and extended for mcelog by AK.
@@ -602,9 +596,7 @@
 +  } 
 +  return 1;
 +}
-Index: mcelog-1.60/k8.h
-===
 mcelog-1.60.orig/k8.h  2018-08-09 23:49:49.0 +0200
+--- mcelog-1.64+git20190805.e53631f.orig/k8.h  2019-09-06 14:06:51.681228181 
+0200
 +++ /dev/null  1970-01-01 00:00:00.0 +
 @@ -1,11 +0,0 @@
 -char *k8_bank_name(unsigned num);
@@ -618,10 +610,8 @@
 -#define K8_MCELOG_THRESHOLD_LINK (4 * 9 + 1)
 -#define K8_MCELOG_THRESHOLD_L3_CACHE (4 * 9 + 2)
 -#define K8_MCELOG_THRESHOLD_FBDIMM   (4 * 9 + 3)
-Index: mcelog-1.60/amd.h
-===
 --- /dev/null  1970-01-01 00:00:00.0 +
-+++ mcelog-1.60/amd.h  2018-09-24 15:14:18.775886227 +0200
 mcelog-1.64+git20190805.e53631f/amd.h  2019-09-06 14:09:39.245237130 
+0200
 @@ -0,0 +1,14 @@
 +char *k8_bank_name(unsigned num);
 +void decode_amd_mc(enum cputype, struct mce *mce, int *ismemerr);
@@ -637,10 +627,8 @@
 +
 +#define CASE_AMD_CPUS \
 +  case CPU_K8
-Index: mcelog-1.60/mcelog.c
-===

commit lightdm for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2019-09-25 01:18:09

Comparing /work/SRC/openSUSE:Factory/lightdm (Old)
 and  /work/SRC/openSUSE:Factory/.lightdm.new.7948 (New)


Package is "lightdm"

Wed Sep 25 01:18:09 2019 rev:101 rq:731693 version:1.30.0

Changes:

--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2019-07-21 
11:31:51.600802481 +0200
+++ /work/SRC/openSUSE:Factory/.lightdm.new.7948/lightdm.changes
2019-09-25 01:18:10.861816461 +0200
@@ -1,0 +2,12 @@
+Tue Sep 17 20:09:54 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.30.0:
+  * Add lightdm_user_get_is_locked ().
+  * Hide users with shell /bin/false.
+  * Remove unity-system-compositor support (dead upstream).
+  * Fix dm-tool crash.
+  * Update documentation.
+- Refresh patches with quilt.
+- Use modern macros.
+
+---

Old:

  lightdm-1.28.0.tar.xz
  lightdm-1.28.0.tar.xz.asc

New:

  lightdm-1.30.0.tar.xz
  lightdm-1.30.0.tar.xz.asc



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.fq4l8c/_old  2019-09-25 01:18:12.061816263 +0200
+++ /var/tmp/diff_new_pack.fq4l8c/_new  2019-09-25 01:18:12.077816260 +0200
@@ -27,7 +27,7 @@
 %define typelibname typelib-1_0-LightDM-1
 %define rundir  /run
 Name:   lightdm
-Version:1.28.0
+Version:1.30.0
 Release:0
 Summary:Lightweight, Cross-desktop Display Manager
 License:GPL-3.0-or-later
@@ -184,13 +184,7 @@
 Qt5-based LightDM clients.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%autosetup -p1
 
 %build
 export MOC4='%{_bindir}/moc'
@@ -202,7 +196,7 @@
   --with-user-session=default \
   --with-greeter-session=lightdm-default-greeter \
   --with-greeter-user=lightdm
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install

++ lightdm-1.28.0.tar.xz -> lightdm-1.30.0.tar.xz ++
 8215 lines of diff (skipped)

++ lightdm-disable-utmp-handling.patch ++
--- /var/tmp/diff_new_pack.fq4l8c/_old  2019-09-25 01:18:13.205816074 +0200
+++ /var/tmp/diff_new_pack.fq4l8c/_new  2019-09-25 01:18:13.213816072 +0200
@@ -2,8 +2,10 @@
 # Parent e4be60aa2d0234c4c8714033287e482e5673b18c
 disable utmp handling since this is handled in the Xstartup/Xreset scripts
 
 a/src/session-child.c
-+++ b/src/session-child.c
+Index: lightdm-1.30.0/src/session-child.c
+===
+--- lightdm-1.30.0.orig/src/session-child.c
 lightdm-1.30.0/src/session-child.c
 @@ -13,8 +13,10 @@
  #include 
  #include 

++ lightdm-ignore-known-symlink-sessions.patch ++
--- /var/tmp/diff_new_pack.fq4l8c/_old  2019-09-25 01:18:13.265816064 +0200
+++ /var/tmp/diff_new_pack.fq4l8c/_new  2019-09-25 01:18:13.265816064 +0200
@@ -10,8 +10,10 @@
 are not available anymore, the target of those needs to be
 passed as session name instead.
 
 a/liblightdm-gobject/session.c
-+++ b/liblightdm-gobject/session.c
+Index: lightdm-1.30.0/liblightdm-gobject/session.c
+===
+--- lightdm-1.30.0.orig/liblightdm-gobject/session.c
 lightdm-1.30.0/liblightdm-gobject/session.c
 @@ -8,6 +8,10 @@
   * See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
   */
@@ -47,8 +49,10 @@
  g_autoptr(GKeyFile) key_file = g_key_file_new ();
  g_autoptr(GError) e = NULL;
  gboolean result = g_key_file_load_from_file (key_file, path, 
G_KEY_FILE_NONE, );
 a/src/seat.c
-+++ b/src/seat.c
+Index: lightdm-1.30.0/src/seat.c
+===
+--- lightdm-1.30.0.orig/src/seat.c
 lightdm-1.30.0/src/seat.c
 @@ -9,6 +9,8 @@
   * license.
   */
@@ -58,7 +62,7 @@
  #include 
  #include 
  #include 
-@@ -520,11 +522,87 @@ find_resettable_greeter (Seat *seat)
+@@ -552,11 +554,87 @@ find_resettable_greeter (Seat *seat)
  return NULL;
  }
  

++ lightdm-set-gdmflexiserver-envvar.patch ++
--- /var/tmp/diff_new_pack.fq4l8c/_old  2019-09-25 01:18:13.273816062 +0200
+++ /var/tmp/diff_new_pack.fq4l8c/_new  2019-09-25 01:18:13.277816062 +0200
@@ -1,8 +1,10 @@
 Set the GDMFLEXISERVER environment variable for the gdmflexiserver wrapper.
 
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -85,6 +85,7 @@ lightdm_CFLAGS = \
+Index: lightdm-1.30.0/src/Makefile.am
+===
+--- lightdm-1.30.0.orig/src/Makefile.am
 lightdm-1.30.0/src/Makefile.am
+@@ -78,6 +78,7 @@ lightdm_CFLAGS = \
$(WARN_CFLAGS) \
$(LIGHTDM_CFLAGS) \

commit gpsd for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2019-09-25 01:16:04

Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and  /work/SRC/openSUSE:Factory/.gpsd.new.7948 (New)


Package is "gpsd"

Wed Sep 25 01:16:04 2019 rev:49 rq:731653 version:3.19

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2018-12-19 
13:30:00.300885207 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new.7948/gpsd.changes  2019-09-25 
01:16:05.677831650 +0200
@@ -1,0 +2,20 @@
+Tue Sep 17 17:09:20 UTC 2019 - suse+bu...@de-korte.org
+
+- Update to version 3.19
+  * Rearrange rawdata_t.  Bump the API because gps_data_t changed.
+  * Report sequence-ID fields in type 7 and 13 AIS messages.
+  * Preliminary support for SiRFstar V
+  * Improve error modeling.
+  * Update pseudo NMEA to v3.0, with fractional time.
+  * Improve cycle detection, mostly for NMEA.
+  * Move epe from gps_data_t to be near its friends in gps_fix_t.
+  * Preliminary u-blox 9 support.
+  * Add qErr in gps_data_t to store PPS quantization error.
+  * Add Android (AOSP) support
+  * Improved multi gnss and multi signal support.
+  * NMEA 4.10 multi gnss multi signal support.
+  * The arguments to "ubxtool -p P" have been expanded and changed.
+  * New options, -g, -x, -z, added to ubxtool for u-blox 9 support.
+- Drop gpsd-declaration-in-for-loop.patch
+
+---

Old:

  gpsd-3.18.1.tar.gz
  gpsd-3.18.1.tar.gz.sig
  gpsd-declaration-in-for-loop.patch

New:

  gpsd-3.19.tar.gz
  gpsd-3.19.tar.gz.sig



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.DoKMQr/_old  2019-09-25 01:16:08.393831931 +0200
+++ /var/tmp/diff_new_pack.DoKMQr/_new  2019-09-25 01:16:08.441831935 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# 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
@@ -16,12 +16,12 @@
 #
 
 
-%define sover 24
+%define sover 25
 %definelibgps libgps%{sover}
 %definelibQgps libQgpsmm%{sover}
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:   gpsd
-Version:3.18.1
+Version:3.19
 Release:0
 Summary:Service daemon for mediating access to a GPS
 License:BSD-3-Clause
@@ -33,7 +33,6 @@
 Source3:sysconfig.gpsd
 Source98:   
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz.sig
 Source99:   %{name}.keyring
-Source100:  gpsd-declaration-in-for-loop.patch
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -161,12 +160,6 @@
 mkdir -p %{name}-%{version}/python3
 tar -xf %{SOURCE0} -C %{name}-%{version}/python2
 tar -xf %{SOURCE0} -C %{name}-%{version}/python3
-pushd %{name}-%{version}/python2/%{name}-%{version}
-patch -p1 < %{SOURCE100}
-popd
-pushd %{name}-%{version}/python3/%{name}-%{version}
-patch -p1 < %{SOURCE100}
-popd
 cd %{name}-%{version}
 
 # fix systemd path
@@ -355,6 +348,7 @@
 %{_mandir}/man?/gpxlogger.*
 %{_mandir}/man?/ubxtool.*
 %{_mandir}/man?/zerk.*
+%{_mandir}/man?/gpsrinex.*
 %{_bindir}/gegps
 %{_bindir}/xgps
 %{_bindir}/xgpsspeed
@@ -368,6 +362,7 @@
 %{_bindir}/ppscheck
 %{_bindir}/ubxtool
 %{_bindir}/zerk
+%{_bindir}/gpsrinex
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/*
 

++ gpsd-3.18.1.tar.gz -> gpsd-3.19.tar.gz ++
/work/SRC/openSUSE:Factory/gpsd/gpsd-3.18.1.tar.gz 
/work/SRC/openSUSE:Factory/.gpsd.new.7948/gpsd-3.19.tar.gz differ: char 5, line 
1





commit sqlite3 for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2019-09-25 01:13:57

Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and  /work/SRC/openSUSE:Factory/.sqlite3.new.7948 (New)


Package is "sqlite3"

Wed Sep 25 01:13:57 2019 rev:115 rq:731563 version:3.29.0

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2019-07-16 
08:37:36.363100068 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.7948/sqlite3.changes
2019-09-25 01:13:59.581818632 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 15:17:35 UTC 2019 - Reinhard Max 
+
+- bsc#1150137, CVE-2019-16168, sqlite3-CVE-2019-16168.patch:
+  Improper validation of qlite_stat1 sz field leads to division by
+  zero.
+
+---

New:

  sqlite3-CVE-2019-16168.patch



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.zcKjWb/_old  2019-09-25 01:14:02.057818887 +0200
+++ /var/tmp/diff_new_pack.zcKjWb/_new  2019-09-25 01:14:02.06181 +0200
@@ -28,6 +28,7 @@
 Source0:http://www.sqlite.org/2019/sqlite-src-%{tarversion}.zip
 Source1:baselibs.conf
 Source2:http://www.sqlite.org/2019/sqlite-doc-%{tarversion}.zip
+Patch0: sqlite3-CVE-2019-16168.patch
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -103,6 +104,7 @@
 
 %prep
 %setup -q -n sqlite-src-%{tarversion} -a2
+%patch0
 rm -v sqlite-doc-%{tarversion}/releaselog/current.html
 ln -sv `echo %{version} | sed "s/\./_/g"`.html 
sqlite-doc-%{tarversion}/releaselog/current.html
 find -type f -name sqlite.css~ -delete



++ sqlite3-CVE-2019-16168.patch ++
--- src/analyze.c.orig
+++ src/analyze.c
@@ -1497,7 +1497,9 @@ static void decodeIntArray(
   if( sqlite3_strglob("unordered*", z)==0 ){
 pIndex->bUnordered = 1;
   }else if( sqlite3_strglob("sz=[0-9]*", z)==0 ){
-pIndex->szIdxRow = sqlite3LogEst(sqlite3Atoi(z+3));
+int sz = sqlite3Atoi(z+3);
+if( sz<2 ) sz = 2;
+pIndex->szIdxRow = sqlite3LogEst(sz);
   }else if( sqlite3_strglob("noskipscan*", z)==0 ){
 pIndex->noSkipScan = 1;
   }
--- src/where.c.orig
+++ src/where.c
@@ -2668,6 +2668,7 @@ static int whereLoopAddBtreeIndex(
 ** it to pNew->rRun, which is currently set to the cost of the index
 ** seek only. Then, if this is a non-covering index, add the cost of
 ** visiting the rows in the main table.  */
+assert( pSrc->pTab->szTabRow>0 );
 rCostIdx = pNew->nOut + 1 + (15*pProbe->szIdxRow)/pSrc->pTab->szTabRow;
 pNew->rRun = sqlite3LogEstAdd(rLogSize, rCostIdx);
 if( (pNew->wsFlags & (WHERE_IDX_ONLY|WHERE_IPK))==0 ){
--- test/analyzeC.test.orig
+++ test/analyzeC.test
@@ -132,6 +132,20 @@ do_execsql_test 4.3 {
   SELECT count(a) FROM t1;
 } {/.*INDEX t1ca.*/}
 
+# 2019-08-15.
+# Ticket https://www.sqlite.org/src/tktview/e4598ecbdd18bd82945f602901
+# The sz=N parameter in the sqlite_stat1 table needs to have a value of
+# 2 or more to avoid a division by zero in the query planner.
+#
+do_execsql_test 4.4 {
+  DROP TABLE IF EXISTS t44;
+  CREATE TABLE t44(a PRIMARY KEY);
+  INSERT INTO sqlite_stat1 VALUES('t44',null,'sz=0');
+  ANALYZE sqlite_master;
+  SELECT 0 FROM t44 WHERE a IN(1,2,3);
+} {}
+
+
 
 # The sz=NNN parameter works even if there is other extraneous text
 # in the sqlite_stat1.stat column.



commit ltrace for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package ltrace for openSUSE:Factory checked 
in at 2019-09-25 01:09:46

Comparing /work/SRC/openSUSE:Factory/ltrace (Old)
 and  /work/SRC/openSUSE:Factory/.ltrace.new.7948 (New)


Package is "ltrace"

Wed Sep 25 01:09:46 2019 rev:42 rq:731549 version:0.7.91

Changes:

--- /work/SRC/openSUSE:Factory/ltrace/ltrace.changes2019-05-06 
13:17:13.251938871 +0200
+++ /work/SRC/openSUSE:Factory/.ltrace.new.7948/ltrace.changes  2019-09-25 
01:09:49.105792772 +0200
@@ -1,0 +2,10 @@
+Tue Sep 17 14:49:50 UTC 2019 - Andreas Schwab 
+
+- Fix last change
+
+---
+Fri Sep 13 12:55:57 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ ltrace.spec ++
--- /var/tmp/diff_new_pack.fWAaqp/_old  2019-09-25 01:09:50.893792957 +0200
+++ /var/tmp/diff_new_pack.fWAaqp/_new  2019-09-25 01:09:50.917792959 +0200
@@ -17,28 +17,12 @@
 
 
 Name:   ltrace
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  binutils-devel
-BuildRequires:  dejagnu
-BuildRequires:  gcc-c++
-BuildRequires:  libdw-devel
-BuildRequires:  libelf-devel
-BuildRequires:  libtool
-Url:http://ltrace.org/
-# bug437293
-%ifarch ppc64
-Obsoletes:  ltrace-64bit
-%endif
-#
-Summary:Trace the Library and System Calls a Program Makes
+Summary:Library and system call tracer for programs
 License:GPL-2.0-or-later
 Group:  Development/Tools/Debuggers
 Version:0.7.91
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 s390 s390x ppc ppc64 ppc64le %arm x86_64 alpha ia64 m68k 
aarch64
-Prefix: /usr
+URL:http://ltrace.org/
 %define git_id g6c6bcc3
 Source: ltrace-%{version}-%{git_id}.tar.bz2
 Source2:baselibs.conf
@@ -49,6 +33,20 @@
 Patch5: gcc9-printf-s-null-argument.patch
 Patch6: lens-double-free.patch
 Patch7: gcc9-Wlto-type-mismatch.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  binutils-devel
+BuildRequires:  dejagnu
+BuildRequires:  gcc-c++
+BuildRequires:  libdw-devel
+BuildRequires:  libelf-devel
+BuildRequires:  libtool
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %ix86 s390 s390x ppc ppc64 ppc64le %arm x86_64 alpha ia64 m68k 
aarch64
+# bug437293
+%ifarch ppc64
+Obsoletes:  ltrace-64bit
+%endif
 
 %description
 Ltrace is a program that runs the specified command until it exits. It
@@ -56,8 +54,8 @@
 executed process and the signals that are received by that process. It
 can also intercept and print the system calls executed by the program.
 
-The program to trace need not be recompiled for this, so you can use
-ltrace on binaries for which you do not have access to the source.
+The program to trace need not be recompiled for this, so ltrace can be
+used on binaries for which no source is available.
 
 This is still a work in progress, so, for example, the tracking to
 child processes may fail or some things may not work as expected.
@@ -99,7 +97,7 @@
 %endif
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 rm -rf %{buildroot}/usr/share/doc/ltrace
 
 %files




commit fakeroot for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package fakeroot for openSUSE:Factory 
checked in at 2019-09-25 01:07:41

Comparing /work/SRC/openSUSE:Factory/fakeroot (Old)
 and  /work/SRC/openSUSE:Factory/.fakeroot.new.7948 (New)


Package is "fakeroot"

Wed Sep 25 01:07:41 2019 rev:5 rq:731546 version:1.23

Changes:

--- /work/SRC/openSUSE:Factory/fakeroot/fakeroot.changes2019-09-11 
10:24:14.771482078 +0200
+++ /work/SRC/openSUSE:Factory/.fakeroot.new.7948/fakeroot.changes  
2019-09-25 01:07:43.665810414 +0200
@@ -1,0 +2,10 @@
+Tue Sep 10 13:17:38 UTC 2019 - Martin Pluskal 
+
+- Modernise spec file
+
+---
+Tue Sep 10 08:42:54 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ fakeroot.spec ++
--- /var/tmp/diff_new_pack.cVQBvU/_old  2019-09-25 01:07:45.145810092 +0200
+++ /var/tmp/diff_new_pack.cVQBvU/_new  2019-09-25 01:07:45.149810091 +0200
@@ -19,10 +19,10 @@
 Name:   fakeroot
 Version:1.23
 Release:0
-Summary:Gives a fake root environment
+Summary:Wrapper that gives a fake root environment
 License:GPL-3.0-or-later
 Group:  Development/Tools/Other
-Url:http://fakeroot.alioth.debian.org/
+URL:http://fakeroot.alioth.debian.org/
 Source0:
http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.xz#/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 Patch0: %{name}-1.20-lib32.patch
@@ -33,14 +33,14 @@
 Patch4: %{name}-1.21-fix-shell-in-fakeroot
 BuildRequires:  automake
 BuildRequires:  fdupes
+# user(daemon)/group(sys) is required for t.tar testsuite
+BuildRequires:  group(sys)
 BuildRequires:  libacl-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libcap-progs
 BuildRequires:  libtool
 BuildRequires:  po4a
 BuildRequires:  sharutils
-# user(daemon)/group(sys) is required for t.tar testsuite
-BuildRequires:  group(sys)
 BuildRequires:  user(daemon)
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
@@ -53,11 +53,7 @@
 had the user really been root.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%autosetup -p1
 
 %build
 autoreconf -fi
@@ -83,7 +79,7 @@
 --disable-static \
 --with-ipc=$type \
 --program-suffix=-$type
-  make %{?_smp_mflags}
+  %make_build
   cd ..
 done
 
@@ -112,7 +108,7 @@
 
 %check
 for type in sysv tcp; do
-  make -C obj-$type check
+  make %{?_smp_mflags} -C obj-$type check
 done
 
 %post
@@ -157,7 +153,8 @@
 fi
 
 %files
-%doc AUTHORS BUGS COPYING DEBUG README doc/README.saving
+%license COPYING
+%doc AUTHORS BUGS DEBUG README doc/README.saving
 %ghost %{_bindir}/faked
 %ghost %{_sysconfdir}/alternatives/faked
 %ghost %{_bindir}/fakeroot
@@ -171,8 +168,8 @@
 %ghost %{_sysconfdir}/alternatives/faked.1%{ext_man}
 %ghost %{_mandir}/man1/fakeroot.1%{ext_man}
 %ghost %{_sysconfdir}/alternatives/fakeroot.1%{ext_man}
-%{_mandir}/man1/faked-*.1%{ext_man}
-%{_mandir}/man1/fakeroot-*.1%{ext_man}
+%{_mandir}/man1/faked-*.1%{?ext_man}
+%{_mandir}/man1/fakeroot-*.1%{?ext_man}
 %dir %{_mandir}/nl/
 %dir %{_mandir}/nl/man1/
 %dir %{_mandir}/pt/




commit perl-Perl-Tidy for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2019-09-25 01:02:58

Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.7948 (New)


Package is "perl-Perl-Tidy"

Wed Sep 25 01:02:58 2019 rev:24 rq:731471 version:20190915

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes
2019-06-04 12:10:11.123864121 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.7948/perl-Perl-Tidy.changes  
2019-09-25 01:03:04.173871259 +0200
@@ -1,0 +2,59 @@
+Mon Sep 16 12:22:01 UTC 2019 -  
+
+- updated to 20190915
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
+
+  ## 2019 09 15
+  
+  - fixed issue RT#130344: false warning "operator in print statement" 
+for "use lib". 
+  
+  - fixed issue RT#130304: standard error output should include filename.
+When perltidy error messages are directed to the standard error output 
+with -se or --standard-error-output, the message lines now have a 
prefix 
+'filename:' for clarification in case multiple files 
+are processed, where 'filename' is the name of the input file.  If 
+input is from the standard input the displayed filename is '', 
+and if it is from a data structure then displayed filename 
+is ''.
+  
+  - implement issue RT#130425: check mode.  A new flag '--assert-tidy'
+will cause an error message if the output script is not identical to
+the input script. For completeness, the opposite flag '--assert-untidy'
+has also been added.  The next item, RT#130297, insures that the script
+will exit with a non-zero exit flag if the assertion fails.
+  
+  - fixed issue RT#130297; the perltidy script now exits with a nonzero 
exit 
+status if it wrote to the standard error output. Prevously only fatal
+run errors produced a non-zero exit flag. Now, even non-fatal messages
+requested with the -w flag will cause a non-zero exit flag.  The exit
+flag now has these values:
+  
+   0 = no errors
+   1 = perltidy could not run to completion due to errors
+   2 = perltidy ran to completion with error messages
+  
+  - added warning message for RT#130008, which warns of conflicting input
+parameters -iob and -bom or -boc.
+  
+  - fixed RT#129850; concerning a space between a closing block brace and
+opening bracket or brace, as occurs before the '[' in this line:
+  
+ my @addunix = map { File::Spec::Unix->catfile( @ROOT, @$_ ) } ['b'];
+  
+Formerly, any space was removed. Now it is optional, and the output 
will
+follow the input.
+  
+  - fixed issue git#13, needless trailing whitespace in error message
+  
+  - fixed issue git#9: if the -ce (--cuddled-else) flag is used,
+do not try to form new one line blocks for a block type 
+specified with -cbl, particularly map, sort, grep
+  
+  - iteration speedup for unchanged code.  Previously, when iterations were
+requested, at least two formatting passes were made. Now just a single 
pass
+is made if the formatted code is identical to the input code.
+  
+  - some improved vertical alignments
+
+---

Old:

  Perl-Tidy-20190601.tar.gz

New:

  Perl-Tidy-20190915.tar.gz



Other differences:
--
++ perl-Perl-Tidy.spec ++
--- /var/tmp/diff_new_pack.2hEWkS/_old  2019-09-25 01:03:06.133870832 +0200
+++ /var/tmp/diff_new_pack.2hEWkS/_new  2019-09-25 01:03:06.137870831 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Tidy
-Version:20190601
+Version:20190915
 Release:0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Perl-Tidy

++ Perl-Tidy-20190601.tar.gz -> Perl-Tidy-20190915.tar.gz ++
 1982 lines of diff (skipped)




commit openmpi2 for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2019-09-25 01:00:51

Comparing /work/SRC/openSUSE:Factory/openmpi2 (Old)
 and  /work/SRC/openSUSE:Factory/.openmpi2.new.7948 (New)


Package is "openmpi2"

Wed Sep 25 01:00:51 2019 rev:27 rq:731422 version:2.1.6

Changes:

--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes2019-06-01 
09:41:45.679482800 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi2.new.7948/openmpi2.changes  
2019-09-25 01:00:56.881898970 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 17:00:14 UTC 2019 - Michel Normand 
+
+- Add -ffat-lto-objects in spec to avoid build error
+
+---



Other differences:
--
++ openmpi2.spec ++
--- /var/tmp/diff_new_pack.HMC8pu/_old  2019-09-25 01:00:58.581898600 +0200
+++ /var/tmp/diff_new_pack.HMC8pu/_new  2019-09-25 01:00:58.593898597 +0200
@@ -389,6 +389,7 @@
 #
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 export USER=OBS
 export HOSTNAME=OBS
 %{?with_hpc:%hpc_debug}




commit openmpi for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2019-09-25 00:58:46

Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and  /work/SRC/openSUSE:Factory/.openmpi.new.7948 (New)


Package is "openmpi"

Wed Sep 25 00:58:46 2019 rev:82 rq:731421 version:1.10.7

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2019-08-08 
14:22:06.336360976 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new.7948/openmpi.changes
2019-09-25 00:58:47.425921961 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 16:54:39 UTC 2019 - Michel Normand 
+
+- Add -ffat-lto-objects in spec to avoid build error
+
+---



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.JaHKro/_old  2019-09-25 00:58:48.301922089 +0200
+++ /var/tmp/diff_new_pack.JaHKro/_new  2019-09-25 00:58:48.305922090 +0200
@@ -342,6 +342,7 @@
 #
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %{?with_hpc:%hpc_debug}
 # To force rebuilding Makefile.in
 rm -f ompi/debuggers/Makefile.in




commit conmon for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package conmon for openSUSE:Factory checked 
in at 2019-09-25 00:56:41

Comparing /work/SRC/openSUSE:Factory/conmon (Old)
 and  /work/SRC/openSUSE:Factory/.conmon.new.7948 (New)


Package is "conmon"

Wed Sep 25 00:56:41 2019 rev:3 rq:731418 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/conmon/conmon.changes2019-08-27 
15:50:33.419769100 +0200
+++ /work/SRC/openSUSE:Factory/.conmon.new.7948/conmon.changes  2019-09-25 
00:56:45.257904095 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 16:59:28 UTC 2019 - Sascha Grunert 
+
+- Set masterfd_stdout before registering ctrl_cb
+
+---

Old:

  conmon-2.0.0.tar.xz

New:

  conmon-2.0.1.tar.xz



Other differences:
--
++ conmon.spec ++
--- /var/tmp/diff_new_pack.h8J4cp/_old  2019-09-25 00:56:45.797904174 +0200
+++ /var/tmp/diff_new_pack.h8J4cp/_new  2019-09-25 00:56:45.801904174 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   conmon
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:An OCI container runtime monitor
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.h8J4cp/_old  2019-09-25 00:56:45.837904180 +0200
+++ /var/tmp/diff_new_pack.h8J4cp/_new  2019-09-25 00:56:45.837904180 +0200
@@ -2,8 +2,8 @@
 
 https://github.com/containers/conmon
 git
-2.0.0
-v2.0.0
+2.0.1
+v2.0.1
 
 
 conmon-*.tar

++ conmon-2.0.0.tar.xz -> conmon-2.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conmon-2.0.0/Makefile new/conmon-2.0.1/Makefile
--- old/conmon-2.0.0/Makefile   2019-08-09 16:53:57.0 +0200
+++ new/conmon-2.0.1/Makefile   2019-09-13 17:34:08.0 +0200
@@ -43,6 +43,25 @@
override CFLAGS += $(shell $(PKG_CONFIG) --cflags libsystemd) -D 
USE_JOURNALD=0
 endif
 
+define DOCKERFILE
+   FROM alpine:latest
+   RUN apk add --update --no-cache bash make git gcc pkgconf libc-dev 
glib-dev glib-static
+   COPY . /go/src/$(PROJECT)
+   WORKDIR /go/src/$(PROJECT)
+   RUN make static
+endef
+export DOCKERFILE
+
+containerized: bin
+   $(eval PODMAN ?= $(if $(shell podman -v),podman,docker))
+   echo "$$DOCKERFILE" | $(PODMAN) build --force-rm -t conmon-build -f - .
+   CTR=`$(PODMAN) create conmon-build` \
+   && $(PODMAN) cp $$CTR:/go/src/$(PROJECT)/bin/conmon bin/conmon \
+   && $(PODMAN) rm $$CTR
+
+static:
+   $(MAKE) git-vars bin/conmon PKG_CONFIG='$(PKG_CONFIG) --static' 
CFLAGS='-static' LDFLAGS='$(LDFLAGS) -s -w -static' LIBS='$(LIBS)'
+
 bin/conmon: src/conmon.o src/cmsg.o src/ctr_logging.o src/utils.o | bin
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
 
@@ -66,8 +85,7 @@
 
 .PHONY: clean
 clean:
-   rm -f bin/conmon src/*.o
-   rmdir bin
+   rm -rf bin/ src/*.o
 
 .PHONY: install install.bin install.crio install.podman podman crio
 install: install.bin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conmon-2.0.0/VERSION new/conmon-2.0.1/VERSION
--- old/conmon-2.0.0/VERSION2019-08-09 16:53:57.0 +0200
+++ new/conmon-2.0.1/VERSION2019-09-13 17:34:08.0 +0200
@@ -1 +1 @@
-2.0.0
+2.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conmon-2.0.0/src/conmon.c 
new/conmon-2.0.1/src/conmon.c
--- old/conmon-2.0.0/src/conmon.c   2019-08-09 16:53:57.0 +0200
+++ new/conmon-2.0.1/src/conmon.c   2019-09-13 17:34:08.0 +0200
@@ -116,7 +116,7 @@
{"version", 0, 0, G_OPTION_ARG_NONE, _version, "Print the version 
and exit", NULL},
{"syslog", 0, 0, G_OPTION_ARG_NONE, _syslog, "Log to syslog (use 
with cgroupfs cgroup manager)", NULL},
{"log-level", 0, 0, G_OPTION_ARG_STRING, _log_level, "Print debug 
logs based on log level", NULL},
-   {NULL}};
+   {NULL, 0, 0, 0, NULL, NULL, NULL}};
 
 #define CGROUP_ROOT "/sys/fs/cgroup"
 #define OOM_SCORE "-999"
@@ -676,7 +676,7 @@
ws.ws_col = width;
ret = ioctl(masterfd_stdout, TIOCSWINSZ, );
if (ret == -1) {
-   nwarn("Failed to set process pty terminal size");
+   pwarn("Failed to set process pty terminal size");
}
 }
 
@@ -795,6 +795,11 @@
masterfd_stdin = console.fd;
masterfd_stdout = console.fd;
 
+   /* now that we've set masterfd_stdout, we can register the ctrl_cb
+* if we didn't set it here, we'd risk attempting to run ioctl on
+* a negative fd, and fail to resize the window */
+   g_unix_fd_add(terminal_ctrl_fd, G_IO_IN, ctrl_cb, NULL);
+
/* Clean up everything */
close(connfd);
 
@@ -988,7 

commit branding-openSUSE for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2019-09-25 00:54:34

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


Package is "branding-openSUSE"

Wed Sep 25 00:54:34 2019 rev:108 rq:731416 version:84.87.20180403

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2019-08-10 23:44:37.023629744 +0200
+++ 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new.7948/branding-openSUSE.changes
2019-09-25 00:54:37.109885354 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 13:19:39 UTC 2019 - Jan Engelhardt 
+
+- Avoid bashisms in scriptlets.
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.xQtjag/_old  2019-09-25 00:54:39.245885667 +0200
+++ /var/tmp/diff_new_pack.xQtjag/_new  2019-09-25 00:54:39.277885672 +0200
@@ -12,10 +12,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define theme_name openSUSE
 %define theme_version tumbleweed
 %define theme_version_clean Tumbleweed
@@ -39,14 +40,14 @@
 Source0:branding-%{theme_version}.zip
 # PATCH-FIX-UPSTREAM
 Patch1: fix-parallel-build.patch
+BuildRequires:  GraphicsMagick
 BuildRequires:  fdupes
 BuildRequires:  fribidi
-BuildRequires:  suse-module-tools
-BuildRequires:  update-desktop-files
+BuildRequires:  optipng
 BuildRequires:  rsvg-view
-BuildRequires:  GraphicsMagick
+BuildRequires:  suse-module-tools
 BuildRequires:  unzip
-BuildRequires:  optipng
+BuildRequires:  update-desktop-files
 Conflicts:  branding
 Provides:   branding
 BuildArch:  noarch
@@ -100,8 +101,8 @@
 %package -n icewm-theme-yast-installation
 Summary:%{theme_name} %{theme_version_clean} branding for IceWM 
during the installation
 License:BSD-3-Clause AND CC-BY-SA-3.0 AND GPL-2.0-or-later
-Supplements:((yast-installation and icewm) and branding-%{theme_name})
 Group:  System/Fhs
+Supplements:((yast-installation and icewm) and branding-%{theme_name})
 Conflicts:  icewm-theme-branding
 BuildArch:  noarch
 
@@ -124,9 +125,9 @@
 %package -n systemd-icon-branding-%{theme_name}
 Summary:%{theme_name} %{theme_version_clean} icons for systemd
 License:CC-BY-SA-3.0
+Group:  System/Fhs
 Supplements:(systemd and branding-%{theme_name})
 Provides:   systemd-icon-branding = %{version}
-Group:  System/Fhs
 Conflicts:  systemd-icon-branding
 BuildArch:  noarch
 
@@ -280,7 +281,7 @@
 
 %post -n plymouth-branding-%{theme_name}
 OTHEME="$(%{_sbindir}/plymouth-set-default-theme)"
-if [ "$OTHEME" == "text" -o "$OTHEME" == "bgrt" ]; then
+if [ "$OTHEME" = "text" -o "$OTHEME" = "bgrt" ]; then
if [ ! -e /.buildenv ]; then
  %{_sbindir}/plymouth-set-default-theme bgrt
  %{?regenerate_initrd_post}
@@ -291,7 +292,7 @@
 
 %postun -n plymouth-branding-%{theme_name}
 if [ $1 -eq 0 ]; then
-if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "bgrt" ]; then
+if [ "$(%{_sbindir}/plymouth-set-default-theme)" = "bgrt" ]; then
 %{_sbindir}/plymouth-set-default-theme --reset
 %{?regenerate_initrd_post}
 fi





commit libXfont2 for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package libXfont2 for openSUSE:Factory 
checked in at 2019-09-25 00:52:29

Comparing /work/SRC/openSUSE:Factory/libXfont2 (Old)
 and  /work/SRC/openSUSE:Factory/.libXfont2.new.7948 (New)


Package is "libXfont2"

Wed Sep 25 00:52:29 2019 rev:5 rq:731350 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/libXfont2/libXfont2.changes  2017-12-06 
08:58:51.852380944 +0100
+++ /work/SRC/openSUSE:Factory/.libXfont2.new.7948/libXfont2.changes
2019-09-25 00:52:30.545866846 +0200
@@ -1,0 +2,9 @@
+Mon Sep 16 17:41:07 UTC 2019 - Stefan Dirsch 
+
+- Update to version 2.0.4
+  * This minor maintenance release cleans up issues found by
+Coverity and gcc, as well as additional hardening through
+the use of APIs with stronger bounds checking.
+- tag COPYING as license
+
+---

Old:

  libXfont2-2.0.3.tar.bz2

New:

  libXfont2-2.0.4.tar.bz2



Other differences:
--
++ libXfont2.spec ++
--- /var/tmp/diff_new_pack.2VHdVT/_old  2019-09-25 00:52:31.025866916 +0200
+++ /var/tmp/diff_new_pack.2VHdVT/_new  2019-09-25 00:52:31.029866917 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libXfont2
 #
-# 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,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libXfont2
 %define lname   libXfont2-2
-Version:2.0.3
+Version:2.0.4
 Release:0
 Summary:X font handling library for server and utilities
 License:MIT
@@ -97,7 +97,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %_libdir/libXfont2.so.2*
 
 %files devel

++ libXfont2-2.0.3.tar.bz2 -> libXfont2-2.0.4.tar.bz2 ++
 5905 lines of diff (skipped)




commit fipscheck for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package fipscheck for openSUSE:Factory 
checked in at 2019-09-25 00:50:24

Comparing /work/SRC/openSUSE:Factory/fipscheck (Old)
 and  /work/SRC/openSUSE:Factory/.fipscheck.new.7948 (New)


Package is "fipscheck"

Wed Sep 25 00:50:24 2019 rev:9 rq:731327 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/fipscheck/fipscheck.changes  2019-01-15 
13:13:51.920475886 +0100
+++ /work/SRC/openSUSE:Factory/.fipscheck.new.7948/fipscheck.changes
2019-09-25 00:50:25.537877768 +0200
@@ -1,0 +2,8 @@
+Mon Sep 16 10:48:51 UTC 2019 - Vítězslav Čížek 
+
+- Remove #include of unused fips.h to fix build with OpenSSL 1.1.1
+  (bsc#1149792)
+  * add fipscheck-fips.h_not_needed.patch
+- Drop obsolete openssl-1_1-port.patch (upstream)
+
+---

Old:

  openssl-1_1-port.patch

New:

  fipscheck-fips.h_not_needed.patch



Other differences:
--
++ fipscheck.spec ++
--- /var/tmp/diff_new_pack.KMOeCp/_old  2019-09-25 00:50:26.017877692 +0200
+++ /var/tmp/diff_new_pack.KMOeCp/_new  2019-09-25 00:50:26.021877692 +0200
@@ -26,20 +26,14 @@
 License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
 URL:https://releases.pagure.org/%{name}/
-# Source0 is a local file because current version is 1.5.0,
-# but the latest in the official release folder is 1.4.1
 Source0:
https://releases.pagure.org/fipscheck/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-Patch0: openssl-1_1-port.patch
 Patch1: fipscheck-dont_generate_manpages.patch
+Patch2: fipscheck-fips.h_not_needed.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-%if 0%{?suse_version} >= 1500
-BuildRequires:  libopenssl-1_0_0-devel
-%else
-BuildRequires:  libopenssl-devel
-%endif
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(openssl)
 Requires:   %{lname} = %{version}
 
 %description
@@ -65,10 +59,8 @@
 
 %prep
 %setup -q
-if pkg-config --atleast-version=1.1 openssl; then
-%patch0 -p1
-fi
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static --libdir=/%{_lib}

++ fipscheck-dont_generate_manpages.patch ++
--- /var/tmp/diff_new_pack.KMOeCp/_old  2019-09-25 00:50:26.221877660 +0200
+++ /var/tmp/diff_new_pack.KMOeCp/_new  2019-09-25 00:50:26.241877657 +0200
@@ -1,7 +1,7 @@
 Index: fipscheck-1.5.0/man/Makefile.in
 ===
 --- fipscheck-1.5.0.orig/man/Makefile.in   2017-02-23 15:49:16.0 
+0100
-+++ fipscheck-1.5.0/man/Makefile.in2019-01-03 12:03:26.003429620 +0100
 fipscheck-1.5.0/man/Makefile.in2019-09-16 12:46:20.335487000 +0200
 @@ -567,7 +567,7 @@ uninstall-man: uninstall-man3 uninstall-
  
  

++ fipscheck-fips.h_not_needed.patch ++
Index: fipscheck-1.5.0/src/filehmac.c
===
--- fipscheck-1.5.0.orig/src/filehmac.c 2019-09-16 12:47:15.843827233 +0200
+++ fipscheck-1.5.0/src/filehmac.c  2019-09-16 12:47:20.847857908 +0200
@@ -41,7 +41,6 @@
 #include 
 
 #if defined(WITH_OPENSSL)
-#include 
 #include 
 #include 
 #elif defined(WITH_NSS)



commit opencv3 for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package opencv3 for openSUSE:Factory checked 
in at 2019-09-25 00:48:14

Comparing /work/SRC/openSUSE:Factory/opencv3 (Old)
 and  /work/SRC/openSUSE:Factory/.opencv3.new.7948 (New)


Package is "opencv3"

Wed Sep 25 00:48:14 2019 rev:3 rq:731318 version:3.4.6

Changes:

--- /work/SRC/openSUSE:Factory/opencv3/opencv3.changes  2019-09-11 
10:16:51.663537061 +0200
+++ /work/SRC/openSUSE:Factory/.opencv3.new.7948/opencv3.changes
2019-09-25 00:48:15.445898355 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 10:11:25 UTC 2019 - Michel Normand 
+
+- Disable LTO on ppc64le for now, as it fails to build when enabled
+  (boo#1146096).
+
+---



Other differences:
--
++ opencv3.spec ++
--- /var/tmp/diff_new_pack.NrZeCK/_old  2019-09-25 00:48:19.933897645 +0200
+++ /var/tmp/diff_new_pack.NrZeCK/_new  2019-09-25 00:48:19.973897639 +0200
@@ -16,6 +16,11 @@
 #
 
 
+# Build failure with LTO enabled on ppc64le boo#1146096
+%ifarch ppc64le
+%define _lto_cflags %{nil}
+%endif
+
 %define srcname opencv
 %define libname lib%{srcname}
 %define soname 3_4




commit perl-Text-CSV_XS for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package perl-Text-CSV_XS for 
openSUSE:Factory checked in at 2019-09-25 00:46:10

Comparing /work/SRC/openSUSE:Factory/perl-Text-CSV_XS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new.7948 (New)


Package is "perl-Text-CSV_XS"

Wed Sep 25 00:46:10 2019 rev:40 rq:731279 version:1.40

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-CSV_XS/perl-Text-CSV_XS.changes
2019-03-24 14:56:47.483203393 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new.7948/perl-Text-CSV_XS.changes  
2019-09-25 00:46:12.797917764 +0200
@@ -1,0 +2,16 @@
+Mon Sep 16 12:24:19 UTC 2019 -  
+
+- updated to 1.40
+   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
+
+  1.40 - 2019-09-15, H.Merijn Brand
+  * Update to Devel::PPPort-3.52
+  * Development perl is now 5.28.2
+  * [csv2xlsx] sheetnames are restricted to 31 characters
+  * Generate cpanfile
+  * Add munge type "db"
+  * [csv2xls/csv2xlsx] do not generate xls/xlsx on empty CSV (issue#18)
+  * New: support $csv->formula (sub { ... })
+  * Support stacked encodings
+
+---

Old:

  Text-CSV_XS-1.39.tgz

New:

  Text-CSV_XS-1.40.tgz



Other differences:
--
++ perl-Text-CSV_XS.spec ++
--- /var/tmp/diff_new_pack.rZ7xPw/_old  2019-09-25 00:46:13.265917690 +0200
+++ /var/tmp/diff_new_pack.rZ7xPw/_new  2019-09-25 00:46:13.265917690 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Text-CSV_XS
-Version:1.39
+Version:1.40
 Release:0
 %define cpan_name Text-CSV_XS
-Summary:Comma-Separated Values Manipulation Routines
+Summary:Comma-separated values manipulation routines
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:https://metacpan.org/release/%{cpan_name}
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Recommends: perl(Encode) >= 2.98
+Recommends: perl(Encode) >= 3.01
 %{perl_requires}
 
 %description
@@ -48,11 +48,11 @@
 # MANUAL END
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Text-CSV_XS-1.39.tgz -> Text-CSV_XS-1.40.tgz ++
 3598 lines of diff (skipped)




commit perl-Carp-Clan for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package perl-Carp-Clan for openSUSE:Factory 
checked in at 2019-09-25 00:44:05

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


Package is "perl-Carp-Clan"

Wed Sep 25 00:44:05 2019 rev:27 rq:731278 version:6.08

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carp-Clan/perl-Carp-Clan.changes
2018-12-08 11:19:27.962891266 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Clan.new.7948/perl-Carp-Clan.changes  
2019-09-25 00:44:08.889937373 +0200
@@ -1,0 +2,11 @@
+Mon Sep 16 12:11:08 UTC 2019 -  
+
+- updated to 6.08
+   see /usr/share/doc/packages/perl-Carp-Clan/Changes
+
+  6.08  2019-09-14 17:09:41Z
+   - fix warning in bad test (thanks, Todd Rinaldo - RT#130494)
+   - speed up code that was accomodating ancient perl versions that are no
+ longer supported
+
+---

Old:

  Carp-Clan-6.07.tar.gz

New:

  Carp-Clan-6.08.tar.gz



Other differences:
--
++ perl-Carp-Clan.spec ++
--- /var/tmp/diff_new_pack.0O57T7/_old  2019-09-25 00:44:09.389937293 +0200
+++ /var/tmp/diff_new_pack.0O57T7/_new  2019-09-25 00:44:09.389937293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Carp-Clan
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Carp-Clan
-Version:6.07
+Version:6.08
 Release:0
 %define cpan_name Carp-Clan
 Summary:Report errors from perspective of caller of a "clan" of modules

++ Carp-Clan-6.07.tar.gz -> Carp-Clan-6.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.07/CONTRIBUTING 
new/Carp-Clan-6.08/CONTRIBUTING
--- old/Carp-Clan-6.07/CONTRIBUTING 2018-12-02 22:45:01.0 +0100
+++ new/Carp-Clan-6.08/CONTRIBUTING 2019-09-14 19:09:48.0 +0200
@@ -74,11 +74,18 @@
 The code for this distribution is hosted at GitHub. The repository is:
 https://github.com/karenetheridge/Carp-Clan
 You can submit code changes by forking the repository, pushing your code
-changes to your clone, and then submitting a pull request. Detailed
-instructions for doing that is available here:
+changes to your clone, and then submitting a pull request. Please include a
+suitable end-user-oriented entry in the Changes file describing your change.
+Detailed instructions for doing that is available here:
 
 https://help.github.com/articles/creating-a-pull-request
 
+All pull requests for this distribution will be automatically tested on Linux
+by Travis at: https://travis-ci.com/karenetheridge/Carp-Clan
+Results will be visible in the pull request on GitHub. Follow the appropriate
+links for details when tests fail. Changes will not be mergeable until all
+tests pass.
+
 If you have found a bug, but do not have an accompanying patch to fix it, you
 can submit an issue report here:
 https://rt.cpan.org/Public/Dist/Display.html?Name=Carp-Clan
@@ -93,4 +100,4 @@
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.014
-from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.145.
+from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.150.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.07/Changes new/Carp-Clan-6.08/Changes
--- old/Carp-Clan-6.07/Changes  2018-12-02 22:45:01.0 +0100
+++ new/Carp-Clan-6.08/Changes  2019-09-14 19:09:48.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Carp-Clan
 
+6.08  2019-09-14 17:09:41Z
+ - fix warning in bad test (thanks, Todd Rinaldo - RT#130494)
+ - speed up code that was accomodating ancient perl versions that are no
+   longer supported
+
 6.07  2018-12-02 21:44:55Z
  - declared test prerequisites in the proper phase (RT#125288)
  - modernized distribution tooling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.07/MANIFEST new/Carp-Clan-6.08/MANIFEST
--- old/Carp-Clan-6.07/MANIFEST 2018-12-02 22:45:01.0 +0100
+++ new/Carp-Clan-6.08/MANIFEST 2019-09-14 19:09:48.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.013.
 CONTRIBUTING
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit libqt5-qtwebkit for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2019-09-25 00:41:59

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new.7948 (New)


Package is "libqt5-qtwebkit"

Wed Sep 25 00:41:59 2019 rev:53 rq:730783 version:5.212~alpha3

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2019-07-13 14:00:19.258899403 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new.7948/libqt5-qtwebkit.changes
2019-09-25 00:42:00.781957646 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 07:06:21 UTC 2019 - Guillaume GARDET 
+
+- Add patch to fix build on armv6:
+  * webkit-bwo141288.patch
+
+---

New:

  webkit-bwo141288.patch



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.IQaFvn/_old  2019-09-25 00:42:01.877957473 +0200
+++ /var/tmp/diff_new_pack.IQaFvn/_new  2019-09-25 00:42:01.901957469 +0200
@@ -46,6 +46,8 @@
 Patch0: enable_x11_target_always.patch
 # PATCH-FIX-OPENSUSE
 Patch1: tell-the-truth-about-private-api.patch
+# PATCH-FIX-UPSTREAM https://bugs.webkit.org/show_bug.cgi?id=141288
+Patch2: webkit-bwo141288.patch
 
 %if %{with avsupport}
 BuildRequires:  pkgconfig(gstreamer-1.0)
@@ -116,6 +118,7 @@
 %setup -q -n %{tar_version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %package -n %libname
 Summary:Qt 5 WebKit Widget library

++ webkit-bwo141288.patch ++
>From 7cc86ebe881f36bfef18d8666d2a55eae892 Mon Sep 17 00:00:00 2001
From: Guilherme Iscaro 
Date: Fri, 31 Mar 2017 10:31:49 -0300
Subject: [PATCH] Fix build on ARMv6.

The ARMv6 and older architures does not support the movw and movl
instructions, thus causing a build break.
This patch fix the problem by creating a new offlineasm instruction,
which will use the ldr instruction to load a immediate into a register.

https://bugs.webkit.org/show_bug.cgi?id=141288

Reviewed by NOBODY (OOPS!).

* llint/LowLevelInterpreter.asm:
* offlineasm/arm.rb:
* offlineasm/instructions.rb:
---
 Source/JavaScriptCore/llint/LowLevelInterpreter.asm | 8 +++-
 Source/JavaScriptCore/offlineasm/arm.rb | 2 ++
 Source/JavaScriptCore/offlineasm/instructions.rb| 3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.asm 
b/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
index ab3c0c8e771..6c32eef8852 100644
--- a/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
+++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
@@ -1167,7 +1167,13 @@ macro setEntryAddress(index, label)
 move index, t4
 storep t1, [a0, t4, 8]
 elsif ARM or ARMv7 or ARMv7_TRADITIONAL
-mvlbl (label - _relativePCBase), t4
+if ARM
+   ldrlbl t4, label
+   ldrlbl t3, _relativePCBase
+   subp t4, t3, t4
+else
+   mvlbl (label - _relativePCBase), t4
+end
 addp t4, t1, t4
 move index, t3
 storep t4, [a0, t3, 4]
diff --git a/Source/JavaScriptCore/offlineasm/arm.rb 
b/Source/JavaScriptCore/offlineasm/arm.rb
index c8064a59196..a9c40c8995c 100644
--- a/Source/JavaScriptCore/offlineasm/arm.rb
+++ b/Source/JavaScriptCore/offlineasm/arm.rb
@@ -504,6 +504,8 @@ class Instruction
 when "mvlbl"
 $asm.puts "movw #{operands[1].armOperand}, 
\#:lower16:#{operands[0].value}"
 $asm.puts "movt #{operands[1].armOperand}, 
\#:upper16:#{operands[0].value}"
+when "ldrlbl"
+$asm.puts "ldr #{operands[0].armOperand}, =#{operands[1].value}"
 when "nop"
 $asm.puts "nop"
 when "bieq", "bpeq", "bbeq"
diff --git a/Source/JavaScriptCore/offlineasm/instructions.rb 
b/Source/JavaScriptCore/offlineasm/instructions.rb
index bbfce7193b3..8cc1cb961ce 100644
--- a/Source/JavaScriptCore/offlineasm/instructions.rb
+++ b/Source/JavaScriptCore/offlineasm/instructions.rb
@@ -261,7 +261,8 @@ X86_INSTRUCTIONS =
 ARM_INSTRUCTIONS =
 [
  "clrbp",
- "mvlbl"
+ "mvlbl",
+ "ldrlbl"
 ]
 
 ARM64_INSTRUCTIONS =
-- 
2.12.1




commit 000release-packages for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-09-24 22:05:05

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


Package is "000release-packages"

Tue Sep 24 22:05:05 2019 rev:261 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.khL2gd/_old  2019-09-24 22:05:09.284664349 +0200
+++ /var/tmp/diff_new_pack.khL2gd/_new  2019-09-24 22:05:09.288664348 +0200
@@ -4537,6 +4537,8 @@
 Provides: weakremover(systemd-mini-bash-completion)
 %ifarch x86_64
 Provides: weakremover(ffmpeg-3)
+Provides: weakremover(fish3)
+Provides: weakremover(fish3-devel)
 Provides: weakremover(libdpdk-17_11)
 Provides: weakremover(python2-selinux)
 Provides: weakremover(python2-setools)




commit 000update-repos for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2019-09-24 21:02:45

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


Package is "000update-repos"

Tue Sep 24 21:02:45 2019 rev:565 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.0:update_1569338157.packages.xz



Other differences:
--
































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2019-09-24 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2019-09-24 21:02:49

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


Package is "000update-repos"

Tue Sep 24 21:02:49 2019 rev:566 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1569323839.packages.xz



Other differences:
--