commit orion for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package orion for openSUSE:Factory checked 
in at 2019-06-01 09:50:03

Comparing /work/SRC/openSUSE:Factory/orion (Old)
 and  /work/SRC/openSUSE:Factory/.orion.new.5148 (New)


Package is "orion"

Sat Jun  1 09:50:03 2019 rev:21 rq:706051 version:1.6.6+git~20190328

Changes:

--- /work/SRC/openSUSE:Factory/orion/orion.changes  2019-02-27 
15:08:29.486404219 +0100
+++ /work/SRC/openSUSE:Factory/.orion.new.5148/orion.changes2019-06-01 
09:50:04.643312454 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 11:50:13 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.6.6+git~20190328:
+  * Fix HTTP request socket output (#272)
+
+---

Old:

  orion-1.6.6+git~20190202.tar.xz

New:

  orion-1.6.6+git~20190328.tar.xz



Other differences:
--
++ orion.spec ++
--- /var/tmp/diff_new_pack.amemx8/_old  2019-06-01 09:50:06.911311680 +0200
+++ /var/tmp/diff_new_pack.amemx8/_new  2019-06-01 09:50:06.915311679 +0200
@@ -17,10 +17,11 @@
 
 
 Name:   orion
-Version:1.6.6+git~20190202
+Version:1.6.6+git~20190328
 Release:0
 Summary:Twitch stream client using Qt
 License:GPL-3.0-only
+Group:  Productivity/Multimedia/Video/Players
 Url:http://alamminsalo.github.io/orion/
 Source: %{name}-%{version}.tar.xz
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.amemx8/_old  2019-06-01 09:50:06.943311669 +0200
+++ /var/tmp/diff_new_pack.amemx8/_new  2019-06-01 09:50:06.943311669 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/alamminsalo/orion.git
-  33fc3e81b4f883b26c1f4ee1e5ce01373efe701e
\ No newline at end of file
+  127664b751334a2338c61ee02069eecdecec1232
\ No newline at end of file

++ orion-1.6.6+git~20190202.tar.xz -> orion-1.6.6+git~20190328.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orion-1.6.6+git~20190202/src/network/httpserver.cpp 
new/orion-1.6.6+git~20190328/src/network/httpserver.cpp
--- old/orion-1.6.6+git~20190202/src/network/httpserver.cpp 2019-02-02 
08:07:16.0 +0100
+++ new/orion-1.6.6+git~20190328/src/network/httpserver.cpp 2019-03-28 
15:59:47.0 +0100
@@ -89,7 +89,6 @@
 
 // Respond with 200
 QByteArray block;
-QDataStream out(, QIODevice::WriteOnly);
 
 // http payload message body
 QByteArray content;
@@ -111,9 +110,7 @@
 response += "Content-Length: " + QString::number(content.length()) + "\n";
 response += "\n" + content;
 
-out << response.toUtf8();
-
-socket->write(block);
+socket->write(response.toUtf8());
 socket->waitForBytesWritten();
 socket->disconnectFromHost();
 




commit python-voila for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2019-06-01 09:49:54

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


Package is "python-voila"

Sat Jun  1 09:49:54 2019 rev:2 rq:705975 version:0.0.9

Changes:

--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes
2019-05-22 11:10:33.878596367 +0200
+++ /work/SRC/openSUSE:Factory/.python-voila.new.5148/python-voila.changes  
2019-06-01 09:49:55.615315537 +0200
@@ -1,0 +2,5 @@
+Fri May  3 06:24:52 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ python-voila.spec ++
--- /var/tmp/diff_new_pack.FYlxOG/_old  2019-06-01 09:49:56.327315293 +0200
+++ /var/tmp/diff_new_pack.FYlxOG/_new  2019-06-01 09:49:56.331315292 +0200
@@ -20,7 +20,7 @@
 Version:0.0.9
 Release:0
 License:BSD-3-Clause
-Summary:Serving read-only live Jupyter notebooks
+Summary:Plugin for serving read-only live Jupyter notebooks
 Url:https://github.com/QuantStack/voila
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/py2.py3/v/voila/voila-%{version}-py2.py3-none-any.whl
 
@@ -54,7 +54,7 @@
 This package provides the python interface.
 
 %package -n jupyter-voila
-Summary:Serving read-only live Jupyter notebooksmacros
+Summary:Plugin for serving read-only live Jupyter notebooksmacros
 Requires:   jupyter-jupyter-server >= 0.0.3
 Requires:   jupyter-nbconvert >= 5.4
 Requires:   jupyter-notebook





commit python-threevis for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-threevis for openSUSE:Factory 
checked in at 2019-06-01 09:49:50

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


Package is "python-threevis"

Sat Jun  1 09:49:50 2019 rev:2 rq:705974 version:0.1.0.post25

Changes:

--- /work/SRC/openSUSE:Factory/python-threevis/python-threevis.changes  
2019-05-22 11:10:27.698595969 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-threevis.new.5148/python-threevis.changes
2019-06-01 09:49:51.987316775 +0200
@@ -1,0 +2,5 @@
+Fri May  3 06:23:47 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ python-threevis.spec ++
--- /var/tmp/diff_new_pack.oW2dfe/_old  2019-06-01 09:49:53.355316308 +0200
+++ /var/tmp/diff_new_pack.oW2dfe/_new  2019-06-01 09:49:53.375316301 +0200
@@ -20,7 +20,7 @@
 Version:0.1.0.post25
 Release:0
 License:BSD-3-Clause
-Summary:Visualize meshes, point clouds, and other geometry in a 
Jupyter Notebook
+Summary:Plugin for visualizing meshes, point clouds, and other 
geometry in a Jupyter Notebook
 Url:https://graphics.rwth-aachen.de:9000/threevis/threevis
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/t/threevis/threevis-%{version}.tar.gz
@@ -44,7 +44,8 @@
 %python_subpackages
 
 %description
-Visualize meshes, point clouds, and other geometry in a Jupyter Notebook
+A plugin for visualizing meshes, point clouds, and other geometry in
+a Jupyter Notebook.
 
 %prep
 %setup -q -n threevis-%{version}




commit kubernetes-node-image-pause for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package kubernetes-node-image-pause for 
openSUSE:Factory checked in at 2019-06-01 09:49:26

Comparing /work/SRC/openSUSE:Factory/kubernetes-node-image-pause (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes-node-image-pause.new.5148 (New)


Package is "kubernetes-node-image-pause"

Sat Jun  1 09:49:26 2019 rev:2 rq:705960 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/kubernetes-node-image-pause/kubernetes-node-image-pause.changes
  2018-02-01 21:29:15.441442223 +0100
+++ 
/work/SRC/openSUSE:Factory/.kubernetes-node-image-pause.new.5148/kubernetes-node-image-pause.changes
2019-06-01 09:49:27.715325062 +0200
@@ -1,0 +2,9 @@
+Fri Feb 22 13:58:18 UTC 2019 - jmassaguer...@suse.com
+
+- Set version to 1.0.0. This package is used for building the k8s
+  pause container 1.0.0. However, since the container now has the
+  version of the main package (this), we need this package to be
+  1.0.0. The only purpose of this package is to build the image,
+  so there is no harm on promoting it to 1.0.0 version.
+
+---



Other differences:
--
++ kubernetes-node-image-pause.spec ++
--- /var/tmp/diff_new_pack.BPKoOO/_old  2019-06-01 09:49:28.307324859 +0200
+++ /var/tmp/diff_new_pack.BPKoOO/_new  2019-06-01 09:49:28.307324859 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pause-docker-image
+# spec file for package kubernetes-node-image-pause
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 ##
 # The source code of the pause.c file has been taken directly from
 # Kubernetes. You can take a look at Kubernetes upstream here:
@@ -27,12 +28,12 @@
 %define destination /usr/share/suse-docker-images/pause
 
 Name:   kubernetes-node-image-pause
-Version:0.1
+Version:1.0.0
 Release:0
-License:Apache-2.0
 Summary:Kubernetes pause image files
-Url:http://kubernetes.io
+License:Apache-2.0
 Group:  System/Management
+Url:http://kubernetes.io
 Source: kubernetes-node-image-pause.tar.gz
 Source1:kubernetes-node-image-pause-rpmlintrc
 BuildRequires:  glibc-devel-static




commit python-azure-common for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-azure-common for 
openSUSE:Factory checked in at 2019-06-01 09:49:47

Comparing /work/SRC/openSUSE:Factory/python-azure-common (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-common.new.5148 (New)


Package is "python-azure-common"

Sat Jun  1 09:49:47 2019 rev:5 rq:705973 version:1.1.18

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-common/python-azure-common.changes  
2018-09-26 16:13:15.135303894 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-common.new.5148/python-azure-common.changes
2019-06-01 09:49:48.507317963 +0200
@@ -1,0 +2,14 @@
+Thu Apr 11 10:55:41 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 1.1.18
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Bump minimum version for namespace packages
+  to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+
+---

Old:

  azure-common-1.1.14.zip

New:

  azure-common-1.1.18.zip



Other differences:
--
++ python-azure-common.spec ++
--- /var/tmp/diff_new_pack.Qvd0P5/_old  2019-06-01 09:49:49.05131 +0200
+++ /var/tmp/diff_new_pack.Qvd0P5/_new  2019-06-01 09:49:49.059317775 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-common
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-common
-Version:1.1.14
+Version:1.1.18
 Release:0
 Summary:Microsoft Azure common code
 License:MIT
@@ -26,12 +26,12 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-common/azure-common-%{version}.zip
 Source1:LICENSE.txt
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-nspkg
+Requires:   python-azure-nspkg >= 3.0.0
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -52,6 +52,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
 rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__




commit perl-Test-CheckManifest for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package perl-Test-CheckManifest for 
openSUSE:Factory checked in at 2019-06-01 09:49:42

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


Package is "perl-Test-CheckManifest"

Sat Jun  1 09:49:42 2019 rev:5 rq:705970 version:1.42

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CheckManifest/perl-Test-CheckManifest.changes
  2019-03-01 20:31:06.097986958 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckManifest.new.5148/perl-Test-CheckManifest.changes
2019-06-01 09:49:43.439319693 +0200
@@ -1,0 +2,30 @@
+Wed Mar 13 16:43:30 UTC 2019 - Stephan Kulow 
+
+- updated to 1.42
+   see /usr/share/doc/packages/perl-Test-CheckManifest/Changes
+
+  1.422019-02-22 17:41:00
+  
+* add section in doc that explains how to replace test scripts using 
Test::CheckManifest
+* stable release with all the changes from the test releases
+  
+  1.41_04 2019-02-21 15:12:00
+  
+* fix test failure on Win32 - use "plan skip_all" instead of "skip 
'...'"
+* update dist.ini
+  
+  1.41_03 2019-02-21 09:27:00
+  
+* optimize ok_manifest()
+* add more tests for find_home()
+  
+  1.41_02 2019-02-20 13:37:00
+  
+* more debugging stuff
+  
+  1.41_01 2019-02-20 09:50:00
+  
+* use regexes to silence warnings
+* add debugging stuff to debug win32 failures
+
+---

Old:

  Test-CheckManifest-1.41.tar.gz

New:

  Test-CheckManifest-1.42.tar.gz



Other differences:
--
++ perl-Test-CheckManifest.spec ++
--- /var/tmp/diff_new_pack.blWSVU/_old  2019-06-01 09:49:43.927319527 +0200
+++ /var/tmp/diff_new_pack.blWSVU/_new  2019-06-01 09:49:43.927319527 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckManifest
-Version:1.41
+Version:1.42
 Release:0
 %define cpan_name Test-CheckManifest
 Summary:Check if your Manifest matches your distro

++ Test-CheckManifest-1.41.tar.gz -> Test-CheckManifest-1.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.41/CONTRIBUTORS 
new/Test-CheckManifest-1.42/CONTRIBUTORS
--- old/Test-CheckManifest-1.41/CONTRIBUTORS2019-02-19 11:22:16.0 
+0100
+++ new/Test-CheckManifest-1.42/CONTRIBUTORS2019-02-22 17:43:11.0 
+0100
@@ -6,6 +6,7 @@
 patches, bug reports, help with troubleshooting, etc. A huge
 'thank you' to all of them.
 
+* Dan Book
 * doug
 * LorenzoTa
 * LorenzoTa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.41/Changes 
new/Test-CheckManifest-1.42/Changes
--- old/Test-CheckManifest-1.41/Changes 2019-02-19 11:22:16.0 +0100
+++ new/Test-CheckManifest-1.42/Changes 2019-02-22 17:43:11.0 +0100
@@ -1,6 +1,30 @@
 Revision history for Perl extension Test::CheckManifest.
 
 
+1.422019-02-22 17:41:00
+
+  * add section in doc that explains how to replace test scripts using 
Test::CheckManifest
+  * stable release with all the changes from the test releases
+
+1.41_04 2019-02-21 15:12:00
+
+  * fix test failure on Win32 - use "plan skip_all" instead of "skip '...'"
+  * update dist.ini
+
+1.41_03 2019-02-21 09:27:00
+
+  * optimize ok_manifest()
+  * add more tests for find_home()
+
+1.41_02 2019-02-20 13:37:00
+
+  * more debugging stuff
+
+1.41_01 2019-02-20 09:50:00
+
+  * use regexes to silence warnings
+  * add debugging stuff to debug win32 failures
+
 1.41  2019-02-19 10:53:00
 
   * improve tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckManifest-1.41/META.json 
new/Test-CheckManifest-1.42/META.json
--- old/Test-CheckManifest-1.41/META.json   2019-02-19 11:22:16.0 
+0100
+++ new/Test-CheckManifest-1.42/META.json   2019-02-22 17:43:11.0 
+0100
@@ -30,6 +30,7 @@
  "requires" : {
 "Carp" : "0",
 "Cwd" : "3.75",
+"Data::Dumper" : "0",
 "File::Basename" : "0",
 "File::Find" : "0",
 "File::Spec" : "0",
@@ -42,6 +43,8 @@
   "test" : {
  "requires" : {
 "CPAN::Meta::YAML" : "0",
+"File::Path" : "0",
+"IO::File" : "0",
 "Pod::Coverage::TrustPod" : "0"
  }
   }
@@ -49,7 +52,7 @@
"provides" : {
   "Test::CheckManifest" : {
  "file" : "lib/Test/CheckManifest.pm",
- 

commit perl-GnuPG-Interface for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package perl-GnuPG-Interface for 
openSUSE:Factory checked in at 2019-06-01 09:49:39

Comparing /work/SRC/openSUSE:Factory/perl-GnuPG-Interface (Old)
 and  /work/SRC/openSUSE:Factory/.perl-GnuPG-Interface.new.5148 (New)


Package is "perl-GnuPG-Interface"

Sat Jun  1 09:49:39 2019 rev:2 rq:705969 version:0.52

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-GnuPG-Interface/perl-GnuPG-Interface.changes
2019-02-24 17:12:27.656481968 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-GnuPG-Interface.new.5148/perl-GnuPG-Interface.changes
  2019-06-01 09:49:40.383320737 +0200
@@ -1,0 +2,6 @@
+Thu Mar 14 15:08:18 UTC 2019 - Lars Vogdt 
+
+- disable the tests for old SUSE distributions: they are using a 
+  too old gpg version
+
+---



Other differences:
--
++ perl-GnuPG-Interface.spec ++
--- /var/tmp/diff_new_pack.UbWWcc/_old  2019-06-01 09:49:40.975320534 +0200
+++ /var/tmp/diff_new_pack.UbWWcc/_new  2019-06-01 09:49:40.979320533 +0200
@@ -64,10 +64,13 @@
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
+# old (open)SUSE distributions use too old gpg
+%if 0%{suse_version} >= 1330
 %check
 # RT#88963
 %{__make} test || :
 %{__make} test
+%endif
 
 %install
 %perl_make_install




commit s3backer for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2019-06-01 09:49:58

Comparing /work/SRC/openSUSE:Factory/s3backer (Old)
 and  /work/SRC/openSUSE:Factory/.s3backer.new.5148 (New)


Package is "s3backer"

Sat Jun  1 09:49:58 2019 rev:14 rq:706049 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2018-06-13 
15:39:34.276161064 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new.5148/s3backer.changes  
2019-06-01 09:50:01.907313388 +0200
@@ -1,0 +2,9 @@
+Mon Apr 15 20:37:59 UTC 2019 - archie.co...@gmail.com
+
+- Update to release 1.5.1
+  + Fixed a few places where fixed-sized buffers were too small (issue #108)
+  + Don't claim cache hit if partial write required reading the block (pr #103)
+  + Exit process with error code if s3backer store setup fails at startup
+  + Reset statistics if stats file is unlinked (issue #106)
+
+---

Old:

  s3backer-1.5.0.tar.gz

New:

  s3backer-1.5.1.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.KLtSq7/_old  2019-06-01 09:50:02.631313141 +0200
+++ /var/tmp/diff_new_pack.KLtSq7/_new  2019-06-01 09:50:02.639313139 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,10 +18,10 @@
 
 
 Name:   s3backer
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Filesystems
 Source: 
https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz
 Url:https://github.com/archiecobbs/%{name}

++ s3backer-1.5.0.tar.gz -> s3backer-1.5.1.tar.gz ++
 2718 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.5.0/CHANGES new/s3backer-1.5.1/CHANGES
--- old/s3backer-1.5.0/CHANGES  2018-06-09 22:00:34.0 +0200
+++ new/s3backer-1.5.1/CHANGES  2019-04-15 22:31:38.0 +0200
@@ -1,3 +1,10 @@
+Version 1.5.1 released April 15, 2019
+
+- Fixed a few places where fixed-sized buffers were too small (issue #108)
+- Don't claim cache hit if partial write required reading the block (pr 
#103)
+- Exit process with error code if s3backer store setup fails at startup
+- Reset statistics if stats file is unlinked (issue #106)
+
 Version 1.5.0 released June 9, 2018
 
 - Add support for recovering dirty blocks in the disk cache (issue #87)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.5.0/block_cache.c new/s3backer-1.5.1/block_cache.c
--- old/s3backer-1.5.0/block_cache.c2018-06-09 22:00:21.0 +0200
+++ new/s3backer-1.5.1/block_cache.c2019-03-07 02:43:01.0 +0100
@@ -495,6 +495,16 @@
 pthread_mutex_unlock(>mutex);
 }
 
+void
+block_cache_clear_stats(struct s3backer_store *s3b)
+{
+struct block_cache_private *const priv = s3b->data;
+
+pthread_mutex_lock(>mutex);
+memset(>stats, 0, sizeof(priv->stats));
+pthread_mutex_unlock(>mutex);
+}
+
 static int
 block_cache_list_blocks(struct s3backer_store *s3b, block_list_func_t 
*callback, void *arg)
 {
@@ -773,6 +783,7 @@
 {
 struct block_cache_conf *const config = priv->config;
 struct cache_entry *entry;
+int partial_miss = 0;
 int r;
 
 /* Sanity check */
@@ -827,7 +838,8 @@
 if ((r = block_cache_write_data(priv, entry, src, off, len)) != 0)
 (*config->log)(LOG_ERR, "error updating dirty block! %s", 
strerror(r));
 entry->dirty = 1;
-priv->stats.write_hits++;
+if (!partial_miss)
+priv->stats.write_hits++;
 break;
 default:
 assert(0);
@@ -843,6 +855,8 @@
 if (off != 0 || len != config->block_size) {
 if ((r = block_cache_do_read(priv, block_num, 0, 0, NULL, 0)) != 

commit osmo-pcu for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package osmo-pcu for openSUSE:Factory 
checked in at 2019-06-01 09:50:13

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


Package is "osmo-pcu"

Sat Jun  1 09:50:13 2019 rev:2 rq:706056 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/osmo-pcu/osmo-pcu.changes2019-04-04 
14:13:21.625326409 +0200
+++ /work/SRC/openSUSE:Factory/.osmo-pcu.new.5148/osmo-pcu.changes  
2019-06-01 09:50:14.603309054 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 23:23:02 UTC 2019 - Jan Engelhardt 
+
+- Reduce scriptlets' hard dependency on systemd.
+
+---



Other differences:
--
++ osmo-pcu.spec ++
--- /var/tmp/diff_new_pack.TVbINY/_old  2019-06-01 09:50:15.235308838 +0200
+++ /var/tmp/diff_new_pack.TVbINY/_new  2019-06-01 09:50:15.239308837 +0200
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(libosmogb) >= 0.12.0
 BuildRequires:  pkgconfig(libosmogsm) >= 0.12.0
 BuildRequires:  pkgconfig(libosmovty) >= 0.12.0
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 Osmocom PCU code (RLC/MAC/PCU) for OpenBTS and OsmoBTS.
@@ -70,7 +70,7 @@
 %service_add_post %{name}.service
 
 %check
-make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
+make %{?_smp_mflags} check || find . -name testsuite.log -exec cat {} +
 
 %files
 %license COPYING




commit crash for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2019-06-01 09:49:00

Comparing /work/SRC/openSUSE:Factory/crash (Old)
 and  /work/SRC/openSUSE:Factory/.crash.new.5148 (New)


Package is "crash"

Sat Jun  1 09:49:00 2019 rev:153 rq:705930 version:7.2.5

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2019-04-24 
13:57:29.763984411 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new.5148/crash.changes2019-06-01 
09:49:07.131332089 +0200
@@ -60 +60 @@
-  7.2.1 source.
+  7.2.1 source (bsc#1103371).



Other differences:
--




commit kubernetes-salt for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package kubernetes-salt for openSUSE:Factory 
checked in at 2019-06-01 09:49:29

Comparing /work/SRC/openSUSE:Factory/kubernetes-salt (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes-salt.new.5148 (New)


Package is "kubernetes-salt"

Sat Jun  1 09:49:29 2019 rev:38 rq:705961 version:4.0.0+git_r1024_6af85a7

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-salt/kubernetes-salt.changes  
2019-02-02 21:48:46.144005777 +0100
+++ 
/work/SRC/openSUSE:Factory/.kubernetes-salt.new.5148/kubernetes-salt.changes
2019-06-01 09:49:30.539324097 +0200
@@ -1,0 +2,333 @@
+Wed Feb 27 14:35:04 UTC 2019 - Containers Team 
+
+- Commit bb22844 by Alvaro Saurin alvaro.sau...@gmail.com
+ Synchronize everythihg before starting an orchestration. Replace all the
+ `mine.get` calls by the more compact `get_with_expr` function.
+ 
+ bsc#1124784
+ 
+ Signed-off-by: Alvaro Saurin 
+
+
+---
+Fri Feb 22 15:50:20 UTC 2019 - Containers Team 
+
+- Commit b0a79f7 by Nirmoy Das n...@suse.de
+ cilium: add repo for cilium
+ 
+ Signed-off-by: Nirmoy Das 
+
+
+---
+Thu Feb 21 14:40:16 UTC 2019 - Containers Team 
+
+- Commit 0fcce23 by Alvaro Saurin alvaro.sau...@gmail.com
+ When using file.managed, create a temporary file that is in /tmp instead of
+ using the same directory the target file is. This fixes some problems with
+ programs/daemons that could be monitoring that directory.
+ 
+ bsc#1123716
+ 
+ Signed-off-by: Alvaro Saurin 
+
+
+---
+Thu Feb 21 11:38:23 UTC 2019 - Containers Team 
+
+- Commit e49af82 by Markos Chandras mchand...@suse.de
+ Jenkinsfile: Update repository information for jenkins-library
+
+
+---
+Thu Feb 21 09:26:36 UTC 2019 - Containers Team 
+
+- Commit 1e20516 by Florian Bergmann fbergm...@suse.de
+ Add a dummy state to not have an empty state in an orchestration
+ 
+ This is a workaround for https://github.com/saltstack/salt/issues/14553 when
+ upgrading crio 1.9 to 1.10.
+
+
+---
+Wed Feb 20 17:48:50 UTC 2019 - Containers Team 
+
+- Commit c67d8f9 by dmaiocchi dmaioc...@suse.com
+ Improve states stability
+ 
+ -  caasp_etcd.healthy function can fail even if the etcd cluster is
+ healty: adding a retry is better solution for avoding false-failure
+ during orchs.
+ 
+ -  add caasp_service for kubeapi-server.service, with this we are
+ checking 10 times that the service is running in a row.
+ ( having service.running only can cause false failures)
+ 
+ -  fixed some indentation around states.
+
+
+---
+Wed Feb 20 15:40:52 UTC 2019 - Containers Team 
+
+- Commit 9c06818 by Florian Bergmann fbergm...@suse.de
+ Use iteritems from six import for python2/3 compatibility.
+ 
+ Fixes bsc#1123497
+ 
+ Commit 1b21219 by Florian Bergmann fbergm...@suse.de
+ Fix python3 iteration over dictionary.
+ 
+ In python3 python prevents modifying the dictionary that is iterated over.
+ 
+ Instead of modifying the dictionary a new one is constructed instead.
+ 
+ Fixes bsc#1123497
+
+
+---
+Wed Feb 20 11:16:23 UTC 2019 - Containers Team 
+
+- Commit 78435fc by Jordi Massaguer Pla jmassaguer...@suse.de
+ use caasp v4 images from SUSE Registry
+
+
+---
+Tue Feb 19 16:58:55 UTC 2019 - Containers Team 
+
+- Commit b3b4568 by Markos Chandras mchand...@suse.de
+ Jenkinsfile: Switch to dynamic library fetching and drop branch
+ 
+ Instead of having the library hardcoded to Jenkins master, we can fetch it
+ dynamically. We also drop the usage of library branches since it does not
+ make sense to maintain such a thing in the CI. The master branch should be
+ able to handle both development and release branches.
+
+
+---
+Tue Feb 19 16:34:10 UTC 2019 - Containers Team 
+
+- Commit 4280cf4 by Maximilian Meister mmeis...@suse.de
+ update critical pod configuration
+ 
+ 
https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
+ 
+ bsc#1122783
+ 
+ Signed-off-by: Maximilian Meister 
+
+
+---
+Tue Feb 19 08:59:02 UTC 2019 - Containers Team 
+
+- Commit 32d6dbe by Maximilian Meister mmeis...@suse.de
+ [bsc#1125095] deployment timeout not correctly configured
+ 
+ instead of setting the timeout we were only setting the retries which causes
+ the timeout to be prolonged too 

commit python-holoviews for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-holoviews for 
openSUSE:Factory checked in at 2019-06-01 09:51:21

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


Package is "python-holoviews"

Sat Jun  1 09:51:21 2019 rev:17 rq:706142 version:1.12.3

Changes:

--- /work/SRC/openSUSE:Factory/python-holoviews/python-holoviews.changes
2019-04-23 14:36:48.185502775 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-holoviews.new.5148/python-holoviews.changes  
2019-06-01 09:51:23.339285587 +0200
@@ -1,0 +2,37 @@
+Tue May 28 20:31:35 UTC 2019 - Todd R 
+
+- update to version 1.12.3
+  * Bug fixes:
+* Fixed regression causing unhashable data to cause errors in streams
+* Ensure that hv.help handles non-HoloViews objects
+* Ensure that DataLink handles data containing NaNs
+* Ensure that bokeh backend handles Cycle of markers
+* Fix for using opts method on DynamicMap
+* Ensure that bokeh backend handles DynamicMaps with variable length
+  NdOverlay
+* Fix default width/height setting for HeatMap
+* Ensure that dask imports handle modularity
+* Fixed regression in xarray data interface
+* Ensure that RGB hover displays the integer RGB value
+* Ensure that param streams handle subobjects
+- update to version Version 1.12.2
+  + Enhancements:
+*  Add styles argument to draw tool streams to allow cycling colors
+  and other styling when drawing glyphs
+*  Add ability to define alpha on (data)shade operation
+* Ensure that categorical plots respect Dimension.values order
+  + Compatibility:
+* Compatibility with Plotly 3.8
+  + Bug fixes:
+* Ensure that bokeh server plot updates have the exclusive Document
+  lock
+* Ensure that Dimensioned streams are inherited on `__mul__`
+* Ensure that bokeh hover tooltips are updated when dimensions change
+* Fix DynamicMap.event method for empty streams
+* Fixed handling of datetimes on Path plots
+* Ensure that resampling operations do not cause event loops
+  + Backward compatibility:
+* Added color cycles on Violin and BoxWhisker elements due to earlier
+  regression
+
+---

Old:

  holoviews-1.12.1.tar.gz

New:

  holoviews-1.12.3.tar.gz



Other differences:
--
++ python-holoviews.spec ++
--- /var/tmp/diff_new_pack.A4wBGN/_old  2019-06-01 09:51:23.955285377 +0200
+++ /var/tmp/diff_new_pack.A4wBGN/_new  2019-06-01 09:51:23.955285377 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_with test
 Name:   python-holoviews
-Version:1.12.1
+Version:1.12.3
 Release:0
 Summary:Composable, declarative visualizations for Python
 License:BSD-3-Clause

++ holoviews-1.12.1.tar.gz -> holoviews-1.12.3.tar.gz ++
/work/SRC/openSUSE:Factory/python-holoviews/holoviews-1.12.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-holoviews.new.5148/holoviews-1.12.3.tar.gz 
differ: char 5, line 1




commit python-fido2 for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-fido2 for openSUSE:Factory 
checked in at 2019-06-01 09:51:35

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


Package is "python-fido2"

Sat Jun  1 09:51:35 2019 rev:5 rq:706153 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fido2/python-fido2.changes
2018-12-24 11:47:16.401140077 +0100
+++ /work/SRC/openSUSE:Factory/.python-fido2.new.5148/python-fido2.changes  
2019-06-01 09:51:39.303280138 +0200
@@ -1,0 +2,12 @@
+Fri May 10 19:45:22 UTC 2019 - Karol Babioch 
+
+- Version 0.6.0 (released 2019-05-10)
+  * Don't fail if CTAP2 Info contains unknown fields.
+  * Replace cbor loads/dumps functions with encode/decode/decode_from.
+  * Server: Add support for AuthenticatorAttachment.
+  * Server: Add support for more key algorithms.
+  * Client: Expose CTAP2 Info object as Fido2Client.info. 
+- Changed source URL to official release tarball
+- Verifying signature of release tarball
+
+---

Old:

  python-fido2-0.5.0.tar.gz

New:

  fido2-0.6.0.tar.gz
  fido2-0.6.0.tar.gz.sig



Other differences:
--
++ python-fido2.spec ++
--- /var/tmp/diff_new_pack.SRLDuV/_old  2019-06-01 09:51:40.011279896 +0200
+++ /var/tmp/diff_new_pack.SRLDuV/_new  2019-06-01 09:51:40.019279893 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fido2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fido2
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:Python-based FIDO 2.0 library
 License:BSD-2-Clause AND BSD-3-Clause AND Apache-2.0 AND MPL-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/Yubico/python-fido2
-Source: 
https://github.com/Yubico/python-fido2/archive/%{version}.tar.gz#/python-fido2-%{version}.tar.gz
-BuildRequires:  %{python_module cryptography >= 1.0}
+Source0:
https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz
+Source1:
https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz.sig
+BuildRequires:  %{python_module cryptography >= 1.5}
 BuildRequires:  %{python_module mock >= 1.0.1}
-BuildRequires:  %{python_module pyfakefs >= 2.4}
+BuildRequires:  %{python_module pyfakefs >= 3.4}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-enum34
-Requires:   python-cryptography >= 1.0
+Requires:   python-cryptography >= 1.5
 Requires:   python-six
 BuildArch:  noarch
 %ifpython2
@@ -48,7 +49,7 @@
 implement higher level device operations.
 
 %prep
-%setup -q
+%setup -q -n fido2-%{version}
 
 %build
 %python_build

++ python-fido2-0.5.0.tar.gz -> fido2-0.6.0.tar.gz ++
 1980 lines of diff (skipped)




commit python-notebook for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-notebook for openSUSE:Factory 
checked in at 2019-06-01 09:51:08

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


Package is "python-notebook"

Sat Jun  1 09:51:08 2019 rev:3 rq:706097 version:5.7.8

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2019-05-25 13:35:24.671970049 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.5148/python-notebook.changes
2019-06-01 09:51:09.679290251 +0200
@@ -1,0 +2,5 @@
+Tue May 28 06:21:40 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.8pWRfA/_old  2019-06-01 09:51:10.863289846 +0200
+++ /var/tmp/diff_new_pack.8pWRfA/_new  2019-06-01 09:51:10.867289846 +0200
@@ -89,21 +89,22 @@
 
 %packagelang
 # FIXME: consider using %%lang_package macro
-Summary:Provides translations for the Jupyter Notebook
+Summary:Translations for the Jupyter Notebook
 Group:  System/Localization
 Requires:   python-notebook = %{version}
-Provides:   python-notebook-lang-all = %{version}
 Provides:   python-jupyter_notebook-lang = %{version}
+Provides:   python-notebook-lang-all = %{version}
 Obsoletes:  python-jupyter_notebook-lang < %{version}
 Requires:   jupyter-notebook-lang = %{version}
 
 %descriptionlang
 Provides translations for the Jupyter notebook.
 
-This package provides the python module translations.
+This package provides the Python module translations.
 
 %package -n jupyter-notebook
 Summary:Jupyter Notebook interface
+Group:  Development/Languages/Python
 Requires:   jupyter-ipykernel
 Requires:   jupyter-jupyter_client >= 5.2.0
 Requires:   jupyter-jupyter_core >= 4.4.0
@@ -120,7 +121,7 @@
 This package provides the jupyter components.
 
 %package -n jupyter-notebook-lang
-Summary:Provides translations for the Jupyter Notebook
+Summary:Translations for the Jupyter Notebook
 Group:  System/Localization
 Requires:   jupyter-notebook = %{version}
 Requires:   python3-notebook-lang = %{version}
@@ -136,8 +137,8 @@
 Group:  Development/Languages/Python
 Requires:   jupyter-nbconvert-latex
 Requires:   jupyter-notebook = %{version}
-Provides:   %{python_module notebook-latex = %{version}}
 Provides:   %{python_module jupyter_notebook-latex = %{version}}
+Provides:   %{python_module notebook-latex = %{version}}
 Obsoletes:  %{python_module jupyter_notebook-latex < %{version}}
 
 %description -n jupyter-notebook-latex
@@ -149,8 +150,8 @@
 %package -n jupyter-notebook-doc
 Summary:Documentation for Jupyter's notebook
 Group:  Documentation/Other
-Provides:   %{python_module notebook-doc = %{version}}
 Provides:   %{python_module jupyter_notebook-doc = %{version}}
+Provides:   %{python_module notebook-doc = %{version}}
 Obsoletes:  %{python_module jupyter_notebook-doc < %{version}}
 
 %description -n jupyter-notebook-doc





commit ibutils for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package ibutils for openSUSE:Factory checked 
in at 2019-06-01 09:50:58

Comparing /work/SRC/openSUSE:Factory/ibutils (Old)
 and  /work/SRC/openSUSE:Factory/.ibutils.new.5148 (New)


Package is "ibutils"

Sat Jun  1 09:50:58 2019 rev:9 rq:706088 version:1.5.7.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ibutils/ibutils.changes  2018-09-19 
14:33:01.435317300 +0200
+++ /work/SRC/openSUSE:Factory/.ibutils.new.5148/ibutils.changes
2019-06-01 09:50:59.551293709 +0200
@@ -1,0 +2,11 @@
+Tue May 28 14:03:57 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Unify changelog with SLE12
+
+---
+Tue May 28 07:37:02 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Fix older changelog entry that silently added a patch
+- Use %license for COPYING
+
+---
@@ -51 +62,2 @@
-- Remove ibutils-add_shebang.patch; not needed anymore
+- Remove ibutils-add_shebang.patch and ibutils-code_cleanup.patch
+  not needed anymore
@@ -54,0 +67,6 @@
+Thu Aug 21 14:54:14 CEST 2014 - p...@suse.de
+
+- Ibutils Makefiles are missing dependencies so successfull builds
+  depend on timing so build in single job until fixed.
+
+---
@@ -57 +75,2 @@
-- Remove the bogus rpath from ibdmsh and that vein do not link
+- Add ibutils-no_special_ldflags_for_ibdmsh.patch to
+  remove the bogus rpath from ibdmsh and that vein do not link
@@ -70,0 +90,15 @@
+
+---
+Tue May 13 23:34:08 CEST 2014 - p...@suse.de
+
+- Update to 1.5.7-0.2.gbd7e502 from OFED 3.12 RC2.
+  No change log present.
+- Added the fix for two cases of forbidden implicit const removal
+  to ibutils-code_cleanup.patch.
+- Remove ibutils-add_shebang.patch as the file it pathed doesn't
+  exist anymore.
+
+---
+Wed Mar  5 15:43:44 CET 2014 - p...@suse.de
+
+- Add COPYING to package docs.



Other differences:
--
++ ibutils.spec ++
--- /var/tmp/diff_new_pack.qeKZcX/_old  2019-06-01 09:51:00.271293463 +0200
+++ /var/tmp/diff_new_pack.qeKZcX/_new  2019-06-01 09:51:00.271293463 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibutils
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -153,7 +153,7 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING
+%license COPYING
 %_bindir/*
 %_libdir/ibdiagnet%upstream_ver
 %_libdir/ibdiagpath%upstream_ver
@@ -178,7 +178,7 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING
+%license COPYING
 %_bindir/ibdiagui
 %_libdir/ibdiagui%upstream_ver
 %_mandir/man1/ibdiagui*




commit python-bokeh for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

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


Package is "python-bokeh"

Sat Jun  1 09:51:25 2019 rev:16 rq:706144 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-bokeh/python-bokeh.changes
2019-05-07 23:16:23.984584580 +0200
+++ /work/SRC/openSUSE:Factory/.python-bokeh.new.5148/python-bokeh.changes  
2019-06-01 09:51:28.235283916 +0200
@@ -1,0 +2,45 @@
+Tue May 28 20:36:44 UTC 2019 - Todd R 
+
+- update to version 1.2.0
+  + bugfixes:
+* [widgets] Autocomplete widget not recognizing value change
+* Boxselecttool does not work as expected with gmapplot
+* [webgl] Mixed canvas and webgl glyphs are painted in wrong z-order
+* Rangetool unusable after selection change
+* [widgets] [bug] autocompleteinput widget value attribute does not 
reflect selection
+* [bug] runtimeerror on adding callbacks after rendering
+* [widgets] Bar_color slider not updating
+* [bug] color mapping bug in crossfilter example
+* exports do not work with firefox webdriver
+* [bug] imageurl selection_glyph raises "typeerror: this.retries is 
undefined"
+* [bug] customjs callbacks added after initialization do not work
+* layout accepts name as keyword arg but doesn't pass to underlying objects
+* [widgets] [bug] changing slider widget title property does not update 
view
+  + features:
+* [component: server] Slider callback_policy should work for apps
+* Feature request: textures to fill properties?
+* [layout] Legend title
+* [component: bokehjs] [feature] stacked areas and lines
+* allow the webdriver timeout to be customized
+  + tasks:
+* [component: tests] Add missing widget callback integration tests
+* Document that boxzoomtool does not work on gmapplot
+* Touch scroll the page when no tools are active
+* [widgets]  add selenium tests for slider and rangeslider
+* Allow reset tool to only emit reset event, and skip built-in reset code
+* Document get_screenshot_as_png better
+* Clean up .gitignore files across the repository
+- #8496 "warning:bokeh.resources:root_url should end with a /, adding one" 
spam
+* `scripts/deps.py` does not install phantom_js
+- #8861 Create readme to explain server_embed usage
+* Update tile provider example for "mapping geo data" user guide
+* Uploading actual releases to conda bokeh/label/dev
+- #8875 Hatching/stacking follow on work
+* [component: build] Fix security vulnerabilities reported by npm audit
+- #8897 Reference link updated
+* [bug] legend order backwards for stacked area plots
+* Update 1.1.0.rst
+* Docs: fix typo
+* Add release notes for 1.2
+
+---

Old:

  bokeh-1.1.0.tar.gz

New:

  bokeh-1.2.0.tar.gz



Other differences:
--
++ python-bokeh.spec ++
--- /var/tmp/diff_new_pack.XtzF9X/_old  2019-06-01 09:51:29.783283388 +0200
+++ /var/tmp/diff_new_pack.XtzF9X/_new  2019-06-01 09:51:29.811283378 +0200
@@ -20,7 +20,7 @@
 # Tests fail due to missing git data
 %bcond_with tests
 Name:   python-bokeh
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:Statistical interactive HTML plots for Python
 License:BSD-3-Clause

++ bokeh-1.1.0.tar.gz -> bokeh-1.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-bokeh/bokeh-1.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-bokeh.new.5148/bokeh-1.2.0.tar.gz differ: 
char 5, line 1




commit psqlODBC for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package psqlODBC for openSUSE:Factory 
checked in at 2019-06-01 09:51:47

Comparing /work/SRC/openSUSE:Factory/psqlODBC (Old)
 and  /work/SRC/openSUSE:Factory/.psqlODBC.new.5148 (New)


Package is "psqlODBC"

Sat Jun  1 09:51:47 2019 rev:25 rq:706223 version:11.01.

Changes:

--- /work/SRC/openSUSE:Factory/psqlODBC/psqlODBC.changes2019-03-26 
22:33:25.397691291 +0100
+++ /work/SRC/openSUSE:Factory/.psqlODBC.new.5148/psqlODBC.changes  
2019-06-01 09:51:48.779276902 +0200
@@ -1,0 +2,24 @@
+Mon May 27 06:10:16 UTC 2019 - mvet...@suse.com
+
+- Cleanup with spec-cleaner
+- Update to 11.01.:
+  * Correct the rgbInfoValue returned by
+SQLGetInfo(SQL_TIMEDATE_FUNCTIONS, ..).
+  * Because the field 'relhasoids' was dropped in PG12, psqlodbc
+drivers would have some troubles with PG12 servers.
+  * Register drivers {PostgreSQL ANSI} and {PostgreSQL Unicode}
+during installation on 64bit Windows so that users could use
+   the same connection strings in both x86 and x64 environments.
+  * Correct the rgbInfoValue returned b
+SQLGetInfo(SQL_LIKE_ESCAPE_CLAUSE, ..).
+  * Fix a typo in SQLForeignKeys-ResultSet-Column. 'deferrablity'
+should be 'DEFERRABILITY'.
+  * Correct the rgbInfoValue returned by
+SQLGetInfo(.., SQL_NUMERIC_FUNCTIONS(SQL_SYSTEM_FUNCTIONS
+   or SQL_STRING_FUNCTIONS, ..).
+  * Bug fix: don't forget to set parameter numbers while handling
+escaped ODBC functions.
+  * ix test_connection() in setup.c so that settings of
+conn_settings and pqopt option are reflected properly.
+
+---

Old:

  psqlodbc-11.00..tar.gz

New:

  psqlodbc-11.01..tar.gz



Other differences:
--
++ psqlODBC.spec ++
--- /var/tmp/diff_new_pack.SvMxrc/_old  2019-06-01 09:51:49.431276680 +0200
+++ /var/tmp/diff_new_pack.SvMxrc/_new  2019-06-01 09:51:49.435276678 +0200
@@ -12,33 +12,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
+%define tarname psqlodbc
 Name:   psqlODBC
+Version:11.01.
+Release:0
+Summary:ODBC Driver for PostgreSQL
+License:LGPL-2.1-or-later
+Group:  Productivity/Databases/Clients
+URL:https://odbc.postgresql.org/
+Source0:
https://ftp.postgresql.org/pub/odbc/versions/src/%{tarname}-%{version}.tar.gz
+Patch0: psqlODBC-internal.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  unixODBC-devel
-Url:https://odbc.postgresql.org/
-%define tarname psqlodbc
-Summary:ODBC Driver for PostgreSQL
-License:LGPL-2.1-or-later
-Group:  Productivity/Databases/Clients
-Version:11.00.
-Release:0
-Source0:
https://ftp.postgresql.org/pub/odbc/versions/src/%tarname-%{version}.tar.gz
-Patch0: psqlODBC-internal.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: /usr/bin/odbcinst
-Obsoletes:  pg_odbc < %version-%release
-Obsoletes:  postgresql-odbc < %version-%release
-Provides:   pg_iface:/usr/lib/pgsql/odbcinst.ini
-Provides:   pg_odbc = %version-%release
-Provides:   postgresql-odbc = %version-%release
+PreReq: %{_bindir}/odbcinst
+Obsoletes:  pg_odbc < %{version}-%{release}
+Obsoletes:  postgresql-odbc < %{version}-%{release}
+Provides:   pg_iface:%{_prefix}/lib/pgsql/odbcinst.ini
+Provides:   pg_odbc = %{version}-%{release}
+Provides:   postgresql-odbc = %{version}-%{release}
 
 %description
 This package contains the ODBC (Open DataBase Connectivity) driver and
@@ -46,29 +45,29 @@
 PostgreSQL database using ODBC.
 
 %prep
-%setup -q -n %tarname-%version
-%patch0 -p0
+%setup -q -n %{tarname}-%{version}
+%patch0
 
 %build
 export CPPFLAGS="-I/usr/include/pgsql"
 %configure --with-unixodbc
-make 
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%buildroot install
-rm -f %buildroot%_libdir/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post
 /sbin/ldconfig
 # odbcinst uses reference counting, so we don't
 # need to take care for the update case here.
-odbcinst -i -l -d %_libdir/psqlodbcw.so -r < psqlodbc-11.01..tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psqlodbc-11.00./configure 
new/psqlodbc-11.01./configure
--- 

commit alsa-firmware for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2019-06-01 09:51:13

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new.5148 (New)


Package is "alsa-firmware"

Sat Jun  1 09:51:13 2019 rev:40 rq:706126 version:1.0.29

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2015-03-01 14:47:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new.5148/alsa-firmware.changes
2019-06-01 09:51:14.799288503 +0200
@@ -1,0 +2,5 @@
+Tue May 28 19:57:17 CEST 2019 - ti...@suse.de
+
+- Install missing firmware files for CA0132 codec (bsc#1136638)
+
+---

New:

  ctefx-desktop.bin
  ctefx-r3di.bin



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.3rArvE/_old  2019-06-01 09:51:16.483287928 +0200
+++ /var/tmp/diff_new_pack.3rArvE/_new  2019-06-01 09:51:16.495287924 +0200
@@ -32,6 +32,8 @@
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules
 Source2:usx2yaudio-old.rules
+Source3:ctefx-desktop.bin
+Source4:ctefx-r3di.bin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   alsa
@@ -67,6 +69,8 @@
   rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
 done
 %endif
+install -c -m 0644 %{SOURCE3} %{buildroot}/lib/firmware/
+install -c -m 0644 %{SOURCE4} %{buildroot}/lib/firmware/
 # change identical files to symlinks for hdsploader
 pushd $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/hdsploader
 for i in *.bin; do




commit tilix for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package tilix for openSUSE:Factory checked 
in at 2019-06-01 09:51:17

Comparing /work/SRC/openSUSE:Factory/tilix (Old)
 and  /work/SRC/openSUSE:Factory/.tilix.new.5148 (New)


Package is "tilix"

Sat Jun  1 09:51:17 2019 rev:17 rq:706135 version:1.9.3

Changes:

--- /work/SRC/openSUSE:Factory/tilix/tilix.changes  2019-03-18 
10:43:51.723113550 +0100
+++ /work/SRC/openSUSE:Factory/.tilix.new.5148/tilix.changes2019-06-01 
09:51:18.679287179 +0200
@@ -1,0 +2,7 @@
+Tue May 28 20:12:26 UTC 2019 - Matthias Eliasson 
+
+- Update to version 1.9.3
+  * This issue fixes a problem with the session sidebar getting out of sync
+after having deleted a session.
+
+---

Old:

  tilix-1.9.0.tar.gz

New:

  tilix-1.9.3.tar.gz



Other differences:
--
++ tilix.spec ++
--- /var/tmp/diff_new_pack.OqmwtZ/_old  2019-06-01 09:51:19.599286864 +0200
+++ /var/tmp/diff_new_pack.OqmwtZ/_new  2019-06-01 09:51:19.603286863 +0200
@@ -24,7 +24,7 @@
 %bcond_with dcompiler_dmd
 %endif
 Name:   tilix
-Version:1.9.0
+Version:1.9.3
 Release:0
 Summary:A tiling terminal emulator based on GTK+ 3
 License:MPL-2.0 AND LGPL-3.0-only

++ tilix-1.9.0.tar.gz -> tilix-1.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilix-1.9.0/data/man/po/sr.man.po 
new/tilix-1.9.3/data/man/po/sr.man.po
--- old/tilix-1.9.0/data/man/po/sr.man.po   2019-03-17 14:45:24.0 
+0100
+++ new/tilix-1.9.3/data/man/po/sr.man.po   2019-04-22 16:46:58.0 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2019-01-06 18:49-0500\n"
-"PO-Revision-Date: 2017-09-16 16:49+\n"
+"PO-Revision-Date: 2019-03-20 20:04+\n"
 "Last-Translator: Марко М. Костић \n"
 "Language-Team: Serbian \n"
@@ -15,9 +15,9 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 2.17-dev\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
+"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 3.6-dev\n"
 
 #. type: TH
 #: data/man/tilix:3
@@ -137,18 +137,13 @@
 
 #. type: Plain text
 #: data/man/tilix:25
-#, fuzzy
-#| msgid ""
-#| "Set the starting profile using the name of one of the existing profiles. "
-#| "If a name is passed that does not correspond to an existing profile, the "
-#| "default profile will be used."
 msgid ""
 "Set the starting profile using the name of one of the existing profiles. If "
 "it matches none of those, the default profile will be used."
 msgstr ""
 "Поставља назив профила коришћењем назива једног од већ постојећих профила. "
-"Уколико се достави назив који не одговара једном од већ постојећих профила, "
-"подразумевани профил ће се користити."
+"Уколико се назив не подудара са било којим, подразумевани профил ће се "
+"користити."
 
 #. type: TP
 #: data/man/tilix:25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilix-1.9.0/data/schemes/yaru.json 
new/tilix-1.9.3/data/schemes/yaru.json
--- old/tilix-1.9.0/data/schemes/yaru.json  1970-01-01 01:00:00.0 
+0100
+++ new/tilix-1.9.3/data/schemes/yaru.json  2019-04-22 16:46:58.0 
+0200
@@ -0,0 +1,25 @@
+{
+"name": "Yaru",
+"comment": "Yaru Color Scheme",
+"use-theme-colors": false,
+"foreground-color": "#ff",
+"background-color": "#300a24",
+"palette": [
+"#2E3436",
+"#CC",
+"#4E9A06",
+"#C4A000",
+"#3465A4",
+"#75507B",
+"#06989A",
+"#D3D7CF",
+"#555753",
+"#EF2929",
+"#8AE234",
+"#FCE94F",
+"#729FCF",
+"#AD7FA8",
+"#34E2E2",
+"#EC"
+]
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilix-1.9.0/po/de.po new/tilix-1.9.3/po/de.po
--- old/tilix-1.9.0/po/de.po2019-03-17 14:45:24.0 +0100
+++ new/tilix-1.9.3/po/de.po2019-04-22 16:46:58.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: German (Terminix)\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-01-06 18:49-0500\n"
-"PO-Revision-Date: 2019-02-01 12:10+\n"
+"PO-Revision-Date: 2019-04-11 06:34+\n"
 "Last-Translator: Philipp Wolfer \n"
 "Language-Team: German 

commit tellico for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package tellico for openSUSE:Factory checked 
in at 2019-06-01 09:51:40

Comparing /work/SRC/openSUSE:Factory/tellico (Old)
 and  /work/SRC/openSUSE:Factory/.tellico.new.5148 (New)


Package is "tellico"

Sat Jun  1 09:51:40 2019 rev:77 rq:706188 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/tellico/tellico.changes  2018-12-28 
12:35:35.755951986 +0100
+++ /work/SRC/openSUSE:Factory/.tellico.new.5148/tellico.changes
2019-06-01 09:51:41.871279261 +0200
@@ -1,0 +2,20 @@
+Wed May 29 06:38:25 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 3.2
+  * Updated documentation.
+  * Added capability to dock collection views side-by-side.
+  * Improved speed when merging collections (kde#349410).
+  * Added Moby Games data source.
+  * Added ComicVine data source.
+  * Updated Amazon data source to include localized data from Brazil, 
Australia,
+India, Mexico, and Turkey.
+  * Updated IGDB.com data source.
+  * Updated TheGamesDB.net data source (kde#407811).
+  * Updated Visual Novel Database data source.
+  * Updated KinoPoisk.ru data source (kde#403185).
+  * Fixed bug with setting IMDB rating in various locales (kde#401894).
+  * Corrected server for National Library of Lithuania (kde#404743).
+  * Don't open a blank entry for editing when collection has not been saved 
(kde#405191).
+  * Fix build against ICU 64.1 and later (Gentoo Bug 685460).
+
+---

Old:

  tellico-3.1.4.tar.xz

New:

  tellico-3.2.tar.xz



Other differences:
--
++ tellico.spec ++
--- /var/tmp/diff_new_pack.m7wbpM/_old  2019-06-01 09:51:42.543279031 +0200
+++ /var/tmp/diff_new_pack.m7wbpM/_new  2019-06-01 09:51:42.547279030 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tellico
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 Name:   tellico
-Version:3.1.4
+Version:3.2
 Release:0
-Summary:A Collection Manager for KDE
+Summary:A Collection Manager
 License:GPL-2.0-or-later
 Group:  Productivity/Office/Other
 URL:http://tellico-project.org/
@@ -76,7 +76,7 @@
 %endif
 
 %description
-Tellico is a KDE application for organizing your collections. It provides
+Tellico is an application for organizing your collections. It provides
 default templates for books, bibliographies, videos, music, video games, coins,
 stamps, trading cards, comic books, and wines.
 

++ tellico-3.1.4.tar.xz -> tellico-3.2.tar.xz ++
 187482 lines of diff (skipped)




commit yast2-support for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2019-06-01 09:51:02

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


Package is "yast2-support"

Sat Jun  1 09:51:02 2019 rev:51 rq:706093 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2019-01-03 18:06:37.860140202 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.5148/yast2-support.changes
2019-06-01 09:51:02.755292615 +0200
@@ -1,0 +2,6 @@
+Tue May 28 11:57:09 UTC 2019 - David Diaz 
+
+- Fix the support url (bsc#1136145)
+- 4.1.1
+
+---

Old:

  yast2-support-4.1.0.tar.bz2

New:

  yast2-support-4.1.1.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.ZwryL8/_old  2019-06-01 09:51:03.267292440 +0200
+++ /var/tmp/diff_new_pack.ZwryL8/_new  2019-06-01 09:51:03.271292439 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:4.1.0
+Version:4.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-4.1.0.tar.bz2 -> yast2-support-4.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.0/package/yast2-support.changes 
new/yast2-support-4.1.1/package/yast2-support.changes
--- old/yast2-support-4.1.0/package/yast2-support.changes   2018-12-20 
10:46:21.0 +0100
+++ new/yast2-support-4.1.1/package/yast2-support.changes   2019-05-28 
16:59:00.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May 28 11:57:09 UTC 2019 - David Diaz 
+
+- Fix the support url (bsc#1136145)
+- 4.1.1
+
+---
 Thu Dec 13 13:08:25 UTC 2018 - jreidin...@suse.com
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.0/package/yast2-support.spec 
new/yast2-support-4.1.1/package/yast2-support.spec
--- old/yast2-support-4.1.0/package/yast2-support.spec  2018-12-20 
10:46:21.0 +0100
+++ new/yast2-support-4.1.1/package/yast2-support.spec  2019-05-28 
16:59:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:4.1.0
+Version:4.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.0/src/include/support/dialogs.rb 
new/yast2-support-4.1.1/src/include/support/dialogs.rb
--- old/yast2-support-4.1.0/src/include/support/dialogs.rb  2018-12-20 
10:46:21.0 +0100
+++ new/yast2-support-4.1.1/src/include/support/dialogs.rb  2019-05-28 
16:59:00.0 +0200
@@ -154,7 +154,7 @@
   if Support.browser == nil
 Popup.Error(_("Could not find any installed browser."))
   else
-url = "'http://scc.suse.com/tickets'"
+url = "http://scc.suse.com/tickets;
 if ENV["LOGNAME"] == "root"
   if Popup.ContinueCancel(
   Builtins.sformat(




commit libpmemobj-cpp for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package libpmemobj-cpp for openSUSE:Factory 
checked in at 2019-06-01 09:50:55

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


Package is "libpmemobj-cpp"

Sat Jun  1 09:50:55 2019 rev:4 rq:706086 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/libpmemobj-cpp/libpmemobj-cpp.changes
2019-05-28 09:44:04.861827340 +0200
+++ /work/SRC/openSUSE:Factory/.libpmemobj-cpp.new.5148/libpmemobj-cpp.changes  
2019-06-01 09:50:55.207295192 +0200
@@ -1,0 +2,6 @@
+Tue May 28 11:39:32 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Disable experimental array/vector/string for older releases as
+  GCC doesn't fully support the required C++11 extensions.
+
+---



Other differences:
--
++ libpmemobj-cpp.spec ++
--- /var/tmp/diff_new_pack.y2tktK/_old  2019-06-01 09:50:55.715295018 +0200
+++ /var/tmp/diff_new_pack.y2tktK/_new  2019-06-01 09:50:55.719295017 +0200
@@ -62,7 +62,11 @@
 %setup -q
 
 %build
-%cmake -DCMAKE_INSTALL_DOCDIR="%_docdir/%name"
+%cmake \
+%if %{suse_version} < 1500
+   -DENABLE_ARRAY=OFF -DENABLE_VECTOR=OFF -DENABLE_STRING=OFF  \
+%endif
+   -DCMAKE_INSTALL_DOCDIR="%_docdir/%name"
 make %{?_smp_mflags}
 
 %install




commit youtube-dl for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-06-01 09:50:21

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.5148 (New)


Package is "youtube-dl"

Sat Jun  1 09:50:21 2019 rev:106 rq:706059 version:2019.05.20

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-05-12 
11:46:13.172126152 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5148/youtube-dl.changes  
2019-06-01 09:50:25.707305263 +0200
@@ -1,0 +2,6 @@
+Tue May 21 07:54:10 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.05.20
+  * svtplay: Update API URL
+
+---

Old:

  youtube-dl-2019.05.11.tar.gz
  youtube-dl-2019.05.11.tar.gz.sig

New:

  youtube-dl-2019.05.20.tar.gz
  youtube-dl-2019.05.20.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.LiALoJ/_old  2019-06-01 09:50:26.691304927 +0200
+++ /var/tmp/diff_new_pack.LiALoJ/_new  2019-06-01 09:50:26.715304919 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.05.11
+Version:2019.05.20
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.LiALoJ/_old  2019-06-01 09:50:26.775304898 +0200
+++ /var/tmp/diff_new_pack.LiALoJ/_new  2019-06-01 09:50:26.775304898 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.05.11
+Version:2019.05.20
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.05.11.tar.gz -> youtube-dl-2019.05.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-05-11 01:07:24.0 +0200
+++ new/youtube-dl/ChangeLog2019-05-20 18:29:46.0 +0200
@@ -1,3 +1,22 @@
+version 2019.05.20
+
+Core
++ [extractor/common] Move workaround for applying first Set-Cookie header
+  into a separate _apply_first_set_cookie_header method
+
+Extractors
+* [safari] Fix authentication (#21090)
+* [vk] Use _apply_first_set_cookie_header
+* [vrt] Fix extraction (#20527)
++ [canvas] Add support for vrtnieuws and sporza site ids and extract
+  AES HLS formats
++ [vrv] Extract captions (#19238)
+* [tele5] Improve video id extraction
+* [tele5] Relax URL regular expression (#21020, #21063)
+* [svtplay] Update API URL (#21075)
++ [yahoo:gyao] Add X-User-Agent header to dam proxy requests (#21071)
+
+
 version 2019.05.11
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2019-05-11 01:07:28.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2019-05-20 18:29:49.0 
+0200
@@ -1071,7 +1071,7 @@
  - **VoxMediaVolume**
  - **vpro**: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  - **Vrak**
- - **VRT**: deredactie.be, sporza.be, cobra.be and cobra.canvas.be
+ - **VRT**: VRT NWS, Flanders News, Flandern Info and Sporza
  - **VrtNU**: VrtNU.be
  - **vrv**
  - **vrv:series**
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/canvas.py 
new/youtube-dl/youtube_dl/extractor/canvas.py
--- old/youtube-dl/youtube_dl/extractor/canvas.py   2019-05-11 
01:06:11.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/canvas.py   2019-05-20 
18:25:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 class CanvasIE(InfoExtractor):
-_VALID_URL = 
r'https?://mediazone\.vrt\.be/api/v1/(?Pcanvas|een|ketnet|vrtvideo)/assets/(?P[^/?#&]+)'
+_VALID_URL = 
r'https?://mediazone\.vrt\.be/api/v1/(?Pcanvas|een|ketnet|vrt(?:video|nieuws)|sporza)/assets/(?P[^/?#&]+)'
 _TESTS = [{
 'url': 
'https://mediazone.vrt.be/api/v1/ketnet/assets/md-ast-4ac54990-ce66-4d00-a8ca-9eac86f4c475',
 'md5': '90139b746a0a9bd7bb631283f6e2a64e',
@@ -35,6 +35,10 @@
 'url': 
'https://mediazone.vrt.be/api/v1/canvas/assets/mz-ast-5e5f90b6-2d72-4c40-82c2-e134f884e93e',
 'only_matching': True,
 }]
+_HLS_ENTRY_PROTOCOLS_MAP = {
+'HLS': 'm3u8_native',
+  

commit switch_sles_sle-hpc for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package switch_sles_sle-hpc for 
openSUSE:Factory checked in at 2019-06-01 09:50:42

Comparing /work/SRC/openSUSE:Factory/switch_sles_sle-hpc (Old)
 and  /work/SRC/openSUSE:Factory/.switch_sles_sle-hpc.new.5148 (New)


Package is "switch_sles_sle-hpc"

Sat Jun  1 09:50:42 2019 rev:6 rq:706074 version:0.2

Changes:

--- /work/SRC/openSUSE:Factory/switch_sles_sle-hpc/switch_sles_sle-hpc.changes  
2019-03-10 09:39:56.860110545 +0100
+++ 
/work/SRC/openSUSE:Factory/.switch_sles_sle-hpc.new.5148/switch_sles_sle-hpc.changes
2019-06-01 09:50:45.271298584 +0200
@@ -1,0 +2,5 @@
+Fri Apr  5 20:46:40 UTC 2019 - Egbert Eich 
+
+- Change title in README.SUSE.
+
+---



Other differences:
--
++ switch_sles_sle-hpc.spec ++
--- /var/tmp/diff_new_pack.nko2Yh/_old  2019-06-01 09:50:45.787298408 +0200
+++ /var/tmp/diff_new_pack.nko2Yh/_new  2019-06-01 09:50:45.791298406 +0200
@@ -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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:Utility to switch between SLES and SLE-HPC on SLE-12
 License:MIT
 Group:  System/Management
-URL:http://www.suse.com
+Url:http://www.suse.com
 Source0:switch
 Source1:LICENSE
 Source2:README.SUSE

++ README.SUSE ++
--- /var/tmp/diff_new_pack.nko2Yh/_old  2019-06-01 09:50:45.823298396 +0200
+++ /var/tmp/diff_new_pack.nko2Yh/_new  2019-06-01 09:50:45.823298396 +0200
@@ -1,6 +1,6 @@
 
-switch_to_sle-hpc
-=
+Switch from SLES 12 to SLE-HPC 12
+=
 
 This script lets you switch from a subscription of the SUSE Linux Enterprise
 Server (SLES) to subscription for SUSE Linux Enterprise High Performance




commit php7-xdebug for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package php7-xdebug for openSUSE:Factory 
checked in at 2019-06-01 09:50:39

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


Package is "php7-xdebug"

Sat Jun  1 09:50:39 2019 rev:8 rq:706073 version:2.7.2

Changes:

--- /work/SRC/openSUSE:Factory/php7-xdebug/php7-xdebug.changes  2019-03-26 
15:40:44.640293028 +0100
+++ /work/SRC/openSUSE:Factory/.php7-xdebug.new.5148/php7-xdebug.changes
2019-06-01 09:50:40.807300108 +0200
@@ -1,0 +2,15 @@
+Tue May  7 06:23:48 UTC 2019 - Johannes Weberhofer 
+
+- Updated to Xdebug 2.7.2
+  * Fixed #1488: Rewrite DBGp 'property_set' to always use eval
+  * Fixed #1586: error_reporting()'s return value is incorrect during 
debugger's 'eval' command
+  * Fixed #1615: Turn off Zend OPcache when remote debugger is turned on
+  * Fixed #1656: remote_connect_back alters header if multiple values are 
present
+  * Fixed #1662: __debugInfo should not be used for user-defined classes
+
+- Updated to Xdebug 2.7.1
+  * Fixed #1646: Missing newline in error message
+  * Fixed #1647: Memory corruption when a conditional breakpoint is used
+  * Fixed #1641: Perfomance degradation with getpid syscall
+
+---

Old:

  xdebug-2.7.0.tgz

New:

  xdebug-2.7.2.tgz



Other differences:
--
++ php7-xdebug.spec ++
--- /var/tmp/diff_new_pack.y5sqJc/_old  2019-06-01 09:50:42.711299458 +0200
+++ /var/tmp/diff_new_pack.y5sqJc/_new  2019-06-01 09:50:42.731299451 +0200
@@ -17,9 +17,9 @@
 
 
 %define pkg_namexdebug
-%define pkg_version 2.7.0
+%define pkg_version %{version}
 Name:   php7-%{pkg_name}
-Version:2.7.0
+Version:2.7.2
 Release:0
 Summary:Extended PHP debugger
 License:PHP-3.0

++ xdebug-2.7.0.tgz -> xdebug-2.7.2.tgz ++
 61139 lines of diff (skipped)




commit waybar for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package waybar for openSUSE:Factory checked 
in at 2019-06-01 09:50:51

Comparing /work/SRC/openSUSE:Factory/waybar (Old)
 and  /work/SRC/openSUSE:Factory/.waybar.new.5148 (New)


Package is "waybar"

Sat Jun  1 09:50:51 2019 rev:6 rq:706081 version:0.6.6

Changes:

--- /work/SRC/openSUSE:Factory/waybar/waybar.changes2019-05-03 
22:47:31.379920240 +0200
+++ /work/SRC/openSUSE:Factory/.waybar.new.5148/waybar.changes  2019-06-01 
09:50:52.535296104 +0200
@@ -1,0 +2,71 @@
+Wed May 22 15:02:37 UTC 2019 - Michael Aquilina 
+
+- Update to 0.6.6:
+  Added
+  * Pulseaudio microphone state bb4af29
+  * Persistent workspaces #330
+  * Logger #332
+  * Estimated battery remaining time until empty/full #331
+  Changed
+  * Switch between network ifaces upon disconnection 48a58cd
+  * Brightness amd fix #336
+  * Fixed some clock issues #333
+  * Wlroots dependency removed 03e43f
+  * Escape sway mode 12a251c
+
+--
+Wed May 22 15:02:37 UTC 2019 - Michael Aquilina 
+
+- Update to 0.6.5:
+Added
+* Network bandwidth support (traffic) #328
+* Network frequency tag cb2d6e1
+* Update custom modules on click/scroll ff28de0
+Changed
+* Execute Modules update on gtk idle aa385e2
+* Fixed battery plugged state 17291df
+* Fixed gtk error on output plug/unplug f8a4759
+* Fixed tray button behaviour d2d9db2
+* Network code optimizations d34c3a8 4865a9a aa385e2
+* Workspace scroll changes 1e95f5d 0d59f7b 3e1c77d
+
+--
+Wed May 22 15:02:37 UTC 2019 - Michael Aquilina 
+
+- Update to 0.6.4:
+Added
+* Temperature format-icons fcb23d3
+* Battery plugged but not charging status 5b3402e
+* Network linked state/format #319
+* Able to scroll throught workspaces from bar blank spaces #322
+* Battery format-icons by states 4b4b74d
+Changed
+* Network refactor #319, closes #292 #230 #239
+* Fixed network module compilation on Alpine e12766a
+* Fixed window classes 62f8af8
+* Fixed state order for modules 92967c7 7e8eee0
+* Fixed pulseaudio scroll override 4f1defe
+* Fixed sigsev on output plug/unplug 362c393 0c3c548
+* Fixed tray items duplication b54160e
+
+---
+Wed May 22 15:02:37 UTC 2019 - Michael Aquilina 
+
+- Update to 0.6.3:
+Changed
+* Fixed battery module compilation on older system 80e9ea7
+* Fixed pulseaudio bluetooth format e343cf4
+* Remove empty and solo classes when they do not apply 7cdde05
+
+---
+Wed May 22 15:02:37 UTC 2019 - Michael Aquilina 
+
+- Update to 0.6.2:
+Added
+* Gaps/Margins 4688002
+* Idle inhibitor click arguments 5623bbe
+* Battery states adapted to backlight, cpu, memory, network, volume 
percentage values #297
+Changed
+* Title flickers fixed 74137be
+
+---

Old:

  0.6.1.tar.gz

New:

  0.6.6.tar.gz



Other differences:
--
++ waybar.spec ++
--- /var/tmp/diff_new_pack.80xYGN/_old  2019-06-01 09:50:53.155295892 +0200
+++ /var/tmp/diff_new_pack.80xYGN/_new  2019-06-01 09:50:53.155295892 +0200
@@ -12,27 +12,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/
 #
 
 
 Name:   waybar
-Version:0.6.1
+Version:0.6.6
 Release:0
 Summary:Customizable Wayland bar for Sway and Wlroots based compositors
 License:MIT
 Group:  System/GUI/Other
 URL:https://github.com/Alexays/Waybar
 Source: https://github.com/Alexays/Waybar/archive/%{version}.tar.gz
+BuildRequires:  cmake
 BuildRequires:  fmt-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtkmm3-devel
 BuildRequires:  jsoncpp-devel
 BuildRequires:  libinput-devel
 BuildRequires:  libsigc++3-devel
+BuildRequires:  libudev-devel
 BuildRequires:  meson
 BuildRequires:  ninja
-BuildRequires:  wlroots-devel
+BuildRequires:  spdlog-devel
 # optional: tray module
 BuildRequires:  libdbusmenu-gtk3-devel
 # optional: network

++ 0.6.1.tar.gz -> 0.6.6.tar.gz ++
 3323 lines of diff (skipped)




commit bitlbee-facebook for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/bitlbee-facebook (Old)
 and  /work/SRC/openSUSE:Factory/.bitlbee-facebook.new.5148 (New)


Package is "bitlbee-facebook"

Sat Jun  1 09:50:25 2019 rev:4 rq:706066 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/bitlbee-facebook/bitlbee-facebook.changes
2017-09-17 22:38:47.816705165 +0200
+++ 
/work/SRC/openSUSE:Factory/.bitlbee-facebook.new.5148/bitlbee-facebook.changes  
2019-06-01 09:50:29.711303896 +0200
@@ -1,0 +2,8 @@
+Thu Mar 14 14:20:03 UTC 2019 - Tomas Cech 
+
+- Version bump 1.2.0
+  - Fix ERROR_QUEUE_OVERFLOW on login by bumping orca agent version
+  - Fix "Failed to read fixed header" with TLS 1.3 / GnuTLS 3.6.x
+  - Add workplace chat support (enable the "work" setting to use it)
+
+---

Old:

  bitlbee-facebook-1.1.2.tar.gz

New:

  bitlbee-facebook-1.2.0.tar.gz



Other differences:
--
++ bitlbee-facebook.spec ++
--- /var/tmp/diff_new_pack.oWwKYr/_old  2019-06-01 09:50:30.267303706 +0200
+++ /var/tmp/diff_new_pack.oWwKYr/_new  2019-06-01 09:50:30.271303705 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   bitlbee-facebook
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:The Facebook protocol plugin for bitlbee
 License:GPL-2.0

++ bitlbee-facebook-1.1.2.tar.gz -> bitlbee-facebook-1.2.0.tar.gz ++
 7441 lines of diff (skipped)




commit php7-imagick for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package php7-imagick for openSUSE:Factory 
checked in at 2019-06-01 09:50:35

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


Package is "php7-imagick"

Sat Jun  1 09:50:35 2019 rev:9 rq:706072 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/php7-imagick/php7-imagick.changes
2019-05-20 13:17:31.211941970 +0200
+++ /work/SRC/openSUSE:Factory/.php7-imagick.new.5148/php7-imagick.changes  
2019-06-01 09:50:36.423301605 +0200
@@ -15 +15,3 @@
-  * 
FILTER_imagic-3.4.3-relax_test_150_to_follow_upstream_change.patchCUBIC_SPLINE 
- "Define the lobes with the -define filter:lobes={2,3,4} (reference 
https://imagemagick.org/discourse-server/viewtopic.php?f=2=32506)."
+  * FILTER_CUBIC_SPLINE - "Define the lobes with the -define 
+filter:lobes={2,3,4}
+(reference 
https://imagemagick.org/discourse-server/viewtopic.php?f=2=32506)."
@@ -19 +21,2 @@
-  * Correct version check to make RemoveAlphaChannel and FlattenAlphaChannel 
be available when using Imagick with ImageMagick version 6.7.8-x
+  * Correct version check to make RemoveAlphaChannel and FlattenAlphaChannel 
+be available when using Imagick with ImageMagick version 6.7.8-x



Other differences:
--
++ php7-imagick.spec ++
--- /var/tmp/diff_new_pack.W59hug/_old  2019-06-01 09:50:37.179301346 +0200
+++ /var/tmp/diff_new_pack.W59hug/_new  2019-06-01 09:50:37.183301345 +0200
@@ -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/
 #
 
 




commit vhba-kmp for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package vhba-kmp for openSUSE:Factory 
checked in at 2019-06-01 09:51:05

Comparing /work/SRC/openSUSE:Factory/vhba-kmp (Old)
 and  /work/SRC/openSUSE:Factory/.vhba-kmp.new.5148 (New)


Package is "vhba-kmp"

Sat Jun  1 09:51:05 2019 rev:15 rq:706094 version:20170610

Changes:

--- /work/SRC/openSUSE:Factory/vhba-kmp/vhba-kmp.changes2017-08-24 
18:48:02.506230796 +0200
+++ /work/SRC/openSUSE:Factory/.vhba-kmp.new.5148/vhba-kmp.changes  
2019-06-01 09:51:06.315291399 +0200
@@ -1,0 +2,5 @@
+Tue May 28 14:38:13 UTC 2019 - Jan Engelhardt 
+
+- Add vhba-scsiapi.diff to fix the build with Linux 5.1
+
+---

New:

  vhba-scsiapi.diff



Other differences:
--
++ vhba-kmp.spec ++
--- /var/tmp/diff_new_pack.Y7wX3K/_old  2019-06-01 09:51:07.187291102 +0200
+++ /var/tmp/diff_new_pack.Y7wX3K/_new  2019-06-01 09:51:07.187291102 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vhba-kmp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,15 +20,16 @@
 Version:20170610
 Release:0
 Summary:Virtual SCSI Host Bus Adapter
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Kernel
-Url:http://cdemu.sf.net/about/vhba/
+URL:http://cdemu.sf.net/about/vhba/
 
 #Git-Clone:git://git.code.sf.net/p/cdemu/code
 Source: http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
 Source2:%name-preamble
 Patch1: vhba-no-werror.diff
 Patch2: vhba-devname.diff
+Patch3: vhba-scsiapi.diff
 BuildRequires:  kernel-syms >= 2.6.20
 BuildRequires:  modutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,8 +56,7 @@
 
 %prep
 echo %flavors_to_build
-%setup -qn vhba-module-%version
-%patch -P 1 -P 2 -p1
+%autosetup -n vhba-module-%version -p1
 
 %build
 for flavor in %flavors_to_build; do

++ vhba-scsiapi.diff ++
From: Jan Engelhardt 
Date: 2019-05-28 16:37:03.776407560 +0200

cmd->serial_number was removed in commit
52eaa798f4f4e983c711eaa1c13d8859a52946e8 and users were changed to
cmd->request->tag.

---
 vhba.c |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Index: vhba-module-20170610/vhba.c
===
--- vhba-module-20170610.orig/vhba.c
+++ vhba-module-20170610/vhba.c
@@ -445,7 +445,7 @@ static int vhba_queuecommand_lck (struct
 struct vhba_device *vdev;
 int retval;
 
-scmd_dbg(cmd, "queue %lu\n", cmd->serial_number);
+scmd_dbg(cmd, "queue %lu\n", cmd->request->tag);
 
 vdev = vhba_lookup_device(cmd->device->id);
 if (!vdev) {
@@ -476,7 +476,7 @@ static int vhba_abort (struct scsi_cmnd
 struct vhba_device *vdev;
 int retval = SUCCESS;
 
-scmd_warn(cmd, "abort %lu\n", cmd->serial_number);
+scmd_warn(cmd, "abort %lu\n", cmd->request->tag);
 
 vdev = vhba_lookup_device(cmd->device->id);
 if (vdev) {
@@ -508,7 +508,7 @@ static ssize_t do_request (struct scsi_c
 ssize_t ret;
 
 scmd_dbg(cmd, "request %lu, cdb 0x%x, bufflen %d, use_sg %d\n",
-cmd->serial_number, cmd->cmnd[0], scsi_bufflen(cmd), 
scsi_sg_count(cmd));
+cmd->request->tag, cmd->cmnd[0], scsi_bufflen(cmd), 
scsi_sg_count(cmd));
 
 ret = sizeof(vreq);
 if (DATA_TO_DEVICE(cmd->sc_data_direction)) {
@@ -520,7 +520,7 @@ static ssize_t do_request (struct scsi_c
 return -EIO;
 }
 
-vreq.tag = cmd->serial_number;
+vreq.tag = cmd->request->tag;
 vreq.lun = cmd->device->lun;
 memcpy(vreq.cdb, cmd->cmnd, MAX_COMMAND_SIZE);
 vreq.cdb_len = cmd->cmd_len;
@@ -585,7 +585,7 @@ static ssize_t do_response (struct scsi_
 ssize_t ret = 0;
 
 scmd_dbg(cmd, "response %lu, status %x, data len %d, use_sg %d\n",
- cmd->serial_number, res->status, res->data_len, scsi_sg_count(cmd));
+ cmd->request->tag, res->status, res->data_len, scsi_sg_count(cmd));
 
 if (res->status) {
 unsigned char sense_stack[SCSI_SENSE_BUFFERSIZE];
@@ -695,7 +695,7 @@ static inline struct vhba_command *match
 struct vhba_command *vcmd;
 
 list_for_each_entry(vcmd, >cmd_list, entry) {
-

commit mlmmj for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2019-06-01 09:50:31

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new.5148 (New)


Package is "mlmmj"

Sat Jun  1 09:50:31 2019 rev:31 rq:706067 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2018-02-09 
15:53:33.850422684 +0100
+++ /work/SRC/openSUSE:Factory/.mlmmj.new.5148/mlmmj.changes2019-06-01 
09:50:34.103302397 +0200
@@ -1,0 +2,10 @@
+Fri Feb 22 15:29:25 UTC 2019 - Andreas Schneider 
+
+- Update to 1.3.0
+  o Czech translation (Jiří Šolc)
+  o Don't use address extensions from non-list addresses
+  o Fix some RFC 5321 compliance issues (Martijn Grendelman)
+  o Add smtphelo tunable (Andreas Schulze)
+  o Implement modonlypost
+
+---

Old:

  mlmmj-1.2.19.0.tar.bz2

New:

  mlmmj-1.3.0.tar.bz2



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.PefEgJ/_old  2019-06-01 09:50:35.327301979 +0200
+++ /var/tmp/diff_new_pack.PefEgJ/_new  2019-06-01 09:50:35.335301976 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlmmj
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,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:   mlmmj
-Version:1.2.19.0
+Version:1.3.0
 Release:0
 Summary:Mail Server Independent Reimplementation of the EZMLM Mailing 
List
 License:MIT
@@ -42,18 +42,23 @@
 
 %install
 make DESTDIR=%{buildroot} install
-mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
-mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples
+
+rm contrib/web/php-admin/htdocs/index.php.orig
+rm contrib/web/php-user/mlmmj.php.orig
+
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}/contrib
+install -d -m 0755 %{buildroot}%{_defaultdocdir}/%{name}/examples
 cp -a contrib/{amime-receive,web} 
%{buildroot}%{_defaultdocdir}/%{name}/examples/
 cp -a contrib/receivestrip/README README.receivestrip
-cp -a README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES 
%{buildroot}%{_defaultdocdir}/%{name}/
 %fdupes %{buildroot}
 
 %files
 %dir %{_defaultdocdir}/%{name}
-%doc %{_defaultdocdir}/%{name}/*
+%doc README* FAQ UPGRADE AUTHORS ChangeLog TUNABLES
+%license LICENSE
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/%{name}
+%{_defaultdocdir}/%{name}/examples
 
 %changelog

++ mlmmj-1.2.19.0.tar.bz2 -> mlmmj-1.3.0.tar.bz2 ++
 3388 lines of diff (skipped)




commit yast2-rmt for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package yast2-rmt for openSUSE:Factory 
checked in at 2019-06-01 09:50:47

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


Package is "yast2-rmt"

Sat Jun  1 09:50:47 2019 rev:13 rq:706075 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-rmt/yast2-rmt.changes  2019-02-27 
15:09:16.682389851 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-rmt.new.5148/yast2-rmt.changes
2019-06-01 09:50:49.067297288 +0200
@@ -1,0 +2,6 @@
+Tue Feb 12 15:51:18 UTC 2019 - sko...@suse.com
+
+- Release version 1.2.2
+- Pass SSL password to Cheetah CLI interface securely (bsc#1119835)
+
+---

Old:

  yast2-rmt-1.2.1.tar.bz2

New:

  yast2-rmt-1.2.2.tar.bz2



Other differences:
--
++ yast2-rmt.spec ++
--- /var/tmp/diff_new_pack.f1CITI/_old  2019-06-01 09:50:49.995296971 +0200
+++ /var/tmp/diff_new_pack.f1CITI/_new  2019-06-01 09:50:49.995296971 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-rmt
-Version:1.2.1
+Version:1.2.2
 Release:0
 BuildArch:  noarch
 

++ yast2-rmt-1.2.1.tar.bz2 -> yast2-rmt-1.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.2.1/package/yast2-rmt.changes 
new/yast2-rmt-1.2.2/package/yast2-rmt.changes
--- old/yast2-rmt-1.2.1/package/yast2-rmt.changes   2019-02-01 
12:01:47.0 +0100
+++ new/yast2-rmt-1.2.2/package/yast2-rmt.changes   2019-02-18 
16:29:51.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 12 15:51:18 UTC 2019 - sko...@suse.com
+
+- Release version 1.2.2
+- Pass SSL password to Cheetah CLI interface securely (bsc#1119835)
+
+---
 Fri Feb  1 10:58:34 UTC 2019 - fschuel...@suse.com
 
 - Release version 1.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.2.1/package/yast2-rmt.spec 
new/yast2-rmt-1.2.2/package/yast2-rmt.spec
--- old/yast2-rmt-1.2.1/package/yast2-rmt.spec  2019-02-01 12:01:47.0 
+0100
+++ new/yast2-rmt-1.2.2/package/yast2-rmt.spec  2019-02-18 16:29:51.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-rmt
-Version:1.2.1
+Version:1.2.2
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-rmt-1.2.1/spec/rmt/ssl/certificate_generator_spec.rb 
new/yast2-rmt-1.2.2/spec/rmt/ssl/certificate_generator_spec.rb
--- old/yast2-rmt-1.2.1/spec/rmt/ssl/certificate_generator_spec.rb  
2019-02-01 12:01:47.0 +0100
+++ new/yast2-rmt-1.2.2/spec/rmt/ssl/certificate_generator_spec.rb  
2019-02-18 16:29:51.0 +0100
@@ -79,9 +79,11 @@
 
 context 'with valid password' do
   it 'returns true' do
+expect_any_instance_of(Cheetah::DefaultRecorder).not_to 
receive(:record_stdin)
 expect(RMT::Execute).to receive(:on_target!).with(
   'openssl', 'rsa', '-passin', 'stdin', '-in', 
ssl_files[:ca_private_key],
-  stdin: password
+  stdin: password,
+  logger: nil
 ).and_return(true)
 expect(method_call).to eq(true)
   end
@@ -89,9 +91,11 @@
 
 context 'with invalid password' do
   it 'returns false' do
+expect_any_instance_of(Cheetah::DefaultRecorder).not_to 
receive(:record_stdin)
 expect(RMT::Execute).to receive(:on_target!).with(
   'openssl', 'rsa', '-passin', 'stdin', '-in', 
ssl_files[:ca_private_key],
-  stdin: password
+  stdin: password,
+  logger: nil
 ).and_raise(Cheetah::ExecutionFailed.new('', '', '', ''))
 expect(method_call).to eq(false)
   end
@@ -154,10 +158,12 @@
 expect(Yast::SCR).to receive(:Write).with(scr_path, 
ssl_files[:ca_config], ca_config)
 expect(Yast::SCR).to receive(:Write).with(scr_path, 
ssl_files[:server_config], server_config)
 
+expect_any_instance_of(Cheetah::DefaultRecorder).not_to 
receive(:record_stdin)
 expect(RMT::Execute).to receive(:on_target!).with(
   'openssl', 'genrsa', '-aes256', '-passout', 'stdin', '-out',
   ssl_files[:ca_private_key], described_class::OPENSSL_KEY_BITS,
-  stdin: ca_password
+  stdin: ca_password,
+  logger: nil
 )
 
 expect(RMT::Execute).to receive(:on_target!).with(
@@ -169,7 +175,8 @@
   'openssl', 'req', '-x509', '-new', '-nodes',
   '-key', ssl_files[:ca_private_key], '-sha256', '-days', 

commit psi+ for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2019-06-01 09:50:06

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


Package is "psi+"

Sat Jun  1 09:50:06 2019 rev:51 rq:706053 version:1.4.689+0

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+-lang.changes   2019-02-27 
21:12:36.967185452 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new.5148/psi+-lang.changes 2019-06-01 
09:50:07.747311395 +0200
@@ -1,0 +2,5 @@
+Thu May 16 06:35:08 UTC 2019 - Jiri Slaby 
+
+- update to 1.4.684
+
+---
--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2019-02-27 
21:12:36.991185445 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new.5148/psi+.changes  2019-06-01 
09:50:07.803311375 +0200
@@ -1,0 +2,16 @@
+Thu May 16 06:35:29 UTC 2019 - Jiri Slaby 
+
+- update to 1.4.689
+  * CMake now using automoc. Iris and libpsi relinked
+  * an attempt to draw progress for filetransfers
+  * jingle: some progress with file receive
+  * Jingle file sending works now
+  * Fixed crashes on exit
+  * Update all strings with project description.
+  * Another fix for travis scripts
+  * Fixed travis scripts
+  * and more fixes
+- remove 0001-iris-return-a-value-from-descriptionFromXml.patch
+  solved differently in upstream
+
+---

Old:

  0001-iris-return-a-value-from-descriptionFromXml.patch
  psi+-1.4.569+2.tar.xz
  psi-plus-l10n-1.4.566+0.tar.xz

New:

  psi+-1.4.689+0.tar.xz
  psi-plus-l10n-1.4.684+0.tar.xz



Other differences:
--
++ psi+-lang.spec ++
--- /var/tmp/diff_new_pack.Al7ocB/_old  2019-06-01 09:50:08.963310980 +0200
+++ /var/tmp/diff_new_pack.Al7ocB/_new  2019-06-01 09:50:08.967310978 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define version_unconverted 1.4.566+0
+%define version_unconverted 1.4.684+0
 
 Name:   psi+-lang
 Url:https://github.com/psi-plus/psi-plus-l10n
-Version:1.4.566+0
+Version:1.4.684+0
 Release:0
 Summary:Translations for Psi+
 License:GPL-2.0-or-later

++ psi+.spec ++
--- /var/tmp/diff_new_pack.Al7ocB/_old  2019-06-01 09:50:08.987310971 +0200
+++ /var/tmp/diff_new_pack.Al7ocB/_new  2019-06-01 09:50:08.987310971 +0200
@@ -18,17 +18,16 @@
 
 %define __builder ninja
 
-%define version_unconverted 1.4.569+2
+%define version_unconverted 1.4.689+0
 
 Name:   psi+
 Url:https://github.com/psi-plus
-Version:1.4.569+2
+Version:1.4.689+0
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0-or-later AND Apache-2.0
 Group:  Productivity/Networking/Talk/Clients
 Source0:psi+-%{version}.tar.xz
-Patch0: 0001-iris-return-a-value-from-descriptionFromXml.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 3.1
 BuildRequires:  dos2unix

++ psi+-1.4.569+2.tar.xz -> psi+-1.4.689+0.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-1.4.569+2.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new.5148/psi+-1.4.689+0.tar.xz differ: char 
27, line 1

++ psi-plus-l10n-1.4.566+0.tar.xz -> psi-plus-l10n-1.4.684+0.tar.xz ++
 31694 lines of diff (skipped)




commit axel for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2019-06-01 09:50:17

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new.5148 (New)


Package is "axel"

Sat Jun  1 09:50:17 2019 rev:5 rq:706057 version:2.16.1

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2018-03-31 
15:38:00.883236273 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new.5148/axel.changes  2019-06-01 
09:50:17.639308017 +0200
@@ -1,0 +2,5 @@
+Thu Mar 21 20:45:51 UTC 2019 - Sebastian Wagner 
+
+- fix broken URL
+
+---



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.SnXjyj/_old  2019-06-01 09:50:18.243307811 +0200
+++ /var/tmp/diff_new_pack.SnXjyj/_new  2019-06-01 09:50:18.247307810 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package axel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
-Url:http://axel.alioth.debian.org/
+Url:https://github.com/axel-download-accelerator/axel
 Source: 
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(openssl)
 




commit cpanspec for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package cpanspec for openSUSE:Factory 
checked in at 2019-06-01 09:49:33

Comparing /work/SRC/openSUSE:Factory/cpanspec (Old)
 and  /work/SRC/openSUSE:Factory/.cpanspec.new.5148 (New)


Package is "cpanspec"

Sat Jun  1 09:49:33 2019 rev:39 rq:705967 version:1.78.09.1554211595.43afd0f

Changes:

--- /work/SRC/openSUSE:Factory/cpanspec/cpanspec.changes2019-04-03 
09:28:23.723825988 +0200
+++ /work/SRC/openSUSE:Factory/.cpanspec.new.5148/cpanspec.changes  
2019-06-01 09:49:36.431322086 +0200
@@ -26 +26 @@
-  fix Linux::Inotify2 - user new license names, don't show upstream 
license if identical, better summary capitalization
+  user new license names, don't show upstream license if identical, better 
summary capitalization
@@ -30 +29,0 @@
-  support perl license text in cpanspec.yml properly - drop debug



Other differences:
--



commit trytond_stock for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package trytond_stock for openSUSE:Factory 
checked in at 2019-06-01 09:48:16

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


Package is "trytond_stock"

Sat Jun  1 09:48:16 2019 rev:12 rq:705912 version:4.6.6

Changes:

--- /work/SRC/openSUSE:Factory/trytond_stock/trytond_stock.changes  
2019-01-21 10:50:01.148043878 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_stock.new.5148/trytond_stock.changes
2019-06-01 09:48:18.703348622 +0200
@@ -1,0 +2,10 @@
+Fri May 17 10:30:46 UTC 2019 - Axel Braun 
+
+- Version 4.6.6 - Bugfix Release
+
+---
+Sun Mar 24 19:06:30 UTC 2019 - Axel Braun 
+
+- Version 4.6.5 - Bugfix Release
+
+---

Old:

  trytond_stock-4.6.4.tar.gz

New:

  trytond_stock-4.6.6.tar.gz



Other differences:
--
++ trytond_stock.spec ++
--- /var/tmp/diff_new_pack.PsDy6M/_old  2019-06-01 09:48:20.223348103 +0200
+++ /var/tmp/diff_new_pack.PsDy6M/_new  2019-06-01 09:48:20.259348091 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_stock
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014-2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 4.6
 Name:   trytond_stock
-Version:%{majorver}.4
+Version:%{majorver}.6
 Release:0
 Summary:The "stock" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_stock-4.6.4.tar.gz -> trytond_stock-4.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.6.4/.hgtags 
new/trytond_stock-4.6.6/.hgtags
--- old/trytond_stock-4.6.4/.hgtags 2018-11-12 23:46:43.0 +0100
+++ new/trytond_stock-4.6.6/.hgtags 2019-04-22 10:59:49.0 +0200
@@ -21,3 +21,5 @@
 8e763eb7a57ae23ea3291c639da555a7335a22a1 4.6.2
 e24ad5a6b468f1cde9ee3d268de9035bf2cf46fb 4.6.3
 14bda8a14924fa28a1efd093974e611cf66cf478 4.6.4
+b4a7de54553df7855985ea79f8ee18ddaec339bb 4.6.5
+23286f7fcb42114cf3613c11959eda9e3e6ccc20 4.6.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.6.4/CHANGELOG 
new/trytond_stock-4.6.6/CHANGELOG
--- old/trytond_stock-4.6.4/CHANGELOG   2018-11-12 23:46:42.0 +0100
+++ new/trytond_stock-4.6.6/CHANGELOG   2019-04-22 10:59:48.0 +0200
@@ -1,3 +1,9 @@
+Version 4.6.6 - 2019-04-22
+* Bug fixes (see mercurial logs for details)
+
+Version 4.6.5 - 2019-03-15
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.4 - 2018-11-12
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.6.4/COPYRIGHT 
new/trytond_stock-4.6.6/COPYRIGHT
--- old/trytond_stock-4.6.4/COPYRIGHT   2018-11-12 23:46:42.0 +0100
+++ new/trytond_stock-4.6.6/COPYRIGHT   2019-04-22 10:59:48.0 +0200
@@ -1,7 +1,7 @@
 Copyright (C) 2012 Openlabs Technologies & Consulting (P) LTD.
-Copyright (C) 2008-2018 Cédric Krier.
+Copyright (C) 2008-2019 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2018 B2CK SPRL.
+Copyright (C) 2008-2019 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.6.4/PKG-INFO 
new/trytond_stock-4.6.6/PKG-INFO
--- old/trytond_stock-4.6.4/PKG-INFO2018-11-12 23:46:43.0 +0100
+++ new/trytond_stock-4.6.6/PKG-INFO2019-04-22 10:59:50.0 +0200
@@ -1,13 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 4.6.4
+Version: 4.6.6
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_trac...@tryton.org
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.6/
-Description-Content-Type: UNKNOWN
 Description: trytond_stock
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.6.4/location.py 
new/trytond_stock-4.6.6/location.py
--- old/trytond_stock-4.6.4/location.py 2018-08-20 22:55:18.0 +0200
+++ new/trytond_stock-4.6.6/location.py 2019-04-10 19:12:16.0 +0200
@@ -292,12 +292,14 @@
 
 @classmethod
 def search_rec_name(cls, name, clause):
-locations = cls.search([
-   

commit anki for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package anki for openSUSE:Factory checked in 
at 2019-06-01 09:47:51

Comparing /work/SRC/openSUSE:Factory/anki (Old)
 and  /work/SRC/openSUSE:Factory/.anki.new.5148 (New)


Package is "anki"

Sat Jun  1 09:47:51 2019 rev:10 rq:705905 version:2.1.13

Changes:

--- /work/SRC/openSUSE:Factory/anki/anki.changes2019-05-22 
11:18:27.410447206 +0200
+++ /work/SRC/openSUSE:Factory/.anki.new.5148/anki.changes  2019-06-01 
09:47:54.723356809 +0200
@@ -1,0 +2,22 @@
+Tue May 28 10:49:24 UTC 2019 - mvet...@suse.com
+
+- Update to 2.1.13:
+  * Fix formatting getting lost when copying between fields on macOS.
+  * Fix some issues that cause the main window to get stuck.
+  * Fix an empty deck list sometimes appearing when restoring from a backup.
+  * Fix Anki hanging after an error occurs during startup.
+  * Fix error caused by profile with trailing space on Windows.
+  * Fix error message when syncing with an unconfirmed email address.
+  * Use jsonschema for add-on manifests (thanks to Erez).
+  * Warn in DB check when high due numbers are encountered.
+  * Improve error messages on full disk and failed add-on deletion.
+  * Fix relearning cards being given learning step count in V2 scheduler.
+  * Fix preview window failing to appear when show both sides enabled.
+  * Removing trailing BR tag when pasting into an empty field.
+  * Don’t throw an error when non-Latin text in the Javascript console can’t 
be shown.
+  * Double click on add-ons to edit their configuration (thanks to lovac42).
+  * Fix the window icon in a few screens (thanks to John).
+  * Don’t highlight the deck selection button in the add screen on Windows.
+  * Improve the default type in the answer note type.
+
+---

Old:

  anki-2.1.12-source.tgz

New:

  anki-2.1.13-source.tgz



Other differences:
--
++ anki.spec ++
--- /var/tmp/diff_new_pack.dz6OmW/_old  2019-06-01 09:47:55.451356560 +0200
+++ /var/tmp/diff_new_pack.dz6OmW/_new  2019-06-01 09:47:55.451356560 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %bcond_without tests
 Name:   anki
-Version:2.1.12
+Version:2.1.13
 Release:0
 Summary:Spaced-Repetition Memory Training Program
 License:AGPL-3.0-only
@@ -35,14 +35,19 @@
 BuildRequires:  python3-Send2Trash
 BuildRequires:  python3-beautifulsoup4
 BuildRequires:  python3-decorator
+BuildRequires:  python3-jsonschema
+BuildRequires:  python3-mock
 BuildRequires:  python3-qt5-devel
+BuildRequires:  python3-qtwebengine-qt5
 BuildRequires:  python3-requests
 Requires:   python3-Markdown
 Requires:   python3-PyAudio
 Requires:   python3-Send2Trash
 Requires:   python3-beautifulsoup4
 Requires:   python3-decorator
+Requires:   python3-jsonschema
 Requires:   python3-qt5
+Requires:   python3-qtwebengine-qt5
 Requires:   python3-requests
 Suggests:   lame
 Suggests:   mpv

++ anki-2.1.12-source.tgz -> anki-2.1.13-source.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/anki-2.1.12/README.development 
new/anki-2.1.13/README.development
--- old/anki-2.1.12/README.development  2019-02-26 00:45:07.0 +0100
+++ new/anki-2.1.13/README.development  2019-04-29 04:40:16.0 +0200
@@ -58,10 +58,10 @@
 If you get any errors, please make sure you don't have an older version of
 Anki installed in a system location.
 
-To run the unit tests, you will need to install nose from your distro, or
-with pip:
+To run the unit tests, you will need to install nose and mock from your
+distro, or with pip:
 
-$ pip3 install nose
+$ pip3 install nose mock
 
 Before contributing code, please read README.contributing.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/anki-2.1.12/anki/__init__.py 
new/anki-2.1.13/anki/__init__.py
--- old/anki-2.1.12/anki/__init__.py2019-04-15 04:17:36.0 +0200
+++ new/anki-2.1.13/anki/__init__.py2019-04-29 06:51:16.0 +0200
@@ -10,6 +10,6 @@
 if sys.getfilesystemencoding().lower() in ("ascii", "ansi_x3.4-1968"):
 raise Exception("Anki requires a UTF-8 locale.")
 
-version="2.1.12" # build scripts grep this line, so preserve formatting
+version="2.1.13" # build scripts grep this line, so preserve formatting
 from anki.storage import Collection
 __all__ = ["Collection"]
diff -urN '--exclude=CVS' 

commit tryton for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package tryton for openSUSE:Factory checked 
in at 2019-06-01 09:48:01

Comparing /work/SRC/openSUSE:Factory/tryton (Old)
 and  /work/SRC/openSUSE:Factory/.tryton.new.5148 (New)


Package is "tryton"

Sat Jun  1 09:48:01 2019 rev:29 rq:705908 version:4.6.19

Changes:

--- /work/SRC/openSUSE:Factory/tryton/tryton.changes2019-04-11 
12:15:36.952884416 +0200
+++ /work/SRC/openSUSE:Factory/.tryton.new.5148/tryton.changes  2019-06-01 
09:48:02.763354064 +0200
@@ -1,0 +2,5 @@
+Fri May 17 10:31:24 UTC 2019 - Axel Braun 
+
+- Version 4.6.19 - Bugfix Release
+
+---

Old:

  tryton-4.6.18.tar.gz

New:

  tryton-4.6.19.tar.gz



Other differences:
--
++ tryton.spec ++
--- /var/tmp/diff_new_pack.z7TFt9/_old  2019-06-01 09:48:03.503353812 +0200
+++ /var/tmp/diff_new_pack.z7TFt9/_new  2019-06-01 09:48:03.507353810 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 4.6
 Name:   tryton
-Version:%{majorver}.18
+Version:%{majorver}.19
 Release:0
 Summary:The client of the Tryton application platform
 License:GPL-3.0-only

++ tryton-4.6.18.tar.gz -> tryton-4.6.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.18/.hgtags new/tryton-4.6.19/.hgtags
--- old/tryton-4.6.18/.hgtags   2019-04-02 21:38:19.0 +0200
+++ new/tryton-4.6.19/.hgtags   2019-05-16 17:42:55.0 +0200
@@ -35,3 +35,4 @@
 dd6191f8ea5e6d2205d49bae23f5417c7e4dd347 4.6.16
 fa719654625129392702265195210c470f0cc2fc 4.6.17
 dd7b6493809d64fa3fdafba7ea3a250eb0a8f724 4.6.18
+15d54cd5d0a7ddef4002e627903a90c6ab942149 4.6.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.18/CHANGELOG new/tryton-4.6.19/CHANGELOG
--- old/tryton-4.6.18/CHANGELOG 2019-04-02 21:38:19.0 +0200
+++ new/tryton-4.6.19/CHANGELOG 2019-05-16 17:42:55.0 +0200
@@ -1,3 +1,6 @@
+Version 4.6.19 - 2019-05-16
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.18 - 2019-04-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.18/PKG-INFO new/tryton-4.6.19/PKG-INFO
--- old/tryton-4.6.18/PKG-INFO  2019-04-02 21:38:20.0 +0200
+++ new/tryton-4.6.19/PKG-INFO  2019-05-16 17:42:57.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tryton
-Version: 4.6.18
+Version: 4.6.19
 Summary: Tryton client
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.18/tryton/__init__.py 
new/tryton-4.6.19/tryton/__init__.py
--- old/tryton-4.6.18/tryton/__init__.py2019-03-15 19:00:47.0 
+0100
+++ new/tryton-4.6.19/tryton/__init__.py2019-04-02 21:38:36.0 
+0200
@@ -1,3 +1,3 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "4.6.18"
+__version__ = "4.6.19"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.18/tryton/common/datetime_.py 
new/tryton-4.6.19/tryton/common/datetime_.py
--- old/tryton-4.6.18/tryton/common/datetime_.py2018-08-20 
22:55:19.0 +0200
+++ new/tryton-4.6.19/tryton/common/datetime_.py2019-05-04 
11:09:42.0 +0200
@@ -21,9 +21,19 @@
 
 
 def date_parse(text, format_='%x'):
+try:
+return datetime.datetime.strptime(text, format_)
+except ValueError:
+pass
 formatted_date = datetime.date(1988, 7, 16).strftime(format_)
-dayfirst = formatted_date.index('16') == 0
-monthfirst = formatted_date.index('7') <= 1
+try:
+dayfirst = formatted_date.index('16') == 0
+except ValueError:
+dayfirst = False
+try:
+monthfirst = formatted_date.index('7') <= 1
+except ValueError:
+monthfirst = False
 yearfirst = not dayfirst and not monthfirst
 return parse(text, dayfirst=dayfirst, yearfirst=yearfirst, ignoretz=True)
 
@@ -417,6 +427,10 @@
 self.__time.connect('time-changed',
 lambda e: self.emit('datetime-changed'))
 
+def parse(self):
+self.__date.parse()
+self.__time.parse()
+
 def do_set_property(self, prop, value):
 if prop.name == 'value':
 self.__date.props.value = value
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.18/tryton/common/selection.py 
new/tryton-4.6.19/tryton/common/selection.py
--- 

commit datovka for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/datovka (Old)
 and  /work/SRC/openSUSE:Factory/.datovka.new.5148 (New)


Package is "datovka"

Sat Jun  1 09:46:46 2019 rev:32 rq:705799 version:4.13.1

Changes:

--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2019-04-18 
09:56:47.433355107 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new.5148/datovka.changes
2019-06-01 09:46:47.523379751 +0200
@@ -1,0 +2,6 @@
+Tue May 28 07:13:58 UTC 2019 - Jiri Slaby 
+
+- Update to 4.13.1
+  * Fixes crashes during account synchronization.
+
+---

Old:

  datovka-4.13.0.tar.xz
  datovka-4.13.0.tar.xz.sha256

New:

  datovka-4.13.1.tar.xz
  datovka-4.13.1.tar.xz.sha256



Other differences:
--
++ datovka.spec ++
--- /var/tmp/diff_new_pack.exjB2H/_old  2019-06-01 09:46:47.971379598 +0200
+++ /var/tmp/diff_new_pack.exjB2H/_new  2019-06-01 09:46:47.971379598 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package datovka
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   datovka
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Library to access Czech eGov system "Datove schranky"
 License:GPL-3.0-or-later

++ datovka-4.13.0.tar.xz -> datovka-4.13.1.tar.xz ++
 2212 lines of diff (skipped)

++ datovka-4.13.0.tar.xz.sha256 -> datovka-4.13.1.tar.xz.sha256 ++
--- /work/SRC/openSUSE:Factory/datovka/datovka-4.13.0.tar.xz.sha256 
2019-04-18 09:56:47.277355009 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new.5148/datovka-4.13.1.tar.xz.sha256   
2019-06-01 09:46:47.495379761 +0200
@@ -1 +1 @@
-f091cda00a2b138578c1b1b05f76b22871dc37669db17af723d7918fde0f605e
+b6f030253200b55bd8b13b124b0b8aaa1c6f7dc27e2e84c6a8abe0ab90986d96




commit python-Flask-HTTPAuth for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-Flask-HTTPAuth for 
openSUSE:Factory checked in at 2019-06-01 09:47:01

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


Package is "python-Flask-HTTPAuth"

Sat Jun  1 09:47:01 2019 rev:2 rq:705806 version:3.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-Flask-HTTPAuth/python-Flask-HTTPAuth.changes  
2018-10-31 13:21:11.799071040 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-HTTPAuth.new.5148/python-Flask-HTTPAuth.changes
2019-06-01 09:47:03.631374252 +0200
@@ -1,0 +2,8 @@
+Tue May 28 07:33:27 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.3.0:
+  * Use constant time string comparisons #82 (commit1, commit2) (thanks 
Brendan Long!)
+  * Edited and changed the usage of JWT, because in fact the code and 
documentation uses JWS tokens. #79 (commit) (thanks unuseless!)
+  * Documentation improvements #77 (commit)
+
+---

Old:

  Flask-HTTPAuth-3.2.4.tar.gz

New:

  Flask-HTTPAuth-3.3.0.tar.gz



Other differences:
--
++ python-Flask-HTTPAuth.spec ++
--- /var/tmp/diff_new_pack.Wx16wU/_old  2019-06-01 09:47:05.075373759 +0200
+++ /var/tmp/diff_new_pack.Wx16wU/_new  2019-06-01 09:47:05.075373759 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-HTTPAuth
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define modname Flask-HTTPAuth
 Name:   python-%{modname}
-Version:3.2.4
+Version:3.3.0
 Release:0
 Summary:Basic and Digest HTTP authentication for Flask routes
 License:MIT

++ Flask-HTTPAuth-3.2.4.tar.gz -> Flask-HTTPAuth-3.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Flask-HTTPAuth-3.2.4/Flask_HTTPAuth.egg-info/PKG-INFO 
new/Flask-HTTPAuth-3.3.0/Flask_HTTPAuth.egg-info/PKG-INFO
--- old/Flask-HTTPAuth-3.2.4/Flask_HTTPAuth.egg-info/PKG-INFO   2018-06-18 
00:28:40.0 +0200
+++ new/Flask-HTTPAuth-3.3.0/Flask_HTTPAuth.egg-info/PKG-INFO   2019-05-19 
12:24:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-HTTPAuth
-Version: 3.2.4
+Version: 3.3.0
 Summary: Basic and Digest HTTP authentication for Flask routes
 Home-page: http://github.com/miguelgrinberg/flask-httpauth/
 Author: Miguel Grinberg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-HTTPAuth-3.2.4/PKG-INFO 
new/Flask-HTTPAuth-3.3.0/PKG-INFO
--- old/Flask-HTTPAuth-3.2.4/PKG-INFO   2018-06-18 00:28:40.0 +0200
+++ new/Flask-HTTPAuth-3.3.0/PKG-INFO   2019-05-19 12:24:55.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-HTTPAuth
-Version: 3.2.4
+Version: 3.3.0
 Summary: Basic and Digest HTTP authentication for Flask routes
 Home-page: http://github.com/miguelgrinberg/flask-httpauth/
 Author: Miguel Grinberg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-HTTPAuth-3.2.4/docs/index.rst 
new/Flask-HTTPAuth-3.3.0/docs/index.rst
--- old/Flask-HTTPAuth-3.2.4/docs/index.rst 2018-06-15 08:18:36.0 
+0200
+++ new/Flask-HTTPAuth-3.3.0/docs/index.rst 2019-05-19 11:33:53.0 
+0200
@@ -44,7 +44,7 @@
 
 @auth.hash_password
 def hash_pw(password):
-return md5(password).hexdigest()
+return md5(password.encode('utf-8')).hexdigest()
 
 When the ``hash_password`` callback is provided access will be granted when 
``get_password(username) == hash_password(password)``.
 
@@ -162,12 +162,17 @@
 
 The ``verify_token`` callback receives the authentication credentials provided 
by the client on the ``Authorization`` header. This can be a simple token, or 
can contain multiple arguments, which the function will have to parse and 
extract from the string.
 
-In the examples directory you can find a complete example that uses JWT tokens.
+In the examples directory you can find a complete example that uses
+JWS tokens.  JWS tokens are similar to JWT tokens.  However using JWT
+tokens would require an external dependency to handle JWT.
 
 Using Multiple Authentication Schemes
 -
 
-Applications sometimes need to support a combination of authentication 
methods. For example, a web application could be authenticated by sending 
client id and secret over basic 

commit qperf for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package qperf for openSUSE:Factory checked 
in at 2019-06-01 09:47:16

Comparing /work/SRC/openSUSE:Factory/qperf (Old)
 and  /work/SRC/openSUSE:Factory/.qperf.new.5148 (New)


Package is "qperf"

Sat Jun  1 09:47:16 2019 rev:2 rq:705812 version:0.4.10

Changes:

--- /work/SRC/openSUSE:Factory/qperf/qperf.changes  2018-01-17 
21:55:26.971253744 +0100
+++ /work/SRC/openSUSE:Factory/.qperf.new.5148/qperf.changes2019-06-01 
09:47:18.151369295 +0200
@@ -1,0 +2,6 @@
+Tue May 28 07:41:00 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Fix typo in patchname previous log entry
+- Use %license for COPYING
+
+---
@@ -6 +12 @@
-- Drop perf-autoconf.patch and qperf-add_missing_lib.patch
+- Drop qperf-autoconf.patch and qperf-add_missing_lib.patch



Other differences:
--
++ qperf.spec ++
--- /var/tmp/diff_new_pack.GYbrNQ/_old  2019-06-01 09:47:18.891369042 +0200
+++ /var/tmp/diff_new_pack.GYbrNQ/_new  2019-06-01 09:47:18.891369042 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qperf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define git_ver .0.aa644b22fff9
 
 Name:   qperf
 Summary:Measure socket and RDMA performance
+License:BSD-2-Clause OR GPL-2.0-only
+Group:  Productivity/Networking/Diagnostic
 Version:0.4.10
 Release:0
-License:BSD-2-Clause or GPL-2.0
-Group:  Productivity/Networking/Diagnostic
 Source: %{name}-%{version}%{git_ver}.tar.bz2
 Url:http://github.com/linux-rdma/qperf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libibverbs-devel librdmacm-devel
-BuildRequires:  autoconf automake libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libibverbs-devel
+BuildRequires:  librdmacm-devel
+BuildRequires:  libtool
 
 %description
 qperf measures bandwidth and latency between two nodes.  It can work over 
TCP/IP as well as the RDMA transports.
@@ -48,7 +52,7 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING
+%license COPYING
 %_bindir/qperf
 %_mandir/man1/qperf.1*
 




commit kernel-source for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2019-06-01 09:46:21

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


Package is "kernel-source"

Sat Jun  1 09:46:21 2019 rev:490 rq:705617 version:5.1.5

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2019-05-24 11:31:19.245407460 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new.5148/dtb-aarch64.changes  
2019-06-01 09:46:22.675388234 +0200
@@ -1,0 +2,231 @@
+Mon May 27 09:14:33 CEST 2019 - jsl...@suse.cz
+
+- Update config files.
+- commit 6ad4f79
+
+---
+Sun May 26 10:57:36 CEST 2019 - jsl...@suse.cz
+
+- Linux 5.1.5 (bnc#1012628).
+- ipv6: fix src addr routing with the exception table
+  (bnc#1012628).
+- ipv6: prevent possible fib6 leaks (bnc#1012628).
+- net: Always descend into dsa/ (bnc#1012628).
+- net: avoid weird emergency message (bnc#1012628).
+- net/mlx4_core: Change the error print to info print
+  (bnc#1012628).
+- net: test nouarg before dereferencing zerocopy pointers
+  (bnc#1012628).
+- net: usb: qmi_wwan: add Telit 0x1260 and 0x1261 compositions
+  (bnc#1012628).
+- nfp: flower: add rcu locks when accessing netdev for tunnels
+  (bnc#1012628).
+- ppp: deflate: Fix possible crash in deflate_init (bnc#1012628).
+- rtnetlink: always put IFLA_LINK for links with a link-netnsid
+  (bnc#1012628).
+- tipc: switch order of device registration to fix a crash
+  (bnc#1012628).
+- vsock/virtio: free packets during the socket release
+  (bnc#1012628).
+- tipc: fix modprobe tipc failed after switch order of device
+  registration (bnc#1012628).
+- mlxsw: core: Prevent QSFP module initialization for old hardware
+  (bnc#1012628).
+- mlxsw: core: Prevent reading unsupported slave address from
+  SFP EEPROM (bnc#1012628).
+- flow_offload: support CVLAN match (bnc#1012628).
+- net/mlx5e: Fix calling wrong function to get inner vlan key
+  and mask (bnc#1012628).
+- net/mlx5: Fix peer pf disable hca command (bnc#1012628).
+- vsock/virtio: Initialize core virtio vsock before registering
+  the driver (bnc#1012628).
+- net/mlx5e: Add missing ethtool driver info for representors
+  (bnc#1012628).
+- net/mlx5e: Additional check for flow destination comparison
+  (bnc#1012628).
+- net/mlx5: Imply MLXFW in mlx5_core (bnc#1012628).
+- net/mlx5e: Fix ethtool rxfh commands when CONFIG_MLX5_EN_RXNFC
+  is disabled (bnc#1012628).
+- blk-mq: free hw queue's resource in hctx's release handler
+  (bnc#1012628).
+- regulator: core: fix error path for
+  regulator_set_voltage_unlocked (bnc#1012628).
+- parisc: Export running_on_qemu symbol for modules (bnc#1012628).
+- parisc: Add memory clobber to TLB purges (bnc#1012628).
+- parisc: Skip registering LED when running in QEMU (bnc#1012628).
+- parisc: Add memory barrier to asm pdc and sync instructions
+  (bnc#1012628).
+- parisc: Allow live-patching of __meminit functions
+  (bnc#1012628).
+- parisc: Use PA_ASM_LEVEL in boot code (bnc#1012628).
+- parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with
+  DRBD code (bnc#1012628).
+- stm class: Fix channel free in stm output free path
+  (bnc#1012628).
+- stm class: Fix channel bitmap on 32-bit systems (bnc#1012628).
+- brd: re-enable __GFP_HIGHMEM in brd_insert_page() (bnc#1012628).
+- proc: prevent changes to overridden credentials (bnc#1012628).
+- Revert "MD: fix lock contention for flush bios" (bnc#1012628).
+- md: batch flush requests (bnc#1012628).
+- md: add mddev->pers to avoid potential NULL pointer dereference
+  (bnc#1012628).
+- md: add a missing endianness conversion in check_sb_changes
+  (bnc#1012628).
+- dcache: sort the freeing-without-RCU-delay mess for good
+  (bnc#1012628).
+- intel_th: msu: Fix single mode with IOMMU (bnc#1012628).
+- p54: drop device reference count if fails to enable device
+  (bnc#1012628).
+- of: fix clang -Wunsequenced for be32_to_cpu() (bnc#1012628).
+- brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11
+  mini PCs (bnc#1012628).
+- cifs: fix credits leak for SMB1 oplock breaks (bnc#1012628).
+- cifs: fix strcat buffer overflow and reduce raciness in
+  smb21_set_oplock_level() (bnc#1012628).
+- phy: ti-pipe3: fix missing bit-wise or operator when assigning
+  val (bnc#1012628).
+- media: ov6650: Fix sensor possibly not detected on probe
+  (bnc#1012628).
+- media: seco-cec: fix building with RC_CORE=m (bnc#1012628).
+- media: imx: csi: Allow unknown nearest upstream entities
+  (bnc#1012628).
+- media: imx: Clear fwnode link struct for each endpoint iteration
+  (bnc#1012628).
+- media: imx: Rename functions that add IPU-internal subdevs
+  (bnc#1012628).
+- media: imx: Don't register IPU subdevs/links if CSI port 

commit python-parallax for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-parallax for openSUSE:Factory 
checked in at 2019-06-01 09:46:51

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


Package is "python-parallax"

Sat Jun  1 09:46:51 2019 rev:13 rq:705801 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes  
2019-01-03 18:06:32.712144778 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-parallax.new.5148/python-parallax.changes
2019-06-01 09:46:55.291377099 +0200
@@ -1,0 +2,5 @@
+Tue May 28 07:12:30 UTC 2019 - Kristoffer Gronlund 
+
+- Work around hidden python packaging magic (bsc#1131136) 
+
+---



Other differences:
--
++ python-parallax.spec ++
--- /var/tmp/diff_new_pack.bKRCVs/_old  2019-06-01 09:46:55.783376931 +0200
+++ /var/tmp/diff_new_pack.bKRCVs/_new  2019-06-01 09:46:55.787376930 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-parallax
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Obsoletes:  python-parallax < %{version}
+%define oldpython python
+Obsoletes:  %{oldpython}-parallax < %{version}
 Requires:   openssh
 BuildArch:  noarch
 %if 0%{?suse_version}




commit littlewizard for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package littlewizard for openSUSE:Factory 
checked in at 2019-06-01 09:48:40

Comparing /work/SRC/openSUSE:Factory/littlewizard (Old)
 and  /work/SRC/openSUSE:Factory/.littlewizard.new.5148 (New)


Package is "littlewizard"

Sat Jun  1 09:48:40 2019 rev:11 rq:705925 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/littlewizard/littlewizard.changes
2011-09-23 02:11:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.littlewizard.new.5148/littlewizard.changes  
2019-06-01 09:48:42.199340601 +0200
@@ -1,0 +2,7 @@
+Mon Mar 18 14:33:43 UTC 2019 - l...@linux-schulserver.de - 1.2.2
+
+- spec file cleanup:
+  + use new SPDX tag for license string
+  + package COPYING file
+
+---



Other differences:
--
++ littlewizard.spec ++
--- /var/tmp/diff_new_pack.X8Mg9N/_old  2019-06-01 09:48:42.927340352 +0200
+++ /var/tmp/diff_new_pack.X8Mg9N/_new  2019-06-01 09:48:42.931340351 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package littlewizard
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,20 @@
 # 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:   littlewizard
 Version:1.2.2
-Release:3
-License:GPL-2.0+
+Release:0
 Summary:Development Environment for Children
-Url:http://littlewizard.sourceforge.net/
+License:GPL-2.0-or-later
 Group:  Development/Tools/IDE
+Url:http://littlewizard.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 Source1:littlewizard.1
 Patch0: littlewizard-1.2.2-do-not-override-toolbar-style.patch
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  gnome-icon-theme
@@ -37,6 +33,9 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4
 Recommends: littlewizard-examples
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,8 +46,6 @@
 using keyboard, only mouse.
 
 %package devel
-
-
 Summary:Development headers and files for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -57,8 +54,8 @@
 The littlewizard-devel package contains libraries and header files for
 littlewizard developing.
 
-
 %lang_package
+
 %prep
 %setup -q
 %patch0
@@ -83,9 +80,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 /sbin/ldconfig
 %if 0%{?suse_version} > 1130
@@ -100,6 +94,11 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%if 0%{?suse_version} >= 01500
+%license COPYING
+%else
+%doc COPYING
+%endif
 %doc AUTHORS ChangeLog README TODO
 %dir %{_datadir}/icons/gnome/48x48/mimetypes
 %{_bindir}/littlewizard
@@ -111,7 +110,7 @@
 %{_datadir}/pixmaps/littlewizard
 %{_libdir}/liblanguage.so.*
 %{_libdir}/liblw.so.*
-%{_mandir}/man1/littlewizard.1.gz
+%{_mandir}/man1/littlewizard.1%{?ext_man}
 
 %files devel
 %defattr(-,root,root)




commit cf-cli for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package cf-cli for openSUSE:Factory checked 
in at 2019-06-01 09:48:37

Comparing /work/SRC/openSUSE:Factory/cf-cli (Old)
 and  /work/SRC/openSUSE:Factory/.cf-cli.new.5148 (New)


Package is "cf-cli"

Sat Jun  1 09:48:37 2019 rev:4 rq:705921 version:6.44.1

Changes:

--- /work/SRC/openSUSE:Factory/cf-cli/cf-cli.changes2019-02-28 
21:44:06.877506876 +0100
+++ /work/SRC/openSUSE:Factory/.cf-cli.new.5148/cf-cli.changes  2019-06-01 
09:48:38.579341837 +0200
@@ -1,0 +2,57 @@
+Wed May  8 23:14:36 UTC 2019 - root 
+
+- update to version 6.44.1
+
+---
+Wed May  8 19:13:23 UTC 2019 - root 
+
+- update to version 6.44.0
+  ### Enhancements
+  - A new flag `--no-plans` added to `cf marketplace` to view the table 
without the `plans` column 
[story](https://www.pivotaltracker.com/story/show/164981967)
+  ### Minor Enhancements
+  - `cf help ` now displays a more prominent `TIP` so that users can discover 
`cf help -a` 
+  - Roles for the `set-org-role` and `set-space-role` commands are case 
insensitive [story](https://www.pivotaltracker.com/story/show/163495325)
+  - Piping a multi-line file to `cf login` now works as expected 
[story](https://www.pivotaltracker.com/story/show/164256604)
+  - Updated the help text for `cf delete-orphaned-routes` to clarify that the 
command is spaced-scoped 
[story](https://www.pivotaltracker.com/story/show/164657893)
+  ### Bug Fixes
+  - Fixes a bug for `cf update-buildpack` for assigning stacks 
[story](https://www.pivotaltracker.com/story/show/164998479)
+  - Fixes an issue with `cf-bind-route-service` whereby if a user does not 
have a `org` or `space` targeted, instead of returning a useful error, the CLI 
would attempt to `GET` the `private_domains` endpoint 
[story](https://www.pivotaltracker.com/story/show/164157632)
+  - `v3-apply-manifest` now works for defining environment variables in a 
multi-app manifest [story](https://www.pivotaltracker.com/story/show/164998227)
+  - Now the CLI checks the expiration time of an access token and refreshes it 
automatically before making a call the CF API 
[story](https://github.com/cloudfoundry/cli/pull/1594)
+
+---
+Wed May  8 11:42:52 UTC 2019 - root 
+
+- update to version 6.43.0
+  ### Enhancements 
+  - `cf curl` supports a new `--fail` flag (primarily for scripting purposes) 
which returns exit code `22` for server errors 
[story](https://www.pivotaltracker.com/story/show/130060949)
+  - Improves `cf delete-orphaned-routes` such that it uses a different 
endpoint, reducing the chance of a race condition when two users are 
simultaneously deleting orphaned routes and associating routes with 
applications [story](https://www.pivotaltracker.com/story/show/163156064)
+  - we've improved the speed of cf services - it now hits a single endpoint 
instead of making individual API calls
+  ### Bug Fixes
+  ## Other Bug Fixes
+  - Updates help text for `cf 
curl`[story](https://www.pivotaltracker.com/story/show/133394731)
+  - Now refresh tokens work properly whilst using `cf curl` with V3 CC API 
endpoints [story](https://www.pivotaltracker.com/story/show/142716197)
+  - Fixes performance degradation for `cf services` 
[story](https://www.pivotaltracker.com/story/show/163296235)
+  - `cf delete-service` requires that you are targeting a space 
[story](https://www.pivotaltracker.com/n/projects/2105761/stories/162635933)
+  - `cf enable-service access` for a service in an org will succeed if you 
have already enabled access for that service in that org 
[story](https://www.pivotaltracker.com/n/projects/2105761/stories/162747373)
+  - `rename-service` updated to no longer fail if a plan has been removed from 
the catalog [story](https://www.pivotaltracker.com/story/show/162550421)
+
+---
+Thu May  2 00:37:14 UTC 2019 - root 
+
+- update to version 6.44.0
+  ## Enhancements
+  - A new flag `--no-plans` added to `cf marketplace` to view the table 
without the `plans` column 
[story](https://www.pivotaltracker.com/story/show/164981967)
+  ## Minor Enhancements
+  - `cf help ` now displays a more prominent `TIP` so that users can discover 
`cf help -a` 
+  - Roles for the `set-org-role` and `set-space-role` commands are case 
insensitive [story](https://www.pivotaltracker.com/story/show/163495325)
+  - Piping a multi-line file to `cf login` now works as expected 
[story](https://www.pivotaltracker.com/story/show/164256604)
+  - Updated the help text for `cf delete-orphaned-routes` to clarify that the 
command is spaced-scoped 
[story](https://www.pivotaltracker.com/story/show/164657893)
+  ## Bug Fixes
+  - Fixes a bug for `cf update-buildpack` 

commit recode for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package recode for openSUSE:Factory checked 
in at 2019-06-01 09:48:30

Comparing /work/SRC/openSUSE:Factory/recode (Old)
 and  /work/SRC/openSUSE:Factory/.recode.new.5148 (New)


Package is "recode"

Sat Jun  1 09:48:30 2019 rev:2 rq:705918 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2019-05-07 
23:15:37.884485461 +0200
+++ /work/SRC/openSUSE:Factory/.recode.new.5148/recode.changes  2019-06-01 
09:48:31.951344099 +0200
@@ -1,0 +2,6 @@
+Mon Mar 18 14:32:46 UTC 2019 - Jan Engelhardt 
+
+- Remove --with-pic (useless in the face of --disable-static).
+- Proper Group: tag for librecode.
+
+---



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.I2Fif9/_old  2019-06-01 09:48:32.439343933 +0200
+++ /var/tmp/diff_new_pack.I2Fif9/_new  2019-06-01 09:48:32.443343931 +0200
@@ -33,6 +33,7 @@
 
 %description
 Recode converts files between various character sets.
+It supports conversion to and from HTML entities as well.
 
 %package  devel
 Summary:Character Set Converter
@@ -46,7 +47,7 @@
 %package -n %{libname}
 Summary:Recode shared library
 License:GPL-3.0-or-later AND LGPL-2.1-or-later
-Group:  Productivity/Text/Convertors
+Group:  System/Libraries
 
 %description -n %{libname}
 Recode converts files between various character sets.
@@ -59,7 +60,7 @@
 
 %build
 #autoreconf -fiv
-%configure --with-pic --disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %check




commit trytond_purchase for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/trytond_purchase (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_purchase.new.5148 (New)


Package is "trytond_purchase"

Sat Jun  1 09:48:13 2019 rev:10 rq:705911 version:4.6.5

Changes:

--- /work/SRC/openSUSE:Factory/trytond_purchase/trytond_purchase.changes
2019-01-21 10:49:55.440050831 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_purchase.new.5148/trytond_purchase.changes  
2019-06-01 09:48:14.911349917 +0200
@@ -1,0 +2,5 @@
+Wed Feb 20 21:05:38 UTC 2019 - Axel Braun 
+
+- Version 4.6.5 - Bugfix Release
+
+---

Old:

  trytond_purchase-4.6.4.tar.gz

New:

  trytond_purchase-4.6.5.tar.gz



Other differences:
--
++ trytond_purchase.spec ++
--- /var/tmp/diff_new_pack.AJtq9n/_old  2019-06-01 09:48:15.547349700 +0200
+++ /var/tmp/diff_new_pack.AJtq9n/_new  2019-06-01 09:48:15.547349700 +0200
@@ -17,7 +17,7 @@
 
 %define majorver 4.6
 Name:   trytond_purchase
-Version:%{majorver}.4
+Version:%{majorver}.5
 Release:0
 Summary:The "purchase" module for the Tryton ERP system
 License:GPL-3.0

++ trytond_purchase-4.6.4.tar.gz -> trytond_purchase-4.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.6.4/.hgtags 
new/trytond_purchase-4.6.5/.hgtags
--- old/trytond_purchase-4.6.4/.hgtags  2018-07-05 12:08:43.0 +0200
+++ new/trytond_purchase-4.6.5/.hgtags  2019-02-19 23:10:03.0 +0100
@@ -21,3 +21,4 @@
 37c52b2243828adaf12fff2862951f0b315ef8aa 4.6.2
 4062ed1803019eaad01274ef6c074dd037b61a20 4.6.3
 f08127800a9d587076c4d04174150419856ffe67 4.6.4
+25b6ffbaba2a7a3c3d332d2f43d4791f4277824b 4.6.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.6.4/CHANGELOG 
new/trytond_purchase-4.6.5/CHANGELOG
--- old/trytond_purchase-4.6.4/CHANGELOG2018-07-05 12:08:43.0 
+0200
+++ new/trytond_purchase-4.6.5/CHANGELOG2019-02-19 23:10:03.0 
+0100
@@ -1,3 +1,6 @@
+Version 4.6.5 - 2019-02-19
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.4 - 2018-07-05
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.6.4/COPYRIGHT 
new/trytond_purchase-4.6.5/COPYRIGHT
--- old/trytond_purchase-4.6.4/COPYRIGHT2018-07-05 12:08:43.0 
+0200
+++ new/trytond_purchase-4.6.5/COPYRIGHT2019-02-19 23:10:02.0 
+0100
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2018 Cédric Krier.
+Copyright (C) 2008-2019 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2018 B2CK SPRL.
+Copyright (C) 2008-2019 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.6.4/PKG-INFO 
new/trytond_purchase-4.6.5/PKG-INFO
--- old/trytond_purchase-4.6.4/PKG-INFO 2018-07-05 12:08:44.0 +0200
+++ new/trytond_purchase-4.6.5/PKG-INFO 2019-02-19 23:10:04.0 +0100
@@ -1,13 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_purchase
-Version: 4.6.4
+Version: 4.6.5
 Summary: Tryton module for purchase
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_trac...@tryton.org
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.6/
-Description-Content-Type: UNKNOWN
 Description: trytond_purchase
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.6.4/purchase.py 
new/trytond_purchase-4.6.5/purchase.py
--- old/trytond_purchase-4.6.4/purchase.py  2018-04-26 23:14:43.0 
+0200
+++ new/trytond_purchase-4.6.5/purchase.py  2019-02-06 22:58:37.0 
+0100
@@ -835,6 +835,7 @@
 @ModelView.button
 def process(cls, purchases):
 process, done = [], []
+cls.__lock(purchases)
 for purchase in purchases:
 purchase.create_invoice()
 purchase.set_invoice_state()
@@ -855,6 +856,25 @@
 if done:
 cls.do(done)
 
+@classmethod
+def __lock(cls, records):
+from trytond.tools import grouped_slice, reduce_ids
+from sql import Literal, For
+transaction = Transaction()
+database = transaction.database
+connection = transaction.connection
+table = cls.__table__()
+
+   

commit openSUSE-release-tools for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2019-06-01 09:47:24

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


Package is "openSUSE-release-tools"

Sat Jun  1 09:47:24 2019 rev:184 rq:705823 version:20190528.d7183777

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-05-28 09:43:13.005845290 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.5148/openSUSE-release-tools.changes
  2019-06-01 09:47:25.811366679 +0200
@@ -1,0 +2,51 @@
+Tue May 28 08:06:20 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190528.d7183777:
+  * Run staging bot now in python3 as well
+
+---
+Tue May 28 05:15:50 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190528.77612961:
+  * legal-auto: Port prints to logger calls
+  * legal-auto: the pickle path needs to be a file
+
+---
+Mon May 27 17:58:38 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190527.8363fe38:
+  * Move legaldb import of projects into gocd
+  * Remove debug output left in ReviewBot
+
+---
+Mon May 27 16:49:28 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190527.1a9bfa3a:
+  * Run legal-auto on botmaster as well
+
+---
+Mon May 27 14:35:31 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190527.a0475878:
+  * Fix repo_checker path in gocd config
+
+---
+Mon May 27 14:28:49 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190527.8328b5ec:
+  * Run project_only reports on 15.1:Update and no longer on 15.1
+
+---
+Mon May 27 14:19:38 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190527.7f657d82:
+  * Run the SP5 installcheck per staging project and triggered by repo changes
+  * Run project_only reports in python3 containers
+
+---
+Mon May 27 13:05:05 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190527.dd327556:
+  * Fix whitelist handling of repo checker in python3
+
+---

Old:

  openSUSE-release-tools-20190527.edbb8573.obscpio

New:

  openSUSE-release-tools-20190528.d7183777.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.OwkWCn/_old  2019-06-01 09:47:27.359366151 +0200
+++ /var/tmp/diff_new_pack.OwkWCn/_new  2019-06-01 09:47:27.391366140 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20190527.edbb8573
+Version:20190528.d7183777
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.OwkWCn/_old  2019-06-01 09:47:27.847365985 +0200
+++ /var/tmp/diff_new_pack.OwkWCn/_new  2019-06-01 09:47:27.879365974 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-edbb8573b616c09400ab6da1dda27a9da07c87c5
+d7183777f000ea7f3ea61f3d607e9f3ad0529688
   
 

++ openSUSE-release-tools-20190527.edbb8573.obscpio -> 
openSUSE-release-tools-20190528.d7183777.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20190527.edbb8573/ReviewBot.py 
new/openSUSE-release-tools-20190528.d7183777/ReviewBot.py
--- old/openSUSE-release-tools-20190527.edbb8573/ReviewBot.py   2019-05-27 
14:25:50.0 +0200
+++ new/openSUSE-release-tools-20190528.d7183777/ReviewBot.py   2019-05-28 
10:03:50.0 +0200
@@ -851,10 +851,7 @@
 """raised on timeout"""
 
 if not interval:
-print('WORK')
-r = workfunc()
-print('WORK', r)
-return r
+return workfunc()
 
 def alarm_called(nr, frame):
 raise ExTimeout()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20190527.edbb8573/gocd/checkers.opensuse.gocd.yaml 

commit trytond_party for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package trytond_party for openSUSE:Factory 
checked in at 2019-06-01 09:48:10

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


Package is "trytond_party"

Sat Jun  1 09:48:10 2019 rev:4 rq:705910 version:4.6.2

Changes:

--- /work/SRC/openSUSE:Factory/trytond_party/trytond_party.changes  
2019-01-21 10:49:48.508059279 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_party.new.5148/trytond_party.changes
2019-06-01 09:48:12.139350863 +0200
@@ -1,0 +2,10 @@
+Fri May 17 10:30:59 UTC 2019 - Axel Braun 
+
+- Version 4.6.2 - Bugfix Release
+
+---
+Wed Feb 20 21:05:44 UTC 2019 - Axel Braun 
+
+- Version 4.6.1 - Bugfix Release
+
+---

Old:

  trytond_party-4.6.0.tar.gz

New:

  trytond_party-4.6.2.tar.gz



Other differences:
--
++ trytond_party.spec ++
--- /var/tmp/diff_new_pack.RCjFEt/_old  2019-06-01 09:48:13.543350384 +0200
+++ /var/tmp/diff_new_pack.RCjFEt/_new  2019-06-01 09:48:13.575350373 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_party
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014-2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 4.6
 Name:   trytond_party
-Version:%{majorver}.0
+Version:%{majorver}.2
 Release:0
 Summary:The "party" module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_party-4.6.0.tar.gz -> trytond_party-4.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-4.6.0/.hgtags 
new/trytond_party-4.6.2/.hgtags
--- old/trytond_party-4.6.0/.hgtags 2017-10-30 14:59:07.0 +0100
+++ new/trytond_party-4.6.2/.hgtags 2019-04-22 11:07:10.0 +0200
@@ -17,3 +17,5 @@
 6a47823c238ac0f9789abef2c671d7bfb02a53b5 4.2.0
 588211e03ea6883b1f2d4c75299fe0c07c360cb2 4.4.0
 fda7cdb5c76a12b6abe85a592dca9de38a178bf8 4.6.0
+0743b96e87d0e6a4b2cb2319d36b08e168acfdaf 4.6.1
+1ee8de5d9e642c6ae82b02e4b7e9d04a187ee2d6 4.6.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-4.6.0/CHANGELOG 
new/trytond_party-4.6.2/CHANGELOG
--- old/trytond_party-4.6.0/CHANGELOG   2017-10-30 14:59:06.0 +0100
+++ new/trytond_party-4.6.2/CHANGELOG   2019-04-22 11:07:10.0 +0200
@@ -1,3 +1,9 @@
+Version 4.6.2 - 2019-04-22
+* Bug fixes (see mercurial logs for details)
+
+Version 4.6.1 - 2019-02-19
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.0 - 2017-10-30
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-4.6.0/COPYRIGHT 
new/trytond_party-4.6.2/COPYRIGHT
--- old/trytond_party-4.6.0/COPYRIGHT   2017-10-30 14:59:06.0 +0100
+++ new/trytond_party-4.6.2/COPYRIGHT   2019-04-22 11:07:09.0 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2017 Cédric Krier.
+Copyright (C) 2008-2019 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2017 B2CK SPRL.
+Copyright (C) 2008-2019 B2CK SPRL.
 Copyright (C) 2008-2013 Udo Spallek.
 Copyright (C) 2008-2011 Korbinian Preisler.
 Copyright (C) 2008-2011 virtual things.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-4.6.0/PKG-INFO 
new/trytond_party-4.6.2/PKG-INFO
--- old/trytond_party-4.6.0/PKG-INFO2017-10-30 14:59:09.0 +0100
+++ new/trytond_party-4.6.2/PKG-INFO2019-04-22 11:07:11.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: trytond_party
-Version: 4.6.0
+Version: 4.6.2
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
@@ -76,3 +76,6 @@
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Office/Business
+Provides-Extra: VIES-ALT
+Provides-Extra: phonenumbers
+Provides-Extra: VIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-4.6.0/configuration.py 
new/trytond_party-4.6.2/configuration.py
--- old/trytond_party-4.6.0/configuration.py2017-04-01 00:39:52.0 
+0200
+++ new/trytond_party-4.6.2/configuration.py2019-04-10 19:12:04.0 
+0200
@@ -1,8 +1,9 @@
 # This file is part of 

commit trytond for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2019-06-01 09:48:04

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


Package is "trytond"

Sat Jun  1 09:48:04 2019 rev:31 rq:705909 version:4.6.15

Changes:

--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2019-02-24 
17:18:08.996421165 +0100
+++ /work/SRC/openSUSE:Factory/.trytond.new.5148/trytond.changes
2019-06-01 09:48:07.131352573 +0200
@@ -1,0 +2,5 @@
+Fri May 17 10:31:11 UTC 2019 - Axel Braun 
+
+- Version 4.6.15 - Bugfix Release
+
+---

Old:

  trytond-4.6.13.tar.gz

New:

  trytond-4.6.15.tar.gz



Other differences:
--
++ trytond.spec ++
--- /var/tmp/diff_new_pack.ZDZP6I/_old  2019-06-01 09:48:07.903352309 +0200
+++ /var/tmp/diff_new_pack.ZDZP6I/_new  2019-06-01 09:48:07.907352308 +0200
@@ -20,7 +20,7 @@
 %define majorver 4.6
 %define base_name tryton
 Name:   trytond
-Version:%{majorver}.13
+Version:%{majorver}.15
 Release:0
 
 Summary:An Enterprise Resource Planning (ERP) system

++ tryton-server.README.SUSE ++
--- /var/tmp/diff_new_pack.ZDZP6I/_old  2019-06-01 09:48:08.043352262 +0200
+++ /var/tmp/diff_new_pack.ZDZP6I/_new  2019-06-01 09:48:08.043352262 +0200
@@ -160,23 +160,9 @@
 
 As result you will have a bare Tryton database with the base modules installed.
 
-See: http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html
+See: http://doc.tryton.org/4.6/trytond/doc/topics/configuration.html
 
 
-Installation of the Webfrontend for tryton (sao) from package
--
-
-For most openSUSE Flavours tryton-sao is packed. You can install it with
- > zypper install tryton-sao
-
-You need to edit /etc/tryton/trytond.conf. Installation of tryton-sao follows 
the 
-standards for nodejs-installations, so the path is within the node-modules:
-
-In the section [web], set the path:
-root = /usr/lib/node-modules/tryton-sao
-
-Now restart trytond.
-
 Installation of the Webfrontend for tryton (sao) from source
 
 
@@ -251,7 +237,7 @@
 
   * Only the same major version of Tryton client and Tryton server can connect.
 
- -- Axel Braun   MON Jun 11 10:27:14 UTC 2018
+ -- Axel Braun   März 20, 2019, 19:20:02
 
 
 This file is based on tryton-server.README.Debian

++ trytond-4.6.13.tar.gz -> trytond-4.6.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.13/.hgtags new/trytond-4.6.15/.hgtags
--- old/trytond-4.6.13/.hgtags  2019-02-19 21:36:25.0 +0100
+++ new/trytond-4.6.15/.hgtags  2019-04-22 10:24:20.0 +0200
@@ -30,3 +30,5 @@
 7a9cd116456e44ab424e84e8449281ee54f9d37c 4.6.11
 2df97bd1d3af946c8a0af4c96a0661c2c1213e23 4.6.12
 59030dbfa9eb91e5c62702d07aa364f73ad31f83 4.6.13
+91b7ec49a0ed1e1424bce8c34f367654588037d0 4.6.14
+aa0e0a0ce2e1e00da1fbbd840f5aa9f571caced5 4.6.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.13/CHANGELOG new/trytond-4.6.15/CHANGELOG
--- old/trytond-4.6.13/CHANGELOG2019-02-19 21:36:25.0 +0100
+++ new/trytond-4.6.15/CHANGELOG2019-04-22 10:24:20.0 +0200
@@ -1,3 +1,11 @@
+Version 4.6.15 - 2019-04-22
+* Bug fixes (see mercurial logs for details)
+* Replace dsn by params to connect to postgresql
+
+Version 4.6.14 - 2019-04-02
+* Bug fixes (see mercurial logs for details)
+* Check read access on field in search order (issue8189)
+
 Version 4.6.13 - 2019-02-19
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.13/PKG-INFO new/trytond-4.6.15/PKG-INFO
--- old/trytond-4.6.13/PKG-INFO 2019-02-19 21:36:26.0 +0100
+++ new/trytond-4.6.15/PKG-INFO 2019-04-22 10:24:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 4.6.13
+Version: 4.6.15
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.13/doc/ref/models/models.rst 
new/trytond-4.6.15/doc/ref/models/models.rst
--- old/trytond-4.6.13/doc/ref/models/models.rst2018-08-20 
22:55:19.0 +0200
+++ new/trytond-4.6.15/doc/ref/models/models.rst2019-03-28 
19:53:23.0 +0100
@@ -322,8 +322,7 @@
 
 Create records for all values in ``datas``.
 The field names of values must be defined in 

commit proteus for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package proteus for openSUSE:Factory checked 
in at 2019-06-01 09:47:57

Comparing /work/SRC/openSUSE:Factory/proteus (Old)
 and  /work/SRC/openSUSE:Factory/.proteus.new.5148 (New)


Package is "proteus"

Sat Jun  1 09:47:57 2019 rev:10 rq:705906 version:4.6.6

Changes:

--- /work/SRC/openSUSE:Factory/proteus/proteus.changes  2019-01-21 
10:49:26.900085626 +0100
+++ /work/SRC/openSUSE:Factory/.proteus.new.5148/proteus.changes
2019-06-01 09:48:00.107354971 +0200
@@ -1,0 +2,5 @@
+Fri May 17 10:31:40 UTC 2019 - Axel Braun 
+
+- Version 4.6.6 - Bugfix Release
+
+---

Old:

  proteus-4.6.5.tar.gz

New:

  proteus-4.6.6.tar.gz



Other differences:
--
++ proteus.spec ++
--- /var/tmp/diff_new_pack.rgYDz2/_old  2019-06-01 09:48:00.615354798 +0200
+++ /var/tmp/diff_new_pack.rgYDz2/_new  2019-06-01 09:48:00.619354796 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package proteus
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017-2018 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 4.6
 Name:   proteus
-Version:%{majorver}.5
+Version:%{majorver}.6
 Release:0
 Summary:A library to access Tryton's modules like a client
 License:GPL-3.0-or-later

++ proteus-4.6.5.tar.gz -> proteus-4.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.6.5/.hgtags new/proteus-4.6.6/.hgtags
--- old/proteus-4.6.5/.hgtags   2018-12-03 00:47:53.0 +0100
+++ new/proteus-4.6.6/.hgtags   2019-04-22 10:41:27.0 +0200
@@ -18,3 +18,4 @@
 bf508cfe1024bfe98b86fb67fe90f89c568b9b02 4.6.3
 1357255a797f53827a663cd4ea3d08a5448ab9df 4.6.4
 4b75c46d9bf62a307b5c6e23a13e5500a6f1f24f 4.6.5
+8d23b72d421c4b63f59c547c127be62d561a0e31 4.6.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.6.5/CHANGELOG new/proteus-4.6.6/CHANGELOG
--- old/proteus-4.6.5/CHANGELOG 2018-12-03 00:47:53.0 +0100
+++ new/proteus-4.6.6/CHANGELOG 2019-04-22 10:41:26.0 +0200
@@ -1,3 +1,6 @@
+Version 4.6.6 - 2019-04-22
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.5 - 2018-12-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.6.5/COPYRIGHT new/proteus-4.6.6/COPYRIGHT
--- old/proteus-4.6.5/COPYRIGHT 2018-12-03 00:47:52.0 +0100
+++ new/proteus-4.6.6/COPYRIGHT 2019-04-22 10:41:26.0 +0200
@@ -1,5 +1,5 @@
-Copyright (C) 2010-2018 Cédric Krier.
-Copyright (C) 2010-2018 B2CK SPRL.
+Copyright (C) 2010-2019 Cédric Krier.
+Copyright (C) 2010-2019 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.6.5/PKG-INFO new/proteus-4.6.6/PKG-INFO
--- old/proteus-4.6.5/PKG-INFO  2018-12-03 00:47:54.0 +0100
+++ new/proteus-4.6.6/PKG-INFO  2019-04-22 10:41:27.0 +0200
@@ -1,13 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: proteus
-Version: 4.6.5
+Version: 4.6.6
 Summary: Library to access Tryton server as a client
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_trac...@tryton.org
 License: LGPL-3
 Download-URL: http://downloads.tryton.org/4.6/
-Description-Content-Type: UNKNOWN
 Description: proteus
 ===
 
@@ -181,3 +180,5 @@
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Office/Business
+Provides-Extra: cdecimal
+Provides-Extra: trytond
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.6.5/proteus/__init__.py 
new/proteus-4.6.6/proteus/__init__.py
--- old/proteus-4.6.5/proteus/__init__.py   2018-08-20 22:55:18.0 
+0200
+++ new/proteus-4.6.6/proteus/__init__.py   2018-12-03 00:48:04.0 
+0100
@@ -19,7 +19,7 @@
 
 import proteus.config
 
-__version__ = "4.6.5"
+__version__ = "4.6.6"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.6.5/proteus/config.py 
new/proteus-4.6.6/proteus/config.py
--- old/proteus-4.6.5/proteus/config.py 

commit terminology for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2019-06-01 09:47:44

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


Package is "terminology"

Sat Jun  1 09:47:44 2019 rev:17 rq:705884 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2018-06-29 
22:29:48.914328224 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new.5148/terminology.changes
2019-06-01 09:47:46.571359592 +0200
@@ -1,0 +2,40 @@
+Tue May 28 09:14:10 UTC 2019 - Tomas Cech 
+
+- Update to 1.4.1:
+  * Decode pasted string as UTF-8, fixing some characters being skipped
+  * Fix theme to ensure default size is 80x24
+  * Fix focus disappearing after going to Settings and back
+
+  * Release v1.4.0
+  * Add Continuous Integration on every push to the git repository
+  * Add a test framework on escape code parsing and interpreting
+  * Add more than 120 test files
+  * Add support, along with tests, for the following escape codes: DSR-DIR,
+DSR-KBD, DSR-MSR, DSR-DECCKSR, DSR-OS, DSR-PP, DSR-UDK, DECSCLM, DECBI,
+DECFI, DECSACE, DECRARA, DECCRARA, DECIC, DECDC, DECCRA, DECST8C, DA3,
+DECSWBV
+  * Add finer configuration on whether to activate links
+  * Set environment variable WINDOWID
+  * Selections only disappear if the underlaying content changes
+  * When pasting a buffer, skip control characters as a security measure
+  * Fixes, along with tests, on handling the following escape codes: VPR,
+DECERA, DECFRA, DSR-CPR, DCH, DECALN, DECAWM, IL, DL
+  * Fixes, along with tests, on mouse reporting
+  * Fixes on issues spotted by Coverity
+
+  * Release v1.3.2
+  * Clicking on links works again
+
+  * Release v1.3.1
+  * Add manpages on Terminology's helpers
+  * Do not popup unknown media types (security issue)
+  * Right-click on hyperlinks no longer crashes
+
+  * Release v1.3.0
+  * Hyperlink escape code support
+  * Optimize escape code parsing by improving cell copies
+  * Fix issues about settings panel
+  * Do not pass input when tab selector is up
+  * Escape code fixes
+
+---

Old:

  terminology-1.2.1.tar.xz

New:

  terminology-1.4.1.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.HNQUkF/_old  2019-06-01 09:47:47.179359384 +0200
+++ /var/tmp/diff_new_pack.HNQUkF/_new  2019-06-01 09:47:47.183359383 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.2.1
+Version:1.4.1
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1
@@ -117,23 +117,6 @@
 %install
 %meson_install
 
-# convert icons to hicolor
-_file=%{buildroot}%{_datadir}/icons/%{name}.png
-_width=$(identify -format %w $_file)
-_height=$(identify -format %h $_file)
-if [ "$_width" -eq $_height ]; then
-ls %{_datadir}/icons/hicolor | grep '[0-9]x[0-9]' | sort -n | while read 
_size; do
-  if [ "$_width" -ge ${_size%x*} ]; then
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${_size}/apps
-convert -strip \
-  $_file -resize $_size \
-  %{buildroot}%{_datadir}/icons/hicolor/${_size}/apps/${_file##*/}
-  fi
-done
-else
-install -Dm0644 $_file %{buildroot}%{_datadir}/pixmaps/${_file##*/}
-fi
-rm %{buildroot}%{_datadir}/icons/%{name}.png
 sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 # make 2 copys of default for branding
@@ -164,7 +147,8 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.??g
-%{_mandir}/man?/terminology.?.?z
+%{_mandir}/man?/terminology*.?z
+%{_mandir}/man?/ty*.?z
 %exclude %{_datadir}/%{name}/themes/*
 
 %files theme-upstream

++ terminology-1.2.1.tar.xz -> terminology-1.4.1.tar.xz ++
 28918 lines of diff (skipped)




commit trytond_stock_supply for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package trytond_stock_supply for 
openSUSE:Factory checked in at 2019-06-01 09:48:21

Comparing /work/SRC/openSUSE:Factory/trytond_stock_supply (Old)
 and  /work/SRC/openSUSE:Factory/.trytond_stock_supply.new.5148 (New)


Package is "trytond_stock_supply"

Sat Jun  1 09:48:21 2019 rev:7 rq:705913 version:4.6.3

Changes:

--- 
/work/SRC/openSUSE:Factory/trytond_stock_supply/trytond_stock_supply.changes
2019-01-21 10:50:10.416032590 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_stock_supply.new.5148/trytond_stock_supply.changes
  2019-06-01 09:48:22.687347262 +0200
@@ -1,0 +2,5 @@
+Fri May 17 10:30:34 UTC 2019 - Axel Braun 
+
+- Version 4.6.3 - Bugfix Release
+
+---

Old:

  trytond_stock_supply-4.6.2.tar.gz

New:

  trytond_stock_supply-4.6.3.tar.gz



Other differences:
--
++ trytond_stock_supply.spec ++
--- /var/tmp/diff_new_pack.xhq7IU/_old  2019-06-01 09:48:23.271347063 +0200
+++ /var/tmp/diff_new_pack.xhq7IU/_new  2019-06-01 09:48:23.275347061 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_stock_supply
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014-2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %definemajorver 4.6
 Name:   trytond_stock_supply
-Version:%{majorver}.2
+Version:%{majorver}.3
 Release:0
 Summary:The Stock Supply module for the Tryton ERP system
 License:GPL-3.0-only

++ trytond_stock_supply-4.6.2.tar.gz -> trytond_stock_supply-4.6.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.6.2/.hgtags 
new/trytond_stock_supply-4.6.3/.hgtags
--- old/trytond_stock_supply-4.6.2/.hgtags  2018-11-16 21:12:18.0 
+0100
+++ new/trytond_stock_supply-4.6.3/.hgtags  2019-04-02 21:43:15.0 
+0200
@@ -19,3 +19,4 @@
 99eaaa78814833e4d21e9d96e8c110f061f0edfa 4.6.0
 bba8703d4ac75020b257a1c1f95d2a2f2c54ede3 4.6.1
 5e817e1dd6a00b5dc92ca155e00e596d0ff15ac9 4.6.2
+6abe60a1df78ba59f233fd29779eaaeecdcbf22c 4.6.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.6.2/CHANGELOG 
new/trytond_stock_supply-4.6.3/CHANGELOG
--- old/trytond_stock_supply-4.6.2/CHANGELOG2018-11-16 21:12:18.0 
+0100
+++ new/trytond_stock_supply-4.6.3/CHANGELOG2019-04-02 21:43:15.0 
+0200
@@ -1,3 +1,6 @@
+Version 4.6.3 - 2019-04-02
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.2 - 2018-11-16
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.6.2/COPYRIGHT 
new/trytond_stock_supply-4.6.3/COPYRIGHT
--- old/trytond_stock_supply-4.6.2/COPYRIGHT2018-11-16 21:12:17.0 
+0100
+++ new/trytond_stock_supply-4.6.3/COPYRIGHT2019-04-02 21:43:15.0 
+0200
@@ -1,7 +1,7 @@
 Copyright (C) 2013-2015 NaN-tic.
-Copyright (C) 2008-2018 Cédric Krier.
+Copyright (C) 2008-2019 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2018 B2CK SPRL.
+Copyright (C) 2008-2019 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.6.2/PKG-INFO 
new/trytond_stock_supply-4.6.3/PKG-INFO
--- old/trytond_stock_supply-4.6.2/PKG-INFO 2018-11-16 21:12:19.0 
+0100
+++ new/trytond_stock_supply-4.6.3/PKG-INFO 2019-04-02 21:43:16.0 
+0200
@@ -1,13 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_stock_supply
-Version: 4.6.2
+Version: 4.6.3
 Summary: Tryton module for stock supply
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_trac...@tryton.org
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.6/
-Description-Content-Type: UNKNOWN
 Description: trytond_stock_supply
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.6.2/order_point.py 
new/trytond_stock_supply-4.6.3/order_point.py
--- old/trytond_stock_supply-4.6.2/order_point.py   2018-08-20 
22:55:18.0 +0200
+++ new/trytond_stock_supply-4.6.3/order_point.py   2019-03-24 
15:32:10.0 +0100
@@ -252,13 +252,13 @@
 
 @classmethod
 def 

commit python-pyftpdlib for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2019-06-01 09:47:48

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


Package is "python-pyftpdlib"

Sat Jun  1 09:47:48 2019 rev:8 rq:705885 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2019-05-27 08:39:37.899041824 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.5148/python-pyftpdlib.changes  
2019-06-01 09:47:49.931358445 +0200
@@ -1,0 +2,5 @@
+Tue May 28 11:07:18 UTC 2019 - Tomáš Chvátal 
+
+- Do not remove tests, other packages import them
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.DNNH6z/_old  2019-06-01 09:47:50.571358227 +0200
+++ /var/tmp/diff_new_pack.DNNH6z/_new  2019-06-01 09:47:50.575358225 +0200
@@ -57,7 +57,6 @@
 
 %install
 %python_install
-%python_expand rm -r %{buildroot}%{$python_sitelib}/pyftpdlib/test
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with test}




commit python-selectors2 for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-selectors2 for 
openSUSE:Factory checked in at 2019-06-01 09:47:33

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


Package is "python-selectors2"

Sat Jun  1 09:47:33 2019 rev:3 rq:705865 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-selectors2/python-selectors2.changes  
2019-03-29 20:43:34.006679708 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-selectors2.new.5148/python-selectors2.changes
2019-06-01 09:47:34.503363712 +0200
@@ -1,0 +2,7 @@
+Tue May 28 09:51:45 UTC 2019 - Tomáš Chvátal 
+
+- Update tolerance time for timed tests to make sure they
+  pass in obs:
+  * selectors-skip-tests.patch
+
+---



Other differences:
--



commit gthumb for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/gthumb (Old)
 and  /work/SRC/openSUSE:Factory/.gthumb.new.5148 (New)


Package is "gthumb"

Sat Jun  1 09:46:56 2019 rev:94 rq:705803 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2019-04-19 
18:39:04.663237649 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new.5148/gthumb.changes  2019-06-01 
09:46:58.151376123 +0200
@@ -1,0 +2,8 @@
+Mon May 27 18:56:54 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.8.0:
+  + Delete dialog: make the delete button red.
+  + Bugs fixed: build error when JPEG_LIB_VERSION < 80.
+- Drop gthumb-exiv-0.27.patch: Fixed upstream.
+
+---

Old:

  gthumb-3.7.1.tar.xz
  gthumb-exiv-0.27.patch

New:

  gthumb-3.8.0.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.cIoD7F/_old  2019-06-01 09:46:58.775375910 +0200
+++ /var/tmp/diff_new_pack.cIoD7F/_new  2019-06-01 09:46:58.779375908 +0200
@@ -17,16 +17,15 @@
 
 
 Name:   gthumb
-Version:3.7.1
+Version:3.8.0
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:https://wiki.gnome.org/Apps/gthumb
-Source0:
https://download.gnome.org/sources/gthumb/3.7/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gthumb-exiv-0.27.patch glgo#GNOME/gthumb#30 - Fix build 
against exiv 0.27
-Patch1: gthumb-exiv-0.27.patch
+Source0:
https://download.gnome.org/sources/gthumb/3.8/%{name}-%{version}.tar.xz
+
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -112,14 +111,14 @@
 %doc AUTHORS NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gthumb
-%{_libexecdir}/gthumb/
+%{_datadir}/gthumb/
+%{_libdir}/gthumb/
 %dir %{_datadir}/metainfo/
 %{_datadir}/metainfo/org.gnome.gThumb.appdata.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/gthumb.png
 %{_datadir}/icons/hicolor/*/apps/gthumb.svg
 %{_datadir}/icons/hicolor/*/apps/gthumb-symbolic.svg
-%{_datadir}/gthumb/
 %{_datadir}/glib-2.0/schemas/org.gnome.gthumb.*.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gthumb.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gthumb.gschema.xml

++ gthumb-3.7.1.tar.xz -> gthumb-3.8.0.tar.xz ++
 44221 lines of diff (skipped)




commit pdnsd for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package pdnsd for openSUSE:Factory checked 
in at 2019-06-01 09:47:39

Comparing /work/SRC/openSUSE:Factory/pdnsd (Old)
 and  /work/SRC/openSUSE:Factory/.pdnsd.new.5148 (New)


Package is "pdnsd"

Sat Jun  1 09:47:39 2019 rev:6 rq:705881 version:1.2.9a

Changes:

--- /work/SRC/openSUSE:Factory/pdnsd/pdnsd.changes  2017-03-20 
17:09:09.293325994 +0100
+++ /work/SRC/openSUSE:Factory/.pdnsd.new.5148/pdnsd.changes2019-06-01 
09:47:40.787361567 +0200
@@ -1,0 +2,6 @@
+Tue May 28 10:04:52 UTC 2019 - Jan Engelhardt 
+
+- Do not ignore errors from groupadd.
+- Convert sysvinit script to systemd service unit. [boo#1116030]
+
+---

Old:

  pdnsd

New:

  pdnsd.service



Other differences:
--
++ pdnsd.spec ++
--- /var/tmp/diff_new_pack.9Tzq2k/_old  2019-06-01 09:47:41.411361354 +0200
+++ /var/tmp/diff_new_pack.9Tzq2k/_new  2019-06-01 09:47:41.415361352 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pdnsd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +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/
 #
 
 
 Name:   pdnsd
 Version:1.2.9a
 Release:0
-Summary:A caching dns proxy for small networks or dialin accounts
-License:GPL-3.0+
+Summary:A caching DNS proxy for small networks or dialin accounts
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/DNS/Servers
 Url:http://members.home.nl/p.a.rombouts/pdnsd.html
 
 Source0:
http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-%{version}-par.tar.gz
-Source1:pdnsd
+Source1:pdnsd.service
 Recommends: %{name}-doc
-PreReq: %insserv_prereq
+BuildRequires:  systemd-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_ordering}
 
 %description
 pdnsd is a proxy DNS daemon with permanent (disk-)cache and the ability
@@ -64,32 +65,35 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR="%{buildroot}" install
+%make_install
 mkdir -p %{buildroot}%{_sysconfdir}/init.d
-mkdir -p %{buildroot}%{_sbindir}/
-install -c -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/
+mkdir -p %{buildroot}/%{_unitdir}
+cp -a %{SOURCE1} %{buildroot}/%{_unitdir}/
 cp %{buildroot}%{_sysconfdir}/%{name}.conf.sample 
%{buildroot}%{_sysconfdir}/%{name}.conf
-ln -s /etc/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
 %pre
-/usr/sbin/groupadd -r pdns 2> /dev/null || :
+getent group pdns >/dev/null || /usr/sbin/groupadd -r pdns
+%service_add_pre pdnsd.service
+
+%post
+%service_add_post pdnsd.service
 
 %preun
-%stop_on_removal pdnsd
+%service_del_preun pdnsd.service
 
 %postun
-%insserv_cleanup
-%restart_on_update pdnsd
+%service_del_postun pdnsd.service
 
 %files
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/pdnsd.conf
-%attr(755,root,root) %{_sysconfdir}/init.d/pdnsd
 %{_sysconfdir}/pdnsd.conf.sample
 %{_sbindir}/*%{name}*
 %{_mandir}/man*/%{name}*
 %config(noreplace) %attr(-,pdns,pdns) %ghost  
%{_localstatedir}/cache/%{name}/%{name}.cache
 %dir %{_localstatedir}/cache/%{name}
+%{_unitdir}/*.service
 
 %files doc
 %defattr(-,root,root)

++ pdnsd.service ++
[Unit]
Description=Caching DNS proxy
Documentation=man:pdnsd(8)
After=network.target

[Service]
Type=simple
ExecStart=/usr/sbin/pdnsd

[Install]
WantedBy=multi-user.target



commit python-Flask-Migrate for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-Flask-Migrate for 
openSUSE:Factory checked in at 2019-06-01 09:47:07

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


Package is "python-Flask-Migrate"

Sat Jun  1 09:47:07 2019 rev:4 rq:705809 version:2.5.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-Flask-Migrate/python-Flask-Migrate.changes
2019-02-24 17:18:05.552421779 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Migrate.new.5148/python-Flask-Migrate.changes
  2019-06-01 09:47:12.823371114 +0200
@@ -1,0 +2,11 @@
+Tue May 28 07:36:48 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.5.2:
+  * add python 3.7 builds, remove 3.4 (commit)
+  * auto-generate change log during release (commit)
+  * helper release script (commit)
+  * support % character in database URLs #59 (commit)
+  * log command output in unit tests (commit)
+  * add a section on why use this extension to the docs #101 (commit)
+
+---

Old:

  Flask-Migrate-2.4.0.tar.gz

New:

  Flask-Migrate-2.5.2.tar.gz



Other differences:
--
++ python-Flask-Migrate.spec ++
--- /var/tmp/diff_new_pack.PxIEK7/_old  2019-06-01 09:47:13.991370715 +0200
+++ /var/tmp/diff_new_pack.PxIEK7/_new  2019-06-01 09:47:14.031370701 +0200
@@ -17,15 +17,18 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:   python-Flask-Migrate
-Version:2.4.0
+Version:2.5.2
 Release:0
 Summary:SQLAlchemy database migrations for Flask applications using 
Alembic
 License:MIT
 Group:  Development/Languages/Python
 URL:http://github.com/miguelgrinberg/flask-migrate/
 Source: 
https://files.pythonhosted.org/packages/source/F/Flask-Migrate/Flask-Migrate-%{version}.tar.gz
+BuildRequires:  %{python_module Flask >= 0.9}
+BuildRequires:  %{python_module Flask-SQLAlchemy >= 1.0}
+BuildRequires:  %{python_module Flask-Script >= 0.6}
+BuildRequires:  %{python_module alembic >= 0.7}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -34,12 +37,6 @@
 Requires:   python-Flask-Script >= 0.6
 Requires:   python-alembic >= 0.7
 BuildArch:  noarch
-%if %{with test}
-BuildRequires:  %{python_module Flask >= 0.9}
-BuildRequires:  %{python_module Flask-SQLAlchemy >= 1.0}
-BuildRequires:  %{python_module Flask-Script >= 0.6}
-BuildRequires:  %{python_module alembic >= 0.7}
-%endif
 %python_subpackages
 
 %description
@@ -57,11 +54,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 export LC_CTYPE=en_US.UTF-8
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
 %doc README.md

++ Flask-Migrate-2.4.0.tar.gz -> Flask-Migrate-2.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Migrate-2.4.0/Flask_Migrate.egg-info/PKG-INFO 
new/Flask-Migrate-2.5.2/Flask_Migrate.egg-info/PKG-INFO
--- old/Flask-Migrate-2.4.0/Flask_Migrate.egg-info/PKG-INFO 2019-02-16 
13:13:50.0 +0100
+++ new/Flask-Migrate-2.5.2/Flask_Migrate.egg-info/PKG-INFO 2019-05-25 
21:11:40.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-Migrate
-Version: 2.4.0
+Version: 2.5.2
 Summary: SQLAlchemy database migrations for Flask applications using Alembic
 Home-page: http://github.com/miguelgrinberg/flask-migrate/
 Author: Miguel Grinberg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Flask-Migrate-2.4.0/Flask_Migrate.egg-info/SOURCES.txt 
new/Flask-Migrate-2.5.2/Flask_Migrate.egg-info/SOURCES.txt
--- old/Flask-Migrate-2.4.0/Flask_Migrate.egg-info/SOURCES.txt  2019-02-16 
13:13:50.0 +0100
+++ new/Flask-Migrate-2.5.2/Flask_Migrate.egg-info/SOURCES.txt  2019-05-25 
21:11:40.0 +0200
@@ -1,6 +1,7 @@
 LICENSE
 MANIFEST.in
 README.md
+__version__
 setup.py
 Flask_Migrate.egg-info/PKG-INFO
 Flask_Migrate.egg-info/SOURCES.txt
@@ -20,6 +21,7 @@
 flask_migrate/templates/flask-multidb/env.py
 flask_migrate/templates/flask-multidb/script.py.mako
 tests/__init__.py
+tests/app.db
 tests/app.py
 tests/app_compare_type1.py
 tests/app_compare_type2.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Migrate-2.4.0/MANIFEST.in 
new/Flask-Migrate-2.5.2/MANIFEST.in
--- old/Flask-Migrate-2.4.0/MANIFEST.in 2018-08-12 00:10:47.0 +0200
+++ new/Flask-Migrate-2.5.2/MANIFEST.in 2019-05-20 10:43:37.0 +0200
@@ -1,3 +1,3 @@
-include README.md LICENSE 

commit librecad for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package librecad for openSUSE:Factory 
checked in at 2019-06-01 09:47:28

Comparing /work/SRC/openSUSE:Factory/librecad (Old)
 and  /work/SRC/openSUSE:Factory/.librecad.new.5148 (New)


Package is "librecad"

Sat Jun  1 09:47:28 2019 rev:22 rq:705857 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/librecad/librecad.changes2018-06-19 
11:55:50.139470339 +0200
+++ /work/SRC/openSUSE:Factory/.librecad.new.5148/librecad.changes  
2019-06-01 09:47:32.123364525 +0200
@@ -1,0 +2,5 @@
+Tue May 28 09:05:54 UTC 2019 - Jiri Slaby 
+
+- add 0001-fix-build-with-gcc-9.patch
+
+---

New:

  0001-fix-build-with-gcc-9.patch



Other differences:
--
++ librecad.spec ++
--- /var/tmp/diff_new_pack.zvoKSC/_old  2019-06-01 09:47:33.135364179 +0200
+++ /var/tmp/diff_new_pack.zvoKSC/_new  2019-06-01 09:47:33.139364178 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package librecad
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 Version:2.1.3
 Release:0
 Summary:Computer-aided design (CAD) software package for 2D design and 
drafting
-License:GPL-2.0 and (Apache-2.0 or SUSE-GPL-3.0+-with-font-exception)
+License:GPL-2.0-only AND (Apache-2.0 OR 
SUSE-GPL-3.0+-with-font-exception)
 Group:  Productivity/Graphics/CAD
 Url:http://librecad.org/
 
@@ -41,6 +41,7 @@
 Patch4: librecad-install.diff
 Patch5: librecad-plugindir.diff
 Patch6: librecad-use-system-shapelib.patch
+Patch7: 0001-fix-build-with-gcc-9.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -93,7 +94,7 @@
 
 %prep
 %setup -qn LibreCAD-%version -a 2 -a 3 -a 4
-%patch -P 0 -P 1 -P 2 -P 3 -P 4 -P 5 -p1
+%patch -P 0 -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
 %if 0%{?suse_version} >= 1321
 %patch -P 6 -p1
 %endif
@@ -175,7 +176,8 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE* README.md gpl-2.0* license-lc_opengost-fonts.txt
+%doc README.md
+%license LICENSE* gpl-2.0* license-lc_opengost-fonts.txt
 %_bindir/librecad
 %_bindir/ttf2lff
 %_libdir/%name

++ 0001-fix-build-with-gcc-9.patch ++
From: Jiri Slaby 
Date: Tue, 28 May 2019 10:57:15 +0200
Subject: fix build with gcc 9
Patch-mainline: submitted
References: build fix

These symbols were reported as multiply defined with gcc9 and LTO.

Signed-off-by: Jiri Slaby 
---
 librecad/src/actions/rs_actiondrawcircletan1_2p.cpp | 2 +-
 librecad/src/actions/rs_actiondrawcircletan2.cpp| 2 +-
 librecad/src/actions/rs_actiondrawcircletan2_1p.cpp | 2 +-
 librecad/src/actions/rs_actiondrawcircletan3.cpp| 2 +-
 librecad/src/actions/rs_actiondrawlinerelangle.cpp  | 2 +-
 librecad/src/actions/rs_actiondrawlinetangent1.cpp  | 2 +-
 librecad/src/actions/rs_actiondrawlinetangent2.cpp  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/librecad/src/actions/rs_actiondrawcircletan1_2p.cpp 
b/librecad/src/actions/rs_actiondrawcircletan1_2p.cpp
index c14da00e4897..c1a0e23d0fac 100644
--- a/librecad/src/actions/rs_actiondrawcircletan1_2p.cpp
+++ b/librecad/src/actions/rs_actiondrawcircletan1_2p.cpp
@@ -38,7 +38,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
 02110-1301, USA.
 
 namespace{
 //list of entity types supported by current action
-auto enTypeList={RS2::EntityLine, RS2::EntityArc, RS2::EntityCircle};
+static auto enTypeList={RS2::EntityLine, RS2::EntityArc, RS2::EntityCircle};
 }
 
 struct RS_ActionDrawCircleTan1_2P::Points {
diff --git a/librecad/src/actions/rs_actiondrawcircletan2.cpp 
b/librecad/src/actions/rs_actiondrawcircletan2.cpp
index d0558f05b746..0446003ea443 100644
--- a/librecad/src/actions/rs_actiondrawcircletan2.cpp
+++ b/librecad/src/actions/rs_actiondrawcircletan2.cpp
@@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
 02110-1301, USA.
 #include "rs_debug.h"
 
 namespace {
-auto enTypeList={RS2::EntityLine, RS2::EntityArc, RS2::EntityCircle};
+static auto enTypeList={RS2::EntityLine, RS2::EntityArc, RS2::EntityCircle};
 }
 
 struct RS_ActionDrawCircleTan2::Points {
diff --git a/librecad/src/actions/rs_actiondrawcircletan2_1p.cpp 

commit tuxpaint-stamps for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package tuxpaint-stamps for openSUSE:Factory 
checked in at 2019-06-01 09:48:51

Comparing /work/SRC/openSUSE:Factory/tuxpaint-stamps (Old)
 and  /work/SRC/openSUSE:Factory/.tuxpaint-stamps.new.5148 (New)


Package is "tuxpaint-stamps"

Sat Jun  1 09:48:51 2019 rev:5 rq:705928 version:2018.09.01

Changes:

--- /work/SRC/openSUSE:Factory/tuxpaint-stamps/tuxpaint-stamps.changes  
2015-01-03 22:01:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.tuxpaint-stamps.new.5148/tuxpaint-stamps.changes
2019-06-01 09:49:00.279334428 +0200
@@ -1,0 +2,14 @@
+Tue Apr 16 12:09:45 UTC 2019 - l...@linux-schulserver.de - 2019.09.01
+
+- update to 2019.09.01
+  + Removed white background from globe 
+Thanks to @568legos on Twitter for noticing 
+  + New localizations: Kabyle
+  + Localization updates: Aragones, Basque, Brazilian Portuguese, 
+British English, Catalan, Chinese (Simplified), Croatian, 
+Danish, Dutch, Fula, Gaelic (Scottish), Galician, Georgian, 
+German, Greek, Gujarati, Icelandic, Irish Gaelic, Japanese, 
+Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, 
+Russian, Songhay, Slovenian, Spanish, Swedish, Thai, Ukrainian
+
+---

Old:

  tuxpaint-stamps-2014.08.23.tar.bz2

New:

  tuxpaint-stamps-2018.09.01.tar.bz2



Other differences:
--
++ tuxpaint-stamps.spec ++
--- /var/tmp/diff_new_pack.FmXh5w/_old  2019-06-01 09:49:05.115332777 +0200
+++ /var/tmp/diff_new_pack.FmXh5w/_new  2019-06-01 09:49:05.155332763 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tuxpaint-stamps
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   tuxpaint-stamps
+Version:2018.09.01
+Release:0
 Summary:Rubber stamps collection for Tux Paint
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Bitmap Editors
-Version:2014.08.23
-Release:0
-Url:http://www.tuxpaint.org/
+URL:http://www.tuxpaint.org/
 Source0:%{name}-%{version}.tar.bz2
+Requires:   tuxpaint-stamps-category
 BuildArch:  noarch
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
@@ -31,7 +32,6 @@
 %else
 Requires:   tuxpaint
 %endif
-Requires:   tuxpaint-stamps-category
 %if 0%{?suse_version}
 Recommends: tuxpaint-stamps-animals
 Recommends: tuxpaint-stamps-clothes
@@ -56,317 +56,166 @@
 This package contains the documentation for the 'Rubber Stamp' images 
 which can be used with the "Stamp" tool within Tux Paint. 
 
-
 %package animals
 Summary:Animals stamps stamps collection for Tux Paint
 Group:  Productivity/Graphics/Bitmap Editors
 Requires:   tuxpaint-stamps
-Provides:   tuxpaint-stamps-category = %version
+Provides:   tuxpaint-stamps-category = %{version}
 
 %description animals
 tuxpaint-stamps-animals package contains a set of 'Rubber Stamp' images
 which can be used with the "Stamp" tool within Tux Paint.
 
-
-Authors:
-
-Bill Kendrick
-National Oceanic & Atmospheric Adminstration (NOAA)
-John O'Sullivan
-Childsplay Project
-Caroline Ford
-...and many more, please read CONTRIBUTORS.txt
-
-
 %package clothes
 Summary:Clothes stamps collection for Tux Paint
 Group:  Productivity/Graphics/Bitmap Editors
 Requires:   tuxpaint-stamps
-Provides:   tuxpaint-stamps-category = %version
+Provides:   tuxpaint-stamps-category = %{version}
 
 %description clothes
 tuxpaint-stamps-clothes package contains a set of 'Rubber Stamp' images
 which can be used with the "Stamp" tool within Tux Paint.
 
-
-Authors:
-
-Chris Goerner
-Steve Karg
-...and many more, please read CONTRIBUTORS.txt
-
-
 %package food
 Summary:Food stamps collection for Tux Paint
 Group:  Productivity/Graphics/Bitmap Editors
 Requires:   tuxpaint-stamps
-Provides:   tuxpaint-stamps-category = %version
+Provides:   tuxpaint-stamps-category = %{version}
 
 %description food
 tuxpaint-stamps-food package contains a set of 'Rubber Stamp' images
 which can be used with the "Stamp" tool within Tux Paint.
 

commit lxc for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2019-06-01 09:49:08

Comparing /work/SRC/openSUSE:Factory/lxc (Old)
 and  /work/SRC/openSUSE:Factory/.lxc.new.5148 (New)


Package is "lxc"

Sat Jun  1 09:49:08 2019 rev:86 rq:705934 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2019-04-24 13:57:22.219989135 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new.5148/lxc.changes2019-06-01 
09:49:10.111331072 +0200
@@ -11 +11 @@
-- fix apparmor dropin to be compatible with LXC 3.1.0
+- fix apparmor dropin to be compatible with LXC 3.1.0 (bsc#1131762)



Other differences:
--




commit mopac7 for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/mopac7 (Old)
 and  /work/SRC/openSUSE:Factory/.mopac7.new.5148 (New)


Package is "mopac7"

Sat Jun  1 09:48:46 2019 rev:5 rq:705926 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/mopac7/mopac7.changes2017-06-12 
15:30:15.542746356 +0200
+++ /work/SRC/openSUSE:Factory/.mopac7.new.5148/mopac7.changes  2019-06-01 
09:48:49.199338211 +0200
@@ -1,0 +2,6 @@
+Mon Mar 18 14:41:04 UTC 2019 - l...@linux-schulserver.de - 1.15
+
+- weaken the dependency of the devel package (no exact release needed)
+- use new %%license macro
+
+---



Other differences:
--
++ mopac7.spec ++
--- /var/tmp/diff_new_pack.tScue0/_old  2019-06-01 09:48:50.039337924 +0200
+++ /var/tmp/diff_new_pack.tScue0/_new  2019-06-01 09:48:50.047337921 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mopac7
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -56,7 +56,7 @@
 %package-n %{libname}-devel
 Summary:Header files and static libraries from %{name}
 Group:  Development/Languages/C and C++
-Requires:   %{libname} = %{version}-%{release}
+Requires:   %{libname} = %{version}
 
 %description -n %{libname}-devel
 MOPAC7 is a semi-empirical quantum-mechanics code written by James J. P.
@@ -93,7 +93,12 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README tests
+%doc AUTHORS ChangeLog NEWS README tests
+%if 0%{?suse_version} >= 01500
+%license COPYING
+%else
+%doc COPYING
+%endif
 %attr(755,root,root) %{_bindir}/run_mopac7
 %{_bindir}/%{name}
 




commit amazon-ecs-init for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package amazon-ecs-init for openSUSE:Factory 
checked in at 2019-06-01 09:48:33

Comparing /work/SRC/openSUSE:Factory/amazon-ecs-init (Old)
 and  /work/SRC/openSUSE:Factory/.amazon-ecs-init.new.5148 (New)


Package is "amazon-ecs-init"

Sat Jun  1 09:48:33 2019 rev:4 rq:705920 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/amazon-ecs-init/amazon-ecs-init.changes  
2018-10-04 19:02:21.815148564 +0200
+++ 
/work/SRC/openSUSE:Factory/.amazon-ecs-init.new.5148/amazon-ecs-init.changes
2019-06-01 09:48:34.283343303 +0200
@@ -1,0 +2,5 @@
+Wed Apr  3 18:45:07 UTC 2019 - Robert Schweikert 
+
+- Enable aarch64 build (bsc#1131459)
+
+---



Other differences:
--
++ amazon-ecs-init.spec ++
--- /var/tmp/diff_new_pack.U9uJYE/_old  2019-06-01 09:48:34.987343063 +0200
+++ /var/tmp/diff_new_pack.U9uJYE/_new  2019-06-01 09:48:34.991343062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amazon-ecs-init
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -39,7 +39,7 @@
 %endif
 Requires:   systemd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  %ix86 x86_64 aarch64
 
 %description
 The Amazon EC2 Container Service initialization will start the ECS agent.




commit xcompmgr for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package xcompmgr for openSUSE:Factory 
checked in at 2019-06-01 09:49:22

Comparing /work/SRC/openSUSE:Factory/xcompmgr (Old)
 and  /work/SRC/openSUSE:Factory/.xcompmgr.new.5148 (New)


Package is "xcompmgr"

Sat Jun  1 09:49:22 2019 rev:7 rq:705954 version:1.1.8

Changes:

--- /work/SRC/openSUSE:Factory/xcompmgr/xcompmgr.changes2015-04-25 
11:26:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcompmgr.new.5148/xcompmgr.changes  
2019-06-01 09:49:23.491326503 +0200
@@ -1,0 +2,7 @@
+Mon Mar 25 14:44:21 UTC 2019 - Stefan Dirsch 
+
+- Update to version 1.1.8
+  * This release fixes a couple of bugs in basic eye-candy effects 
+of xcompmgr
+
+---

Old:

  xcompmgr-1.1.7.tar.bz2

New:

  xcompmgr-1.1.8.tar.bz2



Other differences:
--
++ xcompmgr.spec ++
--- /var/tmp/diff_new_pack.T56Wct/_old  2019-06-01 09:49:23.875326373 +0200
+++ /var/tmp/diff_new_pack.T56Wct/_new  2019-06-01 09:49:23.879326371 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcompmgr
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xcompmgr
-Version:1.1.7
+Version:1.1.8
 Release:0
 Summary:Compositing manager for X servers
 License:MIT
@@ -52,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_bindir}/xcompmgr
 %{_mandir}/man1/xcompmgr.1%{?ext_man}
 

++ xcompmgr-1.1.7.tar.bz2 -> xcompmgr-1.1.8.tar.bz2 ++
 5498 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xcompmgr-1.1.7/ChangeLog new/xcompmgr-1.1.8/ChangeLog
--- old/xcompmgr-1.1.7/ChangeLog2015-04-17 07:56:56.0 +0200
+++ new/xcompmgr-1.1.8/ChangeLog2019-03-24 23:58:41.0 +0100
@@ -1,3 +1,50 @@
+commit ccf46116f8fba6a3e32bff6b3c0be420f821828c
+Author: Alan Coopersmith 
+Date:   Sun Mar 24 15:55:48 2019 -0700
+
+xcompmgr 1.1.8
+
+Signed-off-by: Alan Coopersmith 
+
+commit 5a7d139f33288c77c77622cdcb1453a58e25a2ec
+Author: Brandon Gooch 
+Date:   Sat Aug 11 21:58:58 2012 -0500
+
+xcompmgr 1.1.6-1 doesn't draw shadows
+
+This patch reworks the XFixesIntersectRegion calls to apply to the
+correct window modes.
+
+Fixes: https://gitlab.freedesktop.org/xorg/app/xcompmgr/issues/3
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9c86c0f21b9d34c0ae491327482415a946102c4f
+Author: Jason Woofenden 
+Date:   Mon Dec 26 21:08:05 2011 -0500
+
+fix fade-in speed when opacity raises
+
+Fixes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648158
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3f37d974bedea52c0b4d8cf576baa2180a8f222d
+Author: Alan Coopersmith 
+Date:   Wed Nov 21 17:00:19 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit aba4a53594d600dc61b0c8faf86e2ce1c2adea74
+Author: Alan Coopersmith 
+Date:   Fri Nov 16 21:19:36 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
 commit e99e56944915a99981ec28d7525347bf9da7fb94
 Author: Alan Coopersmith 
 Date:   Thu Apr 16 22:56:13 2015 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xcompmgr-1.1.7/Makefile.am new/xcompmgr-1.1.8/Makefile.am
--- old/xcompmgr-1.1.7/Makefile.am  2015-04-17 07:56:17.0 +0200
+++ new/xcompmgr-1.1.8/Makefile.am  2019-03-24 23:58:29.0 +0100
@@ -17,3 +17,4 @@
 
 dist-hook: ChangeLog INSTALL
 
+EXTRA_DIST = README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xcompmgr-1.1.7/README new/xcompmgr-1.1.8/README

commit dbus-broker for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package dbus-broker for openSUSE:Factory 
checked in at 2019-06-01 09:48:26

Comparing /work/SRC/openSUSE:Factory/dbus-broker (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-broker.new.5148 (New)


Package is "dbus-broker"

Sat Jun  1 09:48:26 2019 rev:4 rq:705915 version:18

Changes:

--- /work/SRC/openSUSE:Factory/dbus-broker/dbus-broker.changes  2019-01-08 
12:31:42.372061209 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-broker.new.5148/dbus-broker.changes
2019-06-01 09:48:27.759345531 +0200
@@ -1,0 +2,13 @@
+Thu Feb 21 13:09:08 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 18
+  * The compatibility launcher is no longer isolated in its own
+network namespace, since the SELinux APIs require access to
+the root network namespace.
+
+---
+Mon Jan 28 11:06:43 UTC 2019 - Jan Engelhardt 
+
+- Update RPM group.
+
+---

Old:

  _service
  dbus-broker-17.tar.xz

New:

  dbus-broker-18.tar.xz



Other differences:
--
++ dbus-broker.spec ++
--- /var/tmp/diff_new_pack.2B2VtZ/_old  2019-06-01 09:48:28.551345260 +0200
+++ /var/tmp/diff_new_pack.2B2VtZ/_new  2019-06-01 09:48:28.555345259 +0200
@@ -17,16 +17,14 @@
 
 
 Name:   dbus-broker
-Version:17
+Version:18
 Release:0
 Summary:XDG-conforming message bus implementation
 License:Apache-2.0
-Group:  Productivity/Telephony/Utilities
+Group:  System/Daemons
 Url:https://github.com/bus1/dbus-broker
 
-#Source: https://github.com/bus1/dbus-broker/archive/v%version.tar.gz
-Source: %name-%version.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
https://github.com/bus1/dbus-broker/releases/download/v18/dbus-broker-18.tar.xz
 BuildRequires:  linux-glibc-devel >= 4.13
 BuildRequires:  meson
 BuildRequires:  pkg-config

++ dbus-broker-17.tar.xz -> dbus-broker-18.tar.xz ++
 9700 lines of diff (skipped)




commit zypper-docker for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package zypper-docker for openSUSE:Factory 
checked in at 2019-06-01 09:49:12

Comparing /work/SRC/openSUSE:Factory/zypper-docker (Old)
 and  /work/SRC/openSUSE:Factory/.zypper-docker.new.5148 (New)


Package is "zypper-docker"

Sat Jun  1 09:49:12 2019 rev:6 rq:705935 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/zypper-docker/zypper-docker.changes  
2018-06-19 11:58:57.988495797 +0200
+++ /work/SRC/openSUSE:Factory/.zypper-docker.new.5148/zypper-docker.changes
2019-06-01 09:49:16.295328961 +0200
@@ -1,0 +2,7 @@
+Tue Mar 26 12:40:13 UTC 2019 - Miquel Sabaté 
+
+- Fix build error with PIE linker flags on ppc64le.
+
+See boo#1098017
+
+---



Other differences:
--
++ zypper-docker.spec ++
--- /var/tmp/diff_new_pack.dj6vX7/_old  2019-06-01 09:49:17.547328533 +0200
+++ /var/tmp/diff_new_pack.dj6vX7/_new  2019-06-01 09:49:17.551328531 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zypper-docker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,10 @@
 Source0:%{name}-%{version}.tar.xz
 Source42:   zypper-docker-rpmlintrc
 BuildRequires:  go >= 1.9
+# Build fails with PIE enabled on ppc64le due to boo#1098017
+%ifarch ppc64le
+#!BuildIgnore: gcc-PIE
+%endif
 Requires:   libzypp > 9.34
 BuildRequires:  libzypp > 9.34
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit dunst for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package dunst for openSUSE:Factory checked 
in at 2019-06-01 09:47:21

Comparing /work/SRC/openSUSE:Factory/dunst (Old)
 and  /work/SRC/openSUSE:Factory/.dunst.new.5148 (New)


Package is "dunst"

Sat Jun  1 09:47:21 2019 rev:6 rq:705822 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/dunst/dunst.changes  2018-05-08 
13:38:47.630404610 +0200
+++ /work/SRC/openSUSE:Factory/.dunst.new.5148/dunst.changes2019-06-01 
09:47:22.695367743 +0200
@@ -1,0 +2,37 @@
+Tue May 28 06:35:15 UTC 2019 - Petr Cervinka 
+
+- Update to version 1.4.0
+  * Added
+- Add support to override `frame_color` via rules (#498)
+- Support for round corners (#420)
+- Ability to reference `$HOME` in icon paths with `~/` (#520)
+- Support to customize the mouse bindings (#530)
+- Command to toggle pause status (#535)
+- Ability to automatically replace similar notifications (like volume 
changes)
+  via `stack_tag` (#552)
+- Comparison of raw icons for duplicate notifications (#571)
+- Introduce new desktop-entry filter (#470)
+- `fullscreen` rule to hide notifications when a fullscreen window is 
active (#472)
+- Added `skip_display` rule option to skip initial notification display, 
and
+  include the notification in the history. (#590)
+  * Fixed
+- Notification age not counting the time while the computer was suspended 
(#492)
+- Dunst losing always-on-top status on a window manager restart (#160)
+- Xpm icons not being recognized
+- When new notifications arrive, but display is full, important 
notifications don't
+  have to wait for a timeout in a displayed notification (#541)
+- Dunst hanging while the context menu is open (#456)
+- Having & inside a notification breaking markup (#546)
+- ` more` notifications don't occupy space anymore, if there is only a 
single
+  notification waiting to get displayed. The notification gets displayed 
directly (#467)
+- Segfault when comparing icon name with a notification with a raw icon 
(#536)
+- Icon size can no longer be larger than the notification when a fixed 
width is specified (#540)
+  * Changed
+- Transient notifications no longer skip history by default (#508)
+- The notification summary no longer accepts markup (#497)
+  * Removed
+- Dependency on libxdg-basedir (#550)
+- Update makefile.patch to be compatible with latest version
+- Build and install dunstify binary, command which is completely compatible to 
notify-send
+  and can be used alongside it, but offers more features. 
+---

Old:

  dunst-1.3.2.tar.gz

New:

  dunst-1.4.0.tar.gz



Other differences:
--
++ dunst.spec ++
--- /var/tmp/diff_new_pack.CtxMhH/_old  2019-06-01 09:47:24.123367256 +0200
+++ /var/tmp/diff_new_pack.CtxMhH/_new  2019-06-01 09:47:24.135367252 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dunst
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{!?_userunitdir:%define _userunitdir %{_prefix}/lib/systemd/user}
 Name:   dunst
-Version:1.3.2
+Version:1.4.0
 Release:0
 Summary:A customizable notification daemon
 License:BSD-3-Clause
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libxdg-basedir)
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(pangocairo)
 BuildRequires:  pkgconfig(x11)
@@ -51,10 +50,11 @@
 %patch0 -p1
 
 %build
-CFLAGS="%{optflags}" make %{?_smp_mflags}
+CFLAGS="%{optflags}" make %{?_smp_mflags} all dunstify
 
 %install
 %make_install PREFIX=%{_prefix}
+install -Dm755 dunstify %{buildroot}%{_bindir}/dunstify
 
 sed -i -e 's/Exec.*/Exec=\/usr\/bin\/dunst/' 
%{buildroot}/%{_datadir}/dbus-1/services/org.knopwob.dunst.service
 sed -i -e 's/ExecStart.*/ExecStart=\/usr\/bin\/dunst/' 
%{buildroot}/%{_userunitdir}/dunst.service
@@ -63,6 +63,7 @@
 %doc CHANGELOG.md README.md
 %license LICENSE
 %{_bindir}/dunst
+%{_bindir}/dunstify
 %{_datadir}/dbus-1/services/org.knopwob.dunst.service
 %{_userunitdir}/dunst.service
 %{_datadir}/dunst

++ 

commit perl-Test-Spelling for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package perl-Test-Spelling for 
openSUSE:Factory checked in at 2019-06-01 09:51:51

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


Package is "perl-Test-Spelling"

Sat Jun  1 09:51:51 2019 rev:15 rq:706229 version:0.25

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Spelling/perl-Test-Spelling.changes
2019-05-27 08:39:49.219037411 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Spelling.new.5148/perl-Test-Spelling.changes
  2019-06-01 09:51:52.623275590 +0200
@@ -1,0 +2,15 @@
+Wed May 29 05:38:26 UTC 2019 - Stephan Kulow 
+
+- updated to 0.25
+   see /usr/share/doc/packages/perl-Test-Spelling/Changes
+
+  0.25  2019-05-28
+- Re-worded the documentation.
+- Ordered documented function in alphabetical order.
+- Fixed up the synopsis.
+- Put function usage examples directly below the function name; this
+  makes it easier to get clickable links for functions in metacpan
+- Documented get_pod_parser
+- Moved hunspell up to the preferred checker
+
+---

Old:

  Test-Spelling-0.24.tar.gz

New:

  Test-Spelling-0.25.tar.gz



Other differences:
--
++ perl-Test-Spelling.spec ++
--- /var/tmp/diff_new_pack.LDU8G5/_old  2019-06-01 09:51:53.183275399 +0200
+++ /var/tmp/diff_new_pack.LDU8G5/_new  2019-06-01 09:51:53.187275397 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Spelling
-Version:0.24
+Version:0.25
 Release:0
 %define cpan_name Test-Spelling
 Summary:Check for spelling errors in POD files
@@ -39,9 +39,10 @@
 %{perl_requires}
 
 %description
-'Test::Spelling' lets you check the spelling of a POD file, and report its
-results in standard 'Test::More' fashion. This module requires a spellcheck
-program such as _spell_, _aspell_, _ispell_, or _hunspell_.
+Test::Spelling lets you check the spelling of a 'POD' file, and report its
+results in standard Test::More fashion. This module requires a spellcheck
+program such as at http://hunspell.github.io/, _aspell_, _spell_, or,
+_ispell_. We suggest using Hunspell.
 
 use Test::Spelling;
 pod_file_spelling_ok('lib/Foo/Bar.pm', 'POD file spelling OK');
@@ -51,10 +52,11 @@
 environment. There is no way of predicting whether the word list or
 spellcheck program used will give the same results. You *can* include the
 test in your distribution, but be sure to run it only for authors of the
-module by guarding it in a 'skip_all unless -d 'inc/.author'' clause, or by
-putting the test in your distribution's _xt/_ directory. Anyway, people
-installing your module really do not need to run such tests, as it is
-unlikely that the documentation will acquire typos while in transit. :-)
+module by guarding it in a 'skip_all unless $ENV{AUTHOR_TESTING}' clause,
+or by putting the test in your distribution's _xt/author_ directory.
+Anyway, people installing your module really do not need to run such tests,
+as it is unlikely that the documentation will acquire typos while in
+transit.
 
 You can add your own stop words, which are words that should be ignored by
 the spell check, like so:
@@ -68,18 +70,24 @@
 If you have a lot of stop words, it's useful to put them in your test
 file's 'DATA' section like so:
 
+use strict;
+use warnings;
+use Test::More;
+
 use Test::Spelling;
+use Pod::Wordlist;
+
 add_stopwords();
 all_pod_files_spelling_ok();
 
-__END__
+__DATA__
 folksonomy
 Jifty
 Zakirov
 
 To maintain backwards compatibility, comment markers and some whitespace
 are ignored. In the near future, the preprocessing we do on the arguments
-to add_stopwords will be changed and documented properly.
+to Test::Spelling/"add_stopwords" will be changed and documented properly.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Test-Spelling-0.24.tar.gz -> Test-Spelling-0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spelling-0.24/Changes 
new/Test-Spelling-0.25/Changes
--- old/Test-Spelling-0.24/Changes  2019-05-24 15:43:01.0 +0200
+++ new/Test-Spelling-0.25/Changes  2019-05-29 03:11:09.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Test-Spelling
 
+0.25  2019-05-28
+  - Re-worded the documentation.
+  - Ordered documented function in alphabetical order.
+  - Fixed up the synopsis.
+  - Put function usage examples directly below the function name; this
+makes it easier to get clickable links for functions in metacpan
+  - Documented get_pod_parser
+  - Moved hunspell up to the preferred checker

commit rdesktop for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package rdesktop for openSUSE:Factory 
checked in at 2019-06-01 09:51:29

Comparing /work/SRC/openSUSE:Factory/rdesktop (Old)
 and  /work/SRC/openSUSE:Factory/.rdesktop.new.5148 (New)


Package is "rdesktop"

Sat Jun  1 09:51:29 2019 rev:38 rq:706149 version:1.8.6

Changes:

--- /work/SRC/openSUSE:Factory/rdesktop/rdesktop.changes2019-02-19 
12:02:43.593065963 +0100
+++ /work/SRC/openSUSE:Factory/.rdesktop.new.5148/rdesktop.changes  
2019-06-01 09:51:31.379282843 +0200
@@ -1,0 +2,13 @@
+Wed May 22 18:30:55 UTC 2019 - Markus Beth 
+
+- update to 1.8.6
+  * Fix protocol code handling new licenses
+
+---
+Wed May 15 22:32:15 UTC 2019 - Markus Beth 
+
+- update to 1.8.5
+  * Add bounds checking to protocol handling in order to fix many
+security problems when communicating with a malicious server.
+
+---

Old:

  rdesktop-1.8.4.tar.gz

New:

  rdesktop-1.8.6.tar.gz



Other differences:
--
++ rdesktop.spec ++
--- /var/tmp/diff_new_pack.RfjVHX/_old  2019-06-01 09:51:32.059282610 +0200
+++ /var/tmp/diff_new_pack.RfjVHX/_new  2019-06-01 09:51:32.063282609 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rdesktop
-Version:1.8.4
+Version:1.8.6
 Release:0
 Summary:A Remote Desktop Protocol client
 License:GPL-3.0-or-later

++ rdesktop-1.8.4.tar.gz -> rdesktop-1.8.6.tar.gz ++
 5247 lines of diff (skipped)




commit uftpd for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package uftpd for openSUSE:Factory checked 
in at 2019-06-01 09:51:53

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


Package is "uftpd"

Sat Jun  1 09:51:53 2019 rev:5 rq:706243 version:2.8

Changes:

--- /work/SRC/openSUSE:Factory/uftpd/uftpd.changes  2019-03-04 
09:24:43.176554076 +0100
+++ /work/SRC/openSUSE:Factory/.uftpd.new.5148/uftpd.changes2019-06-01 
09:51:55.111274741 +0200
@@ -1,0 +2,14 @@
+Tue May 28 17:44:15 UTC 2019 - Martin Hauke 
+
+- Update to version 2.8
+  Changes:
+  * The FTP command processor now always converts all inbound
+commands to uppercase to handle clients sending commands in
+lowercase
+  * Any arguments to the FTP LIST command are now ignored
+  * Improved user feedback on bad FTP root error message
+  Fixes
+  * Fix #18: KDE Dolphin, FTP client interop problems.
+  * Fix off-by-one regression introduced in v2.5
+
+---

Old:

  uftpd-2.7.tar.gz

New:

  uftpd-2.8.tar.gz



Other differences:
--
++ uftpd.spec ++
--- /var/tmp/diff_new_pack.5uAhHY/_old  2019-06-01 09:51:55.599274574 +0200
+++ /var/tmp/diff_new_pack.5uAhHY/_new  2019-06-01 09:51:55.599274574 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   uftpd
-Version:2.7
+Version:2.8
 Release:0
 Summary:A combined TFTP/FTP server
 License:ISC

++ uftpd-2.7.tar.gz -> uftpd-2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uftpd-2.7/ChangeLog.md new/uftpd-2.8/ChangeLog.md
--- old/uftpd-2.7/ChangeLog.md  2019-03-03 15:52:00.0 +0100
+++ new/uftpd-2.8/ChangeLog.md  2019-05-28 06:22:26.0 +0200
@@ -4,6 +4,19 @@
 All notable changes to the project are documented in this file.
 
 
+[v2.8][] - 2019-05-28
+-
+
+### Changes
+- The FTP command processor now always converts all inbound commands
+  to uppercase to handle clients sending commands in lowercase
+- Any arguments to the FTP `LIST` command are now ignored
+- Improved user feedback on bad FTP root error message
+
+### Fixes
+- Fix #18: KDE Dolphin, FTP client interop problems.
+
+
 [v2.7][] - 2019-03-03
 -
 
@@ -392,7 +405,8 @@
   Lines must end in the old `\r\n` format, rather than UNIX `\n`.
 
 
-[UNRELEASED]:https://github.com/troglobit/uftpd/compare/v2.7...HEAD
+[UNRELEASED]:https://github.com/troglobit/uftpd/compare/v2.8...HEAD
+[v2.8]:  https://github.com/troglobit/uftpd/compare/v2.7...v2.8
 [v2.7]:  https://github.com/troglobit/uftpd/compare/v2.6...v2.7
 [v2.6]:  https://github.com/troglobit/uftpd/compare/v2.5...v2.6
 [v2.5]:  https://github.com/troglobit/uftpd/compare/v2.4...v2.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uftpd-2.7/configure.ac new/uftpd-2.8/configure.ac
--- old/uftpd-2.7/configure.ac  2019-03-03 15:52:00.0 +0100
+++ new/uftpd-2.8/configure.ac  2019-05-28 06:22:26.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([uftpd], [2.7], [https://github.com/troglobit/uftpd/issues],, 
[http://troglobit.com/uftpd.html])
+AC_INIT([uftpd], [2.8], [https://github.com/troglobit/uftpd/issues],, 
[http://troglobit.com/uftpd.html])
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
 AM_SILENT_RULES([yes])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uftpd-2.7/debian/changelog 
new/uftpd-2.8/debian/changelog
--- old/uftpd-2.7/debian/changelog  2019-03-03 15:52:00.0 +0100
+++ new/uftpd-2.8/debian/changelog  2019-05-28 06:22:26.0 +0200
@@ -1,3 +1,12 @@
+uftpd (2.8) unstable; urgency=medium
+
+  * Fix off-by-one regression introduced in v2.5
+  * Convert all commands from user to uppercase for processing
+  * Skip any and *all* FTP LIST options
+  * Enable users group writable FTP root in /etc/inetd.conf
+
+ -- Joachim Nilsson   Tue, 28 May 2019 06:22:18 +0200
+
 uftpd (2.7) unstable; urgency=medium
 
   * Bug fix release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uftpd-2.7/debian/postinst 
new/uftpd-2.8/debian/postinst
--- old/uftpd-2.7/debian/postinst   2019-03-03 15:52:00.0 +0100
+++ new/uftpd-2.8/debian/postinst   2019-05-28 06:22:26.0 +0200
@@ -6,8 +6,8 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-FTPENTRY="ftp  stream  tcp nowait  root/usr/sbin/tcpd  
/usr/sbin/in.ftpd"
-TFTPENTRY="tftpdgram   udp waitroot/usr/sbin/tcpd  
/usr/sbin/in.tftpd"
+FTPENTRY="ftp  

commit mcomix for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package mcomix for openSUSE:Factory checked 
in at 2019-06-01 09:51:57

Comparing /work/SRC/openSUSE:Factory/mcomix (Old)
 and  /work/SRC/openSUSE:Factory/.mcomix.new.5148 (New)


Package is "mcomix"

Sat Jun  1 09:51:57 2019 rev:2 rq:706244 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/mcomix/mcomix.changes2017-08-24 
18:39:49.255701657 +0200
+++ /work/SRC/openSUSE:Factory/.mcomix.new.5148/mcomix.changes  2019-06-01 
09:51:58.311273648 +0200
@@ -1,0 +2,6 @@
+Tue May 28 13:47:24 UTC 2019 - Gustavo Yokoyama Ribeiro 
+
+- Add python-pillow-fix-attributeerror.patch: Fix field VERSION
+  deprecated in Pillow 5.2.0 and dropped in 6.0.0
+
+---

New:

  python-pillow-fix-attributeerror.patch



Other differences:
--
++ mcomix.spec ++
--- /var/tmp/diff_new_pack.Y8Yi0r/_old  2019-06-01 09:51:58.903273446 +0200
+++ /var/tmp/diff_new_pack.Y8Yi0r/_new  2019-06-01 09:51:58.907273445 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mcomix
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,10 +20,11 @@
 Version:1.2.1
 Release:0
 Summary:Comics Viewer
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Graphics/Viewers
 Url:http://sourceforge.net/p/mcomix/wiki/Home/
 Source0:%{name}-%{version}.tar.bz2
+Patch0: python-pillow-fix-attributeerror.patch
 # not Python3 ready :(
 BuildRequires:  python-setuptools
 Requires:   python-Pillow
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 
@@ -59,7 +61,6 @@
 %fdupes -s %{buildroot}%{python_sitelib}/mcomix-*
 %endif
 
-
 %post
 %mime_database_post
 

++ python-pillow-fix-attributeerror.patch ++
Index: mcomix/run.py
===
--- a/mcomix/run.py 2016-02-12 16:52:12.0 -0200
+++ b/mcomix/run.py 2019-05-28 10:08:25.554074772 -0300
@@ -203,7 +203,11 @@ def run():
 
 try:
 import PIL.Image
-assert PIL.Image.VERSION >= '1.1.5'
+try:
+assert PIL.Image.VERSION >= '1.1.5'
+except AttributeError:
+# Field VERSION deprecated in Pillow 5.2.0 and dropped in 6.0.0
+assert PIL.__version__ >= '5.2.0'
 
 except AssertionError:
 log.error( _("You don't have the required version of the Python 
Imaging"), end=' ')



commit mpd for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-06-01 09:51:43

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.5148 (New)


Package is "mpd"

Sat Jun  1 09:51:43 2019 rev:9 rq:706207 version:0.21.2

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-03-21 09:52:52.538795748 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.5148/mpd.changes2019-06-01 
09:51:44.815278256 +0200
@@ -1,0 +2,5 @@
+Tue May 28 12:09:16 UTC 2019 - Christophe Giboudeaux 
+
+- Add GCC9-buildfix.patch
+
+---

New:

  GCC9-buildfix.patch



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.VI3BLQ/_old  2019-06-01 09:51:45.403278055 +0200
+++ /var/tmp/diff_new_pack.VI3BLQ/_new  2019-06-01 09:51:45.407278053 +0200
@@ -40,6 +40,8 @@
 Patch3: mpd-docs.patch
 # PATCH-FIX-OPENSUSE mpd-sndfile.patch
 Patch4: mpd-sndfile.patch
+# PATCH-FIX-UPSTREAM GCC9-buildfix.patch
+Patch5: GCC9-buildfix.patch
 %if 0%{?suse_version} >= 1500
 BuildRequires:  libboost_headers-devel >= 1.58
 %else

++ GCC9-buildfix.patch ++
commit 37b54179d882fef38ca6735b53e322027414b62e
Author: Max Kellermann 
Date:   Wed Apr 3 16:59:53 2019 +0200

net/IPv[46]Address: add cast to void* to fix GCC9 build failure

Fixes:

 src/net/IPv4Address.hxx: In member function 'constexpr 
IPv4Address::operator SocketAddress() const':
 src/net/IPv4Address.hxx:171:24: error: a reinterpret_cast is not a 
constant expression
   171 |   return SocketAddress((const struct sockaddr *),
   |^

 src/net/IPv6Address.hxx: In member function 'constexpr 
IPv6Address::operator SocketAddress() const':
 src/net/IPv6Address.hxx:138:24: error: a reinterpret_cast is not a 
constant expression
   138 |   return SocketAddress((const struct sockaddr *),
   |^

Closes https://github.com/MusicPlayerDaemon/MPD/issues/522

diff --git a/src/net/IPv4Address.hxx b/src/net/IPv4Address.hxx
index d8be8e5..c8fead1 100644
--- a/src/net/IPv4Address.hxx
+++ b/src/net/IPv4Address.hxx
@@ -163,7 +163,7 @@ public:
}
 
constexpr operator SocketAddress() const noexcept {
-   return SocketAddress((const struct sockaddr *),
+   return SocketAddress((const struct sockaddr *)(const void 
*),
 sizeof(address));
}
 
diff --git a/src/net/IPv6Address.hxx b/src/net/IPv6Address.hxx
index 6f21777..0439c0e 100644
--- a/src/net/IPv6Address.hxx
+++ b/src/net/IPv6Address.hxx
@@ -127,7 +127,7 @@ public:
}
 
constexpr operator SocketAddress() const noexcept {
-   return SocketAddress((const struct sockaddr *),
+   return SocketAddress((const struct sockaddr *)(const void 
*),
 sizeof(address));
}
 



commit lastpass-cli for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package lastpass-cli for openSUSE:Factory 
checked in at 2019-06-01 09:52:33

Comparing /work/SRC/openSUSE:Factory/lastpass-cli (Old)
 and  /work/SRC/openSUSE:Factory/.lastpass-cli.new.5148 (New)


Package is "lastpass-cli"

Sat Jun  1 09:52:33 2019 rev:9 rq:706300 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/lastpass-cli/lastpass-cli.changes
2018-06-19 11:56:01.695041327 +0200
+++ /work/SRC/openSUSE:Factory/.lastpass-cli.new.5148/lastpass-cli.changes  
2019-06-01 09:52:35.555260933 +0200
@@ -1,0 +2,24 @@
+Wed May 29 12:53:35 UTC 2019 - Martin Pluskal 
+
+- Update to version 1.3.3:
+  * Decrease the time for the cli app to do things (Wesley Schwengle)
+  * 'blob_load' refactor (Wesley Schwengle)
+  * Fixed bug where logout requires login (Wesley Schwengle)
+  * Fix non-default PKG_CONFIG_PATH on macOS (Alyssa Ross)
+- Changes for version 1.3.2:
+  * Don't require using make (Eli Schwartz)
+  * Disable IPv6 support (Wesley Schwengle)
+  * Link against Brew Curl on MacOS (Tom Sullivan)
+  * Autogenerate versions from git (Wesley Schwengle/Eli Schwartz)
+  * Remove memory leak in config_path_for_type (Tom Sullivan)
+  * Install bash-completions in PREFIX dir (Wesley Schwengle)
+  * Include libgen.h for BSD builds (Tom Sullivan)
+  * Create subdirectories when determining config path (Tom Sullivan)
+  * Only show basename in usage (William Casarin)
+  * Fix segmentation fault on BSD while running make test (Björn Ketelaars)
+  * README.md updates:
++ Brew formula installation (Thomas Haggett)
++ Ubuntu Xenial dependencies (Nick Timkovich)
++ Debian stable/testing and Ubuntu dependencies (Wesley Schwengle)
+
+---

Old:

  lastpass-cli-1.3.1.tar.gz

New:

  lastpass-cli-1.3.3.tar.gz



Other differences:
--
++ lastpass-cli.spec ++
--- /var/tmp/diff_new_pack.N099H2/_old  2019-06-01 09:52:36.579260583 +0200
+++ /var/tmp/diff_new_pack.N099H2/_new  2019-06-01 09:52:36.583260582 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lastpass-cli
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,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:   lastpass-cli
-Version:1.3.1
+Version:1.3.3
 Release:0
 Summary:LastPass command line interface tool
 License:GPL-2.0-only

++ lastpass-cli-1.3.1.tar.gz -> lastpass-cli-1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lastpass-cli-1.3.1/.gitignore 
new/lastpass-cli-1.3.3/.gitignore
--- old/lastpass-cli-1.3.1/.gitignore   2018-05-17 11:42:27.0 +0200
+++ new/lastpass-cli-1.3.3/.gitignore   2019-04-15 16:15:52.0 +0200
@@ -8,6 +8,7 @@
 tags
 build
 test/.lpass
+version.h
 
 # IDE
 /.idea
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lastpass-cli-1.3.1/CHANGELOG.md 
new/lastpass-cli-1.3.3/CHANGELOG.md
--- old/lastpass-cli-1.3.1/CHANGELOG.md 2018-05-17 11:42:27.0 +0200
+++ new/lastpass-cli-1.3.3/CHANGELOG.md 2019-04-15 16:15:52.0 +0200
@@ -1,3 +1,25 @@
+# Version 1.3.3
+ * Decrease the time for the cli app to do things (Eli Schwartz)
+ * 'blob_load' refactor (Eli Schwartz)
+ * Fixed bug where logout requires login (Eli Schwartz)
+ * Fix non-default PKG_CONFIG_PATH on macOS (Alyssa Ross)
+
+# Version 1.3.2
+ * Don't require using make (Eli Schwartz)
+ * Disable IPv6 support (Wesley Schwengle)
+ * Link against Brew Curl on MacOS (Tom Sullivan)
+ * Autogenerate versions from git (Wesley Schwengle/Eli Schwartz)
+ * Remove memory leak in `config_path_for_type` (Tom Sullivan)
+ * Install bash-completions in PREFIX dir (Wesley Schwengle)
+ * Include `libgen.h` for BSD builds (Tom Sullivan)
+ * Create subdirectories when determining config path (Tom Sullivan)
+ * Only show basename in usage (William Casarin)
+ * Fix segmentation fault on BSD while running `make test` (Björn Ketelaars)
+ * README.md updates:
+   * Brew formula installation (Thomas Haggett)
+   * Ubuntu Xenial dependencies (Nick Timkovich)
+   * Debian stable/testing and Ubuntu dependencies (Wesley Schwengle)
+
 # Version 1.3.1
  * Revert "pins: remove GlobalSign R1/R3 pins" from 

commit kubic-pause-image for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package kubic-pause-image for 
openSUSE:Factory checked in at 2019-06-01 09:52:40

Comparing /work/SRC/openSUSE:Factory/kubic-pause-image (Old)
 and  /work/SRC/openSUSE:Factory/.kubic-pause-image.new.5148 (New)


Package is "kubic-pause-image"

Sat Jun  1 09:52:40 2019 rev:2 rq:706321 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/kubic-pause-image/kubic-pause-image.changes  
2019-02-08 12:14:47.221438175 +0100
+++ 
/work/SRC/openSUSE:Factory/.kubic-pause-image.new.5148/kubic-pause-image.changes
2019-06-01 09:52:41.479258911 +0200
@@ -1,0 +2,5 @@
+Wed May 29 15:40:25 CEST 2019 - ku...@suse.de
+
+- Fix OCI Annotation
+
+---



Other differences:
--
++ kubic-pause-image.kiwi ++
--- /var/tmp/diff_new_pack.kvCdlO/_old  2019-06-01 09:52:41.967258744 +0200
+++ /var/tmp/diff_new_pack.kvCdlO/_new  2019-06-01 09:52:41.967258744 +0200
@@ -15,10 +15,10 @@
 
 
   
-
-
-
-
+
+
+
+
 
 
   




commit vdr for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/vdr (Old)
 and  /work/SRC/openSUSE:Factory/.vdr.new.5148 (New)


Package is "vdr"

Sat Jun  1 09:52:11 2019 rev:54 rq:706286 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/vdr/vdr.changes  2019-05-13 14:52:52.675142003 
+0200
+++ /work/SRC/openSUSE:Factory/.vdr.new.5148/vdr.changes2019-06-01 
09:52:12.463268817 +0200
@@ -1,0 +2,16 @@
+Tue May 28 20:48:19 UTC 2019 - Stefan Seyfried 
+
+- add upstream patches:
+  * vdr-2.4.0-37-chg-max-pixmap-size.diff
+  * vdr-2.4.0-38-chg-playerbufsize.diff
+  * vdr-2.4.0-39-fix-card-index-vs-device-number.diff
+
+---
+Thu May 23 16:17:57 UTC 2019 - Stefan Seyfried 
+
+- add upstream patches:
+  * vdr-2.4.0-34-fix-repeat-kbd.diff
+  * vdr-2.4.0-35-add-workaround-rst.diff
+  * vdr-2.4.0-36-fix-assert-free-disk-space.diff
+
+---

New:

  vdr-2.4.0-34-fix-repeat-kbd.diff
  vdr-2.4.0-35-add-workaround-rst.diff
  vdr-2.4.0-36-fix-assert-free-disk-space.diff
  vdr-2.4.0-37-chg-max-pixmap-size.diff
  vdr-2.4.0-38-chg-playerbufsize.diff
  vdr-2.4.0-39-fix-card-index-vs-device-number.diff



Other differences:
--
++ vdr.spec ++
--- /var/tmp/diff_new_pack.8v3xgT/_old  2019-06-01 09:52:16.943267287 +0200
+++ /var/tmp/diff_new_pack.8v3xgT/_new  2019-06-01 09:52:16.975267276 +0200
@@ -83,6 +83,12 @@
 Patch131:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-31-fix-invalid-lock-sequence.diff
 Patch132:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-32-fix-remote-timers-lstt-550.diff
 Patch133:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-33-fix-compiler-warning-add-attr-packed.diff
+Patch134:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-34-fix-repeat-kbd.diff
+Patch135:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-35-add-workaround-rst.diff
+Patch136:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-36-fix-assert-free-disk-space.diff
+Patch137:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-37-chg-max-pixmap-size.diff
+Patch138:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-38-chg-playerbufsize.diff
+Patch139:   
ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-39-fix-card-index-vs-device-number.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
@@ -168,6 +174,12 @@
 %patch131 -p0
 %patch132 -p0
 %patch133 -p0
+%patch134 -p0
+%patch135 -p0
+%patch136 -p0
+%patch137 -p0
+%patch138 -p0
+%patch139 -p0
 #
 %patch1 -p1
 %patch2 -p1

++ vdr-2.4.0-34-fix-repeat-kbd.diff ++
# Fixed handling repeat function for keyboards.
#
--- remote.c2015/01/20 14:53:57 5.0
+++ remote.c2019/05/13 13:01:44
@@ -307,7 +307,7 @@
 int cKbdRemote::ReadKey(void)
 {
   cPoller Poller(STDIN_FILENO);
-  if (Poller.Poll(50)) {
+  if (Poller.Poll(Setup.RcRepeatDelta * 3 / 2)) {
  uchar ch = 0;
  int r = safe_read(STDIN_FILENO, , 1);
  if (r == 1)
@@ -431,6 +431,11 @@
FirstCommand = 0;
FirstTime.Set();
}
+else if (FirstCommand && FirstTime.Elapsed() > 
(uint)Setup.RcRepeatDelay) {
+   // Don't wait too long for that second key press:
+   Delayed = false;
+   FirstCommand = 0;
+   }
 LastCommand = Command;
 }
 }
++ vdr-2.4.0-35-add-workaround-rst.diff ++
# Added a workaround for broadcasters who set an event to status "not running" 
where
# this is inappropriate; implicitly setting events to "not running" is now also 
logged.
#
--- eit.c   2018/11/15 16:33:58 5.1
+++ eit.c   2019/05/20 09:55:22
@@ -20,6 +20,8 @@
 
 #define VALID_TIME (31536000 * 2) // two years
 
+#define DBGEIT 0
+
 // --- cEIT --
 
 class cEIT : public SI::EIT {
@@ -130,8 +132,34 @@
   if (pEvent->TableID() > 0x4E) // for backwards compatibility, table ids 
less than 0x4E are never overwritten
  pEvent->SetTableID(Tid);
   if (Tid == 0x4E) { // we trust only the present/following info on the 
actual TS
- if (SiEitEvent.getRunningStatus() >= SI::RunningStatusNotRunning)
-pSchedule->SetRunningStatus(pEvent, SiEitEvent.getRunningStatus(), 
Channel);
+ int RunningStatus = SiEitEvent.getRunningStatus();
+#if DBGEIT
+ if (Process)
+dsyslog("channel %d (%s) event %s status %d (raw data from '%s' 
section)", Channel->Number(), Channel->Name(), 

commit python-multidict for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2019-06-01 09:52:23

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


Package is "python-multidict"

Sat Jun  1 09:52:23 2019 rev:11 rq:706296 version:4.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2019-03-10 09:34:11.264193306 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-multidict.new.5148/python-multidict.changes  
2019-06-01 09:52:26.883263893 +0200
@@ -1,0 +2,10 @@
+Wed May 29 12:28:22 UTC 2019 - Marketa Calabkova 
+
+- update to 4.5.2
+  * Multidict views ported from Cython to C extension
+  4.4.*
+  * Restore Python 3.4 support
+  * Rewrite C implementation to use C pair list.
+  * Fix update order when both arg and kwargs are used.
+
+---

Old:

  multidict-4.3.1.tar.gz

New:

  multidict-4.5.2.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.c42ib4/_old  2019-06-01 09:52:28.031263501 +0200
+++ /var/tmp/diff_new_pack.c42ib4/_new  2019-06-01 09:52:28.031263501 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-multidict
-Version:4.3.1
+Version:4.5.2
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
@@ -28,6 +28,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/m/multidict/multidict-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

++ multidict-4.3.1.tar.gz -> multidict-4.5.2.tar.gz ++
 28146 lines of diff (skipped)




commit fwts for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/fwts (Old)
 and  /work/SRC/openSUSE:Factory/.fwts.new.5148 (New)


Package is "fwts"

Sat Jun  1 09:52:18 2019 rev:40 rq:706291 version:19.05.00

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2019-03-06 
15:47:48.536444111 +0100
+++ /work/SRC/openSUSE:Factory/.fwts.new.5148/fwts.changes  2019-06-01 
09:52:21.151265850 +0200
@@ -1,0 +2,32 @@
+Wed May 29 12:17:03 UTC 2019 - Martin Pluskal 
+
+- Update to version 19.05.00:
+  * ACPICA: Update to version 20190509
+  * Add support for Hygon Dhyana CPU
+  * dmicheck: update supported SMBIOS version
+  * acpi/method: check full and battery power if acpi_video0 exists
+  * dmicheck: checks type length vs. SMBIOS versions
+  * dmicheck: add Type 1's Field 25 & 26 as used by kernel
+  * apic: apicedge: fix typo in error messages
+  * cpufreq: change from abort to skip when cpufreq cannot run
+  * kernel:version: change ACPI version to ACPICA version
+  * pci:crs: fix an indentation error
+  * acpi: s3: check sleep type for output messages
+  * snapcraft: update to core18
+  * acpica: re-work fwts / iasl interface to work with latest ACPICA
+  * fwts-test: refresh syntaxcheck test output
+  * fwts-test/syntaxcheck: refresh syntaxcheck test output
+  * fwts_acpica: don't add in RSDP or null table entries to XSDT or RSDT (LP: 
#1829167)
+- Changes for version 19.03.00:
+  * acpi: madt: Add support for ACPI 6.3
+  * lib: fwts_acpi_tables: add a new function to check reserved values
+  * lib: fwts_acpi_tables: rename fwts_acpi_subtable_length_check
+  * srat: replace structure length checks by fwts_acpi_structure_length_check
+  * acpi: refactor all table length checks to fwts_acpi_table_length_check
+  * README: update installing fwts by "sudo make install"
+  * acpi/fadt: reject 5.0 tables with ARM specific attributes set
+  * acpi/iort: permit SMMU model values of 4 and 5
+  * acpi/iort: fix error in SMMU node length check
+  * ACPICA: fix IASL building issues with gcc-9 and --as-needed linker option
+
+---

Old:

  fwts-V19.02.00.tar.gz

New:

  fwts-V19.05.00.tar.gz



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.noEkPM/_old  2019-06-01 09:52:22.135265515 +0200
+++ /var/tmp/diff_new_pack.noEkPM/_new  2019-06-01 09:52:22.135265515 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fwts
-Version:19.02.00
+Version:19.05.00
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0-or-later

++ fwts-V19.02.00.tar.gz -> fwts-V19.05.00.tar.gz ++
 8741 lines of diff (skipped)




commit neovim for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package neovim for openSUSE:Factory checked 
in at 2019-06-01 09:52:06

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


Package is "neovim"

Sat Jun  1 09:52:06 2019 rev:22 rq:706270 version:0.3.7

Changes:

--- /work/SRC/openSUSE:Factory/neovim/neovim.changes2019-04-30 
13:06:29.801562401 +0200
+++ /work/SRC/openSUSE:Factory/.neovim.new.5148/neovim.changes  2019-06-01 
09:52:08.879270040 +0200
@@ -1,0 +2,8 @@
+Wed May 29 09:39:42 UTC 2019 - Martin Liška 
+
+- Update to version 0.3.7:
+
+  * 4553fc5 #10082 vim-patch:8.1.1365: :source should check sandbox
+  * 877d539 #10027 genappimage.sh: migrate to linuxdeploy
+
+---
@@ -15,0 +24,5 @@
+
+---
+Mon Apr 29 07:15:32 UTC 2019 - Martin Liška 
+
+- Update to version 0.3.5.

Old:

  neovim-0.3.5.tar.gz

New:

  neovim-0.3.7.tar.gz



Other differences:
--
++ neovim.spec ++
--- /var/tmp/diff_new_pack.2TqNCy/_old  2019-06-01 09:52:10.631269442 +0200
+++ /var/tmp/diff_new_pack.2TqNCy/_new  2019-06-01 09:52:10.631269442 +0200
@@ -12,12 +12,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:   neovim
-Version:0.3.5
+Version:0.3.7
 Release:0
 Summary:Vim-fork focused on extensibility and agility
 License:Apache-2.0 AND Vim

++ neovim-0.3.5.tar.gz -> neovim-0.3.7.tar.gz ++
/work/SRC/openSUSE:Factory/neovim/neovim-0.3.5.tar.gz 
/work/SRC/openSUSE:Factory/.neovim.new.5148/neovim-0.3.7.tar.gz differ: char 
26, line 1




commit tumbleweed-busybox-image for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package tumbleweed-busybox-image for 
openSUSE:Factory checked in at 2019-06-01 09:52:44

Comparing /work/SRC/openSUSE:Factory/tumbleweed-busybox-image (Old)
 and  /work/SRC/openSUSE:Factory/.tumbleweed-busybox-image.new.5148 (New)


Package is "tumbleweed-busybox-image"

Sat Jun  1 09:52:44 2019 rev:3 rq:706322 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/tumbleweed-busybox-image/tumbleweed-busybox-image.changes
2019-05-13 14:50:14.922744717 +0200
+++ 
/work/SRC/openSUSE:Factory/.tumbleweed-busybox-image.new.5148/tumbleweed-busybox-image.changes
  2019-06-01 09:52:45.507257535 +0200
@@ -1,0 +2,10 @@
+Wed May 29 15:43:02 CEST 2019 - ku...@suse.de
+
+- Fix labels
+
+---
+Wed May 29 15:11:28 CEST 2019 - ku...@suse.de
+
+- Move to official opensuse repository
+
+---



Other differences:
--
++ tumbleweed-busybox-image.kiwi ++
--- /var/tmp/diff_new_pack.rGLTPN/_old  2019-06-01 09:52:45.987257371 +0200
+++ /var/tmp/diff_new_pack.rGLTPN/_new  2019-06-01 09:52:45.987257371 +0200
@@ -8,23 +8,23 @@
   
 
   
 
   
-
-
-
-
+
+
+
+
 
 https://www.opensuse.org/"/>
-
+
 
   
 
-openSUSE 
Tumbleweed Busybox Container
+openSUSE 
Busybox Container
   
 
 1.0.0

++ config.sh ++
--- /var/tmp/diff_new_pack.rGLTPN/_old  2019-06-01 09:52:46.023257359 +0200
+++ /var/tmp/diff_new_pack.rGLTPN/_new  2019-06-01 09:52:46.023257359 +0200
@@ -26,6 +26,5 @@
 /bin/rm /usr/bin/busybox
 /bin/rm /usr/bin/busybox.install
 /bin/rm -rf /usr/share/busybox
-/bin/sed -i -e 's|root::|root:!:|g' /etc/shadow
 
 exit 0




commit python-PyMuPDF for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-PyMuPDF for openSUSE:Factory 
checked in at 2019-06-01 09:52:28

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


Package is "python-PyMuPDF"

Sat Jun  1 09:52:28 2019 rev:3 rq:706298 version:1.14.16

Changes:

--- /work/SRC/openSUSE:Factory/python-PyMuPDF/python-PyMuPDF.changes
2019-05-24 11:31:57.805397528 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyMuPDF.new.5148/python-PyMuPDF.changes  
2019-06-01 09:52:30.831262546 +0200
@@ -1,0 +2,6 @@
+Wed May 29 10:18:57 UTC 2019 - Yunhe Guo 
+
+- Version 1.14.16
+  * Recode PDF delete page
+
+---

Old:

  PyMuPDF-1.14.15.tar.gz

New:

  PyMuPDF-1.14.16.tar.gz



Other differences:
--
++ python-PyMuPDF.spec ++
--- /var/tmp/diff_new_pack.iLztQ2/_old  2019-06-01 09:52:32.007262144 +0200
+++ /var/tmp/diff_new_pack.iLztQ2/_new  2019-06-01 09:52:32.011262143 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define pypi_name PyMuPDF
 Name:   python-%{pypi_name}
-Version:1.14.15
+Version:1.14.16
 Release:0
 Summary:Python binding for MuPDF - a lightweight PDF and XPS viewer
 License:GPL-3.0-only AND AGPL-3.0-only

++ PyMuPDF-1.14.15.tar.gz -> PyMuPDF-1.14.16.tar.gz ++
/work/SRC/openSUSE:Factory/python-PyMuPDF/PyMuPDF-1.14.15.tar.gz 
/work/SRC/openSUSE:Factory/.python-PyMuPDF.new.5148/PyMuPDF-1.14.16.tar.gz 
differ: char 35, line 1




commit blender for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2019-06-01 09:58:22

Comparing /work/SRC/openSUSE:Factory/blender (Old)
 and  /work/SRC/openSUSE:Factory/.blender.new.5148 (New)


Package is "blender"

Sat Jun  1 09:58:22 2019 rev:114 rq:706615 version:2.79b

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2019-03-22 
15:11:38.325297199 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new.5148/blender.changes
2019-06-01 09:58:23.503134942 +0200
@@ -1,0 +2,5 @@
+Thu May 30 10:41:32 UTC 2019 - Hans-Peter Jansen 
+
+- switch compiler to clang
+
+---



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.fqiboE/_old  2019-06-01 09:58:25.155134180 +0200
+++ /var/tmp/diff_new_pack.fqiboE/_new  2019-06-01 09:58:25.159134178 +0200
@@ -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/
 #
 
 
@@ -59,12 +59,12 @@
 BuildRequires:  OpenEXR-devel
 BuildRequires:  SDL2-devel
 BuildRequires:  binutils-gold
+BuildRequires:  clang
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  distribution-release
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
-BuildRequires:  gcc-c++
 BuildRequires:  gettext-tools
 BuildRequires:  graphviz
 BuildRequires:  help2man
@@ -198,6 +198,9 @@
 for i in `grep -rl "/usr/bin/env python3"`;do sed -i 
'1s@^#!.*@#!/usr/bin/python3@' ${i} ;done
 
 %build
+export CC=/usr/bin/clang
+export CXX=/usr/bin/clang++
+
 # sse options only on supported archs
 %ifarch %{ix86} x86_64
 sseflags='-msse -msse2'





commit mpd for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-06-01 09:58:30

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.5148 (New)


Package is "mpd"

Sat Jun  1 09:58:30 2019 rev:10 rq:706649 version:0.21.9

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-06-01 09:51:44.815278256 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.5148/mpd.changes2019-06-01 
09:58:31.511131243 +0200
@@ -1,0 +2,61 @@
+Fri May 31 10:49:14 UTC 2019 - Tomas Cech 
+
+- Update to version 0.21.9
+  * input
+- buffer: fix deadlock bug
+- smbclient: download to buffer instead of throttling transfer
+- qobuz/tidal: scan tags when loading a playlist
+- cdio_paranoia: fix build failure due to missing #include
+- buffer: fix crash bug when playing remote WAV file
+  * output
+- httpd: add missing mutex lock
+- httpd: fix use-after-free bug
+- pulse: work around error with unusual channel count
+- osx: fix build failure
+- shout: add support for TLS
+- httpd: declare protocol "HTTP/1.1" instead of "ICY"
+- alsa: fix crash bug
+- alsa: fix stuttering at start of playback
+- alsa: fix discarded samples at end of song
+- alsa: clear error after reopening device
+  * playlist
+- soundcloud: fix "Unsupported URI scheme" (0.21.6 regression)
+- flac: fix use-after-free bug
+  * protocol
+- allow loading playlists specified as absolute filesystem paths
+- fix negated filter expressions with multiple tag values
+- fix "list" with filter expression
+- omit empty playlist names in "listplaylists"
+- fix deadlock in "albumart" command
+- fix "tagtypes disable" command
+  * decoder
+- opus: fix replay gain when there are no other tags
+- opus: fix seeking to beginning of song
+- vorbis: fix Tremor conflict resulting in crash
+  * database
+- simple: fix assertion failure
+- fix assertion failures with mount points
+- inotify: fix crash bug "terminate called after throwing ..."
+- upnp: implement "list ... group"
+  * storage
+- udisks: fix "AlreadyMounted" error
+- udisks: use relative path from mount URI
+- fix memory leak
+  * tags
+- ape: map "Album Artist"
+  * mixer
+- pulse: add "scale_volume" setting
+  * fix spurious "single" mode bug
+  * fix Bonjour bug
+  * fix build failure with GCC 9
+  * fix build failure with -Ddatabase=false
+  * systemd: add user socket unit
+  * doc: "list file" is deprecated
+  * require Meson 0.49.0 for native libgcrypt-config support
+  * fix build failure with -Dlocal_socket=false
+  * support abstract sockets on Linux
+  * remove libwrap support
+  * log: default to journal if MPD was started as systemd service
+- drop GCC9-buildfix.patch
+
+---

Old:

  mpd-0.21.2.tar.xz

New:

  mpd-0.21.9.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.TATBGq/_old  2019-06-01 09:58:32.007131014 +0200
+++ /var/tmp/diff_new_pack.TATBGq/_new  2019-06-01 09:58:32.007131014 +0200
@@ -25,7 +25,7 @@
 %endif
 %define mver0.21
 Name:   mpd
-Version:0.21.2
+Version:0.21.9
 Release:0
 Summary:Music Player Daemon
 License:GPL-3.0-or-later
@@ -225,6 +225,7 @@
 -Djack=enabled \
 -Dao=enabled \
 -Dpulse=enabled \
+-Dtremor=disabled \
 -Dsystemd_system_unit_dir=%{_unitdir} \
 -Dsystemd_user_unit_dir=%{_userunitdir}
 %meson_build
@@ -239,6 +240,8 @@
 install -m 0644 %{SOURCE2} README.mpd
 cp -a "%{SOURCE3}" "%{buildroot}%{_docdir}/%{name}/"
 ln -s service %{buildroot}%{_sbindir}/rcmpd
+rm %{buildroot}%{_libexecdir}/systemd/user/mpd.socket
+ln -s ../system/mpd.socket %{buildroot}%{_libexecdir}/systemd/user/mpd.socket
 
 %pre
 # add mpd user only when installing first time
@@ -268,6 +271,7 @@
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_unitdir}/mpd.service
 %{_unitdir}/mpd.socket
+%{_libexecdir}/systemd/user/mpd.socket
 %{_userunitdir}/mpd.service
 
 %changelog

++ mpd-0.21.2.tar.xz -> mpd-0.21.9.tar.xz ++
 16780 lines of diff (skipped)

++ mpd-mpdconf_suse.patch ++
--- /var/tmp/diff_new_pack.TATBGq/_old  2019-06-01 09:58:32.483130794 +0200
+++ /var/tmp/diff_new_pack.TATBGq/_new  2019-06-01 09:58:32.483130794 +0200
@@ -1,5 +1,7 @@
 a/doc/mpdconf.example  2017-02-01 21:58:30.0 +0100
-+++ b/doc/mpdconf.example  2017-08-10 12:26:41.316129281 +0200
+Index: mpd-0.21.9/doc/mpdconf.example
+===
+--- mpd-0.21.9.orig/doc/mpdconf.example
 mpd-0.21.9/doc/mpdconf.example
 

commit elementary-theme for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2019-06-01 09:57:38

Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-theme.new.5148 (New)


Package is "elementary-theme"

Sat Jun  1 09:57:38 2019 rev:12 rq:706544 version:5.2.3

Changes:

--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes
2019-05-02 19:22:42.273955117 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.5148/elementary-theme.changes  
2019-06-01 09:57:40.747154694 +0200
@@ -1,0 +2,8 @@
+Thu May  2 16:22:13 UTC 2019 - Alexei Podvalsky 
+
+- Update to 5.2.3:
+  * Add support for progressbar.osd (#490)
+  * Changes dialog label.primary to em font sizing (#491)
+  * Style destructive-action buttons in actionbars (#478)
+
+---

Old:

  stylesheet-5.2.2.tar.gz

New:

  stylesheet-5.2.3.tar.gz



Other differences:
--
++ elementary-theme.spec ++
--- /var/tmp/diff_new_pack.mma5mG/_old  2019-06-01 09:57:41.835154191 +0200
+++ /var/tmp/diff_new_pack.mma5mG/_new  2019-06-01 09:57:41.839154190 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elementary-theme
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   elementary-theme
-Version:5.2.2
+Version:5.2.3
 Release:0
 Summary:The Elementary GTK theme
 License:GPL-3.0-only

++ stylesheet-5.2.2.tar.gz -> stylesheet-5.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets.css 
new/stylesheet-5.2.3/elementary/gtk-3.0/gtk-widgets.css
--- old/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets.css 2019-02-28 
01:29:54.0 +0100
+++ new/stylesheet-5.2.3/elementary/gtk-3.0/gtk-widgets.css 2019-04-18 
11:04:41.0 +0200
@@ -575,6 +575,27 @@
 border-right: 0;
 }
 
+progressbar.osd progress,
+progressbar.osd trough {
+border: none;
+box-shadow: none;
+min-height: 2px;
+min-width: 2px;
+}
+
+progressbar.osd progress {
+background: @colorAccent;
+border-radius: 99px;
+}
+
+progressbar.osd.horizontal progress {
+margin: 0 -1px;
+}
+
+progressbar.osd trough {
+background: none;
+}
+
 /
 * Level Bar *
 /
@@ -2787,19 +2808,25 @@
 
 button.flat.destructive-action,
 button.flat.destructive-action:backdrop,
-button.flat.destructive-action:hover {
+button.flat.destructive-action:hover,
+actionbar button.image-button.destructive-action,
+actionbar button.image-button.destructive-action:backdrop,
+actionbar button.image-button.destructive-action:hover {
 background: none;
 border: none;
 box-shadow: none;
 }
 
-button.flat.destructive-action:focus {
+button.flat.destructive-action:focus,
+actionbar button.image-button.destructive-action:focus {
 background: alpha (@error_color, 0.3);
 border: none;
 }
 
 button.flat.destructive-action image,
-button.flat.destructive-action label {
+button.flat.destructive-action label,
+actionbar button.image-button.destructive-action image,
+actionbar button.image-button.destructive-action label {
 color: @text_color;
 transition: all 320ms cubic-bezier(0.4, 0, 0.2, 1);
 -gtk-icon-shadow: none;
@@ -2808,12 +2835,18 @@
 button.flat.destructive-action:focus image,
 button.flat.destructive-action:focus label,
 button.flat.destructive-action:hover image,
-button.flat.destructive-action:hover label {
+button.flat.destructive-action:hover label,
+actionbar button.image-button.destructive-action:focus image,
+actionbar button.destructive-action:focus label,
+actionbar button.image-button.destructive-action:hover image,
+actionbar button.destructive-action:hover label {
 color: @error_color;
 }
 
 button.flat.destructive-action image:backdrop,
-button.flat.destructive-action label:backdrop {
+button.flat.destructive-action label:backdrop,
+actionbar button..image-button.destructive-action image:backdrop,
+actionbar button.destructive-action label:backdrop {
 color: @insensitive_fg_color;
 }
 
@@ -4054,7 +4087,7 @@
 
 dialog label.primary {
 font-weight: 700;
-font-size: 11pt;
+font-size: 1.2em;
 }
 
 /***
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.2/meson.build 
new/stylesheet-5.2.3/meson.build
--- 

commit python-wsproto for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-wsproto for openSUSE:Factory 
checked in at 2019-06-01 09:57:46

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


Package is "python-wsproto"

Sat Jun  1 09:57:46 2019 rev:4 rq:706558 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes
2019-04-09 20:19:45.561930212 +0200
+++ /work/SRC/openSUSE:Factory/.python-wsproto.new.5148/python-wsproto.changes  
2019-06-01 09:57:50.535150173 +0200
@@ -1,0 +2,8 @@
+Fri May 31 05:16:10 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.14.1
+  * Loosen the h11 requirement to >= 0.8.1 as wsproto is
+compatible with 0.9 onwards.
+  * Stop installing a "test" package on installation.
+
+---

Old:

  wsproto-0.14.0.tar.gz

New:

  wsproto-0.14.1.tar.gz



Other differences:
--
++ python-wsproto.spec ++
--- /var/tmp/diff_new_pack.m4tYWI/_old  2019-06-01 09:57:51.103149910 +0200
+++ /var/tmp/diff_new_pack.m4tYWI/_new  2019-06-01 09:57:51.103149910 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-wsproto
-Version:0.14.0
+Version:0.14.1
 Release:0
 Summary:WebSockets state-machine based protocol implementation
 License:MIT

++ wsproto-0.14.0.tar.gz -> wsproto-0.14.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/CHANGELOG.rst 
new/wsproto-0.14.1/CHANGELOG.rst
--- old/wsproto-0.14.0/CHANGELOG.rst2019-04-06 20:06:27.0 +0200
+++ new/wsproto-0.14.1/CHANGELOG.rst2019-05-30 20:54:51.0 +0200
@@ -1,3 +1,13 @@
+0.15.0 Unreleased
+-
+
+0.14.1 2019-05-30
+-
+
+* Loosen the h11 requirement to >= 0.8.1 as wsproto is compatible with
+  0.9 onwards.
+* Stop installing a "test" package on installation.
+
 0.14.0 2019-04-06
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/PKG-INFO new/wsproto-0.14.1/PKG-INFO
--- old/wsproto-0.14.0/PKG-INFO 2019-04-06 20:06:49.0 +0200
+++ new/wsproto-0.14.1/PKG-INFO 2019-05-30 20:55:17.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: wsproto
-Version: 0.14.0
+Version: 0.14.1
 Summary: WebSockets state-machine based protocol implementation
 Home-page: https://github.com/python-hyper/wsproto/
 Author: Benno Rice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/setup.py new/wsproto-0.14.1/setup.py
--- old/wsproto-0.14.0/setup.py 2018-09-23 13:26:23.0 +0200
+++ new/wsproto-0.14.1/setup.py 2019-05-30 20:54:51.0 +0200
@@ -35,7 +35,7 @@
 author='Benno Rice',
 author_email='be...@jeamland.net',
 url='https://github.com/python-hyper/wsproto/',
-packages=find_packages(),
+packages=find_packages(exclude=['test']),
 package_data={'': ['LICENSE', 'README.rst']},
 package_dir={'wsproto': 'wsproto'},
 include_package_data=True,
@@ -55,7 +55,7 @@
 'Programming Language :: Python :: Implementation :: PyPy',
 ],
 install_requires=[
-'h11 ~= 0.8.1',  # means: 0.8.x where x >= 1
+'h11 >= 0.8.1',
 ],
 extras_require={
 ':python_version == "2.7"':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/wsproto/__init__.py 
new/wsproto-0.14.1/wsproto/__init__.py
--- old/wsproto-0.14.0/wsproto/__init__.py  2019-04-06 20:06:27.0 
+0200
+++ new/wsproto-0.14.1/wsproto/__init__.py  2019-05-30 20:54:51.0 
+0200
@@ -8,7 +8,7 @@
 from .connection import ConnectionType
 from .handshake import H11Handshake
 
-__version__ = "0.14.0"
+__version__ = "0.14.1"
 
 
 class WSConnection(object):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/wsproto.egg-info/PKG-INFO 
new/wsproto-0.14.1/wsproto.egg-info/PKG-INFO
--- old/wsproto-0.14.0/wsproto.egg-info/PKG-INFO2019-04-06 
20:06:49.0 +0200
+++ new/wsproto-0.14.1/wsproto.egg-info/PKG-INFO2019-05-30 
20:55:17.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: wsproto
-Version: 0.14.0
+Version: 0.14.1
 Summary: WebSockets state-machine based protocol implementation
 Home-page: https://github.com/python-hyper/wsproto/
 Author: Benno Rice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsproto-0.14.0/wsproto.egg-info/requires.txt 

commit libopenraw for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package libopenraw for openSUSE:Factory 
checked in at 2019-06-01 09:58:19

Comparing /work/SRC/openSUSE:Factory/libopenraw (Old)
 and  /work/SRC/openSUSE:Factory/.libopenraw.new.5148 (New)


Package is "libopenraw"

Sat Jun  1 09:58:19 2019 rev:32 rq:706613 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/libopenraw/libopenraw.changes2018-03-02 
21:08:06.864694892 +0100
+++ /work/SRC/openSUSE:Factory/.libopenraw.new.5148/libopenraw.changes  
2019-06-01 09:58:20.987136105 +0200
@@ -1,0 +2,13 @@
+Fri May 31 06:34:05 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.1.3:
+  + Add support for lots and lots of new cameras.
+  + Rename .pc to libopenraw-0.1.pc.
+- Drop patches fixed upstream:
+  + libopenraw-orf-thumbnail.patch.
+  + openraw-noansiflag.patch.
+- Following the above, drop autoconf, automake and libtool
+  BuildRequires and autoreconf usage.
+- Stop exporting no longer needed CXXFLAGS.
+
+---

Old:

  libopenraw-0.0.9.tar.bz2
  libopenraw-0.0.9.tar.bz2.asc
  libopenraw-orf-thumbnail.patch
  openraw-noansiflag.patch

New:

  libopenraw-0.1.3.tar.bz2
  libopenraw-0.1.3.tar.bz2.asc



Other differences:
--
++ libopenraw.spec ++
--- /var/tmp/diff_new_pack.ahf0pq/_old  2019-06-01 09:58:21.627135809 +0200
+++ /var/tmp/diff_new_pack.ahf0pq/_new  2019-06-01 09:58:21.631135807 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenraw
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,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:   libopenraw
-Version:0.0.9
+Version:0.1.3
 Release:0
 Summary:A library to decode digital camera RAW files
 License:LGPL-2.1-or-later
@@ -27,14 +27,9 @@
 Source1:
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM libopenraw-orf-thumbnail.patch bnc699678 g...@suse.com - 
Decompress otf files
-Patch2: libopenraw-orf-thumbnail.patch
-Patch3: openraw-noansiflag.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
+
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.21
 BuildRequires:  pkgconfig(glib-2.0)
@@ -79,12 +74,8 @@
 
 %prep
 %setup -q
-%patch2 -p1
-%patch3
 
 %build
-autoreconf -fiv
-export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
   --disable-static \
   --with-pic
@@ -115,8 +106,8 @@
 
 %files -n libopenraw-devel
 %{_libdir}/*.so
-%dir %{_includedir}/libopenraw-1.0
-%{_includedir}/libopenraw-1.0/*
+%dir %{_includedir}/libopenraw-0.1
+%{_includedir}/libopenraw-0.1/*
 %{_libdir}/pkgconfig/*.pc
 
 %changelog

++ libopenraw-0.0.9.tar.bz2 -> libopenraw-0.1.3.tar.bz2 ++
 75582 lines of diff (skipped)





commit python-pytest-click for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-pytest-click for 
openSUSE:Factory checked in at 2019-06-01 09:58:25

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


Package is "python-pytest-click"

Sat Jun  1 09:58:25 2019 rev:2 rq:706619 version:0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-click/python-pytest-click.changes  
2019-04-15 14:00:02.404719461 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-click.new.5148/python-pytest-click.changes
2019-06-01 09:58:26.611133507 +0200
@@ -1,0 +2,5 @@
+Fri May 31 08:20:39 UTC 2019 - Tomáš Chvátal 
+
+- Fix build on Leap
+
+---



Other differences:
--
++ python-pytest-click.spec ++
--- /var/tmp/diff_new_pack.BPKNCW/_old  2019-06-01 09:58:27.099133282 +0200
+++ /var/tmp/diff_new_pack.BPKNCW/_new  2019-06-01 09:58:27.099133282 +0200
@@ -12,30 +12,30 @@
 # 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-pytest-click
 Version:0.3
 Release:0
-License:MIT
 Summary:Pytest plugin for Click
-Url:https://github.com/Stranger6667/pytest-click
+License:MIT
 Group:  Development/Languages/Python
+URL:https://github.com/Stranger6667/pytest-click
 Source: pytest-click-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module setuptools}
-# SECTION test requirements
-BuildRequires:  %{python_module click >= 6.0}
-BuildRequires:  %{python_module pytest >= 3.6.0}
-# /SECTION
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-click >= 6.0
 Requires:   python-pytest >= 3.6.0
 BuildArch:  noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module click >= 6.0}
+BuildRequires:  %{python_module pytest >= 3.6.0}
+# /SECTION
 %python_subpackages
 
 %description
@@ -53,6 +53,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LANG=C.UTF-8
 %python_exec setup.py test
 
 %files %{python_files}




commit 000product for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

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


Package is "000product"

Sat Jun  1 09:58:47 2019 rev:1284 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE.product ++
--- /var/tmp/diff_new_pack.ZzhMvW/_old  2019-06-01 09:58:55.311120249 +0200
+++ /var/tmp/diff_new_pack.ZzhMvW/_new  2019-06-01 09:58:55.311120249 +0200
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20190529
+  20190601
   0
 
   openSUSE




commit nim for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package nim for openSUSE:Factory checked in 
at 2019-06-01 09:58:38

Comparing /work/SRC/openSUSE:Factory/nim (Old)
 and  /work/SRC/openSUSE:Factory/.nim.new.5148 (New)


Package is "nim"

Sat Jun  1 09:58:38 2019 rev:11 rq:706734 version:0.19.6

Changes:

--- /work/SRC/openSUSE:Factory/nim/nim.changes  2019-05-22 12:20:14.476841828 
+0200
+++ /work/SRC/openSUSE:Factory/.nim.new.5148/nim.changes2019-06-01 
09:58:40.555127065 +0200
@@ -1,0 +2,6 @@
+Fri May 31 16:16:04 UTC 2019 - Martin Pluskal 
+
+- Force more optflags usage
+- Fix location of config files (boo#1137006)
+
+---



Other differences:
--
++ nim.spec ++
--- /var/tmp/diff_new_pack.dW5KDb/_old  2019-06-01 09:58:41.519126620 +0200
+++ /var/tmp/diff_new_pack.dW5KDb/_new  2019-06-01 09:58:41.519126620 +0200
@@ -41,6 +41,7 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags}"
 export NIMFLAGS="$(echo '%{optflags}' | sed 
's/\([^[:space:]]\+\)/--passC:\1/g')"
 export NIMFLAGS="$NIMFLAGS %{?jobs:--parallelBuild:%{jobs}}"
 
@@ -57,7 +58,7 @@
 %install
 ./koch install %{buildroot}%{_libdir}
 
-mkdir -p %{buildroot}%{_bindir}/ %{buildroot}%{_sysconfdir}/ \
+mkdir -p %{buildroot}%{_bindir}/ %{buildroot}%{_sysconfdir}/nim \
   %{buildroot}%{_docdir}/nim/
 
 ls ./bin | while read f; do
@@ -65,7 +66,7 @@
 ln -s "%{_libdir}/nim/bin/$f" "%{buildroot}%{_bindir}/$f"
 done
 
-mv -T %{buildroot}%{_libdir}/nim/config/ %{buildroot}%{_sysconfdir}/
+mv -T %{buildroot}%{_libdir}/nim/config/ %{buildroot}%{_sysconfdir}/nim/
 
 mv -T %{buildroot}%{_libdir}/nim/doc/ %{buildroot}%{_docdir}/nim/
 ln -s %{_docdir}/nim/ %{buildroot}%{_libdir}/nim/doc
@@ -74,7 +75,8 @@
 %license copying.txt
 %doc doc/advopt.txt doc/basicopt.txt
 %doc %{_docdir}/nim/
-%config %{_sysconfdir}/nim*.cfg
+%dir %{_sysconfdir}/nim
+%config %{_sysconfdir}/nim/nim*.cfg
 %{_bindir}/nim*
 %{_libdir}/nim/
 




commit lua-lua-mpris for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package lua-lua-mpris for openSUSE:Factory 
checked in at 2019-06-01 09:58:33

Comparing /work/SRC/openSUSE:Factory/lua-lua-mpris (Old)
 and  /work/SRC/openSUSE:Factory/.lua-lua-mpris.new.5148 (New)


Package is "lua-lua-mpris"

Sat Jun  1 09:58:33 2019 rev:7 rq:706731 version:0.0+git20190531.e505c48

Changes:

--- /work/SRC/openSUSE:Factory/lua-lua-mpris/lua-lua-mpris.changes  
2018-04-30 22:59:28.455288555 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lua-mpris.new.5148/lua-lua-mpris.changes
2019-06-01 09:58:35.459129420 +0200
@@ -1,0 +2,14 @@
+Fri May 31 16:05:45 UTC 2019 - alarr...@suse.com
+
+- Update to version 0.0+git20190531.e505c48:
+  * Replace the fix for invalid utf-8 characters with a proper fix
+
+---
+Thu May 30 17:07:47 UTC 2019 - alarr...@suse.com
+
+- Update to version 0.0+git20190530.1281dcd:
+  * Fix crash when media file doesn't have utf8 encoded metadata
+  (boo#1136883)
+- Use %license
+
+---

Old:

  lua-mpris-0.0+git20170918.28b1c75.tar.xz

New:

  lua-mpris-0.0+git20190531.e505c48.tar.xz



Other differences:
--
++ lua-lua-mpris.spec ++
--- /var/tmp/diff_new_pack.zDQLqd/_old  2019-06-01 09:58:35.963129186 +0200
+++ /var/tmp/diff_new_pack.zDQLqd/_new  2019-06-01 09:58:35.967129185 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-lua-mpris
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define flavor @BUILD_FLAVOR@
 %define mod_name lua-mpris
 %define mpv_lua_flavor lua51
-Version:0.0+git20170918.28b1c75
+Version:0.0+git20190531.e505c48
 Release:0
 Summary:MPRIS api for lua
 License:MIT
@@ -80,14 +80,14 @@
 fi
 
 %files
-%doc LICENSE
+%license LICENSE
 %{lua_noarchdir}/lua-mpris
 
 # Only produce during one flavor to avoid duplicate binary.
 %if "%{flavor}" == "lua51"
 %files -n mpv-plugin-mpris
 %defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_datadir}/mpv-plugin-mpris
 %ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua
 %ghost %dir %{_sysconfdir}/mpv/scripts

++ _service ++
--- /var/tmp/diff_new_pack.zDQLqd/_old  2019-06-01 09:58:36.007129166 +0200
+++ /var/tmp/diff_new_pack.zDQLqd/_new  2019-06-01 09:58:36.007129166 +0200
@@ -4,7 +4,6 @@
 lua-mpris
 0.0+git%cd.%h
 git
-28b1c75444eccee91eaf648d9d75361de31605bd
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.zDQLqd/_old  2019-06-01 09:58:36.031129155 +0200
+++ /var/tmp/diff_new_pack.zDQLqd/_new  2019-06-01 09:58:36.031129155 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/antlarr/lua-mpris
-  28b1c75444eccee91eaf648d9d75361de31605bd
\ No newline at end of file
+  e505c4872f3bcfed4b00cdd5478982c5b76455e9
\ No newline at end of file

++ lua-mpris-0.0+git20170918.28b1c75.tar.xz -> 
lua-mpris-0.0+git20190531.e505c48.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lua-mpris-0.0+git20170918.28b1c75/mpv.lua 
new/lua-mpris-0.0+git20190531.e505c48/mpv.lua
--- old/lua-mpris-0.0+git20170918.28b1c75/mpv.lua   2017-09-18 
19:03:38.0 +0200
+++ new/lua-mpris-0.0+git20190531.e505c48/mpv.lua   2019-05-31 
18:03:06.0 +0200
@@ -5,6 +5,69 @@
 end
 end
 
+
+local valid_utf8_sequences = { {{0,127}},
+  {{194,223}, {128,191}},
+  { 224 , {160,191}, {128,191}},
+  {{225,236}, {128,191}, {128,191}},
+  { 237 , {128,159}, {128,191}},
+  {{238,239}, {128,191}, {128,191}},
+  { 240 , {144,191}, {128,191}, {128,191}},
+  {{241,243}, {128,191}, {128,191}, {128,191}},
+  { 244 , {128,143}, {128,191}, {128,191}}
+}
+
+-- Returns the length (in bytes) of the character at (byte) position i of
+-- the string str . Returns -1 if there's an invalid character at position i.
+function utf8_char_length(str, i)
+local len = string.len(str)
+
+for k, sequence in 

commit opera for openSUSE:Factory:NonFree

2019-06-01 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2019-06-01 09:58:40

Comparing /work/SRC/openSUSE:Factory:NonFree/opera (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.opera.new.5148 (New)


Package is "opera"

Sat Jun  1 09:58:40 2019 rev:76 rq:706497 version:60.0.3255.109

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2019-05-20 
10:30:44.569869621 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new.5148/opera.changes
2019-06-01 09:58:43.115125883 +0200
@@ -1,0 +2,17 @@
+Thu May 30 07:39:12 UTC 2019 - Carsten Ziepke 
+
+- Update to version 60.0.3255.109
+  * DNA-78037 Crash at 
+base::Time::Explode(bool, base::Time::Exploded*)
+  * DNA-77416 Layout doesn’t align well when dynamically changing 
+tile size
+  * DNA-77466 Cancel button for not now context menu
+  * DNA-77558 Create browser tests
+  * DNA-77745 [Mac] Maximized Opera window expands after watching 
+a video in fullscreen
+  * DNA-78037 Crash at 
+base::Time::Explode(bool, base::Time::Exploded*)
+  * DNA-78085 Uncaught exception in background worker
+  * DNA-78114 Update schema version on desktop-stable-73-3255
+
+---

Old:

  opera-stable_60.0.3255.95_amd64.rpm

New:

  opera-stable_60.0.3255.109_amd64.rpm



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.bCHdOs/_old  2019-06-01 09:58:45.647124713 +0200
+++ /var/tmp/diff_new_pack.bCHdOs/_new  2019-06-01 09:58:45.647124713 +0200
@@ -20,7 +20,7 @@
 # libffmpeg.so*, libfreetype.so* and libGLESv2.so* are currently bundled.
 %global __requires_exclude ^lib(ffmpeg|freetype|GLESv2)\\.so.*$
 Name:   opera
-Version:60.0.3255.95
+Version:60.0.3255.109
 Release:0
 Summary:Proprietary web browser
 License:NonFree

++ opera-stable_60.0.3255.95_amd64.rpm -> 
opera-stable_60.0.3255.109_amd64.rpm ++
/work/SRC/openSUSE:Factory:NonFree/opera/opera-stable_60.0.3255.95_amd64.rpm 
/work/SRC/openSUSE:Factory:NonFree/.opera.new.5148/opera-stable_60.0.3255.109_amd64.rpm
 differ: char 34, line 1




commit 000product for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

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


Package is "000product"

Sat Jun  1 09:58:54 2019 rev:1285 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-MicroOS.product ++
--- /var/tmp/diff_new_pack.jfoEw7/_old  2019-06-01 09:58:58.239118896 +0200
+++ /var/tmp/diff_new_pack.jfoEw7/_new  2019-06-01 09:58:58.239118896 +0200
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20190529
+  20190601
   
   0
   openSUSE-MicroOS




commit 000product for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

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


Package is "000product"

Sat Jun  1 09:58:46 2019 rev:1283 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-Addon-NonOss.product ++
--- /var/tmp/diff_new_pack.7MSZ74/_old  2019-06-01 09:58:53.451121108 +0200
+++ /var/tmp/diff_new_pack.7MSZ74/_new  2019-06-01 09:58:53.451121108 +0200
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20190529
+    20190601
 0 
 openSUSE NonOSS Addon
 non oss addon




commit libopenmpt for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package libopenmpt for openSUSE:Factory 
checked in at 2019-06-01 09:42:37

Comparing /work/SRC/openSUSE:Factory/libopenmpt (Old)
 and  /work/SRC/openSUSE:Factory/.libopenmpt.new.5148 (New)


Package is "libopenmpt"

Sat Jun  1 09:42:37 2019 rev:19 rq:705645 version:0.4.5

Changes:

--- /work/SRC/openSUSE:Factory/libopenmpt/libopenmpt.changes2019-04-10 
23:10:03.507896384 +0200
+++ /work/SRC/openSUSE:Factory/.libopenmpt.new.5148/libopenmpt.changes  
2019-06-01 09:42:41.811463637 +0200
@@ -1,0 +2,10 @@
+Mon May 27 10:30:08 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
+
+- Update to version 0.4.5:
+  * [Sec] Possible crash during playback due out-of-bounds read in
+XM and MT2 files
+  * Breaking out of a sustain loop through Note-Off sometimes
+didn’t continue in the regular sample loop
+  * Seeking did not stop notes playing with XM Key Off (Kxx) effect
+
+---

Old:

  libopenmpt-0.4.4+release.autotools.tar.gz

New:

  libopenmpt-0.4.5+release.autotools.tar.gz



Other differences:
--
++ libopenmpt.spec ++
--- /var/tmp/diff_new_pack.P61bXa/_old  2019-06-01 09:42:42.627463359 +0200
+++ /var/tmp/diff_new_pack.P61bXa/_new  2019-06-01 09:42:42.631463357 +0200
@@ -21,7 +21,7 @@
 %define libopenmpt_modplug libopenmpt_modplug1
 %bcond_without mpg123
 Name:   libopenmpt
-Version:0.4.4
+Version:0.4.5
 Release:0
 Summary:C++ and C library to decode tracker music files
 License:BSD-3-Clause

++ libopenmpt-0.4.4+release.autotools.tar.gz -> 
libopenmpt-0.4.5+release.autotools.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libopenmpt-0.4.4+release.autotools/common/CompilerDetect.h 
new/libopenmpt-0.4.5+release.autotools/common/CompilerDetect.h
--- old/libopenmpt-0.4.4+release.autotools/common/CompilerDetect.h  
2018-11-16 09:31:43.0 +0100
+++ new/libopenmpt-0.4.5+release.autotools/common/CompilerDetect.h  
2019-05-23 14:31:48.0 +0200
@@ -58,7 +58,11 @@
 #elif defined(_MSC_VER)
 
 #define MPT_COMPILER_MSVC1
-#if (_MSC_VER >= 1916)
+#if (_MSC_VER >= 1921)
+#define MPT_COMPILER_MSVC_VERSION
MPT_COMPILER_MAKE_VERSION2(2019,1)
+#elif (_MSC_VER >= 1920)
+#define MPT_COMPILER_MSVC_VERSION
MPT_COMPILER_MAKE_VERSION2(2019,0)
+#elif (_MSC_VER >= 1916)
 #define MPT_COMPILER_MSVC_VERSION
MPT_COMPILER_MAKE_VERSION2(2017,9)
 #elif (_MSC_VER >= 1915)
 #define MPT_COMPILER_MSVC_VERSION
MPT_COMPILER_MAKE_VERSION2(2017,8)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libopenmpt-0.4.4+release.autotools/common/mptAlloc.cpp 
new/libopenmpt-0.4.5+release.autotools/common/mptAlloc.cpp
--- old/libopenmpt-0.4.4+release.autotools/common/mptAlloc.cpp  2019-02-02 
22:11:45.0 +0100
+++ new/libopenmpt-0.4.5+release.autotools/common/mptAlloc.cpp  2019-04-24 
08:58:50.0 +0200
@@ -56,7 +56,7 @@
 
 aligned_raw_memory aligned_alloc_impl(std::size_t size, std::size_t count, 
std::size_t alignment)
 {
-   #if MPT_CXX_AT_LEAST(17) && (!MPT_COMPILER_MSVC && 
!MPT_GCC_BEFORE(8,1,0) && !MPT_CLANG_BEFORE(5,0,0)) && !(MPT_COMPILER_CLANG && 
defined(__GLIBCXX__)) && !(MPT_COMPILER_CLANG && MPT_OS_MACOSX_OR_IOS) && 
!MPT_OS_EMSCRIPTEN
+   #if MPT_CXX_AT_LEAST(17) && (!MPT_COMPILER_MSVC && 
!MPT_GCC_BEFORE(8,1,0) && !MPT_CLANG_BEFORE(5,0,0)) && !(MPT_COMPILER_GCC && 
defined(__GLIBCXX__) && (defined(__MINGW32__) || defined(__MINGW64__))) && 
!(MPT_COMPILER_CLANG && defined(__GLIBCXX__)) && !(MPT_COMPILER_CLANG && 
MPT_OS_MACOSX_OR_IOS) && !MPT_OS_EMSCRIPTEN
std::size_t space = count * size;
void* mem = std::aligned_alloc(alignment, space);
if(!mem)
@@ -103,7 +103,7 @@
 
 void aligned_free(aligned_raw_memory raw)
 {
-   #if MPT_CXX_AT_LEAST(17) && (!MPT_COMPILER_MSVC && 
!MPT_GCC_BEFORE(8,1,0) && !MPT_CLANG_BEFORE(5,0,0)) && !(MPT_COMPILER_CLANG && 
defined(__GLIBCXX__)) && !(MPT_COMPILER_CLANG && MPT_OS_MACOSX_OR_IOS) && 
!MPT_OS_EMSCRIPTEN
+   #if MPT_CXX_AT_LEAST(17) && (!MPT_COMPILER_MSVC && 
!MPT_GCC_BEFORE(8,1,0) && !MPT_CLANG_BEFORE(5,0,0)) && !(MPT_COMPILER_GCC && 
defined(__GLIBCXX__) && (defined(__MINGW32__) || defined(__MINGW64__))) && 
!(MPT_COMPILER_CLANG && defined(__GLIBCXX__)) && !(MPT_COMPILER_CLANG && 
MPT_OS_MACOSX_OR_IOS) && !MPT_OS_EMSCRIPTEN
std::free(raw.mem);
#elif MPT_COMPILER_MSVC
_aligned_free(raw.mem);
diff -urN '--exclude=CVS' 

commit resource-agents for openSUSE:Factory

2019-06-01 Thread root
Hello community,

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

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


Package is "resource-agents"

Sat Jun  1 09:42:25 2019 rev:95 rq:705612 version:4.2.0+git116.b6c0f9fb

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2019-05-25 13:19:09.800360468 +0200
+++ 
/work/SRC/openSUSE:Factory/.resource-agents.new.5148/resource-agents.changes
2019-06-01 09:42:28.195468285 +0200
@@ -1,0 +2,13 @@
+Wed May 22 07:33:35 UTC 2019 - tbecht...@suse.com
+
+- Update to version 4.2.0+git116.b6c0f9fb:
+  * galera: Log message when changing content of grastate.dat file
+  * Use _default variables for all OCF_RESKEYs.
+  * Use _default variable for binary path.
+  * Drop unused LSB_STATUS_STOPPED variable.
+  * Add resource agent for dovecot.
+  * Fixes parameter meta-data
+  * Fails docker RA gracefully when command not found Fails gracefully when 
daemon not running
+  * CTDB: fix version string with vendor trailer comparison
+
+---

Old:

  resource-agents-4.2.0+git104.25f2052b.tar.xz

New:

  resource-agents-4.2.0+git116.b6c0f9fb.tar.xz



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.43YzQ3/_old  2019-06-01 09:42:30.291467570 +0200
+++ /var/tmp/diff_new_pack.43YzQ3/_new  2019-06-01 09:42:30.291467570 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   resource-agents
-Version:4.2.0+git104.25f2052b
+Version:4.2.0+git116.b6c0f9fb
 Release:0
 Summary:HA Reusable Cluster Resource Scripts
 License:GPL-2.0-only AND LGPL-2.1-or-later AND GPL-3.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.43YzQ3/_old  2019-06-01 09:42:30.343467553 +0200
+++ /var/tmp/diff_new_pack.43YzQ3/_new  2019-06-01 09:42:30.343467553 +0200
@@ -1,6 +1,6 @@
 
 
 git://github.com/ClusterLabs/resource-agents.git
-25f2052bc077e49369950a35e009ee11f0bf50e6
+b6c0f9fba441190aa9e12ce492cbfe9cdbc7e922
 
 
\ No newline at end of file

++ resource-agents-4.2.0+git104.25f2052b.tar.xz -> 
resource-agents-4.2.0+git116.b6c0f9fb.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resource-agents-4.2.0+git104.25f2052b/doc/man/Makefile.am 
new/resource-agents-4.2.0+git116.b6c0f9fb/doc/man/Makefile.am
--- old/resource-agents-4.2.0+git104.25f2052b/doc/man/Makefile.am   
2019-04-27 09:36:05.0 +0200
+++ new/resource-agents-4.2.0+git116.b6c0f9fb/doc/man/Makefile.am   
2019-05-21 17:13:37.0 +0200
@@ -108,6 +108,7 @@
   ocf_heartbeat_db2.7 \
   ocf_heartbeat_dhcpd.7 \
   ocf_heartbeat_docker.7 \
+  ocf_heartbeat_dovecot.7 \
   ocf_heartbeat_dnsupdate.7 \
   ocf_heartbeat_eDir88.7 \
   ocf_heartbeat_ethmonitor.7 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resource-agents-4.2.0+git104.25f2052b/heartbeat/CTDB.in 
new/resource-agents-4.2.0+git116.b6c0f9fb/heartbeat/CTDB.in
--- old/resource-agents-4.2.0+git104.25f2052b/heartbeat/CTDB.in 2019-04-27 
09:36:05.0 +0200
+++ new/resource-agents-4.2.0+git116.b6c0f9fb/heartbeat/CTDB.in 2019-05-21 
17:13:37.0 +0200
@@ -588,7 +588,7 @@
local log_option
# --logging supported from v4.3.0 and --logfile / --syslog support 
# has been removed from newer versions
-   version=$(ctdb version | awk '{print $NF}' | sed 
"s/\.\?[[:alpha:]].*//")
+   version=$(ctdb version | awk '{print $NF}' | sed 
"s/[-\.]\?[[:alpha:]].*//")
ocf_version_cmp "$version" "4.2.14"
if [ "$?" -eq "2" ]; then
log_option="--logging=file:$OCF_RESKEY_ctdb_logfile"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resource-agents-4.2.0+git104.25f2052b/heartbeat/Makefile.am 
new/resource-agents-4.2.0+git116.b6c0f9fb/heartbeat/Makefile.am
--- old/resource-agents-4.2.0+git104.25f2052b/heartbeat/Makefile.am 
2019-04-27 09:36:05.0 +0200
+++ new/resource-agents-4.2.0+git116.b6c0f9fb/heartbeat/Makefile.am 
2019-05-21 17:13:37.0 +0200
@@ -105,6 +105,7 @@
dhcpd   \
dnsupdate   \
docker  \
+   dovecot \
eDir88  \
   

commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2019-06-01 09:42:48

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.5148 (New)


Package is "perl-ExtUtils-MakeMaker"

Sat Jun  1 09:42:48 2019 rev:12 rq:705646 version:7.36

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2018-03-24 16:08:07.447191507 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new.5148/perl-ExtUtils-MakeMaker.changes
2019-06-01 09:42:50.119460801 +0200
@@ -1,0 +2,118 @@
+Mon May 27 10:15:30 UTC 2019 - Pedro Monreal Gonzalez 

+
+- updated to 7.36
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+  7.36  Sun Apr 28 16:28:20 BST 2019
+
+No changes since v7.35_14
+
+This release was made possible by the kind
+sponsors of the 2019 Perl Toolchain Summit
+held in Marlow, UK:
+
+Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter,
+Cogendo, Elastic, OpenCage Data, Bluehost, Perl Services,
+Zoopla, Archer Education, OpusVL, Oetiker+Partner, YEF
+
+  7.35_14 Sun Apr 28 14:12:22 BST 2019
+
+Win32 fixes:
+- Add ExtUtils::PL2Bat path to pl2bat when PERL_CORE
+
+  7.35_13 Sun Apr 28 11:57:57 BST 2019
+
+Bug fixes:
+- Suppress warnings from EUMM::Locale code page workaround
+
+  7.35_12 Sat Apr 27 22:37:26 BST 2019
+
+Enhancements:
+- add AppVeyor CI configuration
+  see  for more 
information
+
+Bug fixes:
+- Resolve RTs 127028 && 127316 on Mojave system perl
+- Honour man page disablement under INSTALL_BASE
+- fix `dmake` warning by removing dmake-superfluous ".NOTPARALLEL" target
+- suppress inherited AUTOLOAD warning for 'Win32::ConsoleCP()'
+- fix perl image (aka, executable) quoting for `dmake` builds
+- skip broken test for Win32 strawberry perl v5.10 (and some earlier 
versions)
+- add workaround to ExtUtils::MakeMaker::Locale for code pages 'cp65000' 
and 'cp65001'
+
+  7.35_11 Thu Apr 25 11:53:59 BST 2019
+
+Bug fixes:
+- Fix RT#128004 gcc AIX builds broken
+
+  7.35_10 Wed Feb 20 10:03:50 GMT 2019
+
+Test fixes:
+- Skip "merged /usr" tests on MSWin32
+
+  7.35_09 Mon Feb 18 10:05:42 GMT 2019
+
+Bug fixes:
+- stringify version before comparing
+
+Test fixes:
+- Changed wording of skip message for xsstatic
+
+QA fixes:
+- travis is deprecating container-based environments
+
+  7.35_08 Thu Dec  6 10:22:02 GMT 2018
+
+Enhancements:
+- propagate all variables used by Buildroot to subdirs
+
+  7.35_07 Fri Nov 23 11:34:27 GMT 2018
+
+Bug fixes:
+- Avoid mangling /bin non-perl shebangs on merged-/usr systems
+
+VMS fixes:
+- Handle PERL_ARCHLIBDEP and DESTINSTALL... macros on VMS.
+- Remove trailing space from multi-in.PL in PL_FILES.t
+- Skip "merged /usr" tests on VMS.
+
+  7.35_06 Thu Jul 19 20:30:55 BST 2018
+
+Enhancements:
+- Override shebang with PERL_MM_SHEBANG=relocatable env var
+
+Bug fixes:
+- Refactored Liblist::Kid tests, enabling UNIX testing
+
+  7.35_05 Tue Jul 10 09:44:25 BST 2018
+
+Win32 fixes:
+-  add Visual C parallel building support
+
+  7.35_04 Mon Jul  9 10:21:59 BST 2018
+
+Bug fixes:
+- Fix manification on MSWin32
+
+Doc fixes:
+- Mention manifypods target in FAQ for
+  man creation on non-un*x OS
+
+  7.35_03 Fri Apr 27 14:28:21 BST 2018
+
+Enhancements:
+- Allow specifying extra inputs for PL_FILES scripts
+
+  7.35_02 Tue Apr 24 11:38:39 BST 2018
+
+Core fixes:
+- Win32 fixes for gmake 4.2.1 in quoting literals
+
+ 7.35_01 Thu Apr 19 13:17:35 BST 2018
+
+Core fixes:
+- use tr instead of eval on $VERSION
+- Fix PUREPERL_ONLY warnings
+
+- Refreshed Do_not_set_RPATH_by_default.patch
+
+---

Old:

  ExtUtils-MakeMaker-7.34.tar.gz

New:

  ExtUtils-MakeMaker-7.36.tar.gz



Other differences:
--
++ perl-ExtUtils-MakeMaker.spec ++
--- /var/tmp/diff_new_pack.hvbAyi/_old  2019-06-01 09:42:50.603460636 +0200
+++ /var/tmp/diff_new_pack.hvbAyi/_new  2019-06-01 09:42:50.607460634 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-MakeMaker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source 

commit polkit-default-privs for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2019-06-01 09:41:56

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new.5148 (New)


Package is "polkit-default-privs"

Sat Jun  1 09:41:56 2019 rev:167 rq:705593 version:13.2+20190527.64d9813

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2019-05-27 08:35:44.783132700 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new.5148/polkit-default-privs.changes
  2019-06-01 09:42:04.235476466 +0200
@@ -1,0 +2,6 @@
+Mon May 27 07:55:48 UTC 2019 - opensuse-packag...@opensuse.org
+
+- Update to version 13.2+20190527.64d9813:
+  * polkit-rules-whitelist.json: fix syntax error
+
+---

Old:

  polkit-default-privs-13.2+20190523.efe368f.tar.xz

New:

  polkit-default-privs-13.2+20190527.64d9813.tar.xz



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.TAz10H/_old  2019-06-01 09:42:05.911475893 +0200
+++ /var/tmp/diff_new_pack.TAz10H/_new  2019-06-01 09:42:05.915475892 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:   polkit-default-privs
-Version:13.2+20190523.efe368f
+Version:13.2+20190527.64d9813
 Release:0
 Summary:SUSE PolicyKit default permissions
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.TAz10H/_old  2019-06-01 09:42:05.955475879 +0200
+++ /var/tmp/diff_new_pack.TAz10H/_new  2019-06-01 09:42:05.955475879 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/polkit-default-privs.git
-  efe368f88ff0f461fcfd8b9c37c2c478389c412c
\ No newline at end of file
+  64d9813a69426953c8af03f97be24b3450fd384a
\ No newline at end of file

++ polkit-default-privs-13.2+20190523.efe368f.tar.xz -> 
polkit-default-privs-13.2+20190527.64d9813.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2+20190523.efe368f/etc/polkit-rules-whitelist.json 
new/polkit-default-privs-13.2+20190527.64d9813/etc/polkit-rules-whitelist.json
--- 
old/polkit-default-privs-13.2+20190523.efe368f/etc/polkit-rules-whitelist.json  
2019-05-23 11:09:50.0 +0200
+++ 
new/polkit-default-privs-13.2+20190527.64d9813/etc/polkit-rules-whitelist.json  
2019-05-27 09:54:33.0 +0200
@@ -44,7 +44,7 @@
]
},
{
-   "package": "libvirt":,
+   "package": "libvirt",
"path": "/usr/share/polkit-1/rules.d/50-libvirt.rules",
"audits": [
{




commit patterns-containers for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package patterns-containers for 
openSUSE:Factory checked in at 2019-06-01 09:42:11

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


Package is "patterns-containers"

Sat Jun  1 09:42:11 2019 rev:5 rq:705599 version:5.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-containers/patterns-containers.changes  
2019-05-14 13:13:25.708804751 +0200
+++ 
/work/SRC/openSUSE:Factory/.patterns-containers.new.5148/patterns-containers.changes
2019-06-01 09:42:15.339472675 +0200
@@ -1,0 +2,6 @@
+Fri May 24 15:44:14 UTC 2019 - Michal Rostecki 
+
+- kubeadm pattern:
+  - add cilium-k8s-yaml
+
+---



Other differences:
--
++ patterns-containers.spec ++
--- /var/tmp/diff_new_pack.TXQtNe/_old  2019-06-01 09:42:16.867472153 +0200
+++ /var/tmp/diff_new_pack.TXQtNe/_new  2019-06-01 09:42:16.871472152 +0200
@@ -44,6 +44,7 @@
 Obsoletes:  patterns-caasp-kubeadm <= 4.0
 Requires:   autofs
 Requires:   ceph-common
+Requires:   cilium-k8s-yaml
 Requires:   cri-runtime
 Requires:   cri-tools
 Requires:   health-checker-plugins-kubic




commit openmpi2 for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2019-06-01 09:41:40

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


Package is "openmpi2"

Sat Jun  1 09:41:40 2019 rev:26 rq:705573 version:2.1.6

Changes:

--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes2019-04-26 
22:45:02.165625527 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi2.new.5148/openmpi2.changes  
2019-06-01 09:41:45.679482800 +0200
@@ -1,0 +2,5 @@
+Mon May 27 06:27:54 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Enable openmpi2 on ppc64
+
+---



Other differences:
--
++ openmpi2.spec ++
--- /var/tmp/diff_new_pack.FeONwX/_old  2019-06-01 09:41:46.927482375 +0200
+++ /var/tmp/diff_new_pack.FeONwX/_new  2019-06-01 09:41:46.935482372 +0200
@@ -146,7 +146,6 @@
 BuildRequires:  libtool
 # net-tools is required to run hostname
 BuildRequires:  net-tools
-ExcludeArch:ppc64
 %if 0%{?testsuite}
 BuildArch:  noarch
 BuildRequires:  %{package_name} = %{version}




commit platformsh-cli for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-06-01 09:57:34

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148 (New)


Package is "platformsh-cli"

Sat Jun  1 09:57:34 2019 rev:73 rq:706542 version:3.41.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-05-20 10:29:35.653892459 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148/platformsh-cli.changes  
2019-06-01 09:57:35.955156908 +0200
@@ -1,0 +2,23 @@
+Thu May 30 19:41:54 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.41.1:
+  * Release v3.41.1
+  * Remove redundant package
+  * Update client to incorporate guzzle/oauth2 bugfix
+
+---
+Wed May 29 19:38:20 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.41.0:
+  * Release v3.41.0
+  * Add --worker option to log command
+  * Support interactive worker selection in ssh command
+  * Support --worker option for mount commands
+  * Add environment commit SHA to the deployment cache key
+  * Allow a nonexistent --target in mount:download
+  * Update cweagans/composer-patches [skip changelog]
+  * getProject()'s cache should require the $host to match if one is specified 
(#799)
+  * Default config file should be .bash_profile on OS X (#798)
+  * Update autocompletion library (stecman/symfony-console-completion)
+
+---

Old:

  platformsh-cli-3.40.16.tar.xz

New:

  platformsh-cli-3.41.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:36.939156453 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:36.947156450 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.16
+Version:3.41.1
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:36.995156427 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:36.995156427 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.16
+refs/tags/v3.41.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:37.023156415 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:37.023156415 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-b4e39ae732091f6d18100931dcc40173b8d8f211
+e22256326f0aff49c7dc0e8e7c44314dae4d9354
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:37.047156404 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:37.047156404 +0200
@@ -10,16 +10,16 @@
 [5] => php >=5.2.0
 [6] => php >=5.3.0
 [7] => php >=5.3.0
-[8] => php >=5.3.0
-[9] => php >=5.3.2
+[8] => php >=5.3.2
+[9] => php >=5.3.3
 [10] => php >=5.3.3
 [11] => php >=5.3.3
-[12] => php >=5.3.3
+[12] => php >=5.4.0
 [13] => php >=5.4.0
 [14] => php >=5.4.0
 [15] => php >=5.4.0
 [16] => php >=5.4.0
-[17] => php >=5.4.0
+[17] => php >=5.5.9
 [18] => php >=5.5.9
 [19] => php >=5.5.9
 [20] => php >=5.5.9

++ licenses.txt ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:37.079156389 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:37.079156389 +0200
@@ -5,9 +5,7 @@
 
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
-commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
 composer/ca-bundle  1.1.4MIT   
-cweagans/composer-patches   1.6.5BSD-3-Clause  
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.1.0MIT   
@@ -17,12 +15,13 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
-platformsh/client   v0.24.1  MIT   
+pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
+platformsh/client   v0.25.2  MIT   
 

commit virt-manager for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2019-06-01 09:57:08

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


Package is "virt-manager"

Sat Jun  1 09:57:08 2019 rev:194 rq:706525 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2019-04-04 12:08:15.297392180 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new.5148/virt-manager.changes  
2019-06-01 09:57:13.463166055 +0200
@@ -1,0 +2,25 @@
+Thu May 23 08:17:01 MDT 2019 - carn...@suse.com
+
+- jsc#SLE-6262, fate#327048: KVM: Boot Configuration Override
+  001-adf30349-cli-refactor-get_prop.patch
+  002-60c7e778-xmlapi-add-set_prop.patch
+  003-5bad22e8-tests-Use-get-set_prop.patch
+  004-ee5f3eab-support-Add-SUPPORT_CONN_DEVICE_BOOT_ORDER.patch
+  005-7768eb17-cli-Add-check-if-device-boot-order-is-supported.patch
+  
006-ecc0861c-tests-xmlparse-refactor-method-for-generating-out-file-path.patch
+  007-c9d070da-guest-Add-reorder_boot_order-method.patch
+  008-1b535940-tests-Add-test-case-for-reorder_boot_order-method.patch
+  009-b83a0a61-cli-Use-reorder_boot_order-for-setting-the-boot-order.patch
+  010-c896d19d-tests-cli-Add-boot.order-tests.patch
+  011-29f9f2ac-virt-xml-Add-no-define-argument.patch
+  012-c2bff509-tests-cli-Add-test-case-for-no-define-argument.patch
+  013-90b1a3ab-virt-xml-Add-support-for-starting-the-domain.patch
+  014-908b8e8d-tests-virt-xml-Add-test-cases-for-start-option.patch
+
+---
+Tue Apr  9 10:21:29 MDT 2019 - carn...@suse.com
+
+- Drop unneeded 0003-virtinst-python3-avoid-using-long-type.patch
+  Drop Requires on python3-six
+
+---

Old:

  0003-virtinst-python3-avoid-using-long-type.patch

New:

  001-adf30349-cli-refactor-get_prop.patch
  002-60c7e778-xmlapi-add-set_prop.patch
  003-5bad22e8-tests-Use-get-set_prop.patch
  004-ee5f3eab-support-Add-SUPPORT_CONN_DEVICE_BOOT_ORDER.patch
  005-7768eb17-cli-Add-check-if-device-boot-order-is-supported.patch
  006-ecc0861c-tests-xmlparse-refactor-method-for-generating-out-file-path.patch
  007-c9d070da-guest-Add-reorder_boot_order-method.patch
  008-1b535940-tests-Add-test-case-for-reorder_boot_order-method.patch
  009-b83a0a61-cli-Use-reorder_boot_order-for-setting-the-boot-order.patch
  010-c896d19d-tests-cli-Add-boot.order-tests.patch
  011-29f9f2ac-virt-xml-Add-no-define-argument.patch
  012-c2bff509-tests-cli-Add-test-case-for-no-define-argument.patch
  013-90b1a3ab-virt-xml-Add-support-for-starting-the-domain.patch
  014-908b8e8d-tests-virt-xml-Add-test-cases-for-start-option.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.rMCMFx/_old  2019-06-01 09:57:14.759165613 +0200
+++ /var/tmp/diff_new_pack.rMCMFx/_new  2019-06-01 09:57:14.763165611 +0200
@@ -40,13 +40,28 @@
 Patch6: 4f66c423-cloner-Handle-nonsparse-for-qcow2-images.patch
 Patch7: 
a02fc0d0-virtManager-clone-build-default-clone-path-if-we-know-how.patch
 Patch8: 1856c1fa-support-Fix-minimum-version-check.patch
-Patch9: 5bc847eb-virt-install-Do-not-warn-about-consoles-on-s390x.patch
-Patch10:74bbc3db-urldetect-Check-also-for-treeinfo.patch
-Patch11:708af01c-osdict-Add-supports_virtioinput.patch
-Patch12:
f23b01be-guest-Add-VirtIO-input-devices-to-s390x-guests-with-graphics.patch
-Patch13:7afbb90b-virt-xml-Handle-VM-names-that-look-like-id-uuid.patch
-Patch14:8d9743d6-virt-install-Add-support-for-xenbus-controller.patch
-Patch15:
a0ca387a-cli-Fix-pool-default-when-path-belongs-to-another-pool.patch
+# jsc#SLE-6262 - KVM: Boot Configuration Override (virt-manager)
+Patch9: 001-adf30349-cli-refactor-get_prop.patch
+Patch10:002-60c7e778-xmlapi-add-set_prop.patch
+Patch11:003-5bad22e8-tests-Use-get-set_prop.patch
+Patch12:004-ee5f3eab-support-Add-SUPPORT_CONN_DEVICE_BOOT_ORDER.patch
+Patch13:
005-7768eb17-cli-Add-check-if-device-boot-order-is-supported.patch
+Patch14:
006-ecc0861c-tests-xmlparse-refactor-method-for-generating-out-file-path.patch
+Patch15:007-c9d070da-guest-Add-reorder_boot_order-method.patch
+Patch16:
008-1b535940-tests-Add-test-case-for-reorder_boot_order-method.patch
+Patch17:
009-b83a0a61-cli-Use-reorder_boot_order-for-setting-the-boot-order.patch
+Patch18:010-c896d19d-tests-cli-Add-boot.order-tests.patch
+Patch19:011-29f9f2ac-virt-xml-Add-no-define-argument.patch
+Patch20:

commit rssguard for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2019-06-01 09:57:51

Comparing /work/SRC/openSUSE:Factory/rssguard (Old)
 and  /work/SRC/openSUSE:Factory/.rssguard.new.5148 (New)


Package is "rssguard"

Sat Jun  1 09:57:51 2019 rev:10 rq:706612 version:3.5.8

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2019-04-05 
12:05:51.954577314 +0200
+++ /work/SRC/openSUSE:Factory/.rssguard.new.5148/rssguard.changes  
2019-06-01 09:57:52.947149058 +0200
@@ -1,0 +2,22 @@
+Fri May 31 07:31:36 UTC 2019 - Luigi Baldoni 
+
+- Update to version 3.5.8
+  Added:
+  * Image placeholders can now be completely disabled in
+"nowebengine" RSS Guard variant. (#205)
+  Changed:
+  * Source code refactored, faster regexp-related operations.
+  * Optimized displaying of messages which do not have any
+associated URLs.
+  Fixed:
+  * "optimize tables" command for MariaDB now works correctly.
+  * Fixed downloading of e-mail attachments in Gmail plugin.
+  * Parsing of datetime strings now works better with Gmail
+plugin.
+  * Corrected logic of cleaning DB, which allows to really get
+rid of all messages stored in DB.
+  * Fixed crash when closing settings dialog.
+  * Message datetime decoded correctly in Gmail plugin.
+  * I hope, that appveyor/travis CI are now fixed as well.
+
+---

Old:

  rssguard-3.5.7.tar.gz

New:

  rssguard-3.5.8.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.sPlCle/_old  2019-06-01 09:57:53.563148774 +0200
+++ /var/tmp/diff_new_pack.sPlCle/_new  2019-06-01 09:57:53.563148774 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rssguard
-Version:3.5.7
+Version:3.5.8
 Release:0
 Summary:RSS/ATOM/RDF feed reader
 License:GPL-3.0-only AND AGPL-3.0-or-later

++ rssguard-3.5.7.tar.gz -> rssguard-3.5.8.tar.gz ++
 8707 lines of diff (skipped)




  1   2   >