commit python-SQLAlchemy for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2018-07-14 20:26:00

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


Package is "python-SQLAlchemy"

Sat Jul 14 20:26:00 2018 rev:53 rq:622792 version:1.2.10

Changes:

--- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes  
2018-07-02 23:33:26.701249682 +0200
+++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 
2018-07-14 20:27:44.264573947 +0200
@@ -1,0 +2,21 @@
+Sat Jul 14 01:56:32 UTC 2018 - a...@gmx.de
+
+- update to version 1.2.10:
+  * orm
++ [orm] [bug] Fixed bug in Bundle construct where placing two
+  columns of the same name would be de-duplicated, when the Bundle
+  were used as part of the rendered SQL, such as in the ORDER BY
+  or GROUP BY of the statement.  References: #4295
++ [orm] [bug] Fixed regression in 1.2.9 due to #4287 where using a
+  Load option in conjunction with a string wildcard would result
+  in a TypeError.  References: #4298
+  * sql
++ [sql] [bug] Fixed bug where a Sequence would be dropped
+  explicitly before any Table that refers to it, which breaks in
+  the case when the sequence is also involved in a server-side
+  default for that table, when using MetaData.drop_all(). The step
+  which processes sequences to be dropped via non server-side
+  column default functions is now invoked after the table itself
+  is dropped.  References: #4300
+
+---

Old:

  SQLAlchemy-1.2.9.tar.gz

New:

  SQLAlchemy-1.2.10.tar.gz



Other differences:
--
++ python-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.ykgyAC/_old  2018-07-14 20:27:44.936575671 +0200
+++ /var/tmp/diff_new_pack.ykgyAC/_new  2018-07-14 20:27:44.936575671 +0200
@@ -20,7 +20,7 @@
 %define oldpython python
 %bcond_without tests
 Name:   python-SQLAlchemy
-Version:1.2.9
+Version:1.2.10
 Release:0
 Summary:Database Abstraction Library
 License:MIT

++ SQLAlchemy-1.2.9.tar.gz -> SQLAlchemy-1.2.10.tar.gz ++
 6089 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-07-14 20:25:34

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


Package is "python-pyzmq"

Sat Jul 14 20:25:34 2018 rev:30 rq:622509 version:17.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-03-08 10:59:04.509918420 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-07-14 20:27:37.416556369 +0200
@@ -1,0 +2,17 @@
+Fri Jul 13 15:55:29 UTC 2018 - a...@gmx.de
+
+- update to version 17.1.0:
+  * Bump bundled libzmq to 4.2.5
+  * Improve tornado 5.0 compatibility (use
+:meth:`~tornado.ioloop.IOLoop.current` instead of
+:meth:`~tornado.ioloop.IOLoop.instance` to get default loops in
+:class:`.ZMQStream` and :class:`.IOLoopAuthenticator`)
+  * Add support for :func:`.curve_public`
+  * Remove delayed import of json in send/recv_json
+  * Add :meth:`.Authenticator.configure_curve_callback`
+  * Various build fixes
+  * sdist sources generated with Cython 0.28.3
+  * Stop building wheels for Python 3.4, start building wheels for
+Python 3.7
+
+---

Old:

  pyzmq-17.0.0.tar.gz

New:

  pyzmq-17.1.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.S6bZMg/_old  2018-07-14 20:27:37.864557519 +0200
+++ /var/tmp/diff_new_pack.S6bZMg/_new  2018-07-14 20:27:37.868557529 +0200
@@ -16,17 +16,16 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyzmq
-Version:17.0.0
+Version:17.1.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/zeromq/pyzmq
+URL:http://github.com/zeromq/pyzmq
 Source: 
https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch
@@ -35,6 +34,8 @@
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module gevent}
+# Test requirements
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pexpect}
@@ -45,21 +46,18 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  zeromq-devel
-# Test requirements
-BuildRequires:  %{python_module nose}
 Requires:   python
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends: python-cffi
 Recommends: python-gevent
 Recommends: python-numpy
+Recommends: python-paramiko
 Recommends: python-pexpect
 Recommends: python-py
 Recommends: python-simplejson
 Recommends: python-tornado
-Recommends: python-paramiko
 Recommends: zeromq
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -102,8 +100,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples
+%license COPYING.BSD COPYING.LESSER
+%doc AUTHORS.md README.md examples
 %{python_sitearch}/zmq/
 %{python_sitearch}/pyzmq-%{version}-py*.egg-info
 %exclude %{python_sitearch}/zmq/utils/*.h
@@ -111,7 +109,6 @@
 %exclude %{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %files %{python_files devel}
-%defattr(-,root,root,-)
 %{python_sitearch}/zmq/utils/*.h
 %{python_sitearch}/zmq/backend/cffi/_verify.c
 %{python_sitearch}/zmq/backend/cffi/_cdefs.h

++ pyzmq-17.0.0.tar.gz -> pyzmq-17.1.0.tar.gz ++
 81002 lines of diff (skipped)




commit python-cairocffi for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-cairocffi for 
openSUSE:Factory checked in at 2018-07-14 20:25:30

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


Package is "python-cairocffi"

Sat Jul 14 20:25:30 2018 rev:10 rq:622500 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-cairocffi/python-cairocffi.changes
2018-01-31 19:49:42.78355 +0100
+++ /work/SRC/openSUSE:Factory/.python-cairocffi.new/python-cairocffi.changes   
2018-07-14 20:27:36.780554736 +0200
@@ -1,0 +2,8 @@
+Fri Jul 13 15:54:02 UTC 2018 - a...@gmx.de
+
+- update to version 0.8.1:
+  * Add cairo library name provided by pygobjectwin32
+  * Update docstrings to list width and height params
+  * Add width and height options to decode_to_image_surface
+
+---

Old:

  cairocffi-0.8.0.tar.gz

New:

  cairocffi-0.8.1.tar.gz



Other differences:
--
++ python-cairocffi.spec ++
--- /var/tmp/diff_new_pack.HsH135/_old  2018-07-14 20:27:37.256555958 +0200
+++ /var/tmp/diff_new_pack.HsH135/_new  2018-07-14 20:27:37.256555958 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cairocffi
-Version:0.8.0
+Version:0.8.1
 Release:0
 Summary:Python cairo bindings based on cffi
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/SimonSapin/cairocffi
+URL:https://github.com/SimonSapin/cairocffi
 Source: 
https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
 BuildRequires:  %{python_module cffi >= 0.6}
 BuildRequires:  %{python_module devel}
@@ -69,7 +69,8 @@
 %python_install
 
 %files %{python_files}
-%doc LICENSE CHANGES README.rst
+%license LICENSE
+%doc CHANGES README.rst
 %{python_sitelib}/cairocffi-%{version}-py*.egg-info
 %{python_sitelib}/cairocffi/
 %exclude %{python_sitelib}/cairocffi/test_pixbuf.py*

++ cairocffi-0.8.0.tar.gz -> cairocffi-0.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cairocffi-0.8.0/CHANGES new/cairocffi-0.8.1/CHANGES
--- old/cairocffi-0.8.0/CHANGES 2017-02-03 14:00:51.0 +0100
+++ new/cairocffi-0.8.1/CHANGES 2018-05-30 14:35:43.0 +0200
@@ -1,6 +1,17 @@
 cairocffi changelog
 ---
 
+Version 0.8.1
+.
+
+Released on 2018-05-30
+
+* `#98 `_:
+  Add width and height options to pixbuf.decode_to_image_surface
+* `#112 `_:
+  Add cairo library name from PyGObject for Windows
+
+
 Version 0.8.0
 .
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cairocffi-0.8.0/PKG-INFO new/cairocffi-0.8.1/PKG-INFO
--- old/cairocffi-0.8.0/PKG-INFO2017-02-03 14:05:56.0 +0100
+++ new/cairocffi-0.8.1/PKG-INFO2018-05-30 14:40:24.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: cairocffi
-Version: 0.8.0
+Version: 0.8.1
 Summary: cffi-based cairo bindings for Python
 Home-page: https://github.com/SimonSapin/cairocffi
 Author: Simon Sapin
 Author-email: simon.sa...@exyr.org
 License: BSD
+Description-Content-Type: UNKNOWN
 Description: cairocffi
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cairocffi-0.8.0/cairocffi/__init__.py 
new/cairocffi-0.8.1/cairocffi/__init__.py
--- old/cairocffi-0.8.0/cairocffi/__init__.py   2017-02-03 12:41:24.0 
+0100
+++ new/cairocffi-0.8.1/cairocffi/__init__.py   2018-05-30 14:37:59.0 
+0200
@@ -17,7 +17,7 @@
 from .compat import FileNotFoundError
 from ._ffi import ffi
 
-VERSION = '0.8.0'
+VERSION = '0.8.1'
 # pycairo compat:
 version = '1.10.0'
 version_info = (1, 10, 0)
@@ -38,7 +38,7 @@
 raise OSError("dlopen() failed to load a library: %s" % ' / '.join(names))
 
 
-cairo = dlopen(ffi, 'cairo', 'cairo-2')
+cairo = dlopen(ffi, 'cairo', 'cairo-2', 'cairo-gobject-2')
 
 
 class _keepref(object):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cairocffi-0.8.0/cairocffi/ffi_build.py 
new/cairocffi-0.8.1/cairocffi/ffi_build.py
--- old/cairocffi-0.8.0/cairocffi/ffi_build.py  2016-08-26 18:06:11.0 
+0200
+++ new/cairocffi-0.8.1/cairocffi/ffi_build.py  2018-05-30 14:34:14.0 
+0200
@@ -68,6 +68,8 @@
 gboolean  gdk_pixbuf_loader_write(
 GdkPixbufLoader *loader, const guchar *buf, gsize count,
 GError 

commit python-tqdm for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Factory 
checked in at 2018-07-14 20:26:04

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


Package is "python-tqdm"

Sat Jul 14 20:26:04 2018 rev:10 rq:622794 version:4.23.4

Changes:

--- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes  2018-05-18 
14:28:00.822126834 +0200
+++ /work/SRC/openSUSE:Factory/.python-tqdm.new/python-tqdm.changes 
2018-07-14 20:27:45.908578167 +0200
@@ -1,0 +2,14 @@
+Sat Jul 14 02:18:53 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * removed patch support_pandas_23_groupby.patch (included upstream)
+  * always run tests
+
+- update to version 4.23.4:
+  * Support pandas 0.23.0 core.groupby module layout (#555 -> #554)
+  * Add python_requires to help pip (#557)
+  * minor maintenance updates
++ CI updates: drop travis py33 due to tox (tox-dev/tox#648)
++ minor code tidy
+
+---

Old:

  support_pandas_23_groupby.patch
  tqdm-4.23.3.tar.gz

New:

  tqdm-4.23.4.tar.gz



Other differences:
--
++ python-tqdm.spec ++
--- /var/tmp/diff_new_pack.kbcjba/_old  2018-07-14 20:27:46.652580076 +0200
+++ /var/tmp/diff_new_pack.kbcjba/_new  2018-07-14 20:27:46.652580076 +0200
@@ -15,35 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 %define oldpython python
 Name:   python-tqdm
-Version:4.23.3
+Version:4.23.4
 Release:0
 Summary:An extensible progress meter
 License:MPL-2.0 AND MIT
 Group:  Development/Languages/Python
-Url:https://github.com/tqdm/tqdm
+URL:https://github.com/tqdm/tqdm
 Source: 
https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM support_pandas_23_groupby.patch 
https://github.com/tqdm/tqdm/pull/554
-Patch0: support_pandas_23_groupby.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module rpm-macros}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:  noarch
 # SECTION test requirements
-%if %{with test}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
-%endif
 # /SECTION
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -54,7 +49,6 @@
 
 %prep
 %setup -q -n tqdm-%{version}
-%patch0 -p1
 # fix installation directory for man pages
 sed -i 's#man/man1#share/man/man1#' setup.py
 
@@ -73,15 +67,12 @@
 %postun
 %python_uninstall_alternative tqdm
 
-%if %{with test}
 %check
 %{python_expand export PATH="$PATH:%{buildroot}%{_bindir}"
 nosetests-%{$python_bin_suffix} --ignore-files="tests_perf\.py" 
--ignore-files="tests_synchronisation\.py" tqdm/
 }
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst logo.png
 %doc examples/
 %license LICENCE

++ tqdm-4.23.3.tar.gz -> tqdm-4.23.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.23.3/Makefile new/tqdm-4.23.4/Makefile
--- old/tqdm-4.23.3/Makefile2018-05-02 18:43:34.0 +0200
+++ new/tqdm-4.23.4/Makefile2018-05-14 01:34:20.0 +0200
@@ -99,7 +99,7 @@
 prebuildclean:
@+python -c "import shutil; shutil.rmtree('build', True)"
@+python -c "import shutil; shutil.rmtree('dist', True)"
-   @#+python -c "import shutil; shutil.rmtree('tqdm.egg-info', True)"
+   @+python -c "import shutil; shutil.rmtree('tqdm.egg-info', True)"
 coverclean:
@+python -c "import os; os.remove('.coverage') if 
os.path.exists('.coverage') else None"
@+python -c "import shutil; shutil.rmtree('tqdm/__pycache__', True)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.23.3/PKG-INFO new/tqdm-4.23.4/PKG-INFO
--- old/tqdm-4.23.3/PKG-INFO2018-05-08 15:50:02.0 +0200
+++ new/tqdm-4.23.4/PKG-INFO2018-05-22 21:06:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: tqdm
-Version: 4.23.3
+Version: 4.23.4
 Summary: Fast, Extensible Progress Meter
 Home-page: https://github.com/tqdm/tqdm
 Author: Noam Yorav-Raphael
@@ -928,3 +928,4 @@
 Classifier: Topic :: System :: Shells
 Classifier: Topic :: Terminals
 Classifier: Topic :: Utilities
+Requires-Python: >=2.6, 

commit OpenSceneGraph for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package OpenSceneGraph for openSUSE:Factory 
checked in at 2018-07-14 20:25:27

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


Package is "OpenSceneGraph"

Sat Jul 14 20:25:27 2018 rev:7 rq:622491 version:3.6.2

Changes:

--- /work/SRC/openSUSE:Factory/OpenSceneGraph/OpenSceneGraph.changes
2018-06-08 23:12:36.390258918 +0200
+++ /work/SRC/openSUSE:Factory/.OpenSceneGraph.new/OpenSceneGraph.changes   
2018-07-14 20:27:35.144550537 +0200
@@ -1,0 +2,8 @@
+Thu Jul 12 21:35:18 UTC 2018 - mimi...@gmail.com
+
+- update to 3.6.2
+  * Removed deprecated xine plugin to simplify licensing
+  * big bunch of fixes for performance and compatibility
+  * for details see Changelog
+
+---

Old:

  OpenSceneGraph-3.6.1.tar.gz

New:

  OpenSceneGraph-3.6.2.tar.gz



Other differences:
--
++ OpenSceneGraph.spec ++
--- /var/tmp/diff_new_pack.GJuBND/_old  2018-07-14 20:27:35.916552519 +0200
+++ /var/tmp/diff_new_pack.GJuBND/_new  2018-07-14 20:27:35.920552529 +0200
@@ -24,16 +24,16 @@
 %bcond_with gdal
 %endif
 Name:   OpenSceneGraph
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:3D graphics toolkit
-License:LGPL-2.1-only WITH WxWindows-exception-3.1
-Group:  Productivity/Graphics/Other
 # Actually they call it OpenSceneGraph Public License, Version 0.0, which is
 # "LGPL-2.1-only AND WXwindows" (https://spdx.org/licenses/WXwindows)
 # "LGPL-2.1-only WITH WxWindows-exception-3.1" would be valid 
(https://spdx.org/licenses/WxWindows-exception-3.1.html)
 # Contrary to that most sources state "GPL-2.0-only"
 # Ticket opened to clear license situation: 
https://github.com/openscenegraph/OpenSceneGraph/issues/552
+License:LGPL-2.1-only WITH WxWindows-exception-3.1
+Group:  Productivity/Graphics/Other
 Url:http://openscenegraph.org/projects/osg
 Source0:
https://github.com/openscenegraph/%{name}/archive/%{name}-%{version}.tar.gz
 Source99:   %{name}-rpmlintrc

++ OpenSceneGraph-3.6.1.tar.gz -> OpenSceneGraph-3.6.2.tar.gz ++
 5215 lines of diff (skipped)




commit python-zc.buildout for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-07-14 20:25:47

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


Package is "python-zc.buildout"

Sat Jul 14 20:25:47 2018 rev:8 rq:622788 version:2.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2018-05-29 10:38:13.827307405 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
2018-07-14 20:27:39.932562827 +0200
@@ -1,0 +2,13 @@
+Sat Jul  7 08:43:13 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.12.0:
+ - Add a new buildout option ``allow-unknown-extras`` to enable
+   installing requirements that specify extras that do not exist. This
+   needs a corresponding update to zc.recipe.egg. See `issue 457
+   `_.
+   zc.recipe.egg has been updated to 2.0.6 for this change.
+- update to version 2.11.5:
+ - Fix for `issue 295 `_. On
+   windows, deletion of temporary egg files is more robust now.
+
+---

Old:

  zc.buildout-2.11.4.tar.gz

New:

  zc.buildout-2.12.0.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.ABDCF3/_old  2018-07-14 20:27:40.628564613 +0200
+++ /var/tmp/diff_new_pack.ABDCF3/_new  2018-07-14 20:27:40.660564696 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-zc.buildout
-Version:2.11.4
+Version:2.12.0
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts

++ zc.buildout-2.11.4.tar.gz -> zc.buildout-2.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.4/CHANGES.rst 
new/zc.buildout-2.12.0/CHANGES.rst
--- old/zc.buildout-2.11.4/CHANGES.rst  2018-05-14 23:56:36.0 +0200
+++ new/zc.buildout-2.12.0/CHANGES.rst  2018-07-02 11:21:22.0 +0200
@@ -1,10 +1,28 @@
 Change History
 **
 
+2.12.0 (2018-07-02)
+===
+
+- Add a new buildout option ``allow-unknown-extras`` to enable
+  installing requirements that specify extras that do not exist. This
+  needs a corresponding update to zc.recipe.egg. See `issue 457
+  `_.
+
+  zc.recipe.egg has been updated to 2.0.6 for this change.
+
+
+2.11.5 (2018-06-19)
+===
+
+- Fix for `issue 295 `_. On
+  windows, deletion of temporary egg files is more robust now.
+
+
 2.11.4 (2018-05-14)
 ===
 
-- Fix for `issue 451 `:
+- Fix for `issue 451 `_:
   distributions with a version number that normalizes to a shorter version
   number (3.3.0 to 3.3, for instance) can be installed now.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.4/PKG-INFO 
new/zc.buildout-2.12.0/PKG-INFO
--- old/zc.buildout-2.11.4/PKG-INFO 2018-05-14 23:56:36.0 +0200
+++ new/zc.buildout-2.12.0/PKG-INFO 2018-07-02 11:21:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.11.4
+Version: 2.12.0
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -63,10 +63,28 @@
 Change History
 **
 
+2.12.0 (2018-07-02)
+===
+
+- Add a new buildout option ``allow-unknown-extras`` to enable
+  installing requirements that specify extras that do not exist. This
+  needs a corresponding update to zc.recipe.egg. See `issue 457
+  `_.
+
+  zc.recipe.egg has been updated to 2.0.6 for this change.
+
+
+2.11.5 (2018-06-19)
+===
+
+- Fix for `issue 295 
`_. On
+  windows, deletion of temporary egg files is more robust now.
+
+
 2.11.4 (2018-05-14)
 ===
 
-- Fix for `issue 451 
`:
+- Fix for `issue 451 
`_:

commit python-alembic for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2018-07-14 20:25:54

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


Package is "python-alembic"

Sat Jul 14 20:25:54 2018 rev:33 rq:622791 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2018-07-06 10:49:57.458683086 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes   
2018-07-14 20:27:42.368569080 +0200
@@ -1,0 +2,17 @@
+Sat Jul 14 01:57:32 UTC 2018 - a...@gmx.de
+
+- update to version 1.0.0:
+  * feature
++ [feature] [general] For Alembic 1.0, Python 2.6 / 3.3 support is
+  being dropped, allowing a fixed setup.py to be built as well as
+  universal wheels. Pull request courtesy Hugo.  References: #491
++ [feature] [general] With the 1.0 release, Alembic’s minimum
+  SQLAlchemy support version moves to 0.9.0, previously 0.7.9.
+  * bug
++ [bug] [batch] Fixed issue in batch where dropping a primary key
+  column, then adding it back under the same name but without the
+  primary_key flag, would not remove it from the existing
+  PrimaryKeyConstraint. If a new PrimaryKeyConstraint is added, it
+  is used as-is, as was the case before.  References: #502
+
+---

Old:

  alembic-0.9.10.tar.gz

New:

  alembic-1.0.0.tar.gz



Other differences:
--
++ python-alembic.spec ++
--- /var/tmp/diff_new_pack.3MX1is/_old  2018-07-14 20:27:43.248571339 +0200
+++ /var/tmp/diff_new_pack.3MX1is/_new  2018-07-14 20:27:43.260571370 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-alembic
-Version:0.9.10
+Version:1.0.0
 Release:0
 Summary:A database migration tool for SQLAlchemy
 License:MIT
@@ -28,7 +28,7 @@
 Source1:python-alembic-rpmlintrc
 # Test requirements:
 BuildRequires:  %{python_module Mako}
-BuildRequires:  %{python_module SQLAlchemy >= 0.7.6}
+BuildRequires:  %{python_module SQLAlchemy >= 0.9.0}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose >= 0.11}
@@ -39,7 +39,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Mako
-Requires:   python-SQLAlchemy >= 0.7.6
+Requires:   python-SQLAlchemy >= 0.9.0
 Requires:   python-python-dateutil
 Requires:   python-python-editor >= 0.3
 Requires(post): %{_sbindir}/update-alternatives

++ alembic-0.9.10.tar.gz -> alembic-1.0.0.tar.gz ++
 2233 lines of diff (skipped)




commit python-python-afl for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-python-afl for 
openSUSE:Factory checked in at 2018-07-14 20:25:51

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


Package is "python-python-afl"

Sat Jul 14 20:25:51 2018 rev:3 rq:622789 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-python-afl/python-python-afl.changes  
2018-07-06 10:45:21.383014700 +0200
+++ /work/SRC/openSUSE:Factory/.python-python-afl.new/python-python-afl.changes 
2018-07-14 20:27:41.572567037 +0200
@@ -1,0 +2,13 @@
+Sat Jul  7 08:50:22 UTC 2018 - sebix+novell@sebix.at
+
+- update Use-setuptools-and-use-test-command-for-setup.patch
+- update to version 0.7.1:
+  * Reset the SIGCHLD signal handler in the forkserver.
+Thanks to Kuang-che Wu for the bug report.
+  * Document that sys.stdin rewinding is necessary in persistent mode.
+  * Improve the test suite.
++ Improve error messages for missing command-line tools.
+  * Explicitly set Cython's Python language level to 2.
+This might fix build failures with future versions of Cython.
+
+---

Old:

  python-afl-0.7.tar.gz

New:

  python-afl-0.7.1.tar.gz



Other differences:
--
++ python-python-afl.spec ++
--- /var/tmp/diff_new_pack.8YQV2J/_old  2018-07-14 20:27:42.140568495 +0200
+++ /var/tmp/diff_new_pack.8YQV2J/_new  2018-07-14 20:27:42.144568505 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-python-afl
-Version:0.7
+Version:0.7.1
 Release:0
 Summary:American fuzzy lop fork server and instrumentation for 
pure-Python code
 License:MIT
@@ -27,7 +27,7 @@
 Url:http://jwilk.net/software/python-afl
 Source: 
https://files.pythonhosted.org/packages/source/p/python-afl/python-afl-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE 
-Patch0: 
https://github.com/jwilk/python-afl/compare/0.7...sebix:0.7-fix-setup-tests.patch#/Use-setuptools-and-use-test-command-for-setup.patch
+Patch0: 
https://github.com/jwilk/python-afl/compare/0.7.1...sebix:0.7.1-fix-setup-tests.patch#/Use-setuptools-and-use-test-command-for-setup.patch
 BuildRequires:  %{python_module Cython >= 0.19}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}

++ Use-setuptools-and-use-test-command-for-setup.patch ++
--- /var/tmp/diff_new_pack.8YQV2J/_old  2018-07-14 20:27:42.156568536 +0200
+++ /var/tmp/diff_new_pack.8YQV2J/_new  2018-07-14 20:27:42.156568536 +0200
@@ -1,14 +1,14 @@
-From 18aa9f38a495deb7ee7c17077980c62835db99d2 Mon Sep 17 00:00:00 2001
+From 2b32ddf54e778a71ddaaab1fdcf35d82814d46f2 Mon Sep 17 00:00:00 2001
 From: Sebastian Wagner 
 Date: Fri, 14 Oct 2016 09:54:20 +0200
 Subject: [PATCH] Use setuptools and use test command for setup
 
 ---
- setup.py | 68 +---
- 1 file changed, 14 insertions(+), 54 deletions(-)
+ setup.py | 69 +---
+ 1 file changed, 14 insertions(+), 55 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index d813411..d43b3d3 100644
+index 67cb5f8..d43b3d3 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -32,9 +32,9 @@
@@ -38,7 +38,7 @@
  meta = dict(
  name='python-afl',
  version=get_version(),
-@@ -77,60 +84,13 @@ def get_version():
+@@ -77,61 +84,13 @@ def get_version():
  url='http://jwilk.net/software/python-afl',
  author='Jakub Wilk',
  author_email='jw...@jwilk.net',
@@ -47,6 +47,7 @@
 +ext_modules = cythonize(extensions),
  )
  
+-min_cython_version = '0.19'
 -try:
 -import Cython
 -except ImportError:
@@ -54,13 +55,13 @@
 -# For older versions, we use this hack to trick it into installing Cython:
 -if 'setuptools' in sys.modules and sys.argv[1] == 'egg_info':
 -distutils.core.setup(
--install_requires=['Cython>=0.19'],
+-install_requires=['Cython>={v}'.format(v=min_cython_version)],
 -# Conceptually, “setup_requires” would make more sense than
 -# “install_requires”, but the former is not supported by pip.
 -**meta
 -)
 -sys.exit(0)
--raise RuntimeError('Cython >= 0.19 is required')
+-raise RuntimeError('Cython >= {v} is 
required'.format(v=min_cython_version))
 -
 -try:
 -cython_version = Cython.__version__
@@ -69,8 +70,8 @@
 -# Oh well. We don't support such old versions anyway.
 -cython_version = '0'
 -cython_version = distutils.version.LooseVersion(cython_version)
--if cython_version < 

commit okteta for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-07-14 20:25:41

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


Package is "okteta"

Sat Jul 14 20:25:41 2018 rev:62 rq:622514 version:0.25.1

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-06-19 
11:59:54.278405752 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-07-14 
20:27:38.340558741 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 20:35:06 UTC 2018 - wba...@tmo.at
+
+- Update to 0.25.1
+  * Remove extra margins from config dialog pages of the Structures
+tool
+  * Remove debug log "register count: %d, destroy count %d:" from
+normal build
+  * Translations improved (id, it, nn, zh_CN)
+
+---

Old:

  okteta-0.25.0.tar.xz

New:

  okteta-0.25.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Amjpfg/_old  2018-07-14 20:27:38.736559757 +0200
+++ /var/tmp/diff_new_pack.Amjpfg/_new  2018-07-14 20:27:38.736559757 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   okteta
-Version:0.25.0
+Version:0.25.1
 Release:0
 Summary:Hex Editor
 License:GPL-2.0-only AND GFDL-1.2-only

++ okteta-0.25.0.tar.xz -> okteta-0.25.1.tar.xz ++
 10170 lines of diff (skipped)




commit hedgewars for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package hedgewars for openSUSE:Factory 
checked in at 2018-07-14 20:25:14

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


Package is "hedgewars"

Sat Jul 14 20:25:14 2018 rev:5 rq:622475 version:0.9.24.1

Changes:

--- /work/SRC/openSUSE:Factory/hedgewars/hedgewars.changes  2018-01-19 
11:52:22.354015459 +0100
+++ /work/SRC/openSUSE:Factory/.hedgewars.new/hedgewars.changes 2018-07-14 
20:27:27.540531017 +0200
@@ -1,0 +2,144 @@
+Tue Jul  3 12:00:00 UTC 2018 - buckyballreact...@gmail.com
+- package changes:
++ features
+* bugfixes
+== 0.9.24.1 
+ * Fix crash when portable portal device is fired at reduced graphics quality
+ * Fix possible crash when starting Hedgewars frontend in fullscreen mode
+
+== 0.9.24 ==
+Game:
+ + New weapon: Minigun
+ + New game modifier: Enable switch hedgehog at start of turn
+ + Change weapon icons: Mudball, air mine
+ + Add healing visual effect in Paramedics mode and a few scripts
+ + Show remaining ammo when using Birdy egg or RC Plane bomb
+ + Add separate control for team chat (default: U)
+ + Add separate control for changing hedgehog tags (default: Home)
+ + Toggle all hedgehog tags at once with [Precise] + [Change hedgehog tags]
+ + Hedgehog tag translucency is now changed with [Switch] + [Change hedgehog 
tags]
+ + When using flying saucer shortly after a jump, stay in-mid air
+ + No longer cut off team/hedgehog names when not playing online
+ * Fix possible network desynchronization and crash when players rejoin an 
active game
+ * Fix time box being usable in Sudden Death with 0 health decrease
+ * Fix chat input key being sometimes registered twice
+ * Fix not displaying current volume status after pressing mute key
+ * Fix many effects not being correctly recorded by the video recorder
+ * Fix quit menu showing incorrect keys if using non-default key bindings
+ * Fix script translations not being loaded for Portuguese and Chinese
+ * When using seduction, only show “CENSORED” text in English locale
+
+Frontend:
+ + Migrate to Qt 5
+ + Schemes are now stored in separate files under Schemes
+ + Add default directory DrawnMaps for hand-drawn maps
+ + Lead player to training missions when starting Hedgewars the first time
+ * Fix map preview, map name, style name not being displayed if host selects 
map or style you don't have
+ * Remove “Upload to YouTube” functionality (it was broken for years)
+ * Fix broken preview of team hats (e.g. cap_team)
+ * Fix chart in stats screen not supporting negative numbers
+
+Content:
+ + New scenarios: Bazooka Battlefield, Tentacle Terror
+ + New basic training mission: Movement
+ + Completely redo basic training missions: Bazooka, Grenade, Rope
+ + Major overhaul of Sudden Death visuals in most themes
+ + New flag: uk_scotland
+ + New voice: Default_pl (Polish)
+ + New voice: Russian_pl (Polish with a Russian accent)
+ + Add theme icons for: Blox, CrazyMission, Deepspace, Eyes, Planes
+
+Styles and game modes:
+ + Various styles: Add current score/time next to team bars (where applicable)
+ + Remove rubber duck from most weapon schemes and Random Weapon and Balanced 
Random Weapon
+ + Construction Mode: Add a few shortcuts
+ + Construction Mode: Show selected object at cursor and a crate preview icon
+ + Construction Mode: Remember all selections
+ + Construction Mode: Add subtle glow to healing station
+ + Construction Mode: Allow to change "Switch Hedgehog" in weapon scheme
+ + Construction Mode: Hide selected sub-modes from crate/object placer from 
enemies over the net
+ + Highlander: Replace undocumented script param “mode=orig” to “multiuse=true”
+ + Highlander: Display the meaning of “multiuse=true” (or lack thereof) in 
mission panel
+ + Continental supplies: Custom weapon icons for the special weapons
+ + Racer, Tech Racer: Before starting a round, make first waypoint flash and 
center camera to it
+ + Racer, Tech Racer: Various other waypoint appearance improvements
+ + Racer: Use dark waypoints in bright themes like Bath
+ + Racer, HedgeEditor: Show waypoint outline around cursor when placing 
waypoints
+ + Battalion: Minor message and visual improvements
+ + Battalion: Mutate hog hats by default, but not the names
+ + Battalion: Script parameter “mutatenames=true” to also change the hog names 
(default: false)
+ + Battalion (King Mode): Kings always wear crowns and non-kings don't, 
regardless of settings
+ + Battalion (King Mode): If the king dies, the hogs die normally instead of 
disappearing
+ + Space Invasion: Add a default Space Invasion game scheme
+ + Capture the Flag: Can now be played with more than 2 clans
+ + Capture the Flag: Show team scores and score graph 

commit 000product for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-07-14 20:26:12

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


Package is "000product"

Sat Jul 14 20:26:12 2018 rev:353 rq: version:unknown
Sat Jul 14 20:26:09 2018 rev:352 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.v1n5pd/_old  2018-07-14 20:27:49.212586647 +0200
+++ /var/tmp/diff_new_pack.v1n5pd/_new  2018-07-14 20:27:49.212586647 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180713
+  20180714
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180713,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180714,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.v1n5pd/_old  2018-07-14 20:27:49.224586678 +0200
+++ /var/tmp/diff_new_pack.v1n5pd/_new  2018-07-14 20:27:49.228586688 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180713
+Version:    20180714
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180713-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180714-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180713
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180714
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180713-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180714-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180713
+  20180714
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180713
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180714
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.v1n5pd/_old  2018-07-14 20:27:49.240586719 +0200
+++ /var/tmp/diff_new_pack.v1n5pd/_new  2018-07-14 20:27:49.240586719 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180713
+  20180714
   11
-  cpe:/o:opensuse:opensuse:20180713,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180714,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.v1n5pd/_old  2018-07-14 20:27:49.288586843 +0200
+++ /var/tmp/diff_new_pack.v1n5pd/_new  2018-07-14 20:27:49.288586843 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180713-i586-x86_64
+  openSUSE-20180714-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180713
+  20180714
   11
-  cpe:/o:opensuse:opensuse:20180713,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180714,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja

commit claws-mail for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2018-07-14 20:25:24

Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail.new (New)


Package is "claws-mail"

Sat Jul 14 20:25:24 2018 rev:81 rq:622477 version:3.16.0

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2018-05-29 
10:28:26.149011804 +0200
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2018-07-14 20:27:34.248548236 +0200
@@ -1,0 +2,8 @@
+Sun Jul  8 17:32:22 UTC 2018 - bjorn@gmail.com
+
+- Replace enchant-devel with pkgconfig(enchant), current version
+  does not support enchant-2. Fixed upstream for next version.
+- Replace NetworkManager-devel with pkgconfig(libnm), align with
+  what configure looks for.
+
+---



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.8qfAxY/_old  2018-07-14 20:27:34.744549510 +0200
+++ /var/tmp/diff_new_pack.8qfAxY/_new  2018-07-14 20:27:34.748549520 +0200
@@ -38,11 +38,9 @@
 Source: 
http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz
 Patch:  libcanberra-gtk3.patch
 Patch2: Do-not-use-msginfo_list-for-compose.patch
-BuildRequires:  NetworkManager-devel
 BuildRequires:  compface-devel
 BuildRequires:  db-devel
 BuildRequires:  docbook-utils
-BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  gmp-devel
@@ -77,7 +75,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-1) >= 0.60
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.60
+## FIXME ## - On next version bump please replace with pkgconfig(enchant-2)
+BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(gnutls) >= 2.2
+BuildRequires:  pkgconfig(libnm)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(sm)




commit nemo for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2018-07-14 20:25:11

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


Package is "nemo"

Sat Jul 14 20:25:11 2018 rev:26 rq:622474 version:3.8.4

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2018-06-19 
12:04:03.517151784 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2018-07-14 
20:25:19.556202334 +0200
@@ -1,0 +2,15 @@
+Thu Jul  5 13:05:25 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 3.8.4:
+  * nemo-progress-info.c: Emit signals in proper order to prevent
+an unmatched g_application_hold/release in
+nemo-progress-ui-handler.c.
+  * eel-gtk-extensions.c: Use gtk_menu_popup_at_pointer instead of
+plain gtk_menu_popup, which is deprecated (and causes a lot of
+warnings under wayland. Functionality under x11 is unchanged.
+  * nemo-file.c: Fix a couple pixbuf leaks, invalidate thumbnails
+internally when a force refresh is commanded.
+  * various: Fix some memory leaks.
+- Add nemo-gtk-3.20.patch: Restore GTK+ 3.20 support.
+
+---

Old:

  nemo-3.8.3.tar.gz

New:

  nemo-3.8.4.tar.gz
  nemo-gtk-3.20.patch



Other differences:
--
++ nemo.spec ++
--- /var/tmp/diff_new_pack.dXZDMk/_old  2018-07-14 20:25:20.060203628 +0200
+++ /var/tmp/diff_new_pack.dXZDMk/_new  2018-07-14 20:25:20.064203639 +0200
@@ -20,13 +20,15 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:   nemo
-Version:3.8.3
+Version:3.8.4
 Release:0
 Summary:File browser for Cinnamon
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
 URL:https://github.com/linuxmint/nemo
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE nemo-gtk-3.20.patch -- Restore GTK+ 3.20 support.
+Patch0: nemo-gtk-3.20.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
@@ -103,6 +105,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if 0%{?suse_version} < 1500

++ nemo-3.8.3.tar.gz -> nemo-3.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.8.3/debian/changelog 
new/nemo-3.8.4/debian/changelog
--- old/nemo-3.8.3/debian/changelog 2018-06-08 12:55:07.0 +0200
+++ new/nemo-3.8.4/debian/changelog 2018-07-05 11:40:01.0 +0200
@@ -1,3 +1,13 @@
+nemo (3.8.4) tara; urgency=medium
+
+  [ Michael Webster ]
+  * nemo-progress-info.c: Emit signals in proper order to prevent an unmatched 
g_application_hold/release in nemo-progress-ui-handler.c.
+  * eel-gtk-extensions.c: use gtk_menu_popup_at_pointer instead of plain 
gtk_menu_popup, which is deprecated (and causes a lot of warnings under 
wayland.  Functionality under x11 is unchanged.
+  * nemo-file.c: fix a couple pixbuf leaks, invalidate thumbnails internally 
when a force refresh is commanded.
+  * various: fix some memory leaks discovered by valgrind.
+
+ -- Clement Lefebvre   Thu, 05 Jul 2018 11:39:39 +0200
+
 nemo (3.8.3) tara; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.8.3/eel/eel-gtk-extensions.c 
new/nemo-3.8.4/eel/eel-gtk-extensions.c
--- old/nemo-3.8.3/eel/eel-gtk-extensions.c 2018-06-08 12:55:07.0 
+0200
+++ new/nemo-3.8.4/eel/eel-gtk-extensions.c 2018-07-05 11:40:01.0 
+0200
@@ -287,13 +287,7 @@
button = 0;
}
 
-   gtk_menu_popup (menu,   /* menu */
-   NULL,   /* 
parent_menu_shell */
-   NULL,   /* 
parent_menu_item */
-   NULL,   /* 
popup_position_func */
-   NULL,   /* 
popup_position_data */
-   button, /* button */
-   event ? event->time : gtk_get_current_event_time ()); 
/* activate_time */
+   gtk_menu_popup_at_pointer (menu, (GdkEvent *) event);
 
g_object_ref_sink (menu);
g_object_unref (menu);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.8.3/libnemo-private/nemo-action-manager.c 
new/nemo-3.8.4/libnemo-private/nemo-action-manager.c
--- old/nemo-3.8.3/libnemo-private/nemo-action-manager.c2018-06-08 
12:55:07.0 +0200
+++ 

commit cinnamon-session for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package cinnamon-session for 
openSUSE:Factory checked in at 2018-07-14 20:25:00

Comparing /work/SRC/openSUSE:Factory/cinnamon-session (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-session.new (New)


Package is "cinnamon-session"

Sat Jul 14 20:25:00 2018 rev:15 rq:622473 version:3.8.2

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-session/cinnamon-session.changes
2018-04-26 13:37:05.230156485 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-session.new/cinnamon-session.changes   
2018-07-14 20:25:10.940180196 +0200
@@ -1,0 +2,8 @@
+Thu Jul  5 13:05:25 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 3.8.2:
+  * build: Fix PKGDATADIR define / use only one define.
+  * Autostart: Do not let a buggy GSettings condition break the
+session.
+
+---

Old:

  cinnamon-session-3.8.1.tar.gz

New:

  cinnamon-session-3.8.2.tar.gz



Other differences:
--
++ cinnamon-session.spec ++
--- /var/tmp/diff_new_pack.2vRMTI/_old  2018-07-14 20:25:11.608181912 +0200
+++ /var/tmp/diff_new_pack.2vRMTI/_new  2018-07-14 20:25:11.608181912 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-session
-Version:3.8.1
+Version:3.8.2
 Release:0
 Summary:The session manager for the Cinnamon Desktop
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ cinnamon-session-3.8.1.tar.gz -> cinnamon-session-3.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-session-3.8.1/cinnamon-session/csm-autostart-app.c 
new/cinnamon-session-3.8.2/cinnamon-session/csm-autostart-app.c
--- old/cinnamon-session-3.8.1/cinnamon-session/csm-autostart-app.c 
2018-04-19 13:06:26.0 +0200
+++ new/cinnamon-session-3.8.2/cinnamon-session/csm-autostart-app.c 
2018-07-04 22:34:06.0 +0200
@@ -344,6 +344,30 @@
 }
 
 static gboolean
+contained (const gchar * const *items,
+   const gchar *item)
+{
+while (*items)
+if (strcmp (*items++, item) == 0)
+return TRUE;
+return FALSE;
+}
+
+static gboolean
+check_gsettings_schema_has_key (GSettingsSchema   *schema,
+const gchar *key)
+{
+gboolean good;
+gchar **keys;
+
+keys = g_settings_schema_list_keys (schema);
+good = contained ((const gchar **) keys, key);
+g_strfreev (keys);
+
+return good;
+}
+
+static gboolean
 setup_gsettings_condition_monitor (CsmAutostartApp *app,
const char  *key)
 {
@@ -371,6 +395,13 @@
 if (schema == NULL)
 goto out;
 
+if (!check_gsettings_schema_has_key(schema, elems[1])) {
+g_warning ("Gsettings key %s %s could not be found!",
+   elems[0],
+   elems[1]);
+goto out;
+}
+
 settings = g_settings_new_full (schema, NULL, NULL);
 retval = g_settings_get_boolean (settings, elems[1]);
 g_settings_schema_unref (schema);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-session-3.8.1/cinnamon-session/csm-inhibit-dialog.c 
new/cinnamon-session-3.8.2/cinnamon-session/csm-inhibit-dialog.c
--- old/cinnamon-session-3.8.1/cinnamon-session/csm-inhibit-dialog.c
2018-04-19 13:06:26.0 +0200
+++ new/cinnamon-session-3.8.2/cinnamon-session/csm-inhibit-dialog.c
2018-07-04 22:34:06.0 +0200
@@ -1075,7 +1075,7 @@
 
 error = NULL;
 if (!gtk_builder_add_from_file (dialog->priv->xml,
-GTKBUILDER_DIR "/" GTKBUILDER_FILE,
+PKGDATADIR "/" GTKBUILDER_FILE,
 )) {
 if (error) {
 g_warning ("Could not load inhibitor UI file: %s",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-session-3.8.1/debian/changelog 
new/cinnamon-session-3.8.2/debian/changelog
--- old/cinnamon-session-3.8.1/debian/changelog 2018-04-19 13:06:26.0 
+0200
+++ new/cinnamon-session-3.8.2/debian/changelog 2018-07-04 22:34:06.0 
+0200
@@ -1,3 +1,13 @@
+cinnamon-session (3.8.2) tara; urgency=medium
+
+  [ itzexor ]
+  * build: fix PKGDATADIR define / use only one define
+
+  [ Clement Lefebvre ]
+  * Autostart: Don't let buggy GSettings condition break the session
+
+ -- Clement Lefebvre   Wed, 04 Jul 2018 22:33:18 +0200
+
 cinnamon-session (3.8.1) tara; urgency=medium
 
   [ Fabio 

commit python-botocore for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2018-07-14 20:24:37

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


Package is "python-botocore"

Sat Jul 14 20:24:37 2018 rev:29 rq:622456 version:1.10.57

Changes:

--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2018-06-20 15:33:34.029264665 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 
2018-07-14 20:24:44.656112656 +0200
@@ -1,0 +2,71 @@
+Fri Jul 13 10:00:11 UTC 2018 - adrian.glaub...@suse.com
+
+- Version update to 1.10.57
+  * api-change:``iam``: Update iam client to latest version
+  * api-change:``dlm``: Update dlm client to latest version
+  * api-change:``appsync``: Update appsync client to latest version
+  * api-change:``efs``: Update efs client to latest version
+  * api-change:``codebuild``: Update codebuild client to latest version
+  * api-change:``emr``: Update emr client to latest version
+- from version 1.10.56
+  * api-change:``ssm``: Update ssm client to latest version
+  * api-change:``s3``: Update s3 client to latest version
+  * api-change:``apigateway``: Update apigateway client to latest version
+  * api-change:``ce``: Update ce client to latest version
+- from version 1.10.55
+  * api-change:``ec2``: Update ec2 client to latest version
+  * api-change:``codebuild``: Update codebuild client to latest version
+  * api-change:``glue``: Update glue client to latest version
+  * api-change:``opsworks``: Update opsworks client to latest version
+  * api-change:``appstream``: Update appstream client to latest version
+- from version 1.10.54
+  * api-change:``application-autoscaling``: Update application-autoscaling 
client to latest version
+- from version 1.10.53
+  * api-change:``application-autoscaling``: Update application-autoscaling 
client to latest version
+  * api-change:``lambda``: Update lambda client to latest version
+  * api-change:``dms``: Update dms client to latest version
+  * api-change:``ce``: Update ce client to latest version
+  * api-change:``transcribe``: Update transcribe client to latest version
+- from version 1.10.52
+  * api-change:``mediaconvert``: Update mediaconvert client to latest version
+  * api-change:``serverlessrepo``: Update serverlessrepo client to latest 
version
+- from version 1.10.51
+  * api-change:``sagemaker``: Update sagemaker client to latest version
+  * api-change:``pinpoint``: Update pinpoint client to latest version
+- from version 1.10.50
+  * api-change:``ec2``: Update ec2 client to latest version
+  * api-change:``redshift``: Update redshift client to latest version
+  * api-change:``acm``: Update acm client to latest version
+- from version 1.10.49
+  * api-change:``ssm``: Update ssm client to latest version
+- from version 1.10.48
+  * api-change:``elasticbeanstalk``: Update elasticbeanstalk client to latest 
version
+  * api-change:``storagegateway``: Update storagegateway client to latest 
version
+  * api-change:``lambda``: Update lambda client to latest version
+- from version 1.10.47
+  * api-change:``cloudfront``: Update cloudfront client to latest version
+  * api-change:``comprehend``: Update comprehend client to latest version
+  * api-change:``codepipeline``: Update codepipeline client to latest version
+  * api-change:``secretsmanager``: Update secretsmanager client to latest 
version
+  * enhancement:StreamingResponses: Add ``iter_lines()`` and ``iter_chunks()`` 
to streaming responses (`#1195 
`__)
+- from version 1.10.46
+  * api-change:``secretsmanager``: Update secretsmanager client to latest 
version
+  * api-change:``s3``: Update s3 client to latest version
+  * api-change:``inspector``: Update inspector client to latest version
+- from version 1.10.45
+  * api-change:``appstream``: Update appstream client to latest version
+  * api-change:``alexaforbusiness``: Update alexaforbusiness client to latest 
version
+- from version 1.10.44
+  * api-change:``clouddirectory``: Update clouddirectory client to latest 
version
+- from version 1.10.43
+  * api-change:``ssm``: Update ssm client to latest version
+  * api-change:``macie``: Update macie client to latest version
+  * api-change:``neptune``: Update neptune client to latest version
+- from version 1.10.42
+  * api-change:``acm-pca``: Update acm-pca client to latest version
+  * api-change:``rds``: Update rds client to latest version
+  * api-change:``medialive``: Update medialive client to latest version
+- from version 1.10.41
+  * api-change:``rekognition``: Update rekognition client to latest version
+
+---

Old:

  botocore-1.10.40.tar.gz

New:

commit php7-redis for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package php7-redis for openSUSE:Factory 
checked in at 2018-07-14 20:24:54

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


Package is "php7-redis"

Sat Jul 14 20:24:54 2018 rev:11 rq:622470 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/php7-redis/php7-redis.changes2018-04-30 
22:58:05.778305395 +0200
+++ /work/SRC/openSUSE:Factory/.php7-redis.new/php7-redis.changes   
2018-07-14 20:24:54.992139217 +0200
@@ -1,0 +2,15 @@
+Fri Jul 13 12:56:48 UTC 2018 - i...@ilya.pp.ua
+
+- Update to 4.1.0
+  * https://pecl.php.net/package-changelog.php?package=redis=4.1.0
+  * Add callbacks validate_sid and update_timestamp to session handler.
+  * Call cluster_disconnect before destroying cluster object.
+  * Bulk strings can be zero length.
+  * Handle async parameter for flushDb and flushAll.
+  * Split INSTALL and add more instructions.
+  * Only the first arg of connect and pconnect is required.
+  * Add session locking functionality.
+  * Fix compression in RedisCluster.
+  * Refactor geo* commands + documentation improvements.
+
+---

Old:

  redis-4.0.2.tgz

New:

  redis-4.1.0.tgz



Other differences:
--
++ php7-redis.spec ++
--- /var/tmp/diff_new_pack.eGnKIK/_old  2018-07-14 20:24:56.328142650 +0200
+++ /var/tmp/diff_new_pack.eGnKIK/_new  2018-07-14 20:24:56.328142650 +0200
@@ -18,7 +18,7 @@
 %define php_namephp7
 %define pkg_nameredis
 Name:   %{php_name}-%{pkg_name}
-Version:4.0.2
+Version:4.1.0
 Release:0
 Summary:API for communicating with Redis servers
 License:PHP-3.01

++ redis-4.0.2.tgz -> redis-4.1.0.tgz ++
 67294 lines of diff (skipped)




commit pidentd for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package pidentd for openSUSE:Factory checked 
in at 2018-07-14 20:24:47

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


Package is "pidentd"

Sat Jul 14 20:24:47 2018 rev:21 rq:622462 version:3.0.19

Changes:

--- /work/SRC/openSUSE:Factory/pidentd/pidentd.changes  2018-04-07 
20:55:24.637966000 +0200
+++ /work/SRC/openSUSE:Factory/.pidentd.new/pidentd.changes 2018-07-14 
20:24:54.136137018 +0200
@@ -1,0 +2,5 @@
+Fri Jul 13 02:51:10 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to drop uname -r from binary (boo#1101107)
+
+---

New:

  reproducible.patch



Other differences:
--
++ pidentd.spec ++
--- /var/tmp/diff_new_pack.sbJ8k6/_old  2018-07-14 20:24:54.764138632 +0200
+++ /var/tmp/diff_new_pack.sbJ8k6/_new  2018-07-14 20:24:54.764138632 +0200
@@ -29,6 +29,7 @@
 Patch1: 01-legacy.patch
 Patch2: pidentd-rpmlint-gcc-checks.patch
 Patch3: pidentd-no-date.patch
+Patch4: reproducible.patch
 BuildRequires:  autoconf
 BuildRequires:  libtool
 
@@ -43,6 +44,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoconf

++ reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2018-07-13

Do not capture build system kernel version
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

Index: pidentd-3.0.19/src/support.c
===
--- pidentd-3.0.19.orig/src/support.c
+++ pidentd-3.0.19/src/support.c
@@ -44,7 +44,7 @@ osinfo_get(char *buf)
 if (uname() < 0)
return NULL;
 #ifndef _AIX
-sprintf(buf, "%s %s", ub.sysname, ub.release);
+sprintf(buf, "%s 2.6", ub.sysname);
 #else
 sprintf(buf, "%s %s.%s", ub.sysname, ub.version, ub.release);
 #endif



commit legion for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package legion for openSUSE:Factory checked 
in at 2018-07-14 20:24:40

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


Package is "legion"

Sat Jul 14 20:24:40 2018 rev:13 rq:622458 version:18.05.0

Changes:

--- /work/SRC/openSUSE:Factory/legion/legion.changes2018-07-09 
13:29:15.654742770 +0200
+++ /work/SRC/openSUSE:Factory/.legion.new/legion.changes   2018-07-14 
20:24:48.268121938 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 18:30:46 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to compile independent of build system CPU
+  (boo#1100677)
+
+---

New:

  reproducible.patch



Other differences:
--
++ legion.spec ++
--- /var/tmp/diff_new_pack.wWtUqT/_old  2018-07-14 20:24:51.368129905 +0200
+++ /var/tmp/diff_new_pack.wWtUqT/_new  2018-07-14 20:24:51.368129905 +0200
@@ -34,6 +34,7 @@
 Source0:%{name}-%{version}%{git_ver}.tar.gz
 Patch0: legion-fix-potential-return-of-random-data.patch
 Patch1: gcc-8.patch
+Patch2: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  %{mpi_implem}
@@ -99,6 +100,7 @@
 # Workaround GCC8 bug in TW
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 . %{_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh

++ reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2018-07-10

drop -march=native compile option to not vary build results
depending on OBS build worker CPU
(including instructions not understood by older machines)

Index: legion-18.02.0.0.57d01885ce18/CMakeLists.txt
===
--- legion-18.02.0.0.57d01885ce18.orig/CMakeLists.txt
+++ legion-18.02.0.0.57d01885ce18/CMakeLists.txt
@@ -57,47 +57,8 @@ set(BUILD_SHARED_LIBS OFF   CACHE BOOL
 
#--#
 # Architecture
 
#--#
-if(BUILD_MARCH AND BUILD_MCPU)
-  message(FATAL_ERROR "BUILD_MARCH and BUILD_MCPU are incompatible")
-endif()
-
-# Try -march first. On platforms that don't support it, GCC will issue
-# a hard error, so we'll know not to use it.
-if(BUILD_MARCH)
-  set(INTERNAL_BUILD_MARCH ${BUILD_MARCH})
-else()
-  set(INTERNAL_BUILD_MARCH "native")
-endif()
 
 include(CheckCXXCompilerFlag)
-check_cxx_compiler_flag("-march=${INTERNAL_BUILD_MARCH}" 
COMPILER_SUPPORTS_MARCH)
-if(COMPILER_SUPPORTS_MARCH)
-  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=${INTERNAL_BUILD_MARCH}")
-elseif(BUILD_MARCH)
-  message(FATAL_ERROR "The flag -march=${INTERNAL_BUILD_MARCH} is not 
supported by the compiler")
-else()
-  unset(INTERNAL_BUILD_MARCH)
-endif()
-
-# Try -mcpu. We do this second because it is deprecated on x86, but
-# GCC won't issue a hard error, so we can't tell if it worked or not.
-if (NOT INTERNAL_BUILD_MARCH)
-  if(BUILD_MCPU)
-set(INTERNAL_BUILD_MCPU ${BUILD_MCPU})
-  else()
-set(INTERNAL_BUILD_MCPU "native")
-  endif()
-
-  check_cxx_compiler_flag("-mcpu=${INTERNAL_BUILD_MCPU}" 
COMPILER_SUPPORTS_MCPU)
-  if(COMPILER_SUPPORTS_MCPU)
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mcpu=${INTERNAL_BUILD_MCPU}")
-  elseif(BUILD_MCPU)
-message(FATAL_ERROR "The flag -mcpu=${INTERNAL_BUILD_MCPU} is not 
supported by the compiler")
-  else()
-unset(INTERNAL_BUILD_MCPU)
-  endif()
-endif()
-
 # Add flags for Power architectures
 check_cxx_compiler_flag("-maltivec -Werror" COMPILER_SUPPORTS_MALTIVEC)
 if(COMPILER_SUPPORTS_MALTIVEC)



commit python-jedi for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-jedi for openSUSE:Factory 
checked in at 2018-07-14 20:24:11

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


Package is "python-jedi"

Sat Jul 14 20:24:11 2018 rev:9 rq:622028 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2018-04-20 
17:33:56.964792605 +0200
+++ /work/SRC/openSUSE:Factory/.python-jedi.new/python-jedi.changes 
2018-07-14 20:24:14.944036294 +0200
@@ -1,0 +2,14 @@
+Mon Jul  2 01:09:29 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * require parso >= 0.3.0
+  * remove python-devel requirement
+
+- update to version 0.12.1:
+  * This release forces you to upgrade parso. If you don't, nothing
+will work anymore. Otherwise changes should be limited to bug
+fixes. Unfortunately Jedi still uses a few internals of parso that
+make it hard to keep compatibility over multiple releases. Parso
+>=0.3.0 is going to be needed.
+
+---

Old:

  jedi-0.12.0.tar.gz

New:

  jedi-0.12.1.tar.gz



Other differences:
--
++ python-jedi.spec ++
--- /var/tmp/diff_new_pack.9ltgZz/_old  2018-07-14 20:24:15.580037929 +0200
+++ /var/tmp/diff_new_pack.9ltgZz/_new  2018-07-14 20:24:15.584037939 +0200
@@ -16,40 +16,38 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Compiled file tests only work on particular architectures and only run on 
python 3.4
 %bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jedi
-Version:0.12.0
+Version:0.12.1
 Release:0
 Summary:An autocompletion tool for Python
-License:MIT and Python-2.0
+License:MIT AND Python-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/davidhalter/jedi
+URL:https://github.com/davidhalter/jedi
 Source0:
https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
 Patch0: test_requrements.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-parso
+Requires:   python-parso >= 0.3.0
+BuildArch:  noarch
 %if %{with tests}
 # Test requirements
 BuildRequires:  %{python_module colorama}
 BuildRequires:  %{python_module docopt}
 BuildRequires:  %{python_module numpydoc}
-BuildRequires:  %{python_module parso}
+BuildRequires:  %{python_module parso >= 0.3.0}
 BuildRequires:  %{python_module pytest >= 2.3.5}
 BuildRequires:  %{python_module pytest-cache}
 BuildRequires:  python2-typing
+BuildRequires:  python3-tox
 # do not require python3-typing for python >= 3.5
 %if 0%{?suse_version} <= 1320
 BuildRequires:  python3-typing
 %endif
-BuildRequires:  python3-tox
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -88,7 +86,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS.txt CHANGELOG.rst README.rst
 %license LICENSE.txt
 %{python_sitelib}/jedi-%{version}-py*.egg-info

++ jedi-0.12.0.tar.gz -> jedi-0.12.1.tar.gz ++
 1642 lines of diff (skipped)




commit dcmtk for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package dcmtk for openSUSE:Factory checked 
in at 2018-07-14 20:24:34

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


Package is "dcmtk"

Sat Jul 14 20:24:34 2018 rev:17 rq:622455 version:3.6.3

Changes:

--- /work/SRC/openSUSE:Factory/dcmtk/dcmtk.changes  2018-05-29 
10:44:57.564405059 +0200
+++ /work/SRC/openSUSE:Factory/.dcmtk.new/dcmtk.changes 2018-07-14 
20:24:34.824087389 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 08:13:48 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Add patch to fix path in DCMTKConfig.cmake:
+  * dcmtk-fix-CONFIGURE_PACKAGE_CONFIG_FILE.patch
+
+---

New:

  dcmtk-fix-CONFIGURE_PACKAGE_CONFIG_FILE.patch



Other differences:
--
++ dcmtk.spec ++
--- /var/tmp/diff_new_pack.RclLDU/_old  2018-07-14 20:24:35.304088623 +0200
+++ /var/tmp/diff_new_pack.RclLDU/_new  2018-07-14 20:24:35.308088633 +0200
@@ -27,6 +27,8 @@
 Source0:
ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/release/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE dcmtk-fix-DCMTKTargets.cmake.patch -- Do not track 
executables to be able to use dcmtk-devel without dcmtk package
 Patch0: dcmtk-fix-DCMTKTargets.cmake.patch
+# PATCH-FIX-UPSTREAM dcmtk-fix-CONFIGURE_PACKAGE_CONFIG_FILE.patch -- Fix path
+Patch1: dcmtk-fix-CONFIGURE_PACKAGE_CONFIG_FILE.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes

++ dcmtk-fix-CONFIGURE_PACKAGE_CONFIG_FILE.patch ++
Subject: Fix installation path in config file
From: Guillaume GARDET 

--- dcmtk-3.6.3.orig/CMake/GenerateCMakeExports.cmake   2018-07-10 
09:18:58.552259043 +0200
+++ dcmtk-3.6.3/CMake/GenerateCMakeExports.cmake2018-07-10 
09:19:07.912402354 +0200
@@ -76,6 +76,6 @@ SET(DCMTK_INSTALL_CONFIG "${CMAKE_BINARY
 CONFIGURE_PACKAGE_CONFIG_FILE(
 CMake/DCMTKConfig.cmake.in
 "${DCMTK_INSTALL_CONFIG}"
-INSTALL_DESTINATION "${CMAKE_INSTALL_PREFIX}/${DCMTK_INSTALL_CMKDIR}"
+INSTALL_DESTINATION "${DCMTK_INSTALL_CMKDIR}"
 PATH_VARS DCMTK_CMKDIR_CONFIG DCMTK_INCLUDE_DIR_CONFIGS
 NO_CHECK_REQUIRED_COMPONENTS_MACRO)



commit ulogd for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package ulogd for openSUSE:Factory checked 
in at 2018-07-14 20:24:03

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


Package is "ulogd"

Sat Jul 14 20:24:03 2018 rev:13 rq:621108 version:2.0.7

Changes:

--- /work/SRC/openSUSE:Factory/ulogd/ulogd.changes  2017-03-12 
20:05:37.983892001 +0100
+++ /work/SRC/openSUSE:Factory/.ulogd.new/ulogd.changes 2018-07-14 
20:24:08.316019257 +0200
@@ -1,0 +2,12 @@
+Tue May  1 12:48:48 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2.0.7
+  * ulogd: Use /dev/null as dummy logfile when logging to syslog
+  * json: output messages in JSONv1 format
+  * json: append timezone information to ISO-8601 date
+  * ulogd: fix crash when ipv4 packet is truncated
+  * ulogd: fix crash when plugin version are incorrect
+  * ulogd: use a RT scheduler by default
+  * ulogd: load all plugins by default
+
+---

Old:

  ulogd-2.0.5.tar.bz2
  ulogd-2.0.5.tar.bz2.sig

New:

  ulogd-2.0.7.tar.bz2
  ulogd-2.0.7.tar.bz2.sig



Other differences:
--
++ ulogd.spec ++
--- /var/tmp/diff_new_pack.chXkEV/_old  2018-07-14 20:24:09.348021910 +0200
+++ /var/tmp/diff_new_pack.chXkEV/_new  2018-07-14 20:24:09.364021951 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ulogd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,10 +17,10 @@
 
 
 Name:   ulogd
-Version:2.0.5
+Version:2.0.7
 Release:0
 Summary:Userspace logging for Netfilter
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/ulogd/
 

++ ulogd-2.0.5.tar.bz2 -> ulogd-2.0.7.tar.bz2 ++
 41477 lines of diff (skipped)

++ ulogd-conf.diff ++
--- /var/tmp/diff_new_pack.chXkEV/_old  2018-07-14 20:24:09.760022969 +0200
+++ /var/tmp/diff_new_pack.chXkEV/_new  2018-07-14 20:24:09.760022969 +0200
@@ -2,10 +2,10 @@
  ulogd.conf.in |   29 +++--
  1 file changed, 11 insertions(+), 18 deletions(-)
 
-Index: ulogd-2.0.4/ulogd.conf.in
+Index: ulogd-2.0.7/ulogd.conf.in
 ===
 ulogd-2.0.4.orig/ulogd.conf.in
-+++ ulogd-2.0.4/ulogd.conf.in
+--- ulogd-2.0.7.orig/ulogd.conf.in
 ulogd-2.0.7/ulogd.conf.in
 @@ -6,9 +6,10 @@
  # GLOBAL OPTIONS
  ##
@@ -18,7 +18,7 @@
  
  # loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) (default 5)
  # loglevel=1
-@@ -57,9 +58,6 @@ plugin="@pkglibdir@/ulogd_output_GRAPHIT
+@@ -58,9 +59,6 @@ logfile="/var/log/ulogd.log"
  # this is a stack for packet-based logging via LOGEMU
  
#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
  
@@ -26,9 +26,9 @@
 -#stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
 -
  # this is a stack for packet-based logging via LOGEMU with filtering on MARK
- 
#stack=log2:NFLOG,mark1:MARK,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+ 
#stack=log2:NFLOG,base1:BASE,mark1:MARK,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
  
-@@ -174,34 +172,29 @@ numeric_label=1 # you can label the log
+@@ -175,34 +173,29 @@ numeric_label=1 # you can label the log
  #netlink_socket_buffer_maxsize=1085440
  #bind=1
  
@@ -68,7 +68,7 @@
  #timestamp=0
  # device name to be used in JSON message
  #device="My awesome Netfilter firewall"
-@@ -212,7 +205,7 @@ sync=1
+@@ -216,7 +209,7 @@ sync=1
  
  [pcap1]
  #default file is /var/log/ulogd.pcap
@@ -77,22 +77,20 @@
  sync=1
  
  [mysql1]
-@@ -297,12 +290,12 @@ procedure="INSERT_PACKET_FULL"
+@@ -301,18 +294,18 @@ procedure="INSERT_PACKET_FULL"
  
  [sqlite3_ct]
  table="ulog_ct"
 -db="/var/log/ulogd.sqlite3db"
 +db="/var/log/ulogd/ulogd.sqlite3db"
- buffer=200
  
  [sqlite3_pkt]
  table="ulog_pkt"
 -db="/var/log/ulogd.sqlite3db"
 +db="/var/log/ulogd/ulogd.sqlite3db"
- buffer=200
  
  [sys2]
-@@ -310,7 +303,7 @@ facility=LOG_LOCAL2
+ facility=LOG_LOCAL2
  
  [nacct1]
  sync = 1




commit python-llvmlite for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-llvmlite for openSUSE:Factory 
checked in at 2018-07-14 20:24:21

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


Package is "python-llvmlite"

Sat Jul 14 20:24:21 2018 rev:7 rq:622446 version:0.24.0

Changes:

--- /work/SRC/openSUSE:Factory/python-llvmlite/python-llvmlite.changes  
2018-06-25 11:42:50.948489313 +0200
+++ /work/SRC/openSUSE:Factory/.python-llvmlite.new/python-llvmlite.changes 
2018-07-14 20:24:25.656063826 +0200
@@ -1,0 +2,7 @@
+Fri Jul 13 09:29:54 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.24.0:
+  * Various small fixes
+  * ppc64le issues
+
+---

Old:

  llvmlite-0.23.2.tar.gz

New:

  llvmlite-0.24.0.tar.gz



Other differences:
--
++ python-llvmlite.spec ++
--- /var/tmp/diff_new_pack.T9VGhW/_old  2018-07-14 20:24:26.764066674 +0200
+++ /var/tmp/diff_new_pack.T9VGhW/_new  2018-07-14 20:24:26.796066756 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-llvmlite
-Version:0.23.2
+Version:0.24.0
 Release:0
 Summary:Lightweight wrapper around basic LLVM functionality
 License:BSD-2-Clause

++ llvmlite-0.23.2.tar.gz -> llvmlite-0.24.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/llvmlite-0.23.2/PKG-INFO new/llvmlite-0.24.0/PKG-INFO
--- old/llvmlite-0.23.2/PKG-INFO2018-06-01 22:10:20.0 +0200
+++ new/llvmlite-0.24.0/PKG-INFO2018-07-10 16:51:01.0 +0200
@@ -1,13 +1,124 @@
 Metadata-Version: 1.1
 Name: llvmlite
-Version: 0.23.2
+Version: 0.24.0
 Summary: lightweight wrapper around basic LLVM functionality
 Home-page: http://llvmlite.pydata.org
 Author: Continuum Analytics, Inc.
 Author-email: numba-us...@continuum.io
 License: BSD
 Download-URL: https://github.com/numba/llvmlite
-Description: UNKNOWN
+Description: 
+llvmlite
+
+.. image:: https://travis-ci.org/numba/llvmlite.svg?branch=master
+   :target: https://travis-ci.org/numba/llvmlite
+   :alt: Travis CI
+.. image:: https://codeclimate.com/github/numba/llvmlite/badges/gpa.svg
+   :target: https://codeclimate.com/github/numba/llvmlite
+   :alt: Code Climate
+.. image:: https://coveralls.io/repos/github/numba/llvmlite/badge.svg
+   :target: https://coveralls.io/github/numba/llvmlite
+   :alt: Coveralls.io
+.. image:: https://readthedocs.org/projects/llvmlite/badge/
+   :target: https://llvmlite.readthedocs.io
+   :alt: Readthedocs.io
+
+A lightweight LLVM python binding for writing JIT compilers
+
+The old llvmpy_  binding exposes a lot of LLVM APIs but the mapping of
+C++-style memory management to Python is error prone. Numba_ and many 
JIT
+compilers do not need a full LLVM API.  Only the IR builder, optimizer,
+and JIT compiler APIs are necessary.
+
+.. _llvmpy: https://github.com/llvmpy/llvmpy
+
+llvmlite is a project originally tailored for Numba_'s needs, using the
+following approach:
+
+* A small C wrapper around the parts of the LLVM C++ API we need that 
are
+  not already exposed by the LLVM C API.
+* A ctypes Python wrapper around the C API.
+* A pure Python implementation of the subset of the LLVM IR builder 
that we
+  need for Numba.
+
+
+Key Benefits
+
+
+* The IR builder is pure Python code and decoupled from LLVM's
+  frequently-changing C++ APIs.
+* Materializing a LLVM module calls LLVM's IR parser which provides
+  better error messages than step-by-step IR building through the C++
+  API (no more segfaults or process aborts).
+* Most of llvmlite uses the LLVM C API which is small but very stable
+  (low maintenance when changing LLVM version).
+* The binding is not a Python C-extension, but a plain DLL accessed 
using
+  ctypes (no need to wrestle with Python's compiler requirements and 
C++ 11
+  compatibility).
+* The Python binding layer has sane memory management.
+* llvmlite is quite faster than llvmpy's thanks to a much simpler 
architeture
+  (the Numba_ test suite is twice faster than it was).
+
+llvmpy Compatibility Layer
+--
+
+The ``llvmlite.llvmpy`` 

commit lxqt-sudo for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package lxqt-sudo for openSUSE:Factory 
checked in at 2018-07-14 20:24:15

Comparing /work/SRC/openSUSE:Factory/lxqt-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-sudo.new (New)


Package is "lxqt-sudo"

Sat Jul 14 20:24:15 2018 rev:6 rq:622435 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-sudo/lxqt-sudo.changes  2018-06-29 
22:31:19.338259240 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-sudo.new/lxqt-sudo.changes 2018-07-14 
20:24:16.836041157 +0200
@@ -1,0 +2,7 @@
+Thu Jul 12 16:13:40 CEST 2018 - ti...@suse.de
+
+- Fix the missing capture of the prompt line without the space
+  letter at the end of line (boo#1100871):
+  lxqt-sudo-prompt-fix.patch
+
+---

New:

  lxqt-sudo-prompt-fix.patch



Other differences:
--
++ lxqt-sudo.spec ++
--- /var/tmp/diff_new_pack.yJDO2g/_old  2018-07-14 20:24:17.960044046 +0200
+++ /var/tmp/diff_new_pack.yJDO2g/_new  2018-07-14 20:24:17.964044056 +0200
@@ -26,6 +26,7 @@
 Source: 
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
+Patch1: lxqt-sudo-prompt-fix.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
 BuildRequires:  lxqt-build-tools-devel >= 0.5.0
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No


++ lxqt-sudo-prompt-fix.patch ++
---
 sudo.cpp |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

--- a/sudo.cpp
+++ b/sudo.cpp
@@ -52,7 +52,8 @@ namespace
 
 const QString su_prog{QStringLiteral(LXQTSUDO_SU)};
 const QString sudo_prog{QStringLiteral(LXQTSUDO_SUDO)};
-const QString pwd_prompt_end{QStringLiteral(": ")};
+const QString pwd_prompt_end{QStringLiteral(":")};
+const QString pwd_prompt_end_with_space{QStringLiteral(": ")};
 const QChar nl{QLatin1Char('\n')};
 
 void usage(QString const & err = QString())
@@ -277,7 +278,8 @@ int Sudo::parent()
 lxqtApp->quit();
 } else
 {
-if (line.endsWith(pwd_prompt_end))
+if (line.endsWith(pwd_prompt_end) ||
+line.endsWith(pwd_prompt_end_with_space))
 {
 //if now echo is turned off, su/sudo requests password
 struct termios tios;




commit nftables for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package nftables for openSUSE:Factory 
checked in at 2018-07-14 20:24:00

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


Package is "nftables"

Sat Jul 14 20:24:00 2018 rev:14 rq:621107 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/nftables/nftables.changes2018-06-05 
12:53:39.759987398 +0200
+++ /work/SRC/openSUSE:Factory/.nftables.new/nftables.changes   2018-07-14 
20:24:03.676007330 +0200
@@ -1,0 +2,10 @@
+Sat Jun  9 07:28:57 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 0.9.0
+  * Support to check if packet matches an existing socket.
+  * Support to limit number of active connections by arbitrary
+criteria, such as ip addresses, networks, conntrack zones or
+any combination thereof.
+  * Added support for "audit" logging.
+
+---

Old:

  nftables-0.8.5.tar.bz2
  nftables-0.8.5.tar.bz2.sig

New:

  nftables-0.9.0.tar.bz2
  nftables-0.9.0.tar.bz2.sig



Other differences:
--
++ nftables.spec ++
--- /var/tmp/diff_new_pack.PBdkNs/_old  2018-07-14 20:24:04.188008646 +0200
+++ /var/tmp/diff_new_pack.PBdkNs/_new  2018-07-14 20:24:04.196008667 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nftables
-Version:0.8.5
+Version:0.9.0
 Release:0
 Summary:Userspace utility to access the nf_tables packet filter
 License:GPL-2.0-only
@@ -37,8 +37,8 @@
 BuildRequires:  readline-devel
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(libmnl) >= 1.0.3
-BuildRequires:  pkgconfig(libnftnl) >= 1.1.0
-BuildRequires:  pkgconfig(xtables) >= 1.6.0
+BuildRequires:  pkgconfig(libnftnl) >= 1.1.1
+BuildRequires:  pkgconfig(xtables) >= 1.6.1
 
 %description
 nf_tables is a firewalling mechanism in the Linux kernel, running

++ nftables-0.8.5.tar.bz2 -> nftables-0.9.0.tar.bz2 ++
 65738 lines of diff (skipped)




commit meson for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2018-07-14 20:20:16

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


Package is "meson"

Sat Jul 14 20:20:16 2018 rev:34 rq:622425 version:0.46.0

Changes:

--- /work/SRC/openSUSE:Factory/meson/meson.changes  2018-06-03 
12:30:38.124424433 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2018-07-14 
20:20:19.231429943 +0200
@@ -1,0 +2,5 @@
+Fri Jul 13 06:00:48 UTC 2018 - jsl...@suse.com
+
+- add Don-t-raise-StopIteration-in-generators-no-longer-al.patch
+
+---

New:

  Don-t-raise-StopIteration-in-generators-no-longer-al.patch



Other differences:
--
++ meson.spec ++
--- /var/tmp/diff_new_pack.JalvqN/_old  2018-07-14 20:20:21.547435905 +0200
+++ /var/tmp/diff_new_pack.JalvqN/_new  2018-07-14 20:20:21.571435968 +0200
@@ -45,6 +45,8 @@
 Patch4: meson-restore-python3.4.patch
 # PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.ale...@meowr.ru -- Fix GCC 4.8 
handling for openSUSE Leap 42.x.
 Patch5: meson-fix-gcc48.patch
+# PATCH-FIX-UPSTREAM 
Don-t-raise-StopIteration-in-generators-no-longer-al.patch -- Don't raise 
StopIteration in generators, no longer allowed with Python 3.7. Fixes #3622
+Patch6: Don-t-raise-StopIteration-in-generators-no-longer-al.patch
 BuildRequires:  python3-base
 BuildArch:  noarch
 %if %{testsuite}
@@ -137,6 +139,7 @@
 %patch4 -p1
 %patch5 -p1
 %endif
+%patch6 -p1
 
 # Remove static boost tests from test cases/frameworks/1 boost (can't use 
patch due to spaces in dirname)
 sed -i "/static/d" test\ cases/frameworks/1\ boost/meson.build

++ Don-t-raise-StopIteration-in-generators-no-longer-al.patch ++
From: Christoph Reiter 
Date: Mon, 28 May 2018 09:32:19 +0200
Subject: Don't raise StopIteration in generators, no longer allowed with
 Python 3.7. Fixes #3622
Patch-mainline: 0.47.1

Raising StopIteration from a generator has been deprecated with Python 3.5 and 
is now
an error with Python 3.7: 
https://docs.python.org/3.8/library/exceptions.html#StopIteration

Just use return instead.

Signed-off-by: Jiri Slaby 
---
 mesonbuild/compilers/compilers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mesonbuild/compilers/compilers.py 
b/mesonbuild/compilers/compilers.py
index 762e7c56..56a0ab2b 100644
--- a/mesonbuild/compilers/compilers.py
+++ b/mesonbuild/compilers/compilers.py
@@ -796,7 +796,7 @@ class Compiler:
 mlog.debug('Cached compiler stdout:\n', p.stdo)
 mlog.debug('Cached compiler stderr:\n', p.stde)
 yield p
-raise StopIteration
+return
 try:
 with tempfile.TemporaryDirectory() as tmpdirname:
 if isinstance(code, str):
-- 
2.12.3





commit python-Mako for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-Mako for openSUSE:Factory 
checked in at 2018-07-14 20:20:04

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


Package is "python-Mako"

Sat Jul 14 20:20:04 2018 rev:31 rq:622361 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes  2018-03-09 
10:34:39.740463108 +0100
+++ /work/SRC/openSUSE:Factory/.python-Mako.new/python-Mako.changes 
2018-07-14 20:20:07.251399099 +0200
@@ -1,0 +2,5 @@
+Thu Jul  5 21:47:54 UTC 2018 - mc...@suse.com
+
+- Clean up SPEC file.
+
+---



Other differences:
--
++ python-Mako.spec ++
--- /var/tmp/diff_new_pack.kCgYaS/_old  2018-07-14 20:20:08.747402950 +0200
+++ /var/tmp/diff_new_pack.kCgYaS/_new  2018-07-14 20:20:08.747402950 +0200
@@ -24,10 +24,9 @@
 Summary:A Python templating language
 License:MIT
 Group:  Development/Languages/Python
-Url:http://www.makotemplates.org/
-Source: https://pypi.io/packages/source/M/Mako/Mako-%{version}.tar.gz
+URL:http://www.makotemplates.org/
+Source: 
https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz
 BuildRequires:  %{python_module MarkupSafe}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pytest}
@@ -35,6 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-MarkupSafe
+BuildArch:  noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends: python-Beaker >= 1.1
 %endif
@@ -46,8 +46,6 @@
 Provides:   python3-mako = %{version}
 Obsoletes:  python3-mako < %{version}
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -73,8 +71,8 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README.rst
+%license LICENSE
+%doc CHANGES README.rst
 %doc examples
 %python3_only %{_bindir}/mako-render
 %{python_sitelib}/mako/




commit java-10-openjdk for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package java-10-openjdk for openSUSE:Factory 
checked in at 2018-07-14 20:20:11

Comparing /work/SRC/openSUSE:Factory/java-10-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-10-openjdk.new (New)


Package is "java-10-openjdk"

Sat Jul 14 20:20:11 2018 rev:20 rq:622423 version:10.0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/java-10-openjdk/java-10-openjdk.changes  
2018-07-09 09:30:47.191526261 +0200
+++ /work/SRC/openSUSE:Factory/.java-10-openjdk.new/java-10-openjdk.changes 
2018-07-14 20:20:13.643415556 +0200
@@ -1,0 +2,11 @@
+Fri Jul  6 06:16:46 UTC 2018 - fst...@suse.com
+
+- Remove the alternative for java before reinstalling it, if idlj
+  is its slave (bsc#1096420)
+
+---
+Wed Jun 27 08:41:42 UTC 2018 - fst...@suse.com
+
+- Move idlj to *-devel package (bsc#1096420)
+
+---



Other differences:
--
++ java-10-openjdk.spec ++
--- /var/tmp/diff_new_pack.CyVrrQ/_old  2018-07-14 20:20:15.483420293 +0200
+++ /var/tmp/diff_new_pack.CyVrrQ/_new  2018-07-14 20:20:15.483420293 +0200
@@ -787,10 +787,15 @@
 
 %post headless
 ext=.gz
+# At a certain point, idlj and idlj was slave of java instead of
+# javac. This allows the upgrade pass without errors.
+if update-alternatives --query java | grep idlj >/dev/null 2>&1
+then
+  update-alternatives --remove java %{jrebindir}/java
+fi
 update-alternatives \
   --install %{_bindir}/java java %{jrebindir}/java %{priority} \
   --slave %{_jvmdir}/jre jre %{_jvmdir}/%{jrelnk} \
-  --slave %{_bindir}/idlj idlj %{jrebindir}/idlj \
   --slave %{_bindir}/jjs jjs %{jrebindir}/jjs \
   --slave %{_bindir}/keytool keytool %{jrebindir}/keytool \
   --slave %{_bindir}/orbd orbd %{jrebindir}/orbd \
@@ -800,8 +805,6 @@
   --slave %{_bindir}/tnameserv tnameserv %{jrebindir}/tnameserv \
   --slave %{_mandir}/man1/java.1$ext java.1$ext \
   %{_mandir}/man1/java-%{sdklnk}.1$ext \
-  --slave %{_mandir}/man1/idlj.1$ext idlj.1$ext \
-  %{_mandir}/man1/idlj-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/jjs.1$ext jjs.1$ext \
   %{_mandir}/man1/jjs-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/keytool.1$ext keytool.1$ext \
@@ -871,6 +874,7 @@
   --install %{_bindir}/javac javac %{sdkbindir}/javac %{priority} \
   --slave %{_jvmdir}/java java_sdk %{_jvmdir}/%{sdklnk} \
   --slave %{_bindir}/appletviewer appletviewer %{sdkbindir}/appletviewer \
+  --slave %{_bindir}/idlj idlj %{jrebindir}/idlj \
 %if %{with aot}
   --slave %{_bindir}/jaotc jaotc %{sdkbindir}/jaotc \
 %endif
@@ -907,6 +911,8 @@
   --slave %{_bindir}/xjc xjc %{sdkbindir}/xjc \
   --slave %{_mandir}/man1/appletviewer.1$ext appletviewer.1$ext \
   %{_mandir}/man1/appletviewer-%{sdklnk}.1$ext \
+  --slave %{_mandir}/man1/idlj.1$ext idlj.1$ext \
+  %{_mandir}/man1/idlj-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/jar.1$ext jar.1$ext \
   %{_mandir}/man1/jar-%{sdklnk}.1$ext \
   --slave %{_mandir}/man1/jarsigner.1$ext jarsigner.1$ext \
@@ -1021,7 +1027,6 @@
 %{_jvmdir}/%{jrelnk}
 %{_jvmprivdir}/*
 
-%{_jvmdir}/%{sdkdir}/bin/idlj
 %{_jvmdir}/%{sdkdir}/bin/java
 %{_jvmdir}/%{sdkdir}/bin/jjs
 %{_jvmdir}/%{sdkdir}/bin/keytool
@@ -1095,7 +1100,6 @@
 %config(noreplace) %{_jvmdir}/%{sdkdir}/lib/security/nss.cfg
 %{_jvmdir}/%{sdkdir}/lib/security/default.policy
 
-%{_mandir}/man1/idlj-%{sdklnk}.1*
 %{_mandir}/man1/java-%{sdklnk}.1*
 %{_mandir}/man1/jjs-%{sdklnk}.1*
 %{_mandir}/man1/keytool-%{sdklnk}.1*
@@ -1115,6 +1119,7 @@
 %dir %{_jvmdir}/%{sdkdir}/tapset
 %endif
 %{_jvmdir}/%{sdkdir}/bin/appletviewer
+%{_jvmdir}/%{sdkdir}/bin/idlj
 %if %{with aot}
 %{_jvmdir}/%{sdkdir}/bin/jaotc
 %endif
@@ -1171,6 +1176,7 @@
 %endif
 %{_jvmdir}/%{sdklnk}
 %{_mandir}/man1/appletviewer-%{sdklnk}.1*
+%{_mandir}/man1/idlj-%{sdklnk}.1*
 %{_mandir}/man1/jar-%{sdklnk}.1*
 %{_mandir}/man1/jarsigner-%{sdklnk}.1*
 %{_mandir}/man1/javac-%{sdklnk}.1*

++ missing-return.patch ++
--- /var/tmp/diff_new_pack.CyVrrQ/_old  2018-07-14 20:20:15.611420623 +0200
+++ /var/tmp/diff_new_pack.CyVrrQ/_new  2018-07-14 20:20:15.611420623 +0200
@@ -18,3 +18,13 @@
}
  };
  #endif // !_LP64
+--- jdk10/src/hotspot/cpu/zero/cppInterpreter_zero.cpp  Sun Jun 24 
16:25:47 2018 +0100
 jdk10/src/hotspot/cpu/zero/cppInterpreter_zero.cpp  Sun Jun 24 
20:53:26 2018 +0200
+@@ -102,6 +102,7 @@
+   return result;
+ default  : ShouldNotReachHere();
+   }
++  return result;
+ }
+ 
+ 




commit kactivitymanagerd for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2018-07-14 20:16:36

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


Package is "kactivitymanagerd"

Sat Jul 14 20:16:36 2018 rev:46 rq:622103 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes  
2018-07-01 21:21:04.305184985 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2018-07-14 20:19:18.999274840 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:26 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kactivitymanagerd-5.13.2.tar.xz

New:

  kactivitymanagerd-5.13.3.tar.xz



Other differences:
--
++ kactivitymanagerd.spec ++
--- /var/tmp/diff_new_pack.0vpPHr/_old  2018-07-14 20:19:19.475276066 +0200
+++ /var/tmp/diff_new_pack.0vpPHr/_new  2018-07-14 20:19:19.479276076 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   kactivitymanagerd
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivitymanagerd-5.13.2.tar.xz -> kactivitymanagerd-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.13.2/po/se/kactivities5.po 
new/kactivitymanagerd-5.13.3/po/se/kactivities5.po
--- old/kactivitymanagerd-5.13.2/po/se/kactivities5.po  2018-06-26 
13:38:31.0 +0200
+++ new/kactivitymanagerd-5.13.3/po/se/kactivities5.po  2018-07-10 
12:02:45.0 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:20+0100\n"
+"POT-Creation-Date: 2018-02-17 03:22+0100\n"
 "PO-Revision-Date: 2011-10-26 01:37+0200\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -29,7 +29,7 @@
 msgid "Your emails"
 msgstr "boe...@skolelinux.no"
 
-#: service/Activities.cpp:124
+#: service/Activities.cpp:125
 #, kde-format
 msgid "Default"
 msgstr "Standárda"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.13.2/po/zh_CN/kactivities5.po 
new/kactivitymanagerd-5.13.3/po/zh_CN/kactivities5.po
--- old/kactivitymanagerd-5.13.2/po/zh_CN/kactivities5.po   2018-06-26 
13:38:34.0 +0200
+++ new/kactivitymanagerd-5.13.3/po/zh_CN/kactivities5.po   2018-07-10 
12:02:46.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-17 03:22+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:21+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kinfocenter5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2018-07-14 20:17:29

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


Package is "kinfocenter5"

Sat Jul 14 20:17:29 2018 rev:71 rq:622110 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2018-07-01 21:21:51.697123044 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2018-07-14 20:19:26.255293528 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:42 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kinfocenter-5.13.2.tar.xz

New:

  kinfocenter-5.13.3.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.YXucXJ/_old  2018-07-14 20:19:26.859295084 +0200
+++ /var/tmp/diff_new_pack.YXucXJ/_new  2018-07-14 20:19:26.859295084 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   kinfocenter5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kinfocenter-5.13.2.tar.xz -> kinfocenter-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.13.2/CMakeLists.txt 
new/kinfocenter-5.13.3/CMakeLists.txt
--- old/kinfocenter-5.13.2/CMakeLists.txt   2018-06-26 13:43:17.0 
+0200
+++ new/kinfocenter-5.13.3/CMakeLists.txt   2018-07-10 12:06:07.0 
+0200
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kinfocenter-5.13.2/po/ca/docs/kinfocenter/index.docbook 
new/kinfocenter-5.13.3/po/ca/docs/kinfocenter/index.docbook
--- old/kinfocenter-5.13.2/po/ca/docs/kinfocenter/index.docbook 2018-06-26 
13:43:10.0 +0200
+++ new/kinfocenter-5.13.3/po/ca/docs/kinfocenter/index.docbook 2018-07-10 
12:06:04.0 +0200
@@ -339,7 +339,7 @@
 
 
 Les àrees grises representen l'espai lliure i, les blaus i verdes l'espai 
ocupat.
+>Les àrees grises representen l'espai lliure i, les blaves i verdes l'espai 
ocupat.
 Els valors exactes de cada tipus de memòria no és crític i canvia 
 >regularment. Quan avalueu la informació d'aquesta pàgina, observeu-ne les 
 >tendències.
@@ -407,7 +407,7 @@
 >Expandeix-ho tot: Desplega l'arbre per a mostrar tots els dispositius fill.: Desplega l'arbre per a mostrar tots els dispositius fills.
 Amb les quatre caselles de selecció a sota de la llista gran podreu decidir 
 >quins esdeveniments es mostraran en la llista. Haureu de prémer Actualitza per a veure els resultats. Si el nivell de registre del samba és massa baix, 
no ho podreu veure tot.
+> per a veure els resultats. Si el nivell de registre del Samba és massa baix, 
no ho podreu veure tot.
 
 Fent clic sobre la capçalera d'una columna podeu ordenar la llista segons 
 >aquesta columna.
@@ -997,7 +997,7 @@
 
 Suposem que dieu que el camp SuccèsSuccés (no el de la llista) està establert a Connexió, , 2008, 2009, 2010, 2011, 2012, 2013, 
2015, 2016, 2017.
+# Josep Ma. Ferrer , 2008, 2009, 2010, 2011, 2012, 2013, 
2015, 2016, 2017, 2018.
 # Antoni Bella Pérez , 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pci\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:20+0100\n"
-"PO-Revision-Date: 2017-12-17 22:41+0100\n"
+"PO-Revision-Date: 2018-07-08 10:49+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -1442,7 +1442,7 @@
 #: kpci_private.h:574
 #, kde-format
 msgid "Ethernet (802.11b - 2.4 GHz)"
-msgstr "Ethernet (802.11b - 2.4 GHz)"
+msgstr "Ethernet (802.11b - 2,4 GHz)"
 
 #: kpci_private.h:576
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.13.2/po/ca/kcmopengl.po 
new/kinfocenter-5.13.3/po/ca/kcmopengl.po
--- old/kinfocenter-5.13.2/po/ca/kcmopengl.po   2018-06-26 13:42:36.0 
+0200
+++ new/kinfocenter-5.13.3/po/ca/kcmopengl.po   2018-07-10 12:05:43.0 
+0200
@@ -1,17 +1,17 @@
 # Translation of kcmopengl.po to Catalan
-# Copyright (C) 2008-2015 This_file_is_part_of_KDE
+# Copyright (C) 2008-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL 

commit plasma5-openSUSE for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2018-07-14 20:19:50

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


Package is "plasma5-openSUSE"

Sat Jul 14 20:19:50 2018 rev:76 rq:622138 
version:15.0~git20180504T125857~b35c1c4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2018-07-01 21:24:12.912938808 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2018-07-14 20:19:56.439371259 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 12:02:16 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.1ge4P2/_old  2018-07-14 20:19:56.895372434 +0200
+++ /var/tmp/diff_new_pack.1ge4P2/_new  2018-07-14 20:19:56.899372444 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define plasma_version 5.13.2
+%define plasma_version 5.13.3
 Name:   plasma5-openSUSE
 Version:15.0~git20180504T125857~b35c1c4
 Release:0




commit powerdevil5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2018-07-14 20:19:41

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


Package is "powerdevil5"

Sat Jul 14 20:19:41 2018 rev:68 rq:622135 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2018-07-01 
21:24:03.928950514 +0200
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2018-07-14 20:19:54.563366429 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:45 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  powerdevil-5.13.2.tar.xz

New:

  powerdevil-5.13.3.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.lS53QB/_old  2018-07-14 20:19:54.959367448 +0200
+++ /var/tmp/diff_new_pack.lS53QB/_new  2018-07-14 20:19:54.963367459 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ powerdevil-5.13.2.tar.xz -> powerdevil-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.13.2/CMakeLists.txt 
new/powerdevil-5.13.3/CMakeLists.txt
--- old/powerdevil-5.13.2/CMakeLists.txt2018-06-26 13:59:52.0 
+0200
+++ new/powerdevil-5.13.3/CMakeLists.txt2018-07-10 12:17:39.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(PowerDevil)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.9.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.13.2/daemon/backends/upower/powerdevilupowerbackend.desktop 
new/powerdevil-5.13.3/daemon/backends/upower/powerdevilupowerbackend.desktop
--- 
old/powerdevil-5.13.2/daemon/backends/upower/powerdevilupowerbackend.desktop
2018-06-26 13:59:00.0 +0200
+++ 
new/powerdevil-5.13.3/daemon/backends/upower/powerdevilupowerbackend.desktop
2018-07-10 12:17:05.0 +0200
@@ -72,7 +72,7 @@
 Comment[ja]=freedesktop.org の upower デーモンを介して KDE 電源管理を使用
 Comment[ko]=freedesktop.org UPower 데몬을 사용하는 KDE 전원 관리 시스템
 Comment[lt]=Naudoti KDE energijos valdymo sistemą, naudojant freedesktop.org 
HAL tarnybą
-Comment[nb]=Bruk KDE-strømstyring via upower-nissen fra freedesktop.org
+Comment[nb]=Bruk KDE-strømstyring via freedesktop.org-upower-tjenesten
 Comment[nds]=Den UPower-Dämoon vun freedesktop.org för de KDE-Stroomkuntrull 
bruken
 Comment[nl]=KDE energiebeheer gebruiken via de upower-daemon van 
freedesktop.org
 Comment[nn]=Bruk KDE-straumstyring via freedesktop.org-upower-tenesta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.13.2/po/zh_CN/libpowerdevilcommonconfig.po 
new/powerdevil-5.13.3/po/zh_CN/libpowerdevilcommonconfig.po
--- old/powerdevil-5.13.2/po/zh_CN/libpowerdevilcommonconfig.po 2018-06-26 
13:59:42.0 +0200
+++ new/powerdevil-5.13.3/po/zh_CN/libpowerdevilcommonconfig.po 2018-07-10 
12:17:35.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-10-17 08:24+\n"
-"PO-Revision-Date: 2018-06-19T17:12:30+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.13.2/po/zh_CN/powerdevil.po 
new/powerdevil-5.13.3/po/zh_CN/powerdevil.po
--- old/powerdevil-5.13.2/po/zh_CN/powerdevil.po2018-06-26 
13:59:42.0 +0200
+++ new/powerdevil-5.13.3/po/zh_CN/powerdevil.po2018-07-10 
12:17:35.0 +0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-26 03:39+0200\n"
-"PO-Revision-Date: 2018-06-19T17:12:43+\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.13.2/po/zh_CN/powerdevilactivitiesconfig.po 
new/powerdevil-5.13.3/po/zh_CN/powerdevilactivitiesconfig.po
--- 

commit kde-user-manager for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2018-07-14 20:17:14

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


Package is "kde-user-manager"

Sat Jul 14 20:17:14 2018 rev:53 rq:622107 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2018-07-01 21:21:30.117151242 +0200
+++ /work/SRC/openSUSE:Factory/.kde-user-manager.new/kde-user-manager.changes   
2018-07-14 20:19:23.719286997 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:35 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  user-manager-5.13.2.tar.xz

New:

  user-manager-5.13.3.tar.xz



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.bLQcdc/_old  2018-07-14 20:19:24.191288212 +0200
+++ /var/tmp/diff_new_pack.bLQcdc/_new  2018-07-14 20:19:24.191288212 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:KDE System Settings module to manage users
 License:GPL-2.0-or-later

++ user-manager-5.13.2.tar.xz -> user-manager-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.13.2/CMakeLists.txt 
new/user-manager-5.13.3/CMakeLists.txt
--- old/user-manager-5.13.2/CMakeLists.txt  2018-06-26 14:01:20.0 
+0200
+++ new/user-manager-5.13.3/CMakeLists.txt  2018-07-10 12:18:33.0 
+0200
@@ -1,6 +1,6 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.13.2/po/zh_CN/user_manager.po 
new/user-manager-5.13.3/po/zh_CN/user_manager.po
--- old/user-manager-5.13.2/po/zh_CN/user_manager.po2018-06-26 
14:01:20.0 +0200
+++ new/user-manager-5.13.3/po/zh_CN/user_manager.po2018-07-10 
12:18:33.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-05-17 03:44+0200\n"
-"PO-Revision-Date: 2018-06-19T17:12:16+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit libkscreen2 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2018-07-14 20:18:20

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


Package is "libkscreen2"

Sat Jul 14 20:18:20 2018 rev:70 rq:622120 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2018-07-01 
21:22:50.697046010 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2018-07-14 20:19:36.979321147 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:01 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Fix uninstalled run unit tests: set LIBRARY_OUTPUT_DIRECTORY for plugins
+
+---

Old:

  libkscreen-5.13.2.tar.xz

New:

  libkscreen-5.13.3.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.0OmNDN/_old  2018-07-14 20:19:37.511322518 +0200
+++ /var/tmp/diff_new_pack.0OmNDN/_new  2018-07-14 20:19:37.519322538 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Screen7
 Name:   libkscreen2
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ libkscreen-5.13.2.tar.xz -> libkscreen-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.13.2/CMakeLists.txt 
new/libkscreen-5.13.3/CMakeLists.txt
--- old/libkscreen-5.13.2/CMakeLists.txt2018-06-26 13:48:35.0 
+0200
+++ new/libkscreen-5.13.3/CMakeLists.txt2018-07-10 12:09:09.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 set(REQUIRED_QT_VERSION "5.9.0")
 set(KF5_MIN_VERSION "5.42.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.13.2/backends/fake/CMakeLists.txt 
new/libkscreen-5.13.3/backends/fake/CMakeLists.txt
--- old/libkscreen-5.13.2/backends/fake/CMakeLists.txt  2018-06-26 
13:48:35.0 +0200
+++ new/libkscreen-5.13.3/backends/fake/CMakeLists.txt  2018-07-10 
12:09:09.0 +0200
@@ -14,6 +14,7 @@
 
 add_library(KSC_Fake MODULE ${fake_SRCS})
 
+set_target_properties(KSC_Fake PROPERTIES LIBRARY_OUTPUT_DIRECTORY 
"${CMAKE_BINARY_DIR}/bin/kf5/kscreen")
 set_target_properties(KSC_Fake PROPERTIES PREFIX "")
 target_link_libraries(KSC_Fake
 Qt5::Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.13.2/backends/kwayland/CMakeLists.txt 
new/libkscreen-5.13.3/backends/kwayland/CMakeLists.txt
--- old/libkscreen-5.13.2/backends/kwayland/CMakeLists.txt  2018-06-26 
13:48:35.0 +0200
+++ new/libkscreen-5.13.3/backends/kwayland/CMakeLists.txt  2018-07-10 
12:09:09.0 +0200
@@ -9,6 +9,7 @@
 
 add_library(KSC_KWayland MODULE ${wayland_SRCS})
 
+set_target_properties(KSC_KWayland PROPERTIES LIBRARY_OUTPUT_DIRECTORY 
"${CMAKE_BINARY_DIR}/bin/kf5/kscreen")
 set_target_properties(KSC_KWayland PROPERTIES PREFIX "")
 target_link_libraries(KSC_KWayland Qt5::Core
   Qt5::Gui
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.13.2/backends/qscreen/CMakeLists.txt 
new/libkscreen-5.13.3/backends/qscreen/CMakeLists.txt
--- old/libkscreen-5.13.2/backends/qscreen/CMakeLists.txt   2018-06-26 
13:48:35.0 +0200
+++ new/libkscreen-5.13.3/backends/qscreen/CMakeLists.txt   2018-07-10 
12:09:09.0 +0200
@@ -11,6 +11,7 @@
 
 add_library(KSC_QScreen MODULE ${qscreen_SRCS})
 
+set_target_properties(KSC_QScreen PROPERTIES LIBRARY_OUTPUT_DIRECTORY 
"${CMAKE_BINARY_DIR}/bin/kf5/kscreen")
 set_target_properties(KSC_QScreen PROPERTIES PREFIX "")
 target_link_libraries(KSC_QScreen Qt5::Core
  Qt5::Gui
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.13.2/backends/xrandr/CMakeLists.txt 
new/libkscreen-5.13.3/backends/xrandr/CMakeLists.txt
--- old/libkscreen-5.13.2/backends/xrandr/CMakeLists.txt2018-06-26 
13:48:35.0 +0200
+++ new/libkscreen-5.13.3/backends/xrandr/CMakeLists.txt2018-07-10 
12:09:09.0 +0200
@@ -16,6 +16,7 @@
 
 add_library(KSC_XRandR MODULE ${xrandr_SRCS})
 
+set_target_properties(KSC_XRandR PROPERTIES LIBRARY_OUTPUT_DIRECTORY 

commit milou5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2018-07-14 20:18:38

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


Package is "milou5"

Sat Jul 14 20:18:38 2018 rev:67 rq:622122 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2018-07-01 
21:23:00.241033557 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2018-07-14 
20:19:39.187326833 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:04 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  milou-5.13.2.tar.xz

New:

  milou-5.13.3.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.Ue4dU0/_old  2018-07-14 20:19:39.695328142 +0200
+++ /var/tmp/diff_new_pack.Ue4dU0/_new  2018-07-14 20:19:39.703328162 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ milou-5.13.2.tar.xz -> milou-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.13.2/CMakeLists.txt 
new/milou-5.13.3/CMakeLists.txt
--- old/milou-5.13.2/CMakeLists.txt 2018-06-26 13:50:20.0 +0200
+++ new/milou-5.13.3/CMakeLists.txt 2018-07-10 12:10:18.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(Milou)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.9.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.13.2/po/zh_CN/milou.po 
new/milou-5.13.3/po/zh_CN/milou.po
--- old/milou-5.13.2/po/zh_CN/milou.po  2018-06-26 13:50:20.0 +0200
+++ new/milou-5.13.3/po/zh_CN/milou.po  2018-07-10 12:10:18.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-12-04 03:13+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:30+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.13.2/po/zh_CN/plasma_applet_org.kde.milou.po 
new/milou-5.13.3/po/zh_CN/plasma_applet_org.kde.milou.po
--- old/milou-5.13.2/po/zh_CN/plasma_applet_org.kde.milou.po2018-06-26 
13:50:20.0 +0200
+++ new/milou-5.13.3/po/zh_CN/plasma_applet_org.kde.milou.po2018-07-10 
12:10:18.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:21+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:32+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kgamma5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2018-07-14 20:17:19

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


Package is "kgamma5"

Sat Jul 14 20:17:19 2018 rev:47 rq:622108 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2018-07-01 
21:21:36.261143212 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new/kgamma5.changes 2018-07-14 
20:19:24.503289016 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:37 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kgamma5-5.13.2.tar.xz

New:

  kgamma5-5.13.3.tar.xz



Other differences:
--
++ kgamma5.spec ++
--- /var/tmp/diff_new_pack.opMmuz/_old  2018-07-14 20:19:24.935290129 +0200
+++ /var/tmp/diff_new_pack.opMmuz/_new  2018-07-14 20:19:24.935290129 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kgamma5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0-or-later

++ kgamma5-5.13.2.tar.xz -> kgamma5-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.13.2/CMakeLists.txt 
new/kgamma5-5.13.3/CMakeLists.txt
--- old/kgamma5-5.13.2/CMakeLists.txt   2018-06-26 13:41:42.0 +0200
+++ new/kgamma5-5.13.3/CMakeLists.txt   2018-07-10 12:05:19.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kgamma)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 set(QT_MIN_VERSION "5.9.0")
 set(KF5_MIN_VERSION "5.42.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.13.2/po/ca/kcmkgamma.po 
new/kgamma5-5.13.3/po/ca/kcmkgamma.po
--- old/kgamma5-5.13.2/po/ca/kcmkgamma.po   2018-06-26 13:41:21.0 
+0200
+++ new/kgamma5-5.13.3/po/ca/kcmkgamma.po   2018-07-10 12:05:09.0 
+0200
@@ -1,16 +1,16 @@
 # Translation of kcmkgamma.po to Catalan
-# Copyright (C) 2003-2016 This_file_is_part_of_KDE
+# Copyright (C) 2003-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer , 2003, 2007, 2010, 2012, 2015.
-# Antoni Bella Pérez , 2016.
+# Antoni Bella Pérez , 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-05-17 03:42+0200\n"
-"PO-Revision-Date: 2016-07-23 17:30+0100\n"
+"PO-Revision-Date: 2018-06-28 21:24+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -79,7 +79,7 @@
 #: kgamma.cpp:253
 #, kde-format
 msgid "Save settings system wide"
-msgstr "Desa els paràmetres per tot el sistema"
+msgstr "Desa els paràmetres per a tot el sistema"
 
 #: kgamma.cpp:257
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.13.2/po/ca@valencia/kcmkgamma.po 
new/kgamma5-5.13.3/po/ca@valencia/kcmkgamma.po
--- old/kgamma5-5.13.2/po/ca@valencia/kcmkgamma.po  2018-06-26 
13:41:21.0 +0200
+++ new/kgamma5-5.13.3/po/ca@valencia/kcmkgamma.po  2018-07-10 
12:05:09.0 +0200
@@ -1,16 +1,16 @@
 # Translation of kcmkgamma.po to Catalan (Valencian)
-# Copyright (C) 2003-2016 This_file_is_part_of_KDE
+# Copyright (C) 2003-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer , 2003, 2007, 2010, 2012, 2015.
-# Antoni Bella Pérez , 2016.
+# Antoni Bella Pérez , 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-05-17 03:42+0200\n"
-"PO-Revision-Date: 2016-07-23 17:30+0100\n"
+"PO-Revision-Date: 2018-06-28 21:24+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
@@ -79,7 +79,7 @@
 #: kgamma.cpp:253
 #, kde-format
 msgid "Save settings system wide"
-msgstr "Guarda els paràmetres per tot el sistema"
+msgstr "Guarda els paràmetres per a tot el sistema"
 
 #: kgamma.cpp:257
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.13.2/po/se/kcmkgamma.po 
new/kgamma5-5.13.3/po/se/kcmkgamma.po
--- 

commit khotkeys5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2018-07-14 20:17:24

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


Package is "khotkeys5"

Sat Jul 14 20:17:24 2018 rev:67 rq:622109 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2018-07-01 
21:21:41.941135790 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2018-07-14 
20:19:25.291291046 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:39 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  khotkeys-5.13.2.tar.xz

New:

  khotkeys-5.13.3.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.jTQjWO/_old  2018-07-14 20:19:25.723292158 +0200
+++ /var/tmp/diff_new_pack.jTQjWO/_new  2018-07-14 20:19:25.723292158 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ khotkeys-5.13.2.tar.xz -> khotkeys-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.13.2/CMakeLists.txt 
new/khotkeys-5.13.3/CMakeLists.txt
--- old/khotkeys-5.13.2/CMakeLists.txt  2018-06-26 13:42:17.0 +0200
+++ new/khotkeys-5.13.3/CMakeLists.txt  2018-07-10 12:05:33.0 +0200
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.13.2/data/kde32b1.khotkeys 
new/khotkeys-5.13.3/data/kde32b1.khotkeys
--- old/khotkeys-5.13.2/data/kde32b1.khotkeys   2018-06-26 13:41:45.0 
+0200
+++ new/khotkeys-5.13.3/data/kde32b1.khotkeys   2018-07-10 12:05:22.0 
+0200
@@ -1983,8 +1983,8 @@
 Comment=Konqueror in KDE3.1 has tabs, and now you can also have 
gestures.\n\nJust press the middle mouse button and start drawing one of the 
gestures, and after you are finished, release the mouse button. If you only 
need to paste the selection, it still works, just click the middle mouse 
button. (You can change the mouse button to use in the global 
settings).\n\nRight now, there are the following gestures available:\nmove 
right and back left - Forward (Alt+Right)\nmove left and back right - Back 
(Alt+Left)\nmove up and back down  - Up (Alt+Up)\ncircle anticlockwise - Reload 
(F5)\n\nThe gesture shapes can be entered by performing them in the 
configuration dialog. You can also look at your numeric pad to help you: 
gestures are recognized like a 3x3 grid of fields, numbered 1 to 9.\n\nNote 
that you must perform exactly the gesture to trigger the action. Because of 
this, it is possible to enter more gestures for the action. You should try to 
avoid complicated gestures where you change the direction of mouse movement 
more than once.  For instance, 45654 or 74123 are simple to perform, but 
1236987 may be already quite difficult.\n\nThe conditions for all gestures are 
defined in this group. All these gestures are active only if the active window 
is Konqueror (class contains 'konqueror').
 Comment[bg]=Konqi в KDE3.1 има подпрозорци, а сега вече има и жестове. Няма 
нужда от други браузъри >;).\n\nПросто натиснете средният бутон на мишката и 
започнете да правите жестове, а след като свършите просто пуснете мишката. Ако 
само трябва да извършите операцията "поставяне", пак ще работи - просто 
натиснете средния бутон.
 Comment[bs]=Konqueror od KDE‑a 3.1 ima kartice, a sada je takođe dobio i 
gestove — tako da više nema razloga da koristite druge pregledače >;).\n\nSamo 
pritisnite srednje dugme miša i počnite da iscrtavate neki gest, i pošto 
završite, otpustite dugme. Ako samo želite da nalijepite tekst, to i dalje 
možete uobičajenim klikom na srednje dugme, bez zadržavanja. (Ako ipak ne 
želite da koristite srednje dugme za gestove, možete to izmijeniti u globalnim 
postavkama).\n\nZa sada, definisani su sljedeći gestovi:\ndesno pa lijevo — 
naprijed (Alt+desno)\nlevo pa desno — nazad (Alt+levo)\ngore pa dole  — gore 
(Alt+gore)\nkrug u smjeru kazaljke — ponovo učitaj (F5)\n(Ukoliko imate na umu 
još neke korisne gestove, ne ustručavajte se da ih pošaljete 
autorima.)\n\nOblici gestova zadaju se njihovim izvođenjem u 

commit systemsettings5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2018-07-14 20:19:46

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


Package is "systemsettings5"

Sat Jul 14 20:19:46 2018 rev:69 rq:622136 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2018-07-01 21:24:10.044942545 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2018-07-14 20:19:55.563369004 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:51 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  systemsettings-5.13.2.tar.xz

New:

  systemsettings-5.13.3.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.kkzz2x/_old  2018-07-14 20:19:56.147370507 +0200
+++ /var/tmp/diff_new_pack.kkzz2x/_new  2018-07-14 20:19:56.147370507 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:KDE's control center
 License:GPL-2.0-or-later

++ systemsettings-5.13.2.tar.xz -> systemsettings-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.13.2/CMakeLists.txt 
new/systemsettings-5.13.3/CMakeLists.txt
--- old/systemsettings-5.13.2/CMakeLists.txt2018-06-26 14:00:54.0 
+0200
+++ new/systemsettings-5.13.3/CMakeLists.txt2018-07-10 12:18:23.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 project(systemsettings VERSION ${PROJECT_VERSION})
 set(QT_MIN_VERSION "5.9.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.13.2/po/ca/docs/systemsettings/index.docbook 
new/systemsettings-5.13.3/po/ca/docs/systemsettings/index.docbook
--- old/systemsettings-5.13.2/po/ca/docs/systemsettings/index.docbook   
2018-06-26 14:00:47.0 +0200
+++ new/systemsettings-5.13.3/po/ca/docs/systemsettings/index.docbook   
2018-07-10 12:18:20.0 +0200
@@ -411,7 +411,7 @@
 La Vista en arbre té una opció per expandir automàticament el primer nivell a l 'inici de 
l'. 
+> té una opció per expandir automàticament el primer nivell a l'inici de 
l'. 
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.13.2/po/se/systemsettings.po 
new/systemsettings-5.13.3/po/se/systemsettings.po
--- old/systemsettings-5.13.2/po/se/systemsettings.po   2018-06-26 
14:00:41.0 +0200
+++ new/systemsettings-5.13.3/po/se/systemsettings.po   2018-07-10 
12:18:18.0 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-08-05 03:26+0200\n"
+"POT-Creation-Date: 2018-05-15 03:43+0200\n"
 "PO-Revision-Date: 2007-12-24 02:12+0100\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -41,106 +41,107 @@
 msgid "Show detailed tooltips"
 msgstr ""
 
-#: app/main.cpp:37 app/SettingsBase.cpp:55 classic/CategoryList.cpp:40
+#: app/main.cpp:48 app/SettingsBase.cpp:56 classic/CategoryList.cpp:40
+#: sidebar/package/contents/ui/introPage.qml:54
 #, kde-format
 msgid "System Settings"
 msgstr "Vuogádatheivehus"
 
-#: app/main.cpp:37
+#: app/main.cpp:48
 #, kde-format
 msgid "Central configuration center by KDE."
 msgstr ""
 
-#: app/main.cpp:37 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61
+#: app/main.cpp:48 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61
 #, kde-format
 msgid "(c) 2009, Ben Cooksley"
 msgstr ""
 
-#: app/main.cpp:38 classic/ClassicMode.cpp:72 icons/IconMode.cpp:62
-#: sidebar/SidebarMode.cpp:247
+#: app/main.cpp:49 classic/ClassicMode.cpp:72 icons/IconMode.cpp:62
+#: sidebar/SidebarMode.cpp:263
 #, kde-format
 msgid "Ben Cooksley"
 msgstr ""
 
-#: app/main.cpp:38
+#: app/main.cpp:49
 #, kde-format
 msgid "Maintainer"
 msgstr ""
 
-#: app/main.cpp:39 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63
-#: sidebar/SidebarMode.cpp:248
+#: app/main.cpp:50 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63
+#: sidebar/SidebarMode.cpp:264
 #, kde-format
 msgid "Mathias Soeken"
 msgstr ""
 
-#: app/main.cpp:39 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63
-#: sidebar/SidebarMode.cpp:248
+#: app/main.cpp:50 classic/ClassicMode.cpp:73 

commit discover for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package discover for openSUSE:Factory 
checked in at 2018-07-14 20:16:20

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


Package is "discover"

Sat Jul 14 20:16:20 2018 rev:41 rq:622101 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/discover/discover.changes2018-07-01 
21:20:51.353201923 +0200
+++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes   2018-07-14 
20:19:14.339262838 +0200
@@ -1,0 +2,18 @@
+Tue Jul 10 14:01:21 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * PK: Make sure we resolve the transaction application if it fails 
(kde#395994)
+  * KNS: don't start searches before initializing (kde#395966)
+  * Report a progressing change when we finish to set up and there's nothing 
pending
+  * Recheck fetching after we remove a backend
+  * flatpak: don't crash if we get null updates (kde#394713)
+  * Don't set property twice
+  * Trigger a refresh when appstream data isn't available when on aptcc
+  * Don't catch unneeded value in lambda
+  * Fix warning: use the right API to get the component desktop id
+
+---

Old:

  discover-5.13.2.tar.xz

New:

  discover-5.13.3.tar.xz



Other differences:
--
++ discover.spec ++
--- /var/tmp/diff_new_pack.Zr5n66/_old  2018-07-14 20:19:15.739266443 +0200
+++ /var/tmp/diff_new_pack.Zr5n66/_new  2018-07-14 20:19:15.759266495 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   discover
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:KDE Software Installer
 License:GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later

++ discover-5.13.2.tar.xz -> discover-5.13.3.tar.xz ++
/work/SRC/openSUSE:Factory/discover/discover-5.13.2.tar.xz 
/work/SRC/openSUSE:Factory/.discover.new/discover-5.13.3.tar.xz differ: char 
25, line 1




commit plasma-nm5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2018-07-14 20:19:31

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


Package is "plasma-nm5"

Sat Jul 14 20:19:31 2018 rev:76 rq:622133 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2018-07-04 
23:55:00.871899829 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2018-07-14 20:19:52.827361959 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:31 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  plasma-nm-5.13.2.tar.xz

New:

  plasma-nm-5.13.3.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.KfuRoQ/_old  2018-07-14 20:19:53.231362999 +0200
+++ /var/tmp/diff_new_pack.KfuRoQ/_new  2018-07-14 20:19:53.239363020 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1-only OR LGPL-3.0-only) AND (GPL-2.0-only OR 
GPL-3.0-only)

++ plasma-nm-5.13.2.tar.xz -> plasma-nm-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.13.2/CMakeLists.txt 
new/plasma-nm-5.13.3/CMakeLists.txt
--- old/plasma-nm-5.13.2/CMakeLists.txt 2018-06-26 13:53:56.0 +0200
+++ new/plasma-nm-5.13.3/CMakeLists.txt 2018-07-10 12:12:46.0 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 # set KDE specific information #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.13.2/po/ca/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.13.3/po/ca/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.13.2/po/ca/plasmanetworkmanagement-libs.po  2018-06-26 
13:53:26.0 +0200
+++ new/plasma-nm-5.13.3/po/ca/plasmanetworkmanagement-libs.po  2018-07-10 
12:12:26.0 +0200
@@ -1,17 +1,17 @@
 # Translation of plasmanetworkmanagement-libs.po to Catalan
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 2014-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez , 2014, 2015, 2016, 2017.
+# Antoni Bella Pérez , 2014, 2015, 2016, 2017, 2018.
 # Josep Ma. Ferrer , 2014, 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmanetworkmanagement-libs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-01-05 03:18+0100\n"
-"PO-Revision-Date: 2017-12-17 23:24+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2018-06-28 21:23+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -1962,7 +1962,7 @@
 #: editor/widgets/passwordfield.cpp:56
 #, kde-format
 msgid "Store password for all users (not encrypted)"
-msgstr "Emmagatzema la contrasenya per tots els usuaris (no encriptada)"
+msgstr "Emmagatzema la contrasenya per a tots els usuaris (sense encriptar)"
 
 #: editor/widgets/passwordfield.cpp:57
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.13.2/po/ca/plasmanetworkmanagement_vpncui.po 
new/plasma-nm-5.13.3/po/ca/plasmanetworkmanagement_vpncui.po
--- old/plasma-nm-5.13.2/po/ca/plasmanetworkmanagement_vpncui.po
2018-06-26 13:53:26.0 +0200
+++ new/plasma-nm-5.13.3/po/ca/plasmanetworkmanagement_vpncui.po
2018-07-10 12:12:26.0 +0200
@@ -1,16 +1,16 @@
 # Translation of plasmanetworkmanagement_vpncui.po to Catalan
-# Copyright (C) 2014-2016 This_file_is_part_of_KDE
+# Copyright (C) 2014-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Antoni Bella Pérez , 2014, 2015.
-# Josep Ma. Ferrer , 2015, 2016.
+# Josep Ma. Ferrer , 2015, 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmanetworkmanagement_vpncui\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 

commit kde-cli-tools5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2018-07-14 20:16:50

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


Package is "kde-cli-tools5"

Sat Jul 14 20:16:50 2018 rev:71 rq:622105 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2018-07-01 21:21:18.837165986 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2018-07-14 20:19:21.147280373 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:32 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kde-cli-tools-5.13.2.tar.xz

New:

  kde-cli-tools-5.13.3.tar.xz



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.F5pwjH/_old  2018-07-14 20:19:21.675281733 +0200
+++ /var/tmp/diff_new_pack.F5pwjH/_new  2018-07-14 20:19:21.679281743 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0-or-later

++ kde-cli-tools-5.13.2.tar.xz -> kde-cli-tools-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.13.2/CMakeLists.txt 
new/kde-cli-tools-5.13.3/CMakeLists.txt
--- old/kde-cli-tools-5.13.2/CMakeLists.txt 2018-06-26 13:39:31.0 
+0200
+++ new/kde-cli-tools-5.13.3/CMakeLists.txt 2018-07-10 12:03:43.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 set(QT_MIN_VERSION "5.9.0")
 set(KF5_MIN_VERSION "5.42.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.13.2/po/ca/docs/kdesu/index.docbook 
new/kde-cli-tools-5.13.3/po/ca/docs/kdesu/index.docbook
--- old/kde-cli-tools-5.13.2/po/ca/docs/kdesu/index.docbook 2018-06-26 
13:39:25.0 +0200
+++ new/kde-cli-tools-5.13.3/po/ca/docs/kdesu/index.docbook 2018-07-10 
12:03:30.0 +0200
@@ -410,7 +410,7 @@
 >kdesu_stub. Aquest intermediari (que s'executa com a usuari de destinació), requereix 
 >informació del  a sobre del canal pty/tty (l'entrada i eixida 
 >estàndard de l'intermediari) i després executa el programa de l'usuari. La 
 >informació que es passa és: la pantalla X, una galeta d'autenticació X (si 
 >està disponible), la variable d'entorn PATH i l'ordre a executar. El motiu pel que s'empra un programa intermedi és que 
la galeta X és informació privada i per això no es pot passar a través de la 
línia d'ordres.
+> i l'ordre a executar. El motiu pel qual s'empra un programa intermedi és que 
la galeta X és informació privada i per això no es pot passar a través de la 
línia d'ordres.
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.13.2/po/id/kmimetypefinder5.po 
new/kde-cli-tools-5.13.3/po/id/kmimetypefinder5.po
--- old/kde-cli-tools-5.13.2/po/id/kmimetypefinder5.po  2018-06-26 
13:39:01.0 +0200
+++ new/kde-cli-tools-5.13.3/po/id/kmimetypefinder5.po  2018-07-10 
12:03:01.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kmimetypefinder\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-28 03:29+0100\n"
-"PO-Revision-Date: 2018-04-03 06:32+0700\n"
+"PO-Revision-Date: 2018-06-19 21:52+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -22,44 +22,38 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
+msgstr "Wantoyo"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr ""
+msgstr "wanto...@gmail.com"
 
 #: kmimetypefinder.cpp:38
-#, fuzzy, kde-format
-#| msgid "MimeType Finder"
+#, kde-format
 msgid "MIME Type Finder"
-msgstr "Pencari Tipe Mime"
+msgstr "Pencari Tipe MIME"
 
 #: kmimetypefinder.cpp:39
-#, fuzzy, kde-format
-#| msgid "Gives the mimetype for a given file"
+#, kde-format
 msgid "Gives the MIME type for a given file"
-msgstr "Berikan tipe mime untuk berkas yang diberikan"
+msgstr "Berikan tipe MIME untuk file yang diberikan"
 
 #: kmimetypefinder.cpp:44
-#, fuzzy, kde-format
-#| msgid "Use only the file content for determining the mimetype."
+#, kde-format
 msgid "Use only the file content for determining the MIME type."
-msgstr "Hanya 

commit ksysguard5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2018-07-14 20:17:58

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


Package is "ksysguard5"

Sat Jul 14 20:17:58 2018 rev:68 rq:622115 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2018-07-01 
21:22:26.349077789 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2018-07-14 20:19:32.591309846 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:51 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  ksysguard-5.13.2.tar.xz

New:

  ksysguard-5.13.3.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.lAS7z2/_old  2018-07-14 20:19:33.679312648 +0200
+++ /var/tmp/diff_new_pack.lAS7z2/_new  2018-07-14 20:19:33.703312710 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksysguard5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ ksysguard-5.13.2.tar.xz -> ksysguard-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.13.2/CMakeLists.txt 
new/ksysguard-5.13.3/CMakeLists.txt
--- old/ksysguard-5.13.2/CMakeLists.txt 2018-06-26 13:46:34.0 +0200
+++ new/ksysguard-5.13.3/CMakeLists.txt 2018-07-10 12:07:48.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(ksysguard)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 set(KSYSGUARD_VERSION 4.98.0)
 set(KSYSGUARD_STRING_VERSION "${KSYSGUARD_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.13.2/gui/org.kde.ksysguard.desktop 
new/ksysguard-5.13.3/gui/org.kde.ksysguard.desktop
--- old/ksysguard-5.13.2/gui/org.kde.ksysguard.desktop  2018-06-26 
13:46:01.0 +0200
+++ new/ksysguard-5.13.3/gui/org.kde.ksysguard.desktop  2018-07-10 
12:07:38.0 +0200
@@ -72,7 +72,7 @@
 Name[wa]=KSisGåde
 Name[xh]=KSysGuard
 Name[x-test]=xxKSysGuardxx
-Name[zh_CN]=KDE 系统卫士
+Name[zh_CN]=系统卫士
 Name[zh_TW]=KSysGuard
 GenericName=System Monitor
 GenericName[af]=Stelsel Monitor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.13.2/po/eu/ksysguard.po 
new/ksysguard-5.13.3/po/eu/ksysguard.po
--- old/ksysguard-5.13.2/po/eu/ksysguard.po 2018-06-26 13:46:13.0 
+0200
+++ new/ksysguard-5.13.3/po/eu/ksysguard.po 2018-07-10 12:07:41.0 
+0200
@@ -6,21 +6,21 @@
 # Juan Irigoien Garitaonandia , 2004.
 # Juan Irigoien , 2004.
 # Marcos  , 2004, 2005, 2006, 2007, 2010.
-# Iñigo Salvador Azurmendi , 2009, 2011, 2014.
+# Iñigo Salvador Azurmendi , 2009, 2011, 2014, 2018.
 # Hizkuntza Politikarako Sailburuordetza , 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: ksysguard\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-05-18 03:50+0200\n"
-"PO-Revision-Date: 2014-02-03 23:39+0100\n"
+"PO-Revision-Date: 2018-06-30 19:25+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi \n"
 "Language-Team: Basque \n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #, kde-format
@@ -192,33 +192,28 @@
 msgstr "Fitxaren "
 
 #: ksysguard.cpp:368
-#, fuzzy, kde-format
-#| msgid "1 processœ1"
-#| msgid_plural "%1 processesœ%1"
+#, kde-format
 msgid "1 process"
 msgid_plural "%1 processes"
-msgstr[0] "1 prozesuœ1"
-msgstr[1] "%1 prozesuœ%1"
+msgstr[0] "prozesu 1"
+msgstr[1] "%1 prozesu"
 
 #: ksysguard.cpp:449
-#, fuzzy, kde-format
-#| msgid "CPU: %1%œ%1%"
+#, kde-format
 msgid "CPU: %1%"
-msgstr "PUZ: %%1œ%%1"
+msgstr "PUZ: %%1"
 
 #: ksysguard.cpp:449
-#, fuzzy, kde-format
-#| msgctxt "units"
-#| msgid "%1%"
+#, kde-format
 msgctxt "This is the shorter version of CPU: %1%"
 msgid "%1%"
-msgstr "% %1"
+msgstr "%%1"
 
 #: ksysguard.cpp:468
 #, kde-format
 msgctxt "Arguments are formatted byte sizes (used/total)"
 msgid "Memory: %1 / %2"
-msgstr ""
+msgstr "Memoria: %1 / %2"
 
 #: ksysguard.cpp:470
 #, kde-format
@@ -226,7 +221,7 @@
 "Arguments are formatted byte sizes (used/total) This should be a shorter "
 "version of the previous Memory: %1 / %2"
 msgid "Mem: %1 / %2"

commit kwayland-integration for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2018-07-14 20:18:04

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


Package is "kwayland-integration"

Sat Jul 14 20:18:04 2018 rev:52 rq:622116 version:5.13.3

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2018-07-01 21:22:31.449071131 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
   2018-07-14 20:19:34.311314277 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:52 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kwayland-integration-5.13.2.tar.xz

New:

  kwayland-integration-5.13.3.tar.xz



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.FykfGP/_old  2018-07-14 20:19:35.151316440 +0200
+++ /var/tmp/diff_new_pack.FykfGP/_new  2018-07-14 20:19:35.171316491 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwayland-integration
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kwayland-integration-5.13.2.tar.xz -> kwayland-integration-5.13.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.13.2/CMakeLists.txt 
new/kwayland-integration-5.13.3/CMakeLists.txt
--- old/kwayland-integration-5.13.2/CMakeLists.txt  2018-06-26 
13:46:54.0 +0200
+++ new/kwayland-integration-5.13.3/CMakeLists.txt  2018-07-10 
12:08:00.0 +0200
@@ -1,5 +1,5 @@
 project(kwayland-integration)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit kwin5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2018-07-14 20:18:08

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


Package is "kwin5"

Sat Jul 14 20:18:08 2018 rev:81 rq:622117 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2018-07-01 
21:22:35.645065654 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2018-07-14 
20:19:35.539317439 +0200
@@ -1,0 +2,11 @@
+Tue Jul 10 14:01:56 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Link clipboard sync helper to kcrash
+  * Avoid potential assert in SM saving (kde#395712)
+
+---

Old:

  kwin-5.13.2.tar.xz

New:

  kwin-5.13.3.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.G1zWEn/_old  2018-07-14 20:19:36.139318984 +0200
+++ /var/tmp/diff_new_pack.G1zWEn/_new  2018-07-14 20:19:36.143318994 +0200
@@ -21,7 +21,7 @@
 %global wayland (0%{?suse_version} >= 1330)
 %bcond_without lang
 Name:   kwin5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kwin-5.13.2.tar.xz -> kwin-5.13.3.tar.xz ++
/work/SRC/openSUSE:Factory/kwin5/kwin-5.13.2.tar.xz 
/work/SRC/openSUSE:Factory/.kwin5.new/kwin-5.13.3.tar.xz differ: char 25, line 1




commit kscreenlocker for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2018-07-14 20:17:45

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


Package is "kscreenlocker"

Sat Jul 14 20:17:45 2018 rev:49 rq:622113 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2018-07-01 21:22:12.045096466 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new/kscreenlocker.changes 
2018-07-14 20:19:29.547302007 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:47 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kscreenlocker-5.13.2.tar.xz

New:

  kscreenlocker-5.13.3.tar.xz



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.MOg1GD/_old  2018-07-14 20:19:29.947303037 +0200
+++ /var/tmp/diff_new_pack.MOg1GD/_new  2018-07-14 20:19:29.951303047 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0-or-later

++ kscreenlocker-5.13.2.tar.xz -> kscreenlocker-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.13.2/CMakeLists.txt 
new/kscreenlocker-5.13.3/CMakeLists.txt
--- old/kscreenlocker-5.13.2/CMakeLists.txt 2018-06-26 13:45:25.0 
+0200
+++ new/kscreenlocker-5.13.3/CMakeLists.txt 2018-07-10 12:07:22.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kscreenlocker)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.9.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.13.2/po/eu/kscreenlocker.po 
new/kscreenlocker-5.13.3/po/eu/kscreenlocker.po
--- old/kscreenlocker-5.13.2/po/eu/kscreenlocker.po 2018-06-26 
13:44:59.0 +0200
+++ new/kscreenlocker-5.13.3/po/eu/kscreenlocker.po 2018-07-10 
12:07:05.0 +0200
@@ -1,16 +1,16 @@
 # Translation of kscreenlocker.po to Euskara/Basque (eu).
-# Copyright (C) 2017, The Free Software Foundation.
+# Copyright (C) 2017-2018, The Free Software Foundation.
 # This file is distributed under the same license as the kde-workspace package.
 # KDE Euskaratzeko proiektuaren arduraduna .
 #
 # Translators:
-# Iñigo Salvador Azurmendi , 2017.
+# Iñigo Salvador Azurmendi , 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kscreenlocker\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-26 03:27+0100\n"
-"PO-Revision-Date: 2017-12-02 14:04+0100\n"
+"PO-Revision-Date: 2018-06-30 19:37+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi \n"
 "Language-Team: Basque \n"
 "Language: eu\n"
@@ -21,38 +21,18 @@
 "X-Generator: Lokalize 2.0\n"
 
 #: abstractlocker.cpp:53
-#, fuzzy, kde-format
-#| msgid ""
-#| "The screen locker is broken and unlocking is not possible anymore.\n"
-#| "In order to unlock switch to a virtual terminal (e.g. Ctrl+Alt+F2),\n"
-#| "log in and execute the command:\n"
-#| "\n"
-#| "loginctl unlock-session %1\n"
-#| "\n"
-#| "Afterwards switch back to the running session (Ctrl+Alt+F%2)."
+#, kde-format
 msgid ""
 "The screen locker is broken and unlocking is not possible anymore.\n"
 "In order to unlock it either ConsoleKit or LoginD is needed, none of\n"
 "which could be found on your system."
 msgstr ""
 "Pantaila giltzatzailea hondatu da eta ezin da giltzapetik askatu.\n"
-"Giltzapetik askatzeko aldatu alegiazko terminal batera (adib. Ktrl+Alt+F2),\n"
-"hasi saioa eta exekutatu komandoa:\n"
-"\n"
-"loginctl unlock-session %1\n"
-"\n"
-"Ondoren itxi saio hau eta itzuli aurreko saiora (Ktrl+Alt+F%2)."
+"Giltzapetik askatzeko ConsoleKit edo LoginD behar da, zure\n"
+"sisteman ez da ez bata ez bestea aurkitzerik izan."
 
 #: abstractlocker.cpp:56
-#, fuzzy, kde-format
-#| msgid ""
-#| "The screen locker is broken and unlocking is not possible anymore.\n"
-#| "In order to unlock switch to a virtual terminal (e.g. Ctrl+Alt+F2),\n"
-#| "log in and execute the command:\n"
-#| "\n"
-#| "loginctl unlock-session %1\n"
-#| "\n"
-#| "Afterwards switch back to the running session (Ctrl+Alt+F%2)."
+#, kde-format
 msgid ""
 "The screen locker is broken and unlocking is not possible anymore.\n"
 "In order to unlock switch to a virtual terminal (e.g. 

commit kmenuedit5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2018-07-14 20:17:34

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


Package is "kmenuedit5"

Sat Jul 14 20:17:34 2018 rev:65 rq:622111 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2018-07-01 
21:21:56.929116209 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2018-07-14 20:19:27.807297525 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:44 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kmenuedit-5.13.2.tar.xz

New:

  kmenuedit-5.13.3.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.PlICN5/_old  2018-07-14 20:19:28.511299339 +0200
+++ /var/tmp/diff_new_pack.PlICN5/_new  2018-07-14 20:19:28.515299349 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kmenuedit5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kmenuedit-5.13.2.tar.xz -> kmenuedit-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.13.2/CMakeLists.txt 
new/kmenuedit-5.13.3/CMakeLists.txt
--- old/kmenuedit-5.13.2/CMakeLists.txt 2018-06-26 13:43:53.0 +0200
+++ new/kmenuedit-5.13.3/CMakeLists.txt 2018-07-10 12:06:24.0 +0200
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
Binary files old/kmenuedit-5.13.2/po/ca/docs/kmenuedit/selection.png and 
new/kmenuedit-5.13.3/po/ca/docs/kmenuedit/selection.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.13.2/po/se/kmenuedit.po 
new/kmenuedit-5.13.3/po/se/kmenuedit.po
--- old/kmenuedit-5.13.2/po/se/kmenuedit.po 2018-06-26 13:43:41.0 
+0200
+++ new/kmenuedit-5.13.3/po/se/kmenuedit.po 2018-07-10 12:06:20.0 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kmenuedit\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:20+0100\n"
+"POT-Creation-Date: 2018-03-25 04:28+0200\n"
 "PO-Revision-Date: 2006-01-10 20:23+0100\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -237,57 +237,57 @@
 msgid "KDE menu editor"
 msgstr "KDE fállodoaimmaheaddji"
 
-#: main.cpp:47 main.cpp:64 main.cpp:78
+#: main.cpp:47 main.cpp:65 main.cpp:79
 #, kde-format
 msgid "KDE Menu Editor"
 msgstr "KDE fállodoaimmaheaddji"
 
-#: main.cpp:66
+#: main.cpp:67
 #, kde-format
 msgid "(C) 2000-2003, Waldo Bastian, Raffaele Sandrini, Matthias Elter"
 msgstr ""
 
-#: main.cpp:67
+#: main.cpp:68
 #, kde-format
 msgid "Waldo Bastian"
 msgstr ""
 
-#: main.cpp:67
+#: main.cpp:68
 #, kde-format
 msgid "Maintainer"
 msgstr "Mátasdoalli"
 
-#: main.cpp:68
+#: main.cpp:69
 #, kde-format
 msgid "Raffaele Sandrini"
 msgstr ""
 
-#: main.cpp:68
+#: main.cpp:69
 #, kde-format
 msgid "Previous Maintainer"
 msgstr "Ovddit mátasdoalli"
 
-#: main.cpp:69
+#: main.cpp:70
 #, kde-format
 msgid "Matthias Elter"
 msgstr ""
 
-#: main.cpp:69
+#: main.cpp:70
 #, kde-format
 msgid "Original Author"
 msgstr "Álgovuolggalaš čálli"
 
-#: main.cpp:70
+#: main.cpp:71
 #, kde-format
 msgid "Montel Laurent"
 msgstr ""
 
-#: main.cpp:82
+#: main.cpp:83
 #, kde-format
 msgid "Sub menu to pre-select"
 msgstr "Vuollefállu mii ovdagihtii válljejuvvo"
 
-#: main.cpp:85
+#: main.cpp:86
 #, kde-format
 msgid "Menu entry to pre-select"
 msgstr "Fállomearkkus maid ovdagihtii válljejuvvo"
@@ -322,38 +322,38 @@
 msgid " [Hidden]"
 msgstr " [Čihkojuvvon]"
 
-#: treeview.cpp:1127
+#: treeview.cpp:1120
 #, kde-format
 msgid "New Submenu"
 msgstr "Ođđa vuollefállu"
 
-#: treeview.cpp:1128
+#: treeview.cpp:1121
 #, kde-format
 msgid "Submenu name:"
 msgstr "Vuollefálu namma:"
 
-#: treeview.cpp:1197
+#: treeview.cpp:1190
 #, kde-format
 msgid "New Item"
 msgstr "Ođđa mearkkuš"
 
-#: treeview.cpp:1198
+#: treeview.cpp:1191
 #, kde-format
 msgid "Item name:"
 msgstr "Merkoša namma:"
 
-#: treeview.cpp:1689
+#: treeview.cpp:1682
 #, kde-format
 msgid "All submenus of '%1' will be removed. Do you want to continue?"
 msgstr ""
 
-#: treeview.cpp:1855
+#: treeview.cpp:1848
 #, kde-format
 msgid "Menu changes could not be saved because of 

commit plasma5-workspace for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2018-07-14 20:19:26

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


Package is "plasma5-workspace"

Sat Jul 14 20:19:26 2018 rev:96 rq:622131 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2018-07-01 21:23:44.504975830 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2018-07-14 20:19:49.391353110 +0200
@@ -1,0 +2,14 @@
+Tue Jul 10 14:02:22 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Don't block startplasma sending DBus call to KSplash
+  * [Places Runner] Add place category as subtext
+  * [Places Runner] Fix opening search and timeline URLs
+  * [Places Runner] Fix opening devices
+- Refresh 0001-Rename-qdbus-in-startkde.patch
+
+---

Old:

  plasma-workspace-5.13.2.tar.xz

New:

  plasma-workspace-5.13.3.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.13xH3A/_old  2018-07-14 20:19:50.051354810 +0200
+++ /var/tmp/diff_new_pack.13xH3A/_new  2018-07-14 20:19:50.063354841 +0200
@@ -27,7 +27,7 @@
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
 # Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0-or-later

++ 0001-Rename-qdbus-in-startkde.patch ++
--- /var/tmp/diff_new_pack.13xH3A/_old  2018-07-14 20:19:50.103354944 +0200
+++ /var/tmp/diff_new_pack.13xH3A/_new  2018-07-14 20:19:50.103354944 +0200
@@ -1,8 +1,8 @@
-diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
-index 54e28501..0eadd042 100644
 a/startkde/startkde.cmake
-+++ b/startkde/startkde.cmake
-@@ -297,7 +297,7 @@ if test $? -ne 0; then
+Index: plasma-workspace-5.13.3/startkde/startkde.cmake
+===
+--- plasma-workspace-5.13.3.orig/startkde/startkde.cmake
 plasma-workspace-5.13.3/startkde/startkde.cmake
+@@ -294,7 +294,7 @@ if test $? -ne 0; then
exit 1
  fi
  
@@ -11,7 +11,7 @@
  
  # finally, give the session control to the session manager
  # see kdebase/ksmserver for the description of the rest of the startup 
sequence
-@@ -330,13 +330,13 @@ if test x"$wait_drkonqi"x = x"true"x ; then
+@@ -327,13 +327,13 @@ if test x"$wait_drkonqi"x = x"true"x ; t
  # wait for remaining drkonqi instances with timeout (in seconds)
  wait_drkonqi_timeout=`kreadconfig5 --file startkderc --group 
WaitForDrKonqi --key Timeout --default 900`
  wait_drkonqi_counter=0
@@ -28,20 +28,20 @@
  done
  break
  fi
-diff --git a/startkde/startplasma.cmake b/startkde/startplasma.cmake
-index a5d09fa7..b67c41e4 100644
 a/startkde/startplasma.cmake
-+++ b/startkde/startplasma.cmake
+Index: plasma-workspace-5.13.3/startkde/startplasma.cmake
+===
+--- plasma-workspace-5.13.3.orig/startkde/startplasma.cmake
 plasma-workspace-5.13.3/startkde/startplasma.cmake
 @@ -140,7 +140,7 @@ if test $? -ne 0; then
exit 1
  fi
  
--qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit
-+qdbus-qt5 org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit
+-qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit &
++qdbus-qt5 org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit &
  
  # finally, give the session control to the session manager
  # see kdebase/ksmserver for the description of the rest of the startup 
sequence
-@@ -169,13 +169,13 @@ if test x"$wait_drkonqi"x = x"true"x ; then
+@@ -169,13 +169,13 @@ if test x"$wait_drkonqi"x = x"true"x ; t
  # wait for remaining drkonqi instances with timeout (in seconds)
  wait_drkonqi_timeout=`kreadconfig5 --file startkderc --group 
WaitForDrKonqi --key Timeout --default 900`
  wait_drkonqi_counter=0
@@ -58,10 +58,10 @@
  done
  break
  fi
-diff --git a/startkde/startplasmacompositor.cmake 
b/startkde/startplasmacompositor.cmake
-index 8ac47aa7..377a46f3 100644
 a/startkde/startplasmacompositor.cmake
-+++ b/startkde/startplasmacompositor.cmake
+Index: plasma-workspace-5.13.3/startkde/startplasmacompositor.cmake

commit plasma5-desktop for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2018-07-14 20:19:10

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


Package is "plasma5-desktop"

Sat Jul 14 20:19:10 2018 rev:88 rq:622126 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2018-07-01 21:23:19.189008840 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2018-07-14 20:19:45.699343603 +0200
@@ -1,0 +2,26 @@
+Tue Jul 10 14:02:14 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * [Icons KCM] Clip delegate during animation
+  * [Icons KCM] Load preview pixmaps for animation on-demand and cache them
+  * [Font Management KCM] Only show on xcb platform (kde#364746)
+  * [Fonts KCM] Generate font rendering previews only on X (kde#396214)
+  * Correct Folder View sizing and representation switch behavior (kde#395477)
+  * [Splash Screen KCM] Fix "no thumbnail" icon for "None"
+  * Fix crash on post-initial refresh()
+  * [Icons KCM] Also set minimum width for icon preview
+- Remove patches, now upstream:
+  * Correct-Folder-View-sizing-and-representation-switch-behavior.patch
+
+---
+Wed Jul  4 21:31:21 UTC 2018 - wba...@tmo.at
+
+- Add upstream patch to fix too tiny popups of Folderview widgets
+  in the panel (boo#1097992, kde#395477):
+  * Correct-Folder-View-sizing-and-representation-switch-behavior.patch
+
+---

Old:

  plasma-desktop-5.13.2.tar.xz

New:

  plasma-desktop-5.13.3.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.bDc5Tk/_old  2018-07-14 20:19:46.279345097 +0200
+++ /var/tmp/diff_new_pack.bDc5Tk/_new  2018-07-14 20:19:46.279345097 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ plasma-desktop-5.13.2.tar.xz -> plasma-desktop-5.13.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.13.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma-desktop-5.13.3.tar.xz 
differ: char 25, line 1




commit libksysguard5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2018-07-14 20:18:25

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


Package is "libksysguard5"

Sat Jul 14 20:18:25 2018 rev:68 rq:622121 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2018-07-01 21:22:53.373042518 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2018-07-14 20:19:37.823323321 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:03 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  libksysguard-5.13.2.tar.xz

New:

  libksysguard-5.13.3.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.XLnpRB/_old  2018-07-14 20:19:38.311324577 +0200
+++ /var/tmp/diff_new_pack.XLnpRB/_new  2018-07-14 20:19:38.319324598 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0-or-later

++ libksysguard-5.13.2.tar.xz -> libksysguard-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.13.2/CMakeLists.txt 
new/libksysguard-5.13.3/CMakeLists.txt
--- old/libksysguard-5.13.2/CMakeLists.txt  2018-06-26 13:49:35.0 
+0200
+++ new/libksysguard-5.13.3/CMakeLists.txt  2018-07-10 12:09:46.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(libksysguard)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 # check with non-Plasma consumers (e.g. KDevelop) before bumping these versions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.13.2/po/ca/processui.po 
new/libksysguard-5.13.3/po/ca/processui.po
--- old/libksysguard-5.13.2/po/ca/processui.po  2018-06-26 13:49:05.0 
+0200
+++ new/libksysguard-5.13.3/po/ca/processui.po  2018-07-10 12:09:25.0 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: processui\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-05-25 06:23+0200\n"
-"PO-Revision-Date: 2018-01-02 22:41+0100\n"
+"PO-Revision-Date: 2018-06-30 18:10+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -590,7 +590,7 @@
 "memòria privada, calculat com a VmRSS - Compartit, des de /proc/*/statm. "
 "Tendeix a subestimar l'ús real de la memòria privada d'un procés (no inclou "
 "les pàgines de memòria d'E/S en segon pla), però és la millor estimació que "
-"és més ràpida de determinar. Aquest a vegades es coneix com URSS (Unique "
+"és més ràpida de determinar. Aquest a vegades es coneix com a URSS (Unique "
 "Resident Set Size, «Mida d'espai resident únic»). Per a un procés "
 "individual, vegeu «Informació detallada de memòria» per a un càlcul més "
 "acurat, però més lent, de l'ús de memòria privada real."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.13.2/po/ca@valencia/processui.po 
new/libksysguard-5.13.3/po/ca@valencia/processui.po
--- old/libksysguard-5.13.2/po/ca@valencia/processui.po 2018-06-26 
13:49:05.0 +0200
+++ new/libksysguard-5.13.3/po/ca@valencia/processui.po 2018-07-10 
12:09:25.0 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: processui\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-05-25 06:23+0200\n"
-"PO-Revision-Date: 2018-01-02 22:41+0100\n"
+"PO-Revision-Date: 2018-06-30 18:10+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
@@ -590,7 +590,7 @@
 "memòria privada, calculat com a VmRSS - Compartit, des de /proc/*/statm. "
 "Tendeix a subestimar l'ús real de la memòria privada d'un procés (no inclou "
 "les pàgines de memòria d'E/S en segon pla), però és la millor estimació que "
-"és més ràpida de determinar. Aquest a vegades es coneix com URSS (Unique "
+"és més ràpida de determinar. Aquest a vegades es coneix com a URSS (Unique "
 "Resident Set Size, «Mida d'espai resident únic»). Per a un procés "
 "individual, vegeu «Informació detallada de memòria» per a un càlcul més "
 "acurat, però més lent, de l'ús de memòria privada real."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

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

2018-07-14 Thread root
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2018-07-14 20:19:37

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


Package is "polkit-kde-agent-5"

Sat Jul 14 20:19:37 2018 rev:60 rq:622134 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2018-07-01 21:23:55.880961002 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new/polkit-kde-agent-5.changes   
2018-07-14 20:19:53.839364565 +0200
@@ -1,0 +2,11 @@
+Tue Jul 10 14:02:37 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Remove empty Category from desktop file
+  * Add a window icon for authentication dialog under Wayland.
+
+---

Old:

  polkit-kde-agent-1-5.13.2.tar.xz

New:

  polkit-kde-agent-1-5.13.3.tar.xz



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.9gYR0c/_old  2018-07-14 20:19:54.203365501 +0200
+++ /var/tmp/diff_new_pack.9gYR0c/_new  2018-07-14 20:19:54.203365501 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0-only AND LGPL-2.1-or-later

++ polkit-kde-agent-1-5.13.2.tar.xz -> polkit-kde-agent-1-5.13.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.13.2/CMakeLists.txt 
new/polkit-kde-agent-1-5.13.3/CMakeLists.txt
--- old/polkit-kde-agent-1-5.13.2/CMakeLists.txt2018-06-26 
13:58:57.0 +0200
+++ new/polkit-kde-agent-1-5.13.3/CMakeLists.txt2018-07-10 
12:17:01.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 set(QT_MIN_VERSION "5.9.0")
 set(KF5_MIN_VERSION "5.42.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.13.2/po/id/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.13.3/po/id/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.13.2/po/id/polkit-kde-authentication-agent-1.po
2018-06-26 13:58:49.0 +0200
+++ new/polkit-kde-agent-1-5.13.3/po/id/polkit-kde-authentication-agent-1.po
2018-07-10 12:16:59.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-25 03:47+0200\n"
-"PO-Revision-Date: 2018-05-23 18:49+0700\n"
+"PO-Revision-Date: 2018-06-26 20:50+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -37,7 +37,7 @@
 #: authdetails.ui:39
 #, kde-format
 msgid ""
-msgstr ""
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL)
 #. i18n: ectx: property (text), widget (QLabel, vendorL)
@@ -56,10 +56,9 @@
 #. i18n: ectx: property (text), widget (QLabel, action_id_label)
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: authdetails.ui:117 authdetails.ui:133
-#, fuzzy, kde-format
-#| msgid "Action:"
+#, kde-format
 msgid "Action ID:"
-msgstr "Tindakan:"
+msgstr "ID aksi:"
 
 #: AuthDialog.cpp:73
 #, kde-format
@@ -69,7 +68,7 @@
 #: AuthDialog.cpp:89
 #, kde-format
 msgid "Authentication Required"
-msgstr "Diperlukan Pengesahan"
+msgstr "Diperlukan Autentikasi"
 
 #: AuthDialog.cpp:179
 #, kde-format
@@ -108,7 +107,7 @@
 "Authentication is required to perform this action."
 msgstr ""
 "Sebuah aplikasi telah mencoba untuk melakukan tindakan yang membutuhkan hak "
-"istimewa. Pengesahan diperlukan untuk melakukan tindakan ini."
+"istimewa. Autentikasi diperlukan untuk melakukan aksi ini."
 
 #: AuthDialog.cpp:222
 #, kde-format
@@ -129,7 +128,7 @@
 #: AuthDialog.cpp:331 AuthDialog.cpp:360
 #, kde-format
 msgid "Not Applicable"
-msgstr ""
+msgstr "Tidak Dapat Diterapkan"
 
 #: AuthDialog.cpp:341
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.13.2/po/zh_CN/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.13.3/po/zh_CN/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.13.2/po/zh_CN/polkit-kde-authentication-agent-1.po 
2018-06-26 13:58:57.0 +0200
+++ new/polkit-kde-agent-1-5.13.3/po/zh_CN/polkit-kde-authentication-agent-1.po 
2018-07-10 12:17:01.0 

commit ksshaskpass5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2018-07-14 20:17:53

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


Package is "ksshaskpass5"

Sat Jul 14 20:17:53 2018 rev:60 rq:622114 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2018-07-01 21:22:18.765087691 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2018-07-14 20:19:30.195303676 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:49 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  ksshaskpass-5.13.2.tar.xz

New:

  ksshaskpass-5.13.3.tar.xz



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.i0pM3F/_old  2018-07-14 20:19:31.691307529 +0200
+++ /var/tmp/diff_new_pack.i0pM3F/_new  2018-07-14 20:19:31.695307539 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0-or-later

++ ksshaskpass-5.13.2.tar.xz -> ksshaskpass-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.13.2/CMakeLists.txt 
new/ksshaskpass-5.13.3/CMakeLists.txt
--- old/ksshaskpass-5.13.2/CMakeLists.txt   2018-06-26 13:45:49.0 
+0200
+++ new/ksshaskpass-5.13.3/CMakeLists.txt   2018-07-10 12:07:32.0 
+0200
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 find_package(Qt5 REQUIRED COMPONENTS Core)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.13.2/po/id/ksshaskpass.po 
new/ksshaskpass-5.13.3/po/id/ksshaskpass.po
--- old/ksshaskpass-5.13.2/po/id/ksshaskpass.po 1970-01-01 01:00:00.0 
+0100
+++ new/ksshaskpass-5.13.3/po/id/ksshaskpass.po 2018-07-10 12:07:29.0 
+0200
@@ -0,0 +1,87 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Wantoyo , 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2018-01-23 03:29+0100\n"
+"PO-Revision-Date: 2018-06-23 22:58+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Wantoyo"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "wanto...@gmail.com"
+
+#: main.cpp:103 main.cpp:174
+#, kde-format
+msgid "Ksshaskpass"
+msgstr "Ksshaskpass"
+
+#: main.cpp:105
+#, kde-format
+msgid "KDE version of ssh-askpass"
+msgstr "Versi KDE terhadap ssh-askpass"
+
+#: main.cpp:107
+#, kde-format
+msgid ""
+"(c) 2006 Hans van Leeuwen\n"
+"(c) 2008-2010 Armin Berres"
+msgstr ""
+"(c) 2006 Hans van Leeuwen\n"
+"(c) 2008-2010 Armin Berres"
+
+#: main.cpp:108
+#, kde-format
+msgid ""
+"Ksshaskpass allows you to interactively prompt users for a passphrase for "
+"ssh-add"
+msgstr ""
+"Ksshaskpass membolehkanmu untuk secara interaktif menanyakan pengguna untuk "
+"sandifrasa terhadap ssh-add"
+
+#: main.cpp:113 main.cpp:115
+#, kde-format
+msgid "Armin Berres"
+msgstr "Armin Berres"
+
+#: main.cpp:113 main.cpp:115
+#, kde-format
+msgid "Current author"
+msgstr "Penulis saat ini"
+
+#: main.cpp:114 main.cpp:116
+#, kde-format
+msgid "Hans van Leeuwen"
+msgstr "Hans van Leeuwen"
+
+#: main.cpp:114 main.cpp:116
+#, kde-format
+msgid "Original author"
+msgstr "Penulis asli"
+
+#: main.cpp:121
+#, kde-format
+msgctxt "Name of a prompt for a password"
+msgid "Prompt"
+msgstr "Tanyakan"
+
+#: main.cpp:127
+#, kde-format
+msgid "Please enter passphrase"
+msgstr "Silakan masukkan sandifrasa"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.13.2/po/zh_CN/ksshaskpass.po 
new/ksshaskpass-5.13.3/po/zh_CN/ksshaskpass.po
--- old/ksshaskpass-5.13.2/po/zh_CN/ksshaskpass.po  2018-06-26 
13:45:49.0 +0200
+++ new/ksshaskpass-5.13.3/po/zh_CN/ksshaskpass.po  2018-07-10 
12:07:32.0 +0200
@@ 

commit kscreen5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2018-07-14 20:17:40

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


Package is "kscreen5"

Sat Jul 14 20:17:40 2018 rev:62 rq:622112 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2018-07-01 
21:22:04.145106783 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new/kscreen5.changes   2018-07-14 
20:19:28.839300183 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:46 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kscreen-5.13.2.tar.xz

New:

  kscreen-5.13.3.tar.xz



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.NntWIw/_old  2018-07-14 20:19:29.311301400 +0200
+++ /var/tmp/diff_new_pack.NntWIw/_new  2018-07-14 20:19:29.315301409 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreen5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kscreen-5.13.2.tar.xz -> kscreen-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.13.2/CMakeLists.txt 
new/kscreen-5.13.3/CMakeLists.txt
--- old/kscreen-5.13.2/CMakeLists.txt   2018-06-26 13:44:40.0 +0200
+++ new/kscreen-5.13.3/CMakeLists.txt   2018-07-10 12:06:54.0 +0200
@@ -1,5 +1,5 @@
 project(KScreen)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.13.2/po/id/kscreen.po 
new/kscreen-5.13.3/po/id/kscreen.po
--- old/kscreen-5.13.2/po/id/kscreen.po 1970-01-01 01:00:00.0 +0100
+++ new/kscreen-5.13.3/po/id/kscreen.po 2018-07-10 12:06:41.0 +0200
@@ -0,0 +1,46 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Wantoyo , 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2018-04-12 03:37+0200\n"
+"PO-Revision-Date: 2018-06-22 20:13+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: daemon.cpp:91
+msgid "Switch Display"
+msgstr "Alih Display"
+
+#: qml/OsdSelector.qml:49
+msgid "Switch to external screen"
+msgstr "Alihkan ke layar external"
+
+#: qml/OsdSelector.qml:54
+msgid "Switch to laptop screen"
+msgstr "Alihkan ke layar laptop"
+
+#: qml/OsdSelector.qml:59
+msgid "Unify outputs"
+msgstr "Output padu"
+
+#: qml/OsdSelector.qml:64
+msgid "Extend to left"
+msgstr "Luas ke kiri"
+
+#: qml/OsdSelector.qml:69
+msgid "Extend to right"
+msgstr "Luas ke kanan"
+
+#: qml/OsdSelector.qml:74
+msgid "Leave unchanged"
+msgstr "Biarkan tak diubah"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.13.2/po/zh_CN/kcm_displayconfiguration.po 
new/kscreen-5.13.3/po/zh_CN/kcm_displayconfiguration.po
--- old/kscreen-5.13.2/po/zh_CN/kcm_displayconfiguration.po 2018-06-26 
13:44:40.0 +0200
+++ new/kscreen-5.13.3/po/zh_CN/kcm_displayconfiguration.po 2018-07-10 
12:06:53.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-12 03:37+0200\n"
-"PO-Revision-Date: 2018-06-19T17:12:22+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.13.2/po/zh_CN/kscreen.po 
new/kscreen-5.13.3/po/zh_CN/kscreen.po
--- old/kscreen-5.13.2/po/zh_CN/kscreen.po  2018-06-26 13:44:40.0 
+0200
+++ new/kscreen-5.13.3/po/zh_CN/kscreen.po  2018-07-10 12:06:53.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-12 03:37+0200\n"
-"PO-Revision-Date: 2018-06-19T17:12:28+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese 

commit plasma5-pa for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-07-14 20:19:21

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


Package is "plasma5-pa"

Sat Jul 14 20:19:21 2018 rev:54 rq:622128 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-07-01 
21:23:35.992986927 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-07-14 20:19:48.411350587 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:18 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Fix wrong availability of profiles and ports.
+
+---

Old:

  plasma-pa-5.13.2.tar.xz

New:

  plasma-pa-5.13.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.WB069V/_old  2018-07-14 20:19:48.883351802 +0200
+++ /var/tmp/diff_new_pack.WB069V/_new  2018-07-14 20:19:48.899351843 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.13.2.tar.xz -> plasma-pa-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.2/CMakeLists.txt 
new/plasma-pa-5.13.3/CMakeLists.txt
--- old/plasma-pa-5.13.2/CMakeLists.txt 2018-06-26 13:54:52.0 +0200
+++ new/plasma-pa-5.13.3/CMakeLists.txt 2018-07-10 12:13:21.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.13.2/po/es/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.13.3/po/es/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.13.2/po/es/plasma_applet_org.kde.plasma.volume.po   
2018-06-26 13:54:18.0 +0200
+++ new/plasma-pa-5.13.3/po/es/plasma_applet_org.kde.plasma.volume.po   
2018-07-10 12:13:01.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: plasma_applet_org\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-26 03:38+0200\n"
-"PO-Revision-Date: 2018-05-07 14:47+0100\n"
+"PO-Revision-Date: 2018-07-01 10:29+0100\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ -52,7 +52,7 @@
 #: contents/ui/ConfigGeneral.qml:81
 #, kde-format
 msgid "Volume feedback"
-msgstr "Acoplamiento del volumen"
+msgstr "Notificaciones de cambio de volumen"
 
 #: contents/ui/ConfigGeneral.qml:87
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.2/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.13.3/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.13.2/po/zh_CN/kcm_pulseaudio.po 2018-06-26 
13:54:43.0 +0200
+++ new/plasma-pa-5.13.3/po/zh_CN/kcm_pulseaudio.po 2018-07-10 
12:13:18.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-11 03:24+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:12+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.13.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.13.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.13.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-06-26 13:54:43.0 +0200
+++ new/plasma-pa-5.13.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-07-10 12:13:18.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-26 03:38+0200\n"
-"PO-Revision-Date: 2018-06-19T17:12:13+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit plasma5-addons for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2018-07-14 20:19:03

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


Package is "plasma5-addons"

Sat Jul 14 20:19:03 2018 rev:64 rq:622125 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2018-07-01 21:23:15.733013347 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2018-07-14 20:19:44.687340998 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:11 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * [Media Frame] Fix history length property
+
+---

Old:

  kdeplasma-addons-5.13.2.tar.xz

New:

  kdeplasma-addons-5.13.3.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.k5t68g/_old  2018-07-14 20:19:45.075341996 +0200
+++ /var/tmp/diff_new_pack.k5t68g/_new  2018-07-14 20:19:45.079342007 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kdeplasma-addons-5.13.2.tar.xz -> kdeplasma-addons-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-5.13.2/CMakeLists.txt 
new/kdeplasma-addons-5.13.3/CMakeLists.txt
--- old/kdeplasma-addons-5.13.2/CMakeLists.txt  2018-06-26 13:41:07.0 
+0200
+++ new/kdeplasma-addons-5.13.3/CMakeLists.txt  2018-07-10 12:04:59.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kdeplasma-addons)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 # Disallow in-source build #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.13.2/applets/mediaframe/package/contents/ui/main.qml 
new/kdeplasma-addons-5.13.3/applets/mediaframe/package/contents/ui/main.qml
--- old/kdeplasma-addons-5.13.2/applets/mediaframe/package/contents/ui/main.qml 
2018-06-26 13:40:24.0 +0200
+++ new/kdeplasma-addons-5.13.3/applets/mediaframe/package/contents/ui/main.qml 
2018-07-10 12:04:33.0 +0200
@@ -296,7 +296,7 @@
 PlasmaComponents.Button {
 anchors.left: parent.left
 anchors.verticalCenter: parent.verticalCenter
-enabled: (items.historyLength() > 0) && !isTransitioning
+enabled: (items.historyLength > 0) && !isTransitioning
 iconSource: "arrow-left"
 onClicked: {
 nextTimer.stop()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.13.2/applets/mediaframe/plugin/mediaframe.cpp 
new/kdeplasma-addons-5.13.3/applets/mediaframe/plugin/mediaframe.cpp
--- old/kdeplasma-addons-5.13.2/applets/mediaframe/plugin/mediaframe.cpp
2018-06-26 13:40:24.0 +0200
+++ new/kdeplasma-addons-5.13.3/applets/mediaframe/plugin/mediaframe.cpp
2018-07-10 12:04:33.0 +0200
@@ -324,21 +324,32 @@
 
 void MediaFrame::pushHistory(const QString )
 {
+const int oldCount = m_history.count();
+
 m_history.prepend(string);
 
 // Keep a sane history size
-if(m_history.length() > 50)
+if (m_history.length() > 50) {
 m_history.removeLast();
+}
+
+if (oldCount != m_history.count()) {
+emit historyLengthChanged();
+}
 }
 
 QString MediaFrame::popHistory()
 {
-if(m_history.isEmpty())
+if (m_history.isEmpty()) {
 return QString();
-return m_history.takeFirst();
+}
+
+const QString item = m_history.takeFirst();
+emit historyLengthChanged();
+return item;
 }
 
-int MediaFrame::historyLength()
+int MediaFrame::historyLength() const
 {
 return m_history.length();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.13.2/applets/mediaframe/plugin/mediaframe.h 
new/kdeplasma-addons-5.13.3/applets/mediaframe/plugin/mediaframe.h
--- old/kdeplasma-addons-5.13.2/applets/mediaframe/plugin/mediaframe.h  
2018-06-26 13:40:24.0 +0200
+++ new/kdeplasma-addons-5.13.3/applets/mediaframe/plugin/mediaframe.h  
2018-07-10 12:04:33.0 +0200
@@ -33,6 +33,7 @@
 Q_OBJECT
 
 Q_PROPERTY(int count READ count 

commit oxygen5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2018-07-14 20:18:52

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


Package is "oxygen5"

Sat Jul 14 20:18:52 2018 rev:70 rq:622123 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2018-07-01 
21:23:09.337021690 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2018-07-14 
20:19:40.247329563 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:07 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  oxygen-5.13.2.tar.xz

New:

  oxygen-5.13.3.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.yJE2mc/_old  2018-07-14 20:19:40.811331016 +0200
+++ /var/tmp/diff_new_pack.yJE2mc/_new  2018-07-14 20:19:40.811331016 +0200
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ oxygen-5.13.2.tar.xz -> oxygen-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.13.2/CMakeLists.txt 
new/oxygen-5.13.3/CMakeLists.txt
--- old/oxygen-5.13.2/CMakeLists.txt2018-06-26 13:50:23.0 +0200
+++ new/oxygen-5.13.3/CMakeLists.txt2018-07-10 12:10:21.0 +0200
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.13.2/kdecoration/oxygen.json 
new/oxygen-5.13.3/kdecoration/oxygen.json
--- old/oxygen-5.13.2/kdecoration/oxygen.json   2018-06-26 13:50:23.0 
+0200
+++ new/oxygen-5.13.3/kdecoration/oxygen.json   2018-07-10 12:10:21.0 
+0200
@@ -18,6 +18,7 @@
 "Description[ia]": "Decoration de fenestra usante le stylo visual 
Oxygen per le scriptorio de Plasma",
 "Description[it]": "Decorazione per finestre che usa lo stile visuale 
di Oxygen per il desktop Plasma",
 "Description[ko]": "Plasma 데스크톱의 Oxygen 시각 스타일을 사용하는 창 장식",
+"Description[nb]": "Vinduspynt som bruker Oxygen-stilen for 
Plasma-skrivebordet",
 "Description[nl]": "Vensterdecoratie met gebruik van de visuele stijl 
Oxygen voor het Plasma bureaublad",
 "Description[nn]": "Vindaugspynt som brukar Oxygen-stilen for 
Plasma-skrivebordet",
 "Description[pl]": "Wystrój okien przy użyciu stylu wizualnego Tlenu 
dla Pulpitu Plazmy",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.13.2/po/se/oxygen_kdecoration.po 
new/oxygen-5.13.3/po/se/oxygen_kdecoration.po
--- old/oxygen-5.13.2/po/se/oxygen_kdecoration.po   2018-06-26 
13:50:57.0 +0200
+++ new/oxygen-5.13.3/po/se/oxygen_kdecoration.po   2018-07-10 
12:10:42.0 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kwin_clients\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:21+0100\n"
+"POT-Creation-Date: 2017-12-13 05:20+0100\n"
 "PO-Revision-Date: 2005-01-29 18:47+0100\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -184,7 +184,7 @@
 #. i18n: ectx: property (text), widget (QCheckBox, 
drawBorderOnMaximizedWindows)
 #: config/ui/oxygenconfigurationui.ui:124
 #, kde-format
-msgid "Display window borders for maximized windows"
+msgid "Allow resizing maximized windows from window edges"
 msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, useWindowColors)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.13.2/po/se/oxygen_style_config.po 
new/oxygen-5.13.3/po/se/oxygen_style_config.po
--- old/oxygen-5.13.2/po/se/oxygen_style_config.po  2018-06-26 
13:50:57.0 +0200
+++ new/oxygen-5.13.3/po/se/oxygen_style_config.po  2018-07-10 
12:10:42.0 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kstyle_config\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:21+0100\n"
+"POT-Creation-Date: 2017-10-24 03:18+0200\n"
 "PO-Revision-Date: 2005-10-16 04:17+0200\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -168,8 +168,8 @@
 #: ui/oxygenfollowmouseanimationconfigbox.ui:98
 #: 

commit libkdecoration2 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2018-07-14 20:18:14

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


Package is "libkdecoration2"

Sat Jul 14 20:18:14 2018 rev:58 rq:622119 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2018-07-01 21:22:40.765058972 +0200
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 
2018-07-14 20:19:36.303319406 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:59 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  kdecoration-5.13.2.tar.xz

New:

  kdecoration-5.13.3.tar.xz



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.8oN1Z3/_old  2018-07-14 20:19:36.747320550 +0200
+++ /var/tmp/diff_new_pack.8oN1Z3/_new  2018-07-14 20:19:36.747320550 +0200
@@ -20,7 +20,7 @@
 %define lname_private   libkdecorations2private6
 %bcond_without lang
 Name:   libkdecoration2
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:KDE's window decorations library
 License:GPL-2.0-or-later

++ kdecoration-5.13.2.tar.xz -> kdecoration-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.13.2/CMakeLists.txt 
new/kdecoration-5.13.3/CMakeLists.txt
--- old/kdecoration-5.13.2/CMakeLists.txt   2018-06-26 13:39:35.0 
+0200
+++ new/kdecoration-5.13.3/CMakeLists.txt   2018-07-10 12:03:48.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(decoration-api)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 
 set(QT_MIN_VERSION "5.9.0")
 set(KF5_MIN_VERSION "5.42.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.13.2/po/zh_CN/kdecoration.po 
new/kdecoration-5.13.3/po/zh_CN/kdecoration.po
--- old/kdecoration-5.13.2/po/zh_CN/kdecoration.po  2018-06-26 
13:39:57.0 +0200
+++ new/kdecoration-5.13.3/po/zh_CN/kdecoration.po  2018-07-10 
12:04:16.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-01-27 03:26+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:50+\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcm_sddm for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2018-07-14 20:16:42

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


Package is "kcm_sddm"

Sat Jul 14 20:16:42 2018 rev:59 rq:622104 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2018-07-01 
21:21:09.937177621 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2018-07-14 
20:19:19.699276643 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:30 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  sddm-kcm-5.13.2.tar.xz

New:

  sddm-kcm-5.13.3.tar.xz



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.c9bcCt/_old  2018-07-14 20:19:20.259278085 +0200
+++ /var/tmp/diff_new_pack.c9bcCt/_new  2018-07-14 20:19:20.263278096 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kcm_sddm
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:A sddm control module for KDE
 License:GPL-2.0-only

++ sddm-kcm-5.13.2.tar.xz -> sddm-kcm-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.13.2/CMakeLists.txt 
new/sddm-kcm-5.13.3/CMakeLists.txt
--- old/sddm-kcm-5.13.2/CMakeLists.txt  2018-06-26 14:00:17.0 +0200
+++ new/sddm-kcm-5.13.3/CMakeLists.txt  2018-07-10 12:18:05.0 +0200
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.13.2/po/it/kcm_sddm.po 
new/sddm-kcm-5.13.3/po/it/kcm_sddm.po
--- old/sddm-kcm-5.13.2/po/it/kcm_sddm.po   2018-06-26 14:00:09.0 
+0200
+++ new/sddm-kcm-5.13.3/po/it/kcm_sddm.po   2018-07-10 12:18:02.0 
+0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vincenzo Reale , 2015, 2017.
+# Vincenzo Reale , 2015, 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.13.2/po/pt_BR/kcm_sddm.po 
new/sddm-kcm-5.13.3/po/pt_BR/kcm_sddm.po
--- old/sddm-kcm-5.13.2/po/pt_BR/kcm_sddm.po2018-06-26 14:00:13.0 
+0200
+++ new/sddm-kcm-5.13.3/po/pt_BR/kcm_sddm.po2018-07-10 12:18:03.0 
+0200
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Luiz Fernando Ranghetti , 2014, 2017.
-# André Marcelo Alvarenga , 2015.
+# André Marcelo Alvarenga , 2015, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-21 03:45+0200\n"
-"PO-Revision-Date: 2017-10-25 12:36-0300\n"
-"Last-Translator: Luiz Fernando Ranghetti \n"
+"PO-Revision-Date: 2018-07-06 17:54-0300\n"
+"Last-Translator: André Marcelo Alvarenga \n"
 "Language-Team: Portuguese \n"
 "Language: pt_BR\n"
 "MIME-Version: 1.0\n"
@@ -22,12 +22,12 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Luiz Fernando Ranghetti"
+msgstr "Luiz Fernando Ranghetti, André Marcelo Alvarenga"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "elchev...@opensuse.org"
+msgstr "elchev...@opensuse.org, alvare...@kde.org"
 
 #: sddmauthhelper.cpp:160 sddmauthhelper.cpp:180 sddmauthhelper.cpp:187
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.13.2/po/zh_CN/kcm_sddm.po 
new/sddm-kcm-5.13.3/po/zh_CN/kcm_sddm.po
--- old/sddm-kcm-5.13.2/po/zh_CN/kcm_sddm.po2018-06-26 14:00:17.0 
+0200
+++ new/sddm-kcm-5.13.3/po/zh_CN/kcm_sddm.po2018-07-10 12:18:05.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-21 03:45+0200\n"
-"PO-Revision-Date: 2018-06-19T17:12:23+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit drkonqi5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package drkonqi5 for openSUSE:Factory 
checked in at 2018-07-14 20:16:27

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


Package is "drkonqi5"

Sat Jul 14 20:16:27 2018 rev:17 rq:622102 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/drkonqi5/drkonqi5.changes2018-07-01 
21:20:57.613193736 +0200
+++ /work/SRC/openSUSE:Factory/.drkonqi5.new/drkonqi5.changes   2018-07-14 
20:19:16.999269689 +0200
@@ -1,0 +2,15 @@
+Tue Jul 10 14:01:23 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---
+Mon Jul  9 11:26:26 UTC 2018 - fab...@ritter-vogt.de
+
+- Recommend gdb for useful backtraces (moved from the pattern)
+
+---

Old:

  drkonqi-5.13.2.tar.xz

New:

  drkonqi-5.13.3.tar.xz



Other differences:
--
++ drkonqi5.spec ++
--- /var/tmp/diff_new_pack.d53SS8/_old  2018-07-14 20:19:17.643271348 +0200
+++ /var/tmp/diff_new_pack.d53SS8/_new  2018-07-14 20:19:17.647271357 +0200
@@ -23,7 +23,7 @@
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
 # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Helper for debugging and reporting crashes
 License:GPL-2.0-or-later
@@ -52,6 +52,8 @@
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5X11Extras)
+# We want useful backtraces
+Recommends: gdb
 Recommends: %{name}-lang
 
 %description

++ drkonqi-5.13.2.tar.xz -> drkonqi-5.13.3.tar.xz ++
 1885 lines of diff (skipped)




commit kde-gtk-config5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2018-07-14 20:17:06

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


Package is "kde-gtk-config5"

Sat Jul 14 20:17:06 2018 rev:62 rq:622106 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2018-07-01 21:21:23.617159738 +0200
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 
2018-07-14 20:19:22.531283937 +0200
@@ -1,0 +2,13 @@
+Tue Jul 10 14:01:34 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Don't have two methods called the same in parent and children class 
without relation
+  * --warning
+  * Don't display duplicate icon themeicon theme entries
+  * Keep Cursor and Icon themes lists sorted (kde#368600)
+
+---

Old:

  kde-gtk-config-5.13.2.tar.xz

New:

  kde-gtk-config-5.13.3.tar.xz



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.Ph2VdP/_old  2018-07-14 20:19:23.439286276 +0200
+++ /var/tmp/diff_new_pack.Ph2VdP/_new  2018-07-14 20:19:23.443286286 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:LGPL-3.0-or-later AND GPL-3.0-or-later

++ kde-gtk-config-5.13.2.tar.xz -> kde-gtk-config-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.13.2/CMakeLists.txt 
new/kde-gtk-config-5.13.3/CMakeLists.txt
--- old/kde-gtk-config-5.13.2/CMakeLists.txt2018-06-26 13:40:22.0 
+0200
+++ new/kde-gtk-config-5.13.3/CMakeLists.txt2018-07-10 12:04:30.0 
+0200
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 cmake_minimum_required(VERSION 2.8.12)
 
 find_package(ECM 0.0.9 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.13.2/po/zh_CN/kde-gtk-config.po 
new/kde-gtk-config-5.13.3/po/zh_CN/kde-gtk-config.po
--- old/kde-gtk-config-5.13.2/po/zh_CN/kde-gtk-config.po2018-06-26 
13:40:21.0 +0200
+++ new/kde-gtk-config-5.13.3/po/zh_CN/kde-gtk-config.po2018-07-10 
12:04:30.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-12-22 03:11+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:27+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.13.2/src/cursorthemesmodel.cpp 
new/kde-gtk-config-5.13.3/src/cursorthemesmodel.cpp
--- old/kde-gtk-config-5.13.2/src/cursorthemesmodel.cpp 2018-06-26 
13:39:59.0 +0200
+++ new/kde-gtk-config-5.13.3/src/cursorthemesmodel.cpp 2018-07-10 
12:04:24.0 +0200
@@ -84,4 +84,6 @@
 fillItem(dir, themeit);
 appendRow(themeit);
 }
+
+sort(0);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.13.2/src/cursorthemesmodel.h 
new/kde-gtk-config-5.13.3/src/cursorthemesmodel.h
--- old/kde-gtk-config-5.13.2/src/cursorthemesmodel.h   2018-06-26 
13:39:59.0 +0200
+++ new/kde-gtk-config-5.13.3/src/cursorthemesmodel.h   2018-07-10 
12:04:24.0 +0200
@@ -31,7 +31,7 @@
 public:
 explicit CursorThemesModel(QObject* parent = 0);
 
-void reload();
+void reload() override;
 
 private:
 static void fillItem(const QDir& dir, QStandardItem* item);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.13.2/src/iconthemesmodel.cpp 
new/kde-gtk-config-5.13.3/src/iconthemesmodel.cpp
--- old/kde-gtk-config-5.13.2/src/iconthemesmodel.cpp   2018-06-26 
13:39:59.0 +0200
+++ new/kde-gtk-config-5.13.3/src/iconthemesmodel.cpp   2018-07-10 
12:04:24.0 +0200
@@ -32,6 +32,7 @@
 : QStandardItemModel(parent)
 , m_onlyHome(onlyHome)
 {
+setSortRole(Qt::DisplayRole);
 reload();
 }
 
@@ -98,14 +99,20 @@
 {
 clear();
 
+QSet done;
 QList paths = installedThemesPaths();
 

commit breeze for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-07-14 20:15:53

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


Package is "breeze"

Sat Jul 14 20:15:53 2018 rev:68 rq:622098 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-07-01 
21:20:37.525220012 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-07-14 
20:18:52.671207022 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:16 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.13.2.tar.xz

New:

  breeze-5.13.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.Blxegn/_old  2018-07-14 20:18:53.659209567 +0200
+++ /var/tmp/diff_new_pack.Blxegn/_new  2018-07-14 20:18:53.659209567 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.Blxegn/_old  2018-07-14 20:18:53.679209618 +0200
+++ /var/tmp/diff_new_pack.Blxegn/_new  2018-07-14 20:18:53.679209618 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.13.2
+Version:5.13.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.13.2.tar.xz -> breeze-5.13.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.13.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.13.3.tar.xz differ: char 25, 
line 1




commit breeze-gtk for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2018-07-14 20:16:12

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


Package is "breeze-gtk"

Sat Jul 14 20:16:12 2018 rev:47 rq:622099 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2018-07-01 
21:20:46.041208871 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes   
2018-07-14 20:19:01.607230041 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:17 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  breeze-gtk-5.13.2.tar.xz

New:

  breeze-gtk-5.13.3.tar.xz



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.fNOvuw/_old  2018-07-14 20:19:02.275231763 +0200
+++ /var/tmp/diff_new_pack.fNOvuw/_new  2018-07-14 20:19:02.279231772 +0200
@@ -18,7 +18,7 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1

++ breeze-gtk-5.13.2.tar.xz -> breeze-gtk-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.13.2/CMakeLists.txt 
new/breeze-gtk-5.13.3/CMakeLists.txt
--- old/breeze-gtk-5.13.2/CMakeLists.txt2018-06-26 13:36:15.0 
+0200
+++ new/breeze-gtk-5.13.3/CMakeLists.txt2018-07-10 12:01:33.0 
+0200
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)




commit bluedevil5 for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2018-07-14 20:15:47

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


Package is "bluedevil5"

Sat Jul 14 20:15:47 2018 rev:60 rq:622097 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2018-07-01 
21:20:29.361230694 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes   
2018-07-14 20:17:44.751034990 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:04 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---

Old:

  bluedevil-5.13.2.tar.xz

New:

  bluedevil-5.13.3.tar.xz



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.jm537e/_old  2018-07-14 20:17:45.247036244 +0200
+++ /var/tmp/diff_new_pack.jm537e/_new  2018-07-14 20:17:45.251036255 +0200
@@ -19,7 +19,7 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0-or-later

++ bluedevil-5.13.2.tar.xz -> bluedevil-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.13.2/CMakeLists.txt 
new/bluedevil-5.13.3/CMakeLists.txt
--- old/bluedevil-5.13.2/CMakeLists.txt 2018-06-26 13:34:47.0 +0200
+++ new/bluedevil-5.13.3/CMakeLists.txt 2018-07-10 12:00:11.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(bluedevil)
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.9.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.13.2/po/zh_CN/bluedevil.po 
new/bluedevil-5.13.3/po/zh_CN/bluedevil.po
--- old/bluedevil-5.13.2/po/zh_CN/bluedevil.po  2018-06-26 13:34:46.0 
+0200
+++ new/bluedevil-5.13.3/po/zh_CN/bluedevil.po  2018-07-10 12:00:10.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-03-01 03:36+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:16+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bluedevil-5.13.2/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po 
new/bluedevil-5.13.3/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po
--- old/bluedevil-5.13.2/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po 
2018-06-26 13:34:46.0 +0200
+++ new/bluedevil-5.13.3/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po 
2018-07-10 12:00:10.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-03-09 03:24+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:32+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.13.2/src/kded/bluedevil.json 
new/bluedevil-5.13.3/src/kded/bluedevil.json
--- old/bluedevil-5.13.2/src/kded/bluedevil.json2018-06-26 
13:34:03.0 +0200
+++ new/bluedevil-5.13.3/src/kded/bluedevil.json2018-07-10 
11:59:40.0 +0200
@@ -18,6 +18,7 @@
 "Description[id]": "Menangani peristiwa Bluetooth",
 "Description[it]": "Gestisce gli eventi Bluetooth",
 "Description[ko]": "블루투스 이벤트 처리",
+"Description[nb]": "Håndterer Bluetooth-hendelser",
 "Description[nl]": "Behandelt bluetooth-gebeurtenissen",
 "Description[nn]": "Handterer Bluetooth-hendingar",
 "Description[pl]": "Obsługuje zdarzenia Bluetooth",




commit libstorage-ng for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2018-07-14 20:15:27

Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.libstorage-ng.new (New)


Package is "libstorage-ng"

Sat Jul 14 20:15:27 2018 rev:27 rq:622482 version:3.3.316

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2018-07-01 21:24:54.264884951 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new/libstorage-ng.changes 
2018-07-14 20:17:43.319031367 +0200
@@ -1,0 +2,38 @@
+Fri Jul 13 14:20:10 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#544
+- work on creating and deleting bcaches
+- updated swig catches
+- added unit tests
+- added integration tests
+- reuse code
+- cleanup
+- 3.3.316
+
+
+Tue Jul 10 08:29:31 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#543
+- use sysfs path in find_by_any_name()
+- 3.3.315
+
+
+Mon Jul 9 12:55:16 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#542
+- added support for f2fs (fate#325755)
+- added integration test
+- removed unused code
+- removed obsolete documentation
+- 3.3.314
+
+
+Mon Jul 9 10:15:55 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#541
+- handle Intel Rapid Start Technology Partition ID (fate#325885)
+- extended documentation
+- coding style
+- 3.3.313
+
+

Old:

  libstorage-ng-3.3.312.tar.xz

New:

  libstorage-ng-3.3.316.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.QbYbpa/_old  2018-07-14 20:17:43.711032358 +0200
+++ /var/tmp/diff_new_pack.QbYbpa/_new  2018-07-14 20:17:43.715032368 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:3.3.312
+Version:3.3.316
 Release:0
 Summary:Library for storage management
 License:GPL-2.0

++ libstorage-ng-3.3.312.tar.xz -> libstorage-ng-3.3.316.tar.xz ++
 3009 lines of diff (skipped)




commit patterns-kde for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package patterns-kde for openSUSE:Factory 
checked in at 2018-07-14 20:15:43

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


Package is "patterns-kde"

Sat Jul 14 20:15:43 2018 rev:19 rq:621878 version:20180709

Changes:

--- /work/SRC/openSUSE:Factory/patterns-kde/patterns-kde.changes
2018-07-01 21:20:22.841239226 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-kde.new/patterns-kde.changes   
2018-07-14 20:17:44.271033775 +0200
@@ -1,0 +2,22 @@
+Mon Jul  9 09:08:59 UTC 2018 - fab...@ritter-vogt.de
+
+- Update devel_kde_frameworks packagelist
+- Update devel_qt5 packagelist
+- Merge devel_kde into devel_kde_frameworks
+- Don't require breeze5-wallpapers, only recommend it
+- Split out PIM into a separate pattern:
+  * Use kleopatra instead of kgpg
+  * Remove 5 suffix
+- Don't recommend kmozillahelper, it has a supplements already
+- Slim down kde_plasma, move applications to kde
+- Call it "KDE Plasma 5 Desktop Base" to make it more obvious that
+  only the base desktop is installed
+- Improve descriptions of kde_plasma and kde
+- Move gdb recommendation to drkonqi5
+- Use %2F instead of - where necessary
+- Remove kppp, rekonq and smb4k
+- Use libreoffice-qt5 instead of libreoffice-kde4
+- Only suggest cervisia
+- Recommend skanlite in kde, not kde_imaging as well
+
+---



Other differences:
--
++ patterns-kde.spec ++
 785 lines (skipped)
 between /work/SRC/openSUSE:Factory/patterns-kde/patterns-kde.spec
 and /work/SRC/openSUSE:Factory/.patterns-kde.new/patterns-kde.spec




commit libreoffice for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2018-07-14 20:14:58

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


Package is "libreoffice"

Sat Jul 14 20:14:58 2018 rev:159 rq:622316 version:6.1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2018-07-04 
23:54:11.495954317 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2018-07-14 20:17:36.923015183 +0200
@@ -1,0 +2,13 @@
+Thu Jul 12 14:08:29 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * 0001-call-System.runFinalizersOnExit-by-reflection-since-.patch
++ Call the System.runFinalizersOnExit method by reflection,
+  since it is removed in jdk11
+
+---
+Mon Jul  9 08:07:42 UTC 2018 - tchva...@suse.com
+
+- Version update to 6.1.0.1 release
+
+---

Old:

  libreoffice-6.1.0.0.beta2.tar.xz
  libreoffice-6.1.0.0.beta2.tar.xz.asc
  libreoffice-help-6.1.0.0.beta2.tar.xz
  libreoffice-help-6.1.0.0.beta2.tar.xz.asc
  libreoffice-translations-6.1.0.0.beta2.tar.xz
  libreoffice-translations-6.1.0.0.beta2.tar.xz.asc

New:

  0001-call-System.runFinalizersOnExit-by-reflection-since-.patch
  libreoffice-6.1.0.1.tar.xz
  libreoffice-6.1.0.1.tar.xz.asc
  libreoffice-help-6.1.0.1.tar.xz
  libreoffice-help-6.1.0.1.tar.xz.asc
  libreoffice-translations-6.1.0.1.tar.xz
  libreoffice-translations-6.1.0.1.tar.xz.asc



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.6Rshe4/_old  2018-07-14 20:17:42.367028957 +0200
+++ /var/tmp/diff_new_pack.6Rshe4/_new  2018-07-14 20:17:42.371028968 +0200
@@ -52,7 +52,7 @@
 %bcond_with gtk3
 %endif
 Name:   libreoffice
-Version:6.1.0.0.beta2
+Version:6.1.0.1
 Release:0
 Summary:A Free Office Suite (Framework)
 License:LGPL-3.0-or-later AND MPL-2.0+
@@ -103,6 +103,7 @@
 # math does not work
 Patch4: libreoffice-java-sched.patch
 Patch5: old-boost.patch
+Patch6: 0001-call-System.runFinalizersOnExit-by-reflection-since-.patch
 # try to save space by using hardlinks
 Patch990:   install-with-hardlinks.diff
 BuildRequires:  %{name}-share-linker
@@ -948,6 +949,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch6 -p1
 %patch990 -p1
 
 # Disable some of the failing tests (some are random)

++ 0001-call-System.runFinalizersOnExit-by-reflection-since-.patch ++
>From 1d3f2ed0606cc971513dab5932ec7d1dd2a15f90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= 
Date: Thu, 12 Jul 2018 11:57:07 +0200
Subject: [PATCH] call System.runFinalizersOnExit by reflection, since it was
 removed in jdk11

Change-Id: I542c87bc1de21727a035cc6ac3b3e20c0ccfb5f7
---
 external/hsqldb/UnpackedTarball_hsqldb.mk  |  1 +
 .../patches/hsqldb-runFinalizersOnExit.patch   | 14 ++
 2 files changed, 15 insertions(+)
 create mode 100644 external/hsqldb/patches/hsqldb-runFinalizersOnExit.patch

diff --git a/external/hsqldb/UnpackedTarball_hsqldb.mk 
b/external/hsqldb/UnpackedTarball_hsqldb.mk
index fc6c18f77c23..cbba770f19a0 100644
--- a/external/hsqldb/UnpackedTarball_hsqldb.mk
+++ b/external/hsqldb/UnpackedTarball_hsqldb.mk
@@ -24,6 +24,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,hsqldb,\
external/hsqldb/patches/i104901.patch \
external/hsqldb/patches/fdo36824.patch \
external/hsqldb/patches/limit_as_table_alias.patch \
+   external/hsqldb/patches/hsqldb-runFinalizersOnExit.patch \
$(if $(HSQLDB_USE_JDBC_4_1),\
external/hsqldb/patches/jdbc-4.1.patch \
external/hsqldb/patches/multipleResultSets.patch \
diff --git a/external/hsqldb/patches/hsqldb-runFinalizersOnExit.patch 
b/external/hsqldb/patches/hsqldb-runFinalizersOnExit.patch
new file mode 100644
index ..214dc2c2b2e1
--- /dev/null
+++ b/external/hsqldb/patches/hsqldb-runFinalizersOnExit.patch
@@ -0,0 +1,14 @@
+--- misc/hsqldb/src/org/hsqldb/lib/java/JavaSystem.java2008-03-16 
23:51:35.0 +0100
 misc/build/hsqldb/src/org/hsqldb/lib/java/JavaSystem.java  2018-07-12 
11:46:57.997837180 +0200
+@@ -160,8 +160,9 @@
+ public static void runFinalizers() {
+ 
+ //#ifdef JAVA2FULL
+-System.runFinalizersOnExit(true);
+-
++try {
++System.class.getMethod("runFinalizersOnExit", 
boolean.class).invoke(null, true);
++} catch (Exception e) {}
+ //#endif
+ }
+ 
-- 
2.18.0







++ libreoffice-6.1.0.0.beta2.tar.xz -> libreoffice-6.1.0.1.tar.xz ++

commit gstreamer for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2018-07-14 20:14:54

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


Package is "gstreamer"

Sat Jul 14 20:14:54 2018 rev:54 rq:622289 version:1.14.1

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes  2018-05-29 
10:26:41.368883305 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2018-07-14 
20:14:55.714607076 +0200
@@ -1,0 +2,6 @@
+Thu Jul 12 07:50:21 UTC 2018 - dims...@opensuse.org
+
+- Update gstreamer.macros and gstreamer.prov to be compatible with
+  file 5.33, which differently idenfies executables from libraries.
+
+---



Other differences:
--
++ gstreamer.macros ++
--- /var/tmp/diff_new_pack.nG6QIK/_old  2018-07-14 20:14:56.778609771 +0200
+++ /var/tmp/diff_new_pack.nG6QIK/_new  2018-07-14 20:14:56.782609782 +0200
@@ -1,4 +1,4 @@
 %__gstreamer_provides  %{_rpmconfigdir}/gstreamer-provides
 %__gstreamer_path  libgst
-%__gstreamer_magic ELF.*shared object
+%__gstreamer_magic ELF.*(shared object|executable)
 %__gstreamer_flags magic_and_path

++ gstreamer.prov ++
--- /var/tmp/diff_new_pack.nG6QIK/_old  2018-07-14 20:14:56.854609964 +0200
+++ /var/tmp/diff_new_pack.nG6QIK/_new  2018-07-14 20:14:56.866609994 +0200
@@ -22,7 +22,7 @@
 esac
 
 solist=$(echo $filelist | grep "libgst" | \
-   xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1 )
+   xargs file -L 2>/dev/null | grep -E "ELF.*(shared object|executable)" | 
cut -d: -f1 )
 
 function getmark()
 {




commit hwdata for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package hwdata for openSUSE:Factory checked 
in at 2018-07-14 20:14:47

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


Package is "hwdata"

Sat Jul 14 20:14:47 2018 rev:14 rq:621711 version:0.313

Changes:

--- /work/SRC/openSUSE:Factory/hwdata/hwdata.changes2018-05-13 
15:53:40.311274538 +0200
+++ /work/SRC/openSUSE:Factory/.hwdata.new/hwdata.changes   2018-07-14 
20:14:51.902597421 +0200
@@ -1,0 +2,6 @@
+Mon Jul  9 12:47:10 UTC 2018 - mplus...@suse.com
+
+- Update to version 0.313:
+  * Updated pci, usb and vendor ids.
+
+---

Old:

  hwdata-0.312.tar.gz

New:

  hwdata-0.313.tar.gz



Other differences:
--
++ hwdata.spec ++
--- /var/tmp/diff_new_pack.IXp2ro/_old  2018-07-14 20:14:52.322598484 +0200
+++ /var/tmp/diff_new_pack.IXp2ro/_new  2018-07-14 20:14:52.322598484 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   hwdata
-Version:0.312
+Version:0.313
 Release:0
 Summary:Hardware identification and configuration data
 License:GPL-2.0-or-later
@@ -42,7 +42,7 @@
 rm -rf %{buildroot}/%{_libdir}/modprobe.d
 
 %files
-%doc LICENSE COPYING
+%license LICENSE COPYING
 %dir %{_datadir}/%{name}
 %{_datadir}/hwdata/iab.txt
 %{_datadir}/hwdata/oui.txt

++ hwdata-0.312.tar.gz -> hwdata-0.313.tar.gz ++
 4162 lines of diff (skipped)




commit python-idna for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-idna for openSUSE:Factory 
checked in at 2018-07-14 20:14:03

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


Package is "python-idna"

Sat Jul 14 20:14:03 2018 rev:5 rq:620186 version:2.7

Changes:

--- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes  2017-11-12 
17:59:42.694577152 +0100
+++ /work/SRC/openSUSE:Factory/.python-idna.new/python-idna.changes 
2018-07-14 20:14:06.062481288 +0200
@@ -1,0 +2,12 @@
+Mon Jul  2 01:08:22 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.7:
+  * Update to Unicode 10.0.0.
+  * No longer accepts dot-prefixed domains (e.g. ".example") as
+valid. This is to be more conformant with the UTS 46 spec. Users
+should strip dot prefixes from domains before processing.
+
+---

Old:

  idna-2.6.tar.gz

New:

  idna-2.7.tar.gz



Other differences:
--
++ python-idna.spec ++
--- /var/tmp/diff_new_pack.vgPCCd/_old  2018-07-14 20:14:06.922483467 +0200
+++ /var/tmp/diff_new_pack.vgPCCd/_new  2018-07-14 20:14:06.922483467 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-idna
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,18 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-idna
-Version:2.6
+Version:2.7
 Release:0
 Summary:Internationalized Domain Names in Applications (IDNA)
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/kjd/idna
+URL:https://github.com/kjd/idna
 Source0:
https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -55,9 +53,9 @@
 %check
 %python_exec setup.py test
 
-%files %python_files
-%defattr(-,root,root,-)
-%doc HISTORY.rst  LICENSE.rst README.rst
+%files %{python_files}
+%license LICENSE.rst
+%doc HISTORY.rst README.rst
 %{python_sitelib}/*
 
 %changelog

++ idna-2.6.tar.gz -> idna-2.7.tar.gz ++
 3621 lines of diff (skipped)




commit elfutils for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2018-07-14 20:14:38

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


Package is "elfutils"

Sat Jul 14 20:14:38 2018 rev:67 rq:621693 version:0.173

Changes:

--- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes2018-06-22 
13:11:54.298776660 +0200
+++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes   2018-07-14 
20:14:44.490578645 +0200
@@ -1,0 +2,23 @@
+Tue Jul  3 08:27:56 UTC 2018 - mli...@suse.cz
+
+- Update to version 0.173
+
+  More fixes for crashes and hangs found by afl-fuzz. In particular various
+  functions now detect and break infinite loops caused by bad DIE tree cycles.
+
+  readelf: Will now lookup the size and signedness of constant value types
+   to display them correctly (and not just how they were encoded).
+
+  libdw: New function dwarf_next_lines to read CU-less .debug_line data.
+ dwarf_begin_elf now accepts ELF files containing just .debug_line
+ or .debug_frame sections (which can be read without needing a DIE
+ tree from the .debug_info section).
+ Removed dwarf_getscn_info, which was never implemented.
+
+  backends: Handle BPF simple relocations.
+The RISCV backends now handles ABI specific CFI and knows about
+RISCV register types and names.
+
+- add cfi-fix.patch: make build green on arm target
+
+---

Old:

  elfutils-0.172.tar.bz2
  elfutils-0.172.tar.bz2.sig

New:

  cfi-fix.patch
  elfutils-0.173.tar.bz2
  elfutils-0.173.tar.bz2.sig



Other differences:
--
++ elfutils.spec ++
--- /var/tmp/diff_new_pack.WV1mA0/_old  2018-07-14 20:14:45.062580094 +0200
+++ /var/tmp/diff_new_pack.WV1mA0/_new  2018-07-14 20:14:45.066580104 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   elfutils
-Version:0.172
+Version:0.173
 Release:0
 Summary:Higher-level library to access ELF files
 License:SUSE-GPL-2.0-with-OSI-exception
@@ -31,6 +31,7 @@
 Source2:baselibs.conf
 Source3:%{name}.changes
 Patch1: disable-tests-with-ptrace.patch
+Patch2: cfi-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -135,6 +136,7 @@
 # qemu does not support ptrace
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 # Change DATE/TIME macros to use last change time of elfutils.changes
@@ -177,7 +179,7 @@
 %postun -n libdw1 -p /sbin/ldconfig
 
 %check
-make check V=1
+make check %{?_smp_mflags} V=1
 
 %files
 %defattr(-,root,root)

++ cfi-fix.patch ++
diff --git a/tests/run-next-cfi-self.sh b/tests/run-next-cfi-self.sh
index 2c42ea3f..fa91b746 100755
--- a/tests/run-next-cfi-self.sh
+++ b/tests/run-next-cfi-self.sh
@@ -18,4 +18,5 @@
 . $srcdir/test-subr.sh

 # Sanity check toolchain/dwarf_next_cfi
-testrun_on_self ${abs_builddir}/next_cfi
+testrun_on_self_exe ${abs_builddir}/next_cfi
+testrun_on_self_lib ${abs_builddir}/next_cfi
++ elfutils-0.172.tar.bz2 -> elfutils-0.173.tar.bz2 ++
/work/SRC/openSUSE:Factory/elfutils/elfutils-0.172.tar.bz2 
/work/SRC/openSUSE:Factory/.elfutils.new/elfutils-0.173.tar.bz2 differ: char 
11, line 1




commit libinput for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2018-07-14 20:14:31

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


Package is "libinput"

Sat Jul 14 20:14:31 2018 rev:64 rq:621692 version:1.11.2

Changes:

--- /work/SRC/openSUSE:Factory/libinput/libinput.changes2018-06-25 
11:36:06.251425717 +0200
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2018-07-14 
20:14:34.126552391 +0200
@@ -1,0 +2,9 @@
+Sat Jul  7 20:46:41 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.11.2:
+  * Add a trackpoint range entry for the Lenovo X270.
+  * Better lid handling for the Lenovo Thinkpad Yoga models.
+  * Fixed touchpad palm detection on the Lenovo X1 Carbon 6th.
+  * Change pressure ranges for the XPS13 9333.
+
+---

Old:

  libinput-1.11.1.tar.xz
  libinput-1.11.1.tar.xz.sig

New:

  libinput-1.11.2.tar.xz
  libinput-1.11.2.tar.xz.sig



Other differences:
--
++ libinput.spec ++
--- /var/tmp/diff_new_pack.qDUQpU/_old  2018-07-14 20:14:34.574553525 +0200
+++ /var/tmp/diff_new_pack.qDUQpU/_new  2018-07-14 20:14:34.574553525 +0200
@@ -22,7 +22,7 @@
 
 Name:   libinput
 %define lname  libinput10
-Version:1.11.1
+Version:1.11.2
 Release:0
 Summary:Input device and event processing library
 License:MIT

++ libinput-1.11.1.tar.xz -> libinput-1.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.11.1/doc/building.dox 
new/libinput-1.11.2/doc/building.dox
--- old/libinput-1.11.1/doc/building.dox2018-06-19 07:00:35.0 
+0200
+++ new/libinput-1.11.2/doc/building.dox2018-07-03 06:47:19.0 
+0200
@@ -117,9 +117,18 @@
 @subsection building_dependencies Build dependencies
 
 libinput has a few build-time dependencies that must be installed prior to
-running configure. In most cases, it is sufficient to install the
-dependencies that your distribution uses to build the libinput package.
-These can be installed with one of the following commands:
+running configure.
+
+@note The build dependencies for some distributions can be found in the
+https://gitlab.freedesktop.org/libinput/libinput/blob/master/.gitlab-ci.yml;>
+GitLab Continuous Integration file. Search for FEDORA_RPMS in the
+variables: definition and check the list for an entry for your
+distribution.
+
+
+In most cases, it is sufficient to install the dependencies that your
+distribution uses to build the libinput package.  These can be installed
+with one of the following commands:
 
 
 Debian/Ubuntu based distributions: ```sudo apt-get build-dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.11.1/doc/pointer-acceleration.dox 
new/libinput-1.11.2/doc/pointer-acceleration.dox
--- old/libinput-1.11.1/doc/pointer-acceleration.dox2018-06-19 
07:00:35.0 +0200
+++ new/libinput-1.11.2/doc/pointer-acceleration.dox2018-07-03 
06:47:19.0 +0200
@@ -12,7 +12,7 @@
 @section ptraccel-profiles Pointer acceleration profiles
 
 The profile decides the general method of pointer acceleration.
-libinput currently supports two profiles: "adaptive" and "flat". The aptive
+libinput currently supports two profiles: "adaptive" and "flat". The adaptive
 profile is the default profile for all devices and takes the current speed
 of the device into account when deciding on acceleration. The flat profile
 is simply a constant factor applied to all device deltas, regardless of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.11.1/meson.build 
new/libinput-1.11.2/meson.build
--- old/libinput-1.11.1/meson.build 2018-06-19 07:00:35.0 +0200
+++ new/libinput-1.11.2/meson.build 2018-07-03 06:47:19.0 +0200
@@ -1,5 +1,5 @@
 project('libinput', 'c', 'cpp',
-   version : '1.11.1',
+   version : '1.11.2',
license : 'MIT/Expat',
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.40.0')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.11.1/src/evdev-fallback.c 
new/libinput-1.11.2/src/evdev-fallback.c
--- old/libinput-1.11.1/src/evdev-fallback.c2018-06-19 07:00:35.0 
+0200
+++ new/libinput-1.11.2/src/evdev-fallback.c2018-07-03 06:47:19.0 
+0200
@@ -1012,6 +1012,9 @@
struct fallback_dispatch *dispatch = fallback_dispatch(evdev_dispatch);
struct evdev_paired_keyboard *kbd, *tmp;
 
+  

commit emacs for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2018-07-14 20:14:10

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


Package is "emacs"

Sat Jul 14 20:14:10 2018 rev:139 rq:621661 version:26.1

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2018-07-06 
10:39:00.747467637 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2018-07-14 
20:14:14.694503159 +0200
@@ -1,0 +2,6 @@
+Sun Jul  8 20:14:24 UTC 2018 - sch...@linux-m68k.org
+
+- xwidget.patch: Make xwidget-webkit-execute-script safe against GC
+- Re-enable Xwidgets on 32bit architectures
+
+---

New:

  xwidget.patch



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.DV7g3m/_old  2018-07-14 20:14:17.182509463 +0200
+++ /var/tmp/diff_new_pack.DV7g3m/_new  2018-07-14 20:14:17.186509473 +0200
@@ -64,7 +64,9 @@
 %endif
 BuildRequires:  makeinfo
 BuildRequires:  ncurses-devel
+%if 0%{?suse_version} >= 1500
 BuildRequires:  system-user-games
+%endif
 BuildRequires:  update-alternatives
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -76,7 +78,11 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(ice)
+%if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig(libacl)
+%else
+BuildRequires:  libacl-devel
+%endif
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(sm)
@@ -112,8 +118,10 @@
 Requires:   mailutils
 %endif
 Requires(pre):  fileutils
+%if 0%{?suse_version} >= 1500
 Requires(pre):  group(games)
 Requires(pre):  user(games)
+%endif
 Source: ftp://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz
 Source1:app-defaults.Emacs
 Source2:site-lisp.tar.bz2
@@ -137,6 +145,7 @@
 # symlink
 Patch24:emacs-25.2-ImageMagick7.patch
 Patch25:emacs-26.1-xft4x11.patch
+Patch26:xwidget.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{expand: %%global include_info %(test -s /usr/share/info/info.info* && echo 0 
|| echo 1)}
@@ -244,6 +253,7 @@
 %patch23 -p0 -b .custfnt
 %patch24 -p1 -b .imag
 %patch25 -p0 -b .xft
+%patch26 -p1
 %patch   -p0 -b .0
 
 %build
@@ -385,13 +395,8 @@
 %if %{with cairo}
 --with-cairo \
 %endif
+--with-xwidgets \
 "
-if (($(getconf LONG_BIT) >= 62))
-then
-# Does not compile on 32bit architecture due failing
-# `verify (USE_LSB_TAG)' in src/xwidget.c
-GTK="${GTK} --with-xwidgets"
-fi
 X11="${DESKTOP} \
 --with-x-toolkit=lucid \
 --with-toolkit-scroll-bars \

++ xwidget.patch ++
Index: emacs-26.1/src/xwidget.c
===
--- emacs-26.1.orig/src/xwidget.c
+++ emacs-26.1/src/xwidget.c
@@ -362,7 +362,7 @@ webkit_js_to_lisp (JSContextRef context,
 static void
 webkit_javascript_finished_cb (GObject  *webview,
GAsyncResult *result,
-   gpointer  lisp_callback)
+   gpointer  arg)
 {
 WebKitJavascriptResult *js_result;
 JSValueRef value;
@@ -370,6 +370,11 @@ webkit_javascript_finished_cb (GObject
 GError *error = NULL;
 struct xwidget *xw = g_object_get_data (G_OBJECT (webview),
 XG_XWIDGET);
+ptrdiff_t script_idx = (intptr_t) arg;
+Lisp_Object script_callback = AREF (xw->script_callbacks, script_idx);
+ASET (xw->script_callbacks, script_idx, Qnil);
+if (!NILP (script_callback))
+  xfree (XSAVE_POINTER (XCAR (script_callback), 0));
 
 js_result = webkit_web_view_run_javascript_finish
   (WEBKIT_WEB_VIEW (webview), result, );
@@ -381,19 +386,19 @@ webkit_javascript_finished_cb (GObject
 return;
   }
 
-context = webkit_javascript_result_get_global_context (js_result);
-value = webkit_javascript_result_get_value (js_result);
-Lisp_Object lisp_value = webkit_js_to_lisp (context, value);
-webkit_javascript_result_unref (js_result);
+if (!NILP (script_callback) && !NILP (XCDR (script_callback)))
+  {
+   context = webkit_javascript_result_get_global_context (js_result);
+   value = webkit_javascript_result_get_value (js_result);
+   Lisp_Object lisp_value = webkit_js_to_lisp (context, value);
+
+   /* Register an xwidget event here, which then runs the callback.
+  This ensures that the callback runs in sync with the Emacs
+  event loop.  */
+   store_xwidget_js_callback_event (xw, XCDR (script_callback), 
lisp_value);
+  }
 
-/* 

commit gdk-pixbuf for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2018-07-14 20:14:19

Comparing /work/SRC/openSUSE:Factory/gdk-pixbuf (Old)
 and  /work/SRC/openSUSE:Factory/.gdk-pixbuf.new (New)


Package is "gdk-pixbuf"

Sat Jul 14 20:14:19 2018 rev:71 rq:621675 version:2.36.12

Changes:

--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes2018-04-19 
15:24:31.639182173 +0200
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new/gdk-pixbuf.changes   
2018-07-14 20:14:20.786518594 +0200
@@ -1,0 +2,6 @@
+Sun Jul  8 21:07:28 UTC 2018 - bjorn@gmail.com
+
+- Pass all options to meson, ensure we build gdk-pixbuf with the
+  features we want.
+
+---



Other differences:
--
++ gdk-pixbuf.spec ++
--- /var/tmp/diff_new_pack.peBjMd/_old  2018-07-14 20:14:21.466520317 +0200
+++ /var/tmp/diff_new_pack.peBjMd/_new  2018-07-14 20:14:21.466520317 +0200
@@ -120,7 +120,19 @@
 %endif
 
 %build
-%meson -D docs=true
+%meson \
+   -Dpng=true \
+   -Dtiff=true \
+   -Djpeg=true \
+   -Djasper=false \
+   -Dx11=true \
+   -Dbuiltin_loaders=none \
+   -Ddocs=true \
+   -Dgir=true \
+   -Dman=true \
+   -Drelocatable=false \
+   -Dnative_windows_loaders=false \
+   %{nil}
 %meson_build
 
 %install




commit file for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2018-07-14 20:13:42

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


Package is "file"

Sat Jul 14 20:13:42 2018 rev:108 rq:616455 version:5.33

Changes:

--- /work/SRC/openSUSE:Factory/file/file.changes2018-04-10 
09:52:05.373075868 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2018-07-14 
20:13:54.418451782 +0200
@@ -1,0 +2,24 @@
+Tue Jun 12 15:16:15 UTC 2018 - wer...@suse.de
+
+- Update to file version 5.33
+  * extend the support for ${x?:} expansions for magic descriptions
+  * add support for ${x?:} in mime types to handle
+pie binaries.
+  * add support for negative offsets (offsets from the end of file)
+  * close the file on error when writing magic (Steve Grubb)
+  * seccomp support (Paul Moore)
+- Rename patch file-5.32.dif to file-5.33.dif
+- Remove patch file-5.32-ncurses-6.1.patch now upstream
+- Modify and port patches
+  * file-5.12-zip.dif
+  * file-5.16-ocloexec.patch
+  * file-5.17-option.dif
+  * file-5.19-biorad.dif
+  * file-5.19-printf.dif
+  * file-5.19-zip2.0.dif
+  * file-5.22-elf.dif
+  * file-5.24-nitpick.dif
+- Add patch file-a642587a9c.patch for bsc#1096974, bsc#1096984, and
+  CVE-2018-10360 -- Avoid reading past the end of buffer
+
+---
--- /work/SRC/openSUSE:Factory/file/python-magic.changes2017-10-09 
19:36:11.511307317 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/python-magic.changes   2018-07-14 
20:13:54.450451863 +0200
@@ -1,0 +2,5 @@
+Wed Jun 13 07:49:54 UTC 2018 - wer...@suse.de
+
+- Correct version of file which is now 5.33 
+
+---

Old:

  file-5.32-ncurses-6.1.patch
  file-5.32.dif
  file-5.32.tar.gz

New:

  file-5.33.dif
  file-5.33.tar.gz
  file-a642587a9c.patch



Other differences:
--
++ file.spec ++
--- /var/tmp/diff_new_pack.wzOgvO/_old  2018-07-14 20:13:55.458454418 +0200
+++ /var/tmp/diff_new_pack.wzOgvO/_new  2018-07-14 20:13:55.462454428 +0200
@@ -30,7 +30,7 @@
 %endif
 #
 # Set Version also in python-magic.spec
-Version:5.32
+Version:5.33
 Release:0
 Summary:A Tool to Determine File Types
 License:BSD-2-Clause
@@ -38,7 +38,7 @@
 Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
 Source2:baselibs.conf
 Source3:file-rpmlintrc
-Patch:  file-5.32.dif
+Patch:  file-5.33.dif
 Patch1: file-5.19-misc.dif
 Patch4: file-4.24-autoconf.dif
 Patch5: file-5.14-tex.dif
@@ -62,7 +62,8 @@
 Patch36:file-5.15-clear-invalid.patch
 Patch37:file-secure_getenv.patch
 Patch39:file-5.28-btrfs-image.dif
-Patch40:file-5.32-ncurses-6.1.patch
+# PATCH-FIX-USTREAM or bsc#1096974, bsc#1096984, and CVE-2018-10360 -- Avoid 
reading past the end of buffer
+Patch54:file-a642587a9c.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _miscdir%{_datadir}/misc
@@ -131,7 +132,7 @@
 %patch36 -p1 -b .clear
 %patch37 -p1 -b .getenv
 %patch39 -p1 -b .btrfs
-%patch40 -p0 -b .nc61
+%patch54
 %patch -b .0
 test -s src/magic.h.in || cp -p src/magic.h src/magic.h.in
 rm -fv src/magic.h

++ python-magic.spec ++
--- /var/tmp/diff_new_pack.wzOgvO/_old  2018-07-14 20:13:55.486454488 +0200
+++ /var/tmp/diff_new_pack.wzOgvO/_new  2018-07-14 20:13:55.486454488 +0200
@@ -28,7 +28,7 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  zlib-devel
 Url:http://www.darwinsys.com/file/
-Version:5.32
+Version:5.33
 Release:0
 Summary:Python module to use libmagic
 License:BSD-3-Clause AND BSD-4-Clause

++ file-5.12-zip.dif ++
--- /var/tmp/diff_new_pack.wzOgvO/_old  2018-07-14 20:13:55.558454671 +0200
+++ /var/tmp/diff_new_pack.wzOgvO/_new  2018-07-14 20:13:55.558454671 +0200
@@ -3,8 +3,8 @@
  1 file changed, 19 insertions(+)
 
 --- magic/Magdir/archive
-+++ magic/Magdir/archive   2016-04-18 11:37:48.369637727 +
-@@ -776,6 +776,25 @@
 magic/Magdir/archive   2018-06-12 14:15:56.676369965 +
+@@ -1020,6 +1020,25 @@
  !:mime application/zip
  !:ext zip/cbz
  0 string  PK\003\004

++ file-5.16-ocloexec.patch ++
--- /var/tmp/diff_new_pack.wzOgvO/_old  2018-07-14 20:13:55.574454711 +0200
+++ /var/tmp/diff_new_pack.wzOgvO/_new  2018-07-14 20:13:55.578454721 +0200
@@ -6,7 +6,7 @@
  4 files changed, 6 insertions(+), 6 deletions(-)
 
 --- src/apprentice.c
-+++ src/apprentice.c   2017-09-13 10:32:02.149905845 +
 src/apprentice.c  

commit 000product for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-07-14 10:00:23

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


Package is "000product"

Sat Jul 14 10:00:23 2018 rev:351 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec: same change
_service:product_converter:openSUSE-cd-mini-i586.kiwi: same change
_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
_service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
++ _service:product_converter:openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.BmFFRE/_old  2018-07-14 10:00:35.561114181 +0200
+++ /var/tmp/diff_new_pack.BmFFRE/_new  2018-07-14 10:00:35.581114230 +0200
@@ -15072,6 +15072,8 @@
 Provides: weakremover(libixpdimm-cli01)
 Provides: weakremover(libixpdimm-core01)
 Provides: weakremover(libixpdimm01)
+Provides: weakremover(libjackasyn)
+Provides: weakremover(libjackasyn-32bit)
 Provides: weakremover(libjasper1)
 Provides: weakremover(libjasper1-32bit)
 Provides: weakremover(libjavascriptcoregtk-1_0-0)
@@ -15113,6 +15115,8 @@
 Provides: weakremover(libmarblewidget22)
 Provides: weakremover(libmbedcrypto0)
 Provides: weakremover(libmbedcrypto0-32bit)
+Provides: weakremover(libmbedtls10)
+Provides: weakremover(libmbedtls10-32bit)
 Provides: weakremover(libmcrypt)
 Provides: weakremover(libmcrypt-devel)
 Provides: weakremover(libminiupnpc16)
@@ -15767,6 +15771,7 @@
 Provides: weakremover(python2-openwsman)
 Provides: weakremover(python2-simplejson-test)
 Provides: weakremover(python2-trello)
+Provides: weakremover(python2-vdirsyncer)
 Provides: weakremover(python3-Fabric)
 Provides: weakremover(python3-boost_parallel_mpi1_66_0)
 Provides: weakremover(python3-boto)
@@ -16879,6 +16884,8 @@
 Provides: weakremover(vtk-compat_gl-java)
 Provides: weakremover(vtk-compat_gl-qt)
 Provides: weakremover(vtk-compat_gl-tcl)
+Provides: weakremover(w3m-el)
+Provides: weakremover(w3m-el-xemacs)
 Provides: weakremover(webkit-jsc-1)
 Provides: weakremover(wesnoth-tools)
 Provides: weakremover(wodim)
@@ -17075,6 +17082,8 @@
 Provides: weakremover(libieee1284-3)
 Provides: weakremover(libieee1284-3-32bit)
 Provides: weakremover(libieee1284-utils)
+Provides: weakremover(libmbedcrypto1)
+Provides: weakremover(libmbedcrypto1-32bit)
 Provides: weakremover(python2-libieee1284)
 Provides: weakremover(libOpenSceneGraph131)
 Provides: weakremover(libgsoap-2_8_62)
@@ -32553,6 +32562,8 @@
 libixpdimm-cli01
 libixpdimm-core01
 libixpdimm01
+libjackasyn
+libjackasyn-32bit
 libjasper1
 libjasper1-32bit
 libjavascriptcoregtk-1_0-0
@@ -32594,6 +32605,8 @@
 libmarblewidget22
 libmbedcrypto0
 libmbedcrypto0-32bit
+libmbedtls10
+libmbedtls10-32bit
 libmcrypt
 libmcrypt-devel
 libminiupnpc16
@@ -33248,6 +33261,7 @@
 python2-openwsman
 python2-simplejson-test
 python2-trello
+python2-vdirsyncer
 python3-Fabric
 python3-boost_parallel_mpi1_66_0
 python3-boto
@@ -34360,6 +34374,8 @@
 vtk-compat_gl-java
 vtk-compat_gl-qt
 vtk-compat_gl-tcl
+w3m-el
+w3m-el-xemacs
 webkit-jsc-1
 wesnoth-tools
 wodim
@@ -34556,6 +34572,8 @@
 libieee1284-3
 libieee1284-3-32bit
 libieee1284-utils
+libmbedcrypto1
+libmbedcrypto1-32bit
 python2-libieee1284
 libOpenSceneGraph131
 libgsoap-2_8_62

openSUSE-release.spec: same change
++ obsoletepackages.inc ++
--- /var/tmp/diff_new_pack.BmFFRE/_old  2018-07-14 10:00:35.849114879 +0200
+++ /var/tmp/diff_new_pack.BmFFRE/_new  2018-07-14 10:00:35.853114889 +0200
@@ -14998,6 +14998,8 @@
   libixpdimm-cli01
   libixpdimm-core01
   libixpdimm01
+  libjackasyn
+  libjackasyn-32bit
   libjasper1
   libjasper1-32bit
   libjavascriptcoregtk-1_0-0
@@ -15039,6 +15041,8 @@
   libmarblewidget22
   libmbedcrypto0
   libmbedcrypto0-32bit
+  libmbedtls10
+  libmbedtls10-32bit
   libmcrypt
   libmcrypt-devel
   libminiupnpc16
@@ -15693,6 +15697,7 @@
   python2-openwsman
   python2-simplejson-test
   python2-trello
+  python2-vdirsyncer
   python3-Fabric
   python3-boost_parallel_mpi1_66_0
   python3-boto
@@ -16805,6 +16810,8 @@
   

commit 000product for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-07-14 08:48:37

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


Package is "000product"

Sat Jul 14 08:48:37 2018 rev:350 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ 
_service:product_converter:openSUSE-Addon-NonOss-cd-addon-nonoss-i586_x86_64.kiwi
 ++
--- /var/tmp/diff_new_pack.NTWdFh/_old  2018-07-14 08:48:46.570723467 +0200
+++ /var/tmp/diff_new_pack.NTWdFh/_new  2018-07-14 08:48:46.574723476 +0200
@@ -383,7 +383,7 @@
   
   
   
-  
+  
   
   
   

_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec: same change
_service:product_converter:openSUSE-cd-mini-i586.kiwi: same change
_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.NTWdFh/_old  2018-07-14 08:48:46.614723572 +0200
+++ /var/tmp/diff_new_pack.NTWdFh/_new  2018-07-14 08:48:46.614723572 +0200
@@ -226,7 +226,6 @@
   
   
   
-  
   
   
   
@@ -467,7 +466,6 @@
   
   
   
-  
   
   
   
@@ -479,7 +477,9 @@
   
   
   
+  
   
+  
   
   
   
@@ -561,7 +561,6 @@
   
   
   
-  
   
   
   
@@ -576,6 +575,8 @@
   
   
   
+  
+  
   
   
   
@@ -656,7 +657,25 @@
   
   
   
+  
+  
+  
+  
+  
+  
+  
+  
   
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
   
   
   
@@ -976,7 +995,6 @@
   
   
   
-  
   
   
   
@@ -1281,10 +1299,8 @@
   
   
   
-  
   
   
-  
   
   
   
@@ -1433,6 +1449,7 @@
   
   
   
+  
   
   
   
@@ -1488,6 +1505,7 @@
   
   
   
+  
   
   
   
@@ -1551,17 +1569,12 @@
   
   
   
-  
   
   
-  
   
-  
   
   
-  
   
-  
   
   
   
@@ -1785,7 +1798,6 @@
   
   
   
-  
   
   
   
@@ -1812,6 +1824,7 @@
   
   
   
+  
   
   
   
@@ -1836,6 +1849,7 @@
   
   
   
+  
   
   
   
@@ -1999,6 +2013,7 @@
   
   
   
+  
   
   
   
@@ -2042,6 +2057,7 @@
   
   
   
+  
   
   
   
@@ -2301,7 +2317,9 @@
   
   
   
+  
   
+  
   
   
   
@@ -2441,6 +2459,7 @@
   
   
   
+  
   
   
   
@@ -2515,7 +2534,6 @@
   
   
   
-  
   
   
   
@@ -2550,6 +2568,7 @@
   
   
   
+  
   
   
   
@@ -2790,9 +2809,7 @@
   
   
   
-  
   
-  
   
   
   
@@ -3095,6 +3112,7 @@
   
   
   
+  
   
   
   
@@ -3118,6 +3136,7 @@
   
   
   
+  
   
   
   
@@ -3131,9 +3150,6 @@
   
   
   
-  
-  
-  
   
   
   
@@ -3221,7 +3237,6 @@
   
   
   
-  
   
   
   
@@ -3253,7 +3268,6 @@
   
   
   
-  
   
   
   
@@ -3383,6 +3397,13 @@
   
   
   
+  
+  
+  
+  
+  
+  
+  
   
   
   
@@ -3405,9 +3426,6 @@
   
   
   
-  
-  
-  
   
   
   
@@ -3561,7 +3579,6 @@
   
   
   
-  
   
   
   
@@ -3864,8 +3881,6 @@
   
   
   
-  
-  
   
   
   
@@ -3918,6 +3933,7 @@
   
   
   
+  
   
   
   
@@ -4262,7 +4278,6 @@
   
   
   
-  
   
   
   
@@ -4270,15 +4285,18 @@
   
   
   
+  
   
   
   
   
   
   
+  
   
   
   
+  
   
   
   
@@ -4413,7 +4431,6 @@
   
   
   
-  
   
   
   
@@ -4576,6 +4593,7 @@
   
   
   
+  
   
   
   
@@ -4596,6 +4614,7 @@
   
   
   
+  
   
   
   
@@ -4631,6 +4650,7 @@
   
   
   
+  
   
   
   
@@ -4669,13 +4689,11 @@
   
   
   
-