commit libyui-qt-pkg for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package libyui-qt-pkg for openSUSE:Factory 
checked in at 2019-11-11 12:58:04

Comparing /work/SRC/openSUSE:Factory/libyui-qt-pkg (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new.2990 (New)


Package is "libyui-qt-pkg"

Mon Nov 11 12:58:04 2019 rev:48 rq:745999 version:2.46.9

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg-doc.changes  
2012-08-16 21:58:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-qt-pkg.new.2990/libyui-qt-pkg-doc.changes
2019-11-11 12:58:06.085544878 +0100
@@ -1,0 +2,6 @@
+Tue Oct  8 13:02:39 UTC 2019 - Tomáš Chvátal 
+
+- Format with the new packaging format and guidelines of SUSE
+- Add missing dependency for epstopdf and dot
+
+---
--- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg.changes  
2019-09-23 13:15:19.705127455 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new.2990/libyui-qt-pkg.changes
2019-11-11 12:58:06.117544912 +0100
@@ -1,0 +2,27 @@
+Wed Nov  6 12:11:19 UTC 2019 - Josef Reidinger 
+
+- do not complain about vendor change when switching repo
+  (bsc#1149391,bsc#1065584)
+- 2.46.9
+
+---
+Thu Oct 17 11:58:58 UTC 2019 - Ladislav Slezák 
+
+- 2.46.8
+
+---
+Tue Oct  8 11:17:29 UTC 2019 - Tomáš Chvátal 
+
+- Try to sort out a bit the package using spec-cleaner
+- Use the distribution %cmake macros that define all the various
+  compilation flags/etc.
+- Use %cmake_build that will allow us later to switch from make
+  to ninja on distribution level
+
+---
+Tue Oct  8 11:10:02 UTC 2019 - Tomáš Chvátal 
+
+- Remove Group view pane as it is based on the rpm group tag
+  indirectly via packagekit (fate#326485).
+
+---

Old:

  libyui-qt-pkg-2.46.7.tar.bz2

New:

  libyui-qt-pkg-2.46.9.tar.bz2



Other differences:
--
++ libyui-qt-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.uvHwu5/_old  2019-11-11 12:58:06.637545463 +0100
+++ /var/tmp/diff_new_pack.uvHwu5/_new  2019-11-11 12:58:06.641545467 +0100
@@ -18,65 +18,49 @@
 
 %define parent libyui-qt-pkg
 %define so_version 10
-
 Name:   %{parent}-doc
-Version:2.46.7
+Version:2.46.9
 Release:0
+Summary:Libyui-qt-pkg documentation
+License:LGPL-2.1-only OR LGPL-3.0-only
+URL:https://github.com/libyui/
 Source: %{parent}-%{version}.tar.bz2
-
-BuildArch:  noarch
-
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
 BuildRequires:  libyui-devel >= 3.0.4
+BuildRequires:  texlive-epstopdf-bin
 BuildRequires:  texlive-latex
-
-Url:http://github.com/libyui/
-Summary:Libyui-qt-pkg documentation
-License:LGPL-2.1-only OR LGPL-3.0-only
-Group:  Documentation/HTML
+BuildArch:  noarch
 
 %description
 This package contains the Qt package selector
 component for libYUI.
 
-
 This package provides the documentation. (HTML & PDF)
 
-
 %prep
-
-%setup -n %{parent}-%{version}
+%setup -q -n %{parent}-%{version}
 
 %build
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+export CFLAGS="%{optflags} -DNDEBUG"
+export CXXFLAGS="%{optflags} -DNDEBUG"
 
 ./bootstrap.sh %{_prefix}
 
-mkdir build
-cd build
-cmake .. \
+%cmake \
 -DDOC_DIR=%{_docdir} \
 -DDOCS_ONLY=ON
-
-make %{?jobs:-j%jobs} docs
+%cmake_build docs
 
 %install
-cd build
-make install DESTDIR="$RPM_BUILD_ROOT"
-
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%cmake_install
+%fdupes -s %{buildroot}/%{_docdir}/%{parent}%{so_version}
 
 %files
-%defattr(-,root,root)
 %doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++ libyui-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.uvHwu5/_old  2019-11-11 12:58:06.653545480 +0100
+++ /var/tmp/diff_new_pack.uvHwu5/_new  2019-11-11 12:58:06.657545484 +0100
@@ -16,150 +16,101 @@
 #
 
 
+%define so_version 10
+%define bin_name %{name}%{so_version}
+%define libyui_qt_devel_version libyui-qt-devel >= 2.50.1
+%define libzypp_devel_version libzypp-devel >= 15.14.0
 Name:   libyui-qt-pkg
-Version:2.46.7
+Version:2.46.9
 Release:0
+Summary:Libyui - Qt Package Selector
+License:LGPL-2.1-only OR LGPL-3.0-only
+URL:https://github.com/libyui/
 Source: %{name}-%{version}.tar.bz2
-

commit dtc for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package dtc for openSUSE:Factory checked in 
at 2019-11-11 12:57:54

Comparing /work/SRC/openSUSE:Factory/dtc (Old)
 and  /work/SRC/openSUSE:Factory/.dtc.new.2990 (New)


Package is "dtc"

Mon Nov 11 12:57:54 2019 rev:33 rq:745990 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/dtc/dtc.changes  2019-11-01 15:13:30.952706372 
+0100
+++ /work/SRC/openSUSE:Factory/.dtc.new.2990/dtc.changes2019-11-11 
12:57:55.925534119 +0100
@@ -1,0 +2,11 @@
+Wed Oct 30 15:38:12 UTC 2019 - Dirk Mueller 
+
+- switch to building python3 bindings using setuptools to avoid
+  patching
+
+---
+Wed Oct 30 13:24:05 UTC 2019 - Guillaume GARDET 
+
+- Enable python3 binding in python3-libfdt
+
+---

New:

  dtc-1.5.1.tar.sign



Other differences:
--
++ dtc.spec ++
--- /var/tmp/diff_new_pack.9g542L/_old  2019-11-11 12:57:56.373534593 +0100
+++ /var/tmp/diff_new_pack.9g542L/_new  2019-11-11 12:57:56.373534593 +0100
@@ -24,10 +24,14 @@
 License:GPL-2.0-or-later
 URL:https://github.com/dgibson/dtc
 Source0:
https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-%{version}.tar.gz
-Source1:baselibs.conf
+Source1:
https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-%{version}.tar.sign
+Source2:baselibs.conf
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libyaml-devel
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  swig
 
 %description
 PowerPC kernels are moving towards requiring a small Open
@@ -55,16 +59,31 @@
 %description -n libfdt-devel
 This package provides development files for libfdt
 
+
+%package -n python3-libfdt
+Summary:Python binding for Device Tree
+
+%description -n python3-libfdt
+libfdt is a library to process Open Firmware style device trees on various
+architectures.
+
+Python binding part.
+
 %prep
 %setup -q
 
 %build
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags} V=1 NO_PYTHON=1
+cd pylibfdt
+python3 setup.py build_ext
+%py3_build
 
 %install
-%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
+%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} NO_PYTHON=1
 install -p -m 644 libfdt/libfdt_env.h %{buildroot}/%{_includedir}
 rm -f %{buildroot}/%{_libdir}/*.a
+cd pylibfdt
+%python3_install
 
 %check
 make %{?_smp_mflags} check
@@ -91,4 +110,10 @@
 %{_libdir}/libfdt.so
 %{_includedir}/*
 
+%files -n python3-libfdt
+%{python3_sitearch}/*.so
+%{python3_sitearch}/*.egg-info
+%{python3_sitearch}/__pycache__/*.pyc
+%{python3_sitearch}/libfdt.py
+
 %changelog




commit snapper for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2019-11-11 12:57:32

Comparing /work/SRC/openSUSE:Factory/snapper (Old)
 and  /work/SRC/openSUSE:Factory/.snapper.new.2990 (New)


Package is "snapper"

Mon Nov 11 12:57:32 2019 rev:110 rq:745890 version:0.8.6

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2019-10-18 
14:31:05.084606403 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new.2990/snapper.changes
2019-11-11 12:57:34.313511231 +0100
@@ -1,0 +2,9 @@
+Wed Oct 23 13:00:36 UTC 2019 - José Iván López González 
+
+- add --machine-readable option for CSV and JSON outputs.
+- add --columns option for selecting columns in the commands list,
+  list-configs and get-config.
+- bsc#1149322
+- version 0.8.6
+
+---

Old:

  snapper-0.8.5.tar.bz2

New:

  snapper-0.8.6.tar.bz2



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.hOCJRI/_old  2019-11-11 12:57:35.457512443 +0100
+++ /var/tmp/diff_new_pack.hOCJRI/_new  2019-11-11 12:57:35.461512447 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   snapper
-Version:0.8.5
+Version:0.8.6
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: snapper-%{version}.tar.bz2

++ debian.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/changelog new/debian/changelog
--- old/debian/changelog2019-10-16 02:00:00.0 +0200
+++ new/debian/changelog2019-11-06 01:00:00.0 +0100
@@ -1,3 +1,9 @@
+snapper (0.8.6) stable; urgency=low
+
+  * Updated to version 0.8.6
+
+ -- José Iván López González   Wed, 23 Oct 2019 13:00:36 +
+
 snapper (0.8.5) stable; urgency=low
 
   * allow trailing comments in configuration files (bsc#1005342)

++ snapper-0.8.5.tar.bz2 -> snapper-0.8.6.tar.bz2 ++
 12970 lines of diff (skipped)

++ snapper-Debian_10.0.dsc ++
--- /var/tmp/diff_new_pack.hOCJRI/_old  2019-11-11 12:57:36.201513231 +0100
+++ /var/tmp/diff_new_pack.hOCJRI/_new  2019-11-11 12:57:36.201513231 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.5
+Version: 0.8.6
 Binary: snapper
 Maintainer: Arvin Schnell 
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-15eab1974975c2f3010687796d6eafce 595448 snapper-0.8.5.tar.bz2
+536706b97170ab732314f690947757ae 603358 snapper-0.8.6.tar.bz2

++ snapper-Debian_7.0.dsc ++
--- /var/tmp/diff_new_pack.hOCJRI/_old  2019-11-11 12:57:36.221513252 +0100
+++ /var/tmp/diff_new_pack.hOCJRI/_new  2019-11-11 12:57:36.221513252 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.5
+Version: 0.8.6
 Binary: snapper
 Maintainer: Arvin Schnell 
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-15eab1974975c2f3010687796d6eafce 595448 snapper-0.8.5.tar.bz2
+536706b97170ab732314f690947757ae 603358 snapper-0.8.6.tar.bz2

++ snapper-Debian_8.0.dsc ++
--- /var/tmp/diff_new_pack.hOCJRI/_old  2019-11-11 12:57:36.241513273 +0100
+++ /var/tmp/diff_new_pack.hOCJRI/_new  2019-11-11 12:57:36.241513273 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.5
+Version: 0.8.6
 Binary: snapper
 Maintainer: Arvin Schnell 
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-15eab1974975c2f3010687796d6eafce 595448 snapper-0.8.5.tar.bz2
+536706b97170ab732314f690947757ae 603358 snapper-0.8.6.tar.bz2

++ snapper-Debian_9.0.dsc ++
--- /var/tmp/diff_new_pack.hOCJRI/_old  2019-11-11 12:57:36.261513294 +0100
+++ /var/tmp/diff_new_pack.hOCJRI/_new  2019-11-11 12:57:36.261513294 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.5
+Version: 0.8.6
 Binary: snapper
 Maintainer: Arvin Schnell 
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-15eab1974975c2f3010687796d6eafce 595448 snapper-0.8.5.tar.bz2
+536706b97170ab732314f690947757ae 603358 snapper-0.8.6.tar.bz2

++ snapper-xUbuntu_14.04.dsc ++
--- /var/tmp/diff_new_pack.hOCJRI/_old  2019-11-11 12:57:36.281513316 +0100
+++ /var/tmp/diff_new_pack.hOCJRI/_new  2019-11-11 12:57:36.281513316 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.5
+Version: 0.8.6
 Binary: snapper
 Maintainer: Arvin Schnell 
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-15eab1974975c2f3010687796d6eafce 595448 snapper-0.8.5.tar.bz2
+536706b97170ab732314f690947757ae 603358 

commit rbac-manager for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package rbac-manager for openSUSE:Factory 
checked in at 2019-11-11 12:57:42

Comparing /work/SRC/openSUSE:Factory/rbac-manager (Old)
 and  /work/SRC/openSUSE:Factory/.rbac-manager.new.2990 (New)


Package is "rbac-manager"

Mon Nov 11 12:57:42 2019 rev:6 rq:745962 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/rbac-manager/rbac-manager.changes
2019-11-01 15:13:07.508675796 +0100
+++ /work/SRC/openSUSE:Factory/.rbac-manager.new.2990/rbac-manager.changes  
2019-11-11 12:57:44.593522118 +0100
@@ -1,0 +2,7 @@
+Wed Nov  6 11:31:23 UTC 2019 - Thorsten Kukuk 
+
+- Update to version 0.9.0
+  - You can now specify service account image pull secrets
+  - Versioning now happens automagically.
+
+---

Old:

  rbac-manager-0.8.4.tar.gz

New:

  rbac-manager-0.9.0.tar.gz



Other differences:
--
++ rbac-manager.spec ++
--- /var/tmp/diff_new_pack.aTQx3Z/_old  2019-11-11 12:57:46.317523944 +0100
+++ /var/tmp/diff_new_pack.aTQx3Z/_new  2019-11-11 12:57:46.321523948 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   rbac-manager
-Version:0.8.4
+Version:0.9.0
 Release:0
 Summary:Kubernetes operator for easier RBAC management
 License:Apache-2.0

++ rbac-manager-0.8.4.tar.gz -> rbac-manager-0.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/rbac-manager/rbac-manager-0.8.4.tar.gz 
/work/SRC/openSUSE:Factory/.rbac-manager.new.2990/rbac-manager-0.9.0.tar.gz 
differ: char 12, line 1

++ vendor.tar.gz ++
 107277 lines of diff (skipped)




commit cpio for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package cpio for openSUSE:Factory checked in 
at 2019-11-11 12:56:57

Comparing /work/SRC/openSUSE:Factory/cpio (Old)
 and  /work/SRC/openSUSE:Factory/.cpio.new.2990 (New)


Package is "cpio"

Mon Nov 11 12:56:57 2019 rev:58 rq:745326 version:2.12

Changes:

--- /work/SRC/openSUSE:Factory/cpio/cpio.changes2019-09-30 
15:47:51.367059815 +0200
+++ /work/SRC/openSUSE:Factory/.cpio.new.2990/cpio.changes  2019-11-11 
12:57:00.537475462 +0100
@@ -1,0 +2,8 @@
+Mon Nov  4 15:53:41 UTC 2019 - Kristyna Streitova 
+
+- add cpio-2.12-CVE-2019-14866.patch to fix a security issue where
+  cpio does not properly validate the values written in the header
+  of a TAR file through the to_oct() function [bsc#1155199] 
+  [CVE-2019-14866] 
+
+---

New:

  cpio-2.12-CVE-2019-14866.patch



Other differences:
--
++ cpio.spec ++
--- /var/tmp/diff_new_pack.6ikN3z/_old  2019-11-11 12:57:02.025477038 +0100
+++ /var/tmp/diff_new_pack.6ikN3z/_new  2019-11-11 12:57:02.025477038 +0100
@@ -44,6 +44,7 @@
 Patch25:cpio-fix_truncation_check.patch
 Patch26:cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch
 Patch27:cpio-2.12-out_of_bounds_write.patch
+Patch28:cpio-2.12-CVE-2019-14866.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 Requires(post): %{install_info_prereq}
@@ -86,6 +87,7 @@
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
+%patch28 -p1
 
 %build
 gettextize -f --no-changelog

++ cpio-2.12-CVE-2019-14866.patch ++
>From 7554e3e42cd72f6f8304410c47fe6f8918e9bfd7 Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff 
Date: Sun, 3 Nov 2019 23:59:39 +0200
Subject: Fix CVE-2019-14866

* src/copyout.c (to_ascii): Additional argument nul controls whether
to add the terminating nul character.
(field_width_error): Improve diagnostics: print the actual and the
maximum allowed field value.
* src/extern.h (to_ascii, field_width_error): New prototypes.
* src/tar.c (to_oct): Remove.
(to_oct_or_error): New function.
(TO_OCT): New macro.
(write_out_tar_header): Use TO_OCT and to_ascii. Return 0 on
success, 1 on error.
---
 src/copyout.c | 49 
 src/extern.h  | 15 +++--
 src/tar.c | 72 +++
 3 files changed, 76 insertions(+), 60 deletions(-)

Index: cpio-2.12/src/copyout.c
===
--- cpio-2.12.orig/src/copyout.c
+++ cpio-2.12/src/copyout.c
@@ -269,26 +269,32 @@ writeout_final_defers (int out_des)
so it should be moved to paxutils too.
Allowed values for logbase are: 1 (binary), 2, 3 (octal), 4 (hex) */
 int
-to_ascii (char *where, uintmax_t v, size_t digits, unsigned logbase)
+to_ascii (char *where, uintmax_t v, size_t digits, unsigned logbase, bool nul)
 {
   static char codetab[] = "0123456789ABCDEF";
-  int i = digits;
-  
-  do
+
+  if (nul)
+where[--digits] = 0;
+  while (digits > 0)
 {
-  where[--i] = codetab[(v & ((1 << logbase) - 1))];
+  where[--digits] = codetab[(v & ((1 << logbase) - 1))];
   v >>= logbase;
 }
-  while (i);
 
   return v != 0;
 }
 
-static void
-field_width_error (const char *filename, const char *fieldname)
+void
+field_width_error (const char *filename, const char *fieldname,
+  uintmax_t value, size_t width, bool nul)
 {
-  error (0, 0, _("%s: field width not sufficient for storing %s"),
-filename, fieldname);
+  char valbuf[UINTMAX_STRSIZE_BOUND + 1];
+  char maxbuf[UINTMAX_STRSIZE_BOUND + 1];
+  error (0, 0, _("%s: value %s %s out of allowed range 0..%s"),
+filename, fieldname,
+STRINGIFY_BIGINT (value, valbuf),
+STRINGIFY_BIGINT (MAX_VAL_WITH_DIGITS (width - nul, LG_8),
+  maxbuf));
 }
 
 static void
@@ -303,7 +309,7 @@ to_ascii_or_warn (char *where, uintmax_t
  unsigned logbase,
  const char *filename, const char *fieldname)
 {
-  if (to_ascii (where, n, digits, logbase))
+  if (to_ascii (where, n, digits, logbase, false))
 field_width_warning (filename, fieldname);
 }
 
@@ -312,9 +318,9 @@ to_ascii_or_error (char *where, uintmax_
   unsigned logbase,
   const char *filename, const char *fieldname)
 {
-  if (to_ascii (where, n, digits, logbase))
+  if (to_ascii (where, n, digits, logbase, false))
 {
-  field_width_error (filename, fieldname);
+  field_width_error (filename, fieldname, n, digits, false);
   return 1;
 }
   return 0;
@@ -371,7 +377,7 @@ write_out_new_ascii_header (const char *
 _("name size")))
 

commit dwz for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package dwz for openSUSE:Factory checked in 
at 2019-11-11 12:57:08

Comparing /work/SRC/openSUSE:Factory/dwz (Old)
 and  /work/SRC/openSUSE:Factory/.dwz.new.2990 (New)


Package is "dwz"

Mon Nov 11 12:57:08 2019 rev:9 rq:745484 version:0.13

Changes:

--- /work/SRC/openSUSE:Factory/dwz/dwz.changes  2019-08-30 14:41:27.349420644 
+0200
+++ /work/SRC/openSUSE:Factory/.dwz.new.2990/dwz.changes2019-11-11 
12:57:09.845485320 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 09:55:50 UTC 2019 - Tom de Vries 
+
+- Fix die_no_multifile propagation [swo#25109].
+  * dwz-fix-die-no-multifile-propagation.patch
+
+---

New:

  dwz-fix-die-no-multifile-propagation.patch



Other differences:
--
++ dwz.spec ++
--- /var/tmp/diff_new_pack.wEQeJh/_old  2019-11-11 12:57:10.553486069 +0100
+++ /var/tmp/diff_new_pack.wEQeJh/_new  2019-11-11 12:57:10.553486069 +0100
@@ -74,6 +74,7 @@
 %endif
 
 Patch1: dwz-update-version-copyright-message.patch
+Patch2: dwz-fix-die-no-multifile-propagation.patch
 
 %if %{build_main}
 %description
@@ -103,6 +104,7 @@
 %prep
 %setup -q -n dwz
 %patch1 -p1
+%patch2 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}"

++ dwz-fix-die-no-multifile-propagation.patch ++
- Add iterators.h
- Fix die_no_multifile propagation

Add iterators.h

[ Backport of master commit 61c225a. ]

Add FOREACH_* iterators that iterate over CUs.

Add two iterator functions next_die and next_toplevel die.  Using these
functions, we can describe actions for all (toplevel) DIEs without having to
write a recursive function.

Add FOREACH_* iterators that iterate over DIEs using these functions.

Add FOREACH_* iterators that combine the previous two kinds of FOREACH_*
iterators to iterate over CUs and their DIEs.

2019-11-04  Tom de Vries  

* iterators.h: New file.
* dwz.c: Include iterators.h.


Fix die_no_multifile propagation

[ Backport of master commit 172afd9. ]

I. Terminology

A pseudo-reference from DIE A to DIE B is a reference related to an attribute
of DIE A of class exprloc (or by extension, loclistptr) containing a DWARF
operator (DW_OP_GNU_variable_value, DW_OP_GNU_implicit_pointer,
DW_OP_call_ref) that contains a reference to DIE B.

This in contrast to a regular reference, related to an attribute of
reference class.

II. Assert

When running the test-case from PR25109, we run into an assert:
...
$ cp StartGui.so 1
$ cp 1 2
$ dwz -m 3 1 2
dwz: dwz.c:9310: write_die: \
  Assertion `value && refdcu->cu_kind != CU_ALT' failed.
Aborted (core dumped)
...

The assert is a regression due to commit 5f3ba3a "Mark
DW_OP_GNU_variable_value-referenced DIEs with die_no_multifile".

III. Revisit commit 5f3ba3a

To reiterate the problem fixed by that commit, the issue is that for DIEs
A and B with a pseudo-reference from A to B:
...
(A) --pr--> (B)
...
we have the situation that B ends up in the multifile, and A not, and we end
up in finalize_multifile trying to rewrite the pseudo-reference from A to the
copy of B in the multifile.

It's good to note that for a regular reference, this wouldn't be a problem.
We would simply rewrite the reference in A using DW_FORM_GNU_ref_alt.  But for
the DWARF operators used in pseudo-references, that's not an option because
there are no _alt variants.

The committed fix is to forbid B to move to the multifile, by setting
die_no_multifile to 1.

[ Alternatively, it might be possible to fix this by still allowing B to be
copied to the multifile, and when in finalize_multifile, not rewrite
the pseudo-reference and keep a copy of B in addition to the one in the
multifile. ]

[ It might be possible for both A and B to move to the multifile.  But the
current implementation makes decisions to move individual DIEs to the
multifile or not, and doesn't consider clusters of DIEs, so we have to take a
conservative approach. ]

IV. Assert analysis

The situation when we run into the assert is as follows:
- we have two duplicate chains: {A, B} and {C, D, E, F}
- each duplicate chain has a representant: A' and C'
- there's a pseudo-ref from Z to C

Schematically this looks like this:
...
(A') d---> (A) d---> (B)
 |  | |
 r  r r
 |  | |
 v  v v
(C') --d--> (C) --d--> (D) --d--> (E) --d--> (F)
 ^
 |
 pr
 |
(Z)
...

The assert happens in 

commit rpm-config-SUSE for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory 
checked in at 2019-11-11 12:57:03

Comparing /work/SRC/openSUSE:Factory/rpm-config-SUSE (Old)
 and  /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.2990 (New)


Package is "rpm-config-SUSE"

Mon Nov 11 12:57:03 2019 rev:12 rq:745450 version:0.g44

Changes:

--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes  
2019-10-28 16:43:25.848476828 +0100
+++ 
/work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.2990/rpm-config-SUSE.changes
2019-11-11 12:57:05.769481003 +0100
@@ -1,0 +2,7 @@
+Tue Oct 29 10:26:17 UTC 2019 - opensuse-packag...@opensuse.org
+
+- Update to version 0.g44:
+  * Sync specfile changes
+  * Add _lto_cflags to suse_macros for now
+
+---

Old:

  rpm-config-SUSE-0.g42.tar.xz

New:

  rpm-config-SUSE-0.g44.tar.xz



Other differences:
--
++ rpm-config-SUSE.spec ++
--- /var/tmp/diff_new_pack.K8WF5r/_old  2019-11-11 12:57:06.445481719 +0100
+++ /var/tmp/diff_new_pack.K8WF5r/_new  2019-11-11 12:57:06.445481719 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   rpm-config-SUSE
-Version:0.g42
+Version:0.g44
 Release:0
 Summary:SUSE specific RPM configuration files
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.K8WF5r/_old  2019-11-11 12:57:06.485481761 +0100
+++ /var/tmp/diff_new_pack.K8WF5r/_new  2019-11-11 12:57:06.489481766 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/rpm-config-SUSE
-44c0de9144c42fd306a1454f80989a24542a3dbf
+4b56a3a9a7e3ad95405d1fb0c7900e138db99809
   
 
\ No newline at end of file

++ rpm-config-SUSE-0.g42.tar.xz -> rpm-config-SUSE-0.g44.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.changes 
new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.changes
--- old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.changes   2019-10-16 
11:04:16.0 +0200
+++ new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.changes   2019-10-29 
11:25:49.0 +0100
@@ -1,4 +1,9 @@
 ---
+Tue Oct 29 11:21:54 CET 2019 - m...@suse.de
+
+- add _lto_cflags to suse_macros for now
+
+---
 Wed Aug 14 12:55:05 UTC 2019 - Michal Suchanek 
 
 - find-requires.ksyms: Move modinfo and modprobe check before the ksym
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.spec 
new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.spec
--- old/rpm-config-SUSE-0.g42/package/rpm-config-SUSE.spec  2019-10-16 
11:04:16.0 +0200
+++ new/rpm-config-SUSE-0.g44/package/rpm-config-SUSE.spec  2019-10-29 
11:25:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpm-config-SUSE
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,6 +30,7 @@
 Requires:   rpm
 
 BuildArch:  noarch
+#!BuildIgnore:  rpm-config-SUSE
 
 %description
 This package contains the RPM configuration data for the SUSE Linux
@@ -74,6 +75,7 @@
 %{_rpmconfigdir}/brp-suse
 %{_rpmconfigdir}/firmware.prov
 %{_rpmconfigdir}/sysvinitdeps.sh
+%{_rpmconfigdir}/locale.prov
 # kmod deps
 %{_rpmconfigdir}/find-provides.ksyms
 %{_rpmconfigdir}/find-requires.ksyms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpm-config-SUSE-0.g42/suse_macros.in 
new/rpm-config-SUSE-0.g44/suse_macros.in
--- old/rpm-config-SUSE-0.g42/suse_macros.in2019-10-16 11:04:16.0 
+0200
+++ new/rpm-config-SUSE-0.g44/suse_macros.in2019-10-29 11:25:49.0 
+0100
@@ -299,3 +299,7 @@
 %requires_eq() %(echo '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} 
= %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v 
"is not")
 %requires_ge() %(echo '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} 
>= %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v 
"is not")
 %__perl/usr/bin/perl
+
+# to be removed when no longer needed
+%_lto_cflags   %nil
+




commit suitesparse for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2019-11-11 12:57:25

Comparing /work/SRC/openSUSE:Factory/suitesparse (Old)
 and  /work/SRC/openSUSE:Factory/.suitesparse.new.2990 (New)


Package is "suitesparse"

Mon Nov 11 12:57:25 2019 rev:30 rq:745747 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2019-09-05 
12:07:20.747886032 +0200
+++ /work/SRC/openSUSE:Factory/.suitesparse.new.2990/suitesparse.changes
2019-11-11 12:57:29.361505987 +0100
@@ -1,0 +2,11 @@
+Wed Nov  6 08:38:31 UTC 2019 - Ana Guerrero Lopez 
+
+- Update URL and Source to use GitHub. 
+
+---
+Tue Oct 29 23:12:34 UTC 2019 - Christoph G 
+
+- Update to SuiteSparse 5.6.0
+  *GraphBlas 3.1.1: with OpenMP parallelism, and MATLAB interface
+
+---

Old:

  SuiteSparse-5.4.0.tar.gz

New:

  SuiteSparse-5.6.0.tar.gz



Other differences:
--
++ suitesparse.spec ++
--- /var/tmp/diff_new_pack.qSgidy/_old  2019-11-11 12:57:32.293509092 +0100
+++ /var/tmp/diff_new_pack.qSgidy/_new  2019-11-11 12:57:32.297509097 +0100
@@ -26,10 +26,10 @@
 Summary:A collection of sparse matrix libraries
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
-Version:5.4.0
+Version:5.6.0
 Release:0
-Url:http://faculty.cse.tamu.edu/davis/SuiteSparse/
-Source: 
http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-%{version}.tar.gz
+URL:http://faculty.cse.tamu.edu/davis/suitesparse.html
+Source0:
https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v%{version}.tar.gz#/SuiteSparse-%{version}.tar.gz
 Source2:%{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE build_csparse_shared.patch -- Build CSparse as a shared 
library
 Patch1: build_csparse_shared.patch
@@ -59,7 +59,7 @@
 %define colamdver2.9.6
 %define csparsever   3.2.0
 %define cxsparsever  3.2.0
-%define graphblasver 2.2.2
+%define graphblasver 3.1.1
 %define kluver   1.3.9
 %define ldlver   2.2.6
 %define mongoosever  2.0.3
@@ -68,7 +68,7 @@
 %define umfpackver   5.7.8
 # Your need define even it's just the same as main package
 # or the %%build loop will override %%version with umfpack's version.
-%define configver5.4.0
+%define configver5.6.0
 %define csparsemajor %(echo "%{csparsever}" | cut -d "." -f1)
 %define amdlib   %(echo "libamd%{amdver}"  | cut -d "." 
-f1)
 %define btflib   %(echo "libbtf%{btfver}"  | cut -d "." 
-f1)
@@ -149,8 +149,8 @@
 Obsoletes:  libcsparse-devel   < %{csparsever}
 Provides:   libcxsparse-devel  = %{cxsparsever}
 Obsoletes:  libcxsparse-devel  < %{cxsparsever}
-Provides:   libgraphblas-devel = %{umfpackver}
-Obsoletes:  libgraphblas-devel < %{umfpackver}
+Provides:   libgraphblas-devel = %{graphblasver}
+Obsoletes:  libgraphblas-devel < %{graphblasver}
 Provides:   libklu-devel   = %{kluver}
 Obsoletes:  libklu-devel   < %{kluver}
 Provides:   libldl-devel   = %{ldlver}
@@ -553,7 +553,7 @@
 SuiteSparse_config is part of the SuiteSparse sparse matrix suite.
 
 %prep
-%setup -q -n SuiteSparse
+%setup -q -n SuiteSparse-%{version}
 %patch1 -p1
 sed 's/^CHOLMOD_CONFIG =.*/CHOLMOD_CONFIG = -DNPARTITION/' -i 
SuiteSparse_config/SuiteSparse_config.mk
 %if %{without openblas}
@@ -613,10 +613,6 @@
 cp -Pt %{buildroot}%{_includedir}/%{name} GraphBLAS/Include/*.h
 cp -Prt %{buildroot}%{_docdir} share/doc/*
 
-%if 0%{?sle_version} > 120300
-cp -Pt %{buildroot}%{_libdir} GraphBLAS/build/*.a
-%endif
-
 %check
 amd_test_symbol="amd_postorder"
 btf_test_symbol="btf_order"
@@ -771,7 +767,7 @@
 %{_libdir}/libcxsparse.so.*
 
 %files -n %{graphblaslib}
-%doc GraphBLAS/README.txt
+%doc GraphBLAS/README.md
 %doc GraphBLAS/Doc/GraphBLAS_UserGuide.pdf
 %license GraphBLAS/Doc/ChangeLog GraphBLAS/Doc/License.txt
 %{_libdir}/libgraphblas.so.*
@@ -782,7 +778,7 @@
 %license KLU/Doc/License.txt KLU/Doc/lesser.txt
 %{_libdir}/libklu.so.*
 
-%files -n libldl-doc
+%files -n libklu-doc
 %doc KLU/Doc/KLU_UserGuide.pdf
 
 %files -n %{ldllib}

++ SuiteSparse-5.4.0.tar.gz -> SuiteSparse-5.6.0.tar.gz ++
/work/SRC/openSUSE:Factory/suitesparse/SuiteSparse-5.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.suitesparse.new.2990/SuiteSparse-5.6.0.tar.gz 
differ: char 5, line 1




commit obs-service-format_spec_file for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2019-11-11 12:57:49

Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new.2990 
(New)


Package is "obs-service-format_spec_file"

Mon Nov 11 12:57:49 2019 rev:77 rq:745988 version:20191106

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2019-04-17 10:05:02.838549519 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new.2990/obs-service-format_spec_file.changes
  2019-11-11 12:57:51.577529514 +0100
@@ -1,0 +2,8 @@
+Wed Nov 06 12:38:13 UTC 2019 - co...@suse.com
+
+- Update to version 20191106:
+  * treat %global like %define (handle issue#17) (#38)
+  * change copyright entry to SUSE LLC (handle issue#35) (#36)
+  * reformat url as uppercase URL (handle issue#24) (#37)
+
+---

Old:

  obs-service-format_spec_file-20190411.obscpio

New:

  obs-service-format_spec_file-20191106.obscpio



Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.DS9Zx7/_old  2019-11-11 12:57:52.605530603 +0100
+++ /var/tmp/diff_new_pack.DS9Zx7/_new  2019-11-11 12:57:52.605530603 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   obs-service-format_spec_file
-Version:20190411
+Version:20191106
 Release:0
 Summary:An OBS source service: reformats a spec file to SUSE standard
 License:GPL-2.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.DS9Zx7/_old  2019-11-11 12:57:52.641530641 +0100
+++ /var/tmp/diff_new_pack.DS9Zx7/_new  2019-11-11 12:57:52.641530641 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/obs-service-format_spec_file.git
-  8648dfd49280772d1a9d041bdb94f389a0c0559a
\ No newline at end of file
+  690457063bcca65c25a9b39270cd03915659b85c
\ No newline at end of file

++ debian.dsc ++
--- /var/tmp/diff_new_pack.DS9Zx7/_old  2019-11-11 12:57:52.657530658 +0100
+++ /var/tmp/diff_new_pack.DS9Zx7/_new  2019-11-11 12:57:52.657530658 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-format-spec-file
-Version: 20190411
+Version: 20191106
 Binary: obs-service-format-spec-file
 Maintainer: Adrian Schroeter 
 Architecture: all

++ obs-service-format_spec_file-20190411.obscpio -> 
obs-service-format_spec_file-20191106.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20190411/prepare_spec 
new/obs-service-format_spec_file-20191106/prepare_spec
--- old/obs-service-format_spec_file-20190411/prepare_spec  2019-04-11 
12:59:17.0 +0200
+++ new/obs-service-format_spec_file-20191106/prepare_spec  2019-11-06 
11:49:10.0 +0100
@@ -64,7 +64,7 @@
   'Suggests',
   'Summary',
   'Supplements',
-  'Url',
+  'URL',
 );
 
 my $global_tags_re = '^\s*(' . join("|", @global_tags_list) . ')\s*:';
@@ -80,8 +80,6 @@
 sub capitalize_case($) {
   my ($tag) = @_;
 
-  return $tag if $tag =~ m/Url|URL/;
-
   $tag = lc($tag);
 
   $tag =~ s/docdir/DocDir/i;
@@ -90,6 +88,7 @@
   $tag =~ s/source/Source/i;
   $tag =~ s/req/Req/i;
   $tag =~ s/prov/Prov/i;
+  $tag =~ s/url/URL/i;
   $tag =~ s/^(\w)/uc($1)/e;
 
   return $tag;
@@ -362,7 +361,7 @@
 
 if ( /^#/ && $current_section ne "description") {
   warn "$_ $current_section\n" if $debug;
-  if ( $print_comments eq "true" || $readspec[0] =~ /^%define/ || 
$readspec[0] =~ /^%if/) {
+  if ( $print_comments eq "true" || $readspec[0] =~ /^%define/ || 
$readspec[0] =~ /^%global/ || $readspec[0] =~ /^%if/) {
push @oldspec, $_;
   }
   next;
@@ -378,7 +377,7 @@
   next;
 }
 
-if ( /^\s*%if/ || /^\s*%\{/ || /^\s*%define/ || /^\s*%el/ || /^\s*%endif/ 
) {
+if ( /^\s*%if/ || /^\s*%\{/ || /^\s*%define/ || /^\s*%global/ || /^\s*%el/ 
|| /^\s*%endif/ ) {
   change_section("header") if ($current_section eq "description");
   push @oldspec, $_;
   if ( /^\s*%if\s/ ) {
@@ -417,7 +416,7 @@
} elsif ($ifhandler->{"disabled"} == 0 && $ifhandler->{"depth"} == 1 && 
$ifhandler->{"last_if_if"} == 1) {
  $ifhandler->{"disabled"} = 1;
}
-  } elsif ( /^\s*%define\s/ ) {
+  } elsif ( /^\s*%define\s/ || /^\s*%global\s/ ) {
my @args = split (/\s+/,$_);
$_ =~ s/[\{\}\"]//g for (@args);
$args[2] =~ s/\Q$_\E/$definelist->{$_}/g for sort { length($b) <=> 
length($a) } keys (%{$definelist});
@@ -588,7 +587,7 @@
 open ( SPE , '<', "$specfile" ) || die("open 

commit zstd for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package zstd for openSUSE:Factory checked in 
at 2019-11-11 12:57:20

Comparing /work/SRC/openSUSE:Factory/zstd (Old)
 and  /work/SRC/openSUSE:Factory/.zstd.new.2990 (New)


Package is "zstd"

Mon Nov 11 12:57:20 2019 rev:18 rq:745725 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/zstd/zstd.changes2019-09-07 
11:23:29.474511048 +0200
+++ /work/SRC/openSUSE:Factory/.zstd.new.2990/zstd.changes  2019-11-11 
12:57:22.65749 +0100
@@ -1,0 +2,28 @@
+Tue Nov  5 18:39:50 UTC 2019 - Ismail Dönmez 
+
+- Update to version 1.4.4
+  * perf: Improved decompression speed, by > 10%
+  * perf: Better compression speed when re-using a context
+  * perf: Fix compression ratio when compressing large files with
+small dictionary
+  * perf: zstd reference encoder can generate RLE blocks
+  * perf: minor generic speed optimization
+  * api: new ability to extract sequences from the parser for analysis
+  * api: fixed decoding of magic-less frames
+  * api: fixed ZSTD_initCStream_advanced() performance with fast modes
+  * cli: Named pipes support
+  * cli: short tar's extension support
+  * cli: command --output-dir-flat=DIE , generates target files into
+requested directory
+  * cli: commands --stream-size=# and --size-hint=#
+  * cli: command --exclude-compressed
+  * cli: faster -t test mode
+  * cli: improved some error messages
+  * cli: fix rare deadlock condition within dictionary builder
+  * misc: Improved documentation : ZSTD_CLEVEL, DYNAMIC_BMI2,
+ZSTD_CDict, function deprecation, zstd format
+  * misc: fixed educational decoder : accept larger literals section,
+and removed UNALIGNED() macro
+- Refresh pzstd.1.patch
+
+---

Old:

  zstd-1.4.3.tar.gz

New:

  zstd-1.4.4.tar.gz



Other differences:
--
++ zstd.spec ++
--- /var/tmp/diff_new_pack.iBPRYU/_old  2019-11-11 12:57:23.265499531 +0100
+++ /var/tmp/diff_new_pack.iBPRYU/_new  2019-11-11 12:57:23.265499531 +0100
@@ -19,13 +19,13 @@
 %define major 1
 %define libname lib%{name}%{major}
 Name:   zstd
-Version:%{major}.4.3
+Version:%{major}.4.4
 Release:0
 Summary:Zstandard compression tools
 License:BSD-3-Clause AND GPL-2.0-only
 Group:  Productivity/Archiving/Compression
 URL:https://github.com/facebook/zstd
-Source0:
https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source0:
https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 Patch1: pzstd.1.patch
 BuildRequires:  gcc

++ pzstd.1.patch ++
--- /var/tmp/diff_new_pack.iBPRYU/_old  2019-11-11 12:57:23.301499569 +0100
+++ /var/tmp/diff_new_pack.iBPRYU/_new  2019-11-11 12:57:23.301499569 +0100
@@ -1,19 +1,17 @@
-diff -Naur -Naru zstd-1.3.4/programs/zstd.1 zstd-1.3.4.new/programs/zstd.1
 zstd-1.3.4/programs/zstd.1 2018-03-26 22:19:34.0 +
-+++ zstd-1.3.4.new/programs/zstd.1 2018-03-28 04:28:27.532777239 +
-@@ -177,7 +177,14 @@
- .TP
- \fB\-\-\fR
- All arguments after \fB\-\-\fR are treated as files
--.
-+
+Index: zstd-1.4.4/programs/zstd.1
+===
+--- zstd-1.4.4.orig/programs/zstd.1
 zstd-1.4.4/programs/zstd.1
+@@ -213,6 +213,12 @@ All arguments after \fB\-\-\fR are treat
+ .SS "Restricted usage of Environment Variables"
+ Using environment variables to set parameters has security implications\. 
Therefore, this avenue is intentionally restricted\. Only \fBZSTD_CLEVEL\fR is 
supported currently, for setting compression level\. \fBZSTD_CLEVEL\fR can be 
used to set the level between 1 and 19 (the "normal" range)\. If the value of 
\fBZSTD_CLEVEL\fR is not a valid integer, it will be ignored with a warning 
message\. \fBZSTD_CLEVEL\fR just replaces the default compression level 
(\fB3\fR)\. It can be overridden by corresponding command line arguments\.
+ .
 +.SH Parallel Zstd OPTIONS
 +Additional options for the pzstd utility
 +.TP
 +.BR \-p ", " --processes
 + number of threads to use for (de)compression (default:4)
-+
-+
++.
  .SH "DICTIONARY BUILDER"
  \fBzstd\fR offers \fIdictionary\fR compression, which greatly improves 
efficiency on small files and messages\. It\'s possible to train \fBzstd\fR 
with a set of samples, the result of which is saved into a file called a 
\fBdictionary\fR\. Then during compression and decompression, reference the 
same dictionary, using command \fB\-D dictionaryFileName\fR\. Compression of 
small files similar to the sample set will be greatly improved\.
  .

++ zstd-1.4.3.tar.gz -> 

commit man for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package man for openSUSE:Factory checked in 
at 2019-11-11 12:57:13

Comparing /work/SRC/openSUSE:Factory/man (Old)
 and  /work/SRC/openSUSE:Factory/.man.new.2990 (New)


Package is "man"

Mon Nov 11 12:57:13 2019 rev:76 rq:745706 version:2.8.4

Changes:

--- /work/SRC/openSUSE:Factory/man/man.changes  2019-06-24 21:48:58.559901898 
+0200
+++ /work/SRC/openSUSE:Factory/.man.new.2990/man.changes2019-11-11 
12:57:15.909491742 +0100
@@ -1,0 +2,11 @@
+Wed Nov  6 08:48:22 UTC 2019 - Dr. Werner Fink 
+
+- Avoid racy bash code on waiting on find in do_mandb (boo#1155879) 
+
+---
+Sun Nov  3 11:37:28 UTC 2019 - Dr. Werner Fink 
+
+- Use %{_prefix}/lib for tmpfiles.d directory to avoud to get this
+  nonexecutable location below new location of %{_libexecdir}
+
+---



Other differences:
--
++ man.spec ++
--- /var/tmp/diff_new_pack.LhGVSu/_old  2019-11-11 12:57:17.925493876 +0100
+++ /var/tmp/diff_new_pack.LhGVSu/_new  2019-11-11 12:57:17.929493881 +0100
@@ -37,10 +37,10 @@
 BuildRequires:  man-pages
 BuildRequires:  pkg-config
 BuildRequires:  po4a
-BuildRequires:  pkgconfig(systemd)
 BuildRequires:  update-alternatives
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(systemd)
 Version:2.8.4
 Release:0
 Summary:A Program for Displaying man Pages
@@ -87,7 +87,7 @@
 Patch12:reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
-%global _has_tmpfiled  %(rpm -q -f /usr/lib/tmpfiles.d | grep -c 
filesystem)
+%global _has_tmpfiled  %(rpm -q -f %{_prefix}/lib/tmpfiles.d | grep -c 
filesystem)
 
 %description
 A program for displaying man pages on the screen or sending them to a
@@ -326,7 +326,7 @@
 %endif
 
 %posttrans
-%{?tmpfiles_create:%tmpfiles_create %{_libexecdir}/tmpfiles.d/man-db.conf}
+%{?tmpfiles_create:%tmpfiles_create %{_prefix}/lib/tmpfiles.d/man-db.conf}
 if test -d %{_localstatedir}/cache/man
 then
   mandb --quiet --create || :
@@ -368,9 +368,9 @@
 %{_libdir}/libman*.so
 %{_libexecdir}/man-db/zsoelim
 %if 0%{?_has_tmpfiled} == 0
-%dir %{_libexecdir}/tmpfiles.d
+%dir %{_prefix}/lib/tmpfiles.d
 %endif
-%{_libexecdir}/tmpfiles.d/man-db.conf
+%{_prefix}/lib/tmpfiles.d/man-db.conf
 %if %{with sdtimer}
 %{_unitdir}/man-db-create.service
 %if 0%{suse_version} >= 1500

++ cron.daily.do_mandb ++
--- /var/tmp/diff_new_pack.LhGVSu/_old  2019-11-11 12:57:17.957493910 +0100
+++ /var/tmp/diff_new_pack.LhGVSu/_new  2019-11-11 12:57:17.961493915 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 #
 # do_mandb. This script was split off cron.daily.
@@ -10,7 +10,7 @@
 #
 # please send bugfixes or comments to feedb...@suse.de.
 #
-# Author: Werner Fink , 2008
+# Author: Werner Fink , 2008, 2019
 # Burchard Steinbild , 1996
 # Florian La Roche , 1996
 #
@@ -49,8 +49,8 @@
test -d "${cp}" || continue
db=${cp}/index.db
if test -e ${db} ; then
-   find $mp -follow -newer $db | read -t 1 line
-   test $? -eq 0 || continue
+   path="$(find $mp -follow -newer $db 2>/dev/null)"
+   test -n "$path" || continue
fi
nice -n 5 ionice -c 3 mandb -qs ${mp} > /dev/null 2>&1 || let 
errors++
done




commit perl-HTML-Clean for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package perl-HTML-Clean for openSUSE:Factory 
checked in at 2019-11-11 13:01:31

Comparing /work/SRC/openSUSE:Factory/perl-HTML-Clean (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-Clean.new.2990 (New)


Package is "perl-HTML-Clean"

Mon Nov 11 13:01:31 2019 rev:24 rq:747308 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Clean/perl-HTML-Clean.changes  
2019-09-11 10:35:37.887292079 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Clean.new.2990/perl-HTML-Clean.changes
2019-11-11 13:01:37.597768870 +0100
@@ -1,0 +2,12 @@
+Sat Nov  9 10:42:14 UTC 2019 -  
+
+- Manually fix typos (PR https://github.com/poizon/HTML-Clean/pull/7 is still
+   open)
+
+---
+Mon Sep 16 12:14:43 UTC 2019 -  
+
+- updated to 1.4
+   see /usr/share/doc/packages/perl-HTML-Clean/Changes
+
+---

Old:

  HTML-Clean-1.2.tar.gz

New:

  HTML-Clean-1.4.tar.gz



Other differences:
--
++ perl-HTML-Clean.spec ++
--- /var/tmp/diff_new_pack.d0USzn/_old  2019-11-11 13:01:38.549769879 +0100
+++ /var/tmp/diff_new_pack.d0USzn/_new  2019-11-11 13:01:38.553769883 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-Clean
-Version:1.2
+Version:1.4
 Release:0
 %define cpan_name HTML-Clean
 Summary:Cleans up HTML code for web browsers, not humans

++ HTML-Clean-1.2.tar.gz -> HTML-Clean-1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Clean-1.2/Changes new/HTML-Clean-1.4/Changes
--- old/HTML-Clean-1.2/Changes  2019-09-09 12:56:36.0 +0200
+++ new/HTML-Clean-1.4/Changes  2019-09-13 13:36:33.0 +0200
@@ -1,8 +1,12 @@
 Revision history for Perl module HTML::Clean
 
-1.2 Tue Sep 9 13:56 MSK 2019
+1.3 Tue Sep 13 14:36 MSK 2019
 
-- Fix pod
+- Fix meta description
+
+1.3 Tue Sep 9 14:10 MSK 2019
+
+- Fix pod and typo
 
 1.1 Tue Sep 9 12:30 MSK 2019
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Clean-1.2/META.json new/HTML-Clean-1.4/META.json
--- old/HTML-Clean-1.2/META.json2019-09-09 12:56:44.0 +0200
+++ new/HTML-Clean-1.4/META.json2019-09-13 13:35:56.0 +0200
@@ -23,9 +23,9 @@
},
"name" : "HTML-Clean",
"provides" : {
-  "HTML::Cleang" : {
+  "HTML::Clean" : {
  "file" : "lib/HTML/Clean.pm",
- "version" : "1.2"
+ "version" : "1.4"
   }
},
"release_status" : "stable",
@@ -39,5 +39,5 @@
  "web" : "https://github.com/poizon/HTML-Clean;
   }
},
-   "version" : "2.1"
+   "version" : "1.4"
 }
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Clean-1.2/META.yml new/HTML-Clean-1.4/META.yml
--- old/HTML-Clean-1.2/META.yml 2019-09-09 12:56:49.0 +0200
+++ new/HTML-Clean-1.4/META.yml 2019-09-13 13:35:47.0 +0200
@@ -19,8 +19,8 @@
 provides:
   HTML::Clean:
 file: lib/HTML/Clean.pm
-version: 1.2
+version: 1.4
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/poizon/HTML-Clean.git
-version: 1.2
\ No newline at end of file
+version: 1.4
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Clean-1.2/lib/HTML/Clean.pm 
new/HTML-Clean-1.4/lib/HTML/Clean.pm
--- old/HTML-Clean-1.2/lib/HTML/Clean.pm2019-09-09 12:57:00.0 
+0200
+++ new/HTML-Clean-1.4/lib/HTML/Clean.pm2019-09-13 13:35:37.0 
+0200
@@ -14,7 +14,7 @@
 # Items to export to callers namespace
 @EXPORT = qw();
 
-$VERSION = '1.2';
+$VERSION = '1.4';
 
 =pod
 




commit lua-compat-5.3 for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package lua-compat-5.3 for openSUSE:Factory 
checked in at 2019-11-11 13:01:21

Comparing /work/SRC/openSUSE:Factory/lua-compat-5.3 (Old)
 and  /work/SRC/openSUSE:Factory/.lua-compat-5.3.new.2990 (New)


Package is "lua-compat-5.3"

Mon Nov 11 13:01:21 2019 rev:2 rq:747300 version:0.7

Changes:

--- /work/SRC/openSUSE:Factory/lua-compat-5.3/lua-compat-5.3.changes
2019-06-19 21:14:02.930841030 +0200
+++ /work/SRC/openSUSE:Factory/.lua-compat-5.3.new.2990/lua-compat-5.3.changes  
2019-11-11 13:01:27.629758314 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 09:53:35 CET 2019 - Matej Cepl 
+
+- Add BR lua-macros.
+
+---



Other differences:
--
++ lua-compat-5.3.spec ++
--- /var/tmp/diff_new_pack.0a4qOQ/_old  2019-11-11 13:01:28.59530 +0100
+++ /var/tmp/diff_new_pack.0a4qOQ/_new  2019-11-11 13:01:28.781759534 +0100
@@ -26,6 +26,7 @@
 URL:https://github.com/keplerproject/lua-compat-5.3
 Source: 
https://github.com/keplerproject/lua-compat-5.3/archive/v%{version}.tar.gz#$/%{mod_name}-%{version}.tar.gz
 BuildRequires:  %{flavor}-devel
+BuildRequires:  lua-macros
 BuildRequires:  pkgconfig
 Requires:   %{flavor}
 %if "%{flavor}" == ""
@@ -49,7 +50,6 @@
 ${CC} ${CFLAGS} -Iinclude ${DEF} -shared -o testmod.so tests/testmod.c ${SRC}
 gcc ${CFLAGS} -Iinclude ${DEF} -shared -o compat53.so ltablib.c lutf8lib.c 
lstrlib.c ${SRC}
 
-
 %install
 install -v -m 0644 -D -p -t %{buildroot}%{lua_incdir}/c-api/ c-api/*
 install -v -m 0644 -p -t %{buildroot}%{lua_incdir} lprefix.h




commit crmsh for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2019-11-11 13:01:06

Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
 and  /work/SRC/openSUSE:Factory/.crmsh.new.2990 (New)


Package is "crmsh"

Mon Nov 11 13:01:06 2019 rev:166 rq:747268 version:4.1.0+git.1573020742.a0b88227

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2019-11-06 
13:56:49.444203017 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new.2990/crmsh.changes2019-11-11 
13:01:07.965737490 +0100
@@ -1,0 +2,7 @@
+Wed Nov 06 06:17:48 UTC 2019 - xli...@suse.com
+
+- Update to version 4.1.0+git.1573020742.a0b88227:
+  * Test: unittest: test Parallax class
+  * Dev: parallax: create class Parallax to simplify using parallax
+
+---

Old:

  crmsh-4.1.0+git.1572504697.472361c5.tar.bz2

New:

  crmsh-4.1.0+git.1573020742.a0b88227.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.IAcYTa/_old  2019-11-11 13:01:09.213738812 +0100
+++ /var/tmp/diff_new_pack.IAcYTa/_new  2019-11-11 13:01:09.229738829 +0100
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0-or-later
 Group:  %{pkg_group}
-Version:4.1.0+git.1572504697.472361c5
+Version:4.1.0+git.1573020742.a0b88227
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.IAcYTa/_old  2019-11-11 13:01:09.309738913 +0100
+++ /var/tmp/diff_new_pack.IAcYTa/_new  2019-11-11 13:01:09.309738913 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  c8d41bd637dd03b4d60a9f35ca099e41ac32eec4
\ No newline at end of file
+  b8bb14dbbc9d6a0b1e79d696e64246bec0a98357
\ No newline at end of file

++ crmsh-4.1.0+git.1572504697.472361c5.tar.bz2 -> 
crmsh-4.1.0+git.1573020742.a0b88227.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-4.1.0+git.1572504697.472361c5/crmsh/parallax.py 
new/crmsh-4.1.0+git.1573020742.a0b88227/crmsh/parallax.py
--- old/crmsh-4.1.0+git.1572504697.472361c5/crmsh/parallax.py   1970-01-01 
01:00:00.0 +0100
+++ new/crmsh-4.1.0+git.1573020742.a0b88227/crmsh/parallax.py   2019-11-06 
07:12:22.0 +0100
@@ -0,0 +1,104 @@
+# Copyright (C) 2019 Xin Liang 
+# See COPYING for license information.
+
+
+import os
+import parallax
+
+
+class Parallax(object):
+"""
+# Parallax SSH API
+# call: Executes the given command on a set of hosts, collecting the output
+# copy: Copies files from the local machine to a set of remote hosts
+# slurp: Copies files from a set of remote hosts to local folders
+"""
+def __init__(self, nodes, cmd=None, localdir=None, filename=None,
+ src=None, dst=None, askpass=False, ssh_options=None):
+self.nodes = nodes
+self.askpass = askpass
+self.ssh_options = ssh_options
+
+# used for call
+self.cmd = cmd
+# used for slurp
+self.localdir = localdir
+self.filename = filename
+# used for copy
+self.src = src
+self.dst = dst
+
+self.opts = self.prepare()
+
+def prepare(self):
+opts = parallax.Options()
+if self.ssh_options is None:
+self.ssh_options = ['StrictHostKeyChecking=no', 
'ConnectTimeout=10']
+opts.ssh_options = self.ssh_options
+opts.askpass = self.askpass
+# warn_message will available from parallax-1.0.5
+if hasattr(opts, 'warn_message'):
+opts.warn_message = False
+opts.localdir = self.localdir
+return opts
+
+def handle(self, results):
+for host, result in results:
+if isinstance(result, parallax.Error):
+raise ValueError("Failed on {}: {}".format(host, result))
+return results
+
+def call(self):
+results = parallax.call(self.nodes, self.cmd, self.opts)
+return self.handle(list(results.items()))
+
+def slurp(self):
+dst = os.path.basename(self.filename)
+results = parallax.slurp(self.nodes, self.filename, dst, self.opts)
+return self.handle(list(results.items()))
+
+def copy(self):
+results = parallax.copy(self.nodes, self.src, self.dst, self.opts)
+return self.handle(list(results.items()))
+
+
+def parallax_call(nodes, cmd, askpass=False, ssh_options=None):
+"""
+Executes the given command on a set of hosts, collecting the output
+nodes:   a set of hosts
+cmd: command
+askpass: Ask 

commit python-nwdiag for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-nwdiag for openSUSE:Factory 
checked in at 2019-11-11 13:01:38

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


Package is "python-nwdiag"

Mon Nov 11 13:01:38 2019 rev:3 rq:747322 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-nwdiag/python-nwdiag.changes  
2019-06-12 13:14:36.648797072 +0200
+++ /work/SRC/openSUSE:Factory/.python-nwdiag.new.2990/python-nwdiag.changes
2019-11-11 13:01:41.109772590 +0100
@@ -1,0 +2,6 @@
+Sun Nov 10 18:11:35 UTC 2019 - Martin Hauke 
+
+- Add python-setuptools to Requires
+  * pkg_resources is a runtime dependency
+
+---



Other differences:
--
++ python-nwdiag.spec ++
--- /var/tmp/diff_new_pack.XCIx9S/_old  2019-11-11 13:01:42.265773814 +0100
+++ /var/tmp/diff_new_pack.XCIx9S/_new  2019-11-11 13:01:42.23827 +0100
@@ -29,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-blockdiag >= 1.5.0
+Requires:   python-setuptools
 Suggests:   python-reportlab
 Suggests:   python-docutils
 Suggests:   python-nose




commit openQA for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2019-11-11 13:01:03

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


Package is "openQA"

Mon Nov 11 13:01:03 2019 rev:86 rq:747267 version:4.6.1573412318.f4760c78f

Changes:

openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2019-11-09 
23:37:02.228987602 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.2990/openQA.changes  2019-11-11 
13:01:05.509734889 +0100
@@ -1,0 +2,13 @@
+Sun Nov 10 22:25:40 UTC 2019 - co...@suse.com
+
+- Update to version 4.6.1573412318.f4760c78f:
+  * Ignore log file created by postgres test setup (#2470)
+  * docs: Add description for 'uncoverage' annotations
+  * Fix flaky coverage by use of uncoverable flag
+  * codecov: Simplify format
+  * Rename docs CI jobs to eliminate warnings
+  * Install python-base in docs CI job
+  * Dependency cron 191108000544
+  * docs: Mention new os-autoinst feature FORCE_PUBLISH_HDD_
+
+---

Old:

  openQA-4.6.1573206130.f1d227eff.obscpio

New:

  openQA-4.6.1573412318.f4760c78f.obscpio



Other differences:
--
++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.P3irs8/_old  2019-11-11 13:01:06.969736435 +0100
+++ /var/tmp/diff_new_pack.P3irs8/_new  2019-11-11 13:01:06.973736440 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openQA-devel-test
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1573206130.f1d227eff
+Version:4.6.1573412318.f4760c78f
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.P3irs8/_old  2019-11-11 13:01:07.037736507 +0100
+++ /var/tmp/diff_new_pack.P3irs8/_new  2019-11-11 13:01:07.053736524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openQA-test
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1573206130.f1d227eff
+Version:4.6.1573412318.f4760c78f
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.P3irs8/_old  2019-11-11 13:01:07.141736618 +0100
+++ /var/tmp/diff_new_pack.P3irs8/_new  2019-11-11 13:01:07.153736630 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openQA-worker-test
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1573206130.f1d227eff
+Version:4.6.1573412318.f4760c78f
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.P3irs8/_old  2019-11-11 13:01:07.221736702 +0100
+++ /var/tmp/diff_new_pack.P3irs8/_new  2019-11-11 13:01:07.237736719 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openQA
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -65,12 +65,12 @@
 %define devel_requires %build_requires %test_requires rsync curl 
postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) 
perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
 
 Name:   openQA
-Version:4.6.1573206130.f1d227eff
+Version:4.6.1573412318.f4760c78f
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later
 Group:  Development/Tools/Other
-Url:http://os-autoinst.github.io/openQA/
+URL:http://os-autoinst.github.io/openQA/
 Source0:%{name}-%{version}.tar.xz
 # a workaround for set_version 

commit 000product for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-11-11 13:01:51

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


Package is "000product"

Mon Nov 11 13:01:51 2019 rev:1774 rq: version:unknown
Mon Nov 11 13:01:48 2019 rev:1772 rq: version:unknown
Mon Nov 11 13:01:48 2019 rev:1773 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: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-Addon-NonOss.product ++
--- /var/tmp/diff_new_pack.3kHOsa/_old  2019-11-11 13:02:03.093795871 +0100
+++ /var/tmp/diff_new_pack.3kHOsa/_new  2019-11-11 13:02:03.093795871 +0100
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20191110
+    2019
 0 
 openSUSE NonOSS Addon
 non oss addon

++ openSUSE-MicroOS.product ++
--- /var/tmp/diff_new_pack.3kHOsa/_old  2019-11-11 13:02:03.117795896 +0100
+++ /var/tmp/diff_new_pack.3kHOsa/_new  2019-11-11 13:02:03.121795900 +0100
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20191110
+  2019
   
   0
   openSUSE-MicroOS

++ openSUSE.product ++
--- /var/tmp/diff_new_pack.3kHOsa/_old  2019-11-11 13:02:03.161795943 +0100
+++ /var/tmp/diff_new_pack.3kHOsa/_new  2019-11-11 13:02:03.165795947 +0100
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20191110
+  2019
   0
 
   openSUSE




commit growpart-generator for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package growpart-generator for 
openSUSE:Factory checked in at 2019-11-11 13:01:36

Comparing /work/SRC/openSUSE:Factory/growpart-generator (Old)
 and  /work/SRC/openSUSE:Factory/.growpart-generator.new.2990 (New)


Package is "growpart-generator"

Mon Nov 11 13:01:36 2019 rev:2 rq:747316 version:0.8

Changes:

--- /work/SRC/openSUSE:Factory/growpart-generator/growpart-generator.changes
2019-11-09 23:35:15.040822713 +0100
+++ 
/work/SRC/openSUSE:Factory/.growpart-generator.new.2990/growpart-generator.changes
  2019-11-11 13:01:38.853770201 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 08:29:53 UTC 2019 - Fabian Vogt 
+
+- Use %{_systemdgeneratordir} macro
+
+---



Other differences:
--
++ growpart-generator.spec ++
--- /var/tmp/diff_new_pack.rEuN6i/_old  2019-11-11 13:01:39.597770988 +0100
+++ /var/tmp/diff_new_pack.rEuN6i/_new  2019-11-11 13:01:39.617771010 +0100
@@ -25,6 +25,7 @@
 Url:
https://build.opensuse.org/package/show/devel:kubic/growpart-generator
 Source1:growpart-generator.sh
 Source2:gpl-3.0.txt
+BuildRequires:  systemd-rpm-macros
 Requires:   growpart
 Requires:   systemd
 BuildArch:  noarch
@@ -41,13 +42,12 @@
 %build
 
 %install
-install -Dm0755 -t %{buildroot}%{_libexecdir}/systemd/system-generators 
%{SOURCE1}
+install -Dm0755 -t %{buildroot}%{_systemdgeneratordir} %{SOURCE1}
 
 %files
 %license gpl-3.0.txt
 # Dir ownership to avoid the systemd BuildRequires
-%dir %{_libexecdir}/systemd/
-%dir %{_libexecdir}/systemd/system-generators/
-%{_libexecdir}/systemd/system-generators/growpart-generator.sh
+%dir %{_systemdgeneratordir}
+%{_systemdgeneratordir}/growpart-generator.sh
 
 %changelog




commit livecd-openSUSE for openSUSE:Factory

2019-11-11 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.2990 (New)


Package is "livecd-openSUSE"

Mon Nov 11 13:01:25 2019 rev:82 rq:747301 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes  
2019-10-31 09:15:55.698667477 +0100
+++ 
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.2990/livecd-openSUSE.changes
2019-11-11 13:01:31.725762652 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 09:01:22 UTC 2019 - Fabian Vogt 
+
+- Comment Leap-release change out again, as reverted in 000package-groups
+
+---



Other differences:
--
++ livecd-leap-gnome.kiwi ++
--- /var/tmp/diff_new_pack.F9Tu4p/_old  2019-11-11 13:01:33.169764181 +0100
+++ /var/tmp/diff_new_pack.F9Tu4p/_new  2019-11-11 13:01:33.169764181 +0100
@@ -542,8 +542,8 @@
   
   
 
-
-
+
+
 
   
   

++ livecd-leap-kde.kiwi ++
--- /var/tmp/diff_new_pack.F9Tu4p/_old  2019-11-11 13:01:33.193764207 +0100
+++ /var/tmp/diff_new_pack.F9Tu4p/_new  2019-11-11 13:01:33.193764207 +0100
@@ -497,8 +497,8 @@
   
   
 
-
-
+
+
 
   
   

++ livecd-leap-x11.kiwi ++
--- /var/tmp/diff_new_pack.F9Tu4p/_old  2019-11-11 13:01:33.233764249 +0100
+++ /var/tmp/diff_new_pack.F9Tu4p/_new  2019-11-11 13:01:33.233764249 +0100
@@ -548,8 +548,8 @@
   
   
 
-
-
+
+
 
   
   

livecd-tumbleweed-gnome.kiwi: same change
livecd-tumbleweed-kde.kiwi: same change
livecd-tumbleweed-x11.kiwi: same change
livecd-tumbleweed-xfce.kiwi: same change
++ pre-checkin.sh ++
--- /var/tmp/diff_new_pack.F9Tu4p/_old  2019-11-11 13:01:33.641764681 +0100
+++ /var/tmp/diff_new_pack.F9Tu4p/_new  2019-11-11 13:01:33.641764681 +0100
@@ -37,7 +37,8 @@
if [ "${distro}" = "leap" ]; then
distroname="openSUSE Leap %OS_VERSION_ID%"
bootsplash="openSUSE"
-   releaseprefix="Leap"
+   # This changes every few weeks, apparently.
+   #releaseprefix="Leap"
fi
 
for flavor in gnome kde xfce x11; do




commit perl-Convert-UUlib for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package perl-Convert-UUlib for 
openSUSE:Factory checked in at 2019-11-11 13:01:27

Comparing /work/SRC/openSUSE:Factory/perl-Convert-UUlib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Convert-UUlib.new.2990 (New)


Package is "perl-Convert-UUlib"

Mon Nov 11 13:01:27 2019 rev:28 rq:747305 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/perl-Convert-UUlib/perl-Convert-UUlib.changes
2018-09-26 14:24:58.249774034 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Convert-UUlib.new.2990/perl-Convert-UUlib.changes
  2019-11-11 13:01:36.213767405 +0100
@@ -1,0 +2,24 @@
+Sat Nov  9 10:53:22 UTC 2019 -  
+
+- Add manual license GPL-1.0-or-later to cpanspec.yml (see COPYING file in
+   the source)
+
+---
+Fri Oct 25 10:46:24 UTC 2019 - Tina Mueller 
+
+- Regenerate spec with newest cpanspec
+   * Add manual dependencies to cpanspec.yml
+
+---
+Fri Oct 25 09:39:40 UTC 2019 -  
+
+- updated to 1.6
+   see /usr/share/doc/packages/perl-Convert-UUlib/Changes
+
+  1.6  Thu Oct 24 17:11:54 CEST 2019
+   - fix heap overflow (testcase by Noel Duffy, reported
+by Robert Scheck). The defense-in-depth mechanism based
+on mmap should make this unexploitable for other than denial
+of service, on systems supporting mmap/mprotect.
+
+---

Old:

  Convert-UUlib-1.5.tar.gz

New:

  Convert-UUlib-1.6.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Convert-UUlib.spec ++
--- /var/tmp/diff_new_pack.Dc9q95/_old  2019-11-11 13:01:37.137768383 +0100
+++ /var/tmp/diff_new_pack.Dc9q95/_new  2019-11-11 13:01:37.153768400 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Convert-UUlib
 #
-# 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,52 +12,55 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define cpan_name Convert-UUlib
 Name:   perl-Convert-UUlib
-Version:1.5
+Version:1.6
 Release:0
-Summary:Perl interface to the uulib library
-License:GPL-1.0-or-later OR Artistic-1.0
+#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
+%define cpan_name Convert-UUlib
+Summary:Perl interface to the uulib library (a.k.a. uudeview/uuenview)
+License:GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/pod/Convert::UUlib
-Source: 
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Canary::Stability)
+%{perl_requires}
+# MANUAL BEGIN
 Provides:   p_conulb
 Obsoletes:  p_conulb
-%{perl_requires}
+# MANUAL END
 
 %description
-A Perl interface to the uulib library
+Read the file doc/library.pdf from the distribution for in-depth
+information about the C-library used in this interface, and the rest of
+this document and especially the non-trivial decoder program at the end.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# ---
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
-# ---
+make test
 
 %install
-make DESTDIR=%{buildroot} install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%files
-%dir %{perl_vendorarch}/Convert
-%{perl_vendorarch}/Convert/UUlib.pm
-%dir %{perl_vendorarch}/auto/Convert
-%{perl_vendorarch}/auto/Convert/UUlib
-%{_mandir}/man3/Convert::UUlib.3pm.gz
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes doc example-decoder README
 %license COPYING COPYING.Artistic 

commit openSUSE-release-tools for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2019-11-11 13:01:41

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


Package is "openSUSE-release-tools"

Mon Nov 11 13:01:41 2019 rev:245 rq:747323 version:2019.0f94671d

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-11-10 22:44:19.393626690 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2990/openSUSE-release-tools.changes
  2019-11-11 13:01:46.209777991 +0100
@@ -1,0 +2,6 @@
+Mon Nov 11 10:26:42 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 2019.0f94671d:
+  * unselect: only set origin-manager for whitelist cleanup
+
+---

Old:

  openSUSE-release-tools-20191108.6b1fd618.obscpio

New:

  openSUSE-release-tools-2019.0f94671d.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.KSdNUh/_old  2019-11-11 13:01:47.705779575 +0100
+++ /var/tmp/diff_new_pack.KSdNUh/_new  2019-11-11 13:01:47.721779592 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20191108.6b1fd618
+Version:2019.0f94671d
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.KSdNUh/_old  2019-11-11 13:01:47.857779736 +0100
+++ /var/tmp/diff_new_pack.KSdNUh/_new  2019-11-11 13:01:47.857779736 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-45e0989b28e1ab5abb37e29d2f197cb58d638895
+d78e4306d78dd5239bdf2c56d5bac1ddb032c835
   
 

++ openSUSE-release-tools-20191108.6b1fd618.obscpio -> 
openSUSE-release-tools-2019.0f94671d.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20191108.6b1fd618/osclib/conf.py 
new/openSUSE-release-tools-2019.0f94671d/osclib/conf.py
--- old/openSUSE-release-tools-20191108.6b1fd618/osclib/conf.py 2019-11-09 
00:14:13.0 +0100
+++ new/openSUSE-release-tools-2019.0f94671d/osclib/conf.py 2019-11-11 
11:24:18.0 +0100
@@ -89,10 +89,6 @@
 'splitter-staging-age-max': '57600',
 # No special packages since they will pass through SLE first.
 'splitter-special-packages': '',
-# Allow `unselect --cleanup` to operate immediately on:
-# - Update crawler requests (leaper)
-# - F-C-C submitter requests (maxlin_factory)
-'unselect-cleanup-whitelist': 'leaper maxlin_factory',
 'pkglistgen-archs': 'x86_64',
 'pkglistgen-scopes': 'target rings staging',
 'pkglistgen-locales-from': 'openSUSE.product',
@@ -139,9 +135,6 @@
 'splitter-staging-age-max': '57600',
 # No special packages since they will pass through Leap first.
 'splitter-special-packages': '',
-# Allow `unselect --cleanup` to operate immediately on:
-# - Update crawler requests (leaper)
-'unselect-cleanup-whitelist': 'leaper',
 },
 r'openSUSE:(?PBackports:SLE-[^:]+(?::Update)?)$': {
 # Skip SLE related projects maintenance projects to avoid processing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20191108.6b1fd618/osclib/unselect_command.py 
new/openSUSE-release-tools-2019.0f94671d/osclib/unselect_command.py
--- old/openSUSE-release-tools-20191108.6b1fd618/osclib/unselect_command.py 
2019-11-09 00:14:13.0 +0100
+++ new/openSUSE-release-tools-2019.0f94671d/osclib/unselect_command.py 
2019-11-11 11:24:18.0 +0100
@@ -4,7 +4,7 @@
 
 
 class UnselectCommand(object):
-CLEANUP_WHITELIST = 'leaper'
+CLEANUP_WHITELIST = 'origin-manager'
 
 def __init__(self, api):
 self.api = api

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.KSdNUh/_old  2019-11-11 13:01:49.285781248 +0100
+++ /var/tmp/diff_new_pack.KSdNUh/_new  2019-11-11 13:01:49.285781248 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20191108.6b1fd618
-mtime: 1573254853
-commit: 6b1fd6180011733457cc47bab1ff66e15e25b3fa
+version: 2019.0f94671d
+mtime: 1573467858
+commit: 0f94671d5ad019e97d7a14696e3c9fb993ed548d
 




commit 000release-packages for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-11-11 13:10:52

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


Package is "000release-packages"

Mon Nov 11 13:10:52 2019 rev:311 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.2P2e3G/_old  2019-11-11 13:10:58.350362710 +0100
+++ /var/tmp/diff_new_pack.2P2e3G/_new  2019-11-11 13:10:58.358362719 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20191110)
+# spec file for package openSUSE-Addon-NonOss-release (Version 2019)
 #
 # Copyright (c) 2019 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20191110
+Version:    2019
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20191110-0
+Provides:   product(openSUSE-Addon-NonOss) = 2019-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20191110
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A2019
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20191110
+  2019
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20191110
+  cpe:/o:opensuse:opensuse-addon-nonoss:2019
   
 
 

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

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.2P2e3G/_old  2019-11-11 13:10:58.418362782 +0100
+++ /var/tmp/diff_new_pack.2P2e3G/_new  2019-11-11 13:10:58.430362795 +010

commit snakeyaml for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package snakeyaml for openSUSE:Factory 
checked in at 2019-11-11 13:00:52

Comparing /work/SRC/openSUSE:Factory/snakeyaml (Old)
 and  /work/SRC/openSUSE:Factory/.snakeyaml.new.2990 (New)


Package is "snakeyaml"

Mon Nov 11 13:00:52 2019 rev:2 rq:747255 version:1.25

Changes:

--- /work/SRC/openSUSE:Factory/snakeyaml/snakeyaml.changes  2019-03-22 
14:58:36.317899604 +0100
+++ /work/SRC/openSUSE:Factory/.snakeyaml.new.2990/snakeyaml.changes
2019-11-11 13:00:55.277724053 +0100
@@ -1,0 +2,16 @@
+Sun Nov 10 05:55:34 UTC 2019 - Fridrich Strba 
+
+- Upgrade to upstream release 1.25
+- Removed patch: 
+  * 0001-Replace-bundled-base64-implementation.patch
++ replaced by other implementation
+- Modified patch:
+  * 0002-Replace-bundled-gdata-java-client-classes-with-commo.patch
+   + Rediff to changed context
+- Added patches:
+  * 0001-replace-bundled-base64coder-with-java.util.Base64.patch
++ Replace with internal jdk8+ implementation
+  * 0003-fix-broken-test.patch
++ fix a broken test
+
+---

Old:

  0001-Replace-bundled-base64-implementation.patch
  snakeyaml-1.17.tar.bz2

New:

  0001-replace-bundled-base64coder-with-java.util.Base64.patch
  0003-fix-broken-test.patch
  snakeyaml-1.25.tar.bz2



Other differences:
--
++ snakeyaml.spec ++
--- /var/tmp/diff_new_pack.544Nck/_old  2019-11-11 13:00:56.433725277 +0100
+++ /var/tmp/diff_new_pack.544Nck/_new  2019-11-11 13:00:56.437725282 +0100
@@ -16,26 +16,29 @@
 #
 
 
-%global vertag 70abb5efa4c0
+%global vertag 8450addf3473
 %bcond_with tests
 Name:   snakeyaml
-Version:1.17
+Version:1.25
 Release:0
 Summary:YAML parser and emitter for the Java programming language
 License:Apache-2.0
 Group:  Development/Libraries/Java
 URL:https://bitbucket.org/asomov/snakeyaml/
-Source0:
https://bitbucket.org/asomov/snakeyaml/get/v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
+Source0:
https://bitbucket.org/asomov/snakeyaml/get/%{name}-%{version}.tar.bz2
 Source1:%{name}-build.xml
 # Upstream has forked gdata-java and base64 and refuses [1] to
 # consider replacing them by external dependencies.  Bundled libraries
 # need to be removed and their use replaced by system libraries.
 # See rhbz#875777 and http://code.google.com/p/snakeyaml/issues/detail?id=175
 #
-# Remove use of bundled Base64 implementation
-Patch0: 0001-Replace-bundled-base64-implementation.patch
-# We don't have gdata-java in Fedora any longer, use commons-codec instead
+# Replace use of bundled Base64 implementation with java.util.Base64
+Patch0: 0001-replace-bundled-base64coder-with-java.util.Base64.patch
+# We don't have gdata-java, use commons-codec instead
 Patch1: 0002-Replace-bundled-gdata-java-client-classes-with-commo.patch
+# Fix a broken test, change backported from upstream:
+# https://bitbucket.org/asomov/snakeyaml/commits/345408c
+Patch2: 0003-fix-broken-test.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-codec
 BuildRequires:  base64coder
@@ -81,6 +84,7 @@
 cp %{SOURCE1} build.xml
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %pom_remove_plugin :cobertura-maven-plugin
 %pom_remove_plugin :maven-changes-plugin

++ 0001-replace-bundled-base64coder-with-java.util.Base64.patch ++
>From 82e728f896dffcd88c7cb86e8d9cbebd1a04d29e Mon Sep 17 00:00:00 2001
From: Fabio Valentini 
Date: Tue, 10 Sep 2019 13:38:15 +0200
Subject: [PATCH] replace bundled base64coder with java.util.Base64

---
 pom.xml   |   4 +-
 .../constructor/SafeConstructor.java  |   4 +-
 .../external/biz/base64Coder/Base64Coder.java | 305 --
 .../representer/SafeRepresenter.java  |   6 +-
 .../base64Coder/Base64CoderTest.java  |  73 -
 .../issues/issue99/YamlBase64Test.java|   6 +-
 6 files changed, 10 insertions(+), 388 deletions(-)
 delete mode 100644 
src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/Base64Coder.java
 delete mode 100644 
src/test/java/biz/source_code/base64Coder/Base64CoderTest.java

diff --git a/pom.xml b/pom.xml
index 8112370..ae308c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,8 @@
 bitbucket
 
https://oss.sonatype.org/service/local/staging/deploy/maven2/
 
https://oss.sonatype.org/content/repositories/snapshots/
-7
-7
+8
+8
 false
 3.2.17.RELEASE
 3.5.0
diff --git a/src/main/java/org/yaml/snakeyaml/constructor/SafeConstructor.java 
b/src/main/java/org/yaml/snakeyaml/constructor/SafeConstructor.java
index 

commit neovim for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package neovim for openSUSE:Factory checked 
in at 2019-11-11 13:01:12

Comparing /work/SRC/openSUSE:Factory/neovim (Old)
 and  /work/SRC/openSUSE:Factory/.neovim.new.2990 (New)


Package is "neovim"

Mon Nov 11 13:01:12 2019 rev:26 rq:747295 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/neovim/neovim.changes2019-09-23 
12:29:15.777690429 +0200
+++ /work/SRC/openSUSE:Factory/.neovim.new.2990/neovim.changes  2019-11-11 
13:01:21.621751952 +0100
@@ -1,0 +2,5 @@
+Sun Nov 10 20:54:57 CET 2019 - Matej Cepl 
+
+- Update to version 0.4.3.
+
+---

Old:

  neovim-0.4.2.tar.gz

New:

  neovim-0.4.3.tar.gz



Other differences:
--
++ neovim.spec ++
--- /var/tmp/diff_new_pack.SOtMN9/_old  2019-11-11 13:01:23.037753451 +0100
+++ /var/tmp/diff_new_pack.SOtMN9/_new  2019-11-11 13:01:23.049753465 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   neovim
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Vim-fork focused on extensibility and agility
 License:Apache-2.0 AND Vim

++ neovim-0.4.2.tar.gz -> neovim-0.4.3.tar.gz ++
/work/SRC/openSUSE:Factory/neovim/neovim-0.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.neovim.new.2990/neovim-0.4.3.tar.gz differ: char 
22, line 1




commit opam-file-format for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package opam-file-format for 
openSUSE:Factory checked in at 2019-11-11 13:01:08

Comparing /work/SRC/openSUSE:Factory/opam-file-format (Old)
 and  /work/SRC/openSUSE:Factory/.opam-file-format.new.2990 (New)


Package is "opam-file-format"

Mon Nov 11 13:01:08 2019 rev:3 rq:747292 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/opam-file-format/opam-file-format.changes
2019-02-27 15:08:04.734411755 +0100
+++ 
/work/SRC/openSUSE:Factory/.opam-file-format.new.2990/opam-file-format.changes  
2019-11-11 13:01:12.565742362 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ opam-file-format.spec ++
--- /var/tmp/diff_new_pack.LSOX0F/_old  2019-11-11 13:01:14.621744539 +0100
+++ /var/tmp/diff_new_pack.LSOX0F/_new  2019-11-11 13:01:14.669744589 +0100
@@ -27,7 +27,8 @@
 URL:https://opam.ocaml.org/
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
-BuildRequires:  ocaml-rpm-macros
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20191101
 
 %description
 This is a parser and a printer for the opam file syntax.
@@ -35,6 +36,7 @@
 %package devel
 Summary:Development files for the opam file syntax parser
 Group:  Development/Languages/OCaml
+Requires:   %{name} = %{version}
 
 %description devel
 This is a parser and a printer for the opam file syntax.
@@ -42,42 +44,22 @@
 This package contains development files for package %{name}.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%if 0%{?ocaml_native_compiler}
-make all
-%else
-make byte
-%endif
+dune_release_pkgs='opam-file-format'
+%ocaml_dune_setup
+%ocaml_dune_build
 
 %install
-export PREFIX=%{_prefix}
-export LIBDIR=%{_libdir}/ocaml
-%make_install
-
-%files devel
-%license LICENSE
-%dir %{_libdir}/ocaml/opam-file-format
-%{_libdir}/ocaml/opam-file-format/META
-%{_libdir}/ocaml/opam-file-format/opam-file-format.cma
-%{_libdir}/ocaml/opam-file-format/opamBaseParser.cmi
-%{_libdir}/ocaml/opam-file-format/opamBaseParser.cmo
-%{_libdir}/ocaml/opam-file-format/opamLexer.cmi
-%{_libdir}/ocaml/opam-file-format/opamLexer.cmo
-%{_libdir}/ocaml/opam-file-format/opamParser.cmi
-%{_libdir}/ocaml/opam-file-format/opamParser.cmo
-%{_libdir}/ocaml/opam-file-format/opamParserTypes.cmi
-%{_libdir}/ocaml/opam-file-format/opamPrinter.cmi
-%{_libdir}/ocaml/opam-file-format/opamPrinter.cmo
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/opam-file-format/opam-file-format.a
-%{_libdir}/ocaml/opam-file-format/opam-file-format.cmxa
-%{_libdir}/ocaml/opam-file-format/opam-file-format.cmxs
-%{_libdir}/ocaml/opam-file-format/opamBaseParser.cmx
-%{_libdir}/ocaml/opam-file-format/opamLexer.cmx
-%{_libdir}/ocaml/opam-file-format/opamParser.cmx
-%{_libdir}/ocaml/opam-file-format/opamPrinter.cmx
-%endif
+%ocaml_dune_install
+%ocaml_create_file_list
+
+%check
+%ocaml_dune_test
+
+%files -f %{name}.files
+
+%files devel -f %{name}.files.devel
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.LSOX0F/_old  2019-11-11 13:01:15.113745060 +0100
+++ /var/tmp/diff_new_pack.LSOX0F/_new  2019-11-11 13:01:15.141745090 +0100
@@ -1,7 +1,7 @@
 
   
 enable
-2.0.0
+152fb9b32f60e201a6de2f25a1783c87c01aaf1a
 git
 https://github.com/ocaml/opam-file-format.git
 @PARENT_TAG@

++ _servicedata ++
--- /var/tmp/diff_new_pack.LSOX0F/_old  2019-11-11 13:01:15.385745349 +0100
+++ /var/tmp/diff_new_pack.LSOX0F/_new  2019-11-11 13:01:15.409745373 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/ocaml/opam-file-format.git
-  fbf36fc66e0e8b579b453ae854e059f7f68c59f7
\ No newline at end of file
+  43bbd4831564a881a5f31dd4d4fbe8c2bbd13f39
\ No newline at end of file

++ opam-file-format-2.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opam-file-format-2.0.0/dune-project 
new/opam-file-format-2.0.0/dune-project
--- old/opam-file-format-2.0.0/dune-project 1970-01-01 01:00:00.0 
+0100
+++ new/opam-file-format-2.0.0/dune-project 2019-06-24 11:12:54.0 
+0200
@@ -0,0 +1 @@
+(lang dune 1.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opam-file-format-2.0.0/opam 
new/opam-file-format-2.0.0/opam
--- old/opam-file-format-2.0.0/opam 2018-08-01 16:59:46.0 +0200
+++ new/opam-file-format-2.0.0/opam 1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-opam-version: "1.2"
-name: "opam-file-format"
-version: "2.0.0"
-synopsis: "Parser and printer for the opam file syntax"

commit ocaml-result for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-result for openSUSE:Factory 
checked in at 2019-11-11 13:01:16

Comparing /work/SRC/openSUSE:Factory/ocaml-result (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-result.new.2990 (New)


Package is "ocaml-result"

Mon Nov 11 13:01:16 2019 rev:4 rq:747296 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-result/ocaml-result.changes
2019-10-24 23:02:12.768036016 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-result.new.2990/ocaml-result.changes  
2019-11-11 13:01:25.153755692 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Use _service file
+
+---

Old:

  result-1.4.tar.gz

New:

  _service
  ocaml-result-1.4.tar.xz



Other differences:
--
++ ocaml-result.spec ++
--- /var/tmp/diff_new_pack.t5Ou2Z/_old  2019-11-11 13:01:26.497757115 +0100
+++ /var/tmp/diff_new_pack.t5Ou2Z/_new  2019-11-11 13:01:26.525757145 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%define _name   result
 Name:   ocaml-result
 Version:1.4
 Release:0
@@ -25,10 +24,10 @@
 License:BSD-3-Clause
 Group:  Development/Languages/OCaml
 Url:https://github.com/janestreet/result
-Source0:%{url}/archive/%{version}/%{_name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
 
 %description
 Projects that want to use the new result type defined in OCaml >= 4.03 while
@@ -48,9 +47,10 @@
 This package contains development files for %{name}.
 
 %prep
-%setup -q -n %{_name}-%{version}
+%autosetup -p1
 
 %build
+dune_release_pkgs='result'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -59,11 +59,9 @@
 %ocaml_create_file_list
 
 %check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE.md
-%doc README.md
 
 %files devel -f %{name}.files.devel
 

++ _service ++

  
ocaml-result

5f7f1a4423ca3b9db4b4048d561f31fd6bfd9ab0
git
disable
https://github.com/janestreet/result.git
@PARENT_TAG@
  
  
*.tar
xz
  
  




commit os-autoinst for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2019-11-11 13:00:59

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


Package is "os-autoinst"

Mon Nov 11 13:00:59 2019 rev:78 rq:747266 version:4.6.1573405893.c5877f02

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2019-11-09 
23:35:58.664889820 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.2990/os-autoinst.changes
2019-11-11 13:01:02.125731306 +0100
@@ -1,0 +2,11 @@
+Sun Nov 10 22:25:03 UTC 2019 - ok...@suse.com
+
+- Update to version 4.6.1573405893.c5877f02:
+  * Get rid of unhelpful log about "unknown process"
+  * Adapt tests to needle handling changes
+  * Remove use of $bmwqemu::vars{PRJDIR}
+  * Initialize $needle::needles_dir within needle::init
+  * Use $needle:needles_dir in the needle downloader
+  * Assume that the variable not defined in checkout_git_repo_and_branch
+
+---

Old:

  os-autoinst-4.6.1573214011.87166a81.obscpio

New:

  os-autoinst-4.6.1573405893.c5877f02.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.b23t4l/_old  2019-11-11 13:01:03.493732754 +0100
+++ /var/tmp/diff_new_pack.b23t4l/_new  2019-11-11 13:01:03.497732758 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package os
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.6.1573214011.87166a81
+Version:4.6.1573405893.c5877f02
 Release:0
 Summary:test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}
@@ -42,8 +42,7 @@
 mkdir needles
 cat - > vars.json  
os-autoinst-4.6.1573405893.c5877f02.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1573214011.87166a81.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.2990/os-autoinst-4.6.1573405893.c5877f02.obscpio
 differ: char 50, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.b23t4l/_old  2019-11-11 13:01:03.601732869 +0100
+++ /var/tmp/diff_new_pack.b23t4l/_new  2019-11-11 13:01:03.601732869 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1573214011.87166a81
-mtime: 1573214011
-commit: 87166a81803ea9d6e410f7cc1a8ed2eb2762fa0a
+version: 4.6.1573405893.c5877f02
+mtime: 1573405893
+commit: c5877f021e2580818368cc25b5d9d72b24ac2c02
 




commit osmo-msc for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package osmo-msc for openSUSE:Factory 
checked in at 2019-11-11 13:00:55

Comparing /work/SRC/openSUSE:Factory/osmo-msc (Old)
 and  /work/SRC/openSUSE:Factory/.osmo-msc.new.2990 (New)


Package is "osmo-msc"

Mon Nov 11 13:00:55 2019 rev:2 rq:747261 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/osmo-msc/osmo-msc.changes2019-02-28 
21:42:27.873549156 +0100
+++ /work/SRC/openSUSE:Factory/.osmo-msc.new.2990/osmo-msc.changes  
2019-11-11 13:00:59.321728336 +0100
@@ -1,0 +2,6 @@
+Sun Nov 10 21:03:53 UTC 2019 - Martin Hauke 
+
+- Disable LTO for now since it breaks compilation of the tests
+  See: https://osmocom.org/issues/4115
+
+---



Other differences:
--
++ osmo-msc.spec ++
--- /var/tmp/diff_new_pack.CSQ1bh/_old  2019-11-11 13:01:00.201729268 +0100
+++ /var/tmp/diff_new_pack.CSQ1bh/_new  2019-11-11 13:01:00.205729272 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package osmo-msc
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,10 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define with_iu 1
+%define _lto_cflags %{nil}
 Name:   osmo-msc
 Version:1.3.1
 Release:0




commit ocaml-sha for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-sha for openSUSE:Factory 
checked in at 2019-11-11 13:01:18

Comparing /work/SRC/openSUSE:Factory/ocaml-sha (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-sha.new.2990 (New)


Package is "ocaml-sha"

Mon Nov 11 13:01:18 2019 rev:3 rq:747297 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-sha/ocaml-sha.changes  2019-10-24 
23:03:07.156098995 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-sha.new.2990/ocaml-sha.changes
2019-11-11 13:01:26.917757560 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Use _service file
+
+---

Old:

  ocaml-sha-1.12.tar.gz

New:

  _service
  ocaml-sha-1.12.tar.xz



Other differences:
--
++ ocaml-sha.spec ++
--- /var/tmp/diff_new_pack.Uy1IxD/_old  2019-11-11 13:01:27.425758098 +0100
+++ /var/tmp/diff_new_pack.Uy1IxD/_new  2019-11-11 13:01:27.429758103 +0100
@@ -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/
 #
 
 Name:   ocaml-sha
@@ -22,13 +22,12 @@
 Summary:Binding to the SHA cryptographic functions
 License:ISC
 Group:  Development/Languages/OCaml
-
 URL:https://github.com/djs55/ocaml-sha/
-Source0:
https://github.com/djs55/ocaml-sha/archive/v%{version}/%{name}-%{version}.tar.gz
-
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191009
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(oUnit)
 
 %description
 A binding for SHA interface code in OCaml. Offering the same interface than
@@ -48,6 +47,8 @@
 %autosetup -p1
 
 %build
+test -f jbuild && dune upgrade --verbose
+dune_release_pkgs='sha'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -56,10 +57,9 @@
 %ocaml_create_file_list
 
 %check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
 
 %files -f %{name}.files
-%doc README
 
 %files devel -f %{name}.files.devel
 

++ _service ++

  
ocaml-sha

cd6d9c7dbda41dcab0057e052f7fc88df186042b
git
disable
https://github.com/djs55/ocaml-sha.git
1.12
  
  
*.tar
xz
  
  




commit python-pycryptodomex for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-pycryptodomex for 
openSUSE:Factory checked in at 2019-11-11 13:01:45

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


Package is "python-pycryptodomex"

Mon Nov 11 13:01:45 2019 rev:6 rq:747324 version:3.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pycryptodomex/python-pycryptodomex.changes
2019-09-13 14:58:36.781277985 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pycryptodomex.new.2990/python-pycryptodomex.changes
  2019-11-11 13:01:52.713784878 +0100
@@ -1,0 +2,23 @@
+Sun Nov 10 16:54:21 UTC 2019 - Hans-Peter Jansen 
+
+- Update to 3.9.2 (10 November 2019):
+  + New features
+* Add Python 3.8 wheels for Mac.
+  + Resolved issues
+* GH#308: Avoid allocating arrays of __m128i on the stack, to
+  cope with buggy compilers.
+* GH#322: Remove blanket -O3 optimization for gcc and clang, to
+  cope with buggy compilers.
+* GH#337: Fix typing stubs for signatures.
+* GH#338: Deal with gcc installations that don't have
+  x86intrin.h.
+
+- Update to version 3.9.1 (1 November 2019):
+  + New features
+* Add Python 3.8 wheels for Linux and Windows.
+  + Resolved issues
+* GH#328: minor speed-up when importing RSA.
+
+- sync spec file with python-pycryptodome
+
+---

Old:

  pycryptodome-3.9.0.tar.gz

New:

  v3.9.2x.tar.gz



Other differences:
--
++ python-pycryptodomex.spec ++
--- /var/tmp/diff_new_pack.GOF74P/_old  2019-11-11 13:01:56.125788492 +0100
+++ /var/tmp/diff_new_pack.GOF74P/_new  2019-11-11 13:01:56.145788514 +0100
@@ -19,21 +19,23 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-pycryptodomex
-Version:3.9.0
+Version:3.9.2
 Release:0
 Summary:Cryptographic library for Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 URL:https://www.pycryptodome.org
-Source: 
https://files.pythonhosted.org/packages/source/p/pycryptodome/pycryptodome-%{version}.tar.gz
+Source: 
https://github.com/Legrandin/pycryptodome/archive/v%{version}x.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if !0%{?_no_weakdeps}
 # PyCryptodomex uses gmp via cffi as runtime optimization
 # would be better, if libgmp* would provide gmp
 Suggests:   libgmp10
 Suggests:   python-cffi
+%endif
 %python_subpackages
 
 %description
@@ -73,7 +75,7 @@
 (e.g. block ciphers) are implemented as C extensions.
 
 %prep
-%setup -q -n pycryptodome-%{version}
+%setup -q -n pycryptodome-%{version}x
 touch .separate_namespace
 
 %build




commit libvirt for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2019-11-11 12:58:14

Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and  /work/SRC/openSUSE:Factory/.libvirt.new.2990 (New)


Package is "libvirt"

Mon Nov 11 12:58:14 2019 rev:291 rq:746035 version:5.9.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2019-10-22 
15:38:17.329227308 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new.2990/libvirt.changes
2019-11-11 12:58:20.213559840 +0100
@@ -1,0 +2,8 @@
+Wed Nov  6 14:55:39 UTC 2019 - James Fehlig 
+
+- Update to libvirt 5.9.0
+  - jsc#SLE-7440
+  - Many incremental improvements and bug fixes, see
+https://libvirt.org/news.html
+
+---

Old:

  libvirt-5.8.0.tar.xz
  libvirt-5.8.0.tar.xz.asc

New:

  libvirt-5.9.0.tar.xz
  libvirt-5.9.0.tar.xz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.2vfFg5/_old  2019-11-11 12:58:22.549562313 +0100
+++ /var/tmp/diff_new_pack.2vfFg5/_new  2019-11-11 12:58:22.549562313 +0100
@@ -183,7 +183,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:5.8.0
+Version:5.9.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later
@@ -233,6 +233,7 @@
 BuildRequires:  bash-completion-devel >= 2.0
 %endif
 BuildRequires:  fdupes
+BuildRequires:  glib2-devel >= 2.48
 BuildRequires:  libattr-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgnutls-devel

++ 0001-Extract-stats-functions-from-the-qemu-driver.patch ++
--- /var/tmp/diff_new_pack.2vfFg5/_old  2019-11-11 12:58:22.601562369 +0100
+++ /var/tmp/diff_new_pack.2vfFg5/_new  2019-11-11 12:58:22.601562369 +0100
@@ -18,10 +18,10 @@
  create mode 100644 src/conf/domain_stats.c
  create mode 100644 src/conf/domain_stats.h
 
-Index: libvirt-5.8.0/src/conf/domain_stats.c
+Index: libvirt-5.9.0/src/conf/domain_stats.c
 ===
 --- /dev/null
-+++ libvirt-5.8.0/src/conf/domain_stats.c
 libvirt-5.9.0/src/conf/domain_stats.c
 @@ -0,0 +1,119 @@
 +/*
 + * domain_stats.c: domain stats extraction helpers
@@ -142,10 +142,10 @@
 +}
 +
 +#undef STATS_ADD_NET_PARAM
-Index: libvirt-5.8.0/src/conf/domain_stats.h
+Index: libvirt-5.9.0/src/conf/domain_stats.h
 ===
 --- /dev/null
-+++ libvirt-5.8.0/src/conf/domain_stats.h
 libvirt-5.9.0/src/conf/domain_stats.h
 @@ -0,0 +1,62 @@
 +/*
 + * domain_stats.h: domain stats extraction helpers
@@ -209,10 +209,10 @@
 +   virTypedParamListPtr params);
 +
 +#endif /* __DOMAIN_STATS_H */
-Index: libvirt-5.8.0/src/libvirt_private.syms
+Index: libvirt-5.9.0/src/libvirt_private.syms
 ===
 libvirt-5.8.0.orig/src/libvirt_private.syms
-+++ libvirt-5.8.0/src/libvirt_private.syms
+--- libvirt-5.9.0.orig/src/libvirt_private.syms
 libvirt-5.9.0/src/libvirt_private.syms
 @@ -697,6 +697,9 @@ virDomainConfNWFilterInstantiate;
  virDomainConfNWFilterTeardown;
  virDomainConfVMNWFilterTeardown;
@@ -223,7 +223,7 @@
  
  # conf/interface_conf.h
  virInterfaceDefFormat;
-@@ -1648,6 +1651,7 @@ virCgroupGetMemoryUsage;
+@@ -1653,6 +1656,7 @@ virCgroupGetMemoryUsage;
  virCgroupGetMemSwapHardLimit;
  virCgroupGetMemSwapUsage;
  virCgroupGetPercpuStats;
@@ -231,10 +231,10 @@
  virCgroupHasController;
  virCgroupHasEmptyTasks;
  virCgroupKillPainfully;
-Index: libvirt-5.8.0/src/qemu/qemu_driver.c
+Index: libvirt-5.9.0/src/qemu/qemu_driver.c
 ===
 libvirt-5.8.0.orig/src/qemu/qemu_driver.c
-+++ libvirt-5.8.0/src/qemu/qemu_driver.c
+--- libvirt-5.9.0.orig/src/qemu/qemu_driver.c
 libvirt-5.9.0/src/qemu/qemu_driver.c
 @@ -67,6 +67,7 @@
  #include "virarptable.h"
  #include "viruuid.h"
@@ -243,9 +243,9 @@
  #include "domain_audit.h"
  #include "node_device_conf.h"
  #include "virpci.h"
-@@ -20451,13 +20452,7 @@ qemuDomainGetStatsState(virQEMUDriverPtr
+@@ -20394,13 +20395,7 @@ qemuDomainGetStatsState(virQEMUDriverPtr
  virTypedParamListPtr params,
- unsigned int privflags ATTRIBUTE_UNUSED)
+ unsigned int privflags G_GNUC_UNUSED)
  {
 -if (virTypedParamListAddInt(params, dom->state.state, "state.state") < 0)
 -return -1;
@@ -258,7 +258,7 @@
  }
  
  
-@@ -20659,17 +20654,7 @@ qemuDomainGetStatsCpuCgroup(virDomainObj
+@@ -20601,17 +20596,7 @@ qemuDomainGetStatsCpuCgroup(virDomainObj
  if (!priv->cgroup)
  return 0;
  

commit python-pytest-cov for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-pytest-cov for 
openSUSE:Factory checked in at 2019-11-11 12:58:10

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


Package is "python-pytest-cov"

Mon Nov 11 12:58:10 2019 rev:13 rq:746011 version:2.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-cov/python-pytest-cov.changes  
2019-11-04 17:03:31.920076880 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-cov.new.2990/python-pytest-cov.changes
2019-11-11 12:58:11.561550677 +0100
@@ -1,0 +2,6 @@
+Wed Nov  6 13:25:11 CET 2019 - Matej Cepl 
+
+- Switch off another test cases to make test suite pass.
+  gh#pytest-dev/pytest-cov#358
+
+---



Other differences:
--
++ python-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.NUWlAr/_old  2019-11-11 12:58:12.169551321 +0100
+++ /var/tmp/diff_new_pack.NUWlAr/_new  2019-11-11 12:58:12.169551321 +0100
@@ -22,21 +22,20 @@
 Release:0
 Summary:Pytest plugin for coverage reporting
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/schlamar/pytest-cov
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
 BuildRequires:  %{python_module coverage >= 4.4}
 BuildRequires:  %{python_module fields}
 BuildRequires:  %{python_module process-tests}
-BuildRequires:  %{python_module pytest >= 3.6}
 BuildRequires:  %{python_module pytest-xdist}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module virtualenv}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-coverage >= 4.4
-Requires:   python-pytest >= 3.6
+Requires:   python-pytest
 BuildArch:  noarch
 %python_subpackages
 
@@ -60,9 +59,10 @@
 
 %check
 # test_dist_missing_data - needs internet access
+# test_*_collocated gh#pytest-dev/pytest-cov#358
 # test_central_subprocess_change_cwd_with_pythonpath - needs pytest cov in 
venv which is not doable in OBS build
 echo "import site;site.addsitedir(\"$(pwd)/src\")" > tests/sitecustomize.py
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:$PWD/tests 
py.test-%{$python_bin_suffix} -v -k 'not (test_dist_missing_data or 
test_central_subprocess_change_cwd_with_pythonpath)'
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:$PWD/tests 
py.test-%{$python_bin_suffix} -v -k 'not (test_dist_missing_data or 
test_central_subprocess_change_cwd_with_pythonpath or test_dist_not_collocated 
or test_dist_subprocess_not_collocated)'
 
 %files %{python_files}
 %license LICENSE




commit libmbim for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2019-11-11 12:58:41

Comparing /work/SRC/openSUSE:Factory/libmbim (Old)
 and  /work/SRC/openSUSE:Factory/.libmbim.new.2990 (New)


Package is "libmbim"

Mon Nov 11 12:58:41 2019 rev:21 rq:746093 version:1.20.2

Changes:

--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2019-09-18 
13:07:01.212745681 +0200
+++ /work/SRC/openSUSE:Factory/.libmbim.new.2990/libmbim.changes
2019-11-11 12:58:42.345583278 +0100
@@ -1,0 +2,10 @@
+Wed Nov  6 20:34:29 UTC 2019 - Martin Hauke 
+
+- Update to version 1.20.2:
+  + mbim-proxy:
+- Fixed device control port management when using symlinks.
+  + libmbim-glib:
+- Fixed handling of fragmented indication messages.
+  + Several other minor improvements and fixes.
+
+---

Old:

  libmbim-1.20.0.tar.xz

New:

  libmbim-1.20.2.tar.xz



Other differences:
--
++ libmbim.spec ++
--- /var/tmp/diff_new_pack.ZgSBGY/_old  2019-11-11 12:58:43.477584476 +0100
+++ /var/tmp/diff_new_pack.ZgSBGY/_new  2019-11-11 12:58:43.477584476 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libmbim
-Version:1.20.0
+Version:1.20.2
 Release:0
 Summary:Mobile Broadband Interface Model (MBIM) protocol
 License:GPL-2.0-or-later AND LGPL-2.0-or-later

++ libmbim-1.20.0.tar.xz -> libmbim-1.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmbim-1.20.0/ChangeLog new/libmbim-1.20.2/ChangeLog
--- old/libmbim-1.20.0/ChangeLog2019-09-06 14:08:43.0 +0200
+++ new/libmbim-1.20.2/ChangeLog2019-11-06 12:13:37.0 +0100
@@ -1,3 +1,101 @@
+commit 824812a906940884a0fab909d86734a65173f46c
+Author: Aleksander Morgado 
+Date:   Wed Nov 6 12:10:35 2019 +0100
+
+release: bump version to 1.20.2
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ce41a4f3cbe7095a1ae366970d4cd9a21f4d1e20
+Author: Aleksander Morgado 
+Date:   Wed Nov 6 12:10:25 2019 +0100
+
+NEWS: update for 1.20.2
+
+ NEWS | 11 +++
+ 1 file changed, 11 insertions(+)
+
+commit 927beffed739af071ab68e4e91a191dde2ed51be
+Author: Aleksander Morgado 
+Date:   Mon Nov 4 10:36:09 2019 +0100
+
+libmbim-glib,device: fix handling of fragmented indication messages
+
+The transactions for the fragmented indication messages were being
+stored in the "host" type transaction hashtable, instead of in the
+"modem" type transaction hashtable.
+
+Fixes https://gitlab.freedesktop.org/mobile-broadband/libmbim/issues/8
+
+(cherry picked from commit eceb6b70ad74dc5c346561c382cb02795b4870f6)
+
+ src/libmbim-glib/mbim-device.c | 20 ++--
+ 1 file changed, 14 insertions(+), 6 deletions(-)
+
+commit 3f0139cf945f78d88b3147835e366078dd7d8434
+Author: Aleksander Morgado 
+Date:   Sat Sep 21 14:38:28 2019 +0200
+
+libmbim-glib,proxy: plug memleak
+
+(cherry picked from commit 0bbe65cc3b4bd1321dc6e14dfe74b963ef8ba257)
+
+ src/libmbim-glib/mbim-proxy.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1b24dd3dda3409ec4b186398316e9a4f47f78330
+Author: Aleksander Morgado 
+Date:   Sat Sep 21 14:01:30 2019 +0200
+
+libmbim-glib,proxy: always use realpath in the MbimDevice
+
+We don't want to create different MbimDevices for the same cdc-wdm
+port when it's accessed through different symlinks.
+
+Fixes https://gitlab.freedesktop.org/mobile-broadband/libmbim/issues/6
+
+(cherry picked from commit 40640217fb40921c787cf309d6b988f04f1af84c)
+
+ src/libmbim-glib/mbim-proxy.c | 22 ++
+ 1 file changed, 18 insertions(+), 4 deletions(-)
+
+commit 54903a86e84df3b9f3d0bec2d3e95d3ef380cb5e
+Author: Aleksander Morgado 
+Date:   Sat Sep 21 14:00:15 2019 +0200
+
+libmbim-glib,device: use realpath basename to look for descriptors
+file
+
+Fixes https://gitlab.freedesktop.org/mobile-broadband/libmbim/issues/6
+
+(cherry picked from commit b0ede0ce4626353e89387f8bb3ab05b608f2e38d)
+
+ src/libmbim-glib/mbim-device.c | 14 +++---
+ 1 file changed, 11 insertions(+), 3 deletions(-)
+
+commit 2aabb1f1831ae9aa9f3fe1325113f2ea420c5708
+Author: Aleksander Morgado 
+Date:   Sat Sep 21 13:59:51 2019 +0200
+
+libmbim-glib,utils: new helpers to work with symlinks
+
+(cherry picked from commit 4932766d8cc77430283f708385eab45cc13bbc6a)
+
+ src/libmbim-glib/mbim-utils.c | 44
+ ++-
+ src/libmbim-glib/mbim-utils.h |  8 ++--
+ 2 files changed, 49 insertions(+), 3 deletions(-)
+
+commit e0103fb8856e8657a9ea2635b5828863a851e7b3
+Author: Aleksander Morgado 

commit wpa_supplicant for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory 
checked in at 2019-11-11 12:57:37

Comparing /work/SRC/openSUSE:Factory/wpa_supplicant (Old)
 and  /work/SRC/openSUSE:Factory/.wpa_supplicant.new.2990 (New)


Package is "wpa_supplicant"

Mon Nov 11 12:57:37 2019 rev:76 rq:745943 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes
2019-08-05 10:29:22.863452296 +0200
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new.2990/wpa_supplicant.changes  
2019-11-11 12:57:38.505515671 +0100
@@ -1,0 +2,185 @@
+Mon Nov  4 10:57:57 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.9 release:
+   * SAE changes
+ - disable use of groups using Brainpool curves
+ - improved protection against side channel attacks
+ [https://w1.fi/security/2019-6/]
+   * EAP-pwd changes
+ - disable use of groups using Brainpool curves
+ - allow the set of groups to be configured (eap_pwd_groups)
+ - improved protection against side channel attacks
+ [https://w1.fi/security/2019-6/]
+   * fixed FT-EAP initial mobility domain association using PMKSA caching
+ (disabled by default for backwards compatibility; can be enabled
+ with ft_eap_pmksa_caching=1)
+   * fixed a regression in OpenSSL 1.1+ engine loading
+   * added validation of RSNE in (Re)Association Response frames
+   * fixed DPP bootstrapping URI parser of channel list
+   * extended EAP-SIM/AKA fast re-authentication to allow use with FILS
+   * extended ca_cert_blob to support PEM format
+   * improved robustness of P2P Action frame scheduling
+   * added support for EAP-SIM/AKA using anonymous@realm identity
+   * fixed Hotspot 2.0 credential selection based on roaming consortium
+ to ignore credentials without a specific EAP method
+   * added experimental support for EAP-TEAP peer (RFC 7170)
+   * added experimental support for EAP-TLS peer with TLS v1.3
+   * fixed a regression in WMM parameter configuration for a TDLS peer
+   * fixed a regression in operation with drivers that offload 802.1X
+ 4-way handshake
+   * fixed an ECDH operation corner case with OpenSSL
+   * SAE changes
+ - added support for SAE Password Identifier
+ - changed default configuration to enable only groups 19, 20, 21
+   (i.e., disable groups 25 and 26) and disable all unsuitable groups
+   completely based on REVmd changes
+ - do not regenerate PWE unnecessarily when the AP uses the
+   anti-clogging token mechanisms
+ - fixed some association cases where both SAE and FT-SAE were enabled
+   on both the station and the selected AP
+ - started to prefer FT-SAE over SAE AKM if both are enabled
+ - started to prefer FT-SAE over FT-PSK if both are enabled
+ - fixed FT-SAE when SAE PMKSA caching is used
+ - reject use of unsuitable groups based on new implementation guidance
+   in REVmd (allow only FFC groups with prime >= 3072 bits and ECC
+   groups with prime >= 256)
+ - minimize timing and memory use differences in PWE derivation
+   [https://w1.fi/security/2019-1/] (CVE-2019-9494)
+   * EAP-pwd changes
+ - minimize timing and memory use differences in PWE derivation
+   [https://w1.fi/security/2019-2/] (CVE-2019-9495)
+ - verify server scalar/element
+   [https://w1.fi/security/2019-4/] (CVE-2019-9499)
+ - fix message reassembly issue with unexpected fragment
+   [https://w1.fi/security/2019-5/]
+ - enforce rand,mask generation rules more strictly
+ - fix a memory leak in PWE derivation
+ - disallow ECC groups with a prime under 256 bits (groups 25, 26, and
+   27)
+   * fixed CONFIG_IEEE80211R=y (FT) build without CONFIG_FILS=y
+   * Hotspot 2.0 changes
+ - do not indicate release number that is higher than the one
+   AP supports
+ - added support for release number 3
+ - enable PMF automatically for network profiles created from
+   credentials
+   * fixed OWE network profile saving
+   * fixed DPP network profile saving
+   * added support for RSN operating channel validation
+ (CONFIG_OCV=y and network profile parameter ocv=1)
+   * added Multi-AP backhaul STA support
+   * fixed build with LibreSSL
+   * number of MKA/MACsec fixes and extensions
+   * extended domain_match and domain_suffix_match to allow list of values
+   * fixed dNSName matching in domain_match and domain_suffix_match when
+ using wolfSSL
+   * started to prefer FT-EAP-SHA384 over WPA-EAP-SUITE-B-192 AKM if both
+ are enabled
+   * extended nl80211 Connect and external authentication to support
+ SAE, FT-SAE, FT-EAP-SHA384
+   * fixed KEK2 derivation for FILS+FT
+   * extended client_cert file to allow loading of a chain of PEM
+ encoded certificates
+   * extended beacon reporting functionality
+   * 

commit tiff for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2019-11-11 12:57:59

Comparing /work/SRC/openSUSE:Factory/tiff (Old)
 and  /work/SRC/openSUSE:Factory/.tiff.new.2990 (New)


Package is "tiff"

Mon Nov 11 12:57:59 2019 rev:78 rq:745991 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2019-02-13 
10:18:18.621336490 +0100
+++ /work/SRC/openSUSE:Factory/.tiff.new.2990/tiff.changes  2019-11-11 
12:58:01.873540418 +0100
@@ -1,0 +2,12 @@
+Wed Nov  6 12:00:35 UTC 2019 - pgaj...@suse.com
+
+- version update to 4.1.0
+  * fixes several CVEs mentioned below and more,
+see ChangeLog
+- deleted patches
+  - tiff-CVE-2018-12900.patch (upstreamed)
+  - tiff-CVE-2018-17000,19210.patch (upstreamed)
+  - tiff-CVE-2019-6128.patch (upstreamed)
+  - tiff-CVE-2019-7663.patch (upstreamed)
+
+---

Old:

  tiff-4.0.10.tar.gz
  tiff-CVE-2018-12900.patch
  tiff-CVE-2018-17000,19210.patch
  tiff-CVE-2019-6128.patch
  tiff-CVE-2019-7663.patch

New:

  tiff-4.1.0.tar.gz



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.kzAoLF/_old  2019-11-11 12:58:02.833541434 +0100
+++ /var/tmp/diff_new_pack.kzAoLF/_new  2019-11-11 12:58:02.837541439 +0100
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define asan_build 0
 %define debug_build 0
 Name:   tiff
-Version:4.0.10
+Version:4.1.0
 Release:0
 Summary:Tools for Converting from and to the Tagged Image File Format
 License:HPND
@@ -31,17 +31,6 @@
 Patch0: tiff-4.0.3-seek.patch
 # http://bugzilla.maptools.org/show_bug.cgi?id=2442
 Patch1: tiff-4.0.3-compress-warning.patch
-# http://bugzilla.maptools.org/show_bug.cgi?id=2798
-# https://gitlab.com/libtiff/libtiff/merge_requests/44
-Patch2: tiff-CVE-2018-12900.patch
-Patch3: tiff-CVE-2018-17000,19210.patch
-# http://bugzilla.maptools.org/show_bug.cgi?id=2836
-# https://gitlab.com/libtiff/libtiff/merge_requests/50
-Patch4: tiff-CVE-2019-6128.patch
-# http://bugzilla.maptools.org/show_bug.cgi?id=2833
-# https://gitlab.com/libtiff/libtiff/merge_requests/54
-# https://gitlab.com/libtiff/libtiff/merge_requests/60
-Patch5: tiff-CVE-2019-7663.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libjbig-devel
 BuildRequires:  libjpeg-devel
@@ -80,10 +69,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 CFLAGS="%{optflags} -fPIE"

++ tiff-4.0.10.tar.gz -> tiff-4.1.0.tar.gz ++
 9192 lines of diff (skipped)




commit curl for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2019-11-11 12:58:27

Comparing /work/SRC/openSUSE:Factory/curl (Old)
 and  /work/SRC/openSUSE:Factory/.curl.new.2990 (New)


Package is "curl"

Mon Nov 11 12:58:27 2019 rev:150 rq:746072 version:7.67.0

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl-mini.changes   2019-09-19 
15:49:37.527308148 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new.2990/curl-mini.changes 2019-11-11 
12:58:31.085571353 +0100
@@ -1,0 +2,122 @@
+Wed Nov  6 15:52:24 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Update spec file with spec-cleaner
+
+---
+Wed Nov  6 09:36:43 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Update to 7.67.0
+  * Changes:
+- curl: added --no-progress-meter
+- setopt: CURLMOPT_MAX_CONCURRENT_STREAMS is new
+- urlapi: CURLU_NO_AUTHORITY allows empty authority/host part 
+  * Bugfixes:
+- BINDINGS: five new bindings addded
+- CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time
+- CURLOPT_TIMEOUT.3: remove the mention of "minutes"
+- ESNI: initial build/setup support
+- FTP: FTPFILE_NOCWD: avoid redundant CWDs
+- FTP: allow "rubbish" prepended to the SIZE response
+- FTP: remove trailing slash from path for LIST/MLSD
+- FTP: skip CWD to entry dir when target is absolute
+- FTP: url-decode path before evaluation
+- HTTP3.md: move -p for mkdir, remove -j for make
+- HTTP3: fix invalid use of sendto for connected UDP socket
+- HTTP3: fix prefix parameter for ngtcp2 build
+- HTTP3: show an --alt-svc using example too
+- INSTALL: add missing space for configure commands
+- INSTALL: add vcpkg installation instructions
+- altsvc: accept quoted ma and persist values
+- altsvc: both backends run h3-23 now
+- appveyor: Add MSVC ARM64 build
+- appveyor: Use two parallel compilation on appveyor with CMake
+- appveyor: add --disable-proxy autotools build
+- appveyor: publish artifacts on appveyor
+- appveyor: upgrade VS2017 to VS2019
+- asyn-thread: make use of Curl_socketpair() where available
+- asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
+- build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines
+- checksrc: fix uninitialized variable warning
+- chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error
+- cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build
+- cirrus: switch off blackhole status on the freebsd CI machines
+- cleanups: 21 various PVS-Studio warnings
+- configure: only say ipv6 enabled when the variable is set
+- configure: remove all cyassl references
+- conn-reuse: requests wanting NTLM can reuse non-NTLM connections
+- connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT
+- connect: silence sign-compare warning
+- cookie: avoid harmless use after free
+- cookie: pass in the correct cookie amount to qsort()
+- cookies: change argument type for Curl_flush_cookies
+- cookies: using a share with cookies shouldn't enable the cookie engine
+- copyrights: update copyright notices to 2019
+- curl: create easy handles on-demand and not ahead of time
+- curl: ensure HTTP 429 triggers --retry
+- curl: exit the create_transfers loop on errors
+- curl: fix memory leaked by parse_metalink()
+- curl: load large files with -d @ much faster
+- docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
+- docs: added multi-event.c example
+- docs: disambiguate CURLUPART_HOST is for host name (ie no port)
+- docs: note on failed handles not being counted by curl_multi_perform
+- doh: allow only http and https in debug mode
+- doh: avoid truncating DNS QTYPE to lower octet
+- doh: clean up dangling DOH memory on easy close
+- doh: fix (harmless) buffer overrun
+- doh: fix undefined behaviour and open up for gcc and clang optimization
+- doh: return early if there is no time left
+- examples/sslbackend: fix -Wchar-subscripts warning
+- gnutls: make gnutls_bye() not wait for response on shutdown
+- http2: expire a timeout at end of stream
+- http2: prevent dup'ed handles to send dummy PRIORITY frames
+- http2: relax verification of :authority in push promise requests
+- http2_recv: a closed stream trumps pause state
+- http: lowercase headernames for HTTP/2 and HTTP/3
+- ldap: Stop using wide char version of ldapp_err2string
+- ldap: fix OOM error on missing query string
+- mbedtls: add error message for cert validity starting in the future
+- mime: when disabled, avoid C99 macro
+- ngtcp2: adapt to API change
+- ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23
+- ngtcp2: remove 

commit rook for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package rook for openSUSE:Factory checked in 
at 2019-11-11 12:58:53

Comparing /work/SRC/openSUSE:Factory/rook (Old)
 and  /work/SRC/openSUSE:Factory/.rook.new.2990 (New)


Package is "rook"

Mon Nov 11 12:58:53 2019 rev:9 rq:746144 version:1.1.6+git0.g91d6f635

Changes:

--- /work/SRC/openSUSE:Factory/rook/rook.changes2019-10-05 
16:19:34.937550172 +0200
+++ /work/SRC/openSUSE:Factory/.rook.new.2990/rook.changes  2019-11-11 
12:58:57.005598802 +0100
@@ -1,0 +2,50 @@
+Wed Nov  6 09:11:01 UTC 2019 - Kristoffer Gronlund 
+
+- Update rook to v1.1.6:
+  * Flex driver should not allow attach before detach on a different node 
(#3582)
+  * Properly set the ceph-mgr annotations (#4195)
+  * Only trigger an orchestration if the cluster CR changed (#4252)
+  * Fix setting rbdGrpcMetricsPort in the helm chart (#4202)
+  * Document all helm chart settings (#4202)
+  * Support all layers of CRUSH map with node labels (#4236)
+  * Skip orchestration restart on device config map update for osd on pvc 
(#4124)
+  * Deduplicate tolerations collected for the drain canary pods (#4220)
+  * Role bindings are missing for pod security policies (#3851)
+  * Continue with orchestration if a single mon pod fails to start (#4146)
+  * OSDs cannot call 'restorecon' when selinux is enabled (#4214)
+  * Use the rook image for drain canary pods (#4213)
+  * Allow setting of osd prepare resource limits (#4182)
+  * Documentation for object bucket provisioning (#3882)
+
+---
+Tue Nov  5 16:10:12 UTC 2019 - Kristoffer Gronlund 
+
+- Update rook to v1.1.4:
+  * OSD config overrides were ignored for some upgraded OSDs (#4161)
+  * Enable restoring a cluster after disaster recovery (#4021)
+  * Enable upgrade of OSDs configured on PVCs (#3996)
+  * Automatically removing OSDs requires setting: 
removeOSDsIfOutAndSafeToRemove(#4116)
+  * Rework csi keys and secrets to use minimal privileges (#4086)
+  * Expose OSD prepare pod resource limits (#4083)
+  * Minimum K8s version for running OSDs on PVCs is 1.13 (#4009)
+  * Add 'rgw.buckets.non-ec' to list of RGW metadataPools (#4087)
+  * Hide wrong error for clusterdisruption controller (#4094)
+  * Multiple integration test fixes to improve CI stability (#4098)
+  * Detect mount fstype more accurately in the flex driver (#4109)
+  * Do not override mgr annotations (#4110)
+  * Add OSDs to proper buckets in crush hierarchy with topology awareness 
(#4099)
+  * More robust removal of cluster finalizer (#4090)
+  * Take activeStandby into account for the CephFileSystem disruption budget 
(#4075)
+  * Update the CSI CephFS registration directory name (#4070)
+  * Fix incorrect Ceph CSI doc links (#4081)
+  * Remove decimal places for osdMemoryTargetValue monitoring setting (#4046)
+  * Relax pre-requisites for external cluster to allow connections to Luminous 
(#4025)
+  * Avoid nodes getting stuck in OrchestrationStatusStarting during OSD config 
(#3817)
+  * Make metrics and liveness port configurable (#4005)
+  * Correct system namespace for CSI driver settings during upgrade (#4040)
+
+- Update csi-dummy-images.patch
+- Update csi-template-paths.patch
+- Update 0001-bsc-1152690-ceph-csi-Driver-will-fail-with-error.patch
+
+---

Old:

  rook-1.1.1+git0.g9a2641a6-vendor.tar.xz
  rook-1.1.1+git0.g9a2641a6.tar.xz

New:

  rook-1.1.6+git0.g91d6f635-vendor.tar.xz
  rook-1.1.6+git0.g91d6f635.tar.xz



Other differences:
--
++ rook.spec ++
--- /var/tmp/diff_new_pack.GVAeHO/_old  2019-11-11 12:58:58.657600552 +0100
+++ /var/tmp/diff_new_pack.GVAeHO/_new  2019-11-11 12:58:58.657600552 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rook
-Version:1.1.1+git0.g9a2641a6
+Version:1.1.6+git0.g91d6f635
 Release:0
 Summary:Orchestrator for distributed storage systems in cloud-native 
environments
 License:Apache-2.0
@@ -143,13 +143,13 @@
 
 # determine image names to use in manifests depending on the base os type
 # %CEPH_VERSION% is replaced at build time by the _service
-%global rook_container_version 1.1.1.0  # this is udpated by update-tarball.sh
+%global rook_container_version 1.1.6.0  # this is updated by update-tarball.sh
 %if 0%{?is_opensuse}
-%global rook_image 
registry.opensuse.org/opensuse/rook/ceph:%{rook_container_version}
+%global rook_image 
registry.opensuse.org/opensuse/rook/ceph:%{rook_container_version}.%{release}
 %global ceph_image registry.opensuse.org/opensuse/ceph/ceph:%CEPH_VERSION%
 %global ceph_csi_image 
registry.opensuse.org/opensuse/cephcsi/cephcsi:%CSI_VERSION%.%CSI_OFFSET%
 %else # is 

commit pesign-obs-integration for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Factory checked in at 2019-11-11 12:58:46

Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old)
 and  /work/SRC/openSUSE:Factory/.pesign-obs-integration.new.2990 (New)


Package is "pesign-obs-integration"

Mon Nov 11 12:58:46 2019 rev:36 rq:746111 version:10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
2019-09-05 12:46:57.935467479 +0200
+++ 
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new.2990/pesign-obs-integration.changes
  2019-11-11 12:58:50.881592317 +0100
@@ -1,0 +2,12 @@
+Wed Nov  6 09:58:34 UTC 2019 - Jiri Slaby 
+
+- 0001-brp-99-compress-vmlinux-support-xz-compressed-vmlinu.patch
+  to support xz-compressed vmlinux (bnc#1155921)
+
+---
+Wed Nov  6 03:52:16 UTC 2019 - Gary Ching-Pang Lin 
+
+- 0001-Keep-the-files-in-the-OTHER-directory.patch to keep the
+  files in the OTHER directory (boo#1155474)
+
+---

New:

  0001-Keep-the-files-in-the-OTHER-directory.patch
  0001-brp-99-compress-vmlinux-support-xz-compressed-vmlinu.patch



Other differences:
--
++ pesign-obs-integration.spec ++
--- /var/tmp/diff_new_pack.O6OHQR/_old  2019-11-11 12:58:51.501592975 +0100
+++ /var/tmp/diff_new_pack.O6OHQR/_new  2019-11-11 12:58:51.501592975 +0100
@@ -35,6 +35,8 @@
 Patch1: 0001-Passthrough-license-tag.patch
 Patch2: 0001-Add-support-for-kernel-module-compression.patch
 Patch3: 0001-Initialize-compress-variable.patch
+Patch4: 0001-Keep-the-files-in-the-OTHER-directory.patch
+Patch5: 0001-brp-99-compress-vmlinux-support-xz-compressed-vmlinu.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # suse-module-tools <= 15.0.10 contains modsign-verify
 Requires:   suse-module-tools >= 15.0.10
@@ -48,6 +50,8 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 

++ 0001-Keep-the-files-in-the-OTHER-directory.patch ++
>From dafa41a72190c0fa02afe6acdc06f05eb0eda937 Mon Sep 17 00:00:00 2001
From: Gary Lin 
Date: Wed, 6 Nov 2019 11:43:44 +0800
Subject: [PATCH] Keep the files in the OTHER directory

We currently only kept the "*.log" files for the repackaging while there
are some use cases that the user might need other types of files.

Update pesign-repackage.spec.in to filter out the meta and internal files
and keep the files in the OTHER directory.

Bugzilla entry:
 OBS do not export some files to API OTHER on x86_64
 https://bugzilla.suse.com/show_bug.cgi?id=1155474

Signed-off-by: Gary Lin 
---
 pesign-repackage.spec.in | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/pesign-repackage.spec.in b/pesign-repackage.spec.in
index ca8d325..1679878 100644
--- a/pesign-repackage.spec.in
+++ b/pesign-repackage.spec.in
@@ -84,10 +84,18 @@ for rpm in %_sourcedir/*.rpm; do
rpms=("${rpms[@]}" "$rpm")
 done
 popd
-for log in %_sourcedir/*.log; do
-   if test -e "$log"; then
+# Copy files other than the meta files and RPMs to %_topdir/OTHER
+OTHER_FILES=`find %_sourcedir/ -maxdepth 1 -type f \
+   -not -regex '.*\.\(rpm\|spec\|rsasign\|sig\|crt\)' \
+   -not -name "_buildenv" \
+   -not -name "_statistics" \
+   -not -name "logfile" \
+   -not -name "meta" \
+   -print`
+for file in $OTHER_FILES; do
+   if test -e "$file"; then
mkdir -p "%_topdir/OTHER"
-   cp "$log" "$_"
+   cp "$file" "$_"
fi
 done
 mkdir rsasigned
-- 
2.23.0

++ 0001-brp-99-compress-vmlinux-support-xz-compressed-vmlinu.patch ++
From: Jiri Slaby 
Date: Wed, 6 Nov 2019 10:57:01 +0100
Subject: brp-99-compress-vmlinux: support xz-compressed vmlinux
Patch-mainline: submitted as PR#16
References: bnc#1155921

Signed-off-by: Jiri Slaby 
---
 brp-99-compress-vmlinux | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/brp-99-compress-vmlinux b/brp-99-compress-vmlinux
index 2c8222d23024..ffe3841fb836 100755
--- a/brp-99-compress-vmlinux
+++ b/brp-99-compress-vmlinux
@@ -11,11 +11,13 @@ kernel-*)
exit 0
 esac
 for f in $RPM_BUILD_ROOT/boot/vmlinux-*; do
-   if test -e "$f" -a -e "$f.gz"; then
-   echo "gzip $f"
-   # Deliberately not using gzip -n; the vmlinux image has a
-   # predictable timestamp (bnc#880848#c20)
-   gzip -k -9 -f "$f"
-   fi
+   for compression in gz/gzip xz; do
+   if test -e "$f" -a -e "$f.${compression%/*}"; then
+   echo "${compression#*/} $f"
+  

commit bouncycastle for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package bouncycastle for openSUSE:Factory 
checked in at 2019-11-11 12:58:34

Comparing /work/SRC/openSUSE:Factory/bouncycastle (Old)
 and  /work/SRC/openSUSE:Factory/.bouncycastle.new.2990 (New)


Package is "bouncycastle"

Mon Nov 11 12:58:34 2019 rev:24 rq:746073 version:1.64

Changes:

--- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes
2019-10-17 12:17:15.951928454 +0200
+++ /work/SRC/openSUSE:Factory/.bouncycastle.new.2990/bouncycastle.changes  
2019-11-11 12:58:34.245574700 +0100
@@ -1,0 +2,5 @@
+Wed Nov  6 18:11:54 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Fix arch dependent macros in noarch package [bsc#1109539]
+
+---



Other differences:
--
++ bouncycastle.spec ++
--- /var/tmp/diff_new_pack.v3Kmb4/_old  2019-11-11 12:58:35.029575530 +0100
+++ /var/tmp/diff_new_pack.v3Kmb4/_new  2019-11-11 12:58:35.029575530 +0100
@@ -147,7 +147,7 @@
 {
   # Rebuild the list of security providers in classpath.security
   suffix=security/classpath.security
-  secfiles="%{_libexecdir}/$suffix %{_libdir}/$suffix"
+  secfiles="%{_prefix}/lib/$suffix %{_prefix}/lib64/$suffix"
 
   for secfile in $secfiles
   do
@@ -171,7 +171,7 @@
   {
 # Rebuild the list of security providers in classpath.security
 suffix=security/classpath.security
-secfiles="%{_libexecdir}/$suffix %{_libdir}/$suffix"
+secfiles="%{_prefix}/lib/$suffix %{_prefix}/lib64/$suffix"
 
 for secfile in $secfiles
 do




commit python-libvirt-python for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-11-11 12:58:22

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


Package is "python-libvirt-python"

Mon Nov 11 12:58:22 2019 rev:28 rq:746042 version:5.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-10-22 15:38:23.973234879 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.2990/python-libvirt-python.changes
2019-11-11 12:58:24.845564745 +0100
@@ -1,0 +2,6 @@
+Wed Nov  6 15:00:47 UTC 2019 - James Fehlig 
+
+- Update to 5.9.0
+  - Add all new APIs and constants in libvirt 5.9.0
+
+---

Old:

  libvirt-python-5.8.0.tar.gz
  libvirt-python-5.8.0.tar.gz.asc

New:

  libvirt-python-5.9.0.tar.gz
  libvirt-python-5.9.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.lBM3aH/_old  2019-11-11 12:58:25.689565639 +0100
+++ /var/tmp/diff_new_pack.lBM3aH/_new  2019-11-11 12:58:25.693565643 +0100
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.8.0
+Version:5.9.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.8.0.tar.gz -> libvirt-python-5.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.8.0/ChangeLog 
new/libvirt-python-5.9.0/ChangeLog
--- old/libvirt-python-5.8.0/ChangeLog  2019-10-05 09:53:22.0 +0200
+++ new/libvirt-python-5.9.0/ChangeLog  2019-11-06 15:44:08.0 +0100
@@ -1,3 +1,17 @@
+2019-11-06 Daniel Veillard  
+
+Release of libvirt-python 5.9.0
+* setup.py: update for release
+
+
+
+2019-10-05 Daniel Veillard  
+
+Release of libvirt-python 5.8.0
+* setup.py: updated version
+
+
+
 2019-09-23 Pavel Hrdina  
 
 virDomainMigrate3Params: add missing parallel connections param
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.8.0/PKG-INFO 
new/libvirt-python-5.9.0/PKG-INFO
--- old/libvirt-python-5.8.0/PKG-INFO   2019-10-05 09:53:22.0 +0200
+++ new/libvirt-python-5.9.0/PKG-INFO   2019-11-06 15:44:08.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.8.0
+Version: 5.9.0
 Summary: The libvirt virtualization API python binding
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.8.0/libvirt-python.spec 
new/libvirt-python-5.9.0/libvirt-python.spec
--- old/libvirt-python-5.8.0/libvirt-python.spec2019-10-05 
09:53:22.0 +0200
+++ new/libvirt-python-5.9.0/libvirt-python.spec2019-11-06 
15:44:08.0 +0100
@@ -33,7 +33,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 5.8.0
+Version: 5.9.0
 Release: 1%{?dist}
 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
 Url: http://libvirt.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.8.0/setup.py 
new/libvirt-python-5.9.0/setup.py
--- old/libvirt-python-5.8.0/setup.py   2019-10-05 09:53:13.0 +0200
+++ new/libvirt-python-5.9.0/setup.py   2019-11-06 15:42:17.0 +0100
@@ -334,7 +334,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '5.8.0',
+  version = '5.9.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = 'libvir-l...@redhat.com',




commit gdb for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2019-11-11 12:59:37

Comparing /work/SRC/openSUSE:Factory/gdb (Old)
 and  /work/SRC/openSUSE:Factory/.gdb.new.2990 (New)


Package is "gdb"

Mon Nov 11 12:59:37 2019 rev:133 rq:746186 version:8.3.1

Changes:

--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2019-11-03 11:47:46.590638264 
+0100
+++ /work/SRC/openSUSE:Factory/.gdb.new.2990/gdb.changes2019-11-11 
12:59:40.893645280 +0100
@@ -1,0 +2,8 @@
+Wed Nov  6 21:18:46 UTC 2019 - Tom de Vries 
+
+- Fix for bsc#1146475 [bsc#1146475, swo#24971 ]
+  * gdb-symtab-prefer-var-def-over-decl.patch
+- Fix for bsc#1146167 [bsc#1146167, swo#24956]
+  * 
gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch
+
+---

New:

  gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch
  gdb-symtab-prefer-var-def-over-decl.patch



Other differences:
--
++ gdb.spec ++
--- /var/tmp/diff_new_pack.w06lAX/_old  2019-11-11 12:59:43.809648368 +0100
+++ /var/tmp/diff_new_pack.w06lAX/_new  2019-11-11 12:59:43.809648368 +0100
@@ -247,6 +247,12 @@
 Patch2010:  gdb-fix-heap-use-after-free-in-typename-concat.patch
 Patch2011:  gdb-dwarf-reader-reject-sections-with-invalid-sizes.patch
 
+# Proposed patch for PR symtab/24971
+Patch2500:  gdb-symtab-prefer-var-def-over-decl.patch
+
+# Proposed patch for PR gdb/24956
+Patch2501:  
gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch
+
 # Testsuite patches
 Patch2600:  gdb-testsuite-8.3-kfail-xfail-unsupported.patch
 
@@ -591,6 +597,9 @@
 %patch2010 -p1
 %patch2011 -p1
 
+%patch2500 -p1
+%patch2501 -p1
+
 %patch2600 -p1
 
 #unpack libipt

++ 
gdb-only-force-interp_console-ui_out-for-breakpoint-commands-in-mi-mode.patch 
++
[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode

The problem reported in PR mi/25055 is that the output of the backtrace
command, when executed as breakpoint command does not show when executing
using the MI interpreter:
...
$ gdb a.out
Reading symbols from a.out...
(gdb) break main
Breakpoint 1 at 0x4003c0: file test.c, line 19.
(gdb) commands
Type commands for breakpoint(s) 1, one per line.
End with a line saying just "end".
>bt
>end
(gdb) interpreter-exec mi "-exec-run"
^done

Breakpoint 1, main () at test.c:19
19return foo (4);
(gdb)
...

Interestingly, the function print_frame is called twice during -exec-run:
- once during tui_on_normal_stop where the ui_out is temporarily set to
  tui->interp_ui_out (), resulting in the part after the comma in
  "Breakpoint 1, main () at test.c:19"
- once during execute_control_command, where the ui_out is the default for the
  current interpreter: mi_ui_out, which ignores calls to output text.

The commit 3a87ae656c2 "Use console uiout when executing breakpoint commands"
fixes the problem by temporarily switching to the ui_out of INTERP_CONSOLE in
execute_control_command.

This however caused a regression in redirection (escaping '#' using '\' for
git commit message convenience):
...
$ rm -f gdb.txt; gdb a.out
Reading symbols from a.out...
(gdb) break main
Breakpoint 1 at 0x4003c0: file test.c, line 19.
(gdb) commands
Type commands for breakpoint(s) 1, one per line.
End with a line saying just "end".
>bt
>end
(gdb) set logging redirect on
(gdb) set logging on
Redirecting output to gdb.txt.
Copying debug output to gdb.txt.
(gdb) run
\#0  main () at test.c:19
(gdb) q
A debugging session is active.

Inferior 1 [process 22428] will be killed.

Quit anyway? (y or n) y
$ cat gdb.txt
Starting program: /data/gdb_versions/devel/a.out

Breakpoint 1, main () at test.c:19
19return foo (4);
...

The problem is that the '#0  main () at test.c:19' ends up in the gdb output
output rather than in gdb.txt.  This is due to the fact that the redirect is
setup for the current ui_out (which is tui->interp_ui_out ()), while the
backtrace output is printed to the INTERP_CONSOLE ui_out.

Fix this by limiting switching to INTERP_CONSOLE ui_out to when INTERP_MI is
active.

Tested on x86_64-linux.

gdb/ChangeLog:

2019-10-02  Tom de Vries  

PR gdb/24956
* cli/cli-script.c (execute_control_command): Only switch to
INTERP_CONSOLE's ui_out when INTERP_MI is active.

gdb/testsuite/ChangeLog:

2019-10-02  Tom de Vries  

PR gdb/24956
* gdb.base/ui-redirect.exp: Test output of user-defined command.

Change-Id: Id1771e7fcc9496a7d97ec2b2ea6b1487596f1ef7

---
 gdb/cli/cli-script.c   |  3 +++
 gdb/testsuite/gdb.base/ui-redirect.exp | 47 +-
 2 files changed, 49 

commit kernel-source for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2019-11-11 12:59:14

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


Package is "kernel-source"

Mon Nov 11 12:59:14 2019 rev:513 rq:746155 version:5.3.9

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2019-11-03 11:09:06.831719047 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new.2990/dtb-aarch64.changes  
2019-11-11 12:59:16.345619284 +0100
@@ -1,0 +2,304 @@
+Thu Nov  7 08:06:36 CET 2019 - jsl...@suse.cz
+
+- Linux 5.3.9 (bnc#11519).
+- io_uring: fix up O_NONBLOCK handling for sockets (bnc#1151927).
+- dm snapshot: introduce account_start_copy() and
+  account_end_copy() (bnc#1151927).
+- dm snapshot: rework COW throttling to fix deadlock
+  (bnc#1151927).
+- Btrfs: fix inode cache block reserve leak on failure to allocate
+  data space (bnc#1151927).
+- btrfs: qgroup: Always free PREALLOC META reserve in
+  btrfs_delalloc_release_extents() (bnc#1151927).
+- iio: adc: meson_saradc: Fix memory allocation order
+  (bnc#1151927).
+- iio: fix center temperature of bmc150-accel-core (bnc#1151927).
+- libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
+  (bnc#1151927).
+- perf tests: Avoid raising SEGV using an obvious NULL dereference
+  (bnc#1151927).
+- perf map: Fix overlapped map handling (bnc#1151927).
+- perf script brstackinsn: Fix recovery from LBR/binary mismatch
+  (bnc#1151927).
+- perf jevents: Fix period for Intel fixed counters (bnc#1151927).
+- perf tools: Propagate get_cpuid() error (bnc#1151927).
+- perf annotate: Propagate perf_env__arch() error (bnc#1151927).
+- perf annotate: Fix the signedness of failure returns
+  (bnc#1151927).
+- perf annotate: Propagate the symbol__annotate() error return
+  (bnc#1151927).
+- perf annotate: Fix arch specific ->init() failure errors
+  (bnc#1151927).
+- perf annotate: Return appropriate error code for allocation
+  failures (bnc#1151927).
+- perf annotate: Don't return -1 for error when doing BPF
+  disassembly (bnc#1151927).
+- staging: rtl8188eu: fix null dereference when kzalloc fails
+  (bnc#1151927).
+- RDMA/siw: Fix serialization issue in write_space()
+  (bnc#1151927).
+- RDMA/hfi1: Prevent memory leak in sdma_init (bnc#1151927).
+- RDMA/iw_cxgb4: fix SRQ access from dump_qp() (bnc#1151927).
+- RDMA/iwcm: Fix a lock inversion issue (bnc#1151927).
+- HID: hyperv: Use in-place iterator API in the channel callback
+  (bnc#1151927).
+- kselftest: exclude failed TARGETS from runlist (bnc#1151927).
+- selftests/kselftest/runner.sh: Add 45 second timeout per test
+  (bnc#1151927).
+- nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
+  (bnc#1151927).
+- arm64: cpufeature: Effectively expose FRINT capability to
+  userspace (bnc#1151927).
+- arm64: Fix incorrect irqflag restore for priority masking for
+  compat (bnc#1151927).
+- arm64: ftrace: Ensure synchronisation in PLT setup for
+  Neoverse-N1 #1542419 (bnc#1151927).
+- tty: serial: owl: Fix the link time qualifier of
+  'owl_uart_exit()' (bnc#1151927).
+- tty: serial: rda: Fix the link time qualifier of
+  'rda_uart_exit()' (bnc#1151927).
+- serial/sifive: select SERIAL_EARLYCON (bnc#1151927).
+- tty: n_hdlc: fix build on SPARC (bnc#1151927).
+- misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attach
+  (bnc#1151927).
+- RDMA/core: Fix an error handling path in 'res_get_common_doit()'
+  (bnc#1151927).
+- RDMA/cm: Fix memory leak in cm_add/remove_one (bnc#1151927).
+- RDMA/nldev: Reshuffle the code to avoid need to rebind QP in
+  error path (bnc#1151927).
+- RDMA/mlx5: Do not allow rereg of a ODP MR (bnc#1151927).
+- RDMA/mlx5: Order num_pending_prefetch properly with
+  synchronize_srcu (bnc#1151927).
+- RDMA/mlx5: Add missing synchronize_srcu() for MW cases
+  (bnc#1151927).
+- gpio: max77620: Use correct unit for debounce times
+  (bnc#1151927).
+- fs: cifs: mute -Wunused-const-variable message (bnc#1151927).
+- arm64: vdso32: Fix broken compat vDSO build warnings
+  (bnc#1151927).
+- arm64: vdso32: Detect binutils support for dmb ishld
+  (bnc#1151927).
+- serial: mctrl_gpio: Check for NULL pointer (bnc#1151927).
+- serial: 8250_omap: Fix gpio check for auto RTS/CTS
+  (bnc#1151927).
+- arm64: Default to building compat vDSO with clang when
+  CONFIG_CC_IS_CLANG (bnc#1151927).
+- arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally
+  (bnc#1151927).
+- efi/cper: Fix endianness of PCIe class code (bnc#1151927).
+- efi/x86: Do not clean dummy variable in kexec path
+  (bnc#1151927).
+- MIPS: include: Mark __cmpxchg as __always_inline (bnc#1151927).
+- riscv: avoid kernel hangs when trapped in BUG() (bnc#1151927).
+- riscv: avoid sending a SIGTRAP to a user thread trapped in
+  

commit asciidoc for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2019-11-11 12:59:27

Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and  /work/SRC/openSUSE:Factory/.asciidoc.new.2990 (New)


Package is "asciidoc"

Mon Nov 11 12:59:27 2019 rev:42 rq:739688 version:8.6.10

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2017-11-10 
14:42:22.308677318 +0100
+++ /work/SRC/openSUSE:Factory/.asciidoc.new.2990/asciidoc.changes  
2019-11-11 12:59:28.429632081 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 13:37:32 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.QEyHRs/_old  2019-11-11 12:59:29.221632920 +0100
+++ /var/tmp/diff_new_pack.QEyHRs/_new  2019-11-11 12:59:29.221632920 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asciidoc
 #
-# 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/
 #
 
 
@@ -20,8 +20,7 @@
 Version:8.6.10
 Release:0
 Summary:Text-Based Document Generation
-License:GPL-2.0+
-Group:  Development/Tools/Doc Generators
+License:GPL-2.0-or-later
 Url:http://asciidoc.org
 Source0:
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0: asciidoc.version.patch
@@ -45,7 +44,6 @@
 
 %package examples
 Summary:Examples and Documents for asciidoc
-Group:  Development/Tools/Doc Generators
 
 %description examples
 This package contains examples and documents of asciidoc.




commit hello-kubic for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package hello-kubic for openSUSE:Factory 
checked in at 2019-11-11 12:59:32

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


Package is "hello-kubic"

Mon Nov 11 12:59:32 2019 rev:3 rq:746180 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/hello-kubic/hello-kubic.changes  2019-09-20 
14:38:55.303051569 +0200
+++ /work/SRC/openSUSE:Factory/.hello-kubic.new.2990/hello-kubic.changes
2019-11-11 12:59:33.533637486 +0100
@@ -1,0 +2,6 @@
+Thu Nov  7 08:51:58 UTC 2019 - ku...@suse.de
+
+- Update to version 1.2
+  - use official openSUSE container image
+
+---

Old:

  hello-kubic-1.1.tar.xz

New:

  hello-kubic-1.2.tar.xz



Other differences:
--
++ hello-kubic.spec ++
--- /var/tmp/diff_new_pack.4OznQC/_old  2019-11-11 12:59:34.401638405 +0100
+++ /var/tmp/diff_new_pack.4OznQC/_new  2019-11-11 12:59:34.405638410 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   hello-kubic
-Version:1.1
+Version:1.2
 Release:0
 Summary:A mini webserver showing a hello kubic page
 License:Apache-2.0

++ hello-kubic-1.1.tar.xz -> hello-kubic-1.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hello-kubic-1.1/VERSION new/hello-kubic-1.2/VERSION
--- old/hello-kubic-1.1/VERSION 2019-09-09 13:04:06.288068136 +0200
+++ new/hello-kubic-1.2/VERSION 2019-11-07 09:51:11.527977544 +0100
@@ -1 +1 @@
-1.1
+1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hello-kubic-1.1/yaml/hello-kubic.yaml 
new/hello-kubic-1.2/yaml/hello-kubic.yaml
--- old/hello-kubic-1.1/yaml/hello-kubic.yaml   2019-09-09 13:04:06.288068136 
+0200
+++ new/hello-kubic-1.2/yaml/hello-kubic.yaml   2019-11-07 09:51:11.531977544 
+0100
@@ -27,7 +27,7 @@
 spec:
   containers:
   - name: hello-kubic
-image: 
registry.opensuse.org/home/kukuk/container/container/kubic/hello-kubic:latest
+image: registry.opensuse.org/kubic/hello-kubic:latest
 ports:
 - containerPort: 8080
 imagePullPolicy: Always




commit python-kiwi for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2019-11-11 13:00:16

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


Package is "python-kiwi"

Mon Nov 11 13:00:16 2019 rev:52 rq:746311 version:9.18.31

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2019-11-04 
16:57:32.607691731 +0100
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new.2990/python-kiwi.changes
2019-11-11 13:00:18.329684925 +0100
@@ -1,0 +2,662 @@
+Thu Nov 07 16:00:01 CET 2019 - Marcus Schäfer 
+
+- Bump version: 9.18.30 → 9.18.31
+
+---
+Wed Nov 06 13:36:38 CET 2019 - David Cassany 
+
+- Fix gitlab CI pipeline
+
+  Ensure the gitlab CI includes make package for docs generation
+
+---
+Wed Nov 06 12:12:01 CET 2019 - David Cassany 
+
+- Ensure grub.cfg is copied in EFI/BOOT folder
+
+  This commit fixes the live images in efi mode. Grub configuration file
+  is copied to the correct location in /EFI/BOOT.
+
+  Fixes bsc#1155815
+
+---
+Thu Oct 31 14:38:47 CET 2019 - Marcus Schäfer 
+
+- Bump version: 9.18.29 → 9.18.30
+
+---
+Thu Oct 31 12:06:34 CET 2019 - Ruediger Oertel 
+
+- fix kernel module handling for xz compressed modules
+  and firmware files to fix issue #1256
+
+---
+Tue Oct 29 10:06:36 CET 2019 - Marcus Schäfer 
+
+- Bump version: 9.18.28 → 9.18.29
+
+---
+Tue Oct 29 10:03:46 CET 2019 - Marcus Schäfer 
+
+- Update Host/Image support matrix
+
+  Update documentation about the Host vs. Image support and
+  compatibility matrix with regards to the SLES target.
+
+---
+Mon Oct 28 16:38:00 CET 2019 - Marcus Schäfer 
+
+- Add default /etc/kiwi.yml file
+
+  Provide a comment only etc/kiwi.yml file that contains all
+  parameters we support so far including a short description
+  This Fixes #1232
+
+---
+Mon Oct 28 10:15:46 CET 2019 - Marcus Schäfer 
+
+- Bump version: 9.18.27 → 9.18.28
+
+---
+Fri Oct 25 15:10:42 CEST 2019 - Marcus Schäfer 
+
+- Delete left over print statement from unit test
+
+---
+Fri Oct 25 14:24:36 CEST 2019 - Javier Martinez Canillas 
+
+- Enable BLS configuration if is supported
+
+  Fedora now uses a BLS configuration by default, but this is not supported
+  by all distributions. So check if is supported by the grub2-mkconfig tool
+  and only enable the option if that's the case.
+
+  Fixes: #1248
+
+---
+Fri Oct 25 10:38:09 CEST 2019 - Marcus Schäfer 
+
+- Bump Fedora x86 build test to Fedora30
+
+---
+Fri Oct 25 09:33:06 CEST 2019 - Marcus Schäfer 
+
+- Bump version: 9.18.26 → 9.18.27
+
+---
+Thu Oct 24 22:06:33 CEST 2019 - David Cassany 
+
+- Fix btrfs_root_is_snapshot
+
+  This commit makes sure the chrooted operations of over a loop device
+  including btrfs subvolumes and root as an snapshot include the
+  `/.snapshots` subvolume mount. This is necessary for certain operations
+  that depend on the layout, e.g. grub configuration using `grub2-mkconfig`.
+
+---
+Thu Oct 24 11:35:48 CEST 2019 - Marcus Schäfer 
+
+- Skip isolinux ui setup on serial terminal config
+
+  If the attribute bootloader_console="serial" is set, the
+  expectation that there is no graphics hardware available is
+  valid. Thus the isolinux setup should not contain any ui
+  configuration instructions because that leads to run the
+  graphics initialization which blocks the system if not
+  present. Please note the bootloader_console allows for
+  multiple console configuration. In mixed setup the ui
+  configuration still applies. This Fixes #1153
+
+---
+Thu Oct 24 10:36:43 CEST 2019 - Marcus Schäfer 
+
+- Added helper script to test status of test builds
+
+  build_status fetches information from obs about the status
+  of the integration test builds. It also allows an easy refresh
+  of the tests regarding content changes on git when called
+  with the refresh parameter: 

commit pacemaker for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2019-11-11 13:00:22

Comparing /work/SRC/openSUSE:Factory/pacemaker (Old)
 and  /work/SRC/openSUSE:Factory/.pacemaker.new.2990 (New)


Package is "pacemaker"

Mon Nov 11 13:00:22 2019 rev:131 rq:746349 version:2.0.2+20191106.eef56dcd6

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2019-08-19 
20:57:42.460966455 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new.2990/pacemaker.changes
2019-11-11 13:00:28.405695596 +0100
@@ -1,0 +2,166 @@
+Thu Nov 07 10:57:29 UTC 2019 - Yan Gao 
+
+- Update to version 2.0.2+20191106.eef56dcd6:
+- libcrmcommon: Make sure to free the --output-as description.
+- libcrmcommon: Rename formatted output cmdline options.
+- libcrmcommon: Group all output options together.
+
+---
+Mon Nov 04 11:08:36 UTC 2019 - Yan Gao 
+
+- Update to version 2.0.2+20191031.1d695899e:
+- scheduler: clarify message about when watchdog will be used
+- scheduler: properly detect whether guest node is fenceable
+- scheduler: initialize unfencing digests to null
+- scheduler: improve graph synapse logging
+
+---
+Tue Oct 29 15:18:03 UTC 2019 - Yan Gao 
+
+- Update to version 2.0.2+20191023.7a12ccbe4:
+- tools: Explain TIMESPEC in crm_mon help output.
+- tools: crm_mon --interval should understand more formats.
+- libcrmservice: don't close descriptors above current limit
+- rpm: pacemaker-cts requires pacemaker
+- tools: restore ability to show groups in crm_mon console mode
+- tools: Deprecated old-style output options in crm_mon.
+- cts-scheduler: test "year-2038" only runs for 64bit systems
+- fencer: clarify more messages
+- tools: don't ignore cib_new() errors in crm_mon
+- tools: avoid memory leak in crm_mon when displaying nodes
+- libpe_status: avoid memory leak when outputting resources
+- libcrmcommon: avoid memory leak when IPC compression fails
+- Security: introduce restrictive usage libxslt's security framework
+- libcrmservice: try not to spam close() file descriptors
+- tools: Support "crm_mon --as-html=".
+- tools: Don't output nodes if they don't have failures.
+- tools: Update checks around crm_mon --daemonize.
+- libpe_status: Use CSS to style messages.
+- tools: Add formatted output messages for resource history.
+- tools: Add output messages for operations history.
+- tools: Add full output to node messages.
+- xml: Add a schema for new crm_mon output.
+- tools: Use formatted output for nodes and their attrs.
+- tools: Enable formatted output in crm_mon.
+- tools: Use formatted output for failed actions.
+- tools: Use formatted output for bans and tickets.
+- tools: Use formatted output for cluster summary.
+- tools: Use formatted output for stonith messages.
+- tools: Add cluster summary messages.
+
+- Rebase:
+  * bug-806256_pacemaker-log-level-notice.patch
+
+---
+Wed Oct 16 12:34:13 UTC 2019 - Yan Gao 
+
+- Update to version 2.0.2+20191014.09114c357:
+- fencer: improved log messages regarding fencing actions (bsc#1151007)
+- cts: ComponentFail: killed corosync doesn't respawn immediatelly.
+- fencer: no need to check the length of a non-empty list for pending fencing 
actions (bsc#1151007)
+- tools: crm_attribute should skip attrd if CIB is file
+- controller: improve throttle mode messages
+- libcrmcommon: improve messages when waiting for child processes
+- scheduler: greatly improve efficiency of interval-origin
+- tools: improve crm_resource --cleanup/--refresh help text
+- fencer: Indicate fencing target in the logs when scheduling and executing 
fencing command (bsc#1151007)
+- fencer: Make sure concurrent fencing commands get triggered to execute 
(bsc#1151007)
+- fencer: Don't let a fencing command with a long delay block any other 
commands pending on the device (bsc#1151007)
+- scheduler: de-duplicate inputs even if not adding to transition graph
+- scheduler: check for invalid orderings when applying orderings
+- scheduler: improve messages when adding actions to transition graph
+- tools: new tool to compare crm_simulate profiling output
+- tools: add crm_simulate option to repeat profiling tests
+- tools: Use glib for cmdline handling in crm_node.
+- fencing: Do not block concurrent fencing actions on a device (bsc#1151007)
+- fencing: handle fence meta-data errors better
+- libcrmcommon: avoid buffer overflows when converting date to string
+- executor: handle remote server socket consistently
+- tools: improve help text for crm_resource --validate
+
+- Rebase:
+  * bug-728579_pacemaker-stonith-dev-id.patch
+
+---
+Tue Oct 

commit vulkan-loader for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package vulkan-loader for openSUSE:Factory 
checked in at 2019-11-11 13:00:04

Comparing /work/SRC/openSUSE:Factory/vulkan-loader (Old)
 and  /work/SRC/openSUSE:Factory/.vulkan-loader.new.2990 (New)


Package is "vulkan-loader"

Mon Nov 11 13:00:04 2019 rev:14 rq:746192 version:1.1.127

Changes:

--- /work/SRC/openSUSE:Factory/vulkan-loader/vulkan-loader.changes  
2019-10-27 13:35:23.396842940 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan-loader.new.2990/vulkan-loader.changes
2019-11-11 13:00:07.985673971 +0100
@@ -1,0 +2,6 @@
+Thu Nov  7 07:50:58 UTC 2019 - Jan Engelhardt 
+
+- Update to release 1.1.127
+  * Build system changes only
+
+---

Old:

  v1.1.126.tar.gz

New:

  v1.1.127.tar.gz



Other differences:
--
++ vulkan-loader.spec ++
--- /var/tmp/diff_new_pack.3tAkrd/_old  2019-11-11 13:00:09.081675132 +0100
+++ /var/tmp/diff_new_pack.3tAkrd/_new  2019-11-11 13:00:09.085675136 +0100
@@ -18,7 +18,7 @@
 
 Name:   vulkan-loader
 %define lname  libvulkan1
-Version:1.1.126
+Version:1.1.127
 Release:0
 Summary:Reference ICD loader for Vulkan
 License:Apache-2.0

++ v1.1.126.tar.gz -> v1.1.127.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Loader-1.1.126/.appveyor.yml 
new/Vulkan-Loader-1.1.127/.appveyor.yml
--- old/Vulkan-Loader-1.1.126/.appveyor.yml 2019-10-21 23:08:13.0 
+0200
+++ new/Vulkan-Loader-1.1.127/.appveyor.yml 2019-11-04 18:48:06.0 
+0100
@@ -12,7 +12,7 @@
 max_jobs: 4
 
 os:
-  - Visual Studio 2017
+  - Visual Studio 2015
 
 init:
   - git config --global core.autocrlf true
@@ -34,11 +34,6 @@
 
 before_build:
   - "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
-  # vcvars32.bat will override the platform ennvar, so we need to reset it or 
else appveyor dies
-  - "SET APPVEYOR_PLATFORM=%PLATFORM%"
-  - if %APPVEYOR_PLATFORM% == x64 (call "C:\Program Files (x86)\Microsoft 
Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat")
-  - if %APPVEYOR_PLATFORM% == Win32 (call "C:\Program Files (x86)\Microsoft 
Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat")
-  - "SET PLATFORM=%APPVEYOR_PLATFORM%"
   - echo.
   - echo Starting build for %APPVEYOR_REPO_NAME%
   # Install dependencies
@@ -55,7 +50,7 @@
   - echo Generating CMake files for %PLATFORM%
   - mkdir build
   - cd build
-  - cmake -A %PLATFORM% -C../external/helper.cmake -DWDK_VERSION=10.0.17763.0 
..
+  - cmake -A %PLATFORM% -C../external/helper.cmake ..
   - echo Building platform=%PLATFORM% configuration=%CONFIGURATION%
 
 platform:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Loader-1.1.126/BUILD.gn 
new/Vulkan-Loader-1.1.127/BUILD.gn
--- old/Vulkan-Loader-1.1.126/BUILD.gn  2019-10-21 23:08:13.0 +0200
+++ new/Vulkan-Loader-1.1.127/BUILD.gn  2019-11-04 18:48:06.0 +0100
@@ -34,7 +34,7 @@
   if (is_clang || !is_win) {
 cflags = [ "-Wno-unused-function" ]
   }
-  if (is_linux) {
+  if (is_linux || is_mac) {
 defines += [
   "SYSCONFDIR=\"/etc\"",
   "FALLBACK_CONFIG_DIRS=\"/etc/xdg\"",
@@ -113,6 +113,9 @@
 ]
   }
 }
+if (is_mac) {
+  libs = [ "CoreFoundation.framework" ]
+}
 public_deps = [
   "$vulkan_headers_dir:vulkan_headers",
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Loader-1.1.126/CMakeLists.txt 
new/Vulkan-Loader-1.1.127/CMakeLists.txt
--- old/Vulkan-Loader-1.1.126/CMakeLists.txt2019-10-21 23:08:13.0 
+0200
+++ new/Vulkan-Loader-1.1.127/CMakeLists.txt2019-11-04 18:48:06.0 
+0100
@@ -119,7 +119,6 @@
 endif()
 
 if(WIN32)
-find_package(WDK REQUIRED)
 option(ENABLE_WIN10_ONECORE "Link the loader with OneCore umbrella 
libraries" OFF)
 option(ENABLE_STATIC_LOADER "Build the loader as a static library" OFF)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Loader-1.1.126/cmake/FindWDK.cmake 
new/Vulkan-Loader-1.1.127/cmake/FindWDK.cmake
--- old/Vulkan-Loader-1.1.126/cmake/FindWDK.cmake   2019-10-21 
23:08:13.0 +0200
+++ new/Vulkan-Loader-1.1.127/cmake/FindWDK.cmake   1970-01-01 
01:00:00.0 +0100
@@ -1,77 +0,0 @@
-
-#.rst:
-# FindWDK
-# -
-#
-# Try to find headers in the Windows Driver Kit
-#
-# This module is intended to be used by the Vulkan loader to locate
-# the required headers from the Windows Driver Kit. This should not
-# be considered feature complete for other uses, 

commit python-Flask for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-Flask for openSUSE:Factory 
checked in at 2019-11-11 13:00:30

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


Package is "python-Flask"

Mon Nov 11 13:00:30 2019 rev:22 rq:746453 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask/python-Flask.changes
2019-07-30 13:03:11.678416847 +0200
+++ /work/SRC/openSUSE:Factory/.python-Flask.new.2990/python-Flask.changes  
2019-11-11 13:00:35.161702751 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 05:29:38 UTC 2019 - Steve Kowalik 
+
+- Add python38-exception-test.patch to fix test failures under Python 3.8
+
+---

New:

  python38-exception-test.patch



Other differences:
--
++ python-Flask.spec ++
--- /var/tmp/diff_new_pack.yYZhL0/_old  2019-11-11 13:00:36.053703696 +0100
+++ /var/tmp/diff_new_pack.yYZhL0/_new  2019-11-11 13:00:36.069703712 +0100
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Python
 URL:http://github.com/mitsuhiko/flask/
 Source: 
https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz
+Patch0: python38-exception-test.patch
 BuildRequires:  %{python_module Jinja2 >= 2.4}
 BuildRequires:  %{python_module Werkzeug >= 0.15}
 BuildRequires:  %{python_module click >= 5.1}
@@ -60,6 +61,7 @@
 
 %prep
 %setup -q -n Flask-%{version}
+%autopatch -p1
 
 %build
 %python_build

++ python38-exception-test.patch ++
>From c367a86cc5be70da4928b276d0218f98df6e854d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fernanda=20Guimar=C3=A3es?= 
Date: Mon, 28 Oct 2019 21:37:25 -0300
Subject: [PATCH] Test test_send_from_directory_bad_request no longer fails in
 Python 3.8.

---
 tests/test_helpers.py | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/tests/test_helpers.py b/tests/test_helpers.py
index 78a562213..21735af12 100644
--- a/tests/test_helpers.py
+++ b/tests/test_helpers.py
@@ -11,6 +11,7 @@
 import datetime
 import io
 import os
+import sys
 import uuid
 
 import pytest
@@ -780,12 +781,17 @@ def test_send_from_directory_pathlike(self, app, req_ctx):
 assert rv.data.strip() == b"Hello Subdomain"
 rv.close()
 
-def test_send_from_directory_bad_request(self, app, req_ctx):
+def test_send_from_directory_null_character(self, app, req_ctx):
 app.root_path = os.path.join(
 os.path.dirname(__file__), "test_apps", "subdomaintestmodule"
 )
 
-with pytest.raises(BadRequest):
+if sys.version_info >= (3, 8):
+exception = NotFound
+else:
+exception = BadRequest
+
+with pytest.raises(exception):
 flask.send_from_directory("static", "bad\x00")
 
 



commit apache-commons-text for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package apache-commons-text for 
openSUSE:Factory checked in at 2019-11-11 13:00:50

Comparing /work/SRC/openSUSE:Factory/apache-commons-text (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-text.new.2990 (New)


Package is "apache-commons-text"

Mon Nov 11 13:00:50 2019 rev:2 rq:747207 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-text/apache-commons-text.changes  
2019-07-02 15:18:30.590750848 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-text.new.2990/apache-commons-text.changes
2019-11-11 13:00:51.841720415 +0100
@@ -1,0 +2,5 @@
+Sat Nov  9 18:36:06 UTC 2019 - Fridrich Strba 
+
+- Upgrade to upstream version 1.8
+
+---

Old:

  commons-text-1.6-src.tar.gz

New:

  commons-text-1.8-src.tar.gz



Other differences:
--
++ apache-commons-text.spec ++
--- /var/tmp/diff_new_pack.wQzTj8/_old  2019-11-11 13:00:53.061721707 +0100
+++ /var/tmp/diff_new_pack.wQzTj8/_new  2019-11-11 13:00:53.077721724 +0100
@@ -19,7 +19,7 @@
 %global base_name text
 %global short_name commons-%{base_name}
 Name:   apache-%{short_name}
-Version:1.6
+Version:1.8
 Release:0
 Summary:A library focused on algorithms working on strings
 License:Apache-2.0
@@ -47,8 +47,6 @@
 %prep
 %setup -q -n commons-text-%{version}-src
 
-%pom_remove_dep :junit-bom
-
 %build
 %{mvn_build} -f -- -Dsource=8
 

++ commons-text-1.6-src.tar.gz -> commons-text-1.8-src.tar.gz ++
 91358 lines of diff (skipped)




commit perl-Net-Whois-Raw for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory checked in at 2019-11-11 13:00:43

Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.2990 (New)


Package is "perl-Net-Whois-Raw"

Mon Nov 11 13:00:43 2019 rev:40 rq:743753 version:2.99026

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes
2019-10-12 22:35:58.430817423 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.2990/perl-Net-Whois-Raw.changes
  2019-11-11 13:00:46.145714383 +0100
@@ -1,0 +2,19 @@
+Mon Oct 28 10:59:36 UTC 2019 -  
+
+- updated to 2.99026
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99026  Oct 25 2019 Alexander Nalobin
+  - Change whois.rightside.co whois server to whois.donuts.co
+
+---
+Fri Oct 25 09:46:42 UTC 2019 -  
+
+- updated to 2.99025
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99025  Oct 24 2019 Eugeny Subachev
+  - Fixed 'not found' pattern for whois.nic.so
+  - New tld .NET.SO
+
+---

Old:

  Net-Whois-Raw-2.99024.tar.gz

New:

  Net-Whois-Raw-2.99026.tar.gz



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
--- /var/tmp/diff_new_pack.ie3P8y/_old  2019-11-11 13:00:47.069715361 +0100
+++ /var/tmp/diff_new_pack.ie3P8y/_new  2019-11-11 13:00:47.069715361 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-Raw
-Version:2.99024
+Version:2.99026
 Release:0
 %define cpan_name Net-Whois-Raw
 Summary:Get Whois information of domains and IP addresses

++ Net-Whois-Raw-2.99024.tar.gz -> Net-Whois-Raw-2.99026.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99024/Changes 
new/Net-Whois-Raw-2.99026/Changes
--- old/Net-Whois-Raw-2.99024/Changes   2019-10-10 13:42:07.0 +0200
+++ new/Net-Whois-Raw-2.99026/Changes   2019-10-25 04:32:01.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl module Net::Whois::Raw.
 
+2.99026  Oct 25 2019 Alexander Nalobin
+- Change whois.rightside.co whois server to whois.donuts.co
+
+2.99025  Oct 24 2019 Eugeny Subachev
+- Fixed 'not found' pattern for whois.nic.so
+- New tld .NET.SO
+
 2.99024  Oct 10 2019 Eugeny Subachev
 - A lot of new tlds added
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99024/META.json 
new/Net-Whois-Raw-2.99026/META.json
--- old/Net-Whois-Raw-2.99024/META.json 2019-10-10 13:42:07.0 +0200
+++ new/Net-Whois-Raw-2.99026/META.json 2019-10-25 04:32:01.0 +0200
@@ -59,7 +59,7 @@
  "web" : "https://github.com/regru/Net-Whois-Raw;
   }
},
-   "version" : "2.99024",
+   "version" : "2.99026",
"x_generated_by_perl" : "v5.18.2",
"x_serialization_backend" : "JSON::XS version 3.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99024/META.yml 
new/Net-Whois-Raw-2.99026/META.yml
--- old/Net-Whois-Raw-2.99024/META.yml  2019-10-10 13:42:07.0 +0200
+++ new/Net-Whois-Raw-2.99026/META.yml  2019-10-25 04:32:01.0 +0200
@@ -36,6 +36,6 @@
 resources:
   bugtracker: https://github.com/regru/Net-Whois-Raw/issues
   repository: git://github.com/regru/Net-Whois-Raw.git
-version: 2.99024
+version: 2.99026
 x_generated_by_perl: v5.18.2
 x_serialization_backend: 'YAML::Tiny version 1.56'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99024/Makefile.PL 
new/Net-Whois-Raw-2.99026/Makefile.PL
--- old/Net-Whois-Raw-2.99024/Makefile.PL   2019-10-10 13:42:07.0 
+0200
+++ new/Net-Whois-Raw-2.99026/Makefile.PL   2019-10-25 04:32:01.0 
+0200
@@ -42,7 +42,7 @@
 "Test::More" => 0,
 "Test::RequiresInternet" => 0
   },
-  "VERSION" => "2.99024",
+  "VERSION" => "2.99026",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99024/bin/pwhois 
new/Net-Whois-Raw-2.99026/bin/pwhois
--- old/Net-Whois-Raw-2.99024/bin/pwhois2019-10-10 13:42:07.0 
+0200
+++ new/Net-Whois-Raw-2.99026/bin/pwhois2019-10-25 04:32:01.0 
+0200
@@ -240,7 +240,7 @@
 
 =head1 VERSION
 
-version 2.99024
+version 2.99026
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99024/dist.ini 

commit nodejs12 for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package nodejs12 for openSUSE:Factory 
checked in at 2019-11-11 13:00:47

Comparing /work/SRC/openSUSE:Factory/nodejs12 (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs12.new.2990 (New)


Package is "nodejs12"

Mon Nov 11 13:00:47 2019 rev:6 rq:745497 version:12.13.0

Changes:

--- /work/SRC/openSUSE:Factory/nodejs12/nodejs12.changes2019-10-23 
15:53:06.390840934 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs12.new.2990/nodejs12.changes  
2019-11-11 13:00:47.381715692 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 08:27:58 UTC 2019 - Adam Majer 
+
+- skip_no_console.patch: skip tests with dumb console
+- versioned.patch: fix symlinks
+
+---

New:

  skip_no_console.patch



Other differences:
--
++ nodejs12.spec ++
--- /var/tmp/diff_new_pack.rm6Ea8/_old  2019-11-11 13:00:49.093717504 +0100
+++ /var/tmp/diff_new_pack.rm6Ea8/_new  2019-11-11 13:00:49.101717513 +0100
@@ -135,6 +135,7 @@
 # PATCH-FIX-OPENSUSE -- install user global npm packages to /usr/local
 # instead of /usr
 Patch104:   npm_search_paths.patch
+Patch106:   skip_no_console.patch
 
 Patch120:   flaky_test_rerun.patch
 
@@ -145,6 +146,8 @@
 BuildRequires:  binutils-gold
 %endif
 
+BuildRequires:  pkg-config
+
 # Node.js 4/6/7 requires GCC 4.8.5+.
 #
 # For Node.js 8.x, upstream requires GCC 4.9.4+, as GCC 4.8 may have
@@ -325,9 +328,13 @@
 %patch103 -p1
 %endif
 %patch104 -p1
+%patch106 -p1
 %patch120 -p1
 %patch200 -p1
 
+# remove backup files, if any
+find -name \*~ -print0 -delete
+
 # abnormalities from patching
 find \( -name \*.js.orig -or -name \*.md.orig \) -delete
 



++ skip_no_console.patch ++
Index: node-v12.13.0/test/parallel/test-console-clear.js
===
--- node-v12.13.0.orig/test/parallel/test-console-clear.js
+++ node-v12.13.0/test/parallel/test-console-clear.js
@@ -18,5 +18,6 @@ function doTest(isTTY, check) {
 }
 
 // Fake TTY
-doTest(true, check);
+if (process.env.TERM !== 'dumb')
+   doTest(true, check);
 doTest(false, '');
Index: node-v12.13.0/test/parallel/test-readline-position.js
===
--- node-v12.13.0.orig/test/parallel/test-readline-position.js
+++ node-v12.13.0/test/parallel/test-readline-position.js
@@ -1,6 +1,6 @@
 // Flags: --expose-internals
 'use strict';
-require('../common');
+const common = require('../common');
 const { internalBinding } = require('internal/test/binding');
 const { PassThrough } = require('stream');
 const readline = require('readline');
@@ -8,6 +8,12 @@ const assert = require('assert');
 
 const ctrlU = { ctrl: true, name: 'u' };
 
+if (process.env.TERM == 'dumb')
+{
+  common.skip('Skipping test - dumb console');
+  return;
+}
+
 {
   const input = new PassThrough();
   const rl = readline.createInterface({
Index: node-v12.13.0/test/parallel/test-readline-interface.js
===
--- node-v12.13.0.orig/test/parallel/test-readline-interface.js
+++ node-v12.13.0/test/parallel/test-readline-interface.js
@@ -29,6 +29,12 @@ const internalReadline = require('intern
 const EventEmitter = require('events').EventEmitter;
 const { Writable, Readable } = require('stream');
 
+if (process.env.TERM == 'dumb')
+{
+  common.skip('Skipping test - dumb console');
+  return;
+}
+
 class FakeInput extends EventEmitter {
   resume() {}
   pause() {}
Index: node-v12.13.0/test/parallel/test-readline-undefined-columns.js
===
--- node-v12.13.0.orig/test/parallel/test-readline-undefined-columns.js
+++ node-v12.13.0/test/parallel/test-readline-undefined-columns.js
@@ -11,6 +11,12 @@ const readline = require('readline');
 const iStream = new PassThrough();
 const oStream = new PassThrough();
 
+if (process.env.TERM == 'dumb')
+{
+  common.skip('Skipping test - dumb console');
+  return;
+}
+
 readline.createInterface({
   terminal: true,
   input: iStream,
Index: node-v12.13.0/test/parallel/test-readline.js
===
--- node-v12.13.0.orig/test/parallel/test-readline.js
+++ node-v12.13.0/test/parallel/test-readline.js
@@ -4,6 +4,13 @@ const { PassThrough } = require('stream'
 const readline = require('readline');
 const assert = require('assert');
 
+if (process.env.TERM == 'dumb')
+{
+  common.skip('Skipping test - dumb console');
+  return;
+}
+
+
 {
   const input = new PassThrough();
   const rl = readline.createInterface({
Index: node-v12.13.0/test/parallel/test-repl-editor.js

commit perl-Test-Compile for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package perl-Test-Compile for 
openSUSE:Factory checked in at 2019-11-11 13:00:40

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


Package is "perl-Test-Compile"

Mon Nov 11 13:00:40 2019 rev:10 rq:743344 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Compile/perl-Test-Compile.changes  
2019-10-18 14:35:53.119856260 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Compile.new.2990/perl-Test-Compile.changes
2019-11-11 13:00:40.421708321 +0100
@@ -1,0 +2,9 @@
+Thu Oct 24 09:47:00 UTC 2019 -  
+
+- updated to 2.3.1
+   see /usr/share/doc/packages/perl-Test-Compile/Changes
+
+  v2.3.12019-10-23
+  - RT-130694: all_pm_files_ok and all_pl_files_ok should return true/false
+
+---

Old:

  Test-Compile-v2.3.0.tar.gz

New:

  Test-Compile-v2.3.1.tar.gz



Other differences:
--
++ perl-Test-Compile.spec ++
--- /var/tmp/diff_new_pack.6bVLln/_old  2019-11-11 13:00:40.917708846 +0100
+++ /var/tmp/diff_new_pack.6bVLln/_new  2019-11-11 13:00:40.921708850 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Compile
-Version:2.3.0
+Version:2.3.1
 Release:0
 %define cpan_name Test-Compile
 Summary:Check whether Perl files compile correctly

++ Test-Compile-v2.3.0.tar.gz -> Test-Compile-v2.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.3.0/Changes 
new/Test-Compile-v2.3.1/Changes
--- old/Test-Compile-v2.3.0/Changes 2019-10-09 00:23:20.0 +0200
+++ new/Test-Compile-v2.3.1/Changes 2019-10-23 05:21:42.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test-Compile
 
+v2.3.12019-10-23
+- RT-130694: all_pm_files_ok and all_pl_files_ok should return true/false
+
 v2.3.02019-10-09
 - Search for perl files in blib first (Alexandr Ciornii 
)
 - Improve tests, remove redundant code, 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.3.0/META.json 
new/Test-Compile-v2.3.1/META.json
--- old/Test-Compile-v2.3.0/META.json   2019-10-09 00:23:20.0 +0200
+++ new/Test-Compile-v2.3.1/META.json   2019-10-23 05:21:42.0 +0200
@@ -35,11 +35,11 @@
"provides" : {
   "Test::Compile" : {
  "file" : "lib/Test/Compile.pm",
- "version" : "v2.3.0"
+ "version" : "v2.3.1"
   },
   "Test::Compile::Internal" : {
  "file" : "lib/Test/Compile/Internal.pm",
- "version" : "v2.3.0"
+ "version" : "v2.3.1"
   }
},
"release_status" : "stable",
@@ -51,6 +51,6 @@
  "url" : "http://github.com/egiles/test-compile;
   }
},
-   "version" : "v2.3.0",
+   "version" : "v2.3.1",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.3.0/META.yml 
new/Test-Compile-v2.3.1/META.yml
--- old/Test-Compile-v2.3.0/META.yml2019-10-09 00:23:20.0 +0200
+++ new/Test-Compile-v2.3.1/META.yml2019-10-23 05:21:42.0 +0200
@@ -15,10 +15,10 @@
 provides:
   Test::Compile:
 file: lib/Test/Compile.pm
-version: v2.3.0
+version: v2.3.1
   Test::Compile::Internal:
 file: lib/Test/Compile/Internal.pm
-version: v2.3.0
+version: v2.3.1
 recommends:
   Devel::CheckOS: '0'
 requires:
@@ -30,5 +30,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/egiles/test-compile
-version: v2.3.0
+version: v2.3.1
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.3.0/lib/Test/Compile/Internal.pm 
new/Test-Compile-v2.3.1/lib/Test/Compile/Internal.pm
--- old/Test-Compile-v2.3.0/lib/Test/Compile/Internal.pm2019-10-09 
00:23:20.0 +0200
+++ new/Test-Compile-v2.3.1/lib/Test/Compile/Internal.pm2019-10-23 
05:21:42.0 +0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-use version; our $VERSION = qv("v2.3.0");
+use version; our $VERSION = qv("v2.3.1");
 use File::Spec;
 use UNIVERSAL::require;
 use Test::Builder;
@@ -60,8 +60,9 @@
 sub all_files_ok {
 my ($self, @dirs) = @_;
 
-$self->all_pm_files_ok(@dirs);
-$self->all_pl_files_ok(@dirs);
+if ( $self->all_pm_files_ok(@dirs) && $self->all_pl_files_ok(@dirs) ) {
+return 1;
+}
 }
 
 
@@ -79,10 +80,13 @@
 
 my $test = $self->{test};
 
+my $ok = 1;
 for my $file ( 

commit glslang for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package glslang for openSUSE:Factory checked 
in at 2019-11-11 13:00:11

Comparing /work/SRC/openSUSE:Factory/glslang (Old)
 and  /work/SRC/openSUSE:Factory/.glslang.new.2990 (New)


Package is "glslang"

Mon Nov 11 13:00:11 2019 rev:19 rq:746193 version:7.13.3496

Changes:

--- /work/SRC/openSUSE:Factory/glslang/glslang.changes  2019-10-18 
14:30:15.656735131 +0200
+++ /work/SRC/openSUSE:Factory/.glslang.new.2990/glslang.changes
2019-11-11 13:00:12.693678956 +0100
@@ -1,0 +2,13 @@
+Thu Nov  7 08:25:53 UTC 2019 - Jan Engelhardt 
+
+- Update to release 7.13.3496
+  * GL_NV_integer_cooperative_matrix support
+  * Add support for GL_ARB_explicit_uniform_location
+  * SPV 1.5: Switch to the 1.5 header, for SPIR-V 1.5.
+  * Add GL_EXT_shader_subgroup_extended_types support
+  * SPV_KHR_physical_storage_buffer/SPV:
+Add GL_EXT_buffer_reference_uvec2
+  * Emit SPV_EXT_physical_storage_buffer, not the KHR form.
+  * Promote SPV_EXT_physical_storage_buffer to KHR when required.
+
+---

Old:

  glslang-7.12.3352.tar.xz

New:

  glslang-7.13.3496.tar.xz



Other differences:
--
++ glslang.spec ++
--- /var/tmp/diff_new_pack.yihsJ5/_old  2019-11-11 13:00:13.565679880 +0100
+++ /var/tmp/diff_new_pack.yihsJ5/_new  2019-11-11 13:00:13.573679889 +0100
@@ -17,11 +17,11 @@
 
 
 # lname needs a bump for every change in commit (_service)
-%define version_unconverted 7.12.3352
-%define lname libglslang-suse7
+%define version_unconverted 7.13.3496
+%define lname libglslang-suse8
 
 Name:   glslang
-Version:7.12.3352
+Version:7.13.3496
 Release:0
 Summary:OpenGL and OpenGL ES shader front end and validator
 License:BSD-3-Clause
@@ -34,6 +34,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python3-base
 
@@ -94,18 +95,20 @@
 # so satisfy them under our shared build.
 ln -s libglslang.so "$b/%_libdir/libOGLCompiler.so"
 ln -s libglslang.so "$b/%_libdir/libOSDependent.so"
+%fdupes %buildroot/%_prefix
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/*.so.suse7*
+%_libdir/*.so.suse8*
 
 %files devel
 %defattr(-,root,root)
 %_bindir/gls*
 %_bindir/spirv*
+%_prefix/lib/cmake/
 %_libdir/*resource*.so
 %_libdir/libHLSL.so
 %_libdir/libOGLCompiler.so

++ _service ++
--- /var/tmp/diff_new_pack.yihsJ5/_old  2019-11-11 13:00:13.621679939 +0100
+++ /var/tmp/diff_new_pack.yihsJ5/_new  2019-11-11 13:00:13.621679939 +0100
@@ -3,9 +3,9 @@
git
https://github.com/KhronosGroup/glslang

-   7.12.3352
-   7.12.3352
-   7.12.3352
+   7.13.3496
+   7.13.3496
+   7.13.3496


*.tar

++ glslang-7.12.3352.tar.xz -> glslang-7.13.3496.tar.xz ++
 63349 lines of diff (skipped)

++ ver.diff ++
--- /var/tmp/diff_new_pack.yihsJ5/_old  2019-11-11 13:00:15.113681519 +0100
+++ /var/tmp/diff_new_pack.yihsJ5/_new  2019-11-11 13:00:15.117681524 +0100
@@ -18,57 +18,58 @@
  hlsl/CMakeLists.txt   |1 +
  4 files changed, 5 insertions(+)
 
-Index: glslang-7.9.2933.g33/SPIRV/CMakeLists.txt
+Index: glslang-7.13.3496/SPIRV/CMakeLists.txt
 ===
 glslang-7.9.2933.g33.orig/SPIRV/CMakeLists.txt
-+++ glslang-7.9.2933.g33/SPIRV/CMakeLists.txt
-@@ -44,12 +44,14 @@ if(ENABLE_NV_EXTENSIONS)
- endif(ENABLE_NV_EXTENSIONS)
+--- glslang-7.13.3496.orig/SPIRV/CMakeLists.txt
 glslang-7.13.3496/SPIRV/CMakeLists.txt
+@@ -34,6 +34,7 @@ set(SPVREMAP_HEADERS
+ doc.h)
  
  add_library(SPIRV ${LIB_TYPE} ${SOURCES} ${HEADERS})
-+set_target_properties(SPIRV PROPERTIES SOVERSION suse7)
++set_target_properties(SPIRV PROPERTIES SOVERSION suse8)
  set_property(TARGET SPIRV PROPERTY FOLDER glslang)
  set_property(TARGET SPIRV PROPERTY POSITION_INDEPENDENT_CODE ON)
- target_include_directories(SPIRV PUBLIC ..)
+ target_include_directories(SPIRV PUBLIC 
+@@ -42,6 +43,7 @@ target_include_directories(SPIRV PUBLIC
  
  if (ENABLE_SPVREMAPPER)
  add_library(SPVRemapper ${LIB_TYPE} ${SPVREMAP_SOURCES} 
${SPVREMAP_HEADERS})
-+set_target_properties(SPVRemapper PROPERTIES SOVERSION suse7)
++set_target_properties(SPVRemapper PROPERTIES SOVERSION suse8)
  set_property(TARGET SPVRemapper PROPERTY FOLDER glslang)
  set_property(TARGET SPVRemapper PROPERTY POSITION_INDEPENDENT_CODE ON)
  endif()
-Index: 

commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2019-11-11 13:00:37

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.2990 (New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Mon Nov 11 13:00:37 2019 rev:8 rq:737507 version:0.24

Changes:




Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.9PctqX/_old  2019-11-11 13:00:40.081707961 +0100
+++ /var/tmp/diff_new_pack.9PctqX/_new  2019-11-11 13:00:40.089707969 +0100
@@ -50,6 +50,9 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
+# https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/4
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939460
+rm t/10_cgroupv?.t
 ./Build test
 
 %install




commit vulkan-headers for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package vulkan-headers for openSUSE:Factory 
checked in at 2019-11-11 12:59:59

Comparing /work/SRC/openSUSE:Factory/vulkan-headers (Old)
 and  /work/SRC/openSUSE:Factory/.vulkan-headers.new.2990 (New)


Package is "vulkan-headers"

Mon Nov 11 12:59:59 2019 rev:13 rq:746190 version:1.1.127

Changes:

--- /work/SRC/openSUSE:Factory/vulkan-headers/vulkan-headers.changes
2019-10-27 13:35:18.452836642 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan-headers.new.2990/vulkan-headers.changes  
2019-11-11 13:00:01.645667257 +0100
@@ -1,0 +2,8 @@
+Thu Nov  7 07:16:48 UTC 2019 - Jan Engelhardt 
+
+- Update to release 1.1.127
+  * VK_KHR_separate_depth_stencil_layouts allows for image memory
+barriers for depth/stencil images to have just one of the
+depth or stencil bits set instead of both.
+
+---

Old:

  v1.1.126.tar.gz

New:

  v1.1.127.tar.gz



Other differences:
--
++ vulkan-headers.spec ++
--- /var/tmp/diff_new_pack.kie48y/_old  2019-11-11 13:00:02.217667862 +0100
+++ /var/tmp/diff_new_pack.kie48y/_new  2019-11-11 13:00:02.221667867 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vulkan-headers
-Version:1.1.126
+Version:1.1.127
 Release:0
 Summary:Vulkan C and C++ API header files
 License:Apache-2.0

++ v1.1.126.tar.gz -> v1.1.127.tar.gz ++
 56269 lines of diff (skipped)




commit spirv-tools for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package spirv-tools for openSUSE:Factory 
checked in at 2019-11-11 12:59:49

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


Package is "spirv-tools"

Mon Nov 11 12:59:49 2019 rev:16 rq:746189 version:2019.5~git157

Changes:

--- /work/SRC/openSUSE:Factory/spirv-tools/spirv-tools.changes  2019-08-24 
18:42:05.213782271 +0200
+++ /work/SRC/openSUSE:Factory/.spirv-tools.new.2990/spirv-tools.changes
2019-11-11 12:59:57.353662712 +0100
@@ -1,0 +2,9 @@
+Thu Nov  7 09:03:03 UTC 2019 - Jan Engelhardt 
+
+- Update to snapshot 2019.5~git157
+  * Extend reducer to remove relaxed precision decorations
+  * SPIRV-Tools support for SPIR-V 1.5
+  * Add SPV_KHR_shader_clock validation
+  * Add fuzzer for spirv-dis call path
+
+---

Old:

  spirv-tools-2019.5~git11.tar.xz

New:

  spirv-tools-2019.5~git157.tar.xz



Other differences:
--
++ spirv-tools.spec ++
--- /var/tmp/diff_new_pack.q0BisS/_old  2019-11-11 12:59:58.309663724 +0100
+++ /var/tmp/diff_new_pack.q0BisS/_new  2019-11-11 12:59:58.309663724 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define version_unconverted 2019.5~git11
-%define lname libSPIRV-Tools-suse13
+%define version_unconverted 2019.5~git157
+%define lname libSPIRV-Tools-suse14
 
 Name:   spirv-tools
-Version:2019.5~git11
+Version:2019.5~git157
 Release:0
 Summary:API and commands for processing SPIR-V modules
 License:Apache-2.0
@@ -38,7 +38,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  python3-base
 BuildRequires:  python3-xml
-BuildRequires:  spirv-headers >= 1.4.1.g30
+BuildRequires:  spirv-headers >= 1.5.1.corrected
 
 %description
 The package includes an assembler, binary module parser,
@@ -91,6 +91,7 @@
 %_libdir/libSPIRV-Tools-shared.so.*
 
 %files devel
+%_prefix/lib/cmake/
 %_libdir/libSPIRV-Tools.so
 %_libdir/libSPIRV-Tools-link.so
 %_libdir/libSPIRV-Tools-opt.so

++ _service ++
--- /var/tmp/diff_new_pack.q0BisS/_old  2019-11-11 12:59:58.337663753 +0100
+++ /var/tmp/diff_new_pack.q0BisS/_new  2019-11-11 12:59:58.341663758 +0100
@@ -3,7 +3,7 @@
git
https://github.com/KhronosGroup/SPIRV-Tools
spirv-tools
-   0cbdc7a2
+   dc59b4b0
22ce39c8
2019.5~git@TAG_OFFSET@


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.q0BisS/_old  2019-11-11 12:59:58.361663780 +0100
+++ /var/tmp/diff_new_pack.q0BisS/_new  2019-11-11 12:59:58.365663783 +0100
@@ -1,4 +1,4 @@
-libSPIRV-Tools-suse13
+libSPIRV-Tools-suse14
 spirv-tools-devel
requires -spirv-tools-
-   requires "libSPIRV-Tools-suse13- = "
+   requires "libSPIRV-Tools-suse14- = "

++ spirv-tools-2019.5~git11.tar.xz -> spirv-tools-2019.5~git157.tar.xz 
++
 51326 lines of diff (skipped)

++ ver.diff ++
--- /var/tmp/diff_new_pack.q0BisS/_old  2019-11-11 12:59:59.573665062 +0100
+++ /var/tmp/diff_new_pack.q0BisS/_new  2019-11-11 12:59:59.573665062 +0100
@@ -11,71 +11,71 @@
  source/reduce/CMakeLists.txt |1 +
  5 files changed, 6 insertions(+)
 
-Index: spirv-tools-2019.4~git33/source/CMakeLists.txt
+Index: spirv-tools-2019.5~git157/source/CMakeLists.txt
 ===
 spirv-tools-2019.4~git33.orig/source/CMakeLists.txt
-+++ spirv-tools-2019.4~git33/source/CMakeLists.txt
+--- spirv-tools-2019.5~git157.orig/source/CMakeLists.txt
 spirv-tools-2019.5~git157/source/CMakeLists.txt
 @@ -336,6 +336,7 @@ set_source_files_properties(
  spvtools_pch(SPIRV_SOURCES pch_source)
  
  add_library(${SPIRV_TOOLS} ${SPIRV_SOURCES})
-+set_target_properties(${SPIRV_TOOLS} PROPERTIES SOVERSION suse13)
++set_target_properties(${SPIRV_TOOLS} PROPERTIES SOVERSION suse14)
  spvtools_default_compile_options(${SPIRV_TOOLS})
  target_include_directories(${SPIRV_TOOLS}
-   PUBLIC ${spirv-tools_SOURCE_DIR}/include
-@@ -347,6 +348,7 @@ spvtools_check_symbol_exports(${SPIRV_TO
+   PUBLIC
+@@ -349,6 +350,7 @@ spvtools_check_symbol_exports(${SPIRV_TO
  add_dependencies( ${SPIRV_TOOLS} core_tables enum_string_mapping 
extinst_tables )
  
  add_library(${SPIRV_TOOLS}-shared SHARED ${SPIRV_SOURCES})
-+set_target_properties(${SPIRV_TOOLS}-shared PROPERTIES SOVERSION suse13)
++set_target_properties(${SPIRV_TOOLS}-shared PROPERTIES SOVERSION suse14)
  spvtools_default_compile_options(${SPIRV_TOOLS}-shared)
  target_include_directories(${SPIRV_TOOLS}-shared
-   PUBLIC ${spirv-tools_SOURCE_DIR}/include
-Index: spirv-tools-2019.4~git33/source/fuzz/CMakeLists.txt
+   PUBLIC
+Index: 

commit ocaml-mccs for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-mccs for openSUSE:Factory 
checked in at 2019-11-11 21:26:16

Comparing /work/SRC/openSUSE:Factory/ocaml-mccs (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-mccs.new.2990 (New)


Package is "ocaml-mccs"

Mon Nov 11 21:26:16 2019 rev:5 rq:746704 version:1.1+10

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-mccs/ocaml-mccs.changes2019-10-24 
23:01:54.736015293 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-mccs.new.2990/ocaml-mccs.changes  
2019-11-11 21:26:18.215933707 +0100
@@ -1,0 +2,7 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Update to version 1.1+10:
+  * No changelog provided.
+
+---

Old:

  ocaml-mccs-1.1+9.tar.xz

New:

  ocaml-mccs-1.1+10.tar.xz



Other differences:
--
++ ocaml-mccs.spec ++
--- /var/tmp/diff_new_pack.OJiLfK/_old  2019-11-11 21:26:19.627934993 +0100
+++ /var/tmp/diff_new_pack.OJiLfK/_new  2019-11-11 21:26:19.651935015 +0100
@@ -13,12 +13,12 @@
 # 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:   ocaml-mccs
-Version:1.1+9
+Version:1.1+10
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:Stripped-down version of mccs with OCaml bindings
@@ -28,9 +28,9 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  ocaml
-BuildRequires:  ocaml-cudf-devel
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(cudf)
 
 %description
 mccs (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
@@ -48,6 +48,7 @@
 %autosetup -p1
 
 %build
+dune_release_pkgs='mccs'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -58,13 +59,8 @@
 %check
 %ocaml_dune_test
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 %files -f %{name}.files
 %doc README.md
-%license LICENCE
 
 %files devel -f %{name}.files.devel
 

++ _service ++
--- /var/tmp/diff_new_pack.OJiLfK/_old  2019-11-11 21:26:19.763935117 +0100
+++ /var/tmp/diff_new_pack.OJiLfK/_new  2019-11-11 21:26:19.763935117 +0100
@@ -1,6 +1,7 @@
 
   
-1.1+9
+
+d8d36a6903aedc29e7c7d2dbbc93081e46ce782f
 git
 https://github.com/AltGr/ocaml-mccs.git
 @PARENT_TAG@

++ ocaml-mccs-1.1+9.tar.xz -> ocaml-mccs-1.1+10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-mccs-1.1+9/.travis.yml 
new/ocaml-mccs-1.1+10/.travis.yml
--- old/ocaml-mccs-1.1+9/.travis.yml2018-10-05 18:27:00.0 +0200
+++ new/ocaml-mccs-1.1+10/.travis.yml   2019-09-10 12:16:25.0 +0200
@@ -1,9 +1,14 @@
 sudo: required
 language: c
+dist: bionic
 install: wget 
https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
 before_install:
   - $TRAVIS_BUILD_DIR/.travis-ci.sh
 script: bash -ex .travis-opam.sh
+env:
+  global:
+- FORK_USER=dra27
+- FORK_BRANCH=fix-bubblewrap
 matrix:
   include:
   - os: osx
@@ -16,6 +21,10 @@
 env: OCAML_VERSION=4.05
   - os: osx
 env: OCAML_VERSION=4.06
+  - os: osx
+env: OCAML_VERSION=4.07
+  - os: osx
+env: OCAML_VERSION=4.08
   - os: linux
 env: OCAML_VERSION=4.02 MCCS_BACKENDS="GLPK CBC CLP SYMPHONY" 
MCCS_LPSOLVER=/usr/share/mccs/cbclp
   - os: linux
@@ -26,6 +35,12 @@
 env: OCAML_VERSION=4.05 MCCS_BACKENDS="GLPK CBC CLP SYMPHONY" 
MCCS_LPSOLVER=/usr/share/mccs/cbclp
   - os: linux
 env: OCAML_VERSION=4.06 MCCS_BACKENDS="GLPK CBC CLP SYMPHONY" 
MCCS_LPSOLVER=/usr/share/mccs/cbclp
+  - os: linux
+env: OCAML_VERSION=4.07 MCCS_BACKENDS="GLPK CBC CLP SYMPHONY" 
MCCS_LPSOLVER=/usr/share/mccs/cbclp
+  - os: linux
+env: OCAML_VERSION=4.08 MCCS_BACKENDS="GLPK CBC CLP SYMPHONY" 
MCCS_LPSOLVER=/usr/share/mccs/cbclp
+  - os: linux
+env: OCAML_VERSION=4.08 
OPAM_SWITCH=ocaml-variants.4.08.0+force-safe-string MCCS_BACKENDS="GLPK CBC CLP 
SYMPHONY" MCCS_LPSOLVER=/usr/share/mccs/cbclp
 addons:
   apt:
 update: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-mccs-1.1+9/README.md 
new/ocaml-mccs-1.1+10/README.md
--- old/ocaml-mccs-1.1+9/README.md  2018-10-05 18:27:00.0 +0200
+++ new/ocaml-mccs-1.1+10/README.md 2019-09-10 12:16:25.0 +0200
@@ -5,7 +5,7 @@
 
 This repository contains a stripped-down version of the
 [mccs solver](http://www.i3s.unice.fr/~cpjm/misc/mccs.html), taken from 
snapshot
-1.1, 

commit ocaml-jsonm for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-jsonm for openSUSE:Factory 
checked in at 2019-11-11 21:25:34

Comparing /work/SRC/openSUSE:Factory/ocaml-jsonm (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-jsonm.new.2990 (New)


Package is "ocaml-jsonm"

Mon Nov 11 21:25:34 2019 rev:2 rq:746702 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-jsonm/ocaml-jsonm.changes  2018-05-08 
13:37:15.981712528 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-jsonm.new.2990/ocaml-jsonm.changes
2019-11-11 21:25:37.179896346 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Use _service file
+
+---

Old:

  jsonm-1.0.1.tbz

New:

  _service
  ocaml-jsonm-1.0.1.tar.xz



Other differences:
--
++ ocaml-jsonm.spec ++
--- /var/tmp/diff_new_pack.dBixEo/_old  2019-11-11 21:25:38.151897231 +0100
+++ /var/tmp/diff_new_pack.dBixEo/_new  2019-11-11 21:25:38.175897253 +0100
@@ -12,11 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _name   jsonm
 Name:   ocaml-jsonm
 Version:1.0.1
 Release:0
@@ -25,13 +24,11 @@
 License:ISC
 Group:  Development/Languages/OCaml
 Url:http://erratique.ch/software/jsonm 
-Source: 
http://erratique.ch/software/jsonm/releases/%{_name}-%{version}.tbz
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
-BuildRequires:  ocaml-oasis
-BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-rpm-macros >= 4.03
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20191101
 BuildRequires:  ocamlfind(uutf)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON
@@ -51,68 +48,22 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q -n %{_name}-%{version}
+%autosetup -p1
 
 %build
-rm -fv setup.ml myocamlbuild.ml META* _* */_* 
-# obs service changes every ^Version line ...
-sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
-OASISFormat: 0.4
-Name:jsonm
-Version: 0
-Synopsis:Non-blocking streaming JSON codec
-Authors: Daniel Bünzli 
-License: %{license}
-LicenseFile: LICENSE.md
-Plugins: META(`oasis version`)
-BuildTools:  ocamlbuild
-
-Library jsonm
- Path: src
- Install: true
- Modules: Jsonm
- BuildDepends: uutf
-
-Document jsonm
- Title:API reference for jsonm
- Type: ocamlbuild
- BuildTools+:  ocamldoc
- InstallDir:   \$htmldir
- Install:  true
- XOCamlbuildPath:  .
- XOCamlbuildLibraries: jsonm
-_EOF_
-%oasis_setup
-%ocaml_oasis_configure --enable-docs
-%ocaml_oasis_build
-%ocaml_oasis_doc
+dune_release_pkgs='jsonm'
+%ocaml_dune_setup
+%ocaml_dune_build
 
 %install
-%ocaml_oasis_findlib_install
+%ocaml_dune_install
+%ocaml_create_file_list
 
-%files
-%defattr(-,root,root)
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.cmxs
-%endif
-
-%files devel
-%defattr(-,root,root,-)
-%{oasis_docdir_html}
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.a
-%{_libdir}/ocaml/*/*.cmx
-%{_libdir}/ocaml/*/*.cmxa
-%endif
-%{_libdir}/ocaml/*/*.annot
-%{_libdir}/ocaml/*/*.cma
-%{_libdir}/ocaml/*/*.cmi
-%{_libdir}/ocaml/*/*.cmt
-%{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/META
+%check
+%ocaml_dune_test
+
+%files -f %{name}.files
+
+%files devel -f %{name}.files.devel
 
 %changelog

++ _service ++

  
https://github.com/dune-universe/jsonm.git
git
1.0.1
duniverse-v1.0.1
ocaml-jsonm
  
  
*.tar
xz
  
  




commit ocaml-migrate-parsetree for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-migrate-parsetree for 
openSUSE:Factory checked in at 2019-11-11 21:26:58

Comparing /work/SRC/openSUSE:Factory/ocaml-migrate-parsetree (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-migrate-parsetree.new.2990 (New)


Package is "ocaml-migrate-parsetree"

Mon Nov 11 21:26:58 2019 rev:9 rq:746705 version:1.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ocaml-migrate-parsetree/ocaml-migrate-parsetree.changes
  2019-10-24 23:01:57.080017987 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-migrate-parsetree.new.2990/ocaml-migrate-parsetree.changes
2019-11-11 21:27:04.531975876 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Use _service file
+
+---

Old:

  ocaml-migrate-parsetree-1.4.0.tar.gz

New:

  _service
  ocaml-migrate-parsetree-1.4.0.tar.xz



Other differences:
--
++ ocaml-migrate-parsetree.spec ++
--- /var/tmp/diff_new_pack.Y2hrzW/_old  2019-11-11 21:27:05.043976343 +0100
+++ /var/tmp/diff_new_pack.Y2hrzW/_new  2019-11-11 21:27:05.043976343 +0100
@@ -23,24 +23,20 @@
 Summary:Library for conversion between different OCaml parsetrees 
versions
 License:LGPL-2.1-only WITH OCaml-LGPL-linking-exception
 Group:  Development/Languages/OCaml
-
 URL:https://github.com/ocaml-ppx/ocaml-migrate-parsetree
-Source0:
https://github.com/ocaml-ppx/ocaml-migrate-parsetree/archive/v%{version}/%{name}-%{version}.tar.gz
-
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
 BuildRequires:  ocamlfind(compiler-libs.common)
 BuildRequires:  ocamlfind(ppx_derivers)
 BuildRequires:  ocamlfind(result)
 
-
 %description
 This library converts between parsetrees of different OCaml versions.
 For each version, there is a snapshot of the parsetree and conversion
 functions to the next and/or previous version.
 
-
 %packagedevel
 Summary:Development files for %{name}
 Group:  Development/Languages/OCaml
@@ -50,11 +46,11 @@
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
 
-
 %prep
 %autosetup -p1
 
 %build
+dune_release_pkgs='ocaml-migrate-parsetree'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -66,7 +62,6 @@
 %ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE.md
 %doc README.md MANUAL.md
 
 %files devel -f %{name}.files.devel

++ _service ++

  
https://github.com/ocaml-ppx/ocaml-migrate-parsetree.git
git
1.4.0

cf49ec820afe1670a7ca870970ec1764201e1207
ocaml-migrate-parsetree
  
  
*.tar
xz
  
  




commit ocaml-ppx_derivers for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-ppx_derivers for 
openSUSE:Factory checked in at 2019-11-11 21:27:40

Comparing /work/SRC/openSUSE:Factory/ocaml-ppx_derivers (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-ppx_derivers.new.2990 (New)


Package is "ocaml-ppx_derivers"

Mon Nov 11 21:27:40 2019 rev:4 rq:746708 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-ppx_derivers/ocaml-ppx_derivers.changes
2019-10-24 23:01:59.312020552 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-ppx_derivers.new.2990/ocaml-ppx_derivers.changes
  2019-11-11 21:27:41.616009640 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ ocaml-ppx_derivers.spec ++
--- /var/tmp/diff_new_pack.MgPjYx/_old  2019-11-11 21:27:42.220010190 +0100
+++ /var/tmp/diff_new_pack.MgPjYx/_new  2019-11-11 21:27:42.224010194 +0100
@@ -23,13 +23,11 @@
 Summary:Deriving plugin registry
 License:BSD-3-Clause
 Group:  Development/Languages/OCaml
-
 URL:https://github.com/ocaml-ppx/ppx_derivers
 Source0:%{name}-%{version}.tar.xz
-
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
 
 %description
 Ppx_derivers is a tiny package whose sole purpose is to allow
@@ -45,11 +43,11 @@
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
 
-
 %prep
 %autosetup -p1
 
 %build
+dune_release_pkgs='ppx_derivers'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -61,8 +59,6 @@
 %ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE.md
-%doc README.md
 
 %files devel -f %{name}.files.devel
 




commit vulkan-validationlayers for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package vulkan-validationlayers for 
openSUSE:Factory checked in at 2019-11-11 21:24:09

Comparing /work/SRC/openSUSE:Factory/vulkan-validationlayers (Old)
 and  /work/SRC/openSUSE:Factory/.vulkan-validationlayers.new.2990 (New)


Package is "vulkan-validationlayers"

Mon Nov 11 21:24:09 2019 rev:10 rq:746195 version:1.1.127

Changes:

--- 
/work/SRC/openSUSE:Factory/vulkan-validationlayers/vulkan-validationlayers.changes
  2019-10-28 17:00:00.605732175 +0100
+++ 
/work/SRC/openSUSE:Factory/.vulkan-validationlayers.new.2990/vulkan-validationlayers.changes
2019-11-11 21:24:11.783818596 +0100
@@ -1,0 +2,10 @@
+Thu Nov  7 07:59:11 UTC 2019 - Jan Engelhardt 
+
+- Update to release 1.1.127
+  * layers: Update ValidateShaderStageInputOutputLimits to
+new spec rules
+  * cmake: Restore creation of standard validation JSON
+file [boo#1155932]
+  * layers: Add RT shader group validation
+
+---

Old:

  Vulkan-ValidationLayers-1.1.126.tar.xz
  _service

New:

  v1.1.127.tar.gz



Other differences:
--
++ vulkan-validationlayers.spec ++
--- /var/tmp/diff_new_pack.GfUrq9/_old  2019-11-11 21:24:12.551819295 +0100
+++ /var/tmp/diff_new_pack.GfUrq9/_new  2019-11-11 21:24:12.555819299 +0100
@@ -16,26 +16,23 @@
 #
 
 
-%define version_unconverted 1.1.126
-
 Name:   vulkan-validationlayers
-Version:1.1.126
+Version:1.1.127
 Release:0
 Summary:Validation layers for Vulkan
 License:Apache-2.0
 Group:  Development/Tools/Other
 URL:https://github.com/KhronosGroup/Vulkan-ValidationLayers
 
-#Source: 
https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
-Source: Vulkan-ValidationLayers-%version.tar.xz
+Source: 
https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
 Source9:%name-rpmlintrc
 BuildRequires:  cmake >= 3.4
 BuildRequires:  gcc-c++ >= 4.8
-BuildRequires:  glslang-devel >= 7.12
+BuildRequires:  glslang-devel >= 7.13.3496
 BuildRequires:  memory-constraints
 BuildRequires:  pkg-config
 BuildRequires:  python3-base
-BuildRequires:  spirv-tools-devel >= 2019.4~git33
+BuildRequires:  spirv-tools-devel >= 2019.5~git136
 BuildRequires:  pkgconfig(vulkan) >= 1.1.112
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)




commit vulkan-tools for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package vulkan-tools for openSUSE:Factory 
checked in at 2019-11-11 21:23:27

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


Package is "vulkan-tools"

Mon Nov 11 21:23:27 2019 rev:11 rq:746194 version:1.1.127

Changes:

--- /work/SRC/openSUSE:Factory/vulkan-tools/vulkan-tools.changes
2019-10-28 16:59:59.733731127 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan-tools.new.2990/vulkan-tools.changes  
2019-11-11 21:23:30.167780706 +0100
@@ -1,0 +2,6 @@
+Thu Nov  7 08:02:29 UTC 2019 - Jan Engelhardt 
+
+- Update to release 1.1.127
+  * vulkaninfo: added more documentation for show-formats
+
+---

Old:

  v1.1.126.tar.gz

New:

  Vulkan-Tools-1.1.127.tar.xz
  _service



Other differences:
--
++ vulkan-tools.spec ++
--- /var/tmp/diff_new_pack.MYvEOD/_old  2019-11-11 21:23:31.291781729 +0100
+++ /var/tmp/diff_new_pack.MYvEOD/_new  2019-11-11 21:23:31.319781755 +0100
@@ -17,17 +17,18 @@
 
 
 Name:   vulkan-tools
-Version:1.1.126
+Version:1.1.127
 Release:0
 Summary:Diagnostic utilities for Vulkan
 License:Apache-2.0
 Group:  Development/Tools/Other
 URL:https://github.com/KhronosGroup/Vulkan-Tools
 
-Source: 
https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz
+#Source: 
https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz
+Source: Vulkan-Tools-%version.tar.xz
 BuildRequires:  cmake >= 3.4
 BuildRequires:  gcc-c++ >= 4.8
-BuildRequires:  glslang-devel >= 7.11.3226
+BuildRequires:  glslang-devel >= 7.13.3496
 BuildRequires:  pkg-config
 BuildRequires:  python3-base
 BuildRequires:  pkgconfig(vulkan) >= %version

++ _service ++


git
https://github.com/KhronosGroup/Vulkan-Tools
f094f029
v1.1.126
1.1.127


*.tar
xz






commit jwt_verify_lib for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package jwt_verify_lib for openSUSE:Factory 
checked in at 2019-11-11 21:24:52

Comparing /work/SRC/openSUSE:Factory/jwt_verify_lib (Old)
 and  /work/SRC/openSUSE:Factory/.jwt_verify_lib.new.2990 (New)


Package is "jwt_verify_lib"

Mon Nov 11 21:24:52 2019 rev:5 rq:746425 version:20190909

Changes:

--- /work/SRC/openSUSE:Factory/jwt_verify_lib/jwt_verify_lib.changes
2019-08-06 17:27:21.520687502 +0200
+++ /work/SRC/openSUSE:Factory/.jwt_verify_lib.new.2990/jwt_verify_lib.changes  
2019-11-11 21:24:53.719856777 +0100
@@ -1,0 +2,15 @@
+Fri Sep 20 13:06:47 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20190909:
+  * bazel: Update protobuf to 3.9.1
+  * Fixed code formatting
+  * Exposing struct_utils for accessing custom JWT fields
+  * Implement RS384/RS512 token verification
+  * Add tests for RS384 and RS512 tokens
+  * Harden JwkRSA verification code
+  * Reduce fuzz truncate case
+  * Fix verify_time_test
+  * one more uint64
+  * one more uint64_t
+
+---

Old:

  BUILD
  WORKSPACE
  abseil_strings.BUILD
  abseil_time.BUILD
  bsslwrapper.BUILD
  googletest.BUILD
  jwt-verify-lib-openssl-20190723.tar.xz
  jwt_verify_lib-20190708.tar.xz
  opensslcbs.BUILD
  zlib.BUILD

New:

  jwt-verify-lib-openssl-20190806.tar.xz
  jwt_verify_lib-20190909.tar.xz



Other differences:
--
++ jwt_verify_lib.spec ++
--- /var/tmp/diff_new_pack.lo6dyz/_old  2019-11-11 21:24:55.055857994 +0100
+++ /var/tmp/diff_new_pack.lo6dyz/_new  2019-11-11 21:24:55.071858008 +0100
@@ -19,10 +19,10 @@
 %define sover 0
 %define libname lib%{name}%{sover}
 %define maistra_name jwt-verify-lib-openssl
-%define maistra_version 20190723
+%define maistra_version 20190806
 
 Name:   jwt_verify_lib
-Version:20190708
+Version:20190909
 Release:0
 Summary:JSON Web Tokens verification library for C++
 License:Apache-2.0
@@ -30,17 +30,13 @@
 Url:https://github.com/google/%{name}
 Source0:%{name}-%{version}.tar.xz
 Source1:%{maistra_name}-%{maistra_version}.tar.xz
-Source100:  WORKSPACE
-Source101:  BUILD
-Source200:  abseil_strings.BUILD
-Source201:  abseil_time.BUILD
-Source202:  bsslwrapper.BUILD
-Source203:  googletest.BUILD
-Source204:  opensslcbs.BUILD
-Source205:  zlib.BUILD
-BuildRequires:  abseil-cpp-devel
+BuildRequires:  abseil-cpp-source
+BuildRequires:  bazel-rules-cc-source
+BuildRequires:  bazel-rules-java-source
+BuildRequires:  bazel-rules-proto-source
 BuildRequires:  bazel-skylib-source
-BuildRequires:  bazel0.19
+BuildRequires:  bazel-workspaces
+BuildRequires:  bazel0.29
 BuildRequires:  bssl_wrapper-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gmock
@@ -79,22 +75,16 @@
 
 %prep
 %setup -q -D -b 1 -n %{maistra_name}-%{maistra_version}
-
 %setup -q
 pushd ../%{maistra_name}-%{maistra_version}
+sed -i "s|\"src/struct_utils.h\"|\"jwt_verify_lib/struct_utils.h\"|g" 
src/jwks.cc
+sed -i "s|\"src/struct_utils.h\"|\"jwt_verify_lib/struct_utils.h\"|g" 
src/jwt.cc
 ./openssl.sh ../%{name}-%{version} SSL
 popd
-cp %{SOURCE100} .
-cp %{SOURCE101} .
-cp %{SOURCE200} .
-cp %{SOURCE201} .
-cp %{SOURCE202} .
-cp %{SOURCE203} .
-cp %{SOURCE204} .
-cp %{SOURCE205} .
 
 %build
 # TODO(mrostecki): Create a macro in bazel package.
+TARGETS=$(bazel query '//... except kind(.*test, //...)')
 bazel build \
 -c dbg \
 --color=no \
@@ -104,10 +94,17 @@
 --genrule_strategy=standalone \
 --host_javabase=@local_jdk//:jdk \
 --linkopt="-Wl,-soname,libjwt_verify_lib.so.%{sover}" \
+--override_repository="bazel_skylib=/usr/src/bazel-skylib" \
+--override_repository="com_google_absl=/usr/src/abseil-cpp" \
+--override_repository="com_google_protobuf=/usr/src/protobuf" \
+
--override_repository="googletest_git=%{_datadir}/bazel-workspaces/googletest" \
+--override_repository="rules_cc=/usr/src/bazel-rules-cc" \
+--override_repository="rules_java=/usr/src/bazel-rules-java" \
+--override_repository="rules_proto=/usr/src/bazel-rules-proto" \
 --spawn_strategy=standalone \
 --strip=never \
 --verbose_failures \
-//...
+${TARGETS}
 bazel shutdown
 
 %install

++ _service ++
--- /var/tmp/diff_new_pack.lo6dyz/_old  2019-11-11 21:24:55.147858077 +0100
+++ /var/tmp/diff_new_pack.lo6dyz/_new  2019-11-11 21:24:55.147858077 +0100
@@ -5,7 +5,7 @@
 enable
 jwt_verify_lib
 %cd
-0f14d43f20381cfae0469cb2309b2e220c0f0ea3
+2866385faa2508a11071d075f788172b3f3bd27f
   
   
 https://github.com/Maistra/jwt-verify-lib-openssl
@@ -13,11 +13,10 @@
 disable
 jwt-verify-lib-openssl
 %cd
-  

commit 000product for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-11-11 21:09:40

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


Package is "000product"

Mon Nov 11 21:09:40 2019 rev:1775 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



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

-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20191110/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20191110/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.P63PjO/_old  2019-11-11 21:09:43.230997711 +0100
+++ /var/tmp/diff_new_pack.P63PjO/_new  2019-11-11 21:09:43.230997711 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20191110
+  2019
   11
-  cpe:/o:opensuse:opensuse-microos:20191110,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:2019,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20191110/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/2019/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.P63PjO/_old  2019-11-11 21:09:43.290997769 +0100
+++ /var/tmp/diff_new_pack.P63PjO/_new  2019-11-11 21:09:43.290997769 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20191110
+  2019
   11
-  cpe:/o:opensuse:opensuse:20191110,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:2019,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191110/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/2019/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.P63PjO/_old  2019-11-11 21:09:43.322997800 +0100
+++ /var/tmp/diff_new_pack.P63PjO/_new  2019-11-11 21:09:43.326997804 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20191110
+  2019
   11
-  cpe:/o:opensuse:opensuse:20191110,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:2019,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191110/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/2019/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.P63PjO/_old  2019-11-11 21:09:43.354997832 +0100
+++ /var/tmp/diff_new_pack.P63PjO/_new  2019-11-11 21:09:43.354997832 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20191110
+  2019
   11
-  cpe:/o:opensuse:opensuse:20191110,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:2019,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  

commit 000release-packages for openSUSE:Factory

2019-11-11 Thread root
Hello community,

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

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


Package is "000release-packages"

Mon Nov 11 21:09:35 2019 rev:312 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.bNqLri/_old  2019-11-11 21:09:40.694995244 +0100
+++ /var/tmp/diff_new_pack.bNqLri/_new  2019-11-11 21:09:40.698995247 +0100
@@ -13348,6 +13348,7 @@
 Provides: weakremover(libSHERPA-MC-config)
 Provides: weakremover(libSPIRV-Tools-suse11)
 Provides: weakremover(libSPIRV-Tools-suse12)
+Provides: weakremover(libSPIRV-Tools-suse13)
 Provides: weakremover(libSPIRV-Tools-suse2)
 Provides: weakremover(libSPIRV-Tools-suse3)
 Provides: weakremover(libSPIRV-Tools-suse4)
@@ -14044,6 +14045,7 @@
 Provides: weakremover(libglslang-suse4)
 Provides: weakremover(libglslang-suse5)
 Provides: weakremover(libglslang-suse6)
+Provides: weakremover(libglslang-suse7)
 Provides: weakremover(libgmm++-devel)
 Provides: weakremover(libgnome)
 Provides: weakremover(libgnome-desktop-3-12)
@@ -14089,6 +14091,7 @@
 Provides: weakremover(libgps24)
 Provides: weakremover(libgranite3)
 Provides: weakremover(libgranite4)
+Provides: weakremover(libgraphblas2)
 Provides: weakremover(libgringotts-devel)
 Provides: weakremover(libgringotts2)
 Provides: weakremover(libgromacs2)
@@ -21800,6 +21803,7 @@
 Provides: weakremover(libQtWebKit4-32bit)
 Provides: weakremover(libSPIRV-Tools-suse11-32bit)
 Provides: weakremover(libSPIRV-Tools-suse12-32bit)
+Provides: weakremover(libSPIRV-Tools-suse13-32bit)
 Provides: weakremover(libSPIRV-Tools-suse2-32bit)
 Provides: weakremover(libSPIRV-Tools-suse3-32bit)
 Provides: weakremover(libSPIRV-Tools-suse4-32bit)




commit protoc-gen-gogo for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package protoc-gen-gogo for openSUSE:Factory 
checked in at 2019-11-11 21:21:21

Comparing /work/SRC/openSUSE:Factory/protoc-gen-gogo (Old)
 and  /work/SRC/openSUSE:Factory/.protoc-gen-gogo.new.2990 (New)


Package is "protoc-gen-gogo"

Mon Nov 11 21:21:21 2019 rev:2 rq:741107 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/protoc-gen-gogo/protoc-gen-gogo.changes  
2019-01-21 10:59:29.779341944 +0100
+++ 
/work/SRC/openSUSE:Factory/.protoc-gen-gogo.new.2990/protoc-gen-gogo.changes
2019-11-11 21:21:26.127667773 +0100
@@ -1,0 +2,6 @@
+Fri Oct 18 15:26:31 UTC 2019 - Michał Rostecki 
+
+- Add BUILD and WORKSPACE files to make it possible to build
+  protoc-gen-gogo with Bazel projects.
+
+---

New:

  BUILD
  WORKSPACE



Other differences:
--
++ protoc-gen-gogo.spec ++
--- /var/tmp/diff_new_pack.8pycmK/_old  2019-11-11 21:21:27.227668774 +0100
+++ /var/tmp/diff_new_pack.8pycmK/_new  2019-11-11 21:21:27.231668778 +0100
@@ -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/
 #
 
 
@@ -32,7 +32,9 @@
 License:Apache-2.0
 Group:  Development/Languages/Golang
 Url:https://github.com/gogo/protobuf
-Source: %{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.xz
+Source100:  BUILD
+Source101:  WORKSPACE
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 %{go_provides}
@@ -54,6 +56,8 @@
 
 %prep
 %setup -q
+cp %{SOURCE100} .
+cp %{SOURCE101} .
 
 %build
 %goprep %{provider_prefix}
@@ -64,7 +68,7 @@
 
 # Install sources
 mkdir -p %{buildroot}%{src_install_dir}
-tar -xJf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir}
+cp -R * %{buildroot}%{src_install_dir}
 # Fix env-script-interpreter rpmlint error
 find %{buildroot}%{src_install_dir} -type f -name "*.sh" -exec sed -i 
's|#!.*/usr/bin/env bash|#!/bin/bash|' "{}" +
 

++ BUILD ++
load("@com_google_protobuf//:protobuf.bzl", "cc_proto_library", 
"py_proto_library")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
proto_library(
name = "gogo_proto",
srcs = [
"gogoproto/gogo.proto",
],
deps = [
"@com_google_protobuf//:descriptor_proto",
],
visibility = ["//visibility:public"],
)
go_proto_library(
name = "descriptor_go_proto",
importpath = "github.com/golang/protobuf/protoc-gen-go/descriptor",
proto = "@com_google_protobuf//:descriptor_proto",
visibility = ["//visibility:public"],
)
cc_proto_library(
name = "gogo_proto_cc",
srcs = [
"gogoproto/gogo.proto",
],
default_runtime = "@com_google_protobuf//:protobuf",
protoc = "@com_google_protobuf//:protoc",
deps = ["@com_google_protobuf//:cc_wkt_protos"],
visibility = ["//visibility:public"],
)
go_proto_library(
name = "gogo_proto_go",
importpath = "gogoproto",
proto = ":gogo_proto",
visibility = ["//visibility:public"],
deps = [
":descriptor_go_proto",
],
)
py_proto_library(
name = "gogo_proto_py",
srcs = [
"gogoproto/gogo.proto",
],
default_runtime = "@com_google_protobuf//:protobuf_python",
protoc = "@com_google_protobuf//:protoc",
visibility = ["//visibility:public"],
deps = ["@com_google_protobuf//:protobuf_python"],
)
++ WORKSPACE ++
workspace(name = "com_github_gogo_protobuf")



commit bazel-rules-go for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package bazel-rules-go for openSUSE:Factory 
checked in at 2019-11-11 21:20:40

Comparing /work/SRC/openSUSE:Factory/bazel-rules-go (Old)
 and  /work/SRC/openSUSE:Factory/.bazel-rules-go.new.2990 (New)


Package is "bazel-rules-go"

Mon Nov 11 21:20:40 2019 rev:3 rq:739181 version:0.18.5

Changes:

--- /work/SRC/openSUSE:Factory/bazel-rules-go/bazel-rules-go.changes
2019-02-24 17:19:51.644402881 +0100
+++ /work/SRC/openSUSE:Factory/.bazel-rules-go.new.2990/bazel-rules-go.changes  
2019-11-11 21:20:41.499627140 +0100
@@ -1,0 +2,144 @@
+Fri Sep 13 12:33:52 UTC 2019 - Michał Rostecki 
+
+- Add patch which uses http_archive instead of git_repository in
+  Bazel. git_repository makes it impossible to pre-fetch or
+  override dependencies:
+  * 0001-bazel-Use-http_archive-instead-of-git_repository.patch
+
+---
+Thu Sep 05 11:39:11 UTC 2019 - mroste...@suse.com
+
+- Update to version 0.18.5:
+  * Windows: future-proof single_output_test.bzl (#2064)
+  * Move cc_configure_features ctx back to v25 (#2063)
+  * Bazel compatibility updates (#2062)
+  * Depend on @bazel_tools//tools/cpp:toolchain_type in go_context_data (#2060)
+  * Fix for Bazel upcoming change incompatible_string_join_requires_strings 
(#2059)
+  * Migrate for Bazel's --incompatible_require_ctx_in_configure_features 
(#2054)
+  * Set RULES_GO_VERSION to 0.18.5
+  * Add shallow_since to com_google_protobuf (#2019)
+  * Support for go1.12.5 and go1.11.10 (#2050)
+  * update pin to bazel toolchains repo (#2038)
+  * Make nogo work on Windows (path handling) (#2033)
+  * files_equal_test: rewrite as genrule + sh_test (#2035)
+  * Set RULES_GO_VERSION to 0.18.4
+  * Support new Go releases (#2028)
+  * Set RULES_GO_VERSION to 0.18.3
+  * Support Go 1.12.2 and 1.11.7 (#2022)
+  * Fix warnings from --incompatible_disallow_struct_provider_syntax (#2015)
+  * Use -trimpath to make go_tool_binary deterministic. (#2011)
+  * Band-aid gRPC cross-compilation for Linux (#2009)
+  * go_tool_binary: set GOROOT explicitly (#2008)
+  * Fix incompatibility warning in bazel_test (#1978)
+  * go_binary: correctly apply x_defs to main package when linking (#2001)
+  * Fix gRPC cross-compilation for Android (#1991)
+  * Pass ProtoInfo instead of Target to proto_path (#1985)
+  * Set RULES_GO_VERSION to 0.18.2
+  * Add support for Go 1.12.1 and 1.11.6 (#1994)
+  * Set RULES_GO_VERSION to 0.18.1
+  * Remove deprecated support for Go 1.9 and go_vet_test (#1977)
+  * Set RULES_GO_VERSION to 0.18.0 (#1975)
+  * Update dependencies (#1974)
+  * Announce Gazelle 0.17.0 [skip ci] (#1969)
+  * Announce incompatible protobuf release [skip ci] (#1968)
+  * Add shallow_since to git_repository dependencies (#1960)
+  * Announce new Go releases [skip ci] (#1965)
+  * Support for Go 1.12 (#1963)
+  * go_download_sdk: work around bazel bug extracting .tar.gz files (#1949)
+  * cgo: don't require cc_library to produce files (#1956)
+  * Make googleapis work on FreeBSD. (#1954)
+  * Consolidate actions into a single builder binary (#1947)
+  * nogo: collect more type information (#1946)
+  * nogo: make fact files optional for dependencies (#1941)
+  * nogo.rst: doc tweaks (#1938)
+  * Update bazel_toolchains to latest release (#1939)
+  * go/private/compat: use newest version if native.bazel_version is None 
(#1936)
+  * nogo: register fact types before encoding / decoding (#1934)
+  * Add compatibility repository for supporting older Bazel versions (#1933)
+  * Announce 0.17.0 release [skip ci] (#1929)
+  * Set RULES_GO_VERSION to 0.17.0 (#1927)
+  * change import_path_option default value to false (#1923)
+  * Move repository definitions from //go:def.bzl to //go:deps.bzl (#1926)
+  * Pass all SDK files as inputs to go_info (#1917)
+  * Add deps.bzl with compatibility definitions from def.bzl [skip ci] (#1925)
+  * Fix `gofast` `go_proto_compiler` dependencies. (#1915)
+  * Announce new releases in README.rst [skip ci] (#1920)
+  * Support Go 1.11.5 and 1.10.8 (#1919)
+  * Update dependencies to latest versions as of 2019-01-15 (#1914)
+  * Deprecate go_vet_test and Go 1.9 support (#1901)
+  * Stop passing alwayslink=1 with linkmode="c-shared" (#1913)
+  * Use cc_binary and cc_import to produce shared libraries (#1889)
+  * Add example for go_repository rule (#1906)
+  * Update to newer version of Gazelle for testing (#1903)
+  * Skip part of //tests/reproducibility:go_default_test in BuildKite (#1902)
+  * go/tools/builders/stdlib: set temporary GOCACHE (#1900)
+  * go/tools/builders/pack: preserve file extensions (#1899)
+  * go/tool/compile: generate symabis for assembly (#1898)
+  * nogo: translate 'vet = True' into appropriate deps (#1897)
+  * go_proto_library: support multiple proto dependencies (#1890)
+  * 

commit 000update-repos for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2019-11-11 21:06:19

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


Package is "000update-repos"

Mon Nov 11 21:06:19 2019 rev:692 rq: version:unknown
Mon Nov 11 21:06:11 2019 rev:691 rq: version:unknown
Mon Nov 11 21:05:57 2019 rev:690 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.0:update_1573495792.packages.xz
  15.1:update_1573493331.packages.xz
  factory:non-oss_1767.2.packages.xz



Other differences:
--





























































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2019-11-11 21:05:54

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


Package is "000update-repos"

Mon Nov 11 21:05:54 2019 rev:689 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory_20191109.packages.xz



Other differences:
--




























































































































































































































































































































































































































































































































































































































































































































































































































































































commit vulkan-doc for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package vulkan-doc for openSUSE:Factory 
checked in at 2019-11-11 21:22:45

Comparing /work/SRC/openSUSE:Factory/vulkan-doc (Old)
 and  /work/SRC/openSUSE:Factory/.vulkan-doc.new.2990 (New)


Package is "vulkan-doc"

Mon Nov 11 21:22:45 2019 rev:4 rq:746191 version:1.1.127

Changes:

--- /work/SRC/openSUSE:Factory/vulkan-doc/vulkan-doc.changes2019-10-28 
16:59:58.581729742 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan-doc.new.2990/vulkan-doc.changes  
2019-11-11 21:22:47.855742183 +0100
@@ -1,0 +2,8 @@
+Thu Nov  7 07:14:59 UTC 2019 - Jan Engelhardt 
+
+- Update to release 1.1.127
+  * VK_KHR_separate_depth_stencil_layouts allows for image memory
+barriers for depth/stencil images to have just one of the
+depth or stencil bits set instead of both.
+
+---

Old:

  v1.1.126.tar.gz

New:

  v1.1.127.tar.gz



Other differences:
--
++ vulkan-doc.spec ++
--- /var/tmp/diff_new_pack.7hQfDz/_old  2019-11-11 21:22:49.775743931 +0100
+++ /var/tmp/diff_new_pack.7hQfDz/_new  2019-11-11 21:22:49.779743935 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vulkan-doc
-Version:1.1.126
+Version:1.1.127
 Release:0
 Summary:Formal documentation of the Vulkan API
 License:CC-BY-SA-4.0 AND Apache-2.0

++ v1.1.126.tar.gz -> v1.1.127.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Docs-1.1.126/ChangeLog.txt 
new/Vulkan-Docs-1.1.127/ChangeLog.txt
--- old/Vulkan-Docs-1.1.126/ChangeLog.txt   2019-10-21 10:52:44.0 
+0200
+++ new/Vulkan-Docs-1.1.127/ChangeLog.txt   2019-11-04 07:39:55.0 
+0100
@@ -8,6 +8,44 @@
 
 -
 
+Change log for November 4, 2019 Vulkan 1.1.127 spec update:
+
+  * Update release number to 127
+
+Github Issues:
+
+  * Consistently use the feature name pname:pipelineExecutableInfo as found
+in `vk.xml` and the generated header files, instead of
+pname:pipelineExecutableProperties as sometimes used in the
+specification text (public issue 1061).
+  * Clarify the definition of the code:PrimitiveId returned by a
+`<>` shader (public issue 1068).
+
+Internal Issues:
+
+  * Remove unused `draw_renderpass_validation.txt` valid usage text
+(internal issue 1869).
+  * Require <>
+if the `<>` extension is supported (internal
+issue 1873).
+  * Fix typos in slink:VkBindBufferMemoryInfo valid usage statement 02791
+and various slink:VkSparseMemoryBind VUs (internal merge request 3411).
+  * Minor non-semantic markup and diagram fixes (internal merge request
+3417).
+  * Clarify that <> values are
+physical slots, not a virtual table that just imposes an overall maximum
+on the number of locations that can be used (internal merge request
+3426).
+  * Add links to GLSL specs from the `<>` appendix, as
+well as expected mappings for GLSL builtins (internal merge request
+3429).
+
+New Extensions
+
+  * `<>`
+
+-
+
 Change log for October 21, 2019 Vulkan 1.1.126 spec update:
 
   * Update release number to 126
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Docs-1.1.126/Makefile 
new/Vulkan-Docs-1.1.127/Makefile
--- old/Vulkan-Docs-1.1.126/Makefile2019-10-21 10:52:44.0 +0200
+++ new/Vulkan-Docs-1.1.127/Makefile2019-11-04 07:39:55.0 +0100
@@ -119,7 +119,7 @@
 # ADOCOPTS options for asciidoc->HTML5 output
 
 NOTEOPTS = -a editing-notes -a implementation-guide
-PATCHVERSION = 126
+PATCHVERSION = 127
 ifneq (,$(findstring VK_VERSION_1_1,$(VERSIONS)))
 SPECREVISION = 1.1.$(PATCHVERSION)
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Vulkan-Docs-1.1.126/appendices/VK_KHR_separate_depth_stencil_layouts.txt 
new/Vulkan-Docs-1.1.127/appendices/VK_KHR_separate_depth_stencil_layouts.txt
--- 
old/Vulkan-Docs-1.1.126/appendices/VK_KHR_separate_depth_stencil_layouts.txt
1970-01-01 01:00:00.0 +0100
+++ 
new/Vulkan-Docs-1.1.127/appendices/VK_KHR_separate_depth_stencil_layouts.txt
2019-11-04 07:39:55.0 +0100
@@ -0,0 +1,70 @@
+// Copyright (c) 2019 Khronos Group. This work is licensed under a
+// Creative Commons Attribution 4.0 International License; see
+// http://creativecommons.org/licenses/by/4.0/
+
+include::{generated}/meta/VK_KHR_separate_depth_stencil_layouts.txt[]
+
+*Last Modified Data*::
+2019-06-25
+*Contributors*::
+  - Daniel Koch, NVIDIA
+  - Jeff Bolz, NVIDIA
+  - Jesse Barker, Unity
+  - Tobias 

commit opencensus-proto for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package opencensus-proto for 
openSUSE:Factory checked in at 2019-11-11 21:22:04

Comparing /work/SRC/openSUSE:Factory/opencensus-proto (Old)
 and  /work/SRC/openSUSE:Factory/.opencensus-proto.new.2990 (New)


Package is "opencensus-proto"

Mon Nov 11 21:22:04 2019 rev:2 rq:741453 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/opencensus-proto/opencensus-proto.changes
2019-01-24 14:10:39.139553571 +0100
+++ 
/work/SRC/openSUSE:Factory/.opencensus-proto.new.2990/opencensus-proto.changes  
2019-11-11 21:22:05.811703904 +0100
@@ -1,0 +2,110 @@
+Wed Sep 25 10:58:44 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 0.2.1:
+  * Add grpc-gateway for metrics service. (#205)
+  * Pin bazel version in travis builds (#207)
+  * Update gen-go files (#199)
+  * Add Web JS as a LibraryInfo.Language option (#198)
+  * Set up Python packaging for PyPI release. (#197)
+  * Add tracestate to links. (#191)
+  * Python proto file generator and generated proto files (#196)
+  * Ruby proto file generator and generated proto files (#192)
+  * Add py_proto_library() rules for envoy/api. (#194)
+  * Gradle: Upgrade dependency versions. (#193)
+  * Update release versions for readme. (#189)
+  * Start 0.3.0 development cycle
+  * Update gen-go files. (#187)
+  * Revert "Start 0.3.0 development cycle (#167)" (#183)
+  * Revert optimization for metric descriptor and bucket options for now. 
(#184)
+  * Constant sampler: add option to always follow the parent's decision. (#182)
+  * Document that all maximum values must be specified. (#181)
+  * Fix typo in bucket bounds. (#178)
+  * Restrict people who can approve reviews. This is to ensure code quality. 
(#177)
+  * Use bazel cache to make CI faster. (#176)
+  * Add grpc generated files to the idea plugin. (#175)
+  * Add Resource to Span (#174)
+  * time is required (#170)
+  * Upgrade protobuf dependency to v3.6.1.3. (#173)
+  * assume Ok Status when not set (#171)
+  * Minor comments fixes (#160)
+  * Start 0.3.0 development cycle (#167)
+  * Update gen-go files. (#162)
+  * Update releasing instruction. (#163)
+  * Fix Travis build. (#165)
+  * Add OpenApi doc for trace agent grpc-gateway (#157)
+  * Add command to generate OpenApi/Swagger doc for grpc-gateway (#156)
+  * Update gen-go files (#155)
+  * Add trace export grpc-gateway config (#77)
+  * Fix bazel build after bazel upgrade (#154)
+  * README: Add gitter, javadoc and godoc badge. (#151)
+  * Update release versions for README. (#150)
+  * Start 0.2.0 development cycle
+  * Add resource and metrics_service proto to mkgogen. Re-generate gen-go 
files. (#147)
+  * Add resource to protocol (#137)
+  * Fix generating the javadoc. (#144)
+  * Metrics/TimeSeries: start time should not be included while end time 
should. (#142)
+  * README: Add instructions on using opencensus_proto with Bazel. (#140)
+  * agent/README: update package info. (#138)
+  * Agent: Add metrics service. (#136)
+  * Tracing: Add default limits to TraceConfig. (#133)
+  * Remove a stale TODO. (#134)
+  * README: Add a note about go_proto_library rules. (#135)
+  * add golang bazel build support (#132)
+  * Remove exporter protos from mkgogen. (#128)
+  * Update README and RELEASING. (#130)
+  * Change histogram buckets definition to be OpenMetrics compatible. (#121)
+  * Remove exporter/v1 protos. (#124)
+  * Clean up the README for Agent proto. (#126)
+  * Change Quantiles to ValuesAtPercentile. (#122)
+  * Extend the TraceService service to support export/config for multiple 
Applications. (#119)
+  * Add specifications on Agent implementation details. (#112)
+  * Update gitignore (#118)
+  * Remove maven support. Not used. (#116)
+  * Add gauge distribution. (#117)
+  * Add support for Summary type and value. (#110)
+  * Add Maven status and instructions on adding dependencies. (#115)
+  * Bump version to 0.0.3-SNAPSHOT
+  * Bump version to 0.0.2
+  * Update gen-go files. (#114)
+  * Gradle: Add missing source and javadoc rules. (#113)
+  * Add support for float attributes. (#98)
+  * Change from mean to sum in distribution. (#109)
+  * Bump version to v0.0.2-SNAPSHOT
+  * Bump version to v0.0.1
+  * Add releasing instructions in RELEASING.md. (#106)
+  * Add Gradle build rules for generating gRPC service and releasing to Maven. 
(#102)
+  * Re-organize proto directory structure. (#103)
+  * Update gen-go files. (#101)
+  * Add a note about interceptors of other libraries. (#94)
+  * agent/common/v1: use exporter_version, core_library_version in LibraryInfo 
(#100)
+  * opencensus/proto: add default Agent port to README (#97)
+  * Update the message names for Config RPC. (#93)
+  * Add details about agent protocol in the README. (#88)
+  * Update gen-go files. (#92)
+  * agent/trace/v1: fix signature for Config 

commit abseil-cpp for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package abseil-cpp for openSUSE:Factory 
checked in at 2019-11-11 21:18:34

Comparing /work/SRC/openSUSE:Factory/abseil-cpp (Old)
 and  /work/SRC/openSUSE:Factory/.abseil-cpp.new.2990 (New)


Package is "abseil-cpp"

Mon Nov 11 21:18:34 2019 rev:6 rq:738575 version:20190605

Changes:

--- /work/SRC/openSUSE:Factory/abseil-cpp/abseil-cpp.changes2019-07-24 
20:50:36.374451168 +0200
+++ /work/SRC/openSUSE:Factory/.abseil-cpp.new.2990/abseil-cpp.changes  
2019-11-11 21:18:35.551512470 +0100
@@ -1,0 +2,25 @@
+Mon Sep 23 11:07:09 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 20190605:
+  * avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
+  * Avoid undefined behavior when nullptr is passed to memcpy with size 0
+  * CMake: Set correct flags for clang-cl
+  * Adding linking of CoreFoundation to CMakeLists in absl/time as
+time_zone_lookup.cc includes CoreFoundation
+  * Implement Span::first and Span::last from C++20
+  * Changed HTTP URLs to HTTPS where possible
+  * Fix GCC8 warnings
+  * Fix library order for Conan package
+  * _umul128 is not available on Windows ARM64
+  * Add note at top that this is supported best-effort
+  * Update Conan author
+  * Add Conan topics
+  * Remove cctz as external dependency
+  * Add Conan recipe
+
+---
+Thu Sep 19 17:14:48 UTC 2019 - Michał Rostecki 
+
+- Add source package.
+
+---

Old:

  16703ff83c1ae6d53e5155df3bb3ab0bc96083be.zip
  abseil-cpp-20181127.tar.xz
  b4d4438df9479675a632b2f11125e57133822ece.zip
  bc09b995c137df042bb80a395b73d7ce6f26afbe.tar.gz

New:

  abseil-cpp-20190605.tar.xz
  abseil-cpp-rpmlintrc



Other differences:
--
++ abseil-cpp.spec ++
--- /var/tmp/diff_new_pack.qfBfCB/_old  2019-11-11 21:18:36.279513132 +0100
+++ /var/tmp/diff_new_pack.qfBfCB/_new  2019-11-11 21:18:36.283513136 +0100
@@ -19,27 +19,24 @@
 %define sover 0
 %define libname libabseil%{sover}
 
-%define build_folder bazel-bin/_solib_%{_arch}/
-%ifarch x86_64
-%define build_folder bazel-bin/_solib_k8/
-%endif
-%ifarch ppc64 ppc64le
-%define build_folder bazel-bin/_solib_ppc/
-%endif
+%define src_install_dir /usr/src/%{name}
 
 Name:   abseil-cpp
-Version:20181127
+Version:20190605
 Release:0
 Summary:C++11 libraries which augment the C++ stdlib
 License:Apache-2.0
 Group:  Development/Libraries/C and C++
 Url:https://abseil.io/
 Source0:%{name}-%{version}.tar.xz
-Source1:
https://github.com/bazelbuild/bazel-toolchains/archive/bc09b995c137df042bb80a395b73d7ce6f26afbe.tar.gz
-Source2:
https://github.com/google/googletest/archive/b4d4438df9479675a632b2f11125e57133822ece.zip
-Source3:
https://github.com/google/benchmark/archive/16703ff83c1ae6d53e5155df3bb3ab0bc96083be.zip
-BuildRequires:  bazel0.19
+Source1:%{name}-rpmlintrc
+BuildRequires:  bazel-rules-cc-source
+BuildRequires:  bazel-workspaces
+BuildRequires:  bazel0.29
+BuildRequires:  benchmark-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gmock
 BuildRequires:  gtest
 BuildRequires:  patchelf
 
@@ -67,214 +64,158 @@
 which augment the C++ standard library. It also provides
 features incorporated into C++14 and C++17 standards.
 
+%package source
+Summary:Source code of Abseil
+Group:  Development/Sources
+
+%description source
+Source code of Abseil, a collection of C++11 libraries
+which augment the C++ standard library. It also provides
+features incorporated into C++14 and C++17 standards.
+
 %prep
 %setup -q
 
 %build
+TARGETS=$(bazel query '//... except kind(.*test, //...)')
 bazel build \
 -c dbg \
 --color=no \
 %(for opt in %{optflags}; do echo -e "--copt=${opt} \c"; done) \
 --curses=no \
---distdir=%{_sourcedir} \
 --genrule_strategy=standalone \
 --host_javabase=@local_jdk//:jdk \
+
--override_repository="com_github_google_benchmark=%{_datadir}/bazel-workspaces/benchmark"
 \
+
--override_repository="com_google_googletest=%{_datadir}/bazel-workspaces/gtest"
 \
+--override_repository="rules_cc=/usr/src/bazel-rules-cc" \
 --spawn_strategy=standalone \
 --strip=never \
 --verbose_failures \
-//...
+${TARGETS}
 bazel shutdown
 
 %install
-install -D -m0755 %{build_folder}/libabsl_Sbase_Slibbase.so 
%{buildroot}%{_libdir}/libabsl_base_libbase.so.%{sover}
-install -D -m0755 %{build_folder}/libabsl_Sbase_Slibdynamic_Uannotations.so 
%{buildroot}%{_libdir}/libabsl_base_libdynamic_annotations.so.%{sover}
-install -D -m0755 

commit ocaml-qtest for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-qtest for openSUSE:Factory 
checked in at 2019-11-11 21:29:03

Comparing /work/SRC/openSUSE:Factory/ocaml-qtest (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-qtest.new.2990 (New)


Package is "ocaml-qtest"

Mon Nov 11 21:29:03 2019 rev:5 rq:746710 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-qtest/ocaml-qtest.changes  2019-10-24 
23:02:11.628034706 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-qtest.new.2990/ocaml-qtest.changes
2019-11-11 21:29:05.928092972 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ ocaml-qtest.spec ++
--- /var/tmp/diff_new_pack.riCwN4/_old  2019-11-11 21:29:06.716093810 +0100
+++ /var/tmp/diff_new_pack.riCwN4/_new  2019-11-11 21:29:06.720093813 +0100
@@ -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/
 #
 
 
@@ -23,13 +23,12 @@
 Summary:Inline (Unit) Tests for OCaml
 License:GPL-3.0-or-later
 Group:  Development/Languages/OCaml
-
 URL:https://github.com/vincent-hugot/qtest
 Source0:%{name}-%{version}.tar.xz
-
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(bytes)
 BuildRequires:  ocamlfind(qcheck)
 
 %description
@@ -38,7 +37,6 @@
 qcheck library. The possibilities range from trivial tests
 to sophisticated random generation of test cases.
 
-
 %packagedevel
 Summary:Development files for %{name}
 Group:  Development/Languages/OCaml
@@ -48,11 +46,11 @@
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
 
-
 %prep
 %autosetup -p1
 
 %build
+dune_release_pkgs='qtest'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -64,7 +62,6 @@
 %ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE
 %doc README.adoc
 %{_bindir}/*
 




commit ocaml-ppx_tools_versioned for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-ppx_tools_versioned for 
openSUSE:Factory checked in at 2019-11-11 21:28:21

Comparing /work/SRC/openSUSE:Factory/ocaml-ppx_tools_versioned (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-ppx_tools_versioned.new.2990 (New)


Package is "ocaml-ppx_tools_versioned"

Mon Nov 11 21:28:21 2019 rev:7 rq:746709 version:5.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ocaml-ppx_tools_versioned/ocaml-ppx_tools_versioned.changes
  2019-10-24 23:02:04.180026147 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-ppx_tools_versioned.new.2990/ocaml-ppx_tools_versioned.changes
2019-11-11 21:28:22.880047211 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ ocaml-ppx_tools_versioned.spec ++
--- /var/tmp/diff_new_pack.W6IFS9/_old  2019-11-11 21:28:24.892049350 +0100
+++ /var/tmp/diff_new_pack.W6IFS9/_new  2019-11-11 21:28:24.932049392 +0100
@@ -27,7 +27,7 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
 BuildRequires:  ocamlfind(ocaml-migrate-parsetree)
 
 %description
@@ -46,6 +46,7 @@
 %autosetup -p1
 
 %build
+dune_release_pkgs='ppx_tools_versioned'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -57,7 +58,6 @@
 %ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE
 %doc README.md
 
 %files devel -f %{name}.files.devel




commit ocaml-sexplib0 for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-sexplib0 for openSUSE:Factory 
checked in at 2019-11-11 21:29:44

Comparing /work/SRC/openSUSE:Factory/ocaml-sexplib0 (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-sexplib0.new.2990 (New)


Package is "ocaml-sexplib0"

Mon Nov 11 21:29:44 2019 rev:2 rq:746713 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-sexplib0/ocaml-sexplib0.changes
2019-10-16 09:13:03.219812662 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-sexplib0.new.2990/ocaml-sexplib0.changes  
2019-11-11 21:29:45.748135301 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ ocaml-sexplib0.spec ++
--- /var/tmp/diff_new_pack.hs7l9C/_old  2019-11-11 21:29:46.636136245 +0100
+++ /var/tmp/diff_new_pack.hs7l9C/_new  2019-11-11 21:29:46.640136250 +0100
@@ -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/
 #
 
 
@@ -27,7 +27,7 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191009
+BuildRequires:  ocaml-rpm-macros >= 20191101
 
 %description
 Library containing the definition of S-expressions and some base converters.
@@ -45,10 +45,7 @@
 %autosetup -p1
 
 %build
-args='--for-release-of-packages=sexplib0'
-OCAML_DUNE_INSTALLED_LIBRARIES_ARGS=''
-OCAML_DUNE_EXTERNAL_LIB_DEPS_ARGS="${args}"
-OCAML_DUNE_BUILD_INSTALL_ARGS="${args}"
+dune_release_pkgs='sexplib0'
 %ocaml_dune_setup
 %ocaml_dune_build
 




commit spec-cleaner for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2019-11-11 21:38:10

Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old)
 and  /work/SRC/openSUSE:Factory/.spec-cleaner.new.2990 (New)


Package is "spec-cleaner"

Mon Nov 11 21:38:10 2019 rev:60 rq:747377 version:1.1.6

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2019-09-26 20:43:57.582105525 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new.2990/spec-cleaner.changes  
2019-11-11 21:38:11.584648635 +0100
@@ -1,0 +2,12 @@
+Mon Nov 11 14:39:28 UTC 2019 - Kristyna Streitova 
+
+- Update to 1.1.6 bsc#1099674:
+  * Do not remove groups by default. Now, groups are kept untouched
+by default. Introduce a new option '--remove-groups' that
+removes Group tags from the specfile. Remove '--preserve_groups'
+option.
+  * Say goodbye to setup.py test usage as it is deprecated
+  * Update the copyring and SUSE header string wrt #264
+  * Ignore hpc_configure macro from bracketing
+
+---

Old:

  spec-cleaner-1.1.5.tar.gz

New:

  spec-cleaner-1.1.6.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.EwvKkZ/_old  2019-11-11 21:38:12.012649059 +0100
+++ /var/tmp/diff_new_pack.EwvKkZ/_new  2019-11-11 21:38:12.016649063 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   spec-cleaner
-Version:1.1.5
+Version:1.1.6
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause

++ spec-cleaner-1.1.5.tar.gz -> spec-cleaner-1.1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec-cleaner-spec-cleaner-1.1.5/AUTHORS 
new/spec-cleaner-spec-cleaner-1.1.6/AUTHORS
--- old/spec-cleaner-spec-cleaner-1.1.5/AUTHORS 2019-09-19 12:29:23.0 
+0200
+++ new/spec-cleaner-spec-cleaner-1.1.6/AUTHORS 2019-11-11 15:21:21.0 
+0100
@@ -1,7 +1,8 @@
-Martin Pluskal  
-Michal Hrusecky 
-Pavol Rusnak
-Petr Uzel   
-Tomas Cech  
-Tomas Chvatal   
-Vincent Untz
+Kristyna Streitova 
+Martin Pluskal 
+Michal Hrusecky
+Pavol Rusnak   
+Petr Uzel  
+Tomas Cech 
+Tomas Chvatal  
+Vincent Untz   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec-cleaner-spec-cleaner-1.1.5/README.md 
new/spec-cleaner-spec-cleaner-1.1.6/README.md
--- old/spec-cleaner-spec-cleaner-1.1.5/README.md   2019-09-19 
12:29:23.0 +0200
+++ new/spec-cleaner-spec-cleaner-1.1.6/README.md   2019-11-11 
15:21:21.0 +0100
@@ -178,7 +178,7 @@
 CECILL-2.1 | CeCILL Free Software License Agreement v2.1
 CECILL-B | CeCILL-B Free Software License Agreement
 CECILL-C | CeCILL-C Free Software License Agreement
-CERN-OHL-1.1 | CERN Open Hardware License v1.1
+CERN-OHL-1.1 | CERN Open Hardware Licence v1.1
 CERN-OHL-1.2 | CERN Open Hardware Licence v1.2
 ClArtistic | Clarified Artistic License
 CNRI-Jython | CNRI Jython License
@@ -210,6 +210,7 @@
 EPL-1.0 | Eclipse Public License 1.0
 EPL-2.0 | Eclipse Public License 2.0
 ErlPL-1.1 | Erlang Public License v1.1
+etalab-2.0 | Etalab Open License 2.0
 EUDatagrid | EU DataGrid Software License
 EUPL-1.0 | European Union Public License 1.0
 EUPL-1.1 | European Union Public License 1.1
@@ -285,7 +286,7 @@
 LPPL-1.3a | LaTeX Project Public License v1.3a
 LPPL-1.3c | LaTeX Project Public License v1.3c
 MakeIndex | MakeIndex License
-MirOS | MirOS License
+MirOS | The MirOS Licence
 MIT | MIT License
 MIT-0 | MIT No Attribution
 MIT-advertising | Enlightenment License (e16)
@@ -302,6 +303,7 @@
 MS-PL | Microsoft Public License
 MS-RL | Microsoft Reciprocal License
 MTLL | Matrix Template Library License
+MulanPSL-1.0 | Mulan Permissive Software License, Version 1
 Multics | Multics License
 Mup | Mup License
 NASA-1.3 | NASA Open Source Agreement 1.3
@@ -328,6 +330,7 @@
 ODC-By-1.0 | Open Data Commons Attribution License v1.0
 OFL-1.0 | SIL Open Font License 1.0
 OFL-1.1 | SIL Open Font License 1.1
+OGL-Canada-2.0 | Open Government Licence - Canada
 OGL-UK-1.0 | Open Government Licence v1.0
 OGL-UK-2.0 | Open Government Licence v2.0
 OGL-UK-3.0 | Open Government Licence v3.0
@@ -397,6 +400,8 @@
 Spencer-94 | Spencer License 94
 Spencer-99 | Spencer License 99
 SPL-1.0 | Sun Public License v1.0
+SSH-OpenSSH | SSH OpenSSH license
+SSH-short | SSH short notice
 SSPL-1.0 | Server Side Public License, v 1
 SugarCRM-1.1.3 | SugarCRM Public License v1.1.3
 SWL | Scheme Widget Library (SWL) Software License Agreement
@@ -408,6 +413,7 @@
 TOSL | Trusster Open Source License
 TU-Berlin-1.0 | Technische Universitaet 

commit openSUSE-MicroOS for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package openSUSE-MicroOS for 
openSUSE:Factory checked in at 2019-11-11 21:37:28

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


Package is "openSUSE-MicroOS"

Mon Nov 11 21:37:28 2019 rev:9 rq:747371 version:16.0.0

Changes:

--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes
2019-11-04 16:57:26.683685381 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.2990/openSUSE-MicroOS.changes  
2019-11-11 21:37:29.528606931 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 09:19:06 UTC 2019 - Fabian Vogt 
+
+- New kiwi uses grub2-mkconfig now, so drop the hack in replacebootconfig.sh
+  and editbootinstall_*.sh
+- Now the kernel cmdline can be escaped properly as well
+
+---

Old:

  replacebootconfig.sh



Other differences:
--
++ openSUSE-MicroOS.kiwi ++
--- /var/tmp/diff_new_pack.wkD2pW/_old  2019-11-11 21:37:30.288607684 +0100
+++ /var/tmp/diff_new_pack.wkD2pW/_new  2019-11-11 21:37:30.292607688 +0100
@@ -100,14 +100,13 @@
 bootloader="grub2"
 bootloader_console="gfxterm"
 firmware="uefi"
-kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty0 
net.ifnames=0 $ignition_firstboot ignition.platform.id=qemu"
+kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty0 
net.ifnames=0 \$ignition_firstboot ignition.platform.id=qemu"
 bootpartition="false"
 bootkernel="custom"
 devicepersistency="by-uuid"
 btrfs_root_is_snapshot="true"
 btrfs_root_is_readonly_snapshot="true"
 btrfs_quota_groups="false"
-editbootinstall="replacebootconfig.sh"
 >
 
 
@@ -137,14 +136,13 @@
 bootloader="grub2"
 bootloader_console="gfxterm"
 firmware="uefi"
-kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty0 
$ignition_firstboot ignition.platform.id=vmware"
+kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty0 
\$ignition_firstboot ignition.platform.id=vmware"
 bootpartition="false"
 bootkernel="custom"
 devicepersistency="by-uuid"
 btrfs_root_is_snapshot="true"
 btrfs_root_is_readonly_snapshot="true"
 btrfs_quota_groups="false"
-editbootinstall="replacebootconfig.sh"
 >
 
 
@@ -175,14 +173,13 @@
 bootloader="grub2"
 bootloader_console="gfxterm"
 firmware="uefi"
-kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty0 
net.ifnames=0 $ignition_firstboot ignition.platform.id=openstack"
+kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty0 
net.ifnames=0 \$ignition_firstboot ignition.platform.id=openstack"
 bootpartition="false"
 bootkernel="custom"
 devicepersistency="by-uuid"
 btrfs_root_is_snapshot="true"
 btrfs_root_is_readonly_snapshot="true"
 btrfs_quota_groups="false"
-editbootinstall="replacebootconfig.sh"
 >
 
 
@@ -213,14 +210,13 @@
 bootloader="grub2"
 bootloader_console="gfxterm"
 firmware="uefi"
-kernelcmdline="plymouth.enable=0 rootdelay=300 
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200 $ignition_firstboot 
ignition.platform.id=metal"
+kernelcmdline="plymouth.enable=0 rootdelay=300 
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200 \$ignition_firstboot 
ignition.platform.id=metal"
 bootpartition="false"
 bootkernel="custom"
 devicepersistency="by-uuid"
 btrfs_root_is_snapshot="true"
 btrfs_root_is_readonly_snapshot="true"
 btrfs_quota_groups="false"
-editbootinstall="replacebootconfig.sh"
 >
 
 
@@ -251,7 +247,7 @@
 fsmountoptions="noatime,compress=lzo"
 bootloader="grub2"
 firmware="efi"
-kernelcmdline="loglevel=3 splash=silent plymouth.enable=0 
console=ttyS0,115200n8 $ignition_firstboot ignition.platform.id=metal"
+kernelcmdline="loglevel=3 splash=silent plymouth.enable=0 
console=ttyS0,115200n8 \$ignition_firstboot ignition.platform.id=metal"
 bootpartition="false"
 devicepersistency="by-uuid"
 btrfs_root_is_snapshot="true"
@@ -287,7 +283,7 @@
 

commit quilter for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package quilter for openSUSE:Factory checked 
in at 2019-11-11 21:38:51

Comparing /work/SRC/openSUSE:Factory/quilter (Old)
 and  /work/SRC/openSUSE:Factory/.quilter.new.2990 (New)


Package is "quilter"

Mon Nov 11 21:38:51 2019 rev:21 rq:747380 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/quilter/quilter.changes  2019-10-09 
15:19:33.640482335 +0200
+++ /work/SRC/openSUSE:Factory/.quilter.new.2990/quilter.changes
2019-11-11 21:38:52.696689403 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 14:12:59 UTC 2019 - Alexei Podvalsky 
+
+- Update to 2.0.3:
+  * Update com.github.lainsce.quilter.appdata.xml.in
+  * 2.0.2 - Many fixes of issues on this release
+
+---

Old:

  quilter-2.0.1.tar.gz

New:

  quilter-2.0.3.tar.gz



Other differences:
--
++ quilter.spec ++
--- /var/tmp/diff_new_pack.Qd5Ln8/_old  2019-11-11 21:38:53.916690612 +0100
+++ /var/tmp/diff_new_pack.Qd5Ln8/_new  2019-11-11 21:38:53.928690624 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   quilter
-Version:2.0.1
+Version:2.0.3
 Release:0
 Summary:Writing application
 License:GPL-3.0-only

++ quilter-2.0.1.tar.gz -> quilter-2.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/quilter-2.0.1/data/com.github.lainsce.quilter.appdata.xml.in 
new/quilter-2.0.3/data/com.github.lainsce.quilter.appdata.xml.in
--- old/quilter-2.0.1/data/com.github.lainsce.quilter.appdata.xml.in
2019-09-28 06:59:58.0 +0200
+++ new/quilter-2.0.3/data/com.github.lainsce.quilter.appdata.xml.in
2019-11-03 05:45:03.0 +0100
@@ -55,6 +55,27 @@
 none
 
 
+
+ 
+Release: Kling Klang
+
+Fixed: Outline tab shouldn't make the sidebar grow in size 
anymore.
+   Fixed: A rogue file in your Home folder shouldn't happen 
anymore.
+
+ 
+
+
+ 
+Release: Let's Make It Whirr
+
+Fixed: Save As for a file will update the UI accordingly 
after usage.
+Fixed: Outline tab is cleaned when pressing the Remove All 
Files button.
+Fixed: File names of deleted files are not reused.
+Fixed: Reading Time is properly reset when pressing the 
Remove All Files button.
+Fixed: Reading Time is properly updated as text is 
typed.
+
+ 
+
 
  
 Release: Minimal Maximize Madness
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.0.1/meson.build 
new/quilter-2.0.3/meson.build
--- old/quilter-2.0.1/meson.build   2019-09-28 06:59:58.0 +0200
+++ new/quilter-2.0.3/meson.build   2019-11-03 05:45:03.0 +0100
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.quilter', ['vala', 'c'],
-version: '2.0.1'
+version: '2.0.2'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.0.1/src/MainWindow.vala 
new/quilter-2.0.3/src/MainWindow.vala
--- old/quilter-2.0.1/src/MainWindow.vala   2019-09-28 06:59:58.0 
+0200
+++ new/quilter-2.0.3/src/MainWindow.vala   2019-11-03 05:45:03.0 
+0100
@@ -65,7 +65,7 @@
 if (settings.fullscreen) {
 fullscreen ();
 settings.statusbar = false;
-   settings.sidebar = false;
+   settings.sidebar = false;
 var buffer_context = edit_view_content.get_style_context 
();
 buffer_context.add_class ("full-text");
 buffer_context.remove_class ("small-text");
@@ -94,7 +94,10 @@
 Services.FileManager.get_cache_path ();
 
 sidebar.store.clear ();
-sidebar.get_file_contents_as_items ();
+if (settings.current_file != _("No Documents Open")) {
+sidebar.get_file_contents_as_items ();
+}
+
 sidebar.view.expand_all ();
 if (settings.current_file == "" || toolbar.get_subtitle () == 
(_("No Documents Open"))) {
 edit_view_content.buffer.text = "";
@@ -351,7 +354,9 @@
 }
 
 update_title ();
-on_sidebar_row_selected (sidebar.get_selected_row ());
+if (settings.current_file != _("No Documents Open")) {
+on_sidebar_row_selected (sidebar.get_selected_row ());
+}
 
 try {
 

commit reco for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package reco for openSUSE:Factory checked in 
at 2019-11-11 21:39:33

Comparing /work/SRC/openSUSE:Factory/reco (Old)
 and  /work/SRC/openSUSE:Factory/.reco.new.2990 (New)


Package is "reco"

Mon Nov 11 21:39:33 2019 rev:5 rq:747381 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/reco/reco.changes2019-10-09 
15:19:29.728492421 +0200
+++ /work/SRC/openSUSE:Factory/.reco.new.2990/reco.changes  2019-11-11 
21:39:35.884732230 +0100
@@ -1,0 +2,22 @@
+Mon Nov  4 14:13:35 UTC 2019 - Alexei Podvalsky 
+
+- Update to 2.3.0:
+  * Update screenshots
+  * Support three source selections (#48)
+  * Recorder: Add missing null check for the encoder
+  * Fix the count is increased even if users click the pause
+button
+  * Fix the behavior of the countdown timer when
+pausing/canceling it (#46)
+  * Emphasize 'at the same time' in the app description
+  * Remove unnecessary field code that marks files handleable
+  * Recorder: Use more readable variable names
+  * Unify to use verbal noun: save -> saving
+  * Fix completely reversed expression
+  * More tantalizing app description
+  * Change the expression of recording system sound option
+  * Small recorder refactoring (#43)
+  * Correct spell: Gstreamer -> GStreamer
+  * Support recording both sounds from mic and from PC (#42)
+
+---

Old:

  reco-2.2.1.tar.gz

New:

  reco-2.3.0.tar.gz



Other differences:
--
++ reco.spec ++
--- /var/tmp/diff_new_pack.aaiztu/_old  2019-11-11 21:39:36.564732904 +0100
+++ /var/tmp/diff_new_pack.aaiztu/_new  2019-11-11 21:39:36.568732908 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   reco
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:Audio Recording App
 License:GPL-3.0-or-later

++ reco-2.2.1.tar.gz -> reco-2.3.0.tar.gz ++
 1803 lines of diff (skipped)




commit python-pycryptodomex for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-pycryptodomex for 
openSUSE:Factory checked in at 2019-11-11 21:33:12

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


Package is "python-pycryptodomex"

Mon Nov 11 21:33:12 2019 rev:7 rq:747355 version:3.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pycryptodomex/python-pycryptodomex.changes
2019-11-11 13:01:52.713784878 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pycryptodomex.new.2990/python-pycryptodomex.changes
  2019-11-11 21:33:14.544354079 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 11:21:53 UTC 2019 - Hans-Peter Jansen 
+
+- Use the pycryptodome tarball
+
+---

Old:

  v3.9.2x.tar.gz

New:

  v3.9.2.tar.gz



Other differences:
--
++ python-pycryptodomex.spec ++
--- /var/tmp/diff_new_pack.CpU5hS/_old  2019-11-11 21:33:19.012358509 +0100
+++ /var/tmp/diff_new_pack.CpU5hS/_new  2019-11-11 21:33:19.016358513 +0100
@@ -25,7 +25,7 @@
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 URL:https://www.pycryptodome.org
-Source: 
https://github.com/Legrandin/pycryptodome/archive/v%{version}x.tar.gz
+Source: 
https://github.com/Legrandin/pycryptodome/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -75,7 +75,7 @@
 (e.g. block ciphers) are implemented as C extensions.
 
 %prep
-%setup -q -n pycryptodome-%{version}x
+%setup -q -n pycryptodome-%{version}
 touch .separate_namespace
 
 %build

++ v3.9.2x.tar.gz -> v3.9.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-pycryptodomex/v3.9.2x.tar.gz 
/work/SRC/openSUSE:Factory/.python-pycryptodomex.new.2990/v3.9.2.tar.gz differ: 
char 23, line 1




commit perl-Selenium-Remote-Driver for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package perl-Selenium-Remote-Driver for 
openSUSE:Factory checked in at 2019-11-11 21:42:19

Comparing /work/SRC/openSUSE:Factory/perl-Selenium-Remote-Driver (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Selenium-Remote-Driver.new.2990 (New)


Package is "perl-Selenium-Remote-Driver"

Mon Nov 11 21:42:19 2019 rev:21 rq:747399 version:1.36

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Selenium-Remote-Driver/perl-Selenium-Remote-Driver.changes
  2019-10-25 18:42:59.727946768 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Selenium-Remote-Driver.new.2990/perl-Selenium-Remote-Driver.changes
2019-11-11 21:42:22.112897068 +0100
@@ -1,0 +2,12 @@
+Sat Nov  9 10:27:41 UTC 2019 -  
+
+- updated to 1.36
+   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
+
+  1.36  10-21-2019 TEODESIAN
+  [BUG FIXES]
+  - Adjust handling of chrome due to it implementing WC3 mostly 
correctly now
+  - Fix browser detection logic in screenshot()
+  - Actually apply the fix from 1.35 in the right place, heh
+
+---

Old:

  Selenium-Remote-Driver-1.35.tar.gz

New:

  Selenium-Remote-Driver-1.36.tar.gz



Other differences:
--
++ perl-Selenium-Remote-Driver.spec ++
--- /var/tmp/diff_new_pack.ZT2RyN/_old  2019-11-11 21:42:22.668897619 +0100
+++ /var/tmp/diff_new_pack.ZT2RyN/_new  2019-11-11 21:42:22.672897623 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Selenium-Remote-Driver
-Version:1.35
+Version:1.36
 Release:0
 %define cpan_name Selenium-Remote-Driver
 Summary:Perl Client for Selenium Remote Driver
@@ -91,7 +91,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl
 # MANUAL END

++ Selenium-Remote-Driver-1.35.tar.gz -> Selenium-Remote-Driver-1.36.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.35/Changes 
new/Selenium-Remote-Driver-1.36/Changes
--- old/Selenium-Remote-Driver-1.35/Changes 2019-10-22 02:18:29.0 
+0200
+++ new/Selenium-Remote-Driver-1.36/Changes 2019-11-08 03:25:01.0 
+0100
@@ -1,5 +1,11 @@
 Revision history for Selenium-Remote-Driver
 
+1.36  10-21-2019 TEODESIAN
+[BUG FIXES]
+- Adjust handling of chrome due to it implementing WC3 mostly 
correctly now
+- Fix browser detection logic in screenshot()
+- Actually apply the fix from 1.35 in the right place, heh
+
 1.35  10-21-2019 TEODESIAN
 [BUG FIXES]
 - Fix race condition and inability to find a port in certain 
circumstances when using direct driver modules.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.35/META.json 
new/Selenium-Remote-Driver-1.36/META.json
--- old/Selenium-Remote-Driver-1.35/META.json   2019-10-22 02:18:29.0 
+0200
+++ new/Selenium-Remote-Driver-1.36/META.json   2019-11-08 03:25:01.0 
+0100
@@ -105,131 +105,131 @@
"provides" : {
   "Selenium::ActionChains" : {
  "file" : "lib/Selenium/ActionChains.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::CanStartBinary" : {
  "file" : "lib/Selenium/CanStartBinary.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::CanStartBinary::FindBinary" : {
  "file" : "lib/Selenium/CanStartBinary/FindBinary.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::CanStartBinary::ProbePort" : {
  "file" : "lib/Selenium/CanStartBinary/ProbePort.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::Chrome" : {
  "file" : "lib/Selenium/Chrome.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::Edge" : {
  "file" : "lib/Selenium/Edge.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::Firefox" : {
  "file" : "lib/Selenium/Firefox.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::Firefox::Binary" : {
  "file" : "lib/Selenium/Firefox/Binary.pm",
- "version" : "1.35"
+ "version" : "1.36"
   },
   "Selenium::Firefox::Profile" : {
  "file" : 

commit erlang for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2019-11-11 21:43:02

Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and  /work/SRC/openSUSE:Factory/.erlang.new.2990 (New)


Package is "erlang"

Mon Nov 11 21:43:02 2019 rev:92 rq:747400 version:22.1.7

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2019-10-30 
14:48:16.378211269 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new.2990/erlang.changes  2019-11-11 
21:43:18.476952961 +0100
@@ -1,0 +2,41 @@
+Mon Nov 11 11:22:05 UTC 2019 - Gabriele Santomaggio 
+
+- Changes for 22.1.7
+  * http://erlang.org/download/OTP-22.1.7.README
+  * compiler: Fixed a performance bug that caused repeated matches of
+large records to take a very long time to compile. 
+  * erts: A literal area could prematurely be released before all
+uses of it had been removed. This occurred either when
+a terminating process had a complex exit reason
+referring to a literal that concurrently was removed,
+or when a terminating process continued executing a
+dirty NIF accessing a literal (via the heap) that
+concurrently was removed.
+  * erts:  Fix bug causing VM crash due to memory corruption of
+distribution entry. Probability of crash increases if
+Erlang distribution is frequently disconnected and
+reestablished towards same node names. Bug exists since
+OTP-21.0.
+  * erts: Fixed bug causing crash of VM built with configuration
+--enable--sharing-preserving. Provoked when a sent
+message contains both a bit string and the heap binary
+(< 65 bytes) which the bit string was matched from. Bug
+exists since OTP-19.0 but has seen to be easier to
+provoke since OTP-22.1. 
+
+- Changes for 22.1.6
+  * http://erlang.org/download/OTP-22.1.6.README
+  * compiler, erts: The compiler could do an unsafe optimization of
+receives, which would cause a receive to only scan part
+of the message queue.
+  * crypto: The AEAD tag was not previously checked on decrypt with
+chacha20_poly1305
+  * erts:Fix bug where the receive marker used by the runtime to
+do the receive queue optimization could be incorrectly
+set. The symptom of this would be that a message that
+should match in a receive never matches.
+  * snmp: Agent discovery cleanup. If there is no receiver of
+INFORM then #state.reqs in snmpa_net_if keeps on
+growing for DISCOVERY.
+
+---

Old:

  OTP-22.1.5.tar.gz

New:

  OTP-22.1.7.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.QdYMll/_old  2019-11-11 21:43:19.868954341 +0100
+++ /var/tmp/diff_new_pack.QdYMll/_new  2019-11-11 21:43:19.872954345 +0100
@@ -28,7 +28,7 @@
 %{!?make_build:%{expand: %%global make_build %%{__make} %%{?_smp_mflags}}}
 
 Name:   erlang
-Version:22.1.5
+Version:22.1.7
 Release:0
 # not set up to be built with position independend executable support
 #!BuildIgnore: gcc-PIE

++ OTP-22.1.5.tar.gz -> OTP-22.1.7.tar.gz ++
/work/SRC/openSUSE:Factory/erlang/OTP-22.1.5.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new.2990/OTP-22.1.7.tar.gz differ: char 13, 
line 1




commit gnuhealth-client for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package gnuhealth-client for 
openSUSE:Factory checked in at 2019-11-11 21:43:43

Comparing /work/SRC/openSUSE:Factory/gnuhealth-client (Old)
 and  /work/SRC/openSUSE:Factory/.gnuhealth-client.new.2990 (New)


Package is "gnuhealth-client"

Mon Nov 11 21:43:43 2019 rev:9 rq:747414 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes
2019-07-17 13:15:00.327826521 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnuhealth-client.new.2990/gnuhealth-client.changes  
2019-11-11 21:43:45.772980028 +0100
@@ -1,0 +2,6 @@
+Mon Nov 11 18:56:37 UTC 2019 - Axel Braun 
+
+- camera.diff added
+  plugins changed from *latest* to version 3.4.x
+
+---

Old:

  gnuhealth_plugin_camera-latest.tar.gz
  gnuhealth_plugin_crypto-latest.tar.gz
  gnuhealth_plugin_frl-latest.tar.gz

New:

  camera.diff
  gnuhealth_plugin_camera-3.4.0.tar.gz
  gnuhealth_plugin_crypto-3.4.1.tar.gz
  gnuhealth_plugin_frl-3.4.1.tar.gz



Other differences:
--
++ gnuhealth-client.spec ++
--- /var/tmp/diff_new_pack.tIHGoD/_old  2019-11-11 21:43:46.440980691 +0100
+++ /var/tmp/diff_new_pack.tIHGoD/_new  2019-11-11 21:43:46.452980703 +0100
@@ -26,10 +26,11 @@
 Group:  Productivity/Office/Management
 Url:http://health.gnu.org/
 Source: 
https://files.pythonhosted.org/packages/source/g/%{name}/%{name}-%{version}.tar.gz
-Source1:
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_camera-latest.tar.gz
-Source2:
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_crypto-latest.tar.gz
-Source3:
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_frl-latest.tar.gz
+Source1:
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_camera-3.4.0.tar.gz
+Source2:
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_crypto-3.4.1.tar.gz
+Source3:
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_frl-3.4.1.tar.gz
 Source4:%{name}.desktop
+Patch0: camera.diff
 BuildRequires:  fdupes
 BuildRequires:  python-Babel
 BuildRequires:  python-Sphinx
@@ -75,6 +76,8 @@
 tar  -xzvf %{SOURCE2}
 tar  -xzvf %{SOURCE3}
 
+%patch0 -p1
+
 %build
 :
 

++ camera.diff ++
diff -U 3 -dHrN -- b/gnuhealth_camera/__init__.py a/gnuhealth_camera/__init__.py
--- b/gnuhealth_camera/__init__.py  2018-11-27 00:07:32.0 +0100
+++ a/gnuhealth_camera/__init__.py  2019-11-11 19:46:58.148898162 +0100
@@ -166,7 +166,12 @@
 set_attachment(data, frame)
 break
 
-if keypressed == ord('q'):
+# Cleanup / Destroy window when q key is pressed or when closing
+# the window via alt+f4
+if (keypressed == ord('q')):
+break
+
+if (cv2.getWindowProperty('== GNU Health Camera ==', 
cv2.WND_PROP_VISIBLE) < 1):
 break
 
 if  keypressed == ord('h'):
++ gnuhealth_plugin_camera-latest.tar.gz -> 
gnuhealth_plugin_camera-3.4.0.tar.gz ++
 no output (probably identical)

++ gnuhealth_plugin_crypto-latest.tar.gz -> 
gnuhealth_plugin_crypto-3.4.1.tar.gz ++
 no output (probably identical)

++ gnuhealth_plugin_frl-latest.tar.gz -> gnuhealth_plugin_frl-3.4.1.tar.gz 
++
 no output (probably identical)




commit ocaml-obuild for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-obuild for openSUSE:Factory 
checked in at 2019-11-11 21:31:49

Comparing /work/SRC/openSUSE:Factory/ocaml-obuild (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-obuild.new.2990 (New)


Package is "ocaml-obuild"

Mon Nov 11 21:31:49 2019 rev:4 rq:747334 version:0.1.10

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-obuild/ocaml-obuild.changes
2019-03-22 15:09:44.613371179 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-obuild.new.2990/ocaml-obuild.changes  
2019-11-11 21:31:50.448267860 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Use _service file
+- Require ocaml.opt
+
+---

Old:

  ocaml-obuild-0.1.10.tar.gz

New:

  _service
  ocaml-obuild-0.1.10.tar.xz



Other differences:
--
++ ocaml-obuild.spec ++
--- /var/tmp/diff_new_pack.LzSiy2/_old  2019-11-11 21:31:51.044268493 +0100
+++ /var/tmp/diff_new_pack.LzSiy2/_new  2019-11-11 21:31:51.068268519 +0100
@@ -23,17 +23,12 @@
 Summary:Package build system for OCaml
 License:BSD-2-Clause
 Group:  Development/Languages/OCaml
-
 URL:https://github.com/ocaml-obuild/obuild
-Source0:
https://github.com/ocaml-obuild/obuild/archive/obuild-v%{version}/%{name}-%{version}.tar.gz
-
+Source0:%{name}-%{version}.tar.xz
 # Enable reproducible builds. Already applied upstream.
 Patch0: 
https://github.com/ocaml-obuild/obuild/commit/b40c69380f724933c462ede4b926e3c4f4182d09.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  help2man
-BuildRequires:  ocaml
+BuildRequires:  ocaml(ocaml.opt)
 BuildRequires:  ocaml-rpm-macros
 
 %description
@@ -45,8 +40,7 @@
 
 
 %prep
-%setup -q -n obuild-obuild-v%{version}
-%patch0 -p1
+%autosetup -p1
 
 %build
 ./bootstrap
@@ -72,7 +66,6 @@
 dist/build/obuild-simple/obuild-simple
 
 %files
-%defattr(-,root,root,-)
 %doc README.md OBUILD_SPEC.md DESIGN.md
 %license LICENSE
 %{_bindir}/*

++ _service ++

  
ocaml-obuild

6d2eb3ce5a7e7622920a14c75b9db08c8b3da8bd
git
disable
https://github.com/ocaml-obuild/obuild.git
0.1.10
  
  
*.tar
xz
  
  




commit ocaml-uutf for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-uutf for openSUSE:Factory 
checked in at 2019-11-11 21:31:07

Comparing /work/SRC/openSUSE:Factory/ocaml-uutf (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-uutf.new.2990 (New)


Package is "ocaml-uutf"

Mon Nov 11 21:31:07 2019 rev:2 rq:746715 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-uutf/ocaml-uutf.changes2018-04-30 
22:53:08.777142398 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-uutf.new.2990/ocaml-uutf.changes  
2019-11-11 21:31:08.440223204 +0100
@@ -1,0 +2,7 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Update to version 1.0.2, via _service file
+  Fix substring folding functionality.
+
+---

Old:

  uutf-1.0.1.tbz

New:

  _service
  ocaml-uutf-1.0.2.tar.xz



Other differences:
--
++ ocaml-uutf.spec ++
--- /var/tmp/diff_new_pack.r548Un/_old  2019-11-11 21:31:08.900223694 +0100
+++ /var/tmp/diff_new_pack.r548Un/_new  2019-11-11 21:31:08.904223697 +0100
@@ -12,24 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 %define _name   uutf
 Name:   ocaml-uutf
-Version:1.0.1
+Version:1.0.2
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:Non-blocking streaming Unicode codec for OCaml
 License:ISC
 Group:  Development/Languages/OCaml
 Url:http://erratique.ch/software/uutf
-Source: http://erratique.ch/software/uutf/releases/uutf-%{version}.tbz
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
-BuildRequires:  ocaml-oasis
-BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-rpm-macros >= 4.03
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20191101
 
 %description
 Uutf is a non-blocking streaming codec to decode and encode the UTF-8,
@@ -51,67 +49,22 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q -n uutf-%{version}
+%autosetup -p1
 
 %build
-rm -fv setup.ml myocamlbuild.ml META* _* */_* 
-# obs service changes every ^Version line ...
-sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
-OASISFormat: 0.4
-Name:uutf
-Version: 0
-Synopsis:Non-blocking streaming Unicode codec
-Authors: Daniel Bünzli 
-License: %{license}
-LicenseFile: LICENSE.md
-Plugins: META(`oasis version`)
-BuildTools:  ocamlbuild
-
-Library uutf
- Path: src
- Install: true
- Modules: Uutf
-
-Document uutf
- Title:API reference for uutf
- Type: ocamlbuild
- BuildTools+:  ocamldoc
- InstallDir:   \$htmldir
- Install:  true
- XOCamlbuildPath:  .
- XOCamlbuildLibraries: uutf
-_EOF_
-%oasis_setup
-%ocaml_oasis_configure --enable-docs
-%ocaml_oasis_build
-%ocaml_oasis_doc
+dune_release_pkgs='uutf'
+%ocaml_dune_setup
+%ocaml_dune_build
 
 %install
-%ocaml_oasis_findlib_install
+%ocaml_dune_install
+%ocaml_create_file_list
 
-%files
-%defattr(-,root,root)
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.cmxs
-%endif
-
-%files devel
-%defattr(-,root,root,-)
-%{oasis_docdir_html}
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.a
-%{_libdir}/ocaml/*/*.cmx
-%{_libdir}/ocaml/*/*.cmxa
-%endif
-%{_libdir}/ocaml/*/*.annot
-%{_libdir}/ocaml/*/*.cma
-%{_libdir}/ocaml/*/*.cmi
-%{_libdir}/ocaml/*/*.cmt
-%{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/META
+%check
+%ocaml_dune_test
+
+%files -f %{name}.files
+
+%files devel -f %{name}.files.devel
 
 %changelog

++ _service ++

  
https://github.com/dune-universe/uutf.git
git
1.0.2
duniverse-v1.0.2
ocaml-uutf
  
  
*.tar
xz
  
  




commit python-tables for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-tables for openSUSE:Factory 
checked in at 2019-11-11 21:32:30

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


Package is "python-tables"

Mon Nov 11 21:32:30 2019 rev:13 rq:747351 version:3.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tables/python-tables.changes  
2019-07-23 22:36:21.610983980 +0200
+++ /work/SRC/openSUSE:Factory/.python-tables.new.2990/python-tables.changes
2019-11-11 21:32:32.432312318 +0100
@@ -1,0 +2,33 @@
+Sat Nov  9 15:08:18 UTC 2019 - Arun Persaud 
+
+- specfile:
+  * make it python3 only
+  * remove six
+  * update required version for numpy and numexpr
+
+- update to version 3.6.1:
+  * Maintenance release to fix packaging issues. No new features or
+bugfixes.
+
+- changes from version 3.6.0:
+  * PyTables 3.6 no longer supports Python 2.7 see PR #747.
+  * Improvements
++ Full python 3.8 support.
++ On Windows PyTables wheels on PyPI are linked to
+  `pytables_hdf5.dll` instead of `hdf5.dll` to prevent collisions
+  with other packages/wheels that also vendor `hdf5.dll`. This
+  should prevent problems that arise when a different version of a
+  dll is imported that the version to which the program was linked
+  to. This problem is known as "DLL Hell". With the renaming of
+  the HDF5 DLL to `pytables_hdf5.dll` these problems should be
+  solved.
+  * Bugfixes
++ Bugfix for HDF5 files/types with padding. For details see
+  :issue:`734`.
++ More fixes for python 3.8 compatibility: Replace deprecated
+  time.clock with time.perf_counter Thanks to Sergio Pascual
+  (sergiopasra). see :issue:`744` and PR #745.
++ Improvements in tests as well as clean up from dropping Python
+  2.7 support.  Thanks to Seth Troisi (sethtroisi).
+
+---

Old:

  tables-3.5.2.tar.gz

New:

  tables-3.6.1.tar.gz



Other differences:
--
++ python-tables.spec ++
--- /var/tmp/diff_new_pack.EudxZa/_old  2019-11-11 21:32:33.980313854 +0100
+++ /var/tmp/diff_new_pack.EudxZa/_new  2019-11-11 21:32:33.984313858 +0100
@@ -17,12 +17,12 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-tables
-Version:3.5.2
+Version:3.6.1
 Release:0
 Summary:Hierarchical datasets for Python
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/PyTables/PyTables
 Source0:
https://files.pythonhosted.org/packages/source/t/tables/tables-%{version}.tar.gz
 Patch0: Never-use-the-msse2-flag-explicitly.patch
@@ -30,10 +30,9 @@
 BuildRequires:  %{python_module devel}
 # Python 3 version needs mock too for some reason
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module numexpr >= 2.5.2}
-BuildRequires:  %{python_module numpy-devel >= 1.8.1}
+BuildRequires:  %{python_module numexpr >= 2.6.2}
+BuildRequires:  %{python_module numpy-devel >= 1.9.3}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  blosc-devel >= 1.4.1
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -45,9 +44,8 @@
 BuildRequires:  python3-jupyter_ipython
 BuildRequires:  python3-numpydoc
 BuildRequires:  python3-sphinx_rtd_theme
-Requires:   python-numexpr >= 2.5.2
-Requires:   python-numpy >= 1.8.1
-Requires:   python-six >= 1.9.0
+Requires:   python-numexpr >= 2.6.2
+Requires:   python-numpy >= 1.9.3
 Recommends: bzip2
 Recommends: lzo
 %python_subpackages
@@ -63,7 +61,6 @@
 
 %package -n %{name}-doc
 Summary:Documentation for %{name}
-Group:  Development/Languages/Python
 Provides:   %{python_module tables-doc = %{version}}
 
 %description -n %{name}-doc

++ tables-3.5.2.tar.gz -> tables-3.6.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-tables/tables-3.5.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-tables.new.2990/tables-3.6.1.tar.gz differ: 
char 5, line 1




commit openssl-cbs for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package openssl-cbs for openSUSE:Factory 
checked in at 2019-11-11 21:33:57

Comparing /work/SRC/openSUSE:Factory/openssl-cbs (Old)
 and  /work/SRC/openSUSE:Factory/.openssl-cbs.new.2990 (New)


Package is "openssl-cbs"

Mon Nov 11 21:33:57 2019 rev:4 rq:747360 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/openssl-cbs/openssl-cbs.changes  2019-09-25 
08:46:22.122239706 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-cbs.new.2990/openssl-cbs.changes
2019-11-11 21:34:00.452399603 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 14:13:24 UTC 2019 - Michał Rostecki 
+
+- Add bazel-rules-cc-source as a build dependency.
+
+---



Other differences:
--
++ openssl-cbs.spec ++
--- /var/tmp/diff_new_pack.xF79qc/_old  2019-11-11 21:34:01.052400197 +0100
+++ /var/tmp/diff_new_pack.xF79qc/_new  2019-11-11 21:34:01.056400202 +0100
@@ -34,6 +34,7 @@
 Source103:  bsslwrapper.BUILD
 BuildRequires:  abseil-cpp-devel
 BuildRequires:  bazel
+BuildRequires:  bazel-rules-cc-source
 BuildRequires:  bssl_wrapper-devel
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel
@@ -85,6 +86,7 @@
 --genrule_strategy=standalone \
 --host_javabase=@local_jdk//:jdk \
 --linkopt="-Wl,-soname,%{libname}.so.%{sover}" \
+--override_repository="rules_cc=/usr/src/bazel-rules-cc" \
 --spawn_strategy=standalone \
 --strip=never \
 --verbose_failures \




commit lollypop for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2019-11-11 21:36:46

Comparing /work/SRC/openSUSE:Factory/lollypop (Old)
 and  /work/SRC/openSUSE:Factory/.lollypop.new.2990 (New)


Package is "lollypop"

Mon Nov 11 21:36:46 2019 rev:111 rq:747368 version:1.2.12

Changes:

--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes2019-11-10 
22:54:15.982619742 +0100
+++ /work/SRC/openSUSE:Factory/.lollypop.new.2990/lollypop.changes  
2019-11-11 21:36:51.356569078 +0100
@@ -1,0 +2,10 @@
+Mon Nov 11 14:31:07 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 1.2.12:
+  * Fix a crash in album banner (glgo#World/lollypop#2117).
+- Changes from version 1.2.11:
+  * Fix banners when artwork is empty.
+- Changes from version 1.2.10:
+  * Fix a regression in lazy loading.
+
+---

Old:

  lollypop-1.2.9.tar.xz

New:

  lollypop-1.2.12.tar.xz



Other differences:
--
++ lollypop.spec ++
--- /var/tmp/diff_new_pack.moyRGJ/_old  2019-11-11 21:36:54.280571977 +0100
+++ /var/tmp/diff_new_pack.moyRGJ/_new  2019-11-11 21:36:54.308572005 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lollypop
-Version:1.2.9
+Version:1.2.12
 Release:0
 Summary:GNOME music playing application
 License:GPL-3.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.moyRGJ/_old  2019-11-11 21:36:54.440572135 +0100
+++ /var/tmp/diff_new_pack.moyRGJ/_new  2019-11-11 21:36:54.444572140 +0100
@@ -1,7 +1,7 @@
 
   
 enable
-1.2.9
+1.2.12
 git
 https://gitlab.gnome.org/World/lollypop.git
 @PARENT_TAG@

++ _servicedata ++
--- /var/tmp/diff_new_pack.moyRGJ/_old  2019-11-11 21:36:54.476572171 +0100
+++ /var/tmp/diff_new_pack.moyRGJ/_new  2019-11-11 21:36:54.476572171 +0100
@@ -1,4 +1,4 @@
 
 
 https://gitlab.gnome.org/World/lollypop.git
-  b3952c52b5a4c0a61a5d9c2aca5f32af957f2193
\ No newline at end of file
+  75f59f8e99c18dbe9ecc4fff6f41e397ade68aff
\ No newline at end of file

++ lollypop-1.2.9.tar.xz -> lollypop-1.2.12.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/data/AlbumBannerWidget.ui 
new/lollypop-1.2.12/data/AlbumBannerWidget.ui
--- old/lollypop-1.2.9/data/AlbumBannerWidget.ui2019-11-10 
15:30:27.0 +0100
+++ new/lollypop-1.2.12/data/AlbumBannerWidget.ui   2019-11-11 
15:11:06.0 +0100
@@ -31,6 +31,7 @@
   
 True
 False
+end
 15
 
   
@@ -179,6 +180,7 @@
   
 True
 False
+start
 15
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/data/application.css 
new/lollypop-1.2.12/data/application.css
--- old/lollypop-1.2.9/data/application.css 2019-11-10 15:30:27.0 
+0100
+++ new/lollypop-1.2.12/data/application.css2019-11-11 15:11:06.0 
+0100
@@ -189,7 +189,7 @@
 }
 
 .text-xx-large {
-font-size: 40px;
+font-size: xx-large;
 }
 
 .text-x-large {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lollypop-1.2.9/data/org.gnome.Lollypop.appdata.xml.in 
new/lollypop-1.2.12/data/org.gnome.Lollypop.appdata.xml.in
--- old/lollypop-1.2.9/data/org.gnome.Lollypop.appdata.xml.in   2019-11-10 
15:30:27.0 +0100
+++ new/lollypop-1.2.12/data/org.gnome.Lollypop.appdata.xml.in  2019-11-11 
15:11:06.0 +0100
@@ -17,7 +17,7 @@
 
   
   
-
+
   
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/container_views.py 
new/lollypop-1.2.12/lollypop/container_views.py
--- old/lollypop-1.2.9/lollypop/container_views.py  2019-11-10 
15:30:27.0 +0100
+++ new/lollypop-1.2.12/lollypop/container_views.py 2019-11-11 
15:11:06.0 +0100
@@ -317,7 +317,7 @@
 """
 from lollypop.view_album import AlbumView
 view_type = ViewType.TWO_COLUMNS | ViewType.SCROLLED |\
-ViewType.OVERLAY
+ViewType.OVERLAY | ViewType.ALBUM
 view = AlbumView(album, view_type)
 view.populate()
 return view
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/view_album.py 
new/lollypop-1.2.12/lollypop/view_album.py
--- old/lollypop-1.2.9/lollypop/view_album.py   2019-11-10 15:30:27.0 
+0100
+++ new/lollypop-1.2.12/lollypop/view_album.py  2019-11-11 15:11:06.0 
+0100
@@ -40,7 

commit vala-panel for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package vala-panel for openSUSE:Factory 
checked in at 2019-11-11 21:40:56

Comparing /work/SRC/openSUSE:Factory/vala-panel (Old)
 and  /work/SRC/openSUSE:Factory/.vala-panel.new.2990 (New)


Package is "vala-panel"

Mon Nov 11 21:40:56 2019 rev:7 rq:747385 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/vala-panel/vala-panel.changes2018-08-29 
12:26:53.751619291 +0200
+++ /work/SRC/openSUSE:Factory/.vala-panel.new.2990/vala-panel.changes  
2019-11-11 21:40:58.516814171 +0100
@@ -1,0 +2,14 @@
+Sat Nov  9 02:45:59 UTC 2019 - Marguerite Su 
+
+- Add vala-panel-0.4.91-libm.patch
+  * fix linking with libm by vala-panel-0.4.91-libm.patch
+
+---
+Sat Oct 19 06:27:37 UTC 2019 - Marguerite Su 
+
+- Update to version 0.4.91:
+  * Fixes for hide and updated tasklist
+- New subpackage: vala-cmake-modules
+  * needed by vala-panel-appmenu
+
+---

Old:

  vala-panel-0.4.61.tar.gz

New:

  cmake-vala-1bce300.tar.gz
  vala-panel-0.4.91-libm.patch
  vala-panel-0.4.91.tar.xz



Other differences:
--
++ vala-panel.spec ++
--- /var/tmp/diff_new_pack.cacLgi/_old  2019-11-11 21:40:59.868815511 +0100
+++ /var/tmp/diff_new_pack.cacLgi/_new  2019-11-11 21:40:59.876815519 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala-panel
 #
-# 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,19 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _rev7a37f54f0eee17de4f9094c1033967bd
+%define _rev741b80c641591494e9f0ccc4cd19b0cd
+%define cmake_vala_git_revision 1bce300
 Name:   vala-panel
-Version:0.4.61
+Version:0.4.91
 Release:0
 Summary:A Gtk3 desktop panel based on Vala
 License:GPL-3.0-or-later
 Group:  System/GUI/Other
 URL:https://gitlab.com/vala-panel-project/vala-panel
-Source: 
https://gitlab.com/vala-panel-project/vala-panel/uploads/%{_rev}/%{name}-%{version}.tar.gz
+Source: 
https://gitlab.com/vala-panel-project/vala-panel/uploads/%{_rev}/%{name}-%{version}.tar.xz
+Source1:cmake-vala-1bce300.tar.gz
+#PATCH-FIX-UPSTREAM marguer...@opensuse.org - fix linking with libm
+Patch:  vala-panel-0.4.91-libm.patch
 BuildRequires:  cmake >= 3.3
 BuildRequires:  fdupes
 BuildRequires:  gettext
@@ -96,8 +100,26 @@
 This package contains X11 plugins for vala-panel: tasklist,
 system tray, and others.
 
+%package -n vala-cmake-modules
+Summary:Vala CMake modules
+Group:  Development/Tools/Other
+Version:%{cmake_vala_git_revision}
+Release:0
+
+%description -n vala-cmake-modules
+This package provides Vala CMake Modules for vala-panel and vala-panel-appmenu.
+
 %prep
-%setup -q
+%autosetup -p1
+mv cmake/FallbackVersion.cmake .
+rm -rf cmake
+tar -xf %{S:1} -C .
+mv cmake-vala-%{cmake_vala_git_revision} cmake
+mv FallbackVersion.cmake cmake
+pushd cmake
+cmake -DCMAKE_INSTALL_PREFIX=%{buildroot}%{_prefix} .
+make %{?_smp_mflags} V=1
+popd
 
 %build
 %if 0%{?suse_version} <= 1320
@@ -110,6 +132,9 @@
 make %{?_smp_mflags} V=1
 
 %install
+pushd cmake
+make install
+popd
 %cmake_install
 %find_lang %{name}
 %fdupes %{buildroot}%{_datadir}/
@@ -186,13 +211,14 @@
 
 %files plugins-wnck
 %{_datadir}/glib-2.0/schemas/org.valapanel.X.gschema.xml
-%{_libdir}/vala-panel/applets/libxembed.so
 %{_libdir}/vala-panel/applets/libdeskno.so
-%{_libdir}/vala-panel/applets/libtasklist.so
 %{_libdir}/vala-panel/applets/libtasklist-xfce.so
 %{_libdir}/vala-panel/applets/libwincmd.so
 %{_libdir}/vala-panel/applets/libpager.so
 %{_libdir}/vala-panel/applets/libbuttons.so
-%{_libdir}/vala-panel/applets/libicontasks.so
+%{_libdir}/vala-panel/applets/libnetmon.so
+
+%files -n vala-cmake-modules
+%{_datadir}/VCM
 
 %changelog

++ vala-panel-0.4.91-libm.patch ++
Index: vala-panel-0.4.91/applets/wnck/tasklist/CMakeLists.txt
===
--- vala-panel-0.4.91.orig/applets/wnck/tasklist/CMakeLists.txt
+++ vala-panel-0.4.91/applets/wnck/tasklist/CMakeLists.txt
@@ -15,7 +15,7 @@ add_library (${PLUGIN_NAME} MODULE
 ${RESOURCES}
 )
 
-target_link_libraries (${PLUGIN_NAME} WNCK::WNCK 

commit shutdownscheduler for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package shutdownscheduler for 
openSUSE:Factory checked in at 2019-11-11 21:40:15

Comparing /work/SRC/openSUSE:Factory/shutdownscheduler (Old)
 and  /work/SRC/openSUSE:Factory/.shutdownscheduler.new.2990 (New)


Package is "shutdownscheduler"

Mon Nov 11 21:40:15 2019 rev:5 rq:747382 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/shutdownscheduler/shutdownscheduler.changes  
2019-10-09 15:19:28.988494329 +0200
+++ 
/work/SRC/openSUSE:Factory/.shutdownscheduler.new.2990/shutdownscheduler.changes
2019-11-11 21:40:19.572775552 +0100
@@ -1,0 +2,6 @@
+Mon Nov  4 14:14:27 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.6.3:
+  * Turkish and Dutch translations.
+
+---

Old:

  ShutdownScheduler-1.6.1.tar.gz

New:

  ShutdownScheduler-1.6.3.tar.gz



Other differences:
--
++ shutdownscheduler.spec ++
--- /var/tmp/diff_new_pack.sK14PG/_old  2019-11-11 21:40:20.884776854 +0100
+++ /var/tmp/diff_new_pack.sK14PG/_new  2019-11-11 21:40:20.904776873 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   shutdownscheduler
-Version:1.6.1
+Version:1.6.3
 Release:0
 Summary:Shutdown Scheduler
 License:GPL-3.0-or-later

++ ShutdownScheduler-1.6.1.tar.gz -> ShutdownScheduler-1.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ShutdownScheduler-1.6.1/data/com.github.bcedu.shutdownscheduler.appdata.xml.in
 
new/ShutdownScheduler-1.6.3/data/com.github.bcedu.shutdownscheduler.appdata.xml.in
--- 
old/ShutdownScheduler-1.6.1/data/com.github.bcedu.shutdownscheduler.appdata.xml.in
  2019-09-29 11:47:29.0 +0200
+++ 
new/ShutdownScheduler-1.6.3/data/com.github.bcedu.shutdownscheduler.appdata.xml.in
  2019-10-30 19:51:12.0 +0100
@@ -39,6 +39,11 @@
   https://github.com/bcedu/ShutdownScheduler/issues
   https://github.com/bcedu/ShutdownScheduler/issues
   
+
+​  
+​Turkish and Dutch translations.
+​  
+​
 
 ​  
 ​Update release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ShutdownScheduler-1.6.1/po/nl.po 
new/ShutdownScheduler-1.6.3/po/nl.po
--- old/ShutdownScheduler-1.6.1/po/nl.po2019-09-29 11:47:29.0 
+0200
+++ new/ShutdownScheduler-1.6.3/po/nl.po2019-10-30 19:51:12.0 
+0100
@@ -8,77 +8,78 @@
 "Project-Id-Version: com.github.bcedu.shutdownscheduler\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-14 18:33+0200\n"
-"PO-Revision-Date: 2019-05-09 21:12+0200\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2019-10-28 16:53+0100\n"
+"Last-Translator: Heimen Stoffels \n"
 "Language-Team: none\n"
 "Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.2.4\n"
 
 #: src/Configs/Constants.vala:30
 msgid "Shutdown Scheduler"
-msgstr ""
+msgstr "Afsluitplanning"
 
 #: src/Widgets/HeaderBar.vala:47
 msgid "Back"
-msgstr ""
+msgstr "Terug"
 
 #: src/Views/View1.vala:27
 msgid "Choose Date"
-msgstr ""
+msgstr "Kies een datum"
 
 #: src/Views/View1.vala:29
 msgid "Choose Time"
-msgstr ""
+msgstr "Kies een tijdstip"
 
 #: src/Views/View1.vala:49
 msgid "Continue"
-msgstr ""
+msgstr "Doorgaan"
 
 #: src/Views/View2.vala:11
 msgid "No shutdown programed"
-msgstr ""
+msgstr "Geen afsluitmoment ingepland"
 
 #: src/Views/View2.vala:13 src/Views/View2.vala:33 src/Views/View2.vala:46
 msgid "Cancel"
-msgstr ""
+msgstr "Annuleren"
 
 #: src/Views/ViewConf.vala:26 src/Views/ViewConf.vala:94
 msgid "Fast access buttons"
-msgstr ""
+msgstr "Snelle toegangsknoppen"
 
 #: src/Views/ViewConf.vala:43
 msgid "Save"
-msgstr ""
+msgstr "Opslaan"
 
 #: src/Views/ViewConf.vala:100
 msgid "Reset"
-msgstr ""
+msgstr "Standaardwaarden"
 
 #: src/Views/ViewConf.vala:120
 msgid "Button 1"
-msgstr ""
+msgstr "Knop 1"
 
 #: src/Views/ViewConf.vala:127 src/Views/ViewConf.vala:146
 #: src/Views/ViewConf.vala:165 src/Views/ViewConf.vala:184
 msgid "minutes"
-msgstr ""
+msgstr "minuten"
 
 #: src/Views/ViewConf.vala:128 src/Views/ViewConf.vala:147
 #: src/Views/ViewConf.vala:166 src/Views/ViewConf.vala:185
 msgid "hours"
-msgstr ""
+msgstr "uur"
 
 #: src/Views/ViewConf.vala:139
 msgid "Button 2"
-msgstr ""
+msgstr "Knop 2"
 
 #: src/Views/ViewConf.vala:158
 msgid "Button 3"
-msgstr ""
+msgstr "Knop 3"
 
 #: src/Views/ViewConf.vala:177
 msgid "Button 4"
-msgstr ""
+msgstr "Knop 4"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit ocaml-stdlib-shims for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package ocaml-stdlib-shims for 
openSUSE:Factory checked in at 2019-11-11 21:30:26

Comparing /work/SRC/openSUSE:Factory/ocaml-stdlib-shims (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-stdlib-shims.new.2990 (New)


Package is "ocaml-stdlib-shims"

Mon Nov 11 21:30:26 2019 rev:2 rq:746714 version:0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-stdlib-shims/ocaml-stdlib-shims.changes
2019-10-11 15:15:53.236339440 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-stdlib-shims.new.2990/ocaml-stdlib-shims.changes
  2019-11-11 21:30:27.868180076 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ ocaml-stdlib-shims.spec ++
--- /var/tmp/diff_new_pack.SvHxbi/_old  2019-11-11 21:30:29.024181305 +0100
+++ /var/tmp/diff_new_pack.SvHxbi/_new  2019-11-11 21:30:29.040181321 +0100
@@ -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/
 #
 
 
@@ -27,7 +27,7 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191004
+BuildRequires:  ocaml-rpm-macros >= 20191101
 
 %description
 Compiling against this library allows replacing uses of Pervasives
@@ -48,6 +48,7 @@
 %autosetup -p1
 
 %build
+dune_release_pkgs='stdlib-shims'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -56,7 +57,7 @@
 %ocaml_create_file_list
 
 %check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
 
 %files -f %{name}.files
 

++ ocaml-stdlib-shims-0.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-stdlib-shims-0.1.0/CHANGES.md 
new/ocaml-stdlib-shims-0.1.0/CHANGES.md
--- old/ocaml-stdlib-shims-0.1.0/CHANGES.md 2019-09-23 15:11:38.0 
+0200
+++ new/ocaml-stdlib-shims-0.1.0/CHANGES.md 2019-10-09 12:21:12.0 
+0200
@@ -1,3 +1,8 @@
+0.2.0 2019-10-08 London
+---
+
+- Fix compilation with OCaml >= 4.07 under msvc (@dra27, #12, fixes #11)
+
 0.1.0 2019-02-19 London
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-stdlib-shims-0.1.0/src/dune 
new/ocaml-stdlib-shims-0.1.0/src/dune
--- old/ocaml-stdlib-shims-0.1.0/src/dune   2019-09-23 15:11:38.0 
+0200
+++ new/ocaml-stdlib-shims-0.1.0/src/dune   2019-10-09 12:21:12.0 
+0200
@@ -50,33 +50,34 @@
   ; "Weak"
   ]
 
-let modules_post_4_02 =
-  [ "Float", (4, 07)
-  ; "Seq", (4, 07)
-  ; "Stdlib", (4, 07)
-  ; "Uchar", (4, 03)
-  ]
-
 let missing_modules =
-  List.filter modules_post_4_02 ~f:(fun (_, v) -> version < v)
-  |> List.map ~f:fst
-
-let all_modules_except_stdlib =
-  (modules_in_4_02 @ List.map modules_post_4_02 ~f:fst)
-  |> List.filter ~f:((<>) "Stdlib")
-  |> List.sort ~cmp:String.compare
+  if version < (4, 07) then
+["Stdlib"]
+  else if version < (4, 10) then
+(* For OCaml 4.07-4.09 incl. this solves the problem of being unable to
+   generate empty .cmxa files on MSVC by duplicating the Pervasives module
+   (and updating its deprecation warning not to refer to this library! *)
+["Pervasives"]
+  else
+[]
+
+let available_modules =
+  if version > (4, 02) then
+"Uchar" :: modules_in_4_02
+  else
+modules_in_4_02
 
 let longest_module_name =
-  List.fold_left all_modules_except_stdlib ~init:0
+  List.fold_left available_modules ~init:0
 ~f:(fun acc m -> max acc (String.length m))
 
 let () =
   Printf.ksprintf send {|
 (library
-   (wrapped false)
-   (name stdlib_shims)
-   (public_name stdlib-shims)
-   (modules %s))
+ (wrapped false)
+ (name stdlib_shims)
+ (modules %s)
+ (public_name stdlib-shims))
 
 (rule
  (with-stdout-to stdlib.ml
@@ -85,7 +86,8 @@
 
 include Pervasives
 ")))
-|} (String.concat ~sep:" " missing_modules)
-(List.map all_modules_except_stdlib
+|}
+(String.concat ~sep:" " missing_modules)
+(List.map available_modules
~f:(fun m -> Printf.sprintf "module %-*s = %s" longest_module_name m m)
  |> String.concat ~sep:"\n")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-stdlib-shims-0.1.0/src/float.ml 
new/ocaml-stdlib-shims-0.1.0/src/float.ml
--- old/ocaml-stdlib-shims-0.1.0/src/float.ml   2019-09-23 15:11:38.0 
+0200
+++ new/ocaml-stdlib-shims-0.1.0/src/float.ml   1970-01-01 01:00:00.0 
+0100
@@ 

commit python-black for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-black for openSUSE:Factory 
checked in at 2019-11-11 21:35:24

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


Package is "python-black"

Mon Nov 11 21:35:24 2019 rev:5 rq:747363 version:19.10b0

Changes:

--- /work/SRC/openSUSE:Factory/python-black/python-black.changes
2019-06-14 20:24:28.722799368 +0200
+++ /work/SRC/openSUSE:Factory/.python-black.new.2990/python-black.changes  
2019-11-11 21:35:25.584484023 +0100
@@ -1,0 +2,8 @@
+Mon Nov 11 14:14:38 UTC 2019 - Ondřej Súkup 
+
+- update to 19.10b0
+- add fix-tests.patch to avoid problem during test collection
+- dont distribute 'blackd' as missing deps
+ * no obvious changelog
+
+---

Old:

  black-19.3b0.tar.gz

New:

  black-19.10b0.tar.gz
  fix-tests.patch



Other differences:
--
++ python-black.spec ++
--- /var/tmp/diff_new_pack.o4lMr6/_old  2019-11-11 21:35:26.328484761 +0100
+++ /var/tmp/diff_new_pack.o4lMr6/_new  2019-11-11 21:35:26.336484768 +0100
@@ -19,28 +19,42 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-black
-Version:19.3b0
+Version:19.10b0
 Release:0
 Summary:A code formatter written in, and written for Python
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/ambv/black
 Source: 
https://files.pythonhosted.org/packages/source/b/black/black-%{version}.tar.gz
+Patch0: fix-tests.patch
 BuildRequires:  %{python_module aiohttp >= 3.3.2}
+# TODO: needed for blackf
+#BuildRequires:  %{python_module aiohttp-cors}
 BuildRequires:  %{python_module appdirs}
 BuildRequires:  %{python_module attrs >= 18.1.0}
 BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module click >= 6.5}
+BuildRequires:  %{python_module mypy_extensions}
+BuildRequires:  %{python_module pathspec}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module regex}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module toml >= 0.9.4}
+BuildRequires:  %{python_module typed-ast}
+BuildRequires:  %{python_module typing_extensions}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-aiohttp >= 3.3.2
+# TODO: needed for blackd
+#Requires:   python-aiohttp-cors
 Requires:   python-appdirs
 Requires:   python-attrs >= 18.1.0
 Requires:   python-click >= 6.5
+Requires:   python-mypy_extensions
+Requires:   python-regex
 Requires:   python-toml >= 0.9.4
+Requires:   python-typed-ast
+Requires:   python-typing_extensions
 BuildArch:  noarch
 %python_subpackages
 
@@ -57,6 +71,7 @@
 
 %prep
 %setup -q -n black-%{version}
+%patch0 -p1
 rm -rf %{pypi_name}.egg-info
 
 %build
@@ -65,6 +80,8 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+# TODO: missing aiohttp-cors (not in distribution and tests failing)
+rm %{buildroot}/%{_bindir}/blackd
 
 %check
 # test_expression_diff - sometimes fails on async timing in OBS
@@ -73,7 +90,7 @@
 %files %{python_files}
 %doc README.md
 %python3_only %{_bindir}/black
-%python3_only %{_bindir}/blackd
+#%%python3_only %%{_bindir}/blackd
 %license LICENSE
 %{python_sitelib}/*
 

++ black-19.3b0.tar.gz -> black-19.10b0.tar.gz ++
 99880 lines of diff (skipped)

++ fix-tests.patch ++
Index: black-19.10b0/tests/test_black.py
===
--- black-19.10b0.orig/tests/test_black.py
+++ black-19.10b0/tests/test_black.py
@@ -20,10 +20,11 @@ from click.testing import CliRunner
 import black
 from black import Feature, TargetVersion
 
+from aiohttp.test_utils import AioHTTPTestCase, unittest_run_loop
+from aiohttp import web
+
 try:
 import blackd
-from aiohttp.test_utils import AioHTTPTestCase, unittest_run_loop
-from aiohttp import web
 except ImportError:
 has_blackd_deps = False
 else:



commit minikube for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package minikube for openSUSE:Factory 
checked in at 2019-11-11 21:34:38

Comparing /work/SRC/openSUSE:Factory/minikube (Old)
 and  /work/SRC/openSUSE:Factory/.minikube.new.2990 (New)


Package is "minikube"

Mon Nov 11 21:34:38 2019 rev:13 rq:747362 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/minikube/minikube.changes2019-10-28 
16:46:46.364731891 +0100
+++ /work/SRC/openSUSE:Factory/.minikube.new.2990/minikube.changes  
2019-11-11 21:34:42.172440973 +0100
@@ -1,0 +2,53 @@
+Mon Nov 11 14:01:25 UTC 2019 - Dirk Mueller 
+
+- update to 1.5.2:
+  * Fix node InternalIP not matching host-only address #5427
+  * Add helm-tiller addon #5363
+  * Add ingress-dns addon #5507
+  * Add validation checking for minikube profile #5624
+  * add ability to override autoupdating drivers #5640
+  * Add option to configure dnsDomain in kubeAdm #5566
+  * Added flags to purge configuration with minikube delete #5548
+  * Upgrade Buildroot to 2019.02 and VirtualBox to 5.2 #5609
+  * Add libmachine debug logs back #5574
+  * Add JSON output for addons list #5601
+  * Update default Kubernetes version to 1.16.1 #5593
+  * Upgrade nginx ingress controller to 0.26.1 #5514
+  * Initial translations for fr, es, de, ja, and zh-CN #5466
+  * PL translation #5491
+  * Warn if incompatible kubectl version is in use #5596
+  * Fix crash when deleting the cluster but it doesn't exist #4980
+  * Add json output for profile list #5554
+  * Allow addon enabling and disabling when minikube is not running #5565
+  * Added option to delete all profiles #4780
+  * Replace registry-creds addon ReplicationController with Deployment #5586
+  * Performance and security enhancement for ingress-dns addon #5614
+  * Add addons flag to 'minikube start' in order to enable specified addons 
#5543
+  * Warn when a user tries to set a profile name that is unlikely to be valid 
#4999
+  * Make error message more human readable #5563
+  * Adjusted Terminal Style Detection #5508
+  * Fixes image repository flags when using CRI-O and containerd runtime #5447
+  * fix "minikube update-context" command fail #5626
+  * Fix pods not being scheduled when ingress deployment is patched #5519
+  * Fix order of parameters to CurrentContext funcs #5439
+  * Add solution for VERR_VMX_MSR_ALL_VMX_DISABLED #5460
+  * fr: fix translations of environment & existent #5483
+  * optimizing Chinese translation #5201
+  * Change systemd unit files perm to 644 #5492
+  * Default to best-available local hypervisor rather than VirtualBox #5700
+  * Update default Kubernetes version to v1.16.2 #5731
+  * Add json output for status #5611
+  * gvisor: Use chroot instead of LD_LIBRARY_PATH #5735
+  * Hide innocuous viper ConfigFileNotFoundError #5732
+  * Set Docker open-files limit ( 'ulimit -n') to be consistent with other 
runtimes #5761
+  * Use fixed uid/gid for the default user account #5767
+  * Set --wait=false to default but still wait for apiserver #5757
+  * kubelet: Pass --config to use kubeadm generated configuration #5697
+  * Refactor to remove opening browser and just return url(s) #5718
+  * service: fix --url mode #5790
+  * Refactor command runner interface, allow stdin writes #5530
+  * macOS install docs: minikube is a normal Homebrew formula now #5750
+  * Allow CPU count check to be disabled using --force #5803
+  * Make network validation friendlier, especially to corp networks
+
+---

Old:

  v1.4.0.tar.gz

New:

  v1.5.2.tar.gz



Other differences:
--
++ minikube.spec ++
--- /var/tmp/diff_new_pack.6b0Q26/_old  2019-11-11 21:34:46.25011 +0100
+++ /var/tmp/diff_new_pack.6b0Q26/_new  2019-11-11 21:34:46.248445016 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   minikube
-Version:1.4.0
+Version:1.5.2
 Release:0
 Summary:Tool to run Kubernetes locally
 License:Apache-2.0

++ v1.4.0.tar.gz -> v1.5.2.tar.gz ++
/work/SRC/openSUSE:Factory/minikube/v1.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.minikube.new.2990/v1.5.2.tar.gz differ: char 13, 
line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/minikube/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.minikube.new.2990/vendor.tar.gz differ: char 13, 
line 1




commit openSUSE-release-tools for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2019-11-11 21:36:05

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


Package is "openSUSE-release-tools"

Mon Nov 11 21:36:05 2019 rev:246 rq:747366 version:2019.df3ac6a1

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-11-11 13:01:46.209777991 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2990/openSUSE-release-tools.changes
  2019-11-11 21:36:07.948526032 +0100
@@ -1,0 +2,6 @@
+Mon Nov 11 14:27:40 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 2019.df3ac6a1:
+  * Update the package list of SP1's quarterly updates
+
+---

Old:

  openSUSE-release-tools-2019.0f94671d.obscpio

New:

  openSUSE-release-tools-2019.df3ac6a1.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.VElFh5/_old  2019-11-11 21:36:08.724526802 +0100
+++ /var/tmp/diff_new_pack.VElFh5/_new  2019-11-11 21:36:08.724526802 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:2019.0f94671d
+Version:    2019.df3ac6a1
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.VElFh5/_old  2019-11-11 21:36:08.756526834 +0100
+++ /var/tmp/diff_new_pack.VElFh5/_new  2019-11-11 21:36:08.756526834 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-d78e4306d78dd5239bdf2c56d5bac1ddb032c835
+df3ac6a17ffc0c01307bf14adc0a924274699c41
   
 

++ openSUSE-release-tools-2019.0f94671d.obscpio -> 
openSUSE-release-tools-2019.df3ac6a1.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-2019.0f94671d/gocd/checkers.suse.gocd.yaml 
new/openSUSE-release-tools-2019.df3ac6a1/gocd/checkers.suse.gocd.yaml
--- old/openSUSE-release-tools-2019.0f94671d/gocd/checkers.suse.gocd.yaml   
2019-11-11 11:24:18.0 +0100
+++ new/openSUSE-release-tools-2019.df3ac6a1/gocd/checkers.suse.gocd.yaml   
2019-11-11 15:26:46.0 +0100
@@ -431,3 +431,32 @@
cd scripts
./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A 
https://api.suse.de -s Y
 
+  SLE15.SP1.QR:
+group: SLE.Checkers
+lock_behavior: unlockWhenFinished
+environment_variables:
+  OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
+timer:
+  spec: 0 0 0 ? * SUN
+materials:
+  scripts:
+git: https://github.com/openSUSE/openSUSE-release-tools.git
+destination: scripts
+stages:
+- Run:
+approval:
+  type: manual
+jobs:
+  Run:
+timeout: 30
+resources:
+- repo-checker
+tasks:
+- script: |-
+cd scripts
+./pkglistgen.py -A https://api.suse.de --debug 
update_and_solve -p home:maintenance-installcheck:15-SP1:QR -s target --force
+osc -A https://api.suse.de co 
home:maintenance-installcheck:15-SP1:QR 000product
+cd home:maintenance-installcheck:15-SP1:QR/000product
+sed -e 
's,home:maintenance-installcheck:15-SP1:QR,SUSE:SLE-15-SP1:Update:QR,' -i *
+osc ci -m 'Fix repoid'
+osc sr SUSE:SLE-15-SP1:Update:QR -m 'Update Package List'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-2019.0f94671d/gocd/checkers.suse.gocd.yaml.erb 
new/openSUSE-release-tools-2019.df3ac6a1/gocd/checkers.suse.gocd.yaml.erb
--- 
old/openSUSE-release-tools-2019.0f94671d/gocd/checkers.suse.gocd.yaml.erb   
2019-11-11 11:24:18.0 +0100
+++ 
new/openSUSE-release-tools-2019.df3ac6a1/gocd/checkers.suse.gocd.yaml.erb   
2019-11-11 15:26:46.0 +0100
@@ -257,3 +257,32 @@
cd scripts
./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A 
https://api.suse.de -s <%= letter %>
 <% end %>
+  SLE15.SP1.QR:
+group: SLE.Checkers
+lock_behavior: unlockWhenFinished
+environment_variables:
+  OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
+timer:
+  spec: 0 0 0 ? * SUN
+materials:
+  scr

commit 000product for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-11-11 23:09:49

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


Package is "000product"

Mon Nov 11 23:09:49 2019 rev:1776 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: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ unsorted.yml ++
--- /var/tmp/diff_new_pack.V6M9Jm/_old  2019-11-11 23:09:54.966710838 +0100
+++ /var/tmp/diff_new_pack.V6M9Jm/_new  2019-11-11 23:09:54.966710838 +0100
@@ -282,6 +282,7 @@
   - abook-lang 
   - abootimg 
   - abseil-cpp-devel: [x86_64] 
+  - abseil-cpp-source: [x86_64] 
   - abxtest 
   - acars-examples 
   - acarsdec 
@@ -999,6 +1000,7 @@
   - bazel0.24: [x86_64] 
   - bazel0.25: [x86_64] 
   - bazel0.26: [x86_64] 
+  - bazel0.29: [x86_64] 
   - bb 
   - bbe 
   - bbswitch 
@@ -2530,6 +2532,8 @@
   - entangle-plugin-photobox 
   - entangle-plugin-shooter 
   - entr 
+  - envoy-protoc-gen-validate 
+  - envoy-protoc-gen-validate-source 
   - envoy-proxy: [x86_64] 
   - envy24control 
   - eog-devel 
@@ -11247,6 +11251,7 @@
   - libspread-sheet-widget0 
   - libsqlcipher-3_27_2-0 
   - libsqlite3-0-32bit: [x86_64] 
+  - libsqlparser1 
   - libsratom-0-0-32bit: [x86_64] 
   - libsrecord0 
   - libsrt1-32bit: [x86_64] 
@@ -19330,7 +19335,6 @@
   - python2-sybil 
   - python2-sympy 
   - python2-systemd 
-  - python2-tables 
   - python2-tablib 
   - python2-tabulate 
   - python2-tagpy 
@@ -23957,6 +23961,7 @@
   - spyder3-pylint-lang 
   - spyder3-terminal 
   - spyder3-unittest 
+  - sql-parser-devel 
   - sqlcipher 
   - sqlcipher-devel 
   - sqlite3-devel 
@@ -32395,6 +32400,7 @@
   - vagrant-sshfs-doc 
   - vagrant-sshfs-testsuite 
   - vagrant-vim 
+  - vala-cmake-modules 
   - vala-panel 
   - vala-panel-appmenu-lang 
   - vala-panel-devel 




commit 000release-packages for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-11-11 23:09:47

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


Package is "000release-packages"

Mon Nov 11 23:09:47 2019 rev:313 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.qtngVc/_old  2019-11-11 23:09:51.934707163 +0100
+++ /var/tmp/diff_new_pack.qtngVc/_new  2019-11-11 23:09:51.946707177 +0100
@@ -6130,6 +6130,7 @@
 Provides: weakremover(python-smmap)
 Provides: weakremover(python-sphinxcontrib-docbookrestapi)
 Provides: weakremover(python-suds-jurko)
+Provides: weakremover(python-tables)
 Provides: weakremover(python-termcolor)
 Provides: weakremover(python-testscenarios)
 Provides: weakremover(python-translationstring)
@@ -16768,6 +16769,7 @@
 Provides: weakremover(python2-streamz)
 Provides: weakremover(python2-subunit)
 Provides: weakremover(python2-sunpy)
+Provides: weakremover(python2-tables)
 Provides: weakremover(python2-tbb)
 Provides: weakremover(python2-threevis)
 Provides: weakremover(python2-thriftpy)