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

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.1:ARM:Images checked in at 2020-07-05 02:02:00

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


Package is "00Meta"

Sun Jul  5 02:02:00 2020 rev:91 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_snapshot ++
--- /var/tmp/diff_new_pack.Bda86w/_old  2020-07-05 02:02:02.445082272 +0200
+++ /var/tmp/diff_new_pack.Bda86w/_new  2020-07-05 02:02:02.449082286 +0200
@@ -1 +1 @@
-1.5
\ No newline at end of file
+1.6
\ No newline at end of file




commit php7-redis for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package php7-redis for openSUSE:Factory 
checked in at 2020-07-05 01:22:29

Comparing /work/SRC/openSUSE:Factory/php7-redis (Old)
 and  /work/SRC/openSUSE:Factory/.php7-redis.new.3060 (New)


Package is "php7-redis"

Sun Jul  5 01:22:29 2020 rev:22 rq:818655 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/php7-redis/php7-redis.changes2020-05-07 
14:50:43.253985499 +0200
+++ /work/SRC/openSUSE:Factory/.php7-redis.new.3060/php7-redis.changes  
2020-07-05 01:23:51.598024112 +0200
@@ -1,0 +2,21 @@
+Fri Jul  3 23:23:18 UTC 2020 - Илья Индиго 
+
+- Update to 5.3.0
+  * https://pecl.php.net/package-changelog.php?package=redis=5.3.0
+  * Support for Redis 6 ACLs.
+  * LZ4 Compression.
+  * Support for new Redis 6 arguments.
+  * Support for TLS connections.
+  * New option Redis::SCAN_PREFIX, Redis::SCAN_NOPREFIX.
+  * Configurable unit test authentication arguments.
+  * Improved cluster slot caching mechanism to fix a couple
+of bugs and make it more efficient.
+  * Stop calling Redis constructor when creating a RedisArray.
+  * Use ZEND_LONG_FMT instead of system `long`.
+  * Use long for SCAN iteration to fix potential overflow.
+  * Avoid use-after-free of RediSock.
+  * Use the portable `ZEND_LONG_FORMAT` family
+instead of C format specifiers.
+  * PHP 8 compatibility.
+
+---

Old:

  redis-5.2.2.tgz

New:

  redis-5.3.0.tgz



Other differences:
--
++ php7-redis.spec ++
--- /var/tmp/diff_new_pack.6Fa02Y/_old  2020-07-05 01:23:54.726033436 +0200
+++ /var/tmp/diff_new_pack.6Fa02Y/_new  2020-07-05 01:23:54.726033436 +0200
@@ -19,7 +19,7 @@
 %define php_namephp7
 %define pkg_nameredis
 Name:   %{php_name}-%{pkg_name}
-Version:5.2.2
+Version:5.3.0
 Release:0
 Summary:API for communicating with Redis servers
 License:PHP-3.01

++ redis-5.2.2.tgz -> redis-5.3.0.tgz ++
 77885 lines of diff (skipped)




commit ocserv for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package ocserv for openSUSE:Factory checked 
in at 2020-07-05 01:21:42

Comparing /work/SRC/openSUSE:Factory/ocserv (Old)
 and  /work/SRC/openSUSE:Factory/.ocserv.new.3060 (New)


Package is "ocserv"

Sun Jul  5 01:21:42 2020 rev:13 rq:818571 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/ocserv/ocserv.changes2020-01-21 
21:03:35.300939096 +0100
+++ /work/SRC/openSUSE:Factory/.ocserv.new.3060/ocserv.changes  2020-07-05 
01:23:21.393934275 +0200
@@ -1,0 +2,49 @@
+Tue Apr 21 17:20:49 UTC 2020 - Martin Hauke 
+
+- Add signature and keyring for source verification
+- Build with support for maxminddb
+- Build with support for OATH
+- Update to version 1.0.1
+  * Prevent clients that use broken versions of gnutls from
+connecting using DTLS.
+  * occtl: added machine-readable fields in json output.
+  * occtl: IPs in ban list value is now reflecting the actual
+banned IPs rather than the database size.
+- Update to version 1.0.0
+  * Avoid crash on invalid configuration values.
+  * Updated manpage generation to work with newer versions of ronn.
+  * Ensure scripts have all the information on all disconnection
+types.
+  * Several updates to further restrict the control that worker
+processes have on the main process.
+  * Add support for RFC6750 bearer tokens. This adds the "auth=oidc"
+config option. See doc/README-oidc.md for more information.
+  * Add USER_AGENT, DEVICE_TYPE and DEVICE_PLATFORM environment
+variables when connect/disconnect scripts execute.
+  * Corrected issue with DTLS-PSK negotiation which prevented it
+from being enabled.
+  * Improved IPv6 handling of AnyConnect client for Apple ios.
+  * Fixed issue with Radius accounting.
+- Update to version 0.12.6
+  * Improved IPv6 support for anyconnect clients.
+  * The 'split-dns' configuration directive can be used per-user.
+  * The max-same-clients=1 configuration option no longer refuses
+the reconnection of an already connected user.
+  * Added openat() to the accepted list of seccomp calls. This
+allows ocserv to run under certain libcs.
+- Update to version 0.12.5
+  * Added configuration option udp-listen-host. This option
+supports different listen addresses for tcp and udp such as
+haproxy for tcp, but support dtls at the same time.
+  * occtl: fixed json output of show status command. Introduced
+tests for checking its json output using yajl.
+  * occtl: use maxminddb when available.
+- Update to version 0.12.4
+  * Added support for radius access-challenge (multifactor)
+authentication.
+  * Fixed race condition when connect-script and disconnect-script
+are set, which could potentially cause a crash.
+  * Perform quicker cleanup of sessions which their user explicitly
+disconnected.
+
+---

Old:

  ocserv-0.12.3.tar.xz

New:

  ocserv-1.0.1.tar.xz
  ocserv-1.0.1.tar.xz.sig
  ocserv.keyring



Other differences:
--
++ ocserv.spec ++
--- /var/tmp/diff_new_pack.sIFyZ4/_old  2020-07-05 01:23:26.057947975 +0200
+++ /var/tmp/diff_new_pack.sIFyZ4/_new  2020-07-05 01:23:26.061947987 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocserv
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,15 @@
 
 
 Name:   ocserv
-Version:0.12.3
+Version:1.0.1
 Release:0
 Summary:OpenConnect VPN Server
 License:GPL-2.0-only
 Group:  Productivity/Networking/Security
 URL:http://www.infradead.org/ocserv
-#Source: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz
-# released tarball has some problem, check out same thing from git
-# git clone https://gitlab.com/ocserv/ocserv
-# git checkout -b fce7610a
-Source: %{name}-%{version}.tar.xz
+Source: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz
+Source100:  
ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz.sig
+Source101:  %{name}.keyring
 Source1:ca.tmpl
 Source2:server.tmpl
 Source3:user.tmpl
@@ -49,6 +47,7 @@
 BuildRequires:  gperf
 BuildRequires:  libev-devel
 BuildRequires:  libgnutls-devel >= 3.1.10
+BuildRequires:  libmaxminddb-devel
 BuildRequires:  libnl3-devel
 BuildRequires:  libprotobuf-c-devel
 BuildRequires:  libseccomp-devel
@@ -58,6 +57,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  protobuf-c
 BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(liboath)
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  

commit hawk2 for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2020-07-05 01:21:28

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.3060 (New)


Package is "hawk2"

Sun Jul  5 01:21:28 2020 rev:59 rq:818570 version:2.2.0+git.1593701652.5c1edcf8

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-12-21 
12:29:27.255308251 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new.3060/hawk2.changes2020-07-05 
01:23:07.745894648 +0200
@@ -1,0 +2,10 @@
+Wed Jul 01 16:03:19 UTC 2020 - dmaioc...@suse.com
+
+- Update to version 2.2.0+git.1593618612.b6324f1b:
+  * support rails 6.0 (bsc#1172840)
+  * update puma to version 4.3.5
+  * Implement mechanism to switch binaries for backend
+  * Low: Fix omission of built-in stonith attributes (bsc#1165587)
+  * Refactor: Obtain the Pacemaker daemon directory during initialization
+  * drop un-needed  patch hawk2-nodev.patch 
+---

Old:

  hawk2-2.1.0+git.1576507574.01859128.tar.bz2
  hawk2-nodev.patch

New:

  hawk2-2.2.0+git.1593701652.5c1edcf8.tar.bz2
  sysconfig.hawk



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.4yP7aA/_old  2020-07-05 01:23:11.441905378 +0200
+++ /var/tmp/diff_new_pack.4yP7aA/_new  2020-07-05 01:23:11.445905391 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,9 @@
   %define _fillupdir /var/adm/fillup-templates
 %endif
 
-%if 0%{?suse_version}
 %definevendor_ruby vendor_ruby
 %defineinit_style  suse
 %definepkg_group   Productivity/Clustering/HA
-%else
-%definevendor_ruby site_ruby
-%defineinit_style  redhat
-%definepkg_group   System Environment/Daemons
-%endif
 
 %define www_base %{_datadir}
 %define www_tmp  %{_localstatedir}/lib/hawk/tmp
@@ -37,27 +31,22 @@
 %define gname haclient
 %define uname hacluster
 
-%if 0%{suse_version} && 0%{suse_version} < 1330
-%define rb_build_versions ruby24
-%define rb_default_ruby_abi ruby:2.4.0
-%define rb_default_ruby_suffix ruby2.4
-%endif
-
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1576507574.01859128
+Version:2.2.0+git.1593701652.5c1edcf8
 Release:0
 URL:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
+Source1:sysconfig.hawk
 Source100:  hawk-rpmlintrc
-Patch:  hawk2-nodev.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
 Obsoletes:  hawk <= 1.1.0
 Provides:   hawk = %{version}
 Requires:   crmsh >= 3.0.0
+BuildRequires:  ruby(abi) >= 2.7.0
 Requires:   graphviz
 Requires:   graphviz-gd
 Requires:   hawk-apiserver
@@ -65,38 +54,25 @@
 # Need a font of some kind for graphviz to work correctly (bsc#931950)
 Requires:   dejavu
 Requires:   pacemaker >= 1.1.8
-%if 0%{?fedora_version} >= 19
-Requires:   rubypick
-BuildRequires:  rubypick
-%endif
-%if 0%{?suse_version}
 Recommends: graphviz-gnome
 Requires:   iproute2
 PreReq: permissions
 BuildRequires:  fdupes
-%if 0%{?suse_version} >= 1210
 BuildRequires:  systemd-rpm-macros
-%endif
 %{?systemd_requires}
-%else
-Requires:   iproute
-%endif
 
-%if 0%{?is_opensuse} &&  0%{?suse_version} > 1500
 BuildRequires:  openSUSE-release
-%else
-BuildRequires:  distribution-release
-%endif
 
 BuildRequires:  timezone
 
 BuildRequires:  %{rubygem bundler}
 Requires:   %{rubygem bundler}
-BuildRequires:  %{rubygem rails:5.1}
-Requires:   %{rubygem rails:5.1}
+BuildRequires:  %{rubygem rails:6.0} 
+Requires:   %{rubygem rails:6.0} 
 BuildRequires:  %{rubygem puma >= 3}
 Requires:   %{rubygem puma >= 3}
 BuildRequires:  %{rubygem sass-rails >= 5.0.1}
+BuildRequires:  %{rubygem websocket-driver >= 0.6.6}
 Requires:   %{rubygem sass-rails >= 5.0.1}
 BuildRequires:  %{rubygem virtus:1.0 >= 1.0.1}
 Requires:   %{rubygem virtus:1.0 >= 1.0.1}
@@ -134,7 +110,6 @@
 
 %prep
 %setup
-%patch -p1
 
 %build
 sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/rails
@@ -158,7 +133,6 @@
 
 # copy of GPL
 cp COPYING %{buildroot}%{www_base}/hawk/
-%if 0%{?suse_version}
 
 # Hack so missing links to docs don't kill the build
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-geo-quick_en-pdf
@@ -177,28 +151,18 @@
 rm 

commit libmpdclient for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package libmpdclient for openSUSE:Factory 
checked in at 2020-07-05 01:22:20

Comparing /work/SRC/openSUSE:Factory/libmpdclient (Old)
 and  /work/SRC/openSUSE:Factory/.libmpdclient.new.3060 (New)


Package is "libmpdclient"

Sun Jul  5 01:22:20 2020 rev:6 rq:818651 version:2.19

Changes:

--- /work/SRC/openSUSE:Factory/libmpdclient/libmpdclient.changes
2020-01-27 20:17:01.588507465 +0100
+++ /work/SRC/openSUSE:Factory/.libmpdclient.new.3060/libmpdclient.changes  
2020-07-05 01:23:45.154004901 +0200
@@ -1,0 +2,13 @@
+Fri Jul  3 23:11:53 UTC 2020 - Илья Индиго 
+
+- Update to 2.19
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.19/NEWS
+  * fix off-by-one bug in MPD_HOST parser
+  * add function mpd_lookup_replay_gain_mode()
+  * identify messages with length over the buffer limit
+  * support MPD protocol 0.16: replay gain
+  * support MPD protocol 0.19: idle events "neighbor" and "mount"
+  * support MPD protocol 0.20: rangeid
+  * support MPD protocol 0.21: command "tagtypes all"
+
+---

Old:

  libmpdclient-2.18.tar.xz

New:

  libmpdclient-2.19.tar.xz



Other differences:
--
++ libmpdclient.spec ++
--- /var/tmp/diff_new_pack.LWzwUJ/_old  2020-07-05 01:23:47.218011054 +0200
+++ /var/tmp/diff_new_pack.LWzwUJ/_new  2020-07-05 01:23:47.222011066 +0200
@@ -18,7 +18,7 @@
 
 %define so_name 2
 Name:   libmpdclient
-Version:2.18
+Version:2.19
 Release:0
 Summary:Library for interfacing the Music Player Daemon
 License:BSD-3-Clause

++ libmpdclient-2.18.tar.xz -> libmpdclient-2.19.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmpdclient-2.18/.travis.yml 
new/libmpdclient-2.19/.travis.yml
--- old/libmpdclient-2.18/.travis.yml   2020-01-20 17:55:20.0 +0100
+++ new/libmpdclient-2.19/.travis.yml   2020-07-03 18:17:12.0 +0200
@@ -1,6 +1,6 @@
 language: c
 
-matrix:
+jobs:
   include:
 # Ubuntu Bionic (18.04) with GCC 7
 - os: linux
@@ -28,6 +28,7 @@
 - meson
 - ninja
 - check
+  update: true
 
 cache:
   apt: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmpdclient-2.18/NEWS new/libmpdclient-2.19/NEWS
--- old/libmpdclient-2.18/NEWS  2020-01-20 17:55:20.0 +0100
+++ new/libmpdclient-2.19/NEWS  2020-07-03 18:17:12.0 +0200
@@ -1,3 +1,16 @@
+libmpdclient 2.19 (2020/07/03)
+* fix off-by-one bug in MPD_HOST parser
+* add function mpd_lookup_replay_gain_mode()
+* identify messages with length over the buffer limit
+* support MPD protocol 0.16
+ - replay gain
+* support MPD protocol 0.19
+ - idle events "neighbor" and "mount"
+* support MPD protocol 0.20
+ - rangeid
+* support MPD protocol 0.21
+  - command "tagtypes all"
+
 libmpdclient 2.18 (2020/01/20)
 * more out-of-memory checks
 * partition: add mpd_recv_partition()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmpdclient-2.18/doc/doxygen.conf.in 
new/libmpdclient-2.19/doc/doxygen.conf.in
--- old/libmpdclient-2.18/doc/doxygen.conf.in   2020-01-20 17:55:20.0 
+0100
+++ new/libmpdclient-2.19/doc/doxygen.conf.in   2020-07-03 18:17:12.0 
+0200
@@ -35,6 +35,7 @@
 
 INPUT = @abs_top_srcdir@/include/mpd
 FILE_PATTERNS = *.h
+EXCLUDE_PATTERNS = compiler.h
 
 #---
 # configuration options related to source browsing
@@ -95,7 +96,10 @@
 # Configuration options related to the preprocessor
 #---
 
-ENABLE_PREPROCESSING = NO
+ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = YES
+EXPAND_ONLY_PREDEF = YES
+PREDEFINED = mpd_pure= mpd_const= mpd_malloc=
 
 #---
 # Configuration options related to the dot tool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmpdclient-2.18/include/mpd/capabilities.h 
new/libmpdclient-2.19/include/mpd/capabilities.h
--- old/libmpdclient-2.18/include/mpd/capabilities.h2020-01-20 
17:55:20.0 +0100
+++ new/libmpdclient-2.19/include/mpd/capabilities.h2020-07-03 
18:17:12.0 +0200
@@ -209,6 +209,26 @@
 bool
 mpd_run_clear_tag_types(struct mpd_connection *connection);
 
+/**
+ * Add all tags to the list of tag types this client is interested in.
+ * This means that MPD will send all tags to this client.
+ *
+ * @param connection the connection to MPD
+ * 

commit python-python-language-server for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-python-language-server for 
openSUSE:Factory checked in at 2020-07-05 01:22:10

Comparing /work/SRC/openSUSE:Factory/python-python-language-server (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-language-server.new.3060 
(New)


Package is "python-python-language-server"

Sun Jul  5 01:22:10 2020 rev:11 rq:818619 version:0.34.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-language-server/python-python-language-server.changes
  2020-05-29 21:35:56.706394122 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-language-server.new.3060/python-python-language-server.changes
2020-07-05 01:23:34.645973576 +0200
@@ -1,0 +2,21 @@
+Fri Jul  3 15:26:09 UTC 2020 - Benjamin Greiner 
+
+- Update to Version 0.34.1
+  * Make flake8 plugin use stdin.
+  * Fix error when formatting if continuation lines are incorrectly 
+indented when using autopep8. 
+- Changelog for Version 0.34.0
+  * Add option to configure flake8 executable.
+  * Read pycodestyle and flake8 configurations per workspace.
+  * Parse ignore arguments in flake8 to avoid issues with Atom.
+- Changelog for Version 0.33.3
+  * Do not start shutdown sequence on TCP when not checking parent
+process
+- Changelog for Version 0.33.2
+  * Do not create documents from a textDocument/rename
+  * Fix some code quality and bug-risk issues
+- Changelog for Version 0.33.1
+  * Add support for autopep8 aggressive option from config file
+- skip tests in Leap 15.2
+
+---

Old:

  python-language-server-0.33.0.tar.gz

New:

  python-language-server-0.34.1.tar.gz



Other differences:
--
++ python-python-language-server.spec ++
--- /var/tmp/diff_new_pack.DYTlwB/_old  2020-07-05 01:23:35.733976820 +0200
+++ /var/tmp/diff_new_pack.DYTlwB/_new  2020-07-05 01:23:35.733976820 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-python-language-server
-Version:0.33.0
+Version:0.34.1
 Release:0
 Summary:Python Language Server for the Language Server Protocol
 License:MIT
@@ -56,12 +56,12 @@
 Recommends: python-rope >= 0.10.5
 BuildArch:  noarch
 # SECTION test requirements
+BuildRequires:  %{python_module future >= 0.14.0}
 BuildRequires:  %{python_module jedi >= 0.17}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pluggy}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-jsonrpc-server >= 0.3.2}
-BuildRequires:  %{python_module future >= 0.14.0}
 %if %{with python2}
 BuildRequires:  python2-backports.functools_lru_cache
 BuildRequires:  python2-configparser
@@ -113,13 +113,22 @@
 %check
 # Remove pytest addopts
 rm setup.cfg
+# define custom macros to skip tests in pytest
+%define pytest_addskiptest() \
+   for t in %{**}; do \
+ pytest_skippedtests+="${pytest_skippedtests:+ or }${t}"; \
+   done
+%define pytest_skiptests ${pytest_skippedtests:+-k "not 
(${pytest_skippedtests})"}
 %if 0%{?sle_version} == 150100 && 0%{?is_opensuse}
   # Test failure on Leap 15.1 due to different pylint version
-  skip_tests+="test_syntax_error_pylint_py"
-  # Test failure on Leap 15.1 due to mock hiccup
-  skip_tests+=" or test_flake8_config_param"
+  %pytest_addskiptest test_syntax_error_pylint_py
+%endif
+%if 0%{?sle_version} >= 15 && 0%{?is_opensuse}
+  # Test failure on Leap 15 due to mock hiccup
+  %pytest_addskiptest test_flake8_config_param
+  %pytest_addskiptest test_flake8_executable_param
 %endif
-%pytest ${skip_tests:+-k "not ( $skip_tests )"}
+%pytest %{pytest_skiptests}
 
 %files %{python_files}
 %doc README.rst

++ python-language-server-0.33.0.tar.gz -> 
python-language-server-0.34.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-language-server-0.33.0/PKG-INFO 
new/python-language-server-0.34.1/PKG-INFO
--- old/python-language-server-0.33.0/PKG-INFO  2020-05-25 20:16:22.0 
+0200
+++ new/python-language-server-0.34.1/PKG-INFO  2020-07-02 18:36:00.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-language-server
-Version: 0.33.0
+Version: 0.34.1
 Summary: Python Language Server for the Language Server Protocol
 Home-page: https://github.com/palantir/python-language-server
 Author: Palantir Technologies, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-language-server-0.33.0/pyls/_version.py 
new/python-language-server-0.34.1/pyls/_version.py
--- old/python-language-server-0.33.0/pyls/_version.py  2020-05-25 

commit remmina for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package remmina for openSUSE:Factory checked 
in at 2020-07-05 01:21:55

Comparing /work/SRC/openSUSE:Factory/remmina (Old)
 and  /work/SRC/openSUSE:Factory/.remmina.new.3060 (New)


Package is "remmina"

Sun Jul  5 01:21:55 2020 rev:56 rq:818617 version:1.4.7

Changes:

--- /work/SRC/openSUSE:Factory/remmina/remmina.changes  2020-06-24 
15:50:19.764765906 +0200
+++ /work/SRC/openSUSE:Factory/.remmina.new.3060/remmina.changes
2020-07-05 01:23:29.989959696 +0200
@@ -1,0 +2,6 @@
+Fri Jul  3 15:20:11 UTC 2020 - ecsos 
+
+- Set minimal freerdp version to 2.1.0, because with 2.0.0
+  remina can not build.
+
+---



Other differences:
--
++ remmina.spec ++
--- /var/tmp/diff_new_pack.cgp9sr/_old  2020-07-05 01:23:30.797962105 +0200
+++ /var/tmp/diff_new_pack.cgp9sr/_new  2020-07-05 01:23:30.801962117 +0200
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(avahi-glib)
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(freerdp2)
+BuildRequires:  pkgconfig(freerdp2) >= 2.1.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnutls)




commit sesdev for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package sesdev for openSUSE:Factory checked 
in at 2020-07-05 01:20:55

Comparing /work/SRC/openSUSE:Factory/sesdev (Old)
 and  /work/SRC/openSUSE:Factory/.sesdev.new.3060 (New)


Package is "sesdev"

Sun Jul  5 01:20:55 2020 rev:13 rq:818585 version:1.5.0+1593783262.g6d822da

Changes:

--- /work/SRC/openSUSE:Factory/sesdev/sesdev.changes2020-06-23 
21:05:32.370025411 +0200
+++ /work/SRC/openSUSE:Factory/.sesdev.new.3060/sesdev.changes  2020-07-05 
01:22:34.141797075 +0200
@@ -1,0 +2,25 @@
+Fri Jul  3 13:34:51 UTC 2020 - Nathan Cutler 
+
+- Update to 1.5.0+1593783262.g6d822da:
+  + upstream 1.5.0 release (2020-07-03)
+* cephadm iSCSI deployment (PR #300)
+* "--filestore" option to deploy OSDs with FileStore (PR #341)
+* "--devel/--product" option and add-repo subcommand (PR #351)
+* qa: superficial test for presence of dashboard branding (PR #374)
+* qa: add IGW to existing tests (PR #372)
+* provisioning: set fqdn through vagrant and leave /etc/hosts alone (PR 
#199)
+* no longer support nautilus deployment in Tumbleweed (PR #352)
+* ceph_salt_deployment.sh: reduce number of "ceph orch apply" calls (PR 
#363)
+* sesdev: raise exception if --roles combined with --single-node (PR #376)
+* cleanup: replace "grep | wc --lines" with "grep --count" (PR #375)
+* makecheck: reasonable defaults for Ceph repo/branch (PR #277)
+* provision.sh: set up SSH keys earlier (PR #361)
+* provision.sh: avoid endless while loop (PR #365)
+* sesdev: sanitize makecheck deployment IDs (PR #371)
+* doc: Update the example Deployment id in sesdev help (PR #378)
+* qa/systemctl_test: better error message when FSID omitted (PR #373)
+* qa/rgw: run curl command in try-wait loop to ping RGW (PR #370)
+* qa: do not wait for non-existent daemons to start (PR #368)
+* qa: get RGW port from /etc/ceph/ceph.conf (PR #353)
+
+---

Old:

  sesdev-1.4.0+1592681394.g28f5853.tar.gz

New:

  sesdev-1.5.0+1593783262.g6d822da.tar.gz



Other differences:
--
++ sesdev.spec ++
--- /var/tmp/diff_new_pack.LzaBis/_old  2020-07-05 01:22:35.381800676 +0200
+++ /var/tmp/diff_new_pack.LzaBis/_new  2020-07-05 01:22:35.381800676 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   sesdev
-Version:1.4.0+1592681394.g28f5853
+Version:1.5.0+1593783262.g6d822da
 Release:1%{?dist}
 Summary:CLI tool to deploy and manage SES clusters
 License:MIT

++ sesdev-1.4.0+1592681394.g28f5853.tar.gz -> 
sesdev-1.5.0+1593783262.g6d822da.tar.gz ++
 2170 lines of diff (skipped)




commit deadbeef for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package deadbeef for openSUSE:Factory 
checked in at 2020-07-05 01:21:15

Comparing /work/SRC/openSUSE:Factory/deadbeef (Old)
 and  /work/SRC/openSUSE:Factory/.deadbeef.new.3060 (New)


Package is "deadbeef"

Sun Jul  5 01:21:15 2020 rev:12 rq:818599 version:1.8.4

Changes:

--- /work/SRC/openSUSE:Factory/deadbeef/deadbeef.changes2020-04-05 
20:57:27.993437641 +0200
+++ /work/SRC/openSUSE:Factory/.deadbeef.new.3060/deadbeef.changes  
2020-07-05 01:22:53.137852232 +0200
@@ -1,0 +2,27 @@
+Thu Jul  2 12:44:41 UTC 2020 - Hillwood Yang 
+
+- Update version to 1.8.4
+  * Soundtouch plugin has been updated, and is now included in the releases
+  * Added %last_modified% title formatting keyword (Cristian Ciocaltea)
+  * Fixed stack overflow bug in converter
+  * Fixed buffer overflow bug in mp3 parser
+  * Fixed handling of leading forward shash character in zipper file names
+  * Fixed handling user-specified file mask in artwork plugin
+  * Fixed CBR MP3 scanning performance
+  * Fixed stack overflow in title formatting tint range calculation
+  * Fixed pulseaudio plugin configuration backwards compatibility issue
+  * Fixed last.fm scrobbling of streaming shoutcast tracks
+  * Fixed deadlock when loading cuesheets which recursively reference 
themselves
+  * Fixed a false-positive when detecting free format MP3 files
+  * Fixed skipping unsupported fields in cuesheets
+  * Fixed a regression which caused MP3 tag editing to crash when text can't be
+represented as CP1252
+  * Fixed playback of certain network streams
+  * Fixed handling of ID3v2 COMM frame content description data
+- Drop deadbeef-better-ogg-and-aac-converter-support.patch, merged by upstream
+- Drop 0003-Fix-operator-precedence-and-uninitialized-value-warn.patch, merged
+  by upstream
+- Drop deadbeef-fix-return-type.patch, fixed by upstream.
+- Drop deadbeef-compiler-warnings.patch, fixed by upstream.
+
+---

Old:

  deadbeef-1.8.3.tar.gz
  deadbeef-better-ogg-and-aac-converter-support.patch
  deadbeef-compiler-warnings.patch
  deadbeef-fix-return-type.patch

New:

  deadbeef-1.8.4.tar.gz



Other differences:
--
++ deadbeef.spec ++
--- /var/tmp/diff_new_pack.tYsLhy/_old  2020-07-05 01:22:55.877860187 +0200
+++ /var/tmp/diff_new_pack.tYsLhy/_new  2020-07-05 01:22:55.881860199 +0200
@@ -19,7 +19,7 @@
 %bcond_with restricted
 
 Name:   deadbeef
-Version:1.8.3
+Version:1.8.4
 Release:0
 Summary:GTK+ audio player
 License:Zlib AND GPL-2.0-or-later AND LGPL-2.1-or-later AND 
BSD-3-Clause
@@ -27,20 +27,12 @@
 URL:https://deadbeef.sourceforge.io/
 Source: 
https://github.com/DeaDBeeF-Player/deadbeef/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:%{name}.appdata.xml
-# PATCH-FIX-OPENSUSE deadbeef-compiler-warnings.patch o...@aepfle.de -- Fix 
compiler warnings.
-Patch0: %{name}-compiler-warnings.patch
 # PATCH-FIX-OPENSUSE 
0003-Fix-operator-precedence-and-uninitialized-value-warn.patch
-Patch1: 0003-Fix-operator-precedence-and-uninitialized-value-warn.patch
+Patch0: 0003-Fix-operator-precedence-and-uninitialized-value-warn.patch
 # PATCH-FEATURE-OPENSUSE deadbeef_disable_psf.patch aloi...@gmx.com -- Do not 
look for plugins/psf.
-Patch2: %{name}_disable_psf.patch
-# PATCH-FIX-UPSTREAM deadbeef-fix-return-type.patch hillw...@opensuse.org -- 
Fix return type.
-Patch3: %{name}-fix-return-type.patch
+Patch1: %{name}_disable_psf.patch
 # PATCH-FIX-OPENSUSE deadbeef-drop-documents-installation.patch 
hillw...@opensuse.org -- Install documents by rpmbuild.
-Patch4: %{name}-drop-documents-installation.patch
-# PATCH-FIX-UPSTREAM deadbeef-better-ogg-and-aac-converter-support.patch 
hillw...@opensuse.org -- More profiles for ogg and aac.
-# Bring the feature to openSUSE first.
-# https://github.com/DeaDBeeF-Player/deadbeef/pull/2338
-Patch5: deadbeef-better-ogg-and-aac-converter-support.patch
+Patch2: %{name}-drop-documents-installation.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -133,6 +125,7 @@
 
 %install
 %make_install
+rm -rf %{buildroot}%{_libexecdir}/debug/%{_libdir}/%{name}/ddb_soundtouch.so*
 install -Dpm 0644 %{name}.appdata.xml \
 %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
 
@@ -185,6 +178,7 @@
 %{_libdir}/%{name}/ddb_dumb.so*
 %{_libdir}/%{name}/ddb_mono2stereo.so*
 %{_libdir}/%{name}/ddb_shn.so*
+%{_libdir}/%{name}/ddb_soundtouch.so*
 %{_libdir}/%{name}/alac.so*
 %{_libdir}/%{name}/in_sc68.so*
 %{_libdir}/%{name}/data68/

++ deadbeef-1.8.3.tar.gz -> 

commit monitoring-plugins-http_json for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package monitoring-plugins-http_json for 
openSUSE:Factory checked in at 2020-07-05 01:19:47

Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-http_json (Old)
 and  /work/SRC/openSUSE:Factory/.monitoring-plugins-http_json.new.3060 
(New)


Package is "monitoring-plugins-http_json"

Sun Jul  5 01:19:47 2020 rev:2 rq:818546 version:2.1+git.1593763135.c23ebac

Changes:

--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-http_json/monitoring-plugins-http_json.changes
2020-04-01 19:19:36.971565612 +0200
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-http_json.new.3060/monitoring-plugins-http_json.changes
  2020-07-05 01:21:32.197617216 +0200
@@ -1,0 +2,15 @@
+Fri Jul 03 08:11:34 UTC 2020 - mli...@suse.cz
+
+- Update to version 2.1+git.1593763135.c23ebac:
+  * Add JSON parsing on HTTPError
+  * Add handling of empty JSON return values
+  * Add spaces to debug output
+  * Add JSON parsing on HTTPError
+  * Adjust pylint for new function
+  * Move main entrypoint to own function for simpler testing
+  * Add Makefile and requirements.txt for easier testing
+  * Update README
+  * added missing cli args for V2.0
+  * added icinga2 command definitions
+
+---

Old:

  monitoring-plugins-http_json-2.0+git.1585671306.219e993.tar.xz

New:

  monitoring-plugins-http_json-2.1+git.1593763135.c23ebac.tar.xz



Other differences:
--
++ monitoring-plugins-http_json.spec ++
--- /var/tmp/diff_new_pack.vFecRW/_old  2020-07-05 01:21:34.245623163 +0200
+++ /var/tmp/diff_new_pack.vFecRW/_new  2020-07-05 01:21:34.245623163 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   monitoring-plugins-http_json
-Version:2.0+git.1585671306.219e993
+Version:2.1+git.1593763135.c23ebac
 Release:0
 Summary:Plugin for Nagios which checks json values from a given HTTP 
endpoint
 License:Apache-2.0
@@ -30,8 +30,8 @@
 Source1:
https://raw.githubusercontent.com/bb-Ricardo/nagios-http-json/next-release/contrib/icinga2_check_command_definition.conf
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  nagios-rpm-macros
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
 %python_subpackages
 

++ _service ++
--- /var/tmp/diff_new_pack.vFecRW/_old  2020-07-05 01:21:34.273623243 +0200
+++ /var/tmp/diff_new_pack.vFecRW/_new  2020-07-05 01:21:34.277623256 +0200
@@ -1,12 +1,11 @@
 
   
-2.0+git
+2.1+git
 https://github.com/drewkerrigan/nagios-http-json.git
 monitoring-plugins-http_json
 git
 .git*
 enable
-mc...@cepl.eu
   
   
 xz

++ _servicedata ++
--- /var/tmp/diff_new_pack.vFecRW/_old  2020-07-05 01:21:34.293623302 +0200
+++ /var/tmp/diff_new_pack.vFecRW/_new  2020-07-05 01:21:34.293623302 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/drewkerrigan/nagios-http-json.git
-  0cbbf41b9ca50df9d9eb0d0db7a95b7a1a5ec811
\ No newline at end of file
+  47a37556ba96b322b8a4c95b482034eb80a8ec95
\ No newline at end of file

++ icinga2_check_command_definition.conf ++
--- /var/tmp/diff_new_pack.vFecRW/_old  2020-07-05 01:21:34.317623371 +0200
+++ /var/tmp/diff_new_pack.vFecRW/_new  2020-07-05 01:21:34.317623371 +0200
@@ -1,9 +1,9 @@
 object CheckCommand "http_json" {
-import "plugin-check-command"
+   import "plugin-check-command"
 
-command = [ PluginDir + "/check_http_json.py" ]
+   command = [ PluginDir + "/check_http_json.py" ]
 
-arguments = {
+   arguments = {
"--host" = {
value = "$address$"
description = "Hostname or address of the interface to 
query"
@@ -53,12 +53,14 @@
value = "$http_json_headers$"
description = "additional http headers in JSON format 
to send with the request"
}
-
"--field_separator" = {
value = "$http_json_field_separator$"
description = "JSON Field separator, defaults to '.'; 
Select element in an array with '(' ')'"
}
-
+   "--value_separator" = {
+   value = "$http_json_value_separator$"
+   description = "JSON Value separator, defaults to ':'"
+   }
"--warning" = {
value = "$http_json_warning$"
description = "Warning threshold for these values, 

commit python-traittypes for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-traittypes for 
openSUSE:Factory checked in at 2020-07-05 01:20:20

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


Package is "python-traittypes"

Sun Jul  5 01:20:20 2020 rev:5 rq:818559 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-traittypes/python-traittypes.changes  
2019-05-22 11:04:17.158599901 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-traittypes.new.3060/python-traittypes.changes
2020-07-05 01:21:53.345678620 +0200
@@ -1,0 +2,10 @@
+Fri Jul  3 10:39:29 UTC 2020 - pgaj...@suse.com
+
+- switch from nose to pytest
+- added patches
+  fix https://github.com/jupyter-widgets/traittypes/pull/43
+  + python-traittypes-remove-nose.patch
+- python3 only package, xarray is actually required by
+  traittypes/traittypes.py
+
+---

New:

  python-traittypes-remove-nose.patch



Other differences:
--
++ python-traittypes.spec ++
--- /var/tmp/diff_new_pack.TMYU5s/_old  2020-07-05 01:21:55.953686193 +0200
+++ /var/tmp/diff_new_pack.TMYU5s/_new  2020-07-05 01:21:55.953686193 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-traittypes
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-traittypes
 Version:0.2.1
 Release:0
@@ -25,6 +26,8 @@
 Group:  Development/Languages/Python
 URL:https://github.com/jupyter-widgets/traittypes
 Source: 
https://files.pythonhosted.org/packages/source/t/traittypes/traittypes-%{version}.tar.gz
+# https://github.com/jupyter-widgets/traittypes/pull/43
+Patch0: python-traittypes-remove-nose.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -32,7 +35,6 @@
 Requires:   python-traitlets >= 4.2.2
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pytest}
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q -n traittypes-%{version}
+%patch0 -p1
 
 %build
 %python_build
@@ -55,9 +58,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# gh#jupyter-widgets/traittypes#31
-# tests require xarray, which doesn't support python2, even though the package 
itself doesn't
-nosetests-%{python3_bin_suffix} -v -e 'test_bad_values' traittypes
+# test_bad_values: gh#jupyter-widgets/traittypes#31
+%pytest -k 'not test_bad_values' traittypes
 
 %files %{python_files}
 %doc README.md

++ python-traittypes-remove-nose.patch ++
Index: traittypes-0.2.1/traittypes/tests/test_import_errors.py
===
--- traittypes-0.2.1.orig/traittypes/tests/test_import_errors.py
2018-04-27 16:58:52.0 +0200
+++ traittypes-0.2.1/traittypes/tests/test_import_errors.py 2020-07-03 
11:18:24.336543158 +0200
@@ -1,10 +1,11 @@
 
-import nose.tools as nt
+from unittest import TestCase
 
 from ..traittypes import _DelayedImportError
 
 
-@nt.raises(RuntimeError)
-def test_delayed_access_raises():
-dummy = _DelayedImportError('mypackage')
-dummy.asarray([1, 2, 3])
+class TestError(TestCase):
+def test_delayed_access_raises(self):
+dummy = _DelayedImportError('mypackage')
+with self.assertRaises(RuntimeError):
+dummy.asarray([1, 2, 3])



commit openssl_tpm2_engine for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package openssl_tpm2_engine for 
openSUSE:Factory checked in at 2020-07-05 01:19:34

Comparing /work/SRC/openSUSE:Factory/openssl_tpm2_engine (Old)
 and  /work/SRC/openSUSE:Factory/.openssl_tpm2_engine.new.3060 (New)


Package is "openssl_tpm2_engine"

Sun Jul  5 01:19:34 2020 rev:2 rq:818537 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/openssl_tpm2_engine/openssl_tpm2_engine.changes  
2020-03-29 14:26:21.930118064 +0200
+++ 
/work/SRC/openSUSE:Factory/.openssl_tpm2_engine.new.3060/openssl_tpm2_engine.changes
2020-07-05 01:21:13.741563609 +0200
@@ -1,0 +2,14 @@
+Fri Jul  3 09:35:56 UTC 2020 - Pedro Monreal Gonzalez 

+
+- Update tarball due to download_files error
+
+---
+Thu Jul  2 15:03:09 UTC 2020 - james.bottom...@hansenpartnership.com
+
+- Update to version 2.4.2
+  * Add every TPM supported curve (as defined by the TCG)
+  * Fix a bug with explicitly parametrised curve handling (needed for BN)
+  * Update the tests to be able to use swtpm
+  * Allow loading public key without password
+
+---

Old:

  openssl_tpm2_engine-2.4.1.tar.gz

New:

  openssl_tpm2_engine-2.4.2.tar.gz



Other differences:
--
++ openssl_tpm2_engine.spec ++
--- /var/tmp/diff_new_pack.LpPPNx/_old  2020-07-05 01:21:19.181579423 +0200
+++ /var/tmp/diff_new_pack.LpPPNx/_new  2020-07-05 01:21:19.185579435 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   openssl_tpm2_engine
-Version:2.4.1
+Version:2.4.2
 Release:0
 Summary:OpenSSL TPM 2.0 interface engine plugin
 License:LGPL-2.1-only

++ openssl_tpm2_engine-2.4.1.tar.gz -> openssl_tpm2_engine-2.4.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openssl_tpm2_engine-2.4.1/configure.ac 
new/openssl_tpm2_engine-2.4.2/configure.ac
--- old/openssl_tpm2_engine-2.4.1/configure.ac  2020-03-26 05:20:49.0 
+0100
+++ new/openssl_tpm2_engine-2.4.2/configure.ac  2020-07-02 16:14:25.0 
+0200
@@ -2,7 +2,7 @@
 # configure.in for the OpenSSL TPM engine project
 #
 
-AC_INIT(openssl-tpm2-engine, 2.4.1, )
+AC_INIT(openssl-tpm2-engine, 2.4.2, )
 AM_INIT_AUTOMAKE([foreign 1.6.3])
 AC_CANONICAL_HOST
 AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")
@@ -103,22 +103,35 @@
   AC_MSG_ERROR([No TSS2 include directory found])))
 
 AC_PATH_PROG(TPMSERVER, 
tpm_server,,/bin:/usr/bin:/usr/lib/ibmtss:/usr/libexec/ibmtss)
+AC_PATH_PROG(SWTPM, swtpm,,/bin:/usr/bin:/usr/lib/ibmtss:/usr/libexec/ibmtss)
+AC_PATH_PROG(SWTPM_IOCTL, 
swtpm_ioctl,,/bin:/usr/bin:/usr/lib/ibmtss:/usr/libexec/ibmtss)
 CFLAGS="$CFLAGS -Wall"
 SHREXT=$shrext_cmds
 AC_SUBST(CFLAGS)
 AC_SUBST(TSS_INCLUDE)
 AC_SUBST(SHREXT)
 
+if test -x "${SWTPM}" -a -x "${SWTPM_IOCTL}"; then
+   testtpm=swtpm
+   unset TPMSERVER
+elif test -x "${TPMSERVER}"; then
+   testtpm=tpm_server
+else
+testtpm=
+fi
+
+AC_SUBST(testtpm)
+
 AC_OUTPUT([Makefile tests/Makefile])
 
 cat 

commit python-lazr.config for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-lazr.config for 
openSUSE:Factory checked in at 2020-07-05 01:20:04

Comparing /work/SRC/openSUSE:Factory/python-lazr.config (Old)
 and  /work/SRC/openSUSE:Factory/.python-lazr.config.new.3060 (New)


Package is "python-lazr.config"

Sun Jul  5 01:20:04 2020 rev:3 rq:818561 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-lazr.config/python-lazr.config.changes
2020-04-15 19:56:46.837676156 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-lazr.config.new.3060/python-lazr.config.changes
  2020-07-05 01:21:42.117646019 +0200
@@ -1,0 +2,5 @@
+Thu Jul  2 12:57:31 UTC 2020 - pgaj...@suse.com
+
+- switch from nose to pytest
+
+---



Other differences:
--
++ python-lazr.config.spec ++
--- /var/tmp/diff_new_pack.1BaD7h/_old  2020-07-05 01:21:44.293652338 +0200
+++ /var/tmp/diff_new_pack.1BaD7h/_new  2020-07-05 01:21:44.293652338 +0200
@@ -33,7 +33,7 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module lazr.delegates}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module zope.interface}
 # /SECTION
 %python_subpackages
@@ -52,7 +52,18 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix} -P lazr
+# use pytest, reported to lazr-us...@lists.launchpad.net on 2020-06-03
+cat << EOF > pytest.ini
+[pytest]
+addopts = --doctest-glob='*.rst'
+doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
+testpaths = src/lazr
+EOF
+export PYTHONPATH=src
+# test_not_stackable fails otherwise (with nose it did not run at all)
+# needs to be investigated more
+sed -i 's:verifyObject, IStackableConfig, config.extends::' 
src/lazr/config/tests/test_config.py
+%pytest 
 
 %files %{python_files}
 %doc README.rst




commit packETH for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package packETH for openSUSE:Factory checked 
in at 2020-07-05 01:19:18

Comparing /work/SRC/openSUSE:Factory/packETH (Old)
 and  /work/SRC/openSUSE:Factory/.packETH.new.3060 (New)


Package is "packETH"

Sun Jul  5 01:19:18 2020 rev:3 rq:818522 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/packETH/packETH.changes  2015-12-09 
22:26:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.packETH.new.3060/packETH.changes
2020-07-05 01:20:55.197506728 +0200
@@ -1,0 +2,5 @@
+Mon Jun  8 18:57:22 UTC 2020 - Cristian Rodríguez 
+
+- packeth-ftbs-gcc10.patch: fix build with gcc >= 10 
+
+---

New:

  packeth-ftbs-gcc10.patch



Other differences:
--
++ packETH.spec ++
--- /var/tmp/diff_new_pack.PPe1LQ/_old  2020-07-05 01:20:57.349513329 +0200
+++ /var/tmp/diff_new_pack.PPe1LQ/_new  2020-07-05 01:20:57.353513341 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package packETH
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,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,24 +20,26 @@
 Version:1.8.1
 Release:0
 Summary:Packet generator tool for ethernet
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Diagnostic
-Url:http://packeth.sourceforge.net/packeth/Home.html
+URL:http://packeth.sourceforge.net/packeth/Home.html
 Source0:
http://downloads.sourceforge.net/project/packeth/packETH-%{version}.tar.bz2
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+Patch0: packeth-ftbs-gcc10.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 packETH is tool for generating packets to send over ethernet.
 
 %prep
-%setup -q
+%autosetup -p1 
 # yay, lm is not in checked libs
 sed -i -e 's:$(DEPS_LIBS):$(DEPS_LIBS) -lm:' Makefile.in
 
 %build
+export CFLAGS="%optflags -fvisibility=hidden"
 %configure
 make %{?_smp_mflags}
 

++ packeth-ftbs-gcc10.patch ++
Index: packETH-1.8.1/src/function_send.c
===
--- packETH-1.8.1.orig/src/function_send.c
+++ packETH-1.8.1/src/function_send.c
@@ -54,7 +54,7 @@ extern long li_packets_sent;
 extern long li_last_packets_sent;
 extern long li_packets_sent_lastsec;
 extern long sentstream[10];
-char iftext[20];
+extern char iftext[20];
 
 struct params  {
 long long del;



commit uftpd for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package uftpd for openSUSE:Factory checked 
in at 2020-07-05 01:18:36

Comparing /work/SRC/openSUSE:Factory/uftpd (Old)
 and  /work/SRC/openSUSE:Factory/.uftpd.new.3060 (New)


Package is "uftpd"

Sun Jul  5 01:18:36 2020 rev:10 rq:818523 version:2.13

Changes:

--- /work/SRC/openSUSE:Factory/uftpd/uftpd.changes  2020-05-29 
21:37:39.294699494 +0200
+++ /work/SRC/openSUSE:Factory/.uftpd.new.3060/uftpd.changes2020-07-05 
01:20:29.325427370 +0200
@@ -1,0 +2,13 @@
+Tue Jun 30 22:19:31 UTC 2020 - Martin Hauke 
+
+- Update to version 2.13
+  Changes
+  * Unit test framework in place, with regression test for issue
+  Fixes
+  * Socket leak in daemon accept() handling causing "Too many open
+files". Effectively causing denial of service
+  * Minor memory leak fixed, only allocated once at startup.
+Affects only non-MMU systems
+- Run testsuite
+
+---

Old:

  uftpd-2.12.tar.gz

New:

  uftpd-2.13.tar.gz



Other differences:
--
++ uftpd.spec ++
--- /var/tmp/diff_new_pack.czkpmh/_old  2020-07-05 01:20:30.245430192 +0200
+++ /var/tmp/diff_new_pack.czkpmh/_new  2020-07-05 01:20:30.249430205 +0200
@@ -2,7 +2,7 @@
 # spec file for package uftpd
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2018, Martin Hauke 
+# Copyright (c) 2018-2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 
 Name:   uftpd
-Version:2.12
+Version:2.13
 Release:0
 Summary:A combined TFTP/FTP server
 License:ISC
 Group:  Productivity/Networking/Ftp/Servers
-URL:http://troglobit.com/uftpd.html
+URL:https://troglobit.com/uftpd.html
 #Git-Clone: https://github.com/troglobit/uftpd.git
 Source: 
https://github.com/troglobit/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
@@ -31,9 +31,14 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libite)
 BuildRequires:  pkgconfig(libuev) >= 2.2.0
-Conflicts:  tftp
 Conflicts:  atftp
+Conflicts:  tftp
 Provides:   tftp(server)
+# SECTION test requirements
+BuildRequires:  ftp
+BuildRequires:  netcfg
+BuildRequires:  tftp
+# /SECTION
 
 %description
 uftpd serves both TFTP and FTP without any configuration file, starts
@@ -46,12 +51,16 @@
 %build
 autoreconf -fiv
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm -rf %{buildroot}/%{_datadir}/doc
 
+%check
+ulimit -n 1024
+make check || find . -name test-suite.log -exec cat {} +
+
 %files
 %doc README.md
 %license LICENSE

++ uftpd-2.12.tar.gz -> uftpd-2.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uftpd-2.12/.github/CODE-OF-CONDUCT.md 
new/uftpd-2.13/.github/CODE-OF-CONDUCT.md
--- old/uftpd-2.12/.github/CODE-OF-CONDUCT.md   1970-01-01 01:00:00.0 
+0100
+++ new/uftpd-2.13/.github/CODE-OF-CONDUCT.md   2020-06-30 23:45:05.0 
+0200
@@ -0,0 +1,45 @@
+Contributor Code of Conduct
+===
+
+As contributors and maintainers of this project, and in the interest of
+fostering an open and welcoming community, we pledge to respect all
+people who contribute through reporting issues, posting feature
+requests, updating documentation, submitting pull requests or patches,
+and other activities.
+
+We are committed to making participation in this project a
+harassment-free experience for everyone, regardless of level of
+experience, gender, gender identity and expression, sexual orientation,
+disability, personal appearance, body size, race, ethnicity, age,
+religion, or nationality.
+
+Examples of unacceptable behavior by participants include:
+
+* The use of sexualized language or imagery
+* Personal attacks
+* Trolling or insulting/derogatory comments
+* Public or private harassment
+* Publishing other's private information, such as physical or electronic
+  addresses, without explicit permission
+* Other unethical or unprofessional conduct.
+
+Project maintainers have the right and responsibility to remove, edit,
+or reject comments, commits, code, wiki edits, issues, and other
+contributions that are not aligned to this Code of Conduct. By adopting
+this Code of Conduct, project maintainers commit themselves to fairly
+and consistently applying these principles to every aspect of managing
+this project. Project maintainers who do not follow or enforce the Code
+of Conduct may be permanently removed from the project team.
+
+This code of conduct applies both 

commit megatools for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package megatools for openSUSE:Factory 
checked in at 2020-07-05 01:19:01

Comparing /work/SRC/openSUSE:Factory/megatools (Old)
 and  /work/SRC/openSUSE:Factory/.megatools.new.3060 (New)


Package is "megatools"

Sun Jul  5 01:19:01 2020 rev:2 rq:818520 version:1.10.3

Changes:

--- /work/SRC/openSUSE:Factory/megatools/megatools.changes  2018-01-10 
23:33:36.232427073 +0100
+++ /work/SRC/openSUSE:Factory/.megatools.new.3060/megatools.changes
2020-07-05 01:20:43.201469933 +0200
@@ -1,0 +2,7 @@
+Mon Jun 29 20:21:26 UTC 2020 - Adrian Strauss 
+
+- udated to 1.10.3
+- updated keyring file to new public key
+- specified GPL2 version 
+
+---

Old:

  megatools-1.9.98.tar.gz
  megatools-1.9.98.tar.gz.asc

New:

  megatools-1.10.3.tar.gz
  megatools-1.10.3.tar.gz.asc



Other differences:
--
++ megatools.spec ++
--- /var/tmp/diff_new_pack.JwKDg9/_old  2020-07-05 01:20:47.345482644 +0200
+++ /var/tmp/diff_new_pack.JwKDg9/_new  2020-07-05 01:20:47.345482644 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package megatools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,21 @@
 # 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/
 #
 
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 Name:   megatools
-Version:1.9.98
+Version:1.10.3
 Release:0
 Summary:CLI client for mega.co.nz
-License:GPL-2.0
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/File-Sharing
-Url:http://megatools.megous.com
+URL:http://megatools.megous.com
 Source0:http://megatools.megous.com/builds/%{name}-%{version}.tar.gz
 Source1:
http://megatools.megous.com/builds/%{name}-%{version}.tar.gz.asc
+# Keyring obtained from https://xff.cz/key.txt
 Source2:%{name}.keyring
 BuildRequires:  asciidoc
 BuildRequires:  fuse-devel

++ megatools-1.9.98.tar.gz -> megatools-1.10.3.tar.gz ++
 31593 lines of diff (skipped)

++ megatools.keyring ++
--- /var/tmp/diff_new_pack.JwKDg9/_old  2020-07-05 01:20:47.461482999 +0200
+++ /var/tmp/diff_new_pack.JwKDg9/_new  2020-07-05 01:20:47.461482999 +0200
@@ -1,58 +1,32 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: SKS 1.1.5
-Comment: Hostname: pgp.mit.edu
 
-mQINBFdC3EcBEACpKFBzzAmYBpzNYv6wSuFNr5GrgQeW/alwIoH540OQyvu5ZvC01UfTWZU3
-R40GbXZOiYTAesmMGUkfVv+3HozaaihwEVrMuYETpE2e3sYKjWMuahWH1gcJsA7x9bsTeC74
-zawJAGoG5xCuSKND3aQZIr/pQOvMrblufbJ8zkAxCYlrBeftIS97TvM7TA1ZTf8WJb3g43xO
-fHoECX6X8yBfsCdHgqPslE5HTzXhWWkEzyN75wmD5iPdRqn/tB3rdfw/8+HKwWFgY+g8J2Q0
-5c9OmfXjs544nzFcKuQankvwTsQ3MTOqxflk5lO3loCJYy4NAg2f8NtfFO2CNxd3NADnhSTi
-xz6mcWFzD3uM7ReQH2unaE+ChJrYAdKwBn/ZJN08sKbo4wpKuEQkcluZeWVZsyukQUBGsZC0
-h9fftTxVW2+rorw4MNW399F9DfD3p4iqAjfy8POnjTZYCTLw702CwdVcKO1KQs8amfpw1E7o
-zApc3YymxZRvcB/qbGyifjZbmJt7AljGF+HkYt51zcP2cJEBy7lZjIklpGifvbMrgrObs/2N
-j1wi1jkDZGApYJbZ9/l/lqvzXevv8lEimzWoXBMZxccudKsWUq9EtvoTAdCdxVJ/72aZtKN2
-RhbZkIJLt3t1S8+iAnVk6f5YQNxx/yrsrptPEhpFLHIY69/QxQARAQABtBxPbmTFmWVqIEpp
-cm1hbiA8bWVnaUB4ZmYuY3o+iQI3BBMBCAAhBQJXQveAAhsDBQsJCAcCBhUICQoLAgQWAgMB
-Ah4BAheAAAoJEG5kJsZ3z+/xpgQP/0lqOrth1B6w4tp2SEjcQeW4W1zeO2LfoILGYqkGJ0sL
-a7t7z4kyXMWdRxtb4G/DSrEhB4NAp6fLudG+OE3wsKCgZA1xbmBAWps+ZDwXmA3rBbXwLVMx
-ZS6ANcE/EIzRKmbQXnbO4/Ukn/41Cvc2ROS57uPC2oSaSUYeEHW8FQfqTNRm3ntRky9puD9h
-4dvFBSxRCPgqcBeXcOSQFp1P1uK+I/HHGY9OXrqWylulq2rp86DpZVK06lYqmi3IlR05MkJ1
-XCchI0nW3ZW8O7Ckf9c7HOG5mWpc/Tu6JvnRzqJHPFc/bTNvKo40XVZLOAH4xWkr5ZGb93lE
-gemDZc6xjX7NgnsxWKglhA4rxxVffNh0/wTTa9+dbUaQ4uPyBPK5eTbNNb6JRd/zW13cGuFx
-C0ut30gCwnwAy8TAH6BrY46tnyVxrtPfYym542k3ZWk5yAVjyups3vlG+VvFNIUs0rGuXbDa
-Jcv+nlL3Y+Vy4mCs8E4V3JNVUz9bO966eQhl6TG7WsSqq0+gUMJa3zxXSW9BCrRAh9AXq61S
-rDb5IUcFkzSNUFhqC63IK8Xf9U+kLuGowtNy4JOm5HQjp0uVUjqXt+tPVMIyUqiXL3JA7Eow
-nFmJ85T4QTvkmoygv4Z0tb8Qgrn9612yRjmqsqSxXtHiKWnzt1rK/E1oQ7s692ZUtCJPbmTF
-mWVqIEppcm1hbiA8bWVnb3VzQG1lZ291cy5jb20+iQI3BBMBCAAhBQJXQuMfAhsDBQsJCAcC
-BhUICQoLAgQWAgMBAh4BAheAAAoJEG5kJsZ3z+/xsMUP/3t7QZcDbxm/4fh5xC1appAEyHzw
-Jo5x1CrW1nP3c9SkQRGnljJXCzf6N3CDd/tyh0m6vzNc+z8VMjTrCtwOdxNW+g4oywT6ltS9
-Ho66MK5bXLvs+/9l2oAIZBmgYKCquVqewKnUUdCdGxLkNnW4Bhz0u2EFZkyR1pUVhzIb5L7z
-Ik1FOXbXw6gjIuy3L+PhQQG7Yrhhm1aQqTcxD+m5ufPuMbNuurKwGN3euNyM7hKpwuPrPTn7

commit torrentinfo for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package torrentinfo for openSUSE:Factory 
checked in at 2020-07-05 01:18:42

Comparing /work/SRC/openSUSE:Factory/torrentinfo (Old)
 and  /work/SRC/openSUSE:Factory/.torrentinfo.new.3060 (New)


Package is "torrentinfo"

Sun Jul  5 01:18:42 2020 rev:2 rq:818492 version:1.8.6

Changes:

--- /work/SRC/openSUSE:Factory/torrentinfo/torrentinfo.changes  2017-12-31 
19:32:52.840847097 +0100
+++ /work/SRC/openSUSE:Factory/.torrentinfo.new.3060/torrentinfo.changes
2020-07-05 01:20:32.537437223 +0200
@@ -1,0 +2,5 @@
+Fri Jul  3 08:10:33 UTC 2020 - pgaj...@suse.com
+
+- remove dependency on nose, use %pytest macro
+
+---



Other differences:
--
++ torrentinfo.spec ++
--- /var/tmp/diff_new_pack.ZZjiqZ/_old  2020-07-05 01:20:36.301448768 +0200
+++ /var/tmp/diff_new_pack.ZZjiqZ/_new  2020-07-05 01:20:36.305448780 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package torrentinfo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2009 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,10 +21,9 @@
 Version:1.8.6
 Release:0
 Summary:Displays information contained in .torrent Files
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/Other
-# formerly at http://vrai.net/project.php?project=torrentinfo
-URL:http://fuuzetsu.co.uk/torrentinfo
+URL:https://github.com/Fuuzetsu/torrentinfo
 Source0:
https://github.com/Fuuzetsu/torrentinfo/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{name}.changes
 # PATCH-FIX-UPSTREAM torrentinfo-fix_man.patch -- removes deprecated dependency
@@ -32,9 +31,9 @@
 # PATCH-FIX-UPSTREAM torrentinfo-fix_tests_py3.patch
 Patch1: torrentinfo-fix_tests_py3.patch
 BuildRequires:  python3
-BuildRequires:  python3-devel
-BuildRequires:  python3-nose
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-devel
+BuildRequires:  python3-pytest
 BuildArch:  noarch
 
 %description
@@ -59,7 +58,10 @@
 install -Dm0644 doc/_build/man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %check
-nosetests test/tests.py
+# https://github.com/Fuuzetsu/torrentinfo/issues/17
+sed -i '/import nose/d' test/tests.py
+export PYTHONPATH=src
+%pytest test/tests.py
 
 %files
 %doc README.md




commit orcania for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package orcania for openSUSE:Factory checked 
in at 2020-07-05 01:18:20

Comparing /work/SRC/openSUSE:Factory/orcania (Old)
 and  /work/SRC/openSUSE:Factory/.orcania.new.3060 (New)


Package is "orcania"

Sun Jul  5 01:18:20 2020 rev:7 rq:818525 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/orcania/orcania.changes  2020-01-19 
20:58:29.532083489 +0100
+++ /work/SRC/openSUSE:Factory/.orcania.new.3060/orcania.changes
2020-07-05 01:20:22.293405800 +0200
@@ -1,0 +2,10 @@
+Tue Jun 30 12:22:54 UTC 2020 - Martin Hauke 
+
+- Update to version 2.1.1
+  * Harmonize and fix license
+  * Fix doc generator
+  * Rework mstrcatf
+  * Fix pkgconfig install on Makefile
+  * Add simple API documentation summary
+
+---

Old:

  orcania-2.1.0.tar.gz

New:

  orcania-2.1.1.tar.gz



Other differences:
--
++ orcania.spec ++
--- /var/tmp/diff_new_pack.TC5L05/_old  2020-07-05 01:20:23.581409752 +0200
+++ /var/tmp/diff_new_pack.TC5L05/_new  2020-07-05 01:20:23.585409763 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package orcania
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define sover 2_1
 Name:   orcania
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:MISC function Library
 License:LGPL-2.1-or-later

++ orcania-2.1.0.tar.gz -> orcania-2.1.1.tar.gz ++
 10028 lines of diff (skipped)




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

2020-07-04 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2020-07-05 01:18:04

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


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Sun Jul  5 01:18:04 2020 rev:10 rq:818506 version:0.27

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2020-04-11 23:47:24.683128731 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.3060/perl-Mojo-IOLoop-ReadWriteProcess.changes
2020-07-05 01:19:41.733281389 +0200
@@ -1,0 +2,6 @@
+Fri Jul  3 03:11:57 UTC 2020 - Tina Müller 
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.27.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.144Z2O/_old  2020-07-05 01:19:43.561286996 +0200
+++ /var/tmp/diff_new_pack.144Z2O/_new  2020-07-05 01:19:43.565287009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojo-IOLoop-ReadWriteProcess
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.25
+Version:0.27
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/M/MU/MUDLER/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/S/SZ/SZARATE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.25/Changes 
new/Mojo-IOLoop-ReadWriteProcess-0.27/Changes
--- old/Mojo-IOLoop-ReadWriteProcess-0.25/Changes   2020-04-08 
16:51:25.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.27/Changes   2020-07-03 
02:27:21.0 +0200
@@ -1,5 +1,15 @@
+
 Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
 
+0.27 2020-07-03T00:25:15Z
+  - Fix CircleCI build
+  - Fix perl required version
+
+0.26 2020-07-02T18:21:18Z
+  - Apply tools/tidy with Perl::Tidy 20200110
+  - Allow stopping the entire process group of the process
+  - Change minimum perl to 5.16   
+
 0.25 2020-04-08T14:48:01Z
- In "stop" sleep only after sending the first signal to speedup 
termination by okurz
- Various fixups in test suite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.25/MANIFEST 
new/Mojo-IOLoop-ReadWriteProcess-0.27/MANIFEST
--- old/Mojo-IOLoop-ReadWriteProcess-0.25/MANIFEST  2020-04-08 
16:51:25.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.27/MANIFEST  2020-07-03 
02:27:21.0 +0200
@@ -51,6 +51,7 @@
 t/12_mocked_container.t
 t/13_shared.t
 t/data/process_check.sh
+t/data/simple_fork.pl
 t/data/subreaper/child.sh
 t/data/subreaper/dead_child.sh
 t/data/subreaper/dead_master.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.25/META.json 
new/Mojo-IOLoop-ReadWriteProcess-0.27/META.json
--- old/Mojo-IOLoop-ReadWriteProcess-0.25/META.json 2020-04-08 
16:51:25.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.27/META.json 2020-07-03 
02:27:21.0 +0200
@@ -4,7 +4,7 @@
   "Ettore Di Giacinto "
],
"dynamic_config" : 0,
-   "generated_by" : "Minilla/v3.1.2",
+   "generated_by" : "Minilla/v3.1.10",
"license" : [
   "perl_5"
],
@@ -29,14 +29,14 @@
   "configure" : {
  "requires" : {
 "Module::Build" : "0.4005",
-"perl" : "5.008_001"
+"perl" : "5.016"
  }
   },
   "develop" : {
  

commit perl-JSON-Validator for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package perl-JSON-Validator for 
openSUSE:Factory checked in at 2020-07-05 01:18:07

Comparing /work/SRC/openSUSE:Factory/perl-JSON-Validator (Old)
 and  /work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.3060 (New)


Package is "perl-JSON-Validator"

Sun Jul  5 01:18:07 2020 rev:20 rq:818550 version:4.01

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-Validator/perl-JSON-Validator.changes  
2020-06-10 00:48:03.134887861 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.3060/perl-JSON-Validator.changes
2020-07-05 01:19:59.613336233 +0200
@@ -1,0 +2,9 @@
+Wed Jul  1 03:09:34 UTC 2020 - Tina Müller 
+
+- updated to 4.01
+   see /usr/share/doc/packages/perl-JSON-Validator/Changes
+
+  4.01 2020-06-30T17:42:08+0900
+   - Fix combining "allOf" and "not" #218
+
+---

Old:

  JSON-Validator-4.00.tar.gz

New:

  JSON-Validator-4.01.tar.gz



Other differences:
--
++ perl-JSON-Validator.spec ++
--- /var/tmp/diff_new_pack.wli0ti/_old  2020-07-05 01:20:02.909346343 +0200
+++ /var/tmp/diff_new_pack.wli0ti/_new  2020-07-05 01:20:02.913346355 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-JSON-Validator
-Version:4.00
+Version:4.01
 Release:0
 %define cpan_name JSON-Validator
 Summary:Validate data against a JSON schema

++ JSON-Validator-4.00.tar.gz -> JSON-Validator-4.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Validator-4.00/Changes 
new/JSON-Validator-4.01/Changes
--- old/JSON-Validator-4.00/Changes 2020-06-08 03:41:55.0 +0200
+++ new/JSON-Validator-4.01/Changes 2020-06-30 10:42:08.0 +0200
@@ -1,5 +1,8 @@
 Revision history for perl distribution JSON-Validator
 
+4.01 2020-06-30T17:42:08+0900
+ - Fix combining "allOf" and "not" #218
+
 4.00 2020-06-08T10:41:55+0900
  - JSON::Validator::schema() now holds a JSON::Validator::Schema object
instead of Mojo::JSON::Pointer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Validator-4.00/MANIFEST 
new/JSON-Validator-4.01/MANIFEST
--- old/JSON-Validator-4.00/MANIFEST2020-06-08 03:41:56.0 +0200
+++ new/JSON-Validator-4.01/MANIFEST2020-06-30 10:42:10.0 +0200
@@ -80,6 +80,7 @@
 t/issue-59-oneof-blessed-booleans.t
 t/issue-71-additionalproperties.t
 t/joi.t
+t/jv-allof-and-not.t
 t/jv-allof.t
 t/jv-anyof.t
 t/jv-array.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Validator-4.00/META.json 
new/JSON-Validator-4.01/META.json
--- old/JSON-Validator-4.00/META.json   2020-06-08 03:41:56.0 +0200
+++ new/JSON-Validator-4.01/META.json   2020-06-30 10:42:09.0 +0200
@@ -4,7 +4,7 @@
   "Jan Henning Thorsen "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "artistic_2"
],
@@ -63,6 +63,6 @@
   },
   "x_IRC" : "irc://irc.freenode.net/#mojo"
},
-   "version" : "4.00",
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   "version" : "4.01",
+   "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Validator-4.00/META.yml 
new/JSON-Validator-4.01/META.yml
--- old/JSON-Validator-4.00/META.yml2020-06-08 03:41:56.0 +0200
+++ new/JSON-Validator-4.01/META.yml2020-06-30 10:42:09.0 +0200
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -32,5 +32,5 @@
   homepage: https://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/mojolicious/json-validator.git
-version: '4.00'
+version: '4.01'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Validator-4.00/lib/JSON/Validator.pm 
new/JSON-Validator-4.01/lib/JSON/Validator.pm
--- old/JSON-Validator-4.00/lib/JSON/Validator.pm   2020-06-08 
03:41:55.0 +0200
+++ new/JSON-Validator-4.01/lib/JSON/Validator.pm   2020-06-30 
10:42:08.0 +0200

commit python-zignal for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-zignal for openSUSE:Factory 
checked in at 2020-07-05 01:18:11

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


Package is "python-zignal"

Sun Jul  5 01:18:11 2020 rev:4 rq:818497 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zignal/python-zignal.changes  
2020-05-16 22:27:28.885414382 +0200
+++ /work/SRC/openSUSE:Factory/.python-zignal.new.3060/python-zignal.changes
2020-07-05 01:20:09.705367189 +0200
@@ -1,0 +2,5 @@
+Fri Jul  3 07:51:37 UTC 2020 - pgaj...@suse.com
+
+- do not depend on nose, use %pytest
+
+---



Other differences:
--
++ python-zignal.spec ++
--- /var/tmp/diff_new_pack.57Vjoi/_old  2020-07-05 01:20:11.445372527 +0200
+++ /var/tmp/diff_new_pack.57Vjoi/_new  2020-07-05 01:20:11.449372538 +0200
@@ -38,8 +38,8 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module samplerate}
 BuildRequires:  %{python_module scipy}
 # /SECTION
@@ -60,8 +60,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# https://github.com/ronnyandersson/zignal/issues/9
+sed -i '/import nose/d' zignal/tests/*.py
 # https://github.com/ronnyandersson/zignal/issues/8
-%python_expand nosetests-%{$python_bin_suffix} -v zignal/tests -e 
'test_set_duration_and_samples'
+%pytest -k 'not test_set_duration_and_samples'
 
 %post
 %python_install_alternative zignal-listsndcards




commit earlyoom for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package earlyoom for openSUSE:Factory 
checked in at 2020-07-05 01:18:00

Comparing /work/SRC/openSUSE:Factory/earlyoom (Old)
 and  /work/SRC/openSUSE:Factory/.earlyoom.new.3060 (New)


Package is "earlyoom"

Sun Jul  5 01:18:00 2020 rev:8 rq:818485 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/earlyoom/earlyoom.changes2020-03-19 
19:54:10.696277423 +0100
+++ /work/SRC/openSUSE:Factory/.earlyoom.new.3060/earlyoom.changes  
2020-07-05 01:19:27.321237183 +0200
@@ -1,0 +2,25 @@
+Wed Jun 10 08:18:22 UTC 2020 - Dan Čermák 
+
+- New upstream release 1.6
+
+  * 1.6, 2020-04-11
+* Replace old `notify-send` GUI notification logic with `dbus-send` /
+  [systembus-notify](https://github.com/rfjakob/systembus-notify)
+  ([#183](https://github.com/rfjakob/earlyoom/issues/183))
+  * `-n`/`-N` now enables the new logic
+  * You need to have
+[systembus-notify](https://github.com/rfjakob/systembus-notify) running
+in your GUI session for notifications for work
+* Handle `/proc` mounted with
+  [hidepid](https://github.com/rfjakob/earlyoom/wiki/proc-hidepid)
+  gracefully ([issue #184](https://github.com/rfjakob/earlyoom/issues/184))
+
+  * v1.5, 2020-03-22
+* `-p`: set oom_score_adj to `-100` instead of `-1000`
+  ([#170](https://github.com/rfjakob/earlyoom/issues/170))
+* Allow using **both** `-M` and `-m`, and `-S` and `-s`. The lower value
+  (converted to percentages) will be used.
+* Set memory report interval in `earlyoom.default` to 1 hour instead of 1
+  minute ([#177](https://github.com/rfjakob/earlyoom/issues/177))
+
+---

Old:

  earlyoom-1.4.tar.gz

New:

  earlyoom-1.6.tar.gz



Other differences:
--
++ earlyoom.spec ++
--- /var/tmp/diff_new_pack.WtETOd/_old  2020-07-05 01:19:31.761250802 +0200
+++ /var/tmp/diff_new_pack.WtETOd/_new  2020-07-05 01:19:31.765250814 +0200
@@ -20,14 +20,14 @@
 %global _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   earlyoom
-Version:1.4
+Version:1.6
 Release:0
 Summary:Early OOM Daemon for Linux
 License:MIT
 Group:  System/Daemons
-URL:https://github.com/rfjakob/earlyoom
-Source0:
https://github.com/rfjakob/earlyoom/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source11:   earlyoom.sysconfig
+URL:https://github.com/rfjakob/%{name}
+Source0:%{URL}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source11:   %{name}.sysconfig
 # pandoc only for `pandoc MANPAGE.md -s -t man > earlyoom.1`
 BuildRequires:  pandoc
 BuildRequires:  pkgconfig
@@ -41,7 +41,7 @@
 below critical level, it will kill the largest process (highest oom_score).
 
 %prep
-%setup -q
+%autosetup
 
 # Fix defaults file location
 sed -i 's|/default/|/sysconfig/|' earlyoom.service.in
@@ -50,8 +50,9 @@
 sed -ri '/LDFLAGS/ s|$| -lrt|' Makefile
 
 %build
-CFLAGS='%{optflags} -DVERSION=\"%{version}\" -std=gnu99'
-%make_build CFLAGS="$CFLAGS" PREFIX=%{_prefix}
+CFLAGS='%{?build_cflags}%{!?build_cflags:%optflags} -DVERSION=\"%{version}\" 
-std=gnu99'
+CPPFLAGS='%{?build_cxxflags}%{!?build_cxxflags:%optflags}'
+%make_build CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" PREFIX=%{_prefix}
 
 %install
 %make_install PREFIX=%{_prefix} SYSTEMDUNITDIR=%{_unitdir}

++ earlyoom-1.4.tar.gz -> earlyoom-1.6.tar.gz ++
 2281 lines of diff (skipped)




commit python-testinfra for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-testinfra for 
openSUSE:Factory checked in at 2020-07-05 01:17:42

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


Package is "python-testinfra"

Sun Jul  5 01:17:42 2020 rev:14 rq:818477 version:5.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-testinfra/python-testinfra.changes
2020-03-11 18:56:14.679698981 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-testinfra.new.3060/python-testinfra.changes  
2020-07-05 01:18:32.585065609 +0200
@@ -1,0 +2,10 @@
+Fri Jul  3 06:02:57 UTC 2020 - Steve Kowalik 
+
+- Upate to 5.2.1:
+  * Fix documentation build
+  * Allow kubeconfig context to be supplied in kubernetes backend
+  * Drop file.__ne__ implementation and require python >= 3.5
+  * Use remote_user and remote_port in ansible.cfg
+  * Add arch (architecture) attribute to system_info module 
+
+---

Old:

  testinfra-5.0.0.tar.gz

New:

  testinfra-5.2.1.tar.gz



Other differences:
--
++ python-testinfra.spec ++
--- /var/tmp/diff_new_pack.qNS2pN/_old  2020-07-05 01:18:37.129080091 +0200
+++ /var/tmp/diff_new_pack.qNS2pN/_new  2020-07-05 01:18:37.129080091 +0200
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-testinfra
-Version:5.0.0
+Version:5.2.1
 Release:0
 Summary:Python module to test infrastructures
 License:Apache-2.0

++ testinfra-5.0.0.tar.gz -> testinfra-5.2.1.tar.gz ++
 1619 lines of diff (skipped)




commit python-pysndfile for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-pysndfile for 
openSUSE:Factory checked in at 2020-07-05 01:17:51

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


Package is "python-pysndfile"

Sun Jul  5 01:17:51 2020 rev:5 rq:818481 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pysndfile/python-pysndfile.changes
2019-03-10 09:34:23.464190384 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pysndfile.new.3060/python-pysndfile.changes  
2020-07-05 01:18:42.905098497 +0200
@@ -1,0 +2,57 @@
+Fri Jul  3 06:51:07 UTC 2020 - Steve Kowalik 
+
+- Update to 1.4.3:
+  * changed sndio functions to all use PySndfile as context manager. This 
fixes the problem that the sndfile
+remains open when an error occurs which may in turn lead to 
inconsistencies if the sndfile is tried to be rewritten
+in an exception handler.
+  * fixed PySndfile.read_frames method to properly handle reading frames in 
parts (previous fix was incomplete)
+  * extended supported commands to change compression level when writing flac 
and ogg files
+  * fixed PySndfile.read_frames and sndio.read method to properly handle 
reading frames from the middle of a file
+  * Extended PySndfile class:
+ * support use as context manager
+ * added support for wve, ogg, MPC2000 sampler and RF64 wav files
+ * added support for forcing to return 2D arrays even for mono files
+ * added method to close the file and release all resources.
+ * support reading more frames than present in the file using the 
fill_value for all values positioned after the end of the file
+  * (no changes in functionality)
+  * added documentation to distributed files
+  * added missing licence file to distribution
+  * thanks @toddrme2178 for patches.
+  * removed cython (a build requirement) from requirements.txt
+  * avoid cython warning and fix language_level in the .pyx source code
+  * add and support pre-release tags in the version number
+  * use hashlib to calculate the README checksum.
+  * fixed support for use with python 2.7 that was broken since 1.3.4
+  * fixed potential but undesired build dependency of pandoc
+  * added link to explanation for using pysndfile under windows
+  * fixed pandoc problem that does produce non ASCII chars in rst output.
+  * fixed two copy paste bug introduced in 1.3.4
+  1.3.4 did in fact not work at all :-(
+  * added a check target to the makefile that performs a complete 
built/install/test cycle
+  to avoid problems as in 1.3.4
+  * added support for automatic installation of requirements
+  * remove precompiled cython source file and rely on pip requirements to 
provide cython
+so that cython compilation will always be possible.
+  * added experimental support for installation on win32 (thanks
+to Svein Seldal for the contributions). 
+  * use expanduser for replacing ~ in filenames
+  * adapted cython source code to avoid all compiler warnings due to 
deprecated numpy api 
+  * removed use of ez_setup.py that is no longer required.
+  * fixed missing command C\_SFC\_SET\_SCALE\_INT\_FLOAT\_WRITE (thanks
+to Svein Seldal for the bug report and fix)
+  * better documentation of sf\_string-io in sndio.read and sndio.write
+  * limit size of strings to be written such that the written file can
+always be read back with libsndfile 1.0.28 (which imposes different
+constraints for different formats)
+  * better error handling when number of channels exceeds channel limit
+imposed by libsndfile.
+  * sndio module now exposes the dicts: fileformat\_name\_to\_id
+and fileformat\_id\_to\_name 
+  * extended sndio.read with force_2d argument that can be used to
+force the returned data array to always have 2 dimensions even for
+mono files.
+- Drop extra source files of COPYING.txt and COPYING.LESSER.txt, it is now
+  included.
+- Add patch fix-test-imports.patch to fix the test suite.
+
+---

Old:

  COPYING.LESSER.txt
  COPYING.txt
  pysndfile-1.3.2.tar.gz

New:

  fix-test-imports.patch
  pysndfile-1.4.3.tar.gz



Other differences:
--
++ python-pysndfile.spec ++
--- /var/tmp/diff_new_pack.lm1X42/_old  2020-07-05 01:18:44.501103583 +0200
+++ /var/tmp/diff_new_pack.lm1X42/_new  2020-07-05 01:18:44.501103583 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysndfile
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,14 @@
 
 

commit calibre for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2020-07-05 01:17:35

Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and  /work/SRC/openSUSE:Factory/.calibre.new.3060 (New)


Package is "calibre"

Sun Jul  5 01:17:35 2020 rev:237 rq:818480 version:4.20.0

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2020-06-19 
17:24:45.944133245 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new.3060/calibre.changes
2020-07-05 01:18:18.257019950 +0200
@@ -1,0 +2,27 @@
+Fri Jul  3 05:51:30 UTC 2020 - ecsos 
+
+- Update to 4.20.0
+  * New Features
+- Edit book: Preview: Support displaying mathematics
+- Kobo driver: Add support for the latest firmware version
+- Allow copy/pasting dates from columns having different date 
+  display formats.
+- Book details panel: When right clicking on tags/authors/etc.
+  allow finding them in the Tag browser easily.
+- Allow selecting individual items to delete in the Check
+  library dialog.
+- Add an option to the wireless device driver to ignore device
+  free space when sending books.
+  * Bug Fixes
+- Viewer: Fix turning pages in paged mode with a high precision
+  touchpad to generate scroll events too fast
+- Edit book: Fix pasting files from another editor instance
+  causing unsaved changes in open editors to be lost.
+- Tag browser: Do not show counts for searches as they are 
+  always zero
+- Check library: Do not abort if there are folders in the 
+  library that calibre does not have permission to access.
+- Amazon metadata download: Fix download of ratings not working
+  from amazon.co.jp
+
+---

Old:

  calibre-4.19.0.tar.xz
  calibre-4.19.0.tar.xz.sig

New:

  calibre-4.20.0.tar.xz
  calibre-4.20.0.tar.xz.sig



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.Q96sln/_old  2020-07-05 01:18:20.545027241 +0200
+++ /var/tmp/diff_new_pack.Q96sln/_new  2020-07-05 01:18:20.549027253 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 
 Name:   calibre
-Version:4.19.0
+Version:4.20.0
 Release:0
 Summary:EBook Management Application
 License:GPL-3.0-only

++ calibre-4.19.0.tar.xz -> calibre-4.20.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-4.19.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new.3060/calibre-4.20.0.tar.xz differ: char 
25, line 1





commit tensorflow for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package tensorflow for openSUSE:Factory 
checked in at 2020-07-05 01:16:55

Comparing /work/SRC/openSUSE:Factory/tensorflow (Old)
 and  /work/SRC/openSUSE:Factory/.tensorflow.new.3060 (New)


Package is "tensorflow"

Sun Jul  5 01:16:55 2020 rev:21 rq:818368 version:1.15.3

Changes:

--- /work/SRC/openSUSE:Factory/tensorflow/tensorflow.changes2020-06-17 
14:56:45.934301792 +0200
+++ /work/SRC/openSUSE:Factory/.tensorflow.new.3060/tensorflow.changes  
2020-07-05 01:17:40.432899412 +0200
@@ -1,0 +2,5 @@
+Thu Jun 18 07:28:26 UTC 2020 - Sumit Jamgade 
+
+- update spec file to link ccache correctly for bazel builds.
+
+---



Other differences:
--
++ tensorflow.spec ++
--- /var/tmp/diff_new_pack.YQMcIi/_old  2020-07-05 01:17:41.864903976 +0200
+++ /var/tmp/diff_new_pack.YQMcIi/_new  2020-07-05 01:17:41.868903988 +0200
@@ -448,7 +448,9 @@
 %endif
 
 %build
+export CC_PREFIX=ccache
 export CC_OPT_FLAGS=$CXXFLAGS
+ln -sf  /.ccache/ ~/.ccache
 %if !%{is_lite}
 %limit_build -m 6200
 %endif








commit terraform-provider-vsphere for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package terraform-provider-vsphere for 
openSUSE:Factory checked in at 2020-07-05 01:17:21

Comparing /work/SRC/openSUSE:Factory/terraform-provider-vsphere (Old)
 and  /work/SRC/openSUSE:Factory/.terraform-provider-vsphere.new.3060 (New)


Package is "terraform-provider-vsphere"

Sun Jul  5 01:17:21 2020 rev:3 rq:818372 version:1.18.3

Changes:

--- 
/work/SRC/openSUSE:Factory/terraform-provider-vsphere/terraform-provider-vsphere.changes
2020-06-15 20:32:14.458739721 +0200
+++ 
/work/SRC/openSUSE:Factory/.terraform-provider-vsphere.new.3060/terraform-provider-vsphere.changes
  2020-07-05 01:17:54.256943466 +0200
@@ -1,0 +2,5 @@
+Thu Jun 25 15:07:07 UTC 2020 - Dirk Mueller 
+
+- add symlink for terraform execution
+
+---
@@ -30,0 +36,5 @@
+
+---
+Wed April 24 14:10:20 UTC 2020 - clark@suse.com
+
+- Package terraform-provider-vsphere v1.17.3



Other differences:
--
++ terraform-provider-vsphere.spec ++
--- /var/tmp/diff_new_pack.hVg8no/_old  2020-07-05 01:17:54.976945761 +0200
+++ /var/tmp/diff_new_pack.hVg8no/_new  2020-07-05 01:17:54.980945773 +0200
@@ -32,10 +32,10 @@
 %if 0%{?suse_version}
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRequires:  golang(API) >= 1.8
+BuildRequires:  golang(API) >= 1.13
 %endif
 Requires:   mkisofs
-Requires:   terraform >= 0.10.0
+Requires:   terraform >= 0.12.0
 BuildRequires:  git
 BuildRequires:  xz
 %if 0%{?suse_version}
@@ -49,22 +49,13 @@
 %setup -q
 
 %build
-export GOFLAGS=-mod=vendor
 %{goprep} github.com/terraform-providers/terraform-provider-vsphere
-%{gobuild} .
+%{gobuild} -mod=vendor ""
+ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}_v%{version}
 
 %install
-export GOFLAGS=-mod=vendor
 %{goinstall}
 
-curr=$PWD
-# extract the binary to be published
-if [ -d %{_topdir}/OTHER ]; then
-cd %{buildroot}%{_bindir}
-tar zcf %{_topdir}/OTHER/%{name}-%{version}.%{_repository}.%{_arch}.tar.gz 
%{name}
-fi
-cd $curr
-
 %check
 export GOFLAGS=-mod=vendor
 %{gotest} github.com/terraform-providers/terraform-provider-vsphere/...
@@ -73,5 +64,6 @@
 %license LICENSE
 %doc CHANGELOG.md README.md
 %{_bindir}/%{name}
+%{_bindir}/%{name}_v%{version}
 
 %changelog




commit zita-resampler for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package zita-resampler for openSUSE:Factory 
checked in at 2020-07-05 01:16:23

Comparing /work/SRC/openSUSE:Factory/zita-resampler (Old)
 and  /work/SRC/openSUSE:Factory/.zita-resampler.new.3060 (New)


Package is "zita-resampler"

Sun Jul  5 01:16:23 2020 rev:2 rq:818370 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/zita-resampler/zita-resampler.changes
2020-05-03 22:48:15.343280415 +0200
+++ /work/SRC/openSUSE:Factory/.zita-resampler.new.3060/zita-resampler.changes  
2020-07-05 01:17:28.724862101 +0200
@@ -1,0 +2,5 @@
+Thu Jul  2 14:30:30 UTC 2020 - Andreas Schwab 
+
+- Override SUFFIX
+
+---



Other differences:
--
++ zita-resampler.spec ++
--- /var/tmp/diff_new_pack.gCXTYI/_old  2020-07-05 01:17:29.224863694 +0200
+++ /var/tmp/diff_new_pack.gCXTYI/_new  2020-07-05 01:17:29.228863707 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package zita-resampler
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -85,7 +86,7 @@
 %make_build LDFLAGS+=" -L../source" CXXFLAGS+=" -I../source" -C apps
 
 %install
-make -C source DESTDIR=%{buildroot} PREFIX=%{_prefix} install
+make -C source SUFFIX=%(echo %_lib | sed s/lib//) DESTDIR=%{buildroot} 
PREFIX=%{_prefix} install
 make -C apps DESTDIR=%{buildroot} PREFIX=%{_prefix} install
 
 %post -n %{libname} -p /sbin/ldconfig




commit prometheus-sap_host_exporter for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Factory checked in at 2020-07-05 01:17:12

Comparing /work/SRC/openSUSE:Factory/prometheus-sap_host_exporter (Old)
 and  /work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3060 
(New)


Package is "prometheus-sap_host_exporter"

Sun Jul  5 01:17:12 2020 rev:5 rq:818574 version:0.5.1+git.1593777035.a5d05f8

Changes:

--- 
/work/SRC/openSUSE:Factory/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
2020-05-20 18:40:47.092651854 +0200
+++ 
/work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3060/prometheus-sap_host_exporter.changes
  2020-07-05 01:17:49.560928501 +0200
@@ -1,0 +2,24 @@
+Fri Jul  3 12:32:12 2020 UTC - shap-st...@suse.de
+
+- Release 0.5.1
+
+  ## Fixed
+  - Make OBS RPM builds reproducible by removing the build date. (#48)
+
+---
+Thu Jul  2 15:56:07 2020 UTC - shap-st...@suse.de
+
+- Release 0.5.0
+
+  ## Added
+  - `--version` CLI flag (#42)
+  - Grafana dashboard is now part of the repo, although packaged independently 
(#44)
+
+  ## Changed
+  - Bumped required Go version to 1.12 (#43)
+  - Switched CI from Travis to GitHub Actions (#45)
+
+  ## Fixed
+  - Some usage details are now further clarified (#47)
+
+---

Old:

  prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338.tar.gz

New:

  prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8.tar.gz



Other differences:
--
++ prometheus-sap_host_exporter.spec ++
--- /var/tmp/diff_new_pack.GMN7a8/_old  2020-07-05 01:17:51.632935104 +0200
+++ /var/tmp/diff_new_pack.GMN7a8/_new  2020-07-05 01:17:51.632935104 +0200
@@ -18,7 +18,7 @@
 
 Name:   prometheus-sap_host_exporter
 # Version will be processed via set_version source service
-Version:0.4.0+git.1587141635.71f3338
+Version:0.5.1+git.1593777035.a5d05f8
 Release:0
 Summary:Prometheus exporter for SAP systems (a.k.a. NetWeaver)
 License:Apache-2.0
@@ -28,7 +28,7 @@
 Source1:vendor.tar.gz
 ExclusiveArch:  aarch64 x86_64 ppc64le s390x
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  go >= 1.11
+BuildRequires:  go >= 1.12
 Provides:   sap_host_exporter = %{version}-%{release}
 Provides:   prometheus(sap_host_exporter) = %{version}-%{release}
 # Unlike C/C++ packages, Golang packages do not have header files. They are 
statically built so the main package is also the devel package.

++ _service ++
--- /var/tmp/diff_new_pack.GMN7a8/_old  2020-07-05 01:17:51.672935231 +0200
+++ /var/tmp/diff_new_pack.GMN7a8/_new  2020-07-05 01:17:51.672935231 +0200
@@ -2,9 +2,12 @@
 
 git://github.com/SUSE/sap_host_exporter.git
 git
-0.4.0
+0.5.1
 .git
-@PARENT_TAG@+git.%ct.%h
+.github
+dashboards
+packaging/obs/grafana-sap-netweaver-dashboards
+0.5.1+git.1593777035.a5d05f8
 prometheus-sap_host_exporter
 
 

++ prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338.tar.gz -> 
prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.ci/get_version_from_git.sh
 
new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.ci/get_version_from_git.sh
--- 
old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.ci/get_version_from_git.sh
   1970-01-01 01:00:00.0 +0100
+++ 
new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.ci/get_version_from_git.sh
   2020-07-03 13:50:35.0 +0200
@@ -0,0 +1,14 @@
+#!/bin/sh
+TAG=$(git describe --tags --abbrev=0 2>/dev/null)
+SUFFIX=$(git show -s --format=%ct.%h HEAD)
+
+if [ -n "${TAG}" ]; then
+  COMMITS_SINCE_TAG=$(git rev-list ${TAG}.. --count)
+  if [ "${COMMITS_SINCE_TAG}" -gt 0 ]; then
+SUFFIX="dev${COMMITS_SINCE_TAG}.${SUFFIX}"
+  fi
+else
+  TAG="0"
+fi
+
+echo "${TAG}+git.${SUFFIX}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.travis.yml 
new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.travis.yml
--- old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.travis.yml   
2020-04-17 18:40:35.0 +0200
+++ new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.travis.yml   
1970-01-01 01:00:00.0 +0100
@@ -1,62 +0,0 @@
-language: go
-go:
-  - "stable"
-
-cache:
-  directories:
-- 

commit schismtracker for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package schismtracker for openSUSE:Factory 
checked in at 2020-07-05 01:16:49

Comparing /work/SRC/openSUSE:Factory/schismtracker (Old)
 and  /work/SRC/openSUSE:Factory/.schismtracker.new.3060 (New)


Package is "schismtracker"

Sun Jul  5 01:16:49 2020 rev:14 rq:818403 version:20200412

Changes:

--- /work/SRC/openSUSE:Factory/schismtracker/schismtracker.changes  
2019-08-19 21:42:02.576282761 +0200
+++ /work/SRC/openSUSE:Factory/.schismtracker.new.3060/schismtracker.changes
2020-07-05 01:17:36.516886932 +0200
@@ -1,0 +2,10 @@
+Thu Jul  2 18:48:18 UTC 2020 - Mathias Homann 
+
+- Update to new upstream release 20200412
+
+  * Fix problem with switching tabs on the Instrument List page using the 
keyboard, introduced in 20190722 release.
+  * Implement incremental search on Load Instrument page, like on the Load 
Sample and Load Module pages.
+  * Correctly display size of exported mono files before exporting.
+  * Add "AudioVideo" category to Linux desktop entry.
+
+---

Old:

  20190805.tar.gz

New:

  20200412.tar.gz



Other differences:
--
++ schismtracker.spec ++
--- /var/tmp/diff_new_pack.DJPQ5B/_old  2020-07-05 01:17:38.344892758 +0200
+++ /var/tmp/diff_new_pack.DJPQ5B/_new  2020-07-05 01:17:38.348892770 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package schismtracker
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   schismtracker
-Version:20190805
+Version:20200412
 Release:0
 Summary:Music editor that matches the look and feel of Impulse Tracker
 License:GPL-2.0-or-later

++ 20190805.tar.gz -> 20200412.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schismtracker-20190805/fmt/it.c 
new/schismtracker-20200412/fmt/it.c
--- old/schismtracker-20190805/fmt/it.c 2019-08-01 21:41:37.0 +0200
+++ new/schismtracker-20200412/fmt/it.c 2020-05-12 16:45:03.0 +0200
@@ -679,7 +679,7 @@
} else if ((hdr.cwtv >> 12) == 1) {
tid = NULL;
strcpy(song->tracker_id, "Schism Tracker ");
-   ver_decode_cwtv(hdr.cwtv, song->tracker_id + 
strlen(song->tracker_id));
+   ver_decode_cwtv(hdr.cwtv, hdr.reserved, song->tracker_id + 
strlen(song->tracker_id));
} else if ((hdr.cwtv >> 12) == 0 && hist != 0 && hdr.reserved != 0) {
// early catch to exclude possible false positives without 
repeating a bunch of stuff.
} else if (hdr.cwtv == 0x0214 && hdr.cmwt == 0x0200 && hdr.flags == 9 
&& hdr.special == 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schismtracker-20190805/fmt/s3m.c 
new/schismtracker-20200412/fmt/s3m.c
--- old/schismtracker-20190805/fmt/s3m.c2019-08-01 21:41:37.0 
+0200
+++ new/schismtracker-20200412/fmt/s3m.c2020-05-12 16:45:03.0 
+0200
@@ -80,6 +80,7 @@
uint16_t trkvers;
uint16_t flags;
uint16_t special;
+   uint16_t reserved;
uint32_t adlib = 0; // bitset
int uc;
const char *tid = NULL;
@@ -140,10 +141,11 @@
if (slurp_getc(fp) != 0xfc)
misc &= ~S3M_CHANPAN; /* stored pan values */
 
-   /* Interesting: Impulse Tracker appears to leave some junk data in this 
unused section, and what's
-   more, it always seems to follow the same general pattern. So it's 
actually possible to identify
-   whether a song was saved in IT, then loaded and re-saved in ST3. */
-   slurp_seek(fp, 8, SEEK_CUR);
+   /* Extended Schism Tracker version information */
+   slurp_read(fp, , 2);
+   reserved = bswapLE16(reserved);
+   /* Impulse Tracker hides its edit timer in the next four bytes. */
+   slurp_seek(fp, 6, SEEK_CUR);
slurp_read(fp, , 2); // field not used by st3
special = bswapLE16(special);
 
@@ -415,7 +417,7 @@
case 4:
tid = NULL;
strcpy(song->tracker_id, "Schism Tracker ");
-   ver_decode_cwtv(trkvers, song->tracker_id + 
strlen(song->tracker_id));
+   ver_decode_cwtv(trkvers, reserved, song->tracker_id + 
strlen(song->tracker_id));
break;
case 5:
tid = "OpenMPT %d.%02x";
@@ -492,7 +494,9 @@
uint16_t flags, cwtv, ffi; // 0, 

commit ignition-dracut for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package ignition-dracut for openSUSE:Factory 
checked in at 2020-07-05 01:17:28

Comparing /work/SRC/openSUSE:Factory/ignition-dracut (Old)
 and  /work/SRC/openSUSE:Factory/.ignition-dracut.new.3060 (New)


Package is "ignition-dracut"

Sun Jul  5 01:17:28 2020 rev:16 rq:818421 version:0.0+git20200504.7ff38d9

Changes:

--- /work/SRC/openSUSE:Factory/ignition-dracut/ignition-dracut.changes  
2020-07-01 20:44:02.966361697 +0200
+++ 
/work/SRC/openSUSE:Factory/.ignition-dracut.new.3060/ignition-dracut.changes
2020-07-05 01:17:57.192952823 +0200
@@ -1,0 +2,5 @@
+Thu Jul  2 15:36:17 UTC 2020 - Ignaz Forster 
+
+- Add missing file check when overwriting generated service file
+
+---



Other differences:
--
++ ignition-suse-generator ++
--- /var/tmp/diff_new_pack.BxbPr7/_old  2020-07-05 01:17:58.512957029 +0200
+++ /var/tmp/diff_new_pack.BxbPr7/_new  2020-07-05 01:17:58.512957029 +0200
@@ -4,15 +4,14 @@
 
 set -e
 
-UNIT_DIR="${1:-/tmp}"
-
 # Call upstream generator
 . /usr/lib/systemd/system-generators/ignition-generator
 . /run/ignition.env
 
 add_requires ignition-mount-initrd-fstab.service ignition-files.service
 
-cat > "${UNIT_DIR}/ignition-setup-user.service.d/diskful.conf" < "${UNIT_DIR}/ignition-setup-user.service.d/diskful.conf" <

commit openQA for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2020-07-05 01:15:51

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


Package is "openQA"

Sun Jul  5 01:15:51 2020 rev:167 rq:818400 version:4.6.1593683888.1074bc933

Changes:

openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2020-06-30 
21:59:51.643389424 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.3060/openQA.changes  2020-07-05 
01:17:13.908814885 +0200
@@ -1,0 +2,18 @@
+Thu Jul 02 19:25:56 UTC 2020 - co...@suse.com
+
+- Update to version 4.6.1593683888.1074bc933:
+  * .circleci: Rename dependencies.txt to describe the actual use case
+  * Simplify code for reading JSON files
+  * Test OpenQA::CacheService::Client status functionality
+  * Add a job summary into the detail page
+  * Extract renderTestSummary as a common helper to print the job summary
+  * Test OpenQA::CacheService::Client info functionality
+  * Test OpenQA::CacheService::Client enqueue functionality
+  * Be more defensive and forward all cache service errors
+  * Handle all cache service client errors consistently
+  * Pass along cache service enqueue errors so they can be logged by the worker
+  * Dependency cron 200701
+  * Copy update-deps script from os-autoinst
+  * Narrow down fixtures needed by api tests
+
+---

Old:

  openQA-4.6.1593514767.bedf7a0de.obscpio

New:

  openQA-4.6.1593683888.1074bc933.obscpio



Other differences:
--
++ openQA-client-test.spec ++
--- /var/tmp/diff_new_pack.jIpUh0/_old  2020-07-05 01:17:16.272822419 +0200
+++ /var/tmp/diff_new_pack.jIpUh0/_new  2020-07-05 01:17:16.276822431 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-client
 Name:   %{short_name}-test
-Version:4.6.1593514767.bedf7a0de
+Version:4.6.1593683888.1074bc933
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.jIpUh0/_old  2020-07-05 01:17:16.304822521 +0200
+++ /var/tmp/diff_new_pack.jIpUh0/_new  2020-07-05 01:17:16.308822534 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1593514767.bedf7a0de
+Version:4.6.1593683888.1074bc933
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.jIpUh0/_old  2020-07-05 01:17:16.336822623 +0200
+++ /var/tmp/diff_new_pack.jIpUh0/_new  2020-07-05 01:17:16.336822623 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1593514767.bedf7a0de
+Version:4.6.1593683888.1074bc933
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.jIpUh0/_old  2020-07-05 01:17:16.364822712 +0200
+++ /var/tmp/diff_new_pack.jIpUh0/_new  2020-07-05 01:17:16.364822712 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1593514767.bedf7a0de
+Version:4.6.1593683888.1074bc933
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.jIpUh0/_old  2020-07-05 01:17:16.392822801 +0200
+++ /var/tmp/diff_new_pack.jIpUh0/_new  2020-07-05 01:17:16.396822814 +0200
@@ -73,7 +73,7 @@
 %define devel_requires %build_requires %qemu %test_requires chromedriver curl 
perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) 
postgresql-devel rsync sudo tar xorg-x11-fonts
 
 Name:   openQA
-Version:4.6.1593514767.bedf7a0de
+Version:4.6.1593683888.1074bc933
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1593514767.bedf7a0de.obscpio -> 
openQA-4.6.1593683888.1074bc933.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1593514767.bedf7a0de.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.3060/openQA-4.6.1593683888.1074bc933.obscpio
 differ: char 50, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.jIpUh0/_old  2020-07-05 01:17:16.488823108 +0200
+++ /var/tmp/diff_new_pack.jIpUh0/_new  2020-07-05 01:17:16.492823120 +0200
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1593514767.bedf7a0de
-mtime: 1593514767
-commit: 

commit python-rich for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-07-05 01:15:28

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


Package is "python-rich"

Sun Jul  5 01:15:28 2020 rev:2 rq:818402 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-07-01 
14:27:16.306874898 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3060/python-rich.changes
2020-07-05 01:16:35.920693826 +0200
@@ -1,0 +2,13 @@
+Thu Jul  2 19:08:35 UTC 2020 - Martin Hauke 
+
+- Update to version 3.0.2
+  Added
+  * Added rich.styled.Styled class to apply styles to renderable
+  * Table.add_row now has an optional style parameter
+  * Added table_movie.py to examples
+  Changed
+  * Modified box options to use half line characters at edges
+  * Non no_wrap columns will now shrink below minimum width if
+table is compressed
+
+---

Old:

  rich-3.0.1.tar.gz

New:

  rich-3.0.2.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.PFFxgA/_old  2020-07-05 01:16:48.164732845 +0200
+++ /var/tmp/diff_new_pack.PFFxgA/_new  2020-07-05 01:16:48.164732845 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package python-rich
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,28 +13,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rich
-Version:3.0.1
+Version:3.0.2
 Release:0
-License:MIT
 Summary:A Python library for rich text and beautiful formatting in the 
terminal
-Url:https://github.com/willmcgugan/rich
+License:MIT
 Group:  Development/Languages/Python
+URL:https://github.com/willmcgugan/rich
 Source: 
https://github.com/willmcgugan/rich/archive/v%{version}.tar.gz#/rich-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-dephell-rpm-macros
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module colorama >= 0.4.0}
 BuildRequires:  %{python_module commonmark >= 0.9.0}
 BuildRequires:  %{python_module pprintpp >= 0.4.0}
 BuildRequires:  %{python_module pygments >= 2.6.0}
-BuildRequires:  %{python_module typing_extensions >= 3.7.4}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module typing_extensions >= 3.7.4}
 # /SECTION
 BuildRequires:  fdupes
 Requires:   python-colorama >= 0.4.0

++ rich-3.0.1.tar.gz -> rich-3.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-3.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.3060/rich-3.0.2.tar.gz differ: char 
18, line 1




commit os-autoinst for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2020-07-05 01:15:39

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


Package is "os-autoinst"

Sun Jul  5 01:15:39 2020 rev:137 rq:818399 version:4.6.1593540547.a04ac9df

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2020-06-23 
21:07:35.414422938 +0200
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.3060/os-autoinst.changes
2020-07-05 01:16:54.256752258 +0200
@@ -1,0 +2,10 @@
+Tue Jun 30 18:09:17 UTC 2020 - ok...@suse.com
+
+- Update to version 4.6.1593540547.a04ac9df:
+  * Add auto-merge same as in openQA based on single-approval
+  * Fix space issue
+  * Fix backend ipmi power off issue
+  * Workaround for cv::norm() returning NaN (poo#68474)
+  * Fix the issue that does not show softfail when needle file with boo
+
+---

Old:

  os-autoinst-4.6.1592908950.5038d8c2.obscpio

New:

  os-autoinst-4.6.1593540547.a04ac9df.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.epU56s/_old  2020-07-05 01:16:56.896760671 +0200
+++ /var/tmp/diff_new_pack.epU56s/_new  2020-07-05 01:16:56.900760684 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.6.1592908950.5038d8c2
+Version:4.6.1593540547.a04ac9df
 Release:0
 Summary:test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}

++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.epU56s/_old  2020-07-05 01:16:56.924760761 +0200
+++ /var/tmp/diff_new_pack.epU56s/_new  2020-07-05 01:16:56.928760773 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.6.1592908950.5038d8c2
+Version:4.6.1593540547.a04ac9df
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0-or-later

++ os-autoinst-4.6.1592908950.5038d8c2.obscpio -> 
os-autoinst-4.6.1593540547.a04ac9df.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1592908950.5038d8c2.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.3060/os-autoinst-4.6.1593540547.a04ac9df.obscpio
 differ: char 50, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.epU56s/_old  2020-07-05 01:16:56.992760977 +0200
+++ /var/tmp/diff_new_pack.epU56s/_new  2020-07-05 01:16:56.992760977 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1592908950.5038d8c2
-mtime: 1592908950
-commit: 5038d8c2e04d923a8e7d616ea4b88a9ba3af6fb4
+version: 4.6.1593540547.a04ac9df
+mtime: 1593540547
+commit: a04ac9df2fe4a06174374f0c548f8303aefa3cb7
 




commit xsm for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package xsm for openSUSE:Factory checked in 
at 2020-07-05 01:14:51

Comparing /work/SRC/openSUSE:Factory/xsm (Old)
 and  /work/SRC/openSUSE:Factory/.xsm.new.3060 (New)


Package is "xsm"

Sun Jul  5 01:14:51 2020 rev:8 rq:818560 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/xsm/xsm.changes  2018-04-19 15:27:11.884669578 
+0200
+++ /work/SRC/openSUSE:Factory/.xsm.new.3060/xsm.changes2020-07-05 
01:15:59.532577864 +0200
@@ -1,0 +2,7 @@
+Thu Jul  2 15:10:51 UTC 2020 - Stefan Dirsch 
+
+- n_UsrEtc.patch:
+  * add /usr/etc/X11/xsm/system.xsm as fallback to
+/etc/X11/xsm/system.xsm (boo#1173059)
+
+---

New:

  n_UsrEtc.patch



Other differences:
--
++ xsm.spec ++
--- /var/tmp/diff_new_pack.6yad75/_old  2020-07-05 01:16:01.796585079 +0200
+++ /var/tmp/diff_new_pack.6yad75/_new  2020-07-05 01:16:01.804585105 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,25 @@
 # 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/
 #
 
 
+%if 0%{?suse_version} < 1550
+%define _distconfdir /usr/etc
+%endif
+
 Name:   xsm
 Version:1.0.4
 Release:0
 Summary:X Session Manager
 License:MIT
 Group:  System/X11/Utilities
-Url:http://xorg.freedesktop.org/
+URL:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Patch0: n_UsrEtc.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
@@ -49,8 +56,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -60,7 +69,9 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README
-%config %{_sysconfdir}/X11/xsm/
+%dir %{_distconfdir}
+%dir %{_distconfdir}/X11
+%{_distconfdir}/X11/xsm/
 %{_bindir}/xsm
 %dir %{_datadir}/X11/app-defaults
 %{_datadir}/X11/app-defaults/XSm

++ n_UsrEtc.patch ++
diff -u -r -p xsm-1.0.4.orig/Makefile.am xsm-1.0.4/Makefile.am
--- xsm-1.0.4.orig/Makefile.am  2018-03-10 05:25:22.0 +0100
+++ xsm-1.0.4/Makefile.am   2020-07-03 12:36:15.551617000 +0200
@@ -73,7 +73,7 @@ dist_appdefault_DATA = \
 
 # system init file
 
-systeminitdir = $(SYSTEM_INIT_DIR)
+systeminitdir = /usr/etc/X11/xsm
 
 systeminit_DATA = system.xsm
 
diff -u -r -p xsm-1.0.4.orig/restart.c xsm-1.0.4/restart.c
--- xsm-1.0.4.orig/restart.c2018-03-10 05:25:22.0 +0100
+++ xsm-1.0.4/restart.c 2020-07-03 12:26:18.281741000 +0200
@@ -538,9 +538,13 @@ StartDefaultApps (void)
f = fopen (SYSTEM_INIT_FILE, "r");
if (!f)
{
-   printf ("Could not find default apps file.  Make sure you did\n");
-   printf ("a 'make install' in the xsm build directory.\n");
-   exit (1);
+   f = fopen ("/usr/etc/X11/xsm/system.xsm", "r");
+   if (!f)
+   {
+   printf ("Could not find default apps file.  Make sure you 
did\n");
+   printf ("a 'make install' in the xsm build directory.\n");
+   exit (1);
+   }
}
 }
 fcntl(fileno(f), F_SETFD, FD_CLOEXEC);



commit nodejs12 for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package nodejs12 for openSUSE:Factory 
checked in at 2020-07-05 01:15:05

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


Package is "nodejs12"

Sun Jul  5 01:15:05 2020 rev:18 rq:818409 version:12.18.2

Changes:

--- /work/SRC/openSUSE:Factory/nodejs12/nodejs12.changes2020-06-19 
17:24:14.536043474 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs12.new.3060/nodejs12.changes  
2020-07-05 01:16:17.936636514 +0200
@@ -1,0 +2,9 @@
+Thu Jul  2 20:39:34 UTC 2020 - Adam Majer 
+
+- New upstream LTS version 12.18.2:
+  * deps: V8: backport fb26d0bb1835 (Matheus Marchini) #33573
++ Fixes memory leak in PrototypeUsers::Add
+  * src: use symbol to store AsyncWrap resource (Anna Henningsen) #31745
++ Fixes reported memory leak (bsc#1173653)
+
+---

Old:

  node-v12.18.1.tar.xz

New:

  node-v12.18.2.tar.xz



Other differences:
--
++ nodejs12.spec ++
--- /var/tmp/diff_new_pack.IIEWEy/_old  2020-07-05 01:16:20.856645819 +0200
+++ /var/tmp/diff_new_pack.IIEWEy/_new  2020-07-05 01:16:20.860645832 +0200
@@ -26,7 +26,7 @@
 ###
 
 Name:   nodejs12
-Version:12.18.1
+Version:12.18.2
 Release:0
 
 %define node_version_number 12

++ SHASUMS256.txt ++
--- /var/tmp/diff_new_pack.IIEWEy/_old  2020-07-05 01:16:20.912645997 +0200
+++ /var/tmp/diff_new_pack.IIEWEy/_new  2020-07-05 01:16:20.916646010 +0200
@@ -1,34 +1,34 @@
-ff5ff4f96630cff7c7aa8fe54f42bdae6ada43ac8043badb4fb4ed3ae3e5b3e9  
node-v12.18.1-aix-ppc64.tar.gz
-80e1d644fe78838da47cd16de234b612c20e06ffe14447125db9622e381ed1ba  
node-v12.18.1-darwin-x64.tar.gz
-f7829470fce27686c4e91c5c84ba5f4488fbbb88e222116cc0a960531cedf708  
node-v12.18.1-darwin-x64.tar.xz
-ee79ef8156c02bfba3960391e85966a49c311317fe08195de52bd94b89d5efc8  
node-v12.18.1-headers.tar.gz
-4693c672dfe1442c01f606bb6bd37c54c69bc5de262d69b68d5bffd462e78607  
node-v12.18.1-headers.tar.xz
-b78fc542858b83a96d712d6a2f493ae87e1af55040bc55fb68671af191016d19  
node-v12.18.1-linux-arm64.tar.gz
-b6683e6e887c6c44a3fe9ff419e80d36eaafed39eb2c2d1b04ee54b440a03217  
node-v12.18.1-linux-arm64.tar.xz
-8222c9f2a191a6c18c634261aa8fd3af240ff5c2480fa93b618b6f15101ad054  
node-v12.18.1-linux-armv7l.tar.gz
-c9e982b061e69208672319b7621d8c99e08f41cae986b2f62dfa3c704bbda0fa  
node-v12.18.1-linux-armv7l.tar.xz
-6f11fdad35c73916445783babed82b797f811758a473d7a7cc4335a2165d112b  
node-v12.18.1-linux-ppc64le.tar.gz
-a1da92aadd5445490be343e16fbf26b7d095eeb44d23a4edec6cb9d3a323cada  
node-v12.18.1-linux-ppc64le.tar.xz
-91ce06e9f24339f9d27f57e9b215f923f2c23be7b1eaace5d3132c323faa09f6  
node-v12.18.1-linux-s390x.tar.gz
-0623ddfa7b8f76dc23eacc80961ebfd8a45eb29183c8af17b29ab41982d30d8e  
node-v12.18.1-linux-s390x.tar.xz
-b89a0d497674f388705c877ad4f57766695cfe26ea6c6c9d3ad6ff98827edbfe  
node-v12.18.1-linux-x64.tar.gz
-863f816967e297c9eb221ad3cf32521f7ac46fffc66750e60f159ed63809affa  
node-v12.18.1-linux-x64.tar.xz
-18426243bc47411865b79e8945b6e07ae42ece0afcd6723014045f398602c4d1  
node-v12.18.1.pkg
-c759d4d6565671c427a75c1251b701616cefb217a7fb28bb9c668a28c63f23c7  
node-v12.18.1-sunos-x64.tar.gz
-f7d33d47848541ac1a15913883bdc8376865aab48914144c19259ee45081b126  
node-v12.18.1-sunos-x64.tar.xz
-be532894112d06e671cb3d9388e2a3fa2c690d40bdfa9e432921a9e078b3f241  
node-v12.18.1.tar.gz
-ca59051c7a307841c15b4fe141c74354cb191964106e1bdfe405551a3d6a5c7a  
node-v12.18.1.tar.xz
-a1842ce62132483d4fe3f7bf16639fa656c5d7ece9ecc09df3958a93a9a6d54e  
node-v12.18.1-win-x64.7z
-93039ebfc7c5bfad168b015f77667757925070fff3ae84c3eb73348b3123a82a  
node-v12.18.1-win-x64.zip
-0e7f814063785bb9a108d88bcc15c31d826c21cd3ef22920f9fe5eb54490dde0  
node-v12.18.1-win-x86.7z
-d0b955201949a8da102affa0a9cdda167718f2538f2aaf4f3acd53f098bc0764  
node-v12.18.1-win-x86.zip
-f318bb719bd956d4734247c58b3937daef04a01dbee4abdfe6217bdea87932f4  
node-v12.18.1-x64.msi
-f4a2fc3406e9208b3f8be30c7ae46427d76fcea18cf878368ca7a8fa47dc7ea6  
node-v12.18.1-x86.msi
-3455deb066f79080b8fa8bc76196d54ff8908bafd933fe73dea29b7e8b0c05c7  
win-x64/node.exe
-125affc115fe2b0162dfb4c8b12967d0b584d171c19dc820babe89ba64ea6b83  
win-x64/node.lib
-e8ce4e64f68aa989e0055eb613bb0ccbd093bc484c3c77a6594da53092cf1747  
win-x64/node_pdb.7z
-a7d746a835b4d5bec065661b5d278eabdfe5c82dbaf9e4346b68118cd4420023  
win-x64/node_pdb.zip
-f889e45bb1024ade94c30d12ba70a92ff673802715a315035bd6a1d7a3e1afa2  
win-x86/node.exe
-213e2183bb108a0f64c9e37f144ddd7d8b14718858112c3ccabd09eed16621ca  
win-x86/node.lib
-8d9d7053c1b729bd84dfa90f6d90580e845e22886f34a86599847875814ad895  
win-x86/node_pdb.7z

commit shorewall for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2020-07-05 01:14:07

Comparing /work/SRC/openSUSE:Factory/shorewall (Old)
 and  /work/SRC/openSUSE:Factory/.shorewall.new.3060 (New)


Package is "shorewall"

Sun Jul  5 01:14:07 2020 rev:117 rq:818356 version:5.2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2020-06-03 
20:35:10.305670851 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new.3060/shorewall.changes
2020-07-05 01:15:17.74694 +0200
@@ -1,0 +2,50 @@
+Thu Jul  2 13:24:45 UTC 2020 - Bruno Friedmann 
+
+- Update to version 5.2.5.2
+  https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.5/releasenotes.txt
+  + 5.2.5.2
+Previously, ";;+" was mishandled in the snat file; the generated
+rule incorrectly included the leading "+". That has been corrected
+so that the generated rule is now correct.
+Example (SNAT OpenVPN server traffic leaving on eth0):
+   SNAT(192.2.0.4)-  eth0 ;;+ -p udp --sport 1194
+  + 5.2.5.1
+- The change in 5.2.5 base which changed the 'user' facility to the
+'daemon' facility in Shorewall syslog messages did not change the
+messages with severity 'err'. That has been corrected such that
+all syslog messages now use the 'daemon' facility.
+- The actions.std file contains "?IF...?ELSE...?ENDIF" sequences
+that provide different action options depending on the availabilty
+of certain capabilities. This has resulted in the Broadcast and
+Multicast options being listed twice in the output of
+"shorewall[6] show actions". Beginning with this release, this
+duplication is eliminated. Note, however, that the options shown
+will be incomplete if they were continued onto another line, and
+may be incorrect for Broadcast and Multicast.
+- A typo in shorewall-providers(5) has been corrected.
+  + 5.2.5 Base
+- Previously, Shorewall-init installed a 'shorewall' script in
+/etc/network/if-down.d on Debian and derivatives. This script was
+unnecessary and required Debian-specific code in the generated
+firewall script. The Shorewall-init script is no longer installed
+and the generated firewall script is now free of
+distribution-specific code.
+- Also on Debian and derivatives, Shorewall-init installed
+/etc//NetworkManager/dispatcher.d/01-shorewall which was also
+unnecessary.  Beginning with this release, that file is no longer
+installed.
+- Previously, if the dynamic-blacklisting default timeout was set in
+a variable in the params file and the variable was used in setting
+DYNAMIC_BLACKLIST, then the 'allow' command would fail with
+the message:
+ERROR: Invalid value (ipset-only,disconnect,timeout=) for
+   DYNAMIC_BLACKLIST
+That has been corrected.
+- When EXPAND_POLICIES=No in shorewall[6].conf, policies in complex
+rulesets are enforced in chains such as 'net-all' and
+'all-all'. Previously, these chains included redundant
+state-oriented rules. In addition to being redundant. these rules
+could actually break complex IPv6 configurations. The extra rules are
+now omitted.
+
+---

Old:

  shorewall-5.2.4.5.tar.bz2
  shorewall-core-5.2.4.5.tar.bz2
  shorewall-docs-html-5.2.4.5.tar.bz2
  shorewall-init-5.2.4.5.tar.bz2
  shorewall-lite-5.2.4.5.tar.bz2
  shorewall6-5.2.4.5.tar.bz2
  shorewall6-lite-5.2.4.5.tar.bz2

New:

  shorewall-5.2.5.2.tar.bz2
  shorewall-core-5.2.5.2.tar.bz2
  shorewall-docs-html-5.2.5.2.tar.bz2
  shorewall-init-5.2.5.2.tar.bz2
  shorewall-lite-5.2.5.2.tar.bz2
  shorewall6-5.2.5.2.tar.bz2
  shorewall6-lite-5.2.5.2.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.ZIZOFw/_old  2020-07-05 01:15:29.064480769 +0200
+++ /var/tmp/diff_new_pack.ZIZOFw/_new  2020-07-05 01:15:29.068480781 +0200
@@ -18,7 +18,7 @@
 
 %define have_systemd 1
 %define dmaj 5.2
-%define dmin 5.2.4
+%define dmin 5.2.5
 # Warn users for upgrading configuration but only on major or minor version 
changes
 %define conf_need_update 0
 #2017+ New fillup location
@@ -26,7 +26,7 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   shorewall
-Version:5.2.4.5
+Version:5.2.5.2
 Release:0
 Summary:An iptables-based firewall for Linux systems
 License:GPL-2.0-only

++ shorewall-5.2.4.5.tar.bz2 -> shorewall-5.2.5.2.tar.bz2 ++
 2262 lines of diff (skipped)

++ shorewall-core-5.2.4.5.tar.bz2 -> shorewall-core-5.2.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit vulkan-tools for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package vulkan-tools for openSUSE:Factory 
checked in at 2020-07-05 01:14:39

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


Package is "vulkan-tools"

Sun Jul  5 01:14:39 2020 rev:20 rq:818383 version:1.2.145

Changes:

--- /work/SRC/openSUSE:Factory/vulkan-tools/vulkan-tools.changes
2020-06-04 20:57:02.207150329 +0200
+++ /work/SRC/openSUSE:Factory/.vulkan-tools.new.3060/vulkan-tools.changes  
2020-07-05 01:15:51.092550967 +0200
@@ -1,0 +2,13 @@
+Thu Jul  2 10:21:07 UTC 2020 - Callum Farmer 
+
+- Update to release 1.2.145
+  * scripts: Add default arg for kvt_genvk directory
+  * vulkaninfo: fix indent with for present support
+  * icd:Correctly Support Vulkan 1.1
+  * icd: Cleanup supported VK API version
+  * vulkaninfo: fix output style for memory types
+  * vulkaninfo: add more asserts to catch bad formatting
+  * vulkaninfo: fix ordering issues in generated code
+  * scripts: Use named params for generator options
+
+---

Old:

  v1.2.141.tar.gz

New:

  Vulkan-Tools-1.2.145.tar.gz



Other differences:
--
++ vulkan-tools.spec ++
--- /var/tmp/diff_new_pack.2yiCFp/_old  2020-07-05 01:15:53.556558820 +0200
+++ /var/tmp/diff_new_pack.2yiCFp/_new  2020-07-05 01:15:53.560558832 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   vulkan-tools
-Version:1.2.141
+Version:1.2.145
 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#/Vulkan-Tools-%{version}.tar.gz
 BuildRequires:  cmake >= 3.4
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  glslang-devel




commit openmoji-fonts for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package openmoji-fonts for openSUSE:Factory 
checked in at 2020-07-05 01:13:44

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


Package is "openmoji-fonts"

Sun Jul  5 01:13:44 2020 rev:2 rq:817450 version:12.3.0+git.1590131834.9ea5516a1

Changes:

--- /work/SRC/openSUSE:Factory/openmoji-fonts/openmoji-fonts.changes
2020-02-18 10:36:50.584508402 +0100
+++ /work/SRC/openSUSE:Factory/.openmoji-fonts.new.3060/openmoji-fonts.changes  
2020-07-05 01:14:32.500298275 +0200
@@ -1,0 +2,10 @@
+Sun Jun 21 00:24:09 UTC 2020 - andy great 
+ 
+- Update to version 12.3.0.
+  * More Emoji 13, ca. 2/3 of all new ones
+  * New logos and symbols
+  * New and consolidated animals
+  * New flags and lots of fixes
+  * New set of various coffee related things
+
+---

Old:

  openmoji-12.2+git.1581783086.1a0d6f8c.tar.xz

New:

  openmoji-12.3.0+git.1590131834.9ea5516a1.tar.xz
  openmoji.obsinfo



Other differences:
--
++ openmoji-fonts.spec ++
--- /var/tmp/diff_new_pack.idz7Gp/_old  2020-07-05 01:14:38.628319188 +0200
+++ /var/tmp/diff_new_pack.idz7Gp/_new  2020-07-05 01:14:38.628319188 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package veyon.spec
+# spec file for package openmoji-fonts
 #
 # Copyright (c) 2020 SUSE LLC
 #
@@ -19,17 +19,17 @@
 %define ttf_fontdir %{_datadir}/fonts/truetype
 %define fontname openmoji
 Name:   openmoji-fonts
-Version:12.2+git.1581783086.1a0d6f8c
+Version:12.3.0+git.1590131834.9ea5516a1
 Release:0
-License:CC-BY-SA-4.0
 Summary:OpenMoji fonts
-Url:https://openmoji.org/
+License:CC-BY-SA-4.0
 Group:  System/X11/Fonts
+URL:https://openmoji.org/
 Source: %{fontname}-%{version}.tar.xz
 %reconfigure_fonts_prereq
-BuildRequires:  fontpackages-devel
 BuildRequires:  %suseconfig_fonts_prereq
-BuildRoot:  %{_tmppath}/%{fontname}-%{version}-build
+BuildRequires:  fontpackages-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.idz7Gp/_old  2020-07-05 01:14:38.656319283 +0200
+++ /var/tmp/diff_new_pack.idz7Gp/_new  2020-07-05 01:14:38.656319283 +0200
@@ -2,8 +2,8 @@
   
 git://github.com/hfg-gmuend/openmoji.git
 git
-1a0d6f8
-12.2+git
+9ea5516
+12.3.0+git
 %ct.%h
   
   

++ openmoji.obsinfo ++
name: openmoji
version: 12.3.0+git.1590131834.9ea5516a1
mtime: 1590131834
commit: 9ea5516a1847ed82529edbeb0202b2afef78f00b




commit gzdoom for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package gzdoom for openSUSE:Factory checked 
in at 2020-07-05 01:13:39

Comparing /work/SRC/openSUSE:Factory/gzdoom (Old)
 and  /work/SRC/openSUSE:Factory/.gzdoom.new.3060 (New)


Package is "gzdoom"

Sun Jul  5 01:13:39 2020 rev:13 rq:816863 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Factory/gzdoom/gzdoom.changes2020-01-30 
09:42:47.665534890 +0100
+++ /work/SRC/openSUSE:Factory/.gzdoom.new.3060/gzdoom.changes  2020-07-05 
01:14:16.924245121 +0200
@@ -1,0 +2,40 @@
+Wed Jun 17 14:33:30 UTC 2020 - Jan Engelhardt 
+
+- Update to release 4.4.2
+  * Made the new "Build" light mode operational
+
+---
+Fri Jun 12 00:26:10 UTC 2020 - Jan Engelhardt 
+
+- Add gzdoom-sdlbug.patch.
+
+---
+Thu Jun 11 15:19:30 UTC 2020 - Jan Engelhardt 
+
+- Update to release 4.4.1
+  * Heretic's "bag of holding" had incorrectly given mace capacity.
+  * Mapped "Smooth mouse" back to the "m_filter" CVAR, and
+removed the "smooth_mouse" CVAR.
+  * Fixed crash with texture upscaling in the truecolor software
+renderer.
+  * Fixed crash rendering 3D floors without ceiling or floor
+textures in software.
+
+---
+Sun Jun  7 23:39:42 UTC 2020 - Jan Engelhardt 
+
+- Update to release 4.4.0
+  * Heretic's "bag of holding" had incorrectly given mace ammo.
+  * Added per pixel lighting for decals.
+  * Added a compatibility option for a bad teleporter in the
+final map of Strife.
+  * Add a cvar to control weapon bobbing while firing.
+  * Fixed crash on maps with out of range sidedef and sector
+numbers.
+  * Fixed missing sound for Polyobj_MoveTo.
+  * Attenuated lights for Strife.
+  * Added MTF_NOCOUNT to spawn flags.
+- Drop gzdoom-system-gme.patch (moved to zmusic.spec),
+  gzdoom-dl.patch (unnecessary). Add gzdoom-spirv.patch.
+
+---
@@ -10,2 +50,4 @@
-  * infrastructure in place in case Nerve.wad changes again, this can be 
extended
-  * customized invulnerability colormap does not interfere with 
Powerup.ColorMap
+  * infrastructure in place in case Nerve.wad changes again, this
+can be extended.
+  * customized invulnerability colormap does not interfere with
+Powerup.ColorMap.
@@ -13 +55,3 @@
-  * define misc/secret for Hexen, too. By now there are some mods defining 
secrets for the game so this sound should be present there.
+  * define misc/secret for Hexen, too. By now there are some mods
+defining secrets for the game so this sound should be present
+there.

Old:

  g4.3.3.tar.gz
  gzdoom-dl.patch
  gzdoom-system-gme.patch

New:

  g4.4.2.tar.gz
  gzdoom-sdlbug.patch
  gzdoom-spirv.patch



Other differences:
--
++ gzdoom.spec ++
--- /var/tmp/diff_new_pack.tc4mvY/_old  2020-07-05 01:14:20.596257651 +0200
+++ /var/tmp/diff_new_pack.tc4mvY/_new  2020-07-05 01:14:20.596257651 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gzdoom
-Version:4.3.3
+Version:4.4.2
 Release:0
 Summary:A DOOM source port with graphic and modding extensions
 License:GPL-3.0-only
@@ -28,38 +28,31 @@
 Source: https://github.com/coelckers/gzdoom/archive/g%version.tar.gz
 Patch1: gzdoom-waddir.patch
 Patch2: gzdoom-lzma.patch
-Patch3: gzdoom-vulkan.patch
-Patch4: gzdoom-asmjit.patch
-Patch5: gzdoom-system-gme.patch
-Patch6: gzdoom-dl.patch
+Patch3: gzdoom-asmjit.patch
+Patch4: gzdoom-spirv.patch
+Patch5: gzdoom-sdlbug.patch
+Patch6: gzdoom-vulkan.patch
 BuildRequires:  cmake >= 2.8.7
 BuildRequires:  gcc-c++
-BuildRequires:  glslang-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  nasm
 BuildRequires:  pkg-config
-BuildRequires:  spirv-tools-devel
 BuildRequires:  unzip
-BuildRequires:  xz
+BuildRequires:  zmusic-devel
 BuildRequires:  pkgconfig(bzip2)
+BuildRequires:  pkgconfig(clzma) >= 17.01
 BuildRequires:  pkgconfig(flac)
-BuildRequires:  pkgconfig(fluidsynth)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libgme)
-BuildRequires:  pkgconfig(libmpg123)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(sdl2)
-BuildRequires:  pkgconfig(sndfile)
-BuildRequires:  pkgconfig(vulkan)
 BuildRequires:  pkgconfig(zlib)
-%if 0%{?suse_version} >= 1500
-BuildRequires:  pkgconfig(clzma) >= 17.01
+%if 0%{?sle_version} >= 150200
+BuildRequires:  glslang-devel >= 6.3
+BuildRequires:  pkgconfig(vulkan) >= 1.1.77
 %else
-Provides:   bundled(lzma-sdk) = 19.00
-%endif
-%if 

commit mkvtoolnix for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2020-07-05 01:13:56

Comparing /work/SRC/openSUSE:Factory/mkvtoolnix (Old)
 and  /work/SRC/openSUSE:Factory/.mkvtoolnix.new.3060 (New)


Package is "mkvtoolnix"

Sun Jul  5 01:13:56 2020 rev:124 rq:817563 version:48.0.0

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2020-06-03 
20:35:02.909647669 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new.3060/mkvtoolnix.changes  
2020-07-05 01:14:49.180353666 +0200
@@ -1,0 +2,74 @@
+Sun Jun 28 05:55:10 UTC 2020 - Luigi Baldoni 
+
+- Update to version 48.0.0
+  New features and enhancements:
+  * mkvmerge: AC-3: file identification will report AC-3 tracks
+encoded in Dolby Surround EX as codec "AC-3 Dolby Surround
+EX".
+  * MKVToolNix GUI: multiplexer: on new installations the GUI
+will now recognize all known ISO 639-2 language codes in file
+names by default instead of only the top 100 of languages by
+native speakers.
+  * MKVToolNix GUI: multiplexer: on new installations the list
+of "often used languages" will by default only contain
+certain agnostic ones ("multiple languages", "no linguistic
+content", "reserved for local use", "uncoded languages"),
+"English" and the default user interface language. The "list
+of spoken languages by native speaks" isn't used anymore.
+  * MKVToolNix GUI: header editor: added an option to remove all
+attachments to the tree context menu.
+  * MKVToolNix GUI: while the GUI is running it will remember
+the last page that was selected when the preferences dialog
+is closed. Upon re-opening the preferences that page will be
+selected by default.
+  Bug fixes:
+  * mkvmerge: fixed a segmentation fault when exiting
+prematurely due to write errors such as the destination
+having run out of space.
+  * mkvmerge: DTS: fixed wrong channel count for DTS tracks with
+XCh extensions.
+  * mkvmerge: MPEG TS reader: fixed detecting h.264/AVC and
+h.265/HEVC tracks that consist of only a single frame.
+  * mkvmerge: MPEG TS reader: fixed handling of unbounded PES
+sizes for tracks that consist of only a single PES packet.
+  * mkvmerge: MPEG TS reader: PGS subtitle tracks are now exempt
+from the "detect bogus subtitle timestamps" heuristic which
+could lead to some PGS subtitles not being timestamped
+correctly. Symptoms were that they were shown at the wrong
+time or that they were shown indefinitely.
+  * mkvmerge: MPEG TS reader: when reading MPLS playlists the
+start timestamps of a play items were handled wrong: all the
+timestamps of packets read were compared to that start
+timestamp, dropping those packets whose timestamps were
+smaller than the play item's start timestamp. The correct
+behavior is to accept all packets as soon as the first one
+with a timestamp equal to or larger than the play item's
+start timestamp is encountered. This could result in PGS
+subtitle entries located right at the start of the play item
+being garbled/lost as they consist of multiple PES packets
+for which some timestamps are often slightly smaller.
+  * mkvmerge: MPEG TS reader: when reading MPLS playlists
+mkvmerge will no longer read the whole M2TS files they
+reference, processing only the packets lying inside the
+timestamp range given by the playlists's play item's start &
+end timestamps. Instead mkvmerge will use the index
+information present in corresponding clip information (CLPI)
+files in order to seek to the nearest file position of the
+play item's start timestamp. Additionally mkvmerge will
+simply stop processing a file once the end timestamp is
+seen. This change greatly speeds up processing files from
+which only small portions must be read.
+  * mkvmerge: WavPack: fixed support for files created by v5 of
+the program. Checksums, DSD audio data and non-standard
+sampling rates are handled correctly.
+  * MKVToolNix GUI: multiplexer: fixed the cursor being
+positioned wrong after entering or pasting characters that
+aren't allowed in file names into the "destination file"
+control.
+  Build system changes:
+  * libEBML v1.4.0 and libMatroska v1.6.0 are now required.
+  Other changes:
+  * The source code repository's main development branch was
+renamed to `main`.
+
+---

Old:

  mkvtoolnix-47.0.0.tar.xz
  mkvtoolnix-47.0.0.tar.xz.sig

New:

  mkvtoolnix-48.0.0.tar.xz
  mkvtoolnix-48.0.0.tar.xz.sig



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.60ZLna/_old  

commit mrouted for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package mrouted for openSUSE:Factory checked 
in at 2020-07-05 01:13:23

Comparing /work/SRC/openSUSE:Factory/mrouted (Old)
 and  /work/SRC/openSUSE:Factory/.mrouted.new.3060 (New)


Package is "mrouted"

Sun Jul  5 01:13:23 2020 rev:2 rq:816040 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/mrouted/mrouted.changes  2018-07-02 
23:32:35.113313589 +0200
+++ /work/SRC/openSUSE:Factory/.mrouted.new.3060/mrouted.changes
2020-07-05 01:13:44.668135043 +0200
@@ -1,0 +2,38 @@
+Wed Jun 10 14:41:41 UTC 2020 - Martin Hauke 
+
+- Update to version 4.0
+  Major release with full IGMPv3 (ASM) support and a new
+  mroutectl tool.
+  Note: command line options have been changed!
+  Changes
+  * Support for IGMPv3, both sending queries and accepting
+membership reports.
+  * Support for configurable IGMP query interval.
+  * Support for configurable IGMP robustness variable.
+  * Incompatible command line option refactor.
+  * New directive in mrouted.conf: no phyint, reverses the default
+behavior of mrouted. Interfaces can then selectively be enabled
+  * Support for disabling the IP router-alert option
+md unit file.
+  * Introduce mroutectl, a helpful tool to interact with mrouted.
+This completely replaces mrouted.cache and mrouted.dump,
+including SIGUSR1 and SIGUSR2 signals, which are now ignored.
+  * The mrouted.pid file, and the new mrouted.sock file, are now
+located in /var/run
+  * Major cleanup of logging directives read from the command line,
+and from mroutectl. Use -d ?, and -l ? to list alternatives.
+  Fixes
+  * Fix #20: Replace obsolete gethostbyname() w/ getaddrinfo()
+  * Fix #25: Save mrouted.genid to persistent store in /var/lib
+instead of /var/run
+  * Fixed libc portability issues, e.g. GNU:isms like %m etc.
+  * Import OpenBSD fix to daemon() equivalent, use /dev/null for
+stdin, stdout and stderr.
+  * Use clock_gettime(), with monotonic clock, instead of the
+unsafe gethostbyname(), for all non-date-printing code paths.
+Only for mrouted, other tools have not been changed.
+  * Fix lots of invalid format specifiers
+  * Fix memory leaks in mrouted on SIGHUP.
+- Package systemd service file
+
+---

Old:

  mrouted-3.9.8.tar.gz

New:

  mrouted-4.0.tar.gz



Other differences:
--
++ mrouted.spec ++
--- /var/tmp/diff_new_pack.28uyWX/_old  2020-07-05 01:13:45.572138129 +0200
+++ /var/tmp/diff_new_pack.28uyWX/_new  2020-07-05 01:13:45.576138143 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package mrouted
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,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:   mrouted
-Version:3.9.8
+Version:4.0
 Release:0
 Summary:An implementation of the DVMRP multicast routing protocol
 License:BSD-3-Clause AND BSD-4-Clause
@@ -25,7 +26,10 @@
 URL:https://github.com/troglobit/mrouted
 #Git-Clone: https://github.com/troglobit/mrouted.git
 Source: 
https://github.com/troglobit/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  bison
+%{?systemd_requires}
 
 %description
 Mrouted is an implementation of the Distance-Vector Multicast Routing
@@ -39,18 +43,33 @@
 %setup -q
 
 %build
-./configure
-make %{?_smp_mflags}
+autoreconf -fiv
+%configure --with-systemd=%{_unitdir}
+%make_build
 
 %install
-%make_install prefix=/usr
+%make_install prefix=%{_prefix}
+install -D -m0644 mrouted.conf %{buildroot}/%{_sysconfdir}/mrouted.conf
 rm -rf %{buildroot}/%{_datadir}/doc
 
+%preun
+%service_del_preun mrouted.service
+
+%postun
+%service_del_postun mrouted.service
+
+%pre
+%service_add_pre mrouted.service
+
+%post
+%service_add_post mrouted.service
+
 %files
-%doc AUTHORS ChangeLog README.md
+%doc ChangeLog.md README.md
 %license LICENSE
 %{_sbindir}/map-mbone
 %{_sbindir}/mrinfo
+%{_sbindir}/mroutectl
 %{_sbindir}/mrouted
 %{_sbindir}/mtrace
 %config %{_sysconfdir}/mrouted.conf
@@ -58,5 +77,8 @@
 %{_mandir}/man8/mrinfo.8%{?ext_man}
 %{_mandir}/man8/mrouted.8%{?ext_man}
 %{_mandir}/man8/mtrace.8%{?ext_man}
+%{_mandir}/man5/mrouted.conf.5%{?ext_man}
+%{_mandir}/man8/mroutectl.8%{?ext_man}
+%{_unitdir}/mrouted.service
 
 %changelog

++ mrouted-3.9.8.tar.gz -> 

commit psi+ for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2020-07-05 01:13:04

Comparing /work/SRC/openSUSE:Factory/psi+ (Old)
 and  /work/SRC/openSUSE:Factory/.psi+.new.3060 (New)


Package is "psi+"

Sun Jul  5 01:13:04 2020 rev:57 rq:814150 version:1.4.1366+0

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+-lang.changes   2020-05-11 
13:42:41.725290300 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new.3060/psi+-lang.changes 2020-07-05 
01:13:31.776091050 +0200
@@ -1,0 +2,5 @@
+Fri Jun  5 11:02:57 UTC 2020 - Jiri Slaby 
+
+- update to 1.4.1355
+
+---
--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2020-05-11 
13:42:42.913292820 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new.3060/psi+.changes  2020-07-05 
01:13:33.196095895 +0200
@@ -1,0 +2,30 @@
+Fri Jun  5 11:31:28 UTC 2020 - Jiri Slaby 
+
+- update to 1.4.1366
+  * More svg related fixes
+  * relink libpsi
+  * Fixed overriding iconsets loading with svg inside
+  * Profanity converted to svg
+  * Render SVG in default size if desired size is not set
+  * Improve support of XEP-0380
+  * iris relinked
+  * Improve bookmarks menu + simplify work of translators
+  * Ensmall your icons
+  * Enlarge your icons
+  * Vectorize most of client icons
+  * Remove unused method from plugins interface
+  * Add indicator of secure messages in groupchats
+  * Rename icons related to encryption
+  * Change icons for all encrypted messages in chat
+  * Use captured this explicitly to hint compiler
+  * Fixed some deprecation warnings from Qt 5.15
+  * Removing deprecated bearer management
+  * More optimizations and fixes for svg icons
+  * Fixed rendering issues of svg clients in jid switcher
+  * Added original Conversations client icon
+  * An attempt to fix plugins options. Fixed codestyle
+  * and much more
+- skinsplugin dropped
+- gnupgplugin renamed to openpgpplugin
+
+---

Old:

  psi+-1.4.1159+0.tar.xz
  psi-plus-l10n-1.4.1141+0.tar.xz

New:

  psi+-1.4.1366+0.tar.xz
  psi-plus-l10n-1.4.1355+0.tar.xz



Other differences:
--
++ psi+-lang.spec ++
--- /var/tmp/diff_new_pack.ZXt8qM/_old  2020-07-05 01:13:35.096102379 +0200
+++ /var/tmp/diff_new_pack.ZXt8qM/_new  2020-07-05 01:13:35.100102393 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define version_unconverted 1.4.1141+0
+%define version_unconverted 1.4.1355+0
 
 Name:   psi+-lang
 URL:https://github.com/psi-plus/psi-plus-l10n
-Version:1.4.1141+0
+Version:1.4.1355+0
 Release:0
 Summary:Translations for Psi+
 License:GPL-2.0-or-later

++ psi+.spec ++
--- /var/tmp/diff_new_pack.ZXt8qM/_old  2020-07-05 01:13:35.116102448 +0200
+++ /var/tmp/diff_new_pack.ZXt8qM/_new  2020-07-05 01:13:35.120102461 +0200
@@ -18,11 +18,11 @@
 
 %define __builder ninja
 
-%define version_unconverted 1.4.1159+0
+%define version_unconverted 1.4.1366+0
 
 Name:   psi+
 URL:https://github.com/psi-plus
-Version:1.4.1159+0
+Version:1.4.1366+0
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0-or-later AND Apache-2.0
@@ -154,12 +154,13 @@
 %description plugins-birthdayreminderplugin
 This plugin is designed to show reminders of upcoming birthdays.
 
-%package plugins-gnupgplugin
+%package plugins-openpgpplugin
 Summary:Plugin for Psi
 Group:  Productivity/Networking/Talk/Clients
 Requires:   %{name} = %{version}
+Provides:   plugins-gnupgplugin = %{version}
 
-%description plugins-gnupgplugin
+%description plugins-openpgpplugin
 Plugin to support GnuPG end-to-end encryption.
 
 %package plugins-gomokugameplugin
@@ -320,14 +321,6 @@
 This plugin shows popup notifications when users from your roster changes
 their mood, tune or activity.
 
-%package plugins-skinsplugin
-Summary:Plugin for Psi
-Group:  Productivity/Networking/Talk/Clients
-Requires:   %{name} = %{version}
-
-%description plugins-skinsplugin
-This plugin is designed to create, store and apply skins to Psi+.
-
 %package plugins-qipxstatusesplugin
 Summary:Plugin for Psi
 Group:  Productivity/Networking/Talk/Clients
@@ -361,7 +354,8 @@
 %build
 %cmake \
-DCHAT_TYPE=WEBENGINE \
-   -DENABLE_PLUGINS=ON
+   -DENABLE_PLUGINS=ON \
+   -DINSTALL_PLUGINS_SDK=ON
 %cmake_build
 
 %install
@@ -369,12 +363,6 @@
 
 %suse_update_desktop_file psi-plus
 
-# plugins-devel
-install -d %{buildroot}%{_datadir}/psi-plus/plugins/include/
-install -m 0644 -t %{buildroot}%{_datadir}/psi-plus/plugins/ 
src/plugins/plugins.pri
-install -m 0644 -t 

commit opensbi for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package opensbi for openSUSE:Factory checked 
in at 2020-07-05 01:13:14

Comparing /work/SRC/openSUSE:Factory/opensbi (Old)
 and  /work/SRC/openSUSE:Factory/.opensbi.new.3060 (New)


Package is "opensbi"

Sun Jul  5 01:13:14 2020 rev:3 rq:816148 version:0.8

Changes:

--- /work/SRC/openSUSE:Factory/opensbi/opensbi.changes  2020-02-24 
15:57:31.528136341 +0100
+++ /work/SRC/openSUSE:Factory/.opensbi.new.3060/opensbi.changes
2020-07-05 01:13:41.140123004 +0200
@@ -1,0 +2,34 @@
+Sat Jun 20 11:36:16 UTC 2020 - Andreas Schwab 
+
+- Update to opensbi 0.8
+  * Simple FDT timer driver framework
+  * Simple FDT ipi driver framework
+  * Simple FDT irqchip driver framework
+  * Simple FDT serial framework
+  * Generic FDT based platform support
+  * Nuclei UX600 platform support
+  * Detect HART CSRs at boot time
+  * Multi-PLIC support
+  * Multi-CLINT support
+  * Allow multiple builtin DTBs
+  * Hypervisor v0.6.1 specification support
+  * Shakti C-class platform support
+
+---
+Thu Jun 18 08:50:59 UTC 2020 - Andreas Schwab 
+
+- Drop qemu-riscv64smode flavor
+- Only install fw_dynamic firmware
+
+---
+Mon Apr 20 13:30:20 UTC 2020 - Andreas Schwab 
+
+- Update to opensbi 0.7
+  * SBI v0.2 HSM extension
+  * Simple bitops library
+  * Simple bitmap library
+  * Simple hartmask library
+  * Sparse and discontinuous HART id support
+  * Memory reservation in DTB passed to next booting stage
+
+---

Old:

  opensbi-0.6.tar.gz

New:

  opensbi-0.8.tar.gz



Other differences:
--
++ opensbi.spec ++
--- /var/tmp/diff_new_pack.zI2O5m/_old  2020-07-05 01:13:41.960125803 +0200
+++ /var/tmp/diff_new_pack.zI2O5m/_new  2020-07-05 01:13:41.960125803 +0200
@@ -23,17 +23,13 @@
 %else
 Name:   opensbi-%{target}
 %endif
-Version:0.6
+Version:0.8
 Release:0
 Summary:RISC-V Open Source Supervisor Binary Interface
 License:BSD-2-Clause
 Group:  System/Boot
 URL:https://github.com/riscv/opensbi
 Source: 
https://github.com/riscv/opensbi/archive/v%{version}.tar.gz#/opensbi-%{version}.tar.gz
-%if "%{target}" != ""
-BuildRequires:  dtb-sifive
-BuildRequires:  u-boot-%{target}
-%endif
 ExclusiveArch:  riscv64
 
 %description
@@ -71,42 +67,24 @@
 
 %build
 %if "%{target}" == ""
-%make_build PLATFORM=qemu/virt
+%make_build PLATFORM=generic
 %endif
 %if "%{target}" == "sifivefu540"
-%make_build PLATFORM=sifive/fu540 FW_PAYLOAD_PATH=/boot/u-boot.bin 
FW_PAYLOAD_FDT_PATH=/boot/dtb/hifive-unleashed-a00.dtb
-%endif
-%if "%{target}" == "qemu-riscv64smode"
-%make_build PLATFORM=qemu/virt FW_PAYLOAD_PATH=/boot/u-boot.bin
+%make_build PLATFORM=sifive/fu540
 %endif
 
 %install
 %if "%{target}" == ""
-make install I=%{buildroot}%{_prefix}
-mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
-install -D -m 644 build/platform/qemu/virt/firmware/fw_dynamic.bin 
%{buildroot}%{_datadir}/opensbi/opensbi.bin
+make install I=%{buildroot}%{_prefix} INSTALL_LIB_PATH=%{_lib}
 %endif
 %if "%{target}" == "sifivefu540"
-install -D -m 644 build/platform/sifive/fu540/firmware/fw_payload.bin 
%{buildroot}/boot/opensbi-u-boot-sifive-fu540.bin
-install -D -m 644 build/platform/sifive/fu540/firmware/fw_dynamic.bin 
%{buildroot}/boot/opensbi-sifive-fu540.bin
-%endif
-%if "%{target}" == "qemu-riscv64smode"
-install -D -m 644 build/platform/qemu/virt/firmware/fw_payload.bin 
%{buildroot}/boot/opensbi-u-boot-qemu-virt.bin
-install -D -m 644 build/platform/qemu/virt/firmware/fw_dynamic.bin 
%{buildroot}/boot/opensbi-qemu-virt.bin
+install -D -m 644 build/platform/sifive/fu540/firmware/fw_dynamic.bin 
%{buildroot}%{_datadir}/opensbi/opensbi-sifive-fu540.bin
 %endif
 
+%if "%{target}" != ""
 %files
-%if "%{target}" == ""
 %{_datadir}/opensbi
 %endif
-%if "%{target}" == "sifivefu540"
-/boot/opensbi-u-boot-sifive-fu540.bin
-/boot/opensbi-sifive-fu540.bin
-%endif
-%if "%{target}" == "qemu-riscv64smode"
-/boot/opensbi-u-boot-qemu-virt.bin
-/boot/opensbi-qemu-virt.bin
-%endif
 
 %if "%{target}" == ""
 %files devel

++ _multibuild ++
--- /var/tmp/diff_new_pack.zI2O5m/_old  2020-07-05 01:13:41.984125885 +0200
+++ /var/tmp/diff_new_pack.zI2O5m/_new  2020-07-05 01:13:41.988125897 +0200
@@ -1,4 +1,3 @@
 
   sifivefu540
-  qemu-riscv64smode
 

++ opensbi-0.6.tar.gz -> opensbi-0.8.tar.gz ++
 14666 lines of diff (skipped)




commit enlightenment for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2020-07-05 01:12:48

Comparing /work/SRC/openSUSE:Factory/enlightenment (Old)
 and  /work/SRC/openSUSE:Factory/.enlightenment.new.3060 (New)


Package is "enlightenment"

Sun Jul  5 01:12:48 2020 rev:31 rq:818654 version:0.24.0

Changes:

--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes  
2020-01-21 20:59:53.188835561 +0100
+++ /work/SRC/openSUSE:Factory/.enlightenment.new.3060/enlightenment.changes
2020-07-05 01:13:01.603988085 +0200
@@ -1,0 +2,33 @@
+Fri Jul  3 22:51:40 UTC 2020 - Stefan Brüns 
+
+- Fix name for dlopen'ed libddcutil2 runtime dependency
+
+---
+Tue May 19 04:59:07 UTC 2020 - Simon Lees 
+
+- 0.24.0
+* New and improved shot module with editor and cropper
+* Reduced number of setuid tools (merged many into single system tool)
+* External monitor backlight and brightness controls via (lib)ddctil
+* Improved resolution of EFM thumbnails to 256x256 by default
+* New and improved crash handling guru meditation
+* Restarts are now seamless with fade in and out and zero glitches
+* Wallpaper import generates multiple resolutions for better efficiency
+* Regularly malloc_trim if available to keep mem down
+* All restarts are now handled by enlightenment_start, not e itself
+* Enforce pointer lock to screen in X to stop pointer out-of-bounds
+* Pager plain is gone - use the regular "miniature preview" pager
+* Music control auto-runs your selected media player if not there
+* Handle exception for steam games to find the right desktop file
+* Polkit auth agent support as new core module - no extra daemons
+* Drop comp fast effects - Should be edje transition factor + theme tags
+* Easier config of specific desktop wallpaper straight from pager
+* Startup should be smoother with IO prefetch thread
+* New special blanking timeout for when locked that can be shorter
+* Bluez4 gone now as Bluez5 is done and working fine
+* Down to zero outstanding coverity issues
+* The usual batches of bug fixes and minor improvements
+  * New source system.conf to replace upstream's with an openSUSE
+specific config
+
+---
@@ -1759 +1791,0 @@
-

Old:

  enlightenment-0.23.1.tar.xz

New:

  enlightenment-0.24.0.tar.xz
  system.conf



Other differences:
--
++ enlightenment.spec ++
--- /var/tmp/diff_new_pack.VpV3tJ/_old  2020-07-05 01:13:10.272017665 +0200
+++ /var/tmp/diff_new_pack.VpV3tJ/_new  2020-07-05 01:13:10.272017665 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define efl_version1.18.0
+%define efl_version1.24.1
 %define systemd_present (0%{?suse_version} >= 1230 || 0%{?fedora} >= 18 || 
0%{?mageia})
 # Wayland is broken with current efl waiting for a new e release
 %define enable_wayland (0%{?suse_version} > 1520)
@@ -24,17 +24,18 @@
 # Fix this later
 %define build_doc 0
 Name:   enlightenment
-Version:0.23.1
+Version:0.24.0
 Release:0
 Summary:The window manager
 License:BSD-2-Clause
 Group:  System/X11/Displaymanagers
-Url:http://enlightenment.org/
+URL:http://enlightenment.org/
 Source: 
http://download.enlightenment.org/rel/apps/enlightenment/%{name}-%{version}.tar.xz
 Source2:enlightenment.pam
+Source3:system.conf
 # PATCH-FEATURE_OPENSUSE feature-network-manager-wizard.patch 
si...@simotek.net adds nm-applet to startup apps if its present,
 # this will be maybe upstreamed when upstream network manager applet supports 
app indicator - (1.1.0)
-Source3:network_manager_wizard.c
+Source4:network_manager_wizard.c
 # PATCH-FIX-OPENSUSE - enlightenment-0.16.999.65256-dont_require_suidbit.patch 
sleep_wal...@opensuse.org -- upstream insist on having suidbit
 Patch0: enlightenment-0.16.999.65256-dont_require_suidbit.patch
 # PATCH-FEATURE-OPENSUSE dont_offer_updates.patch -- don't offer updates, 
that's up to package manager -- sleep_wal...@opensuse.org
@@ -46,8 +47,9 @@
 Patch4: feature-wizard-keylayout-from-sys.patch
 Patch5: feature-qt-apps-gtk2-theme.patch
 BuildRequires:  alsa-devel
+BuildRequires:  cmake
 BuildRequires:  doxygen
-BuildRequires:  edje >= %{efl_version}

commit opencl-headers for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package opencl-headers for openSUSE:Factory 
checked in at 2020-07-05 01:12:55

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


Package is "opencl-headers"

Sun Jul  5 01:12:55 2020 rev:11 rq:809455 version:2.2+git.20200512

Changes:

--- /work/SRC/openSUSE:Factory/opencl-headers/opencl-headers.changes
2020-02-28 15:22:18.738011734 +0100
+++ /work/SRC/openSUSE:Factory/.opencl-headers.new.3060/opencl-headers.changes  
2020-07-05 01:13:22.248058534 +0200
@@ -1,0 +2,19 @@
+Wed May 27 08:47:52 UTC 2020 - Martin Pluskal 
+
+- Update to version 2.2+git.20200512:
+  * Add cl_half.h header (#60)
+  * add tokens for cl_amd_device_attribute_query (#90)
+  * Add Windows CI using Travis (#82)
+  * update headers for OpenCL 3.0 (#88)
+  * Add cl_khr_extended_versioning macro (#85)
+  * Synchronize experimental enum etc with cl.xml (#83)
+  * Include the DirectX sharing headers from CL/cl_icd.h. (#81)
+  * add missing error code CL_CONTEXT_TERMINATED_KHR
+  * Change license to Apache 2.0 (#76)
+  * Add enum value for `cl_khronos_vendor_id` (#71)
+  * Experimental enum cl_khronos_vendor_id (#75)
+  * experimental enums for language queries
+  * add experimental enum CL_COMMAND_SVM_MIGRATE_MEM
+  * move two subgroup queries from cl_kernel_info to cl_kernel_sub_group_info
+
+---

Old:

  opencl-headers-2.2+git.20200218.obscpio

New:

  opencl-headers-2.2+git.20200512.obscpio



Other differences:
--
++ opencl-headers.spec ++
--- /var/tmp/diff_new_pack.QkoKkl/_old  2020-07-05 01:13:24.236065319 +0200
+++ /var/tmp/diff_new_pack.QkoKkl/_new  2020-07-05 01:13:24.236065319 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   opencl-headers
-Version:2.2+git.20200218
+Version:2.2+git.20200512
 Release:0
 Summary:OpenCL (Open Computing Language) headers
 License:MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.QkoKkl/_old  2020-07-05 01:13:24.280065469 +0200
+++ /var/tmp/diff_new_pack.QkoKkl/_new  2020-07-05 01:13:24.280065469 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/KhronosGroup/OpenCL-Headers.git
-  96f5bde69064a7f94012b40fffd66ac5508977da
\ No newline at end of file
+  5cc337c890dab1c996cc97b617c578d37a7247bf
\ No newline at end of file

++ opencl-headers-2.2+git.20200218.obscpio -> 
opencl-headers-2.2+git.20200512.obscpio ++
 1927 lines of diff (skipped)

++ opencl-headers.obsinfo ++
--- /var/tmp/diff_new_pack.QkoKkl/_old  2020-07-05 01:13:24.404065892 +0200
+++ /var/tmp/diff_new_pack.QkoKkl/_new  2020-07-05 01:13:24.404065892 +0200
@@ -1,5 +1,5 @@
 name: opencl-headers
-version: 2.2+git.20200218
-mtime: 1582048484
-commit: 96f5bde69064a7f94012b40fffd66ac5508977da
+version: 2.2+git.20200512
+mtime: 1589281469
+commit: 5cc337c890dab1c996cc97b617c578d37a7247bf
 




commit autoyast2 for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2020-07-05 01:12:21

Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and  /work/SRC/openSUSE:Factory/.autoyast2.new.3060 (New)


Package is "autoyast2"

Sun Jul  5 01:12:21 2020 rev:279 rq:818615 version:4.3.21

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2020-06-14 
18:15:43.462923090 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.3060/autoyast2.changes
2020-07-05 01:12:33.411891877 +0200
@@ -1,0 +2,54 @@
+Fri Jul  3 15:04:28 UTC 2020 - Josef Reidinger 
+
+- Replace old module registry with newer code that is easier to
+  maintain and better test covered (bsc#1173699)
+- 4.3.21
+
+---
+Thu Jul  2 15:18:39 UTC 2020 - Knut Anderssen 
+
+- Make the report section elements optional as AutoYaST proposes
+  default values when missing (bsc#1173312)
+- 4.3.20
+
+---
+Thu Jul 02 11:53:44 UTC 2020 - Knut Anderssen 
+
+- The language, timezone and keyboard sections are applied and
+  removed during the first stage (bsc#1173624).
+- 4.3.19
+
+---
+Fri Jun 26 13:59:41 UTC 2020 - Imobach Gonzalez Sosa 
+
+- Allow the user to ask for a reduced profile using the 'target'
+  argument in the command line (bsc#1171356).
+- 4.3.18
+
+---
+Fri Jun 26 11:21:11 UTC 2020 - Josef Reidinger 
+
+- Cloning does not depend on the SetModified API call(bsc#1172552)
+- 4.3.17
+
+---
+Tue Jun 23 20:15:14 UTC 2020 - Josef Reidinger 
+
+- Do not export general section if not requested (bsc#1172552)
+- 4.3.16
+
+---
+Fri Jun 19 11:38:57 UTC 2020 - Ladislav Slezák 
+
+- Validate the XML files before using them (bsc#1173091)
+- Allow disabling the validation by setting
+  YAST_SKIP_XML_VALIDATION=1
+- 4.3.15
+
+---
+Thu Jun 18 11:53:05 UTC 2020 - Imobach Gonzalez Sosa 
+
+- Do not export sections with no content (related to bsc#1172749).
+- 4.3.14
+
+---

Old:

  autoyast2-4.3.13.tar.bz2

New:

  autoyast2-4.3.21.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.Yys5N4/_old  2020-07-05 01:12:34.559895794 +0200
+++ /var/tmp/diff_new_pack.Yys5N4/_new  2020-07-05 01:12:34.563895808 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.3.13
+Version:4.3.21
 Release:0
 Summary:YaST2 - Automated Installation
 License:GPL-2.0-only
@@ -66,8 +66,8 @@
 
 Requires:   autoyast2-installation = %{version}
 Requires:   libxslt
-# AutoYaST issue handling
-Requires:   yast2 >= 4.3.2
+# XML.validate
+Requires:   yast2 >= 4.3.8
 Requires:   yast2-core
 Requires:   yast2-country >= 3.1.13
 # Moving security module to first installation stage
@@ -236,7 +236,6 @@
 %{yast_moduledir}/AutoinstScripts.rb
 %{yast_moduledir}/AutoinstGeneral.rb
 %{yast_moduledir}/AutoinstImage.rb
-%{yast_moduledir}/Y2ModuleConfig.rb
 %{yast_moduledir}/Profile.rb
 %{yast_moduledir}/AutoinstFile.rb
 %{yast_moduledir}/AutoinstConfig.rb
@@ -281,6 +280,9 @@
 %dir %{yast_libdir}/autoinstall/clients
 %{yast_libdir}/autoinstall/clients/*.rb
 
+%dir %{yast_libdir}/autoinstall/entries
+%{yast_libdir}/autoinstall/entries/*.rb
+
 # scripts
 %{yast_ybindir}/fetch_image.sh
 %{yast_ybindir}/autoyast-initscripts.sh

++ autoyast2-4.3.13.tar.bz2 -> autoyast2-4.3.21.tar.bz2 ++
 4878 lines of diff (skipped)




commit yast2-schema for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package yast2-schema for openSUSE:Factory 
checked in at 2020-07-05 01:12:00

Comparing /work/SRC/openSUSE:Factory/yast2-schema (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-schema.new.3060 (New)


Package is "yast2-schema"

Sun Jul  5 01:12:00 2020 rev:58 rq:818496 version:4.3.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes
2020-06-27 23:22:17.733766116 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-schema.new.3060/yast2-schema.changes  
2020-07-05 01:12:23.179856959 +0200
@@ -1,0 +2,7 @@
+Thu Jul  2 19:13:36 UTC 2020 - Knut Anderssen 
+
+- Make the report section elements optional as AutoYaST proposes
+  default values when missing (bsc#1173312)
+- 4.3.3
+
+---

Old:

  yast2-schema-4.3.2.tar.bz2

New:

  yast2-schema-4.3.3.tar.bz2



Other differences:
--
++ yast2-schema.spec ++
--- /var/tmp/diff_new_pack.bPNPUN/_old  2020-07-05 01:12:25.251864030 +0200
+++ /var/tmp/diff_new_pack.bPNPUN/_new  2020-07-05 01:12:25.251864030 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:4.3.2
+Version:4.3.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,8 +34,8 @@
 # All packages providing RNG files for AutoYaST
 # in /usr/share/YaST2/schema/autoyast/rng/*.rng
 
-# fixes for scripts elements
-BuildRequires:  autoyast2 >= 4.2.25
+# make report elements and descendants optional
+BuildRequires:  autoyast2 >= 4.3.20
 BuildRequires:  yast2
 # add_on_others element
 BuildRequires:  yast2-add-on >= 4.3.0

++ yast2-schema-4.3.2.tar.bz2 -> yast2-schema-4.3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.3.2/package/yast2-schema.changes 
new/yast2-schema-4.3.3/package/yast2-schema.changes
--- old/yast2-schema-4.3.2/package/yast2-schema.changes 2020-06-26 
15:12:55.0 +0200
+++ new/yast2-schema-4.3.3/package/yast2-schema.changes 2020-07-03 
10:34:34.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Jul  2 19:13:36 UTC 2020 - Knut Anderssen 
+
+- Make the report section elements optional as AutoYaST proposes
+  default values when missing (bsc#1173312)
+- 4.3.3
+
+---
 Fri Jun 26 08:11:23 UTC 2020 - Knut Anderssen 
 
 - Add the setup_before_proposal element to the networking section
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.3.2/package/yast2-schema.spec 
new/yast2-schema-4.3.3/package/yast2-schema.spec
--- old/yast2-schema-4.3.2/package/yast2-schema.spec2020-06-26 
15:12:55.0 +0200
+++ new/yast2-schema-4.3.3/package/yast2-schema.spec2020-07-03 
10:34:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:4.3.2
+Version:4.3.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,8 +36,8 @@
 # All packages providing RNG files for AutoYaST
 # in /usr/share/YaST2/schema/autoyast/rng/*.rng
 
-# fixes for scripts elements
-BuildRequires: autoyast2 >= 4.2.25
+# make report elements and descendants optional
+BuildRequires: autoyast2 >= 4.3.20
 BuildRequires: yast2
 # add_on_others element
 BuildRequires: yast2-add-on >= 4.3.0




commit installation-images for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2020-07-05 01:12:15

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new.3060 (New)


Package is "installation-images"

Sun Jul  5 01:12:15 2020 rev:104 rq:818528 version:15.11

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2020-07-03 00:44:19.101920441 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new.3060/installation-images.changes
2020-07-05 01:12:27.755872575 +0200
@@ -1,0 +2,7 @@
+Fri Jul 3 09:20:49 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#393
+- libzypp wants to write to /var/lib/zypp (bsc#1172870)
+- 15.11
+
+

Old:

  installation-images-15.10.tar.xz

New:

  installation-images-15.11.tar.xz



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.teUYNM/_old  2020-07-05 01:12:28.323874513 +0200
+++ /var/tmp/diff_new_pack.teUYNM/_new  2020-07-05 01:12:28.327874527 +0200
@@ -639,7 +639,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:15.10
+Version:15.11
 Release:0
 Provides:   installation-images = %version-%release
 Conflicts:  otherproviders(installation-images)

++ installation-images-15.10.tar.xz -> installation-images-15.11.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-15.10/VERSION 
new/installation-images-15.11/VERSION
--- old/installation-images-15.10/VERSION   2020-07-01 12:43:56.0 
+0200
+++ new/installation-images-15.11/VERSION   2020-07-03 11:20:49.0 
+0200
@@ -1 +1 @@
-15.10
+15.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-15.10/changelog 
new/installation-images-15.11/changelog
--- old/installation-images-15.10/changelog 2020-07-01 12:43:56.0 
+0200
+++ new/installation-images-15.11/changelog 2020-07-03 11:20:49.0 
+0200
@@ -1,3 +1,7 @@
+2020-07-03:15.11
+   - merge gh#openSUSE/installation-images#393
+   - libzypp wants to write to /var/lib/zypp (bsc#1172870)
+
 2020-07-01:15.10
- merge gh#openSUSE/installation-images#391
- generate hostnqn and hostid for NVMe (bsc#1172853)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-15.10/data/initrd/initrd.file_list 
new/installation-images-15.11/data/initrd/initrd.file_list
--- old/installation-images-15.10/data/initrd/initrd.file_list  2020-07-01 
12:43:56.0 +0200
+++ new/installation-images-15.11/data/initrd/initrd.file_list  2020-07-03 
11:20:49.0 +0200
@@ -107,6 +107,7 @@
 # add zypp config to initrd to ensure it's writable
 libzypp: nodeps
   /etc
+  /var/lib/zypp
   if patch_zypp_config_theme
 # patch /etc/zypp/zypp.conf (fate #321764); sets
 # solver.onlyRequires = true, rpm.install.excludedocs = yes, multiversion =




commit harfbuzz for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2020-07-05 01:11:39

Comparing /work/SRC/openSUSE:Factory/harfbuzz (Old)
 and  /work/SRC/openSUSE:Factory/.harfbuzz.new.3060 (New)


Package is "harfbuzz"

Sun Jul  5 01:11:39 2020 rev:75 rq:818353 version:2.6.8

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2020-06-08 
23:50:37.102583495 +0200
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new.3060/harfbuzz.changes  
2020-07-05 01:12:16.739834982 +0200
@@ -1,0 +2,9 @@
+Tue Jun 23 13:54:41 UTC 2020 - Andreas Stieger 
+
+- update to 2.6.8:
+  + New API to fetch glyph alternates from GSUB table
+  + New API +hb_ot_layout_lookup_get_glyph_alternates()
+- Drop gpg2 BuildRequires and stop verifying signature during
+  build: upstream no longer signs the tarball/signature.
+
+---

Old:

  harfbuzz-2.6.7.tar.xz
  harfbuzz-2.6.7.tar.xz.sha256.asc
  harfbuzz.keyring

New:

  harfbuzz-2.6.8.tar.xz



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.ucpQed/_old  2020-07-05 01:12:17.887838900 +0200
+++ /var/tmp/diff_new_pack.ucpQed/_new  2020-07-05 01:12:17.891838913 +0200
@@ -17,18 +17,14 @@
 
 
 Name:   harfbuzz
-Version:2.6.7
+Version:2.6.8
 Release:0
 Summary:An OpenType text shaping engine
 License:MIT
 URL:https://www.freedesktop.org/wiki/Software/HarfBuzz
 Source0:
https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz
-Source1:
https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz.sha256.asc
-# http://behdad.org
-Source2:%{name}.keyring
 Source99:   baselibs.conf
 BuildRequires:  gcc-c++
-BuildRequires:  gpg2
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.8.0
 BuildRequires:  pkgconfig(cairo-ft)
@@ -99,9 +95,6 @@
 This package contains the development files.
 
 %prep
-# the .tar.xz.sha256.asc non-detached signature was checked by source service
-# Now check the inside hash
-echo "`gpg --decrypt %{SOURCE1} | cut -c1-64`  %{SOURCE0}" | sha256sum -c
 %autosetup
 
 %build

++ harfbuzz-2.6.7.tar.xz -> harfbuzz-2.6.8.tar.xz ++
/work/SRC/openSUSE:Factory/harfbuzz/harfbuzz-2.6.7.tar.xz 
/work/SRC/openSUSE:Factory/.harfbuzz.new.3060/harfbuzz-2.6.8.tar.xz differ: 
char 25, line 1




commit python-efl for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-efl for openSUSE:Factory 
checked in at 2020-07-05 01:12:43

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


Package is "python-efl"

Sun Jul  5 01:12:43 2020 rev:4 rq:817048 version:1.24.0

Changes:

--- /work/SRC/openSUSE:Factory/python-efl/python-efl.changes2020-01-21 
20:59:47.508832913 +0100
+++ /work/SRC/openSUSE:Factory/.python-efl.new.3060/python-efl.changes  
2020-07-05 01:12:54.595964169 +0200
@@ -1,0 +2,30 @@
+Thu Jun 25 09:25:48 UTC 2020 - Guillaume GARDET 
+
+- Fix _constraints
+
+---
+Fri Jun 12 13:43:29 UTC 2020 - Simon Lees 
+
+- Disable python2, broken on Leap and nothing uses it
+
+---
+Tue May 26 05:32:31 UTC 2020 - Simon Lees 
+
+- Fix issues with docs conflicts
+
+---
+Tue May  5 05:05:02 UTC 2020 - Simon Lees 
+
+- Update to 1.24.0
+  * As always new features of EFL have been ported and the usual
+has been done in fixing bugs, optimizing speed and improve
+documentation.  (see **ChangeLog** in the tarball for the
+full list of changes)
+
+---
+Thu Apr 23 12:33:05 UTC 2020 - Simon Lees 
+
+- Explicitly require python3-Sphinx due to the module way being
+  now unresolvable.
+
+---
@@ -159 +188,0 @@
-

Old:

  python-efl-1.23.0.tar.xz

New:

  python-efl-1.24.0.tar.xz



Other differences:
--
++ python-efl.spec ++
--- /var/tmp/diff_new_pack.n79be5/_old  2020-07-05 01:12:55.363966790 +0200
+++ /var/tmp/diff_new_pack.n79be5/_new  2020-07-05 01:12:55.367966804 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-efl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,18 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 Name:   python-efl
-Version:1.23.0
+Version:1.24.0
 Release:0
 Summary:Python bindings of evas
 License:GPL-3.0-only AND LGPL-3.0-only
 Group:  Development/Libraries/Python
-Url:http://enlightenment.org
+URL:http://enlightenment.org
 Source: 
https://download.enlightenment.org/rel/bindings/python/%{name}-%{version}.tar.xz
 BuildRequires:  %{python_module devel}
-BuildRequires:  dbus-1-python-devel
 BuildRequires:  dbus-1-python3-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-cython
 BuildRequires:  python3-Cython
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(edje)
@@ -132,23 +130,22 @@
   install -m 0755 -d "%{buildroot}/%{_datadir}/$_name"
   cp -R examples/  "%{buildroot}/%{_datadir}/$_name/"
   mkdir -p %{buildroot}/%{_docdir}/$_name
-  cp -pr COPYING %{buildroot}/%{_docdir}/$_name/
-  cp -pr COPYING.LESSER %{buildroot}/%{_docdir}/$_name/
-  cp -pr AUTHORS %{buildroot}/%{_docdir}/$_name/
 done
+# Remove examples installed under python-efl namespace
+rm -r "%{buildroot}/%{_datadir}/%{name}/examples"
+rm -r "%{buildroot}/%{_docdir}/%{name}/"
 %endif
 
 %if 0%{?suse_version}
 %files %{python_files}
 %{python_sitearch}/*
-%{_docdir}/%{name}/
-%exclude %{_docdir}/%{name}/html/
+%exclude %{_docdir}/python3-efl/html/
 
 %files %{python_files doc}
-%{_docdir}/%{name}/html/
+%{_docdir}/python3-efl
 
 %files  %{python_files examples}
-%{_datadir}/%{name}
+%{_datadir}/python3-efl
 %endif
 
 %if !0%{?suse_version}

++ _constraints ++
--- /var/tmp/diff_new_pack.n79be5/_old  2020-07-05 01:12:55.391966886 +0200
+++ /var/tmp/diff_new_pack.n79be5/_new  2020-07-05 01:12:55.391966886 +0200
@@ -2,13 +2,20 @@
 
   
 
-  20
+  2
 
-
-  6
-
 
-  4
+  6
 
   
+  
+
+  aarch64
+
+
+  
+9
+  
+
+  
 

++ python-efl-1.23.0.tar.xz -> python-efl-1.24.0.tar.xz ++
/work/SRC/openSUSE:Factory/python-efl/python-efl-1.23.0.tar.xz 
/work/SRC/openSUSE:Factory/.python-efl.new.3060/python-efl-1.24.0.tar.xz 
differ: char 25, line 1




commit efl for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2020-07-05 01:12:35

Comparing /work/SRC/openSUSE:Factory/efl (Old)
 and  /work/SRC/openSUSE:Factory/.efl.new.3060 (New)


Package is "efl"

Sun Jul  5 01:12:35 2020 rev:42 rq:808889 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2020-01-31 23:59:20.559715400 
+0100
+++ /work/SRC/openSUSE:Factory/.efl.new.3060/efl.changes2020-07-05 
01:12:49.407946465 +0200
@@ -1,0 +2,54 @@
+Tue May 26 05:19:15 UTC 2020 - Simon Lees 
+
+- 1.24.2
+  * evas_vg_shape: return NULL in evas_vg_shape_add when the parent of shape 
is NULL
+  * efl_ui_image: fix to call "clicked" smart callback when there is no img
+  * ecore-x - ensure we fully look at all xkb events and refresh all binds
+  * evas_vg_container: return NULL in evas_vg_container_add when the parent of 
container is NULL
+  * build: ensure we set ENABLE_LUA_OLD when using a lua interpreter
+
+---
+Thu May 14 07:11:15 UTC 2020 - Simon Lees 
+
+- 1.24.1 Release
+   * edje - don't set font sizes less than 1
+   * ecore_evas_x - fix maximize/unmaximize request corner case
+   * ecore_evas: only define these eina errors once
+   * exactness: remove no longer needed _evas_new()
+   * exactness_player: do not test for delay_ms
+   * evas + gl - fix callback-to-app-changes-state issue with pixel data
+
+---
+Tue May  5 01:54:28 UTC 2020 - Simon Lees 
+
+- 1.24.0 Release
+  * EO memory optimization improvements
+  * Copy and Paste rework
+  * Ecore_Wl2 work
+  * Documentation work
+  * Multiple other bugfixes
+  * Removals
+* emotion & evas: remove gstreamer 0.10 support (gstreamer 1.x support is 
stable)
+* escape: remove library from tree (no known reamaining user of EFL on PS3 
OS)
+* ecore_x: remove support XGesture extension (deprecated, distros do no 
longer ship it)
+* elocation: remove beta library (never out of beta)
+* eeze: remove tizen module support from eeze sensor (unused, sensor API 
stays)
+* evas3d: remove support for evas 3D which was a beta all along (never out 
of beta)
+* Xine and vlc supportin emotion (gstreamer 1.x support is stable)
+
+---
+Fri Apr 10 05:22:09 UTC 2020 - Simon Lees 
+
+- Drastically reduce the number of packages, the reality is
+  these days most of the libs don't function without the others
+  and everything we use needs all of them. Upstream is also heading
+  in this direction.
+- Drop avahi and elocation as upstream is phasing it out and we
+  don't use them
+
+---
+Fri Feb 21 04:41:21 UTC 2020 - Simon Lees 
+
+- add full url to the source
+
+---

Old:

  efl-1.23.3.tar.xz

New:

  efl-1.24.2.tar.xz



Other differences:
--
++ efl.spec ++
 801 lines (skipped)
 between /work/SRC/openSUSE:Factory/efl/efl.spec
 and /work/SRC/openSUSE:Factory/.efl.new.3060/efl.spec

++ efl-1.23.3.tar.xz -> efl-1.24.2.tar.xz ++
/work/SRC/openSUSE:Factory/efl/efl-1.23.3.tar.xz 
/work/SRC/openSUSE:Factory/.efl.new.3060/efl-1.24.2.tar.xz differ: char 26, 
line 1




commit terminology for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2020-07-05 01:12:28

Comparing /work/SRC/openSUSE:Factory/terminology (Old)
 and  /work/SRC/openSUSE:Factory/.terminology.new.3060 (New)


Package is "terminology"

Sun Jul  5 01:12:28 2020 rev:20 rq:808887 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2020-01-31 
23:59:17.839713990 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new.3060/terminology.changes
2020-07-05 01:12:38.907910632 +0200
@@ -1,0 +2,41 @@
+Thu May 14 07:43:52 UTC 2020 - Simon Lees 
+
+- Update to 1.7.0
+Additions:
+  * Terminology is packaged on the `snapstore` at 
https://snapcraft.io/terminology
+  * Add THEME.md, a documentation file on theming Terminology
+  * Drag tabs to reorder them
+  * Dragging tabs outside the tab bar can be used to create new splits
+or tabs
+  * Add Croatian translation
+  * Handle escape code used to display terminal program and version
+  * Set environment variables TERM_PROGRAM and TERM_PROGRAM_VERSION
+
+Improvements:
+  * Memory accounting of the backlogs. Seen under the Behavior tab on
+the Settings panel
+  * Handle escape codes to stack titles
+  * ''tyls'': add icon for ''flac'' files
+  * Update the mild-based themes to be on-par feature-wise with the
+default theme
+  * Tab selector shows background color
+  * Controls panel is hidden when creating new tab or split
+  * Enable Grouped Input from the Controls panel
+  * Show special icon on tab when using Grouped Input
+  * Add option to decide whether Grouped input goes to all tabs or only
+visible ones
+  * Improve email/links detection when surrounded with special
+characters
+  * Remove link underline when the link disappears
+  * Share translucent/opacity setting across all instances
+  * Use a default icon of each tab on the Settings toolbar
+  * Update French, German, Italian and Serbian translations
+
+Removals:
+  * Removed video settings
+
+Fixes:
+  * Handle invalid values on OSC escape codes
+  * Better handle reads and writes on EINTR/EAGAIN 
+
+---

Old:

  terminology-1.6.0.tar.xz

New:

  terminology-1.7.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.Kw63WM/_old  2020-07-05 01:12:40.519916133 +0200
+++ /var/tmp/diff_new_pack.Kw63WM/_new  2020-07-05 01:12:40.519916133 +0200
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1

++ terminology-1.6.0.tar.xz -> terminology-1.7.0.tar.xz ++
 59993 lines of diff (skipped)




commit vala for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-07-05 01:10:57

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.3060 (New)


Package is "vala"

Sun Jul  5 01:10:57 2020 rev:109 rq:818350 version:0.48.7

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-05-26 
17:14:34.191358506 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.3060/vala.changes  2020-07-05 
01:11:28.367669907 +0200
@@ -1,0 +2,44 @@
+Tue Jun 30 11:54:52 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 0.48.7:
+  + Various improvements and bug fixes:
+- codegen:
+  + Improve array-dup-wrapper for empty arrays.
+  + Don't call get_ccode_finish_instance() with non-async
+methods.
+  + Cast initializer-list to struct for non-constant/-array
+assignment.
+  + Consistently use get_ccode_lower_case_prefix() for function
+names.
+- vala:
+  + Correctly handle qualified struct type in initializer list.
+  + Reduce calls of CodeContext.get().
+  + Fix value-type for ArrayCreationExpression used as
+argument.
+  + Improve parameter check of "get" method used for foreach.
+  + Don't carry floating reference into unknown target type
+expression.
+- girparser: Actually respect given cprefix metadata for
+  enumerations.
+- girwriter: Append symbol-attributes to callback field.
+- parser: Avoid mitigation for missing token if it follows DOT
+  or DOUBLE_COLON.
+- libvaladoc/girimporter: Skip "function-macro" elements.
+- build: Update git-version-gen to latest upstream.
+- tests: Build typelib if g-ir-compiler is available.
+  + Bindings:
+- gstreamer-audio-1.0: Adjustments for Gst.Audio.Sink class
+  extension.
+- gstreamer: Update from 1.17.1+ git master.
+- gtk+-3.0: Deprecated abstract methods are not required to be
+  implemented.
+- gtk4: Prefix value names of PaintableFlags with "STATIC_".
+- gtk4: Mark optional methods of Gdk.Paintable interface as
+  virtual.
+- gtk4: Update to 3.98.5+fca2ba96.
+- harfbuzz-gobject: Update to 2.6.8.
+- pango: Update from 1.45.2.
+- webkit2gtk-4.0: Update to 2.29.2.
+- vapi: Update GIR-based bindings.
+
+---

Old:

  vala-0.48.6.tar.xz

New:

  vala-0.48.7.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.19mNCR/_old  2020-07-05 01:11:29.679674385 +0200
+++ /var/tmp/diff_new_pack.19mNCR/_new  2020-07-05 01:11:29.683674398 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 48
 Name:   vala
-Version:0.48.6
+Version:0.48.7
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.48.6.tar.xz -> vala-0.48.7.tar.xz ++
 24365 lines of diff (skipped)




commit NetworkManager for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2020-07-05 01:11:27

Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager.new.3060 (New)


Package is "NetworkManager"

Sun Jul  5 01:11:27 2020 rev:213 rq:818352 version:1.24.2

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2020-06-08 23:49:29.570375176 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new.3060/NetworkManager.changes  
2020-07-05 01:11:59.223775207 +0200
@@ -1,0 +2,5 @@
+Thu Jul  2 02:54:36 UTC 2020 - Jonathan Kang 
+
+- Rebase nm-add-CAP_SYS_ADMIN-permission.patch.
+
+---



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.eq4zhN/_old  2020-07-05 01:12:06.219799081 +0200
+++ /var/tmp/diff_new_pack.eq4zhN/_new  2020-07-05 01:12:06.223799095 +0200
@@ -49,7 +49,7 @@
 Patch5: NetworkManager-1.10.6-netconfig.patch
 # PATCH-FIX-UPSTREAM 
0001-Coerce-connectivity-LIMITED-to-NONE-when-device-is-d.patch boo#1103678
 Patch6: 0001-Coerce-connectivity-LIMITED-to-NONE-when-device-is-d.patch
-# PATCH-NEEDS-REBASE nm-add-CAP_SYS_ADMIN-permission.patch bsc#1129587 
sck...@suse.com -- Add CAP_SYS_ADMIN which netconfig needs to call 
setdomainname WAS PATCH-FIX-OPENSUSE
+# PATCH-FIX-OPENSUSE nm-add-CAP_SYS_ADMIN-permission.patch bsc#1129587 
sck...@suse.com -- Add CAP_SYS_ADMIN which netconfig needs to call setdomainname
 Patch7: nm-add-CAP_SYS_ADMIN-permission.patch
 
 BuildRequires:  dnsmasq
@@ -185,7 +185,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-#patch7 -p1
+%patch7 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ nm-add-CAP_SYS_ADMIN-permission.patch ++
--- /var/tmp/diff_new_pack.eq4zhN/_old  2020-07-05 01:12:06.323799436 +0200
+++ /var/tmp/diff_new_pack.eq4zhN/_new  2020-07-05 01:12:06.327799450 +0200
@@ -1,14 +1,13 @@
-Index: NetworkManager-1.16.2/data/NetworkManager.service.in
+Index: NetworkManager-1.24.2/data/NetworkManager.service.in
 ===
 NetworkManager-1.16.2.orig/data/NetworkManager.service.in
-+++ NetworkManager-1.16.2/data/NetworkManager.service.in
-@@ -17,7 +17,8 @@ KillMode=process
- CapabilityBoundingSet=CAP_NET_ADMIN CAP_DAC_OVERRIDE CAP_NET_RAW 
CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_MODULE CAP_AUDIT_WRITE 
CAP_KILL CAP_SYS_CHROOT
- 
- # ibft settings plugin calls iscsiadm which needs CAP_SYS_ADMIN
--#CapabilityBoundingSet=CAP_SYS_ADMIN
-+# netconfig calls setdomainname which needs CAP_SYS_ADMIN
-+CapabilityBoundingSet=CAP_SYS_ADMIN
+--- NetworkManager-1.24.2.orig/data/NetworkManager.service.in
 NetworkManager-1.24.2/data/NetworkManager.service.in
+@@ -14,7 +14,7 @@ ExecStart=@sbindir@/NetworkManager --no-
+ Restart=on-failure
+ # NM doesn't want systemd to kill its children for it
+ KillMode=process
+-CapabilityBoundingSet=CAP_NET_ADMIN CAP_DAC_OVERRIDE CAP_NET_RAW 
CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_MODULE CAP_AUDIT_WRITE 
CAP_KILL CAP_SYS_CHROOT
++CapabilityBoundingSet=CAP_NET_ADMIN CAP_DAC_OVERRIDE CAP_NET_RAW 
CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_MODULE CAP_AUDIT_WRITE 
CAP_KILL CAP_SYS_CHROOT CAP_SYS_ADMIN
  
  ProtectSystem=true
  ProtectHome=read-only




commit firebird for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2020-07-05 01:10:43

Comparing /work/SRC/openSUSE:Factory/firebird (Old)
 and  /work/SRC/openSUSE:Factory/.firebird.new.3060 (New)


Package is "firebird"

Sun Jul  5 01:10:43 2020 rev:51 rq:818337 version:3.0.5.33220

Changes:

--- /work/SRC/openSUSE:Factory/firebird/firebird.changes2018-11-28 
11:10:44.919122340 +0100
+++ /work/SRC/openSUSE:Factory/.firebird.new.3060/firebird.changes  
2020-07-05 01:11:17.927634280 +0200
@@ -1,0 +2,16 @@
+Tue Jun 23 08:39:13 UTC 2020 - Michal Kubecek 
+
+- minor specfile cleanup
+
+---
+Sun Jun 21 10:40:08 UTC 2020 - Andreas Stieger 
+
+- update to 3.0.5:
+  * Improve the engine providers compatibility across Firebird
+versions
+  * Make it possible for the AuthClient plugin to access the
+authentication block from DPB
+  * Implement option to restore compressed .nbk files without
+explicitly decompressing them
+
+---

Old:

  Firebird-3.0.4.33054-0.tar.xz

New:

  Firebird-3.0.5.33220-0.tar.xz
  firebird-clean-tar.sh



Other differences:
--
++ firebird.spec ++
--- /var/tmp/diff_new_pack.x3Eb33/_old  2020-07-05 01:11:24.123655425 +0200
+++ /var/tmp/diff_new_pack.x3Eb33/_new  2020-07-05 01:11:24.123655425 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,24 @@
 # 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 up_stage 0
 
 Name:   firebird
-Version:3.0.4.33054
+Version:3.0.5.33220
 Release:0
 Summary:Database system (common files)
 License:SUSE-IDPL-1.0 AND SUSE-IBPL-1.0
 Group:  Productivity/Databases/Servers
-Url:http://www.firebirdsql.org/
+URL:https://www.firebirdsql.org/
+# https://github.com/FirebirdSQL/firebird/releases/ - fetch and run 
firebird-clean-tar.sh
 Source: Firebird-%{version}-%{up_stage}.tar.xz
 Source1:README.SUSE
 Source2:50-server.conf
+Source3:firebird-clean-tar.sh
 Source999:  baselibs.conf
 BuildRequires:  autoconf >= 2.67
 BuildRequires:  gcc-c++
@@ -237,13 +239,13 @@
 %attr(755,root,root) %{_initddir}/firebird
 
 %post server
-%restart_on_update /etc/init.d/firebird
+%restart_on_update %{_initddir}/firebird
 
 %preun server
-%stop_on_removal /etc/init.d/firebird
+%stop_on_removal %{_initddir}/firebird
 
 %postun server
-%restart_on_update /etc/init.d/firebird
+%restart_on_update %{_initddir}/firebird
 %insserv_cleanup
 
 # 

++ Firebird-3.0.4.33054-0.tar.xz -> Firebird-3.0.5.33220-0.tar.xz ++
/work/SRC/openSUSE:Factory/firebird/Firebird-3.0.4.33054-0.tar.xz 
/work/SRC/openSUSE:Factory/.firebird.new.3060/Firebird-3.0.5.33220-0.tar.xz 
differ: char 17, line 1

++ firebird-clean-tar.sh ++
#!/usr/bin/env bash
#
# Remove documentation files from source archives 
# 
# Copyright (c) Andreas Stieger 
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
set -ev

FIREBIRD_VERSION=`rpm -q --queryformat "%{version}\n" --specfile firebird.spec 
| head -n1`
FIREBIRD_VERSION=${FIREBIRD_VERSION}-0

bzip2 -dkv Firebird-${FIREBIRD_VERSION}.tar.bz2
tar -v --wildcards --delete -f Firebird-${FIREBIRD_VERSION}.tar \
"Firebird-${FIREBIRD_VERSION}/extern/SfIO"
xz -9 -v Firebird-${FIREBIRD_VERSION}.tar




commit gnome-boxes for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package gnome-boxes for openSUSE:Factory 
checked in at 2020-07-05 01:11:13

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


Package is "gnome-boxes"

Sun Jul  5 01:11:13 2020 rev:73 rq:818351 version:3.36.5

Changes:

--- /work/SRC/openSUSE:Factory/gnome-boxes/gnome-boxes.changes  2020-06-14 
18:14:25.502665440 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-boxes.new.3060/gnome-boxes.changes
2020-07-05 01:11:43.171720427 +0200
@@ -1,0 +2,6 @@
+Tue Jun 30 13:28:46 UTC 2020 - Frederic Crozat 
+
+- Add gnome-boxes-opensuse.patch: ensure openSUSE Leap and TW
+  distributions are listed as recommended.
+
+---

New:

  gnome-boxes-opensuse.patch



Other differences:
--
++ gnome-boxes.spec ++
--- /var/tmp/diff_new_pack.yS1fWn/_old  2020-07-05 01:11:46.415731498 +0200
+++ /var/tmp/diff_new_pack.yS1fWn/_new  2020-07-05 01:11:46.419731512 +0200
@@ -30,6 +30,8 @@
 URL:https://wiki.gnome.org/Design/Apps/Boxes
 Source0:
https://download.gnome.org/sources/gnome-boxes/3.36/%{name}-%{version}.tar.xz
 
+# PATCH-FEATURE-OPENSUSE fcro...@suse.com -- Ensure openSUSE Leap and TW are 
listed as recommended distributions
+Patch0: gnome-boxes-opensuse.patch
 BuildRequires:  fdupes
 BuildRequires:  meson >= 0.50.0
 BuildRequires:  pkgconfig

++ gnome-boxes-opensuse.patch ++
diff -up gnome-boxes-3.36.5/data/recommended-downloads.xml.orig 
gnome-boxes-3.36.5/data/recommended-downloads.xml
--- gnome-boxes-3.36.5/data/recommended-downloads.xml.orig  2020-06-30 
15:26:16.284969897 +0200
+++ gnome-boxes-3.36.5/data/recommended-downloads.xml   2020-07-01 
08:54:14.692075927 +0200
@@ -9,11 +9,10 @@
   available.
  -->
 
-  http://redhat.com/rhel/8.2
+  http://opensuse.org/opensuse/15.2
+  http://opensuse.org/opensuse/tumbleweed
+  http://debian.org/debian/10
   http://fedoraproject.org/fedora/32
-  http://fedoraproject.org/silverblue/32
   http://ubuntu.com/ubuntu/20.04
-  http://opensuse.org/opensuse/15.1
-  http://debian.org/debian/10
   http://endlessos.com/eos/3.7
 



commit manufacturer-PPDs for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package manufacturer-PPDs for 
openSUSE:Factory checked in at 2020-07-05 01:10:25

Comparing /work/SRC/openSUSE:Factory/manufacturer-PPDs (Old)
 and  /work/SRC/openSUSE:Factory/.manufacturer-PPDs.new.3060 (New)


Package is "manufacturer-PPDs"

Sun Jul  5 01:10:25 2020 rev:22 rq:818330 version:10.2

Changes:

--- /work/SRC/openSUSE:Factory/manufacturer-PPDs/manufacturer-PPDs.changes  
2017-12-15 13:59:50.484674295 +0100
+++ 
/work/SRC/openSUSE:Factory/.manufacturer-PPDs.new.3060/manufacturer-PPDs.changes
2020-07-05 01:10:43.895518143 +0200
@@ -1,0 +2,5 @@
+Thu Jun 25 12:33:39 UTC 2020 - Ludwig Nussel 
+
+- BuildRequires cups-rpm-helper to fix printer driver provides (boo#1172407)
+
+---



Other differences:
--
++ manufacturer-PPDs.spec ++
--- /var/tmp/diff_new_pack.kvxdAW/_old  2020-07-05 01:10:44.611520586 +0200
+++ /var/tmp/diff_new_pack.kvxdAW/_new  2020-07-05 01:10:44.615520600 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package manufacturer-PPDs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   manufacturer-PPDs
 BuildRequires:  cups
+# for automatic printer driver requires
+%if 0%{?suse_version} >= 1500
+BuildRequires:  cups-rpm-helper
+%endif
 Summary:PPD Files from Printer Manufacturers
-License:GPL-2.0+ and MIT
+License:GPL-2.0-or-later AND MIT
 Group:  Hardware/Printing
 BuildArch:  noarch
 # Howto make Source0:




commit OpenPrintingPPDs for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package OpenPrintingPPDs for 
openSUSE:Factory checked in at 2020-07-05 01:09:54

Comparing /work/SRC/openSUSE:Factory/OpenPrintingPPDs (Old)
 and  /work/SRC/openSUSE:Factory/.OpenPrintingPPDs.new.3060 (New)


Package is "OpenPrintingPPDs"

Sun Jul  5 01:09:54 2020 rev:22 rq:818328 version:4.0.0.2

Changes:

--- /work/SRC/openSUSE:Factory/OpenPrintingPPDs/OpenPrintingPPDs.changes
2020-03-27 00:26:11.088283774 +0100
+++ 
/work/SRC/openSUSE:Factory/.OpenPrintingPPDs.new.3060/OpenPrintingPPDs.changes  
2020-07-05 01:10:28.519465671 +0200
@@ -1,0 +2,5 @@
+Thu Jun 25 12:33:39 UTC 2020 - Ludwig Nussel 
+
+- BuildRequires cups-rpm-helper to fix printer driver provides (boo#1172407)
+
+---



Other differences:
--
++ OpenPrintingPPDs.spec ++
--- /var/tmp/diff_new_pack.4UZQJD/_old  2020-07-05 01:10:32.039477683 +0200
+++ /var/tmp/diff_new_pack.4UZQJD/_new  2020-07-05 01:10:32.043477696 +0200
@@ -18,11 +18,10 @@
 
 Name:   OpenPrintingPPDs
 BuildRequires:  cups
-# All printer driver packages should have "BuildRequires: python-cups"
-# because python-cups installs special rpm macros that adds Provides tags
-# for the printer drivers supported by the package,
-# see https://bugzilla.novell.com/show_bug.cgi?id=735865
-BuildRequires:  python3-cups
+# for automatic printer driver requires
+%if 0%{?suse_version} >= 1500
+BuildRequires:  cups-rpm-helper
+%endif
 Summary:PPD files from OpenPrinting.org
 # The package version is the PPD-O-MATIC version mentioned in the PPD files
 # which is currently "PPD-O-MATIC (4.0.0 or newer)"




commit python-rsa for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-rsa for openSUSE:Factory 
checked in at 2020-07-05 01:10:37

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


Package is "python-rsa"

Sun Jul  5 01:10:37 2020 rev:17 rq:818331 version:4.6

Changes:

--- /work/SRC/openSUSE:Factory/python-rsa/python-rsa.changes2019-03-29 
20:37:29.686640986 +0100
+++ /work/SRC/openSUSE:Factory/.python-rsa.new.3060/python-rsa.changes  
2020-07-05 01:10:54.75203 +0200
@@ -1,0 +2,18 @@
+Tue Jun 23 15:36:45 UTC 2020 - Dirk Mueller 
+
+- update to v 4.6.0 (bsc#1172389)
+  * Choose blinding factor relatively prime to N. Thanks Christian Heimes for 
pointing this out.
+  * Reject cyphertexts (when decrypting) and signatures (when verifying) that 
have been modified by prepending zero bytes. This resolves CVE-2020-13757. 
Thanks Carnil for pointing this out.
+  * Rolled back the switch to Poetry, and reverted back to using Pipenv + 
setup.py for dependency management. There apparently is an issue no-binary 
installs of packages build with Poetry. This fixes #148
+Limited SHA3 support to those Python versions (3.6+) that support it natively. 
The third-party library that adds support for this to Python 3.5 is a binary 
package, and thus breaks the pure-Python nature of Python-RSA. This should fix 
#147.
+  * Added support for Python 3.8.
+  * Dropped support for Python 2 and 3.4.
+  * Added type annotations to the source code. This will make Python-RSA 
easier to use in your IDE, and allows better type checking.
+  * Added static type checking via MyPy.
+  * Fix #129 Installing from source gives UnicodeDecodeError.
+  * Switched to using Poetry for package management.
+  * Choose blinding factor relatively prime to N. Thanks Christian Heimes for 
pointing this out.
+  * Reject cyphertexts (when decrypting) and signatures (when verifying) that
+  * have been modified by prepending zero bytes. This resolves CVE-2020-13757.
+
+---

Old:

  rsa-4.0.tar.gz

New:

  rsa-4.6.tar.gz



Other differences:
--
++ python-rsa.spec ++
--- /var/tmp/diff_new_pack.3IRhrz/_old  2020-07-05 01:10:57.331563994 +0200
+++ /var/tmp/diff_new_pack.3IRhrz/_new  2020-07-05 01:10:57.331563994 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rsa
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without tests
 Name:   python-rsa
-Version:4.0
+Version:4.6
 Release:0
 Summary:Pure-Python RSA Implementation
 License:Apache-2.0
@@ -27,6 +27,7 @@
 URL:http://stuvel.eu/rsa
 Source: 
https://files.pythonhosted.org/packages/source/r/rsa/rsa-%{version}.tar.gz
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module mypy}
 BuildRequires:  %{python_module pyasn1 >= 0.1.3}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -79,7 +80,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc CHANGELOG.txt README.md
+%doc README.md
 %python_alternative %{_bindir}/pyrsa-decrypt
 %python_alternative %{_bindir}/pyrsa-encrypt
 %python_alternative %{_bindir}/pyrsa-keygen

++ rsa-4.0.tar.gz -> rsa-4.6.tar.gz ++
 3094 lines of diff (skipped)




commit cups for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2020-07-05 01:10:09

Comparing /work/SRC/openSUSE:Factory/cups (Old)
 and  /work/SRC/openSUSE:Factory/.cups.new.3060 (New)


Package is "cups"

Sun Jul  5 01:10:09 2020 rev:150 rq:818329 version:2.3b6

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2020-06-10 
00:35:05.768863894 +0200
+++ /work/SRC/openSUSE:Factory/.cups.new.3060/cups.changes  2020-07-05 
01:10:38.647500233 +0200
@@ -1,0 +2,6 @@
+Thu Jun 25 12:24:13 UTC 2020 - Ludwig Nussel 
+
+- make cups-devel pull in cups-rpm-helper to fix printer driver provides
+  (boo#1172407)
+
+---



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.JxwILQ/_old  2020-07-05 01:10:40.623506977 +0200
+++ /var/tmp/diff_new_pack.JxwILQ/_new  2020-07-05 01:10:40.627506990 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cups
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 Summary:The Common UNIX Printing System
 License:Apache-2.0
 Group:  Hardware/Printing
-Url:http://www.cups.org/
+URL:http://www.cups.org/
 # To get Source0 go to https://www.cups.org/software.html or 
https://github.com/apple/cups/releases or use e.g.
 # wget --no-check-certificate -O cups-2.3b6-source.tar.gz 
https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
 Source0:
https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
@@ -241,6 +241,10 @@
 Requires:   glibc-devel
 Requires:   libcups2 = %{version}
 Requires:   libcupsimage2 = %{version}
+# make sure printer drivers benefit from automatic provides
+%if 0%{?suse_version} >= 1500
+Requires:   cups-rpm-helper
+%endif
 
 %description devel
 CUPS is a modular printing system which allows a computer to act as a









commit file for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2020-07-05 01:09:27

Comparing /work/SRC/openSUSE:Factory/file (Old)
 and  /work/SRC/openSUSE:Factory/.file.new.3060 (New)


Package is "file"

Sun Jul  5 01:09:27 2020 rev:120 rq:818050 version:5.39

Changes:

--- /work/SRC/openSUSE:Factory/file/file.changes2020-05-11 
13:25:47.795160873 +0200
+++ /work/SRC/openSUSE:Factory/.file.new.3060/file.changes  2020-07-05 
01:10:03.859383846 +0200
@@ -1,0 +2,23 @@
+Wed Jul  1 07:52:11 UTC 2020 - Dr. Werner Fink 
+
+- Add upstream commit 85b7ab832 as patch file-5.39-alternate_format.dif
+  to also allow alternate format switch '#'
+- Replace patch file-5.38.dif with file-5.39.dif
+
+---
+Wed Jun 17 14:01:25 UTC 2020 - Paolo Stivanin 
+
+- Update to 5.39 
+  * Remove unused subtype_mime (Steve Grubb)
+  * Remove unused check in okstat (Steve Grubb)
+  * Fix mime-type in elf binaries by making sure $x is set
+  * Fix indirect negative offsets broken by OFFNEGATIVE
+  * Fix GUID equality check
+  * PR/165: Handle empty array and strings in JSON
+  * PR/162: Add --exclude-quiet
+  * Various fixes
+  * add guid support
+- Removed undo-24c9c0.patch as it is now part of upstream
+- Updated file-5.17-option.dif
+
+---
--- /work/SRC/openSUSE:Factory/file/python-magic.changes2020-01-01 
14:57:56.617919983 +0100
+++ /work/SRC/openSUSE:Factory/.file.new.3060/python-magic.changes  
2020-07-05 01:10:06.239391693 +0200
@@ -1,0 +2,5 @@
+Wed Jun 17 14:03:49 UTC 2020 - Paolo Stivanin 
+
+- Update to 5.39 
+
+---

Old:

  file-5.38.dif
  file-5.38.tar.gz
  file-5.38.tar.gz.asc
  undo-24c9c0.patch

New:

  file-5.39-alternate_format.dif
  file-5.39.dif
  file-5.39.tar.gz
  file-5.39.tar.gz.asc



Other differences:
--
++ file.spec ++
--- /var/tmp/diff_new_pack.l2kVx6/_old  2020-07-05 01:10:09.963403970 +0200
+++ /var/tmp/diff_new_pack.l2kVx6/_new  2020-07-05 01:10:09.967403983 +0200
@@ -33,7 +33,7 @@
 %endif
 #
 # Set Version also in python-magic.spec
-Version:5.38
+Version:5.39
 Release:0
 Summary:A Tool to Determine File Types
 License:BSD-2-Clause
@@ -43,7 +43,7 @@
 Source3:file-rpmlintrc
 Source4:ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz.asc
 Source5:file.keyring
-Patch:  file-5.38.dif
+Patch:  file-5.39.dif
 Patch1: file-5.19-misc.dif
 Patch4: file-4.24-autoconf.dif
 Patch5: file-5.14-tex.dif
@@ -66,7 +66,7 @@
 Patch37:file-secure_getenv.patch
 Patch39:file-5.28-btrfs-image.dif
 Patch40:file-5.38-allow-readlinkat.dif
-Patch41:undo-24c9c0.patch
+Patch42:file-5.39-alternate_format.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _miscdir%{_datadir}/misc
@@ -118,7 +118,7 @@
 %patch9  -p0 -b .elf
 %patch10 -p0 -b .prtf
 %patch11 -p0 -b .zip
-%patch12 -p0 -b .opt
+%patch12 -p1 -b .opt
 %patch13 -p0 -b .scri
 %patch15 -p0 -b .xcur
 %patch22 -p0 -b .cromfs
@@ -132,7 +132,7 @@
 %patch37 -p1 -b .getenv
 %patch39 -p1 -b .btrfs
 %patch40 -p1 -b .readlinkat
-%patch41 -p0 -b .undo
+%patch42 -p0 -b .af
 %patch -b .0
 test -s src/magic.h.in || cp -p src/magic.h src/magic.h.in
 rm -fv src/magic.h
@@ -204,6 +204,7 @@
 %defattr (-,root,root)
 %{_libdir}/lib*.so
 %{_includedir}/magic.h
+%{_libdir}/pkgconfig/libmagic.pc
 %doc %{_mandir}/man3/libmagic.3.gz
 %license COPYING
 %doc README AUTHORS NEWS ChangeLog

++ python-magic.spec ++
--- /var/tmp/diff_new_pack.l2kVx6/_old  2020-07-05 01:10:09.991404062 +0200
+++ /var/tmp/diff_new_pack.l2kVx6/_new  2020-07-05 01:10:09.995404075 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  zlib-devel
 URL:http://www.darwinsys.com/file/
-Version:5.38
+Version:5.39
 Release:0
 Summary:Python module to use libmagic
 License:BSD-3-Clause AND BSD-4-Clause

++ file-5.12-zip.dif ++
--- /var/tmp/diff_new_pack.l2kVx6/_old  2020-07-05 01:10:10.043404233 +0200
+++ /var/tmp/diff_new_pack.l2kVx6/_new  2020-07-05 01:10:10.043404233 +0200
@@ -4,7 +4,7 @@
 
 --- magic/Magdir/archive
 +++ magic/Magdir/archive   2019-05-27 08:45:06.163107524 +
-@@ -1100,6 +1100,25 @@
+@@ -1110,6 +1110,25 @@
  !:strength +1
  0 string  PK\003\004
  !:strength +1

++ file-5.16-ocloexec.patch ++
--- /var/tmp/diff_new_pack.l2kVx6/_old  2020-07-05 01:10:10.059404286 +0200
+++ 

commit grep for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2020-07-05 01:09:37

Comparing /work/SRC/openSUSE:Factory/grep (Old)
 and  /work/SRC/openSUSE:Factory/.grep.new.3060 (New)


Package is "grep"

Sun Jul  5 01:09:37 2020 rev:73 rq:818103 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2020-02-15 
22:21:11.511172551 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new.3060/grep.changes  2020-07-05 
01:10:23.115447329 +0200
@@ -1,0 +2,6 @@
+Wed Jul  1 03:30:01 UTC 2020 - Bernhard Wiedemann 
+
+- Use deterministic profile.sh script to make package build
+  reproducible (boo#1040589)
+
+---

New:

  profile.sh



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.EHYPGM/_old  2020-07-05 01:10:26.031457180 +0200
+++ /var/tmp/diff_new_pack.EHYPGM/_new  2020-07-05 01:10:26.035457193 +0200
@@ -26,6 +26,7 @@
 Source0:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep=1#/%{name}.keyring
+Source4:profile.sh
 BuildRequires:  fdupes
 BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
@@ -48,9 +49,8 @@
   --without-included-regex \
   %{nil}
 %if 0%{?do_profiling}
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate} 
-fno-profile-values"
-  # do not run profiling in parallel for reproducible builds (boo#1040589)
-  make CFLAGS="%{optflags} %{cflags_profile_generate}" check
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
+  sh %{SOURCE4} # profiling run
   make clean
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else



++ profile.sh ++
#!/bin/sh
# profiling script for profile-guided-optimizations (PGO)
# must be fully deterministic in what it does for reproducible builds
# should cover most code for good PGO optimization benefit
# See https://github.com/bmwiedemann/theunreproduciblepackage/tree/master/pgo
# for background information on PGO reproducibility

grep=src/grep
t=COPYING
exec > /dev/null
for param in "" "-v" "-i" "-h" "-H" "-l" "-L" "-q" "-n" "-Z" "-E" "-F" "-P" 
"-e" "-w" "-c" "-o" ; do
$grep $param "GNU" $t
$grep $param "G.*U" $t
done



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

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.1:ARM:Images checked in at 2020-07-04 23:16:25

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


Package is "00Meta"

Sat Jul  4 23:16:25 2020 rev:90 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.ftEOLe/_old  2020-07-04 23:16:26.815865897 +0200
+++ /var/tmp/diff_new_pack.ftEOLe/_new  2020-07-04 23:16:26.815865897 +0200
@@ -1 +1 @@
-1.5
\ No newline at end of file
+1.6
\ No newline at end of file




commit 000update-repos for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-07-04 21:02:56

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


Package is "000update-repos"

Sat Jul  4 21:02:56 2020 rev:1151 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1593865136.packages.xz



Other differences:
--




































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 00Meta for openSUSE:Leap:15.1:Images

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.1:Images 
checked in at 2020-07-04 16:15:56

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


Package is "00Meta"

Sat Jul  4 16:15:56 2020 rev:426 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_snapshot ++
--- /var/tmp/diff_new_pack.CUceZe/_old  2020-07-04 16:15:57.833626436 +0200
+++ /var/tmp/diff_new_pack.CUceZe/_new  2020-07-04 16:15:57.833626436 +0200
@@ -1 +1 @@
-8.12.61
\ No newline at end of file
+8.12.65
\ No newline at end of file




commit 00Meta for openSUSE:Leap:15.1:Images

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.1:Images 
checked in at 2020-07-04 15:00:40

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


Package is "00Meta"

Sat Jul  4 15:00:40 2020 rev:425 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.xEfaAt/_old  2020-07-04 15:00:42.574145034 +0200
+++ /var/tmp/diff_new_pack.xEfaAt/_new  2020-07-04 15:00:42.574145034 +0200
@@ -1 +1 @@
-8.12.64
\ No newline at end of file
+8.12.65
\ No newline at end of file




commit mdadm for openSUSE:Leap:15.1:Update

2020-07-04 Thread root
Hello community,

here is the log from the commit of package mdadm for openSUSE:Leap:15.1:Update 
checked in at 2020-07-04 14:16:13

Comparing /work/SRC/openSUSE:Leap:15.1:Update/mdadm (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.mdadm.new.3060 (New)


Package is "mdadm"

Sat Jul  4 14:16:13 2020 rev:4 rq:818072 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3OvUov/_old  2020-07-04 14:16:14.781053031 +0200
+++ /var/tmp/diff_new_pack.3OvUov/_new  2020-07-04 14:16:14.781053031 +0200
@@ -1 +1 @@
-
+




commit 000product for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-07-04 14:12:17

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


Package is "000product"

Sat Jul  4 14:12:17 2020 rev:2302 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 ++
  lines (skipped)
 between /work/SRC/openSUSE:Factory/000product/openSUSE-dvd5-dvd-i586.kiwi
 and 
/work/SRC/openSUSE:Factory/.000product.new.3060/openSUSE-dvd5-dvd-i586.kiwi

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

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




commit 00Meta for openSUSE:Leap:15.1:Images

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.1:Images 
checked in at 2020-07-04 10:45:58

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


Package is "00Meta"

Sat Jul  4 10:45:58 2020 rev:424 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.8DvNox/_old  2020-07-04 10:45:59.675094600 +0200
+++ /var/tmp/diff_new_pack.8DvNox/_new  2020-07-04 10:45:59.679094613 +0200
@@ -1 +1 @@
-8.12.63
\ No newline at end of file
+8.12.64
\ No newline at end of file




commit icewm-theme-branding for openSUSE:Leap:15.1:Update

2020-07-04 Thread root
Hello community,

here is the log from the commit of package icewm-theme-branding for 
openSUSE:Leap:15.1:Update checked in at 2020-07-04 10:16:46

Comparing /work/SRC/openSUSE:Leap:15.1:Update/icewm-theme-branding (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.icewm-theme-branding.new.3060 
(New)


Package is "icewm-theme-branding"

Sat Jul  4 10:16:46 2020 rev:3 rq:817956 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lr1qs3/_old  2020-07-04 10:16:47.637549803 +0200
+++ /var/tmp/diff_new_pack.lr1qs3/_new  2020-07-04 10:16:47.637549803 +0200
@@ -1 +1 @@
-
+




commit patterns-media for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package patterns-media for openSUSE:Factory 
checked in at 2020-07-04 08:50:40

Comparing /work/SRC/openSUSE:Factory/patterns-media (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-media.new.3060 (New)


Package is "patterns-media"

Sat Jul  4 08:50:40 2020 rev:29 rq: version:20170319

Changes:




Other differences:
--
++ patterns-media.spec ++
--- /var/tmp/diff_new_pack.IIIDI3/_old  2020-07-04 08:50:42.349639030 +0200
+++ /var/tmp/diff_new_pack.IIIDI3/_new  2020-07-04 08:50:42.349639030 +0200
@@ -523,14 +523,6 @@
 Requires:   pattern() = apparmor
 Requires:   pattern() = base
 Requires:   pattern() = console
-Requires:   pattern() = devel_C_C++
-Requires:   pattern() = devel_basis
-Requires:   pattern() = devel_kernel
-Requires:   pattern() = devel_osc_build
-Requires:   pattern() = devel_perl
-Requires:   pattern() = devel_rpm_build
-Requires:   pattern() = devel_ruby
-Requires:   pattern() = devel_web
 Requires:   pattern() = dhcp_dns_server
 Requires:   pattern() = directory_server
 Requires:   pattern() = enhanced_base




commit 000package-groups for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2020-07-04 08:48:24

Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and  /work/SRC/openSUSE:Factory/.000package-groups.new.3060 (New)


Package is "000package-groups"

Sat Jul  4 08:48:24 2020 rev:119 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ groups.yml ++
--- /var/tmp/diff_new_pack.tnIuVZ/_old  2020-07-04 08:48:30.149207411 +0200
+++ /var/tmp/diff_new_pack.tnIuVZ/_new  2020-07-04 08:48:30.153207423 +0200
@@ -69,10 +69,6 @@
   - patterns-base-apparmor: [suggested]
   - patterns-base-base: [suggested]
   - patterns-base-console: [suggested]
-  - patterns-devel-C-C++-devel_C_C++: [suggested]
-  - patterns-devel-base-devel_basis: [suggested]
-  - patterns-devel-osc-devel_osc_build: [suggested]
-  - patterns-devel-base-devel_rpm_build: [suggested]
   - patterns-server-dhcp_dns_server: [suggested]
   - patterns-server-directory_server: [suggested]
   - patterns-base-enhanced_base: [suggested]