commit python-soupsieve for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-soupsieve for 
openSUSE:Factory checked in at 2019-09-23 12:04:04

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


Package is "python-soupsieve"

Mon Sep 23 12:04:04 2019 rev:6 rq:729764 version:1.9.3

Changes:

--- /work/SRC/openSUSE:Factory/python-soupsieve/python-soupsieve.changes
2019-07-30 13:04:55.662395156 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-soupsieve.new.7948/python-soupsieve.changes  
2019-09-23 12:04:07.485937920 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 10:11:45 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.9.2:
+  * FIX: [attr!=value] pattern was mistakenly using :not([attr|=value]) logic 
instead of :not([attr=value]).
+  * FIX: Remove undocumented _QUIRKS mode flag
+
+---

Old:

  soupsieve-1.9.2.tar.gz

New:

  soupsieve-1.9.3.tar.gz



Other differences:
--
++ python-soupsieve.spec ++
--- /var/tmp/diff_new_pack.gW98rn/_old  2019-09-23 12:04:07.941937845 +0200
+++ /var/tmp/diff_new_pack.gW98rn/_new  2019-09-23 12:04:07.945937845 +0200
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:   python-soupsieve%{psuffix}
-Version:1.9.2
+Version:1.9.3
 Release:0
 Summary:A modern CSS selector implementation for BeautifulSoup
 License:MIT
@@ -48,6 +48,7 @@
 %python_subpackages
 
 %description
+A modern CSS selector implementation for BeautifulSoup
 
 %prep
 %setup -q -n soupsieve-%{version}

++ soupsieve-1.9.2.tar.gz -> soupsieve-1.9.3.tar.gz ++
 5037 lines of diff (skipped)




commit python-twine for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-twine for openSUSE:Factory 
checked in at 2019-09-23 12:03:37

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


Package is "python-twine"

Mon Sep 23 12:03:37 2019 rev:7 rq:729748 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-twine/python-twine.changes
2019-03-18 10:37:45.383499576 +0100
+++ /work/SRC/openSUSE:Factory/.python-twine.new.7948/python-twine.changes  
2019-09-23 12:03:42.965941969 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 09:42:43 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.14.0:
+  * Better error handling and gpg2 fallback if gpg not available.
+  * Fixes for python 3.8
+
+---

Old:

  twine-1.13.0.tar.gz

New:

  twine-1.14.0.tar.gz



Other differences:
--
++ python-twine.spec ++
--- /var/tmp/diff_new_pack.9dOPWp/_old  2019-09-23 12:03:43.909941813 +0200
+++ /var/tmp/diff_new_pack.9dOPWp/_new  2019-09-23 12:03:43.909941813 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-twine
-Version:1.13.0
+Version:1.14.0
 Release:0
 Summary:Collection of utilities for interacting with PyPI
 License:Apache-2.0
@@ -28,7 +28,7 @@
 BuildRequires:  %{python_module pkginfo >= 1.4.2}
 BuildRequires:  %{python_module pretend}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module readme_renderer >= 24.0}
+BuildRequires:  %{python_module readme_renderer >= 21.0}
 BuildRequires:  %{python_module requests >= 2.17.0}
 BuildRequires:  %{python_module requests-toolbelt >= 0.8.0}
 BuildRequires:  %{python_module setuptools >= 0.7.0}
@@ -36,7 +36,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-pkginfo >= 1.4.2
-Requires:   python-readme_renderer >= 24.0
+Requires:   python-readme_renderer >= 21.0
 Requires:   python-requests >= 2.17.0
 Requires:   python-requests-toolbelt >= 0.8.0
 Requires:   python-setuptools >= 0.7.0
@@ -71,7 +71,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version}
+%pytest
 
 %post
 %python_install_alternative twine

++ twine-1.13.0.tar.gz -> twine-1.14.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.13.0/AUTHORS new/twine-1.14.0/AUTHORS
--- old/twine-1.13.0/AUTHORS2019-02-13 21:35:39.0 +0100
+++ new/twine-1.14.0/AUTHORS2019-09-07 20:50:56.0 +0200
@@ -23,4 +23,6 @@
 Frances Hocutt 
 Tathagata Dasgupta 
 Wasim Thabraze 
-Varun Kamath 
\ No newline at end of file
+Varun Kamath 
+Brian Rutledge 
+Peter Stensmyr  (http://www.peterstensmyr.com)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.13.0/MANIFEST.in new/twine-1.14.0/MANIFEST.in
--- old/twine-1.13.0/MANIFEST.in2018-09-21 19:32:47.0 +0200
+++ new/twine-1.14.0/MANIFEST.in2019-09-07 20:50:56.0 +0200
@@ -3,7 +3,7 @@
 include AUTHORS
 include .coveragerc
 
-recursive-include tests *.py *.whl deprecated-pypirc
+recursive-include tests *.py *.whl *.gz deprecated-pypirc
 recursive-include docs *.bat *.empty *.py *.rst Makefile *.txt
 
 prune docs/_build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.13.0/PKG-INFO new/twine-1.14.0/PKG-INFO
--- old/twine-1.13.0/PKG-INFO   2019-02-13 22:38:54.0 +0100
+++ new/twine-1.14.0/PKG-INFO   2019-09-07 23:30:47.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: twine
-Version: 1.13.0
+Version: 1.14.0
 Summary: Collection of utilities for publishing packages on PyPI
 Home-page: https://twine.readthedocs.io/
 Author: Donald Stufft and individual contributors
@@ -369,5 +369,5 @@
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
-Provides-Extra: with-blake2
 Provides-Extra: keyring
+Provides-Extra: with-blake2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.13.0/docs/changelog.rst 
new/twine-1.14.0/docs/changelog.rst
--- old/twine-1.13.0/docs/changelog.rst 2019-02-13 22:37:01.0 +0100
+++ new/twine-1.14.0/docs/changelog.rst 2019-09-07 23:21:42.0 +0200
@@ -3,32 +3,39 @@
 =
 Changelog
 =
+* :release:`1.14.0 <2019-09-06>`
+* :feature:`456` Better error handling and gpg2 

commit python-text-unidecode for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-text-unidecode for 
openSUSE:Factory checked in at 2019-09-23 12:03:50

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


Package is "python-text-unidecode"

Mon Sep 23 12:03:50 2019 rev:5 rq:729751 version:1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-text-unidecode/python-text-unidecode.changes  
2019-02-24 17:14:36.332459047 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-text-unidecode.new.7948/python-text-unidecode.changes
2019-09-23 12:03:51.581940546 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 09:49:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.3:
+  * text-unidecode is now dual-licensed under Artistic License and GPL 1 /
+GPL 2+, to cause less problems for distributions.
+
+---

Old:

  text-unidecode-1.2.tar.gz

New:

  text-unidecode-1.3.tar.gz



Other differences:
--
++ python-text-unidecode.spec ++
--- /var/tmp/diff_new_pack.ODRvTt/_old  2019-09-23 12:03:52.689940364 +0200
+++ /var/tmp/diff_new_pack.ODRvTt/_new  2019-09-23 12:03:52.689940364 +0200
@@ -18,10 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-text-unidecode
-Version:1.2
+Version:1.3
 Release:0
 Summary:The most basic Text::Unidecode port
-License:Artistic-1.0
+License:Artistic-1.0 OR GPL-2.0-or-later
 Group:  Development/Languages/Python
 URL:https://github.com/kmike/text-unidecode/
 Source: 
https://files.pythonhosted.org/packages/source/t/text-unidecode/text-unidecode-%{version}.tar.gz
@@ -53,7 +53,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ text-unidecode-1.2.tar.gz -> text-unidecode-1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-unidecode-1.2/LICENSE 
new/text-unidecode-1.3/LICENSE
--- old/text-unidecode-1.2/LICENSE  2017-11-07 10:21:48.0 +0100
+++ new/text-unidecode-1.3/LICENSE  2019-08-30 23:23:40.0 +0200
@@ -1,3 +1,10 @@
+text-unidecode is a free software; you can redistribute
+it and/or modify it under the terms of either:
+
+* GPL or GPLv2+ (see https://www.gnu.org/licenses/license-list.html#GNUGPL), or
+* Artistic License - see below:
+
+
  The "Artistic License"
 
 Preamble
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-unidecode-1.2/PKG-INFO 
new/text-unidecode-1.3/PKG-INFO
--- old/text-unidecode-1.2/PKG-INFO 2018-02-22 22:12:37.0 +0100
+++ new/text-unidecode-1.3/PKG-INFO 2019-08-30 23:36:27.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: text-unidecode
-Version: 1.2
+Version: 1.3
 Summary: The most basic Text::Unidecode port
 Home-page: https://github.com/kmike/text-unidecode/
 Author: Mikhail Korobov
 Author-email: kmik...@gmail.com
 License: Artistic License
-Description-Content-Type: UNKNOWN
 Description: Text-Unidecode
 ==
 
@@ -22,10 +21,16 @@
 and isounidecode_). unidecode_ is GPL; isounidecode_ uses too much 
memory,
 and it didn't support Python 3 when this package was created.
 
-This port is licensed under `Artistic License`_ and supports Python 
2.7 and
-3.3+. If you're OK with GPL, use unidecode_ (it has better memory 
usage and
+You can redistribute it and/or modify this port under the terms of 
either:
+
+* `Artistic License`_, or
+* GPL or GPLv2+
+
+If you're OK with GPL-only, use unidecode_ (it has better memory usage 
and
 better transliteration quality).
 
+``text-unidecode`` supports Python 2.7 and 3.4+.
+
 .. _unidecode: https://pypi.python.org/pypi/Unidecode/
 .. _isounidecode: https://pypi.python.org/pypi/isounidecode/
 .. _Artistic License: https://opensource.org/licenses/Artistic-Perl-1.0
@@ -44,20 +49,22 @@
 
 >>> from text_unidecode import unidecode
 >>> unidecode(u'какой-то текст')
-u'kakoi-to tekst'
+'kakoi-to tekst'
 
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Artistic License
+Classifier: License :: OSI Approved :: GNU 

commit python-rst.linker for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-rst.linker for 
openSUSE:Factory checked in at 2019-09-23 12:04:26

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


Package is "python-rst.linker"

Mon Sep 23 12:04:26 2019 rev:4 rq:729786 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/python-rst.linker/python-rst.linker.changes  
2019-06-13 22:30:03.808445268 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-rst.linker.new.7948/python-rst.linker.changes
2019-09-23 12:04:29.861934225 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 10:34:26 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.11:
+  * Now supply the version of the package during Sphinx setup.
+  * Also supply "parallel_read_safe=True" 
+
+---

Old:

  rst.linker-1.10.tar.gz

New:

  rst.linker-1.11.tar.gz



Other differences:
--
++ python-rst.linker.spec ++
--- /var/tmp/diff_new_pack.BV2HHn/_old  2019-09-23 12:04:31.649933930 +0200
+++ /var/tmp/diff_new_pack.BV2HHn/_new  2019-09-23 12:04:31.649933930 +0200
@@ -19,7 +19,7 @@
 %define _name   rst.linker
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rst.linker
-Version:1.10
+Version:1.11
 Release:0
 Summary:Changelog link and timestamp adding Sphinx plugin
 License:MIT
@@ -47,7 +47,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-sed -i 's/--flake8//' pytest.ini
+sed -i 's/--flake8 --black//' pytest.ini
 
 %build
 %python_build

++ rst.linker-1.10.tar.gz -> rst.linker-1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rst.linker-1.10/.flake8 new/rst.linker-1.11/.flake8
--- old/rst.linker-1.10/.flake8 2018-05-22 17:49:10.0 +0200
+++ new/rst.linker-1.11/.flake8 2019-07-28 02:30:15.0 +0200
@@ -1,6 +1,9 @@
 [flake8]
+max-line-length = 88
 ignore =
-   # Allow tabs for indentation
-   W191
# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
W503
+   # W504 has issues 
https://github.com/OCA/maintainer-quality-tools/issues/545
+   W504
+   # Black creates whitespace before colon
+   E203
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rst.linker-1.10/.pre-commit-config.yaml 
new/rst.linker-1.11/.pre-commit-config.yaml
--- old/rst.linker-1.10/.pre-commit-config.yaml 1970-01-01 01:00:00.0 
+0100
+++ new/rst.linker-1.11/.pre-commit-config.yaml 2019-07-28 02:30:15.0 
+0200
@@ -0,0 +1,5 @@
+repos:
+- repo: https://github.com/ambv/black
+  rev: 18.9b0
+  hooks:
+  - id: black
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rst.linker-1.10/.travis.yml 
new/rst.linker-1.11/.travis.yml
--- old/rst.linker-1.10/.travis.yml 2018-05-22 17:49:10.0 +0200
+++ new/rst.linker-1.11/.travis.yml 2019-07-28 02:30:15.0 +0200
@@ -1,10 +1,10 @@
-dist: trusty
-sudo: false
+dist: xenial
 language: python
 
 python:
 - 2.7
-- _py3 3.6
+- 3.6
+- _py3 3.7
 
 git:
   depth: 9
@@ -15,23 +15,22 @@
   - stage: deploy
 if: tag IS present
 python: *latest_py3
-install: skip
-script: skip
-deploy:
-  provider: pypi
-  on:
-tags: true
-all_branches: true
-  user: jaraco
-  password:
-secure: 
ieliSqIQhbLtQFH9MQhh/kYY/Xjv2Bf3nyNjtjSfLjhgjKi/uzO9+UyTHV7BB4hL8NrrE+W/nAD1O+/h8CS1HUK/Lat0GoFTj8jvYyK3sDXvUxY5j3OMn0wyYq78r1ryaeB0yIC0h0DVVVUKVeBGOkGHY1uWre5XFalgZipMyz7ELwdEX37dMQJ7wLeEH2ZHV5S0Up/uDCMqP4TN3VjNhFNCoCnkDaH7O6uDY+pQ01LOJHpE95VdvgyApm7+vX5Xr9DOXkqsymArA4/97sDZVxis3jtt6stuazyHJtL9dh9Y73J4csjDbcu/4sQLnx7Yonh9i6MJgPTXZjQjF5lnCixFMMYYToWChhUJA8QsTEHQ+e3mFhmMkcCcBAodkp/INd5+sfJs/FF12mZlKiX7nQZNqwiEA8xjpM1JchHgf+7MOurQdWbCJVLd63qG1U87CgORbtXdv0xzcJ/KBMiKvXUcezBuPVU9XktJVkDQPUeV2V3Sj7RUh3MzAEwYEsyyubRcUTQzWwE2i8J1f4/6KdhSR6iBOQG8htOj2ER5/5T4OxHVZN40h1hDn9i0Zf+wULOxXIfH+FPhTm9TEgCJ9U0RSGIivR9QjFo23AGvHCXuXmLlaZK9SAeutMaCcit8yul3VoaQxoJyBXpaZoNmb27BloxcqJg6ruoQTT3lVJ4=
-  distributions: dists
-  skip_cleanup: true
-  skip_upload_docs: true
+before_script: skip
+env:
+- TWINE_USERNAME=jaraco
+# TWINE_PASSWORD
+- secure: 

commit python-snowballstemmer for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-snowballstemmer for 
openSUSE:Factory checked in at 2019-09-23 12:04:13

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


Package is "python-snowballstemmer"

Mon Sep 23 12:04:13 2019 rev:7 rq:729777 version:1.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-snowballstemmer/python-snowballstemmer.changes
2019-09-02 12:41:27.877789283 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-snowballstemmer.new.7948/python-snowballstemmer.changes
  2019-09-23 12:04:18.133936162 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 10:21:45 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.9.1:
+  * provide license file in the tarball
+
+---

Old:

  COPYING
  snowballstemmer-1.9.0.tar.gz

New:

  snowballstemmer-1.9.1.tar.gz



Other differences:
--
++ python-snowballstemmer.spec ++
--- /var/tmp/diff_new_pack.K6fFMw/_old  2019-09-23 12:04:19.165935991 +0200
+++ /var/tmp/diff_new_pack.K6fFMw/_new  2019-09-23 12:04:19.165935991 +0200
@@ -18,20 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-snowballstemmer
-Version:1.9.0
+Version:1.9.1
 Release:0
 Summary:16 stemmer algorithms
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/shibukawa/snowball_py
-Source: 
https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
-# https://github.com/snowballstem/snowball/issues/102
-Source1:
https://raw.githubusercontent.com/snowballstem/snowball/master/COPYING
-BuildRequires:  %{python_module base}
+URL:https://github.com/shibukawa/snowball_py
+Source: 
https://files.pythonhosted.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -43,12 +40,10 @@
 stemming library. If PyStemmer is available, this module uses it to
 accelerate.
 
-
 %prep
 %setup -q -n snowballstemmer-%{version}
 
 %build
-cp %{SOURCE1} .
 %python_build
 
 %install

++ snowballstemmer-1.9.0.tar.gz -> snowballstemmer-1.9.1.tar.gz ++
 8316 lines of diff (skipped)




commit python-pymongo for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2019-09-23 12:04:53

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


Package is "python-pymongo"

Mon Sep 23 12:04:53 2019 rev:33 rq:729840 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes
2019-06-18 14:43:10.621750927 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new.7948/python-pymongo.changes  
2019-09-23 12:05:04.257928546 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 11:53:24 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.9.0:
+  * Update to sync with mongodb 4.2
+
+---

Old:

  pymongo-3.8.0.tar.gz

New:

  pymongo-3.9.0.tar.gz



Other differences:
--
++ python-pymongo.spec ++
--- /var/tmp/diff_new_pack.LMSDAQ/_old  2019-09-23 12:05:05.441928351 +0200
+++ /var/tmp/diff_new_pack.LMSDAQ/_new  2019-09-23 12:05:05.445928350 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pymongo
-Version:3.8.0
+Version:3.9.0
 Release:0
 Summary:Python driver for MongoDB
 License:Apache-2.0
@@ -31,7 +31,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
+%if 0%{?suse_version} || 0%{?fedora_version} >= 24
 Suggests:   mongodb
 %endif
 %python_subpackages

++ pymongo-3.8.0.tar.gz -> pymongo-3.9.0.tar.gz ++
 18240 lines of diff (skipped)




commit python-pylibmc for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pylibmc for openSUSE:Factory 
checked in at 2019-09-23 12:05:07

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


Package is "python-pylibmc"

Mon Sep 23 12:05:07 2019 rev:7 rq:729848 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pylibmc/python-pylibmc.changes
2019-03-14 14:55:36.947758249 +0100
+++ /work/SRC/openSUSE:Factory/.python-pylibmc.new.7948/python-pylibmc.changes  
2019-09-23 12:05:11.529927345 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 12:04:16 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.6.1:
+  * no changelog provided
+
+---

Old:

  pylibmc-1.6.0.tar.gz

New:

  pylibmc-1.6.1.tar.gz



Other differences:
--
++ python-pylibmc.spec ++
--- /var/tmp/diff_new_pack.cDavxZ/_old  2019-09-23 12:05:12.393927203 +0200
+++ /var/tmp/diff_new_pack.cDavxZ/_new  2019-09-23 12:05:12.393927203 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pylibmc
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:memcached client for Python
 License:BSD-3-Clause

++ pylibmc-1.6.0.tar.gz -> pylibmc-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylibmc-1.6.0/PKG-INFO new/pylibmc-1.6.1/PKG-INFO
--- old/pylibmc-1.6.0/PKG-INFO  2018-11-09 19:05:45.0 +0100
+++ new/pylibmc-1.6.1/PKG-INFO  2019-08-15 14:04:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pylibmc
-Version: 1.6.0
+Version: 1.6.1
 Summary: Quick and small memcached client for Python
 Home-page: http://sendapatch.se/projects/pylibmc/
 Author: Ludvig Ericson
@@ -96,3 +96,5 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylibmc-1.6.0/docs/changelog.rst 
new/pylibmc-1.6.1/docs/changelog.rst
--- old/pylibmc-1.6.0/docs/changelog.rst2018-03-13 17:11:12.0 
+0100
+++ new/pylibmc-1.6.1/docs/changelog.rst2018-11-09 19:35:16.0 
+0100
@@ -1,6 +1,22 @@
 Change Log
 ==
 
+New in version 1.6.0
+
+
+Though no major feature overhauls have taken place, this release is partially
+incompatible with 1.5.0. This stems from the fact that python-memcached is now
+using a flag that pylibmc has been using for some years. python-memcached uses
+it for a different purpose, and an incompatible one. We deemed that it would be
+better to support this interoperability. The change also means that Unicode
+strings are now stored as UTF-8 rather than pickled, which may or may not
+result in a slight performance improvement for this type of data.
+
+We have also introduced a `pickle_protocol` behavior to enable seamless
+interoperability between Python 2.x and 3.x. Also, this release introduces a
+ManyLinux wheel, making installation a breeze on ManyLinux systems (which I
+suppose is many linuxes.)
+
 New in version 1.5.0
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylibmc-1.6.0/docs/conf.py 
new/pylibmc-1.6.1/docs/conf.py
--- old/pylibmc-1.6.0/docs/conf.py  2018-03-13 17:11:11.0 +0100
+++ new/pylibmc-1.6.1/docs/conf.py  2018-11-09 19:35:16.0 +0100
@@ -24,7 +24,7 @@
 else:
 sys.path.insert(0, pylibmc_dir)
 
-import pylibmc
+import _pylibmc
 
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
@@ -53,18 +53,21 @@
 master_doc = 'index'
 
 # General information about the project.
-project = pylibmc.__name__
-copyright = u'2011, Ludvig Ericson'
+project = 'pylibmc'
+copyright = u'2018, Ludvig Ericson'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = pylibmc.__version__
+version = _pylibmc.__version__
 # The full version, including alpha/beta/rc tags.
 release = version
 
+print(_pylibmc.__file__)
+print(project, release)
+
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 #language = None
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python-psutil for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2019-09-23 12:05:53

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


Package is "python-psutil"

Mon Sep 23 12:05:53 2019 rev:50 rq:729891 version:5.6.3

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2019-03-29 20:36:28.702580726 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new.7948/python-psutil.changes
2019-09-23 12:06:01.077919164 +0200
@@ -1,0 +2,30 @@
+Tue Sep 10 13:08:41 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to skip more tests that won't work in OBS:
+  * skip-obs.patch
+
+---
+Tue Jul 23 11:01:40 UTC 2019 - Tomáš Chvátal 
+
+- Update to 5.6.3:
+  * 1494: [AIX] added support for Process.environ(). (patch by Arnon Yaari)
+  * 1276: [AIX] can't get whole cmdline(). (patch by Arnon Yaari)
+  * 1501_: [Windows] Process cmdline() and exe() raise unhandled "WinError 
1168 element not found" exceptions for "Registry" and "Memory Compression" 
psuedo processes on Windows 10.
+  * 1526_: [NetBSD] process cmdline() could raise MemoryError. (patch by Kamil 
Rytarowski)
+
+---
+Sat May 25 13:16:59 UTC 2019 - Tomáš Chvátal 
+
+- Update to 5.6.2:
+  * 1404: [Linux] cpu_count(logical=False) uses a second method (read from 
/sys/devices/system/cpu/cpu[0-9]/topology/core_id) in order to determine the 
number of physical CPUs in case /proc/cpuinfo does not provide this info.
+  * 1458: provide coloured test output. Also show failures on 
KeyboardInterrupt.
+  * 1464: various docfixes (always point to python3 doc, fix links, etc.).
+  * 1478: add make command to re-run tests failed on last run.
+  * 1456: [Linux] cpu_freq() returns None instead of 0.0 when min/max not 
available (patch by Alex Manuskin)
+  * 1462: [Linux] (tests) make tests invariant to LANG setting (patch by 
Benjamin Drung)
+  * 1463: cpu_distribution.py script was broken.
+  * 1470: [Linux] disk_partitions(): fix corner case when /etc/mtab doesn't 
exist. (patch by Cedric Lamoriniere)
+  * 1472: [Linux] cpu_freq() does not return all CPUs on Rasbperry-pi 3.
+  * 1493: [Linux] cpu_freq(): handle the case where 
/sys/devices/system/cpu/cpufreq/ exists but is empty.
+
+---

Old:

  psutil-5.6.1.tar.gz

New:

  psutil-5.6.3.tar.gz
  skip-obs.patch



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.4Z1Vza/_old  2019-09-23 12:06:04.397918616 +0200
+++ /var/tmp/diff_new_pack.4Z1Vza/_new  2019-09-23 12:06:04.397918616 +0200
@@ -16,14 +16,14 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %ifarch x86_64 %{ix86}
 %bcond_without  test
 %else
 %bcond_with test
 %endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.6.1
+Version:5.6.3
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -33,6 +33,7 @@
 Patch0: pr_1364.patch
 Patch1: skip-test-missing-warnings.patch
 Patch2: skip-flaky-i586.patch
+Patch3: skip-obs.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -58,6 +59,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # Remove shebangs
 sed -i "1s/#!.*//" 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py}
@@ -71,7 +73,6 @@
 %{python_expand mkdir -p %{buildroot}%{_docdir}/%{$python_prefix}-psutil
 cp -r scripts %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 find %{buildroot}%{_docdir}/%{$python_prefix}-psutil/scripts/ -type f -name 
"*.py" -exec sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
-find %{buildroot}%{$python_sitearch}/psutil/tests/ -type f -name "*.py" -exec 
sed -i "s|#!%{_bindir}/env python|#!%__$python|" {} \;
 rm -r %{buildroot}%{$python_sitearch}/psutil/tests/
 %fdupes %{buildroot}%{_docdir}/%{$python_prefix}-psutil/
 %fdupes %{buildroot}%{$python_sitearch}

++ psutil-5.6.1.tar.gz -> psutil-5.6.3.tar.gz ++
 6590 lines of diff (skipped)

++ skip-obs.patch ++
Index: psutil-5.6.3/psutil/tests/__init__.py
===
--- psutil-5.6.3.orig/psutil/tests/__init__.py
+++ psutil-5.6.3/psutil/tests/__init__.py
@@ -171,7 +171,7 @@ HAS_SENSORS_BATTERY = hasattr(psutil, "s
 try:
 HAS_BATTERY = HAS_SENSORS_BATTERY and 

commit python-pycountry for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pycountry for 
openSUSE:Factory checked in at 2019-09-23 12:05:30

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


Package is "python-pycountry"

Mon Sep 23 12:05:30 2019 rev:6 rq:729875 version:19.8.18

Changes:

--- /work/SRC/openSUSE:Factory/python-pycountry/python-pycountry.changes
2019-08-23 11:03:10.582517527 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pycountry.new.7948/python-pycountry.changes  
2019-09-23 12:05:37.985922977 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 12:35:50 UTC 2019 - Tomáš Chvátal 
+
+- Update to 19.8.18:
+  * Various country fixes
+- Remove merged patch pycountry-19.7.15-fix-reading-description.patch
+
+---

Old:

  pycountry-19.7.15-fix-reading-description.patch
  pycountry-19.7.15.tar.gz

New:

  pycountry-19.8.18.tar.gz



Other differences:
--
++ python-pycountry.spec ++
--- /var/tmp/diff_new_pack.Ts6ww7/_old  2019-09-23 12:05:41.105922462 +0200
+++ /var/tmp/diff_new_pack.Ts6ww7/_new  2019-09-23 12:05:41.109922461 +0200
@@ -19,15 +19,13 @@
 %define real_name pycountry
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pycountry
-Version:19.7.15
+Version:19.8.18
 Release:0
 Summary:Databases for ISO standards 639 3166 3166-2 4217 15924
 License:LGPL-2.1-only
 Group:  Development/Libraries/Python
 URL:https://pypi.python.org/pypi/pycountry/
 Source: 
https://pypi.io/packages/source/p/%{real_name}/%{real_name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM pycountry-19.7.15-fix-reading-description.patch 
buschman...@opensuse.org -- fix wrong enconding
-Patch0: pycountry-19.7.15-fix-reading-description.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -47,7 +45,6 @@
 
 %prep
 %setup -q -n %{real_name}-%{version}
-%patch0 -p1
 
 %build
 %python_build

++ pycountry-19.7.15.tar.gz -> pycountry-19.8.18.tar.gz ++
/work/SRC/openSUSE:Factory/python-pycountry/pycountry-19.7.15.tar.gz 
/work/SRC/openSUSE:Factory/.python-pycountry.new.7948/pycountry-19.8.18.tar.gz 
differ: char 5, line 1




commit python-pyasn1-modules for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pyasn1-modules for 
openSUSE:Factory checked in at 2019-09-23 12:05:48

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


Package is "python-pyasn1-modules"

Mon Sep 23 12:05:48 2019 rev:26 rq:729885 version:0.2.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pyasn1-modules/python-pyasn1-modules.changes  
2019-05-27 12:36:35.065812294 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyasn1-modules.new.7948/python-pyasn1-modules.changes
2019-09-23 12:05:49.809921024 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 12:44:26 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.2.6:
+  * variour RFC enhancements, see CHANGES.txt
+
+---

Old:

  pyasn1-modules-0.2.5.tar.gz

New:

  pyasn1-modules-0.2.6.tar.gz



Other differences:
--
++ python-pyasn1-modules.spec ++
--- /var/tmp/diff_new_pack.n240ZF/_old  2019-09-23 12:05:50.361920933 +0200
+++ /var/tmp/diff_new_pack.n240ZF/_new  2019-09-23 12:05:50.361920933 +0200
@@ -18,19 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyasn1-modules
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Collection of protocols modules written in ASN.1 language
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/etingof/pyasn1-modules
 Source: 
https://files.pythonhosted.org/packages/source/p/pyasn1-modules/pyasn1-modules-%{version}.tar.gz
-BuildRequires:  %{python_module pyasn1 >= 0.3.4}
+BuildRequires:  %{python_module pyasn1 >= 0.4.7}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-pyasn1 >= 0.3.4
+Requires:   python-pyasn1 >= 0.4.7
 BuildArch:  noarch
 %python_subpackages
 

++ pyasn1-modules-0.2.5.tar.gz -> pyasn1-modules-0.2.6.tar.gz ++
 7904 lines of diff (skipped)




commit python-redis for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-redis for openSUSE:Factory 
checked in at 2019-09-23 12:04:38

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


Package is "python-redis"

Mon Sep 23 12:04:38 2019 rev:24 rq:729802 version:3.3.8

Changes:

--- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes
2019-08-14 11:36:49.204702793 +0200
+++ /work/SRC/openSUSE:Factory/.python-redis.new.7948/python-redis.changes  
2019-09-23 12:04:45.373931664 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 10:55:15 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.3.8:
+  * Fixed MONITOR parsing to properly parse IPv6 client addresses
+  * Fixed a regression introduced in 3.3.0
+
+---

Old:

  redis-3.3.6.tar.gz

New:

  redis-3.3.8.tar.gz



Other differences:
--
++ python-redis.spec ++
--- /var/tmp/diff_new_pack.Su8Na9/_old  2019-09-23 12:04:47.001931395 +0200
+++ /var/tmp/diff_new_pack.Su8Na9/_new  2019-09-23 12:04:47.001931395 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-redis
-Version:3.3.6
+Version:3.3.8
 Release:0
 Summary:Python client for Redis key-value store
 License:MIT
 Group:  Development/Languages/Python
-URL:http://github.com/andymccurdy/redis-py
+URL:https://github.com/andymccurdy/redis-py
 Source: 
https://files.pythonhosted.org/packages/source/r/redis/redis-%{version}.tar.gz
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest >= 2.7.0}
@@ -32,8 +32,8 @@
 BuildRequires:  psmisc
 BuildRequires:  python-rpm-macros
 BuildRequires:  redis
-Recommends: python-hiredis >= 0.1.3
 Requires:   redis
+Recommends: python-hiredis >= 0.1.3
 BuildArch:  noarch
 %python_subpackages
 

++ redis-3.3.6.tar.gz -> redis-3.3.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.3.6/CHANGES new/redis-3.3.8/CHANGES
--- old/redis-3.3.6/CHANGES 2019-08-06 19:59:18.0 +0200
+++ new/redis-3.3.8/CHANGES 2019-08-19 21:31:23.0 +0200
@@ -1,3 +1,10 @@
+* 3.3.8
+* Fixed MONITOR parsing to properly parse IPv6 client addresses, unix
+  socket connections and commands issued from Lua. Thanks @kukey. #1201
+* 3.3.7
+* Fixed a regression introduced in 3.3.0 where socket.error exceptions
+  (or subclasses) could potentially be raised instead of
+  redis.exceptions.ConnectionError. #1202
 * 3.3.6
 * Fixed a regression in 3.3.5 that caused PubSub.get_message() to raise
   a socket.timeout exception when passing a timeout value. #1200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.3.6/PKG-INFO new/redis-3.3.8/PKG-INFO
--- old/redis-3.3.6/PKG-INFO2019-08-06 20:10:21.0 +0200
+++ new/redis-3.3.8/PKG-INFO2019-08-19 21:39:44.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: redis
-Version: 3.3.6
+Version: 3.3.8
 Summary: Python client for Redis key-value store
 Home-page: https://github.com/andymccurdy/redis-py
 Author: Andy McCurdy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.3.6/redis/__init__.py 
new/redis-3.3.8/redis/__init__.py
--- old/redis-3.3.6/redis/__init__.py   2019-08-06 19:59:24.0 +0200
+++ new/redis-3.3.8/redis/__init__.py   2019-08-19 21:31:23.0 +0200
@@ -29,7 +29,7 @@
 return value
 
 
-__version__ = '3.3.6'
+__version__ = '3.3.8'
 VERSION = tuple(map(int_or_str, __version__.split('.')))
 
 __all__ = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.3.6/redis/client.py 
new/redis-3.3.8/redis/client.py
--- old/redis-3.3.6/redis/client.py 2019-07-28 22:34:56.0 +0200
+++ new/redis-3.3.8/redis/client.py 2019-08-19 21:31:23.0 +0200
@@ -3002,7 +3002,7 @@
 next_command() method returns one command from monitor
 listen() method yields commands from monitor.
 """
-monitor_re = re.compile(r'\[(\d+) (.+):(\d+)\] (.*)')
+monitor_re = re.compile(r'\[(\d+) (.*)\] (.*)')
 command_re = re.compile(r'"(.*?)(?https://github.com/andymccurdy/redis-py
 Author: Andy McCurdy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.3.6/tests/test_monitor.py 
new/redis-3.3.8/tests/test_monitor.py
--- old/redis-3.3.6/tests/test_monitor.py   2019-07-10 01:20:34.0 
+0200
+++ new/redis-3.3.8/tests/test_monitor.py   

commit python-eventlet for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-eventlet for openSUSE:Factory 
checked in at 2019-09-23 12:05:14

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


Package is "python-eventlet"

Mon Sep 23 12:05:14 2019 rev:33 rq:729871 version:0.25.1

Changes:

--- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes  
2019-06-30 10:14:16.506946487 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-eventlet.new.7948/python-eventlet.changes
2019-09-23 12:05:16.989926444 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 10:40:09 UTC 2019 - Ralf Haferkamp 
+
+- Update to 0.25.1:
+  * wsgi (tests): Stop using deprecated cgi.parse_qs() to support Python 3.8; 
Thanks to Miro Hrončok
+  * os: Add workaround to `open` for pathlib on py 3.7; Thanks to David Szotten
+
+---

Old:

  eventlet-0.25.0.tar.gz

New:

  eventlet-0.25.1.tar.gz



Other differences:
--
++ python-eventlet.spec ++
--- /var/tmp/diff_new_pack.TCQHJY/_old  2019-09-23 12:05:18.177926248 +0200
+++ /var/tmp/diff_new_pack.TCQHJY/_new  2019-09-23 12:05:18.181926247 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-eventlet
-Version:0.25.0
+Version:0.25.1
 Release:0
 Summary:Concurrent networking library for Python
 License:MIT

++ eventlet-0.25.0.tar.gz -> eventlet-0.25.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.25.0/NEWS new/eventlet-0.25.1/NEWS
--- old/eventlet-0.25.0/NEWS2019-05-24 11:00:38.0 +0200
+++ new/eventlet-0.25.1/NEWS2019-08-21 23:29:28.0 +0200
@@ -1,3 +1,7 @@
+0.25.1
+* wsgi (tests): Stop using deprecated cgi.parse_qs() to support Python 3.8; 
Thanks to Miro Hrončok
+* os: Add workaround to `open` for pathlib on py 3.7; Thanks to David Szotten
+
 0.25.0
 ==
 * wsgi: Only send 100 Continue response if no response has been sent yet; 
Thanks to Tim Burke
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.25.0/PKG-INFO new/eventlet-0.25.1/PKG-INFO
--- old/eventlet-0.25.0/PKG-INFO2019-05-24 11:03:25.0 +0200
+++ new/eventlet-0.25.1/PKG-INFO2019-08-21 23:35:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: eventlet
-Version: 0.25.0
+Version: 0.25.1
 Summary: Highly concurrent networking library
 Home-page: http://eventlet.net
 Author: Linden Lab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.25.0/eventlet/__init__.py 
new/eventlet-0.25.1/eventlet/__init__.py
--- old/eventlet-0.25.0/eventlet/__init__.py2019-05-24 11:00:38.0 
+0200
+++ new/eventlet-0.25.1/eventlet/__init__.py2019-08-21 23:29:28.0 
+0200
@@ -1,7 +1,7 @@
 import os
 
 
-version_info = (0, 25, 0)
+version_info = (0, 25, 1)
 __version__ = '.'.join(map(str, version_info))
 # This is to make Debian packaging easier, it ignores import
 # errors of greenlet so that the packager can still at least
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.25.0/eventlet/green/os.py 
new/eventlet-0.25.1/eventlet/green/os.py
--- old/eventlet-0.25.0/eventlet/green/os.py2019-05-24 11:00:38.0 
+0200
+++ new/eventlet-0.25.1/eventlet/green/os.py2019-08-20 23:12:55.0 
+0200
@@ -103,6 +103,15 @@
 This behaves identically, but collaborates with
 the hub's notify_opened protocol.
 """
+# pathlib workaround #534 pathlib._NormalAccessor wraps `open` in
+# `staticmethod` for py < 3.7 but not 3.7. That means we get here with
+# `file` being a pathlib._NormalAccessor object, and the other arguments
+# shifted.  Fortunately pathlib doesn't use the `dir_fd` argument, so we
+# have space in the parameter list. We use some heuristics to detect this
+# and adjust the parameters (without importing pathlib)
+if type(file).__name__ == '_NormalAccessor':
+file, flags, mode, dir_fd = flags, mode, dir_fd, None
+
 if dir_fd is not None:
 fd = __original_open__(file, flags, mode, dir_fd=dir_fd)
 else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.25.0/eventlet.egg-info/PKG-INFO 
new/eventlet-0.25.1/eventlet.egg-info/PKG-INFO
--- old/eventlet-0.25.0/eventlet.egg-info/PKG-INFO  2019-05-24 
11:03:25.0 +0200
+++ new/eventlet-0.25.1/eventlet.egg-info/PKG-INFO  2019-08-21 
23:35:04.0 +0200
@@ -1,6 +1,6 

commit python-pyasn1 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pyasn1 for openSUSE:Factory 
checked in at 2019-09-23 12:05:42

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


Package is "python-pyasn1"

Mon Sep 23 12:05:42 2019 rev:39 rq:729878 version:0.4.7

Changes:

--- /work/SRC/openSUSE:Factory/python-pyasn1/python-pyasn1.changes  
2019-02-02 21:45:22.496182178 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyasn1.new.7948/python-pyasn1.changes
2019-09-23 12:05:44.777921856 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 12:45:56 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.4.7:
+  * Many bugfixes all around, see CHANGES.rst
+
+---

Old:

  pyasn1-0.4.5.tar.gz

New:

  pyasn1-0.4.7.tar.gz



Other differences:
--
++ python-pyasn1.spec ++
--- /var/tmp/diff_new_pack.wLNR86/_old  2019-09-23 12:05:45.333921764 +0200
+++ /var/tmp/diff_new_pack.wLNR86/_new  2019-09-23 12:05:45.333921764 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyasn1
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-pyasn1
-Version:0.4.5
+Version:0.4.7
 Release:0
 Summary:ASN.1 types and codecs
 License:BSD-2-Clause

++ pyasn1-0.4.5.tar.gz -> pyasn1-0.4.7.tar.gz ++
 6095 lines of diff (skipped)




commit python-trollius for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-trollius for openSUSE:Factory 
checked in at 2019-09-23 12:03:45

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


Package is "python-trollius"

Mon Sep 23 12:03:45 2019 rev:6 rq:729750 version:2.2.post1

Changes:

--- /work/SRC/openSUSE:Factory/python-trollius/python-trollius.changes  
2019-03-14 15:00:53.391700967 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-trollius.new.7948/python-trollius.changes
2019-09-23 12:03:47.057941294 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 09:46:42 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.2post1:
+  * see doc/changelog.rst
+
+---

Old:

  trollius-2.2.tar.gz

New:

  trollius-2.2.post1.tar.gz



Other differences:
--
++ python-trollius.spec ++
--- /var/tmp/diff_new_pack.2aSq8k/_old  2019-09-23 12:03:47.765941177 +0200
+++ /var/tmp/diff_new_pack.2aSq8k/_new  2019-09-23 12:03:47.769941175 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-trollius
-Version:2.2
+Version:2.2.post1
 Release:0
 Summary:Port of the Tulip project (asyncio module, PEP 3156) on Python 
2
 License:Apache-2.0
@@ -56,7 +56,7 @@
 %fdupes %{buildroot}%{python2_sitelib}
 
 %check
-python2 setup.py test
+python2 runtests.py
 
 %files
 %license COPYING




commit python-pycryptodome for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pycryptodome for 
openSUSE:Factory checked in at 2019-09-23 12:05:22

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


Package is "python-pycryptodome"

Mon Sep 23 12:05:22 2019 rev:12 rq:729873 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycryptodome/python-pycryptodome.changes  
2019-06-18 14:44:43.753739377 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pycryptodome.new.7948/python-pycryptodome.changes
2019-09-23 12:05:25.269925077 +0200
@@ -1,0 +2,10 @@
+Tue Sep 10 12:29:30 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.9.0:
+  * Add support for loading PEM files encrypted with AES256-CBC.
+  * Add support for XChaCha20 and XChaCha20-Poly1305 ciphers.
+  * Add support for bcrypt key derivation function 
(Crypto.Protocol.KDF.bcrypt).
+  * Add support for left multiplication of an EC point by a scalar.
+  * Add support for importing ECC and RSA keys in the new OpenSSH format.
+
+---

Old:

  v3.8.2.tar.gz

New:

  v3.9.0.tar.gz



Other differences:
--
++ python-pycryptodome.spec ++
--- /var/tmp/diff_new_pack.UfGWCW/_old  2019-09-23 12:05:27.369924730 +0200
+++ /var/tmp/diff_new_pack.UfGWCW/_new  2019-09-23 12:05:27.373924729 +0200
@@ -18,9 +18,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
-%bcond_without test
 Name:   python-pycryptodome
-Version:3.8.2
+Version:3.9.0
 Release:0
 Summary:Cryptographic library for Python
 License:BSD-2-Clause
@@ -90,10 +89,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
 %license LICENSE.rst

++ v3.8.2.tar.gz -> v3.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-pycryptodome/v3.8.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-pycryptodome.new.7948/v3.9.0.tar.gz differ: 
char 13, line 1




commit python-virtualenv for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2019-09-23 12:19:33

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


Package is "python-virtualenv"

Mon Sep 23 12:19:33 2019 rev:35 rq:731579 version:16.7.5

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2019-03-04 09:11:26.684697178 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.7948/python-virtualenv.changes
2019-09-23 12:19:37.917784952 +0200
@@ -1,0 +2,40 @@
+Tue Sep 17 18:01:51 UTC 2019 - Tomáš Chvátal 
+
+- Use multibuild to avoid cycles with pytest
+
+---
+Mon Sep 16 10:20:57 UTC 2019 - Tomáš Chvátal 
+
+- Update to 16.7.5:
+  * fix powershell activation when sourced (#1398)
+  * fix regression - sh activation script not working under sh (only bash) 
(#1396)
+  * activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules 
(#1371)
+  * Allow creating virtual environments for 3.xy. (#1385)
+  * Report error when running activate scripts directly
+  * Extend the LICENSE search paths list by lib64/pythonX.Y to support Linux 
vendors who install their Python to /usr/lib64/pythonX.Y
+  * Raise an error if the target path contains the operating systems path 
separator (using this would break our activation scripts)
+  * Drop Jython support
+  * Add tests covering prompt manipulation during activation/deactivation, and 
harmonize behavior of all supported shells
+
+---
+Mon Mar  4 12:35:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 16.4.3:
+  * Revert the symlink fix, causing debian packaging issues. (#1390)
+  * Fix license() builtin by copying the LICENSE file into the virtualenv - by 
asottile. (#1317)
+  * fixes the scenario where the python base install is symlinked with 
relative symlinks (#490)
+  * Use importlib over imp in virtualenv.py for python >= 3.4 - by Anthony 
Sottile (#1293)
+  * Copy or link PyPy header files instead of include directory itself (#1302)
+  * Allow virtualenv creation with older pip not having config command 
correspondingly disabling configuration related features (such as pip cert 
setting) in this case. (#1303)
+  * Use importlib over deprecated imp` in ``distutils/__init__.py for python 3 
- by Anthony Sottile (#955)
+  * Preserve cert option defined in pip.conf or environment variable. (#1273)
+  * fixed a ResourceWarning: unclosed file in call_subprocess() - by Mickaël 
Schoentgen (#1277)
+  * pre-import some built-in modules in site.py on PyPy according to PyPy's 
site.py - by microdog (#1281)
+  * Copy files from sys.exec_prefix only if it is really different path than 
used prefix, bugfix for #1270 (#1282)
+  * copyfile handles relative symlinks and symlinks to symlinks, avoiding 
problems when Python was installed using stow or homebrew. (#268)
+  * Fix preserving of original path when using fish and a subshell. (#904)
+  * Drop the source layout of the project, going back to how the source was 
laid out before 16.1.0. (#1241)
+  * Fix bootstrap script generation broken with 16.0.0. Support now both 
CPython, pypy, jython. (#1244)
+  * lib64 symlink is again relative (as was with < 16.1.0). (#1248)
+
+---

Old:

  virtualenv-16.1.0.tar.gz

New:

  _multibuild
  virtualenv-16.7.5.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.7lQgGd/_old  2019-09-23 12:19:39.165784748 +0200
+++ /var/tmp/diff_new_pack.7lQgGd/_new  2019-09-23 12:19:39.165784748 +0200
@@ -17,19 +17,33 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-virtualenv
-Version:16.1.0
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-virtualenv%{psuffix}
+Version:16.7.5
 Release:0
 Summary:Virtual Python Environment builder
 License:MIT
 Group:  Development/Languages/Python
 URL:http://www.virtualenv.org/
 Source: 
https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
+%if %{with test}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pypiserver}
+BuildRequires:  %{python_module pytest-localserver}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module virtualenv >= %{version}}
+%endif
 

commit python-cssselect for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-cssselect for 
openSUSE:Factory checked in at 2019-09-23 12:19:49

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


Package is "python-cssselect"

Mon Sep 23 12:19:49 2019 rev:12 rq:732109 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cssselect/python-cssselect.changes
2018-12-14 20:46:46.873559575 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cssselect.new.7948/python-cssselect.changes  
2019-09-23 12:19:51.261782769 +0200
@@ -1,0 +2,13 @@
+Fri Sep 20 08:39:42 UTC 2019 - Tomáš Chvátal 
+
+- Switch to multibuild to avoid build cycle with lxml
+
+---
+Fri Sep 13 10:31:51 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.1.0:
+  * Support for the :scope selector, which allows to access immediate children 
of a selector.
+  * Support for the |E syntax for type selectors without a namespace.
+  * A new selector method, canonical, returns the CSS expression of the 
selector, as a string.
+
+---

Old:

  cssselect-1.0.3.tar.gz

New:

  _multibuild
  v1.1.0.tar.gz



Other differences:
--
++ python-cssselect.spec ++
--- /var/tmp/diff_new_pack.73RElT/_old  2019-09-23 12:19:51.849782673 +0200
+++ /var/tmp/diff_new_pack.73RElT/_new  2019-09-23 12:19:51.849782673 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cssselect
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,30 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-cssselect
-Version:1.0.3
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-cssselect%{psuffix}
+Version:1.1.0
 Release:0
 Summary:CSS3 selectors for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://packages.python.org/cssselect/
-Source: 
https://pypi.io/packages/source/c/cssselect/cssselect-%{version}.tar.gz
+URL:https://github.com/scrapy/cssselect
+Source: https://github.com/scrapy/cssselect/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
+%if %{with test}
+BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module pytest}
+%endif
 %python_subpackages
 
 %description
@@ -47,11 +58,21 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
+
+%check
+%if %{with test}
+%pytest
+%endif
 
-%files %python_files
-%defattr(-,root,root,-)
+%if !%{with test}
+%files %{python_files}
 %{python_sitelib}/*
-%doc README.rst LICENSE CHANGES AUTHORS
+%license LICENSE
+%doc README.rst CHANGES AUTHORS
+%endif
 
 %changelog

++ _multibuild ++

  test




commit python-arrow for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-arrow for openSUSE:Factory 
checked in at 2019-09-23 12:18:52

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


Package is "python-arrow"

Mon Sep 23 12:18:52 2019 rev:10 rq:731449 version:0.15.2

Changes:

--- /work/SRC/openSUSE:Factory/python-arrow/python-arrow.changes
2019-08-06 15:09:10.263814750 +0200
+++ /work/SRC/openSUSE:Factory/.python-arrow.new.7948/python-arrow.changes  
2019-09-23 12:18:59.809791185 +0200
@@ -1,0 +2,14 @@
+Tue Sep 17 09:25:07 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.15.2:
+  * [NEW] Added humanize week granularity translations for Portuguese and 
Brazilian Portuguese.
+  * [NEW] Embedded changelog within docs and added release dates to versions.
+  * [FIX] Fixed a bug that caused test failures on Windows only, see #668 for 
details.
+
+---
+Fri Sep 13 12:10:56 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.15.1:
+  * Too many changes to enumerate, see CHANGELOG.rst
+
+---

Old:

  arrow-0.14.4.tar.gz

New:

  arrow-0.15.2.tar.gz



Other differences:
--
++ python-arrow.spec ++
--- /var/tmp/diff_new_pack.v95n3s/_old  2019-09-23 12:19:00.673791044 +0200
+++ /var/tmp/diff_new_pack.v95n3s/_new  2019-09-23 12:19:00.677791043 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-arrow
-Version:0.14.4
+Version:0.15.2
 Release:0
 Summary:Better dates and times for Python
 License:Apache-2.0
@@ -27,6 +27,8 @@
 URL:https://github.com/crsmithdev/arrow
 Source: 
https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{version}.tar.gz
 BuildRequires:  %{python_module chai}
+BuildRequires:  %{python_module dateparser}
+BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module pytz}
@@ -36,10 +38,10 @@
 Requires:   python-python-dateutil
 BuildArch:  noarch
 %if %{with python2}
-BuildRequires:  python-backports.functools_lru_cache
+BuildRequires:  python-backports.functools_lru_cache >= 1.2.1
 %endif
 %ifpython2
-Requires:   python-backports.functools_lru_cache
+Requires:   python-backports.functools_lru_cache >= 1.2.1
 %endif
 %python_subpackages
 
@@ -70,7 +72,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc README.rst HISTORY.md
+%doc README.rst
 %dir %{python_sitelib}/arrow
 %{python_sitelib}/arrow/*
 %dir %{python_sitelib}/arrow-%{version}-py*.egg-info

++ arrow-0.14.4.tar.gz -> arrow-0.15.2.tar.gz ++
 37066 lines of diff (skipped)




commit python-pydocstyle for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pydocstyle for 
openSUSE:Factory checked in at 2019-09-23 12:18:42

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


Package is "python-pydocstyle"

Mon Sep 23 12:18:42 2019 rev:6 rq:731444 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pydocstyle/python-pydocstyle.changes  
2019-03-08 11:00:17.104551488 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pydocstyle.new.7948/python-pydocstyle.changes
2019-09-23 12:18:43.517793850 +0200
@@ -1,0 +2,19 @@
+Sun Sep 15 07:26:46 UTC 2019 - John Vandenberg 
+
+- Update integration-tests-invocation.patch to match PR submitted
+  upstream, including an additional use of sys.executable in tests,
+  and move disabling of problematic fixture to the .spec
+- Update to v4.0.1
+  * D401: Fixed a false positive where one stem had multiple
+imperative forms, e.g., init and initialize / initiate
+  * Fix parser hanging when there's a comment directly after ``__all__``
+  * Fixed RST error in table which resulted in the online
+documentation missing the violation code table
+  * Fixed IndentationError when parsing function arguments
+- from v4.0.0
+  * Support for Python 2.x and PyPy has been dropped
+  * Added initial support for Google convention
+  * Added pre-commit hook (#346)
+  * Fix parsing tuple syntax ``__all__`` (#355, #352).
+
+---

Old:

  pydocstyle-3.0.0.tar.gz

New:

  pydocstyle-4.0.1.tar.gz



Other differences:
--
++ python-pydocstyle.spec ++
--- /var/tmp/diff_new_pack.jGSVYD/_old  2019-09-23 12:18:43.957793778 +0200
+++ /var/tmp/diff_new_pack.jGSVYD/_new  2019-09-23 12:18:43.961793778 +0200
@@ -17,15 +17,17 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-pydocstyle
-Version:3.0.0
+Version:4.0.1
 Release:0
 Summary:Python docstring style checker
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/PyCQA/pydocstyle/
+URL:https://github.com/PyCQA/pydocstyle/
 Source: 
https://github.com/PyCQA/pydocstyle/archive/%{version}.tar.gz#/pydocstyle-%{version}.tar.gz
 # Tests invoke pip and pycodestyle directly, when they should use 
sys.executable.
+# https://github.com/PyCQA/pydocstyle/pull/403
 Patch0: integration-tests-invocation.patch
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pathlib}
@@ -37,17 +39,12 @@
 BuildRequires:  %{python_module snowballstemmer}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
-BuildRequires:  python-configparser
 BuildRequires:  python-rpm-macros
 Requires:   python-six > 1.10.0
 Requires:   python-snowballstemmer
-%ifpython2
-Requires:   python-configparser
-%endif
 Provides:   python-pep257 = %{version}
 Obsoletes:  python-pep257 < %{version}
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -66,6 +63,9 @@
 %patch0 -p1
 dos2unix README.rst
 
+# Disable pip fixture
+sed -i /^pytestmark/d src/tests/test_integration.py
+
 %build
 %python_build
 
@@ -74,12 +74,12 @@
 %{python_expand  #
 sed -i -e '/^#! \//, 1d' %{buildroot}%{$python_sitelib}/pydocstyle/__main__.py
 dos2unix %{buildroot}%{$python_sitelib}/pydocstyle/__main__.py
+%fdupes %{buildroot}%{$python_sitelib}
 }
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export PYTHONPATH=$(pwd)/src
-%python_exec -m pytest
+%pytest
 
 %files %{python_files}
 %doc README.rst

++ integration-tests-invocation.patch ++
--- /var/tmp/diff_new_pack.jGSVYD/_old  2019-09-23 12:18:43.977793775 +0200
+++ /var/tmp/diff_new_pack.jGSVYD/_new  2019-09-23 12:18:43.977793775 +0200
@@ -1,44 +1,39 @@
 pydocstyle-3.0.0-orig/src/tests/test_integration.py2018-10-14 
17:54:04.0 +0700
-+++ pydocstyle-3.0.0/src/tests/test_integration.py 2019-02-22 
03:23:27.301363601 +0700
-@@ -80,8 +80,9 @@
+From 9379ef5b73a8a07a6e8c95185db33b849a9d015f Mon Sep 17 00:00:00 2001
+From: John Vandenberg 
+Date: Sun, 15 Sep 2019 14:13:44 +0700
+Subject: [PATCH] test_integration: Use sys.executable
+
+Literal `python` is often `python2` and may not be present at all.
+
+Closes https://github.com/PyCQA/pydocstyle/issues/177
+---
+ src/tests/test_integration.py | 9 +
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/src/tests/test_integration.py b/src/tests/test_integration.py
+index d4ee72b..1f9507f 100644
+--- a/src/tests/test_integration.py
 b/src/tests/test_integration.py
+@@ -80,9 +80,10 @@ def invoke(self, args="", 

commit python-ruamel.yaml for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-ruamel.yaml for 
openSUSE:Factory checked in at 2019-09-23 12:18:31

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


Package is "python-ruamel.yaml"

Mon Sep 23 12:18:31 2019 rev:21 rq:731426 version:0.16.5

Changes:

--- /work/SRC/openSUSE:Factory/python-ruamel.yaml/python-ruamel.yaml.changes
2019-09-11 10:23:01.755491139 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ruamel.yaml.new.7948/python-ruamel.yaml.changes
  2019-09-23 12:18:32.393795670 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 15:36:08 UTC 2019 - John Vandenberg 
+
+- Replace => with >= in BuildRequires
+
+---



Other differences:
--
++ python-ruamel.yaml.spec ++
--- /var/tmp/diff_new_pack.AoyNH4/_old  2019-09-23 12:18:32.793795604 +0200
+++ /var/tmp/diff_new_pack.AoyNH4/_new  2019-09-23 12:18:32.793795604 +0200
@@ -28,7 +28,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-ruamel.yaml.clib => 0.1.2
+Requires:   python-ruamel.yaml.clib >= 0.1.2
 BuildArch:  noarch
 %ifpython2
 Requires:   python-ruamel.ordereddict




commit python-pylama for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-pylama for openSUSE:Factory 
checked in at 2019-09-23 12:19:09

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


Package is "python-pylama"

Mon Sep 23 12:19:09 2019 rev:5 rq:731468 version:7.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pylama/python-pylama.changes  
2019-05-10 09:10:04.347081977 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylama.new.7948/python-pylama.changes
2019-09-23 12:19:10.957789362 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 09:59:48 UTC 2019 - Tomáš Chvátal 
+
+- Skip one test that relies on the number of errors found by
+  linters that differ based on the release we got
+
+---



Other differences:
--
++ python-pylama.spec ++
--- /var/tmp/diff_new_pack.FVCpEo/_old  2019-09-23 12:19:11.541789266 +0200
+++ /var/tmp/diff_new_pack.FVCpEo/_new  2019-09-23 12:19:11.541789266 +0200
@@ -77,7 +77,8 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_expand py.test-%{$python_bin_suffix} -v tests/
+# test_ignore_select - relies on number of errors reported by pyflakes/etc.
+%pytest -k 'not test_ignore_select'
 
 %post
 %python_install_alternative pylama




commit python-invoke for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-invoke for openSUSE:Factory 
checked in at 2019-09-23 12:19:14

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


Package is "python-invoke"

Mon Sep 23 12:19:14 2019 rev:9 rq:731477 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes  
2019-08-16 15:27:23.698010350 +0200
+++ /work/SRC/openSUSE:Factory/.python-invoke.new.7948/python-invoke.changes
2019-09-23 12:19:15.533788613 +0200
@@ -1,0 +2,5 @@
+Tue Sep 17 10:08:41 UTC 2019 - Tomáš Chvátal 
+
+- Update patch pytest4.patch to make it really work with new pytests
+
+---



Other differences:
--
++ pytest4.patch ++
--- /var/tmp/diff_new_pack.yGAcdc/_old  2019-09-23 12:19:16.161788511 +0200
+++ /var/tmp/diff_new_pack.yGAcdc/_new  2019-09-23 12:19:16.165788510 +0200
@@ -7,34 +7,11 @@
  invoke/tasks.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/invoke/tasks.py b/invoke/tasks.py
-index ed838c31..18cf0afd 100644
 a/invoke/tasks.py
-+++ b/invoke/tasks.py
-@@ -151,7 +151,7 @@ def argspec(self, body):
- # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st 
result
- # in argspec, or is there a way to get the "really callable" spec?
- func = body if isinstance(body, types.FunctionType) else body.__call__
--spec = inspect.getargspec(func)
-+spec = inspect.getfullargspec(func)
- arg_names = spec.args[:]
- matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
- spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))
-
-From db6596d63c76239a91a898ee1557084456e480f7 Mon Sep 17 00:00:00 2001
-From: Marcus Crane 
-Date: Fri, 26 Oct 2018 11:49:41 +1300
-Subject: [PATCH 2/3] Update inspect import to be conditional based on 2.7 or 3
-

- invoke/tasks.py | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/invoke/tasks.py b/invoke/tasks.py
-index 18cf0afd..cbe106b9 100644
 a/invoke/tasks.py
-+++ b/invoke/tasks.py
-@@ -4,7 +4,6 @@
+Index: invoke-1.3.0/invoke/tasks.py
+===
+--- invoke-1.3.0.orig/invoke/tasks.py
 invoke-1.3.0/invoke/tasks.py
+@@ -4,7 +4,6 @@ generate new tasks.
  """
  
  from copy import deepcopy
@@ -42,48 +19,24 @@
  import types
  
  from .context import Context
-@@ -15,6 +15,11 @@ if six.PY3:
+@@ -16,6 +15,11 @@ if six.PY3:
  else:
  from itertools import izip_longest as zip_longest
-
+ 
 +try:
 +from inspect import getfullargspec as getargspec
-+except AttributeError:
++except ImportError:
 +from inspect import getargspec
 +
-
+ 
  #: Sentinel object representing a truly blank value (vs ``None``).
  NO_DEFAULT = object()
-
-@@ -151,7 +155,7 @@ def argspec(self, body):
+@@ -150,7 +154,7 @@ class Task(object):
  # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st 
result
  # in argspec, or is there a way to get the "really callable" spec?
  func = body if isinstance(body, types.FunctionType) else body.__call__
--spec = inspect.getfullargspec(func)
+-spec = inspect.getargspec(func)
 +spec = getargspec(func)
  arg_names = spec.args[:]
  matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
  spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))
-
-From de3f339f4d699c0a641074ad437802307d0050ba Mon Sep 17 00:00:00 2001
-From: Marcus Crane 
-Date: Fri, 26 Oct 2018 12:10:43 +1300
-Subject: [PATCH 3/3] Ooops, checked AttributeError instead of ImportError
-

- invoke/tasks.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/invoke/tasks.py b/invoke/tasks.py
-index cbe106b9..ad08c893 100644
 a/invoke/tasks.py
-+++ b/invoke/tasks.py
-@@ -15,7 +15,7 @@
-
- try:
- from inspect import getfullargspec as getargspec
--except AttributeError:
-+except ImportError:
- from inspect import getargspec
-
-




commit python-urllib3 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-urllib3 for openSUSE:Factory 
checked in at 2019-09-23 12:18:36

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


Package is "python-urllib3"

Mon Sep 23 12:18:36 2019 rev:33 rq:731439 version:1.25.3

Changes:

--- /work/SRC/openSUSE:Factory/python-urllib3/python-urllib3.changes
2019-08-22 10:53:09.653693537 +0200
+++ /work/SRC/openSUSE:Factory/.python-urllib3.new.7948/python-urllib3.changes  
2019-09-23 12:18:39.521794504 +0200
@@ -1,0 +2,5 @@
+Sat Sep 14 02:58:42 UTC 2019 - John Vandenberg 
+
+- Use have/skip_python2/3 macros to allow building only one flavour
+
+---



Other differences:
--
++ python-urllib3.spec ++
--- /var/tmp/diff_new_pack.VYgHYm/_old  2019-09-23 12:18:40.133794404 +0200
+++ /var/tmp/diff_new_pack.VYgHYm/_new  2019-09-23 12:18:40.133794404 +0200
@@ -26,13 +26,14 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
+%bcond_without python2
 Name:   python-urllib3%{psuffix}
 Version:1.25.3
 Release:0
 Summary:HTTP library with thread-safe connection pooling, file post, 
and more
 License:MIT
 Group:  Development/Languages/Python
-URL:http://urllib3.readthedocs.org/
+URL:https://urllib3.readthedocs.org/
 Source: 
https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
 # Wrapper for ssl to unbundle ssl_match_hostname
 Source1:ssl_match_hostname_py3.py
@@ -41,17 +42,13 @@
 Patch0: urllib3-ssl-default-context.patch
 # PATCH-FIX-UPSTREAM python-urllib3-recent-date.patch gh#shazow/urllib3#1303, 
boo#1074247 dims...@opensuse.org -- Fix test suite, use correct date
 Patch1: python-urllib3-recent-date.patch
-# for SSL module on older distros
-BuildRequires:  %{oldpython}
 BuildRequires:  %{python_module PySocks}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module rfc3986}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
-BuildRequires:  python-backports.ssl_match_hostname
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-ipaddress
 #!BuildIgnore:  python-requests
 Requires:   ca-certificates-mozilla
 Requires:   python-cryptography
@@ -60,6 +57,14 @@
 Requires:   python-rfc3986
 Requires:   python-six
 BuildArch:  noarch
+# for SSL module on older distros
+%if 0%{?suse_version} < 1500
+BuildRequires:  %{oldpython}
+%endif
+%if %{with python2}
+BuildRequires:  python-backports.ssl_match_hostname
+BuildRequires:  python-ipaddress
+%endif
 %ifpython2
 Requires:   python-backports.ssl_match_hostname
 %endif
@@ -121,6 +126,7 @@
 $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/urllib3/
 }
 
+%if 0%{?have_python2} && ! 0%{?skip_python2}
 # Unbundle the Python 2 build
 rm -rf %{buildroot}/%{python2_sitelib}/urllib3/packages/six.py*
 rm -rf %{buildroot}/%{python2_sitelib}/urllib3/packages/ssl_match_hostname/
@@ -134,6 +140,9 @@
   %{buildroot}/%{python2_sitelib}/urllib3/packages/ssl_match_hostname
 ln -s %{python2_sitelib}/rfc3986/ \
   %{buildroot}/%{python2_sitelib}/urllib3/packages/rfc3986
+%endif
+
+%if 0%{?have_python3} && ! 0%{?skip_python3}
 # Unbundle the Python 3 build
 rm -rf %{buildroot}/%{python3_sitelib}/urllib3/packages/six.py*
 rm -rf %{buildroot}/%{python3_sitelib}/urllib3/packages/__pycache__/six*
@@ -149,11 +158,12 @@
   %{buildroot}/%{python3_sitelib}/urllib3/packages/__pycache__/
 ln -s %{python3_sitelib}/rfc3986/ \
   %{buildroot}/%{python3_sitelib}/urllib3/packages/rfc3986
+%endif
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
-%if ! %{with test}
+%if ! %{with test} && "%{python_flavor}" == "python2"
 %pre -n python2-urllib3
   SITELIB=%{python2_sitelib}
   CONFLICTED="${SITELIB}/urllib3/packages/ssl_match_hostname"




commit baloo5 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2019-09-23 12:20:15

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


Package is "baloo5"

Mon Sep 23 12:20:15 2019 rev:68 rq:730898 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes2019-08-19 
21:00:13.880941922 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new.7948/baloo5.changes  2019-09-23 
12:20:18.061778386 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:24 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Fixes a crash in Peruse triggered by baloo
+  * Fix section hierachy in distributing.md
+  * Remove unused includes
+  * [kded/baloosearchmodule] Remove useless qDebug messages
+
+---

Old:

  baloo-5.61.0.tar.xz
  baloo-5.61.0.tar.xz.sig

New:

  baloo-5.62.0.tar.xz
  baloo-5.62.0.tar.xz.sig



Other differences:
--
++ baloo5.spec ++
--- /var/tmp/diff_new_pack.HUqz5D/_old  2019-09-23 12:20:18.773778269 +0200
+++ /var/tmp/diff_new_pack.HUqz5D/_new  2019-09-23 12:20:18.78268 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   baloo5
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
@@ -61,8 +61,9 @@
 
 %package -n libKF5Baloo5
 Summary:Core library for Baloo Framework
-# The -lang package was split into components
 Group:  System/GUI/KDE
+
+# The -lang package was split into components
 Provides:   %{name}-lang = %{version}
 Obsoletes:  %{name}-lang < %{version}
 

++ baloo-5.61.0.tar.xz -> baloo-5.62.0.tar.xz ++
 20208 lines of diff (skipped)





commit breeze5-icons for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package breeze5-icons for openSUSE:Factory 
checked in at 2019-09-23 12:20:28

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


Package is "breeze5-icons"

Mon Sep 23 12:20:28 2019 rev:48 rq:730900 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes  
2019-08-19 21:00:27.016939794 +0200
+++ /work/SRC/openSUSE:Factory/.breeze5-icons.new.7948/breeze5-icons.changes
2019-09-23 12:20:29.653776489 +0200
@@ -1,0 +2,36 @@
+Sat Sep  7 21:01:57 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Fix *-loading-symbolic icon symlinks
+  * Add new activities and virtual desktops icons
+  * Make small recent documents icons look like documents and improve clock 
emblems
+  * Create new "Recent folders" icon (kde#411635)
+  * Add "preferences-desktop-navigation" icon (kde#402910)
+  * Add 22px dialog-scripts, change script actions/places icons to match it
+  * Improve "user-trash" icon
+  * Use empty/filled style for monochrome empty/full trash
+  * Make notification icons use outline style
+  * Make user-trash icons look like trashcans
+  * Add breeze icons for ROOT cern files
+  * Remove applets/22/computer (kde#410854)
+  * Add view-barcode-qr icons
+  * Krita has split from Calligra and now uses Krita name instead of 
calligrakrita
+  * Add battery-ups icons
+  * Make "monitor" a link to "computer" icon
+  * Add FictionBook 2 icons
+  * Add icon for kuiviewer, needs updating -> bug 407527
+  * Symlink "port" to "anchor", which displays more appropriate iconography
+  * Change radio to device icon, add more sizes
+  * Make `pin` icon point to an icon that looks like a pin, not something 
unrelated
+  * Fix missing digit and pixel-perfect alignment of depth action icons 
(kde#406502)
+  * Make 16px folder-activites look more like larger sizes
+  * add icon for clazy, should be remade in svg
+  * add latte-dock icon from latte dock repo for kde.org/applications
+  * icon for kdesrc-build used by kde.org/applications to be redrawn.
+  * Rename media-show-active-track-amarok to media-track-show-active
+
+---

Old:

  breeze-icons-5.61.0.tar.xz
  breeze-icons-5.61.0.tar.xz.sig

New:

  breeze-icons-5.62.0.tar.xz
  breeze-icons-5.62.0.tar.xz.sig



Other differences:
--
++ breeze5-icons.spec ++
--- /var/tmp/diff_new_pack.Cx9Swz/_old  2019-09-23 12:20:30.541776344 +0200
+++ /var/tmp/diff_new_pack.Cx9Swz/_new  2019-09-23 12:20:30.545776343 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -24,7 +24,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   breeze5-icons
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Breeze icon theme
 License:LGPL-3.0-only

++ breeze-icons-5.61.0.tar.xz -> breeze-icons-5.62.0.tar.xz ++
 4774 lines of diff (skipped)





commit kactivities5 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2019-09-23 12:20:47

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


Package is "kactivities5"

Mon Sep 23 12:20:47 2019 rev:70 rq:730903 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-08-19 21:03:30.764910024 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.7948/kactivities5.changes  
2019-09-23 12:21:39.261765103 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:27 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * [kactivities] Use new activities icon
+  * Remove unused includes
+
+---

Old:

  kactivities-5.61.0.tar.xz
  kactivities-5.61.0.tar.xz.sig

New:

  kactivities-5.62.0.tar.xz
  kactivities-5.62.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.MVXLkF/_old  2019-09-23 12:21:40.093764967 +0200
+++ /var/tmp/diff_new_pack.MVXLkF/_new  2019-09-23 12:21:40.093764967 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.61.0.tar.xz -> kactivities-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.61.0/CMakeLists.txt 
new/kactivities-5.62.0/CMakeLists.txt
--- old/kactivities-5.61.0/CMakeLists.txt   2019-08-03 21:30:40.0 
+0200
+++ new/kactivities-5.62.0/CMakeLists.txt   2019-09-07 14:32:21.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.61.0/autotests/common/test.cpp 
new/kactivities-5.62.0/autotests/common/test.cpp
--- old/kactivities-5.61.0/autotests/common/test.cpp2019-08-03 
21:30:40.0 +0200
+++ new/kactivities-5.62.0/autotests/common/test.cpp2019-09-07 
14:32:21.0 +0200
@@ -37,7 +37,7 @@
 
 for (const QString & service : services) {
 bool kdeServiceAndNotKAMD =
-service.startsWith(QStringLiteral("org.kde")) &&
+service.startsWith(QLatin1String("org.kde")) &&
 service != KAMD_DBUS_SERVICE;
 
 if (kdeServiceAndNotKAMD) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.61.0/autotests/common/test.h 
new/kactivities-5.62.0/autotests/common/test.h
--- old/kactivities-5.61.0/autotests/common/test.h  2019-08-03 
21:30:40.0 +0200
+++ new/kactivities-5.62.0/autotests/common/test.h  2019-09-07 
14:32:21.0 +0200
@@ -23,7 +23,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivities-5.61.0/autotests/core/CleanOnlineTest.cpp 
new/kactivities-5.62.0/autotests/core/CleanOnlineTest.cpp
--- old/kactivities-5.61.0/autotests/core/CleanOnlineTest.cpp   2019-08-03 
21:30:40.0 +0200
+++ new/kactivities-5.62.0/autotests/core/CleanOnlineTest.cpp   2019-09-07 
14:32:21.0 +0200
@@ -89,7 +89,7 @@
 TEST_WAIT_UNTIL(f3.isFinished());
 
 KActivities::Info ac(id1);
-

commit extra-cmake-modules for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-09-23 12:20:33

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


Package is "extra-cmake-modules"

Mon Sep 23 12:20:33 2019 rev:69 rq:730901 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-08-19 21:02:40.596918152 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.7948/extra-cmake-modules.changes
2019-09-23 12:21:34.293765916 +0200
@@ -1,0 +2,15 @@
+Sat Sep  7 20:36:25 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg
+  * Keep 'lib' as default LIBDIR on Arch Linux based systems
+  * disable autouic again - it breaks builds
+  * set autorcc and autouic by default
+  * Define install location for JAR/AAR files for Android
+  * Add ECMAddQtDesignerPlugin
+
+---

Old:

  extra-cmake-modules-5.61.0.tar.xz
  extra-cmake-modules-5.61.0.tar.xz.sig

New:

  extra-cmake-modules-5.62.0.tar.xz
  extra-cmake-modules-5.62.0.tar.xz.sig



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.0r3L90/_old  2019-09-23 12:21:34.733765844 +0200
+++ /var/tmp/diff_new_pack.0r3L90/_new  2019-09-23 12:21:34.737765843 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -29,7 +29,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   extra-cmake-modules
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.61.0.tar.xz -> extra-cmake-modules-5.62.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.61.0/CMakeLists.txt 
new/extra-cmake-modules-5.62.0/CMakeLists.txt
--- old/extra-cmake-modules-5.61.0/CMakeLists.txt   2019-07-29 
02:50:36.0 +0200
+++ new/extra-cmake-modules-5.62.0/CMakeLists.txt   2019-09-06 
21:41:19.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.61.0") # handled by release scripts
+set(VERSION "5.62.0") # handled by release scripts
 
 if (POLICY CMP0048)
 cmake_policy(SET CMP0048 NEW)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.61.0/docs/module/ECMAddQtDesignerPlugin.rst 
new/extra-cmake-modules-5.62.0/docs/module/ECMAddQtDesignerPlugin.rst
--- old/extra-cmake-modules-5.61.0/docs/module/ECMAddQtDesignerPlugin.rst   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.62.0/docs/module/ECMAddQtDesignerPlugin.rst   
2019-09-06 21:41:19.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMAddQtDesignerPlugin.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.61.0/kde-modules/KDECMakeSettings.cmake 
new/extra-cmake-modules-5.62.0/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-5.61.0/kde-modules/KDECMakeSettings.cmake   
2019-07-29 02:50:36.0 +0200
+++ new/extra-cmake-modules-5.62.0/kde-modules/KDECMakeSettings.cmake   
2019-09-06 21:41:19.0 +0200
@@ -78,6 +78,7 @@
 # - Uninstall target functionality since 1.7.0.
 # - ``APPLE_FORCE_X11`` option since 5.14.0 (detecting X11 was previously the 
default behavior)
 # - ``APPLE_SUPPRESS_X11_WARNING`` option since 5.14.0
+# - CMAKE_AUTORCC enabled by default when supported by cmake (>= 3.0) since 
5.62.0
 #
 # Translations
 # 
@@ -238,6 +239,14 @@
# Since CMake 2.8.6
set(CMAKE_AUTOMOC ON)
 
+   # Enable autorcc and in cmake so qrc files get generated.
+   # Since CMake 3.0
+   # TODO KF6: discuss enabling AUTOUIC and note porting requirements. autouic
+   #   acts on all #include "ui_*.h" assuming *.ui exists
+   if(NOT CMAKE_VERSION VERSION_LESS 3.0)
+  set(CMAKE_AUTORCC ON)
+   endif()
+
# By default, create 'GUI' executables. This can be reverted on a 
per-target basis
# using ECMMarkNonGuiExecutable
# Since CMake 2.8.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kactivities-stats for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kactivities-stats for 
openSUSE:Factory checked in at 2019-09-23 12:20:53

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


Package is "kactivities-stats"

Mon Sep 23 12:20:53 2019 rev:42 rq:730904 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities-stats/kactivities-stats.changes  
2019-08-19 21:03:24.632911017 +0200
+++ 
/work/SRC/openSUSE:Factory/.kactivities-stats.new.7948/kactivities-stats.changes
2019-09-23 12:21:40.485764903 +0200
@@ -1,0 +2,15 @@
+Sat Sep  7 20:36:27 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Add Term::Type::files() and Term::Type::directories() to filter only 
directories or excluding them
+  * Add @since 5.62 for newly added setters
+  * Add proper logging using ECMQtDeclareLoggingCategory
+  * Add setter to Type, Activity, Agent and UrlFilter query fields
+  * Use special values constants in terms.cpp
+  * Allow date range filtering of resource events using Date Term
+
+---

Old:

  kactivities-stats-5.61.0.tar.xz
  kactivities-stats-5.61.0.tar.xz.sig

New:

  kactivities-stats-5.62.0.tar.xz
  kactivities-stats-5.62.0.tar.xz.sig



Other differences:
--
++ kactivities-stats.spec ++
--- /var/tmp/diff_new_pack.Cx0hfY/_old  2019-09-23 12:21:41.029764814 +0200
+++ /var/tmp/diff_new_pack.Cx0hfY/_new  2019-09-23 12:21:41.033764813 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5ActivitiesStats1
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities-stats
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Plasma Activities support
 License:LGPL-2.0-or-later
@@ -87,6 +87,7 @@
 %files -n %{lname}
 %license COPYING*
 %{_kf5_libdir}/libKF5ActivitiesStats.so.*
+%{_kf5_debugdir}/kactivities-stats.categories
 
 %files devel
 %{_kf5_libdir}/libKF5ActivitiesStats.so


++ kactivities-stats-5.61.0.tar.xz -> kactivities-stats-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-stats-5.61.0/CMakeLists.txt 
new/kactivities-stats-5.62.0/CMakeLists.txt
--- old/kactivities-stats-5.61.0/CMakeLists.txt 2019-08-03 21:30:45.0 
+0200
+++ new/kactivities-stats-5.62.0/CMakeLists.txt 2019-09-07 14:32:27.0 
+0200
@@ -2,8 +2,8 @@
 
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project (KActivitiesStats VERSION ${KF5_VERSION})
 
 set (REQUIRED_QT_VERSION 5.11.0)
@@ -20,7 +20,7 @@
 
 # Extra CMake stuff
 include (FeatureSummary)
-find_package (ECM 5.61.0  NO_MODULE)
+find_package (ECM 5.62.0  NO_MODULE)
 set_package_properties (ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary (WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -32,6 +32,7 @@
 include (GenerateExportHeader)
 include (ECMGenerateHeaders)
 include (ECMAddQch)
+include (ECMQtDeclareLoggingCategory)
 
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
@@ -129,3 +130,6 @@
 # Write out the features
 feature_summary (WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
+install(FILES kactivities-stats.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
+install(FILES kactivities-stats.categories  DESTINATION ${KDE_INSTALL_CONFDIR})
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-stats-5.61.0/README.md 
new/kactivities-stats-5.62.0/README.md
--- old/kactivities-stats-5.61.0/README.md  2019-08-03 21:30:45.0 
+0200
+++ new/kactivities-stats-5.62.0/README.md  2019-09-07 14:32:27.0 
+0200
@@ -16,14 +16,14 @@
 
 The library provides the following important classes:
 
-- `ResultSet` is a low level class that provides a 

commit frameworkintegration for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2019-09-23 12:20:37

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


Package is "frameworkintegration"

Mon Sep 23 12:20:37 2019 rev:75 rq:730902 version:5.62.0

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2019-08-19 21:02:52.996916143 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new.7948/frameworkintegration.changes
  2019-09-23 12:21:37.389765409 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:26 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  frameworkintegration-5.61.0.tar.xz
  frameworkintegration-5.61.0.tar.xz.sig

New:

  frameworkintegration-5.62.0.tar.xz
  frameworkintegration-5.62.0.tar.xz.sig



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.CPLRNm/_old  2019-09-23 12:21:37.857765333 +0200
+++ /var/tmp/diff_new_pack.CPLRNm/_new  2019-09-23 12:21:37.861765332 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   frameworkintegration
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:LGPL-2.1-or-later
@@ -40,17 +40,17 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  knotifications-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kpackage-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
@@ -100,8 +100,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfigwidgets-devel >= %{_kf5_bugfix_version}
-Requires:   kiconthemes-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
 
 %description devel
 Framework Integration is a set of plugins responsible for better

++ frameworkintegration-5.61.0.tar.xz -> frameworkintegration-5.62.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.61.0/CMakeLists.txt 
new/frameworkintegration-5.62.0/CMakeLists.txt
--- old/frameworkintegration-5.61.0/CMakeLists.txt  2019-08-03 
21:30:35.0 +0200
+++ new/frameworkintegration-5.62.0/CMakeLists.txt  2019-09-07 
14:32:15.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(FrameworkIntegration VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE 

commit kglobalaccel for openSUSE:Factory

2019-09-23 Thread root
Hello community,

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

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


Package is "kglobalaccel"

Mon Sep 23 12:23:11 2019 rev:73 rq:730928 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes
2019-08-19 21:05:59.960885851 +0200
+++ /work/SRC/openSUSE:Factory/.kglobalaccel.new.7948/kglobalaccel.changes  
2019-09-23 12:23:12.801749802 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:45 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kglobalaccel-5.61.0.tar.xz
  kglobalaccel-5.61.0.tar.xz.sig

New:

  kglobalaccel-5.62.0.tar.xz
  kglobalaccel-5.62.0.tar.xz.sig



Other differences:
--
++ kglobalaccel.spec ++
--- /var/tmp/diff_new_pack.0LbNaM/_old  2019-09-23 12:23:13.389749706 +0200
+++ /var/tmp/diff_new_pack.0LbNaM/_new  2019-09-23 12:23:13.393749705 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5GlobalAccel5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kglobalaccel
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Global desktop keyboard shortcuts
 License:LGPL-2.1-or-later
@@ -39,14 +39,14 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libxcb-devel
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0


++ kglobalaccel-5.61.0.tar.xz -> kglobalaccel-5.62.0.tar.xz ++
 7105 lines of diff (skipped)




commit kguiaddons for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kguiaddons for openSUSE:Factory 
checked in at 2019-09-23 12:23:16

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


Package is "kguiaddons"

Mon Sep 23 12:23:16 2019 rev:70 rq:730929 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes2019-08-19 
21:06:26.700881519 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new.7948/kguiaddons.changes  
2019-09-23 12:23:17.809748983 +0200
@@ -1,0 +2,9 @@
+Sat Sep  7 20:36:46 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+
+---

Old:

  kguiaddons-5.61.0.tar.xz
  kguiaddons-5.61.0.tar.xz.sig

New:

  kguiaddons-5.62.0.tar.xz
  kguiaddons-5.62.0.tar.xz.sig



Other differences:
--
++ kguiaddons.spec ++
--- /var/tmp/diff_new_pack.jLK3wX/_old  2019-09-23 12:23:18.517748867 +0200
+++ /var/tmp/diff_new_pack.jLK3wX/_new  2019-09-23 12:23:18.517748867 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5GuiAddons5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kguiaddons
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Utilities for graphical user interfaces
 License:LGPL-2.1-or-later


++ kguiaddons-5.61.0.tar.xz -> kguiaddons-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.61.0/CMakeLists.txt 
new/kguiaddons-5.62.0/CMakeLists.txt
--- old/kguiaddons-5.61.0/CMakeLists.txt2019-08-03 21:32:51.0 
+0200
+++ new/kguiaddons-5.62.0/CMakeLists.txt2019-09-07 14:34:50.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KGuiAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.61.0/src/colors/kcolorcollection.cpp 
new/kguiaddons-5.62.0/src/colors/kcolorcollection.cpp
--- old/kguiaddons-5.61.0/src/colors/kcolorcollection.cpp   2019-08-03 
21:32:51.0 +0200
+++ new/kguiaddons-5.62.0/src/colors/kcolorcollection.cpp   2019-09-07 
14:34:50.0 +0200
@@ -152,7 +152,7 @@
 QTextStream str();
 
 QString description = d->desc.trimmed();
-description = QLatin1Char('#') + description.split(QLatin1Char('\n'), 
QString::KeepEmptyParts).join(QStringLiteral("\n#"));
+description = QLatin1Char('#') + description.split(QLatin1Char('\n'), 
QString::KeepEmptyParts).join(QLatin1String("\n#"));
 
 str << QLatin1String("KDE RGB Palette\n");
 str << description << QLatin1Char('\n');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kguiaddons-5.61.0/src/util/kmodifierkeyinfoprovider_xcb.cpp 
new/kguiaddons-5.62.0/src/util/kmodifierkeyinfoprovider_xcb.cpp
--- old/kguiaddons-5.61.0/src/util/kmodifierkeyinfoprovider_xcb.cpp 
2019-08-03 21:32:51.0 +0200
+++ new/kguiaddons-5.62.0/src/util/kmodifierkeyinfoprovider_xcb.cpp 
2019-09-07 14:34:50.0 +0200
@@ -74,7 +74,7 @@
 , m_xkbAvailable(false)
 {
 if (qApp) {
-if (qApp->platformName() == QStringLiteral("xcb")) {
+if (qApp->platformName() == QLatin1String("xcb")) {
 int code, xkberr, maj, min;
 m_xkbAvailable = XkbQueryExtension(QX11Info::display(), , 
_xkbEv, , , );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.61.0/tests/openurltest.cpp 
new/kguiaddons-5.62.0/tests/openurltest.cpp
--- old/kguiaddons-5.61.0/tests/openurltest.cpp 2019-08-03 21:32:51.0 
+0200
+++ new/kguiaddons-5.62.0/tests/openurltest.cpp 2019-09-07 14:34:50.0 
+0200
@@ -26,7 +26,7 @@
 int main(int argc, char **argv)
 {
 QGuiApplication app(argc, argv);
-  

commit kdoctools for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2019-09-23 12:22:51

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


Package is "kdoctools"

Mon Sep 23 12:22:51 2019 rev:72 rq:730925 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes  2019-08-19 
21:05:24.440891607 +0200
+++ /work/SRC/openSUSE:Factory/.kdoctools.new.7948/kdoctools.changes
2019-09-23 12:22:52.693753091 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:36:43 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * KF5DocToolsMacros.cmake: Use non-deprecated KDEInstallDirs variables 
(kde#410998)
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kdoctools-5.61.0.tar.xz
  kdoctools-5.61.0.tar.xz.sig

New:

  kdoctools-5.62.0.tar.xz
  kdoctools-5.62.0.tar.xz.sig



Other differences:
--
++ kdoctools.spec ++
--- /var/tmp/diff_new_pack.mdKpwB/_old  2019-09-23 12:22:53.293752993 +0200
+++ /var/tmp/diff_new_pack.mdKpwB/_new  2019-09-23 12:22:53.293752993 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DocTools5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdoctools
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Tools to create documentation from DocBook
 License:LGPL-2.1-or-later AND MIT
@@ -43,12 +43,12 @@
 BuildRequires:  docbook_4
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  perl-URI
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 # The XSL templates reference files in here
 Requires:   docbook-xsl-stylesheets


++ kdoctools-5.61.0.tar.xz -> kdoctools-5.62.0.tar.xz ++
 3303 lines of diff (skipped)




commit kdnssd-framework for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:Factory checked in at 2019-09-23 12:22:46

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


Package is "kdnssd-framework"

Mon Sep 23 12:22:46 2019 rev:69 rq:730924 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes
2019-08-19 21:05:18.412892583 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdnssd-framework.new.7948/kdnssd-framework.changes  
2019-09-23 12:22:47.505753940 +0200
@@ -1,0 +2,9 @@
+Sat Sep  7 20:36:42 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+
+---

Old:

  kdnssd-5.61.0.tar.xz
  kdnssd-5.61.0.tar.xz.sig

New:

  kdnssd-5.62.0.tar.xz
  kdnssd-5.62.0.tar.xz.sig



Other differences:
--
++ kdnssd-framework.spec ++
--- /var/tmp/diff_new_pack.bZgWT8/_old  2019-09-23 12:22:47.965753865 +0200
+++ /var/tmp/diff_new_pack.bZgWT8/_new  2019-09-23 12:22:47.969753864 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DNSSD5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdnssd-framework
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Network service discovery using Zeroconf
 License:LGPL-2.1-or-later


++ kdnssd-5.61.0.tar.xz -> kdnssd-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.61.0/CMakeLists.txt 
new/kdnssd-5.62.0/CMakeLists.txt
--- old/kdnssd-5.61.0/CMakeLists.txt2019-08-03 21:53:42.0 +0200
+++ new/kdnssd-5.62.0/CMakeLists.txt2019-09-07 15:58:23.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KDNSSD VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.61.0/po/ast/kdnssd5_qt.po 
new/kdnssd-5.62.0/po/ast/kdnssd5_qt.po
--- old/kdnssd-5.61.0/po/ast/kdnssd5_qt.po  1970-01-01 01:00:00.0 
+0100
+++ new/kdnssd-5.62.0/po/ast/kdnssd5_qt.po  2019-09-07 15:58:23.0 
+0200
@@ -0,0 +1,29 @@
+# enolp , 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2019-08-13 01:19+0200\n"
+"Last-Translator: enolp \n"
+"Language-Team: Asturian \n"
+"Language: ast\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 19.04.3\n"
+
+#: servicemodel.cpp:112
+msgctxt "KDNSSD::ServiceModel|"
+msgid "Name"
+msgstr "Nome"
+
+#: servicemodel.cpp:113
+msgctxt "KDNSSD::ServiceModel|"
+msgid "Host"
+msgstr "Agospiu"
+
+#: servicemodel.cpp:114
+msgctxt "KDNSSD::ServiceModel|"
+msgid "Port"
+msgstr "Puertu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.61.0/po/br/kdnssd5_qt.po 
new/kdnssd-5.62.0/po/br/kdnssd5_qt.po
--- old/kdnssd-5.61.0/po/br/kdnssd5_qt.po   2019-08-03 21:53:42.0 
+0200
+++ new/kdnssd-5.62.0/po/br/kdnssd5_qt.po   2019-09-07 15:58:23.0 
+0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: servicemodel.cpp:112
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.61.0/po/ml/kdnssd5_qt.po 
new/kdnssd-5.62.0/po/ml/kdnssd5_qt.po
--- old/kdnssd-5.61.0/po/ml/kdnssd5_qt.po   2019-08-03 21:53:42.0 
+0200
+++ new/kdnssd-5.62.0/po/ml/kdnssd5_qt.po   2019-09-07 15:58:23.0 
+0200
@@ -26,21 +26,18 @@
 
 #: 

commit kholidays for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2019-09-23 12:23:22

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


Package is "kholidays"

Mon Sep 23 12:23:22 2019 rev:52 rq:730930 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2019-08-19 
21:25:12.372672898 +0200
+++ /work/SRC/openSUSE:Factory/.kholidays.new.7948/kholidays.changes
2019-09-23 12:23:23.677748023 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:47 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Display filename where we return an error
+  * Remove unused includes
+  * Include ECMGeneratePriFile after KDEInstallDirs
+- Replace pkgconfig(Qt5Foo) with cmake(Qt5Foo) in build requirements
+
+---

Old:

  kholidays-5.61.0.tar.xz
  kholidays-5.61.0.tar.xz.sig

New:

  kholidays-5.62.0.tar.xz
  kholidays-5.62.0.tar.xz.sig



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.QIADTo/_old  2019-09-23 12:23:24.141747947 +0200
+++ /var/tmp/diff_new_pack.QIADTo/_new  2019-09-23 12:23:24.141747947 +0200
@@ -17,29 +17,28 @@
 
 
 %define lname   libKF5Holidays5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kholidays
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Holiday calculation library
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: %{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Qml)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Qml)
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools)
 %endif
@@ -61,7 +60,7 @@
 Summary:Development files for the KDE PIM Holiday API
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
-Requires:   pkgconfig(Qt5Core)
+Requires:   cmake(Qt5Core)
 
 %description devel
 This package contains necessary include files and libraries needed


++ kholidays-5.61.0.tar.xz -> kholidays-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.61.0/CMakeLists.txt 
new/kholidays-5.62.0/CMakeLists.txt
--- old/kholidays-5.61.0/CMakeLists.txt 2019-08-03 21:54:21.0 +0200
+++ new/kholidays-5.62.0/CMakeLists.txt 2019-09-07 15:59:04.0 +0200
@@ -1,15 +1,14 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0")
+set(KF5_VERSION "5.62.0")
 project(KHolidays VERSION ${KF5_VERSION})
 
-find_package(ECM 5.61.0 REQUIRED NO_MODULE)
+find_package(ECM 5.62.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 set(CMAKE_AUTORCC ON)
 
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
-include(ECMGeneratePriFile)
 include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMPoQmTools)
@@ -19,6 +18,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMCoverageOption)
 include(ECMAddQch)
+include(ECMGeneratePriFile)
 
 set(KHOLIDAYS_LIB_VERSION ${KF5_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-5.61.0/po/br/libkholidays5_qt.po 
new/kholidays-5.62.0/po/br/libkholidays5_qt.po
--- old/kholidays-5.61.0/po/br/libkholidays5_qt.po  2019-08-03 
21:54:21.0 +0200
+++ new/kholidays-5.62.0/po/br/libkholidays5_qt.po  2019-09-07 
15:59:04.0 +0200
@@ -12,7 +12,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: astroseasons.cpp:145
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kfilemetadata5 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2019-09-23 12:23:05

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


Package is "kfilemetadata5"

Mon Sep 23 12:23:05 2019 rev:76 rq:730927 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes
2019-08-19 21:05:45.992888115 +0200
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new.7948/kfilemetadata5.changes  
2019-09-23 12:23:06.957750758 +0200
@@ -1,0 +2,16 @@
+Wed Sep 11 13:41:43 UTC 2019 - Stefan Brüns 
+
+- Drop Qt5Multimedia BuildRequires, not used since KF 5.41.
+
+---
+Sat Sep  7 20:36:44 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Implement writing of images
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kfilemetadata-5.61.0.tar.xz
  kfilemetadata-5.61.0.tar.xz.sig

New:

  kfilemetadata-5.62.0.tar.xz
  kfilemetadata-5.62.0.tar.xz.sig



Other differences:
--
++ kfilemetadata5.spec ++
--- /var/tmp/diff_new_pack.QIPZBD/_old  2019-09-23 12:23:07.649750645 +0200
+++ /var/tmp/diff_new_pack.QIPZBD/_new  2019-09-23 12:23:07.653750644 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -24,7 +24,7 @@
 %bcond_without ffmpeg
 %bcond_without lang
 Name:   kfilemetadata5
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Library for extracting Metadata
 License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
@@ -37,16 +37,15 @@
 %endif
 Source99:   baselibs.conf
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
-BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libattr-devel
 BuildRequires:  libepub-devel
 BuildRequires:  libexiv2-devel >= 0.21
 BuildRequires:  pkgconfig
 BuildRequires:  taglib-devel >= 1.9
-BuildRequires:  cmake(Qt5Multimedia) >= 5.6.0
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  pkgconfig(poppler-qt5)


++ kfilemetadata-5.61.0.tar.xz -> kfilemetadata-5.62.0.tar.xz ++
 2745 lines of diff (skipped)




commit kemoticons for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2019-09-23 12:23:00

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


Package is "kemoticons"

Mon Sep 23 12:23:00 2019 rev:69 rq:730926 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes2019-08-19 
21:05:35.140889873 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new.7948/kemoticons.changes  
2019-09-23 12:23:01.593751636 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:44 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kemoticons-5.61.0.tar.xz
  kemoticons-5.61.0.tar.xz.sig

New:

  kemoticons-5.62.0.tar.xz
  kemoticons-5.62.0.tar.xz.sig



Other differences:
--
++ kemoticons.spec ++
--- /var/tmp/diff_new_pack.E94MrX/_old  2019-09-23 12:23:02.129751548 +0200
+++ /var/tmp/diff_new_pack.E94MrX/_new  2019-09-23 12:23:02.129751548 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kemoticons
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Emoticon to graphical emoticon text converter
 License:LGPL-2.1-or-later
@@ -40,10 +40,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
@@ -69,8 +69,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   karchive-devel >= %{_kf5_bugfix_version}
-Requires:   kservice-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Archive) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Service) >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5Gui) >= 5.6.0
 
 %description devel


++ kemoticons-5.61.0.tar.xz -> kemoticons-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.61.0/CMakeLists.txt 
new/kemoticons-5.62.0/CMakeLists.txt
--- old/kemoticons-5.61.0/CMakeLists.txt2019-08-03 21:32:34.0 
+0200
+++ new/kemoticons-5.62.0/CMakeLists.txt2019-09-07 14:34:32.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KEmoticons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.61.0/autotests/kemoticontest.cpp 
new/kemoticons-5.62.0/autotests/kemoticontest.cpp
--- old/kemoticons-5.61.0/autotests/kemoticontest.cpp   2019-08-03 
21:32:34.0 +0200
+++ new/kemoticons-5.62.0/autotests/kemoticontest.cpp   2019-09-07 
14:34:32.0 +0200
@@ -120,7 +120,7 @@
 
 QString result = emo.parseEmoticons(inputData,
 KEmoticonsTheme::RelaxedParse | KEmoticonsTheme::SkipHTML);
-result.replace(QStringLiteral("file://") + themePath + themeName + 
QLatin1Char('/'), QString());
+result.remove(QStringLiteral("file://") + themePath + themeName + 
QLatin1Char('/'));
 
 if (xfail) {
 

commit kdesu for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2019-09-23 12:22:36

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


Package is "kdesu"

Mon Sep 23 12:22:36 2019 rev:70 rq:730922 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes  2019-08-19 
21:04:49.820897216 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new.7948/kdesu.changes2019-09-23 
12:22:37.577755564 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:41 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kdesu-5.61.0.tar.xz
  kdesu-5.61.0.tar.xz.sig

New:

  kdesu-5.62.0.tar.xz
  kdesu-5.62.0.tar.xz.sig



Other differences:
--
++ kdesu.spec ++
--- /var/tmp/diff_new_pack.iSiCoP/_old  2019-09-23 12:22:38.113755477 +0200
+++ /var/tmp/diff_new_pack.iSiCoP/_new  2019-09-23 12:22:38.113755477 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Su5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdesu
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:User interface for running shell commands with root privileges
 License:LGPL-2.1-or-later
@@ -43,12 +43,12 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kpty-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Pty) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  pkgconfig(x11)
 
@@ -77,8 +77,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kpty-devel >= %{_kf5_bugfix_version}
-Requires:   kservice-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Pty) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Service) >= %{_kf5_bugfix_version}
 
 %description devel
 libkdesu provides functionality for building GUI front ends for


++ kdesu-5.61.0.tar.xz -> kdesu-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.61.0/CMakeLists.txt 
new/kdesu-5.62.0/CMakeLists.txt
--- old/kdesu-5.61.0/CMakeLists.txt 2019-08-03 21:53:30.0 +0200
+++ new/kdesu-5.62.0/CMakeLists.txt 2019-09-07 15:58:09.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KDESu VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.61.0/po/ast/kdesud5.po 
new/kdesu-5.62.0/po/ast/kdesud5.po
--- old/kdesu-5.61.0/po/ast/kdesud5.po  1970-01-01 01:00:00.0 +0100
+++ new/kdesu-5.62.0/po/ast/kdesud5.po  2019-09-07 15:58:09.0 +0200
@@ -0,0 +1,53 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kdesu package.
+#
+# enolp , 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: kdesu\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 02:55+0200\n"
+"PO-Revision-Date: 2019-08-16 07:06+0200\n"
+"Last-Translator: enolp \n"
+"Language-Team: Asturian \n"
+"Language: 

commit kconfigwidgets for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2019-09-23 12:21:54

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


Package is "kconfigwidgets"

Mon Sep 23 12:21:54 2019 rev:71 rq:730913 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes
2019-08-19 21:04:23.604901463 +0200
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new.7948/kconfigwidgets.changes  
2019-09-23 12:21:57.105762184 +0200
@@ -1,0 +2,14 @@
+Sat Sep  7 20:36:34 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Use isEmpty here too
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+  * [KColorSchemeManager] Optimize preview generation
+  * Fix includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kconfigwidgets-5.61.0.tar.xz
  kconfigwidgets-5.61.0.tar.xz.sig

New:

  kconfigwidgets-5.62.0.tar.xz
  kconfigwidgets-5.62.0.tar.xz.sig



Other differences:
--
++ kconfigwidgets.spec ++
--- /var/tmp/diff_new_pack.VeYtW5/_old  2019-09-23 12:21:57.597762104 +0200
+++ /var/tmp/diff_new_pack.VeYtW5/_new  2019-09-23 12:21:57.601762103 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5ConfigWidgets5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kconfigwidgets
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Widgets for configuration dialogs
 License:LGPL-2.1-or-later
@@ -39,19 +39,18 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kauth-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcodecs-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Auth) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Codecs) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-# Uncomment after 5.61.0
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
@@ -74,10 +73,10 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   kauth-devel >= %{_kf5_bugfix_version}
-Requires:   kcodecs-devel >= %{_kf5_bugfix_version}
-Requires:   kconfig-devel >= %{_kf5_bugfix_version}
-Requires:   kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Auth) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Codecs) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Config) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 
 %description devel
 KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
@@ -118,8 +117,8 @@
 %{_kf5_libdir}/libKF5ConfigWidgets.so
 %{_kf5_libdir}/cmake/KF5ConfigWidgets/
 %dir %{_kf5_includedir}/*/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/kconfigwidgets5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/kconfigwidgets5widgets.so
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
 %{_kf5_bindir}/preparetips5


++ kconfigwidgets-5.61.0.tar.xz -> kconfigwidgets-5.62.0.tar.xz ++
 6607 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-09-23 12:21:42

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


Package is "kcompletion"

Mon Sep 23 12:21:42 2019 rev:72 rq:730911 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-08-19 
21:04:21.036901879 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.7948/kcompletion.changes
2019-09-23 12:21:49.601763412 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:36:33 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kcompletion-5.61.0.tar.xz
  kcompletion-5.61.0.tar.xz.sig

New:

  kcompletion-5.62.0.tar.xz
  kcompletion-5.62.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.ne2MJj/_old  2019-09-23 12:21:50.069763335 +0200
+++ /var/tmp/diff_new_pack.ne2MJj/_new  2019-09-23 12:21:50.073763335 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcompletion
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
@@ -39,11 +39,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-# Uncomment after 5.61.0
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
@@ -109,8 +108,8 @@
 %{_kf5_libdir}/libKF5Completion.so
 %{_kf5_libdir}/cmake/KF5Completion/
 %dir %{_kf5_includedir}/*/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/kcompletion5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/kcompletion5widgets.so
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
 %{_kf5_mkspecsdir}/qt_KCompletion.pri


++ kcompletion-5.61.0.tar.xz -> kcompletion-5.62.0.tar.xz ++
 7029 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-09-23 12:22:00

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


Package is "kcoreaddons"

Mon Sep 23 12:22:00 2019 rev:73 rq:730915 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-08-19 
21:04:24.384901336 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.7948/kcoreaddons.changes
2019-09-23 12:22:01.701761433 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:35 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * autotests: split up kprocesstest to fix compilation with Qt 5.14
+  * Use QLatin1String here
+  * Q_UNUSED doesn't need a ; after it.
+  * [KProcessList] Split command line and process name
+
+---

Old:

  kcoreaddons-5.61.0.tar.xz
  kcoreaddons-5.61.0.tar.xz.sig

New:

  kcoreaddons-5.62.0.tar.xz
  kcoreaddons-5.62.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.v4aQY5/_old  2019-09-23 12:22:02.281761338 +0200
+++ /var/tmp/diff_new_pack.v4aQY5/_new  2019-09-23 12:22:02.285761337 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcoreaddons
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.61.0.tar.xz -> kcoreaddons-5.62.0.tar.xz ++
 3490 lines of diff (skipped)




commit kbookmarks for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2019-09-23 12:21:13

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


Package is "kbookmarks"

Mon Sep 23 12:21:13 2019 rev:70 rq:730908 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes2019-08-19 
21:04:03.628904700 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new.7948/kbookmarks.changes  
2019-09-23 12:21:46.529763914 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:31 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kbookmarks-5.61.0.tar.xz
  kbookmarks-5.61.0.tar.xz.sig

New:

  kbookmarks-5.62.0.tar.xz
  kbookmarks-5.62.0.tar.xz.sig



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.bPZINY/_old  2019-09-23 12:21:46.985763840 +0200
+++ /var/tmp/diff_new_pack.bPZINY/_new  2019-09-23 12:21:46.985763840 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Bookmarks5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kbookmarks
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Framework for manipulating bookmarks in XBEL format
 License:LGPL-2.1-or-later
@@ -39,13 +39,13 @@
 BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcodecs-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Codecs) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5DBus) >= 5.9.0
 Requires:   cmake(Qt5Widgets) >= 5.9.0
 Requires:   cmake(Qt5Xml) >= 5.9.0
@@ -71,7 +71,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5Widgets) >= 5.9.0
 Requires:   cmake(Qt5Xml) >= 5.9.0
 


++ kbookmarks-5.61.0.tar.xz -> kbookmarks-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.61.0/CMakeLists.txt 
new/kbookmarks-5.62.0/CMakeLists.txt
--- old/kbookmarks-5.61.0/CMakeLists.txt2019-08-03 21:51:18.0 
+0200
+++ new/kbookmarks-5.62.0/CMakeLists.txt2019-09-07 15:55:48.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KBookmarks VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.61.0/po/br/kbookmarks5_qt.po 
new/kbookmarks-5.62.0/po/br/kbookmarks5_qt.po
--- old/kbookmarks-5.61.0/po/br/kbookmarks5_qt.po   2019-08-03 
21:51:18.0 +0200
+++ new/kbookmarks-5.62.0/po/br/kbookmarks5_qt.po   2019-09-07 
15:55:48.0 +0200
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: 

commit kded for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-09-23 12:22:24

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


Package is "kded"

Mon Sep 23 12:22:24 2019 rev:72 rq:730919 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-08-19 
21:04:27.388900850 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.7948/kded.changes  2019-09-23 
12:22:26.945757303 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:38 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kded-5.61.0.tar.xz
  kded-5.61.0.tar.xz.sig

New:

  kded-5.62.0.tar.xz
  kded-5.62.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.KphV33/_old  2019-09-23 12:22:27.521757209 +0200
+++ /var/tmp/diff_new_pack.KphV33/_new  2019-09-23 12:22:27.521757209 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -39,15 +39,15 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kinit-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Init) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0


++ kded-5.61.0.tar.xz -> kded-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.61.0/CMakeLists.txt 
new/kded-5.62.0/CMakeLists.txt
--- old/kded-5.61.0/CMakeLists.txt  2019-08-03 21:52:42.0 +0200
+++ new/kded-5.62.0/CMakeLists.txt  2019-09-07 15:57:20.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.61.0/src/kded.cpp new/kded-5.62.0/src/kded.cpp
--- old/kded-5.61.0/src/kded.cpp2019-08-03 21:52:42.0 +0200
+++ new/kded-5.62.0/src/kded.cpp2019-09-07 15:57:20.0 +0200
@@ -25,17 +25,14 @@
 
 #include 
 
-#include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.61.0/src/kded.h new/kded-5.62.0/src/kded.h
--- old/kded-5.61.0/src/kded.h  2019-08-03 21:52:42.0 +0200
+++ new/kded-5.62.0/src/kded.h  

commit kdeclarative for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-09-23 12:22:19

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


Package is "kdeclarative"

Mon Sep 23 12:22:19 2019 rev:72 rq:730918 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-08-19 21:04:26.556900984 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.7948/kdeclarative.changes  
2019-09-23 12:22:20.569758346 +0200
@@ -1,0 +2,16 @@
+Sat Sep  7 20:36:37 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Warn if KPackage is invalid
+  * Remove unused includes
+  * [GridDelegate] Don't select unselected item when clicking on any of its
+action buttons (kde#404536)
+  * [ColorButton] Forward accepted signal from ColorDialog
+  * use zero-based coordinate system on the plot
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kdeclarative-5.61.0.tar.xz
  kdeclarative-5.61.0.tar.xz.sig

New:

  kdeclarative-5.62.0.tar.xz
  kdeclarative-5.62.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.ftCSM5/_old  2019-09-23 12:22:21.141758253 +0200
+++ /var/tmp/diff_new_pack.ftCSM5/_new  2019-09-23 12:22:21.145758252 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -39,18 +39,18 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kpackage-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libepoxy-devel
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0
@@ -108,11 +108,11 @@
 Requires:   %{lname} = %{version}
 Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfig-devel >= %{_kf5_bugfix_version}
-Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
-Requires:   kpackage-devel >= %{_kf5_bugfix_version}
 Requires:   libKF5CalendarEvents5 = %{version}
 Requires:   libKF5QuickAddons5 = %{version}
+Requires:   cmake(KF5Config) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Package) >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5Qml) >= 5.6.0
 
 %description devel


++ kdeclarative-5.61.0.tar.xz -> kdeclarative-5.62.0.tar.xz ++
 7880 lines of diff (skipped)




commit kdbusaddons for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2019-09-23 12:22:14

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


Package is "kdbusaddons"

Mon Sep 23 12:22:14 2019 rev:70 rq:730917 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-08-19 
21:04:25.848901099 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.7948/kdbusaddons.changes
2019-09-23 12:22:16.749758971 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:37 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+  * make deadservicetest unix exclusive
+  * remove useless moc include
+  * fix race on kcrash auto-restarts
+
+---

Old:

  kdbusaddons-5.61.0.tar.xz
  kdbusaddons-5.61.0.tar.xz.sig

New:

  kdbusaddons-5.62.0.tar.xz
  kdbusaddons-5.62.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.FEbpBV/_old  2019-09-23 12:22:17.641758825 +0200
+++ /var/tmp/diff_new_pack.FEbpBV/_new  2019-09-23 12:22:17.641758825 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdbusaddons
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.61.0.tar.xz -> kdbusaddons-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.61.0/CMakeLists.txt 
new/kdbusaddons-5.62.0/CMakeLists.txt
--- old/kdbusaddons-5.61.0/CMakeLists.txt   2019-08-03 21:52:28.0 
+0200
+++ new/kdbusaddons-5.62.0/CMakeLists.txt   2019-09-07 15:57:05.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KDBusAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.61.0/autotests/CMakeLists.txt 
new/kdbusaddons-5.62.0/autotests/CMakeLists.txt
--- old/kdbusaddons-5.61.0/autotests/CMakeLists.txt 2019-08-03 
21:52:28.0 +0200
+++ new/kdbusaddons-5.62.0/autotests/CMakeLists.txt 2019-09-07 
15:57:05.0 +0200
@@ -5,6 +5,18 @@
 
 include(ECMAddTests)
 
+if(UNIX)
+add_executable(kdbussimpleservice kdbussimpleservice.cpp)
+target_link_libraries(kdbussimpleservice Qt5::Core KF5::DBusAddons)
+
+ecm_add_tests(
+deadservicetest.cpp
+LINK_LIBRARIES Qt5::Test KF5::DBusAddons
+)
+
+add_dependencies(deadservicetest kdbussimpleservice)
+endif()
+
 ecm_add_tests(
 kdbusinterprocesslocktest.cpp
 kdbusservicetest.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.61.0/autotests/deadservicetest.cpp 
new/kdbusaddons-5.62.0/autotests/deadservicetest.cpp
--- old/kdbusaddons-5.61.0/autotests/deadservicetest.cpp1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.62.0/autotests/deadservicetest.cpp2019-09-07 
15:57:05.0 +0200
@@ -0,0 +1,114 @@
+/* This file is part of libkdbus
+
+   Copyright (c) 2019 Harald Sitter 
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public
+   License version 2 as published by the Free Software Foundation.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public License
+   along with this 

commit kconfig for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2019-09-23 12:21:49

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


Package is "kconfig"

Mon Sep 23 12:21:49 2019 rev:74 rq:730912 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2019-08-19 
21:04:22.708901608 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new.7948/kconfig.changes
2019-09-23 12:21:51.717763065 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:36:34 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Fix memory leak in KConfigWatcher
+  * Add a logging category for logs warnings
+  * Disable KCONFIG_USE_DBUS on Android
+
+---

Old:

  kconfig-5.61.0.tar.xz
  kconfig-5.61.0.tar.xz.sig

New:

  kconfig-5.62.0.tar.xz
  kconfig-5.62.0.tar.xz.sig



Other differences:
--
++ kconfig.spec ++
--- /var/tmp/diff_new_pack.wU2bJD/_old  2019-09-23 12:21:52.313762968 +0200
+++ /var/tmp/diff_new_pack.wU2bJD/_new  2019-09-23 12:21:52.317762968 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kconfig
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Advanced configuration system
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -159,6 +159,7 @@
 %doc README*
 %{_kf5_bindir}/k*config5
 %{_kf5_libdir}/libKF5ConfigCore.so.*
+%{_kf5_debugdir}/kconfig.categories
 
 %files -n libKF5ConfigGui%{sonum}
 %license COPYING*


++ kconfig-5.61.0.tar.xz -> kconfig-5.62.0.tar.xz ++
 3910 lines of diff (skipped)




commit kauth for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-09-23 12:21:06

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


Package is "kauth"

Mon Sep 23 12:21:06 2019 rev:75 rq:730907 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-08-19 
21:03:57.104905756 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.7948/kauth.changes2019-09-23 
12:21:42.693764542 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:30 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kauth-5.61.0.tar.xz
  kauth-5.61.0.tar.xz.sig

New:

  kauth-5.62.0.tar.xz
  kauth-5.62.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.lQOHA6/_old  2019-09-23 12:21:43.161764465 +0200
+++ /var/tmp/diff_new_pack.lQOHA6/_new  2019-09-23 12:21:43.161764465 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kauth
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -39,9 +39,9 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
@@ -74,7 +74,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 
 %description devel
 KAuth is a framework to let applications perform actions as a privileged user.


++ kauth-5.61.0.tar.xz -> kauth-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/CMakeLists.txt 
new/kauth-5.62.0/CMakeLists.txt
--- old/kauth-5.61.0/CMakeLists.txt 2019-08-03 21:51:11.0 +0200
+++ new/kauth-5.62.0/CMakeLists.txt 2019-09-07 15:55:39.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/br/kauth5_qt.po 
new/kauth-5.62.0/po/br/kauth5_qt.po
--- old/kauth-5.61.0/po/br/kauth5_qt.po 2019-08-03 21:51:11.0 +0200
+++ new/kauth-5.62.0/po/br/kauth5_qt.po 2019-09-07 15:55:39.0 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/id/kauth5_qt.po 
new/kauth-5.62.0/po/id/kauth5_qt.po
--- old/kauth-5.61.0/po/id/kauth5_qt.po 2019-08-03 21:51:11.0 +0200
+++ new/kauth-5.62.0/po/id/kauth5_qt.po 2019-09-07 15:55:39.0 +0200
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 

commit kdelibs4support for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2019-09-23 12:22:29

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


Package is "kdelibs4support"

Mon Sep 23 12:22:29 2019 rev:71 rq:730920 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2019-08-19 20:59:59.848944196 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdelibs4support.new.7948/kdelibs4support.changes
2019-09-23 12:22:30.617756702 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:39 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * kdelibs4support: port away from deprecated KWindowSystem API
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kdelibs4support-5.61.0.tar.xz
  kdelibs4support-5.61.0.tar.xz.sig

New:

  kdelibs4support-5.62.0.tar.xz
  kdelibs4support-5.62.0.tar.xz.sig



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.mpmSK2/_old  2019-09-23 12:22:31.117756621 +0200
+++ /var/tmp/diff_new_pack.mpmSK2/_new  2019-09-23 12:22:31.121756620 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KDELibs4Support5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdelibs4support
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Code and utilities to ease the transition to KDE Frameworks 5
 License:LGPL-2.1-or-later
@@ -40,33 +40,33 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kbookmarks-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcompletion-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kded-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdesignerplugin-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kemoticons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kitemviews-devel >= %{_kf5_bugfix_version}
-BuildRequires:  knotifications-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kparts-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ktextwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kunitconversion-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
 BuildRequires:  perl-URI
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KDED) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Completion) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DesignerPlugin) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Emoticons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Parts) >= 

commit karchive for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2019-09-23 12:20:58

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


Package is "karchive"

Mon Sep 23 12:20:58 2019 rev:70 rq:730906 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/karchive/karchive.changes2019-08-19 
21:03:41.564908274 +0200
+++ /work/SRC/openSUSE:Factory/.karchive.new.7948/karchive.changes  
2019-09-23 12:21:41.817764685 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:29 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Fix creating archives on Android content: URLs
+
+---

Old:

  karchive-5.61.0.tar.xz
  karchive-5.61.0.tar.xz.sig

New:

  karchive-5.62.0.tar.xz
  karchive-5.62.0.tar.xz.sig



Other differences:
--
++ karchive.spec ++
--- /var/tmp/diff_new_pack.7vThRz/_old  2019-09-23 12:21:42.257764613 +0200
+++ /var/tmp/diff_new_pack.7vThRz/_new  2019-09-23 12:21:42.261764612 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Archive5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   karchive
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Qt 5 addon providing access to numerous types of archives
 License:LGPL-2.1-or-later


++ karchive-5.61.0.tar.xz -> karchive-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.61.0/CMakeLists.txt 
new/karchive-5.62.0/CMakeLists.txt
--- old/karchive-5.61.0/CMakeLists.txt  2019-08-03 21:30:51.0 +0200
+++ new/karchive-5.62.0/CMakeLists.txt  2019-09-07 14:32:34.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KArchive VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.61.0/src/karchive.cpp 
new/karchive-5.62.0/src/karchive.cpp
--- old/karchive-5.61.0/src/karchive.cpp2019-08-03 21:30:51.0 
+0200
+++ new/karchive-5.62.0/src/karchive.cpp2019-09-07 14:32:34.0 
+0200
@@ -186,6 +186,12 @@
 // The use of QSaveFile can't be done in the ctor (no mode known 
yet)
 //qCDebug(KArchiveLog) << "Writing to a file using QSaveFile";
 d->saveFile = new QSaveFile(d->fileName);
+#ifdef Q_OS_ANDROID
+// we cannot rename on to Android content: URLs
+if (d->fileName.startsWith(QLatin1String("content://"))) {
+d->saveFile->setDirectWriteFallback(true);
+}
+#endif
 if (!d->saveFile->open(QIODevice::WriteOnly)) {
 setErrorString(
 tr("QSaveFile creation for %1 failed: %2")




commit kcodecs for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kcodecs for openSUSE:Factory checked 
in at 2019-09-23 12:21:37

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


Package is "kcodecs"

Mon Sep 23 12:21:37 2019 rev:71 rq:730910 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes  2019-08-19 
21:04:19.200902177 +0200
+++ /work/SRC/openSUSE:Factory/.kcodecs.new.7948/kcodecs.changes
2019-09-23 12:21:48.617763573 +0200
@@ -1,0 +2,9 @@
+Sat Sep  7 20:36:32 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+
+---

Old:

  kcodecs-5.61.0.tar.xz
  kcodecs-5.61.0.tar.xz.sig

New:

  kcodecs-5.62.0.tar.xz
  kcodecs-5.62.0.tar.xz.sig



Other differences:
--
++ kcodecs.spec ++
--- /var/tmp/diff_new_pack.QfMNrU/_old  2019-09-23 12:21:49.113763492 +0200
+++ /var/tmp/diff_new_pack.QfMNrU/_new  2019-09-23 12:21:49.113763492 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Codecs5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcodecs
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Method collection to manipulate strings using various encodings
 License:LGPL-2.1-or-later


++ kcodecs-5.61.0.tar.xz -> kcodecs-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.61.0/CMakeLists.txt 
new/kcodecs-5.62.0/CMakeLists.txt
--- old/kcodecs-5.61.0/CMakeLists.txt   2019-08-03 21:51:37.0 +0200
+++ new/kcodecs-5.62.0/CMakeLists.txt   2019-09-07 15:56:10.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KCodecs VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.61.0/po/br/kcodecs5_qt.po 
new/kcodecs-5.62.0/po/br/kcodecs5_qt.po
--- old/kcodecs-5.61.0/po/br/kcodecs5_qt.po 2019-08-03 21:51:37.0 
+0200
+++ new/kcodecs-5.62.0/po/br/kcodecs5_qt.po 2019-09-07 15:56:10.0 
+0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: kcharsets.cpp:166
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.61.0/po/ml/kcodecs5_qt.po 
new/kcodecs-5.62.0/po/ml/kcodecs5_qt.po
--- old/kcodecs-5.61.0/po/ml/kcodecs5_qt.po 2019-08-03 21:51:37.0 
+0200
+++ new/kcodecs-5.62.0/po/ml/kcodecs5_qt.po 2019-09-07 15:56:10.0 
+0200
@@ -26,160 +26,120 @@
 
 #: kcharsets.cpp:166
 #, fuzzy
-#| msgctxt "@item Text character set"
-#| msgid "Western European"
 msgctxt "KCharsets|@item Text character set"
 msgid "Western European"
 msgstr "പടിഞ്ഞാറന്‍ യൂറോപ്യന്‍"
 
 #: kcharsets.cpp:172
 #, fuzzy
-#| msgctxt "@item Text character set"
-#| msgid "Central European"
 msgctxt "KCharsets|@item Text character set"
 msgid "Central European"
 msgstr "മദ്ധ്യ യൂറോപ്യന്‍"
 
 #: kcharsets.cpp:175
 #, fuzzy
-#| msgctxt "@item Text character set"
-#| msgid "Baltic"
 msgctxt "KCharsets|@item Text character set"
 msgid "Baltic"
 msgstr "ബാള്‍ട്ടിക്"
 
 #: kcharsets.cpp:178
 #, fuzzy
-#| msgctxt "@item Text character set"
-#| msgid "South-Eastern Europe"
 msgctxt "KCharsets|@item Text character set"
 msgid "South-Eastern Europe"
 msgstr "തെക്ക്-കിഴക്കന്‍ യൂറോപ്"
 
 #: kcharsets.cpp:181
 #, fuzzy
-#| msgctxt "@item Text character set"
-#| msgid "Turkish"
 msgctxt "KCharsets|@item Text character set"
 msgid "Turkish"
 msgstr "തുര്‍ക്കിഷ്"
 
 #: kcharsets.cpp:184
 #, fuzzy
-#| msgctxt "@item Text character set"
-#| msgid "Cyrillic"
 msgctxt "KCharsets|@item Text 

commit kcmutils for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2019-09-23 12:21:20

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


Package is "kcmutils"

Mon Sep 23 12:21:20 2019 rev:71 rq:730909 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes2019-08-19 
21:04:16.796902566 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new.7948/kcmutils.changes  
2019-09-23 12:21:47.609763738 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:31 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kcmutils-5.61.0.tar.xz
  kcmutils-5.61.0.tar.xz.sig

New:

  kcmutils-5.62.0.tar.xz
  kcmutils-5.62.0.tar.xz.sig



Other differences:
--
++ kcmutils.spec ++
--- /var/tmp/diff_new_pack.8ck2DI/_old  2019-09-23 12:21:48.037763668 +0200
+++ /var/tmp/diff_new_pack.8ck2DI/_new  2019-09-23 12:21:48.045763666 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KCMUtils5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kcmutils
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Classes to work with KCModules
 License:LGPL-2.1-or-later
@@ -39,16 +39,16 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdeclarative-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kitemviews-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kpackage-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Declarative) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0
 BuildRequires:  cmake(Qt5Quick) >= 5.6.0
@@ -76,8 +76,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfigwidgets-devel >= %{_kf5_bugfix_version}
-Requires:   kservice-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Service) >= %{_kf5_bugfix_version}
 
 %description devel
 KCMUtils provides various classes to work with KCModules. KCModules can be


++ kcmutils-5.61.0.tar.xz -> kcmutils-5.62.0.tar.xz ++
 10824 lines of diff (skipped)




commit kcrash for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2019-09-23 12:22:04

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


Package is "kcrash"

Mon Sep 23 12:22:04 2019 rev:71 rq:730916 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-08-19 
21:04:25.184901207 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.7948/kcrash.changes  2019-09-23 
12:22:06.877760586 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:36 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Avoid enabling kcrash if it's only included via a plugin (kde#401637)
+  * Disable kcrash when running under rr
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kcrash-5.61.0.tar.xz
  kcrash-5.61.0.tar.xz.sig

New:

  kcrash-5.62.0.tar.xz
  kcrash-5.62.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.WeURk0/_old  2019-09-23 12:22:07.541760477 +0200
+++ /var/tmp/diff_new_pack.WeURk0/_new  2019-09-23 12:22:07.541760477 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kcrash
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later
@@ -40,10 +40,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0


++ kcrash-5.61.0.tar.xz -> kcrash-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.61.0/CMakeLists.txt 
new/kcrash-5.62.0/CMakeLists.txt
--- old/kcrash-5.61.0/CMakeLists.txt2019-08-03 21:31:41.0 +0200
+++ new/kcrash-5.62.0/CMakeLists.txt2019-09-07 14:33:30.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.61.0/autotests/kcrashtest.cpp 
new/kcrash-5.62.0/autotests/kcrashtest.cpp
--- old/kcrash-5.61.0/autotests/kcrashtest.cpp  2019-08-03 21:31:41.0 
+0200
+++ new/kcrash-5.62.0/autotests/kcrashtest.cpp  2019-09-07 14:33:30.0 
+0200
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 class KCrashTest : public QObject
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.61.0/src/kcrash.cpp 
new/kcrash-5.62.0/src/kcrash.cpp
--- old/kcrash-5.61.0/src/kcrash.cpp2019-08-03 21:31:41.0 +0200
+++ new/kcrash-5.62.0/src/kcrash.cpp2019-09-07 14:33:30.0 +0200
@@ -49,11 +49,10 @@
 
 #include 
 #include 
-#include 
-#include 
 #include 
 #include 
 #include 
+#include 
 
 #include 
 Q_DECLARE_LOGGING_CATEGORY(LOG_KCRASH)
@@ -108,6 +107,39 @@
 
 static void kcrashInitialize()
 {
+
+// Static because in some cases this is called multiple times
+// but if an application had any of the bad cases we always want
+// to skip the check
+static bool doAutoInitKCrash = true;
+
+if (!doAutoInitKCrash) {
+return;
+}
+
+

commit bluez-qt for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package bluez-qt for openSUSE:Factory 
checked in at 2019-09-23 12:20:23

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


Package is "bluez-qt"

Mon Sep 23 12:20:23 2019 rev:56 rq:730899 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes2019-08-19 
21:00:20.400940866 +0200
+++ /work/SRC/openSUSE:Factory/.bluez-qt.new.7948/bluez-qt.changes  
2019-09-23 12:20:24.685777302 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:24 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+
+---

Old:

  bluez-qt-5.61.0.tar.xz
  bluez-qt-5.61.0.tar.xz.sig

New:

  bluez-qt-5.62.0.tar.xz
  bluez-qt-5.62.0.tar.xz.sig



Other differences:
--
++ bluez-qt.spec ++
--- /var/tmp/diff_new_pack.GqJyjH/_old  2019-09-23 12:20:25.265777207 +0200
+++ /var/tmp/diff_new_pack.GqJyjH/_new  2019-09-23 12:20:25.265777207 +0200
@@ -18,7 +18,7 @@
 
 %define sonum   6
 %define _libname KF5BluezQt
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -26,7 +26,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   bluez-qt
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Async Bluez wrapper library
 License:LGPL-2.1-or-later
@@ -52,8 +52,9 @@
 
 %package -n lib%{_libname}%{sonum}
 Summary:Async Bluez wrapper library - development files
-# KUF only due to version number overlapping
 Group:  System/GUI/KDE
+
+# KUF only due to version number overlapping
 Obsoletes:  lib%{_libname}5
 
 %description -n lib%{_libname}%{sonum}

++ bluez-qt-5.61.0.tar.xz -> bluez-qt-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.61.0/CMakeLists.txt 
new/bluez-qt-5.62.0/CMakeLists.txt
--- old/bluez-qt-5.61.0/CMakeLists.txt  2019-08-03 21:30:22.0 +0200
+++ new/bluez-qt-5.62.0/CMakeLists.txt  2019-09-07 14:32:01.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(BluezQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0 NO_MODULE)
+find_package(ECM 5.62.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.61.0/autotests/agentmanagertest.cpp 
new/bluez-qt-5.62.0/autotests/agentmanagertest.cpp
--- old/bluez-qt-5.61.0/autotests/agentmanagertest.cpp  2019-08-03 
21:30:22.0 +0200
+++ new/bluez-qt-5.62.0/autotests/agentmanagertest.cpp  2019-09-07 
14:32:01.0 +0200
@@ -26,7 +26,6 @@
 #include "services.h"
 
 #include 
-#include 
 #include 
 
 namespace BluezQt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.61.0/autotests/autotests.cpp 
new/bluez-qt-5.62.0/autotests/autotests.cpp
--- old/bluez-qt-5.61.0/autotests/autotests.cpp 2019-08-03 21:30:22.0 
+0200
+++ new/bluez-qt-5.62.0/autotests/autotests.cpp 2019-09-07 14:32:01.0 
+0200
@@ -26,16 +26,11 @@
 #include "mediatransport.h"
 #include "bluezqt_dbustypes.h"
 
-#include 
 #include 
 #include 
 #include 
 
 #include 
-#include 
-#include 
-#include 
-#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bluez-qt-5.61.0/autotests/fakebluez/gattmanagerinterface.cpp 
new/bluez-qt-5.62.0/autotests/fakebluez/gattmanagerinterface.cpp
--- old/bluez-qt-5.61.0/autotests/fakebluez/gattmanagerinterface.cpp
2019-08-03 21:30:22.0 +0200
+++ new/bluez-qt-5.62.0/autotests/fakebluez/gattmanagerinterface.cpp
2019-09-07 14:32:01.0 +0200
@@ -21,7 +21,6 @@
 #include "gattmanagerinterface.h"
 #include "objectmanager.h"
 
-#include 
 #include 
 #include 
 #include 
@@ -76,7 +75,7 @@
 
 DBusManagerStruct objects = reply.value();
 for (const auto& object : objects.keys()) {
-if 

commit python-scikit-umfpack for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-scikit-umfpack for 
openSUSE:Factory checked in at 2019-09-23 12:19:54

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


Package is "python-scikit-umfpack"

Mon Sep 23 12:19:54 2019 rev:3 rq:732227 version:0.3.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-scikit-umfpack/python-scikit-umfpack.changes  
2019-01-21 10:46:02.504335999 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-scikit-umfpack.new.7948/python-scikit-umfpack.changes
2019-09-23 12:19:57.085781816 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 17:56:30 UTC 2019 - Tomáš Chvátal 
+
+- Do not pull in the scikits.example
+
+---



Other differences:
--
++ python-scikit-umfpack.spec ++
--- /var/tmp/diff_new_pack.WrLB7B/_old  2019-09-23 12:19:57.825781696 +0200
+++ /var/tmp/diff_new_pack.WrLB7B/_new  2019-09-23 12:19:57.825781696 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-scikit-umfpack
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,11 +24,10 @@
 Summary:Python interface to UMFPACK sparse direct solver
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/scikit-umfpack/scikit-umfpack
+URL:https://github.com/scikit-umfpack/scikit-umfpack
 Source0:
https://files.pythonhosted.org/packages/source/s/scikit-umfpack/scikit-umfpack-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.14.3}
-BuildRequires:  %{python_module scikits.example}
 BuildRequires:  %{python_module scipy >= 1.0.0rc1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  c++_compiler
@@ -38,18 +37,16 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  suitesparse-devel
 BuildRequires:  swig
+Requires:   python-numpy >= 1.14.3
+Requires:   python-scipy >= 1.0.0rc1
+ExcludeArch:aarch64 ppc64 ppc64le
 # SECTION test requirements
 BuildRequires:  %{python_module nose}
 # /SECTION
-ExcludeArch:aarch64 ppc64 ppc64le
-Requires:   python-numpy >= 1.14.3
-Requires:   python-scikits.example
-Requires:   python-scipy >= 1.0.0rc1
 %ifpython2
 Provides:   %{oldpython}-scikits-umfpack = %{version}
 Obsoletes:  %{oldpython}-scikits-umfpack < %{version}
 %endif
-
 %python_subpackages
 
 %description




commit kirigami2 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kirigami2 for openSUSE:Factory 
checked in at 2019-09-23 12:24:09

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


Package is "kirigami2"

Mon Sep 23 12:24:09 2019 rev:31 rq:730938 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes  2019-08-19 
21:09:05.252855831 +0200
+++ /work/SRC/openSUSE:Factory/.kirigami2.new.7948/kirigami2.changes
2019-09-23 12:24:12.173740091 +0200
@@ -1,0 +2,25 @@
+Sat Sep  7 20:36:53 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Replace the custom overflow button with PrivateActionToolButton in 
ActionToolBar
+  * If a submenu action has an icon set, make sure to also display it
+  * [Separator] Match Breeze borders' color
+  * Add Kirigami ListSectionHeader component
+  * Fix context menu button for pages not showing up
+  * Fix PrivateActionToolButton with menu not clearing checked state properly
+  * Use QLatin1String + QString::remove operates on the same object, no need 
to reassign
+  * Fix supported OS attributes for api.kde.org
+  * remove references from the icon qrc to missing icons.
+  * allow to set custom icon for the left drawer handle
+  * Rework the visibleActions logic in SwipeListItem
+  * Allow usage of QQC2 actions on Kirigami components and now make K.Action 
based on QQC2.Action
+  * bump import
+  * Add handle icons
+  * Kirigami.Icon: Fix loading bigger images when source is a URL (kde#407409)
+  * Add icon used by Kirigami.AboutPage
+
+---

Old:

  kirigami2-5.61.0.tar.xz
  kirigami2-5.61.0.tar.xz.sig

New:

  kirigami2-5.62.0.tar.xz
  kirigami2-5.62.0.tar.xz.sig



Other differences:
--
++ kirigami2.spec ++
--- /var/tmp/diff_new_pack.Cp0nPY/_old  2019-09-23 12:24:12.73373 +0200
+++ /var/tmp/diff_new_pack.Cp0nPY/_new  2019-09-23 12:24:12.73373 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Kirigami2-5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kirigami2
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Set of QtQuick components
 License:LGPL-2.1-or-later


++ kirigami2-5.61.0.tar.xz -> kirigami2-5.62.0.tar.xz ++
 2479 lines of diff (skipped)




commit kitemviews for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kitemviews for openSUSE:Factory 
checked in at 2019-09-23 12:24:23

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


Package is "kitemviews"

Mon Sep 23 12:24:23 2019 rev:70 rq:730940 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kitemviews/kitemviews.changes2019-08-19 
21:09:30.728851703 +0200
+++ /work/SRC/openSUSE:Factory/.kitemviews.new.7948/kitemviews.changes  
2019-09-23 12:24:25.465737916 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:55 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+
+---

Old:

  kitemviews-5.61.0.tar.xz
  kitemviews-5.61.0.tar.xz.sig

New:

  kitemviews-5.62.0.tar.xz
  kitemviews-5.62.0.tar.xz.sig



Other differences:
--
++ kitemviews.spec ++
--- /var/tmp/diff_new_pack.SXOr0j/_old  2019-09-23 12:24:26.113737811 +0200
+++ /var/tmp/diff_new_pack.SXOr0j/_new  2019-09-23 12:24:26.117737810 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5ItemViews5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kitemviews
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Set of item views extending the Qt model-view framework
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -41,8 +41,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-# uncomment after 5.61
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
@@ -109,8 +108,8 @@
 %files devel
 %{_kf5_libdir}/libKF5ItemViews.so
 %{_kf5_libdir}/cmake/KF5ItemViews/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/kitemviews5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/kitemviews5widgets.so
 %{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KItemViews.pri
 


++ kitemviews-5.61.0.tar.xz -> kitemviews-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.61.0/CMakeLists.txt 
new/kitemviews-5.62.0/CMakeLists.txt
--- old/kitemviews-5.61.0/CMakeLists.txt2019-08-03 21:56:02.0 
+0200
+++ new/kitemviews-5.62.0/CMakeLists.txt2019-09-07 16:00:52.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KItemViews VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -27,6 +27,9 @@
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
+option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" ON)
+add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt 
Designer")
+
 ecm_setup_version(PROJECT VARIABLE_PREFIX KITEMVIEWS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kitemviews_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5ItemViewsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.61.0/po/br/kitemviews5_qt.po 
new/kitemviews-5.62.0/po/br/kitemviews5_qt.po
--- old/kitemviews-5.61.0/po/br/kitemviews5_qt.po   2019-08-03 
21:56:02.0 +0200
+++ new/kitemviews-5.62.0/po/br/kitemviews5_qt.po   2019-09-07 
16:00:52.0 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; 

commit kitemmodels for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2019-09-23 12:24:18

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


Package is "kitemmodels"

Mon Sep 23 12:24:18 2019 rev:70 rq:730939 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2019-08-19 
21:09:17.496853847 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new.7948/kitemmodels.changes
2019-09-23 12:24:21.225738610 +0200
@@ -1,0 +2,14 @@
+Sat Sep  7 20:36:54 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Add @since to properties
+  * Add Q_PROPERTIES interface to KDescendantsProxyModel
+  * Port away from deprecated methods in Qt
+  * Port away from deprecated method QModelIndex::child()
+  * Remove unused includes
+
+---

Old:

  kitemmodels-5.61.0.tar.xz
  kitemmodels-5.61.0.tar.xz.sig

New:

  kitemmodels-5.62.0.tar.xz
  kitemmodels-5.62.0.tar.xz.sig



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.DQWlwC/_old  2019-09-23 12:24:21.757738523 +0200
+++ /var/tmp/diff_new_pack.DQWlwC/_new  2019-09-23 12:24:21.757738523 +0200
@@ -18,7 +18,7 @@
 
 %define clang_sonum 3.8
 %define lname   libKF5ItemModels5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kitemmodels
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Set of item models extending the Qt model-view framework
 License:LGPL-2.1-or-later


++ kitemmodels-5.61.0.tar.xz -> kitemmodels-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.61.0/CMakeLists.txt 
new/kitemmodels-5.62.0/CMakeLists.txt
--- old/kitemmodels-5.61.0/CMakeLists.txt   2019-08-03 21:33:52.0 
+0200
+++ new/kitemmodels-5.62.0/CMakeLists.txt   2019-09-07 14:35:53.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KItemModels VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.61.0/autotests/kextracolumnsproxymodeltest.cpp 
new/kitemmodels-5.62.0/autotests/kextracolumnsproxymodeltest.cpp
--- old/kitemmodels-5.61.0/autotests/kextracolumnsproxymodeltest.cpp
2019-08-03 21:33:52.0 +0200
+++ new/kitemmodels-5.62.0/autotests/kextracolumnsproxymodeltest.cpp
2019-09-07 14:35:53.0 +0200
@@ -22,7 +22,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 
@@ -113,7 +112,7 @@
 QCOMPARE(extractRowTexts(, 0), QStringLiteral("ABCD"));
 QCOMPARE(extractRowTexts(, 0, mod.index(0, 0)), 
QStringLiteral("mnop"));
 QCOMPARE(extractRowTexts(, 1, mod.index(0, 0)), 
QStringLiteral("qrst"));
-QCOMPARE(extractRowTexts(, 0, mod.index(0, 0).child(1, 0)), 
QStringLiteral("uvww"));
+QCOMPARE(extractRowTexts(, 0, mod.index(1, 0, mod.index(0, 0))), 
QStringLiteral("uvww"));
 QCOMPARE(extractRowTexts(, 1), QStringLiteral("EFGH"));
 QCOMPARE(extractRowTexts(, 0, mod.index(1, 0)), 
QStringLiteral("xyz."));
 QCOMPARE(extractHorizontalHeaderTexts(), 
QStringLiteral("H1H2H3H4"));
@@ -170,9 +169,9 @@
 QVERIFY(!secondParent.parent().isValid());
 QCOMPARE(indexToText(pm.index(0, 0, secondParent).parent()), 
indexToText(secondParent));
 QCOMPARE(indexToText(pm.index(0, 3, secondParent).parent()), 
indexToText(secondParent));
-QVERIFY(indexToText(pm.index(0, 
4)).startsWith(QStringLiteral("0,4,")));
+QVERIFY(indexToText(pm.index(0, 4)).startsWith(QLatin1String("0,4,")));
 QCOMPARE(indexToText(pm.index(0, 4, secondParent).parent()), 
indexToText(secondParent));
-QVERIFY(indexToText(pm.index(0, 

commit kiconthemes for openSUSE:Factory

2019-09-23 Thread root
Hello community,

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

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


Package is "kiconthemes"

Mon Sep 23 12:23:46 2019 rev:75 rq:730933 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2019-08-19 
21:07:33.552870688 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new.7948/kiconthemes.changes
2019-09-23 12:23:47.453744134 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:49 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Properly turn real into integer
+  * Remove unused includes
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kiconthemes-5.61.0.tar.xz
  kiconthemes-5.61.0.tar.xz.sig

New:

  kiconthemes-5.62.0.tar.xz
  kiconthemes-5.62.0.tar.xz.sig



Other differences:
--
++ kiconthemes.spec ++
--- /var/tmp/diff_new_pack.dEI3M8/_old  2019-09-23 12:23:47.973744049 +0200
+++ /var/tmp/diff_new_pack.dEI3M8/_new  2019-09-23 12:23:47.973744049 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5IconThemes5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kiconthemes
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Icon GUI utilities
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -39,19 +39,18 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kitemviews-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Svg) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-# uncomment after 5.61
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
@@ -121,8 +120,8 @@
 %{_kf5_libdir}/cmake/KF5IconThemes/
 %{_kf5_includedir}/*.h
 %dir %{_kf5_includedir}/*/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/kiconthemes5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/kiconthemes5widgets.so
 %{_kf5_includedir}/*/
 %{_kf5_mkspecsdir}/qt_KIconThemes.pri
 


++ kiconthemes-5.61.0.tar.xz -> kiconthemes-5.62.0.tar.xz ++
 10051 lines of diff (skipped)




commit kjobwidgets for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:Factory 
checked in at 2019-09-23 12:24:28

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


Package is "kjobwidgets"

Mon Sep 23 12:24:28 2019 rev:71 rq:730941 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kjobwidgets/kjobwidgets.changes  2019-08-19 
21:09:43.048849707 +0200
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new.7948/kjobwidgets.changes
2019-09-23 12:24:34.809736388 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:55 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kjobwidgets-5.61.0.tar.xz
  kjobwidgets-5.61.0.tar.xz.sig

New:

  kjobwidgets-5.62.0.tar.xz
  kjobwidgets-5.62.0.tar.xz.sig



Other differences:
--
++ kjobwidgets.spec ++
--- /var/tmp/diff_new_pack.R5Ywn9/_old  2019-09-23 12:24:35.409736290 +0200
+++ /var/tmp/diff_new_pack.R5Ywn9/_new  2019-09-23 12:24:35.413736289 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5JobWidgets5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjobwidgets
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Widgets for showing progress of asynchronous jobs
 License:LGPL-2.1-or-later
@@ -39,10 +39,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
@@ -68,7 +68,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel


++ kjobwidgets-5.61.0.tar.xz -> kjobwidgets-5.62.0.tar.xz ++
 21877 lines of diff (skipped)




commit kidletime for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kidletime for openSUSE:Factory 
checked in at 2019-09-23 12:23:51

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


Package is "kidletime"

Mon Sep 23 12:23:51 2019 rev:70 rq:730934 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kidletime/kidletime.changes  2019-08-19 
21:07:39.960869650 +0200
+++ /work/SRC/openSUSE:Factory/.kidletime.new.7948/kidletime.changes
2019-09-23 12:23:53.481743148 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:50 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+
+---

Old:

  kidletime-5.61.0.tar.xz
  kidletime-5.61.0.tar.xz.sig

New:

  kidletime-5.62.0.tar.xz
  kidletime-5.62.0.tar.xz.sig



Other differences:
--
++ kidletime.spec ++
--- /var/tmp/diff_new_pack.9fyc7C/_old  2019-09-23 12:23:54.081743050 +0200
+++ /var/tmp/diff_new_pack.9fyc7C/_new  2019-09-23 12:23:54.081743050 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5IdleTime5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kidletime
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:User and system idle time reporting singleton
 License:LGPL-2.1-or-later


++ kidletime-5.61.0.tar.xz -> kidletime-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.61.0/CMakeLists.txt 
new/kidletime-5.62.0/CMakeLists.txt
--- old/kidletime-5.61.0/CMakeLists.txt 2019-08-03 21:33:19.0 +0200
+++ new/kidletime-5.62.0/CMakeLists.txt 2019-09-07 14:35:21.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KIdleTime VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kidletime-5.61.0/src/plugins/xsync/xsyncbasedpoller.h 
new/kidletime-5.62.0/src/plugins/xsync/xsyncbasedpoller.h
--- old/kidletime-5.61.0/src/plugins/xsync/xsyncbasedpoller.h   2019-08-03 
21:33:19.0 +0200
+++ new/kidletime-5.62.0/src/plugins/xsync/xsyncbasedpoller.h   2019-09-07 
14:35:21.0 +0200
@@ -20,8 +20,7 @@
 #define XSYNCBASEDPOLLER_H
 
 #include "abstractsystempoller.h"
-
-#include 
+#include 
 
 #include 
 




commit kinit for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2019-09-23 12:24:03

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


Package is "kinit"

Mon Sep 23 12:24:03 2019 rev:70 rq:730936 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kinit/kinit.changes  2019-08-19 
21:08:38.100860230 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new.7948/kinit.changes2019-09-23 
12:24:06.101741084 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:52 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kinit-5.61.0.tar.xz
  kinit-5.61.0.tar.xz.sig

New:

  kinit-5.62.0.tar.xz
  kinit-5.62.0.tar.xz.sig



Other differences:
--
++ kinit.spec ++
--- /var/tmp/diff_new_pack.U11aXR/_old  2019-09-23 12:24:06.781740973 +0200
+++ /var/tmp/diff_new_pack.U11aXR/_new  2019-09-23 12:24:06.785740972 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kinit
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Helper library to speed up start of applications on KDE 
workspaces
 License:LGPL-2.1-or-later
@@ -42,16 +42,16 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libcap-devel
 BuildRequires:  libcap-progs
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0


++ kinit-5.61.0.tar.xz -> kinit-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/CMakeLists.txt 
new/kinit-5.62.0/CMakeLists.txt
--- old/kinit-5.61.0/CMakeLists.txt 2019-08-03 21:55:14.0 +0200
+++ new/kinit-5.62.0/CMakeLists.txt 2019-09-07 16:00:01.0 +0200
@@ -3,7 +3,7 @@
 project(KInit)
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KINIT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/po/br/kinit5.po 
new/kinit-5.62.0/po/br/kinit5.po
--- old/kinit-5.61.0/po/br/kinit5.po2019-08-03 21:55:14.0 +0200
+++ new/kinit-5.62.0/po/br/kinit5.po2019-09-07 16:00:01.0 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: kdeinit/kinit.cpp:508
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/po/id/kinit5.po 

commit kdewebkit for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdewebkit for openSUSE:Factory 
checked in at 2019-09-23 12:22:40

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


Package is "kdewebkit"

Mon Sep 23 12:22:40 2019 rev:70 rq:730923 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdewebkit/kdewebkit.changes  2019-08-19 
21:04:57.768895928 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebkit.new.7948/kdewebkit.changes
2019-09-23 12:22:42.681754729 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:41 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Use ECMAddQtDesignerPlugin instead of private copy
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kdewebkit-5.61.0.tar.xz
  kdewebkit-5.61.0.tar.xz.sig

New:

  kdewebkit-5.62.0.tar.xz
  kdewebkit-5.62.0.tar.xz.sig



Other differences:
--
++ kdewebkit.spec ++
--- /var/tmp/diff_new_pack.Qm9MRF/_old  2019-09-23 12:22:43.297754628 +0200
+++ /var/tmp/diff_new_pack.Qm9MRF/_new  2019-09-23 12:22:43.301754628 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5WebKit5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kdewebkit
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Integration of the HTML rendering engine WebKit
 License:LGPL-2.1-or-later
@@ -40,27 +40,26 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kbookmarks-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcompletion-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdesignerplugin-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kitemviews-devel >= %{_kf5_bugfix_version}
-BuildRequires:  knotifications-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kparts-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ktextwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwallet-framework-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
-BuildRequires:  solid-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Completion) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Parts) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Solid) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Wallet) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Designer) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0


++ kdewebkit-5.61.0.tar.xz -> kdewebkit-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.61.0/CMakeLists.txt 

commit khtml for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2019-09-23 12:23:31

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


Package is "khtml"

Mon Sep 23 12:23:31 2019 rev:69 rq:730931 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/khtml/khtml.changes  2019-08-19 
21:06:46.512878309 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new.7948/khtml.changes2019-09-23 
12:23:32.905746514 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:48 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  khtml-5.61.0.tar.xz
  khtml-5.61.0.tar.xz.sig

New:

  khtml-5.62.0.tar.xz
  khtml-5.62.0.tar.xz.sig



Other differences:
--
++ khtml.spec ++
--- /var/tmp/diff_new_pack.Dhc5MW/_old  2019-09-23 12:23:33.461746423 +0200
+++ /var/tmp/diff_new_pack.Dhc5MW/_new  2019-09-23 12:23:33.461746423 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KHtml5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   khtml
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:HTML rendering engine
 License:LGPL-2.1-or-later
@@ -41,32 +41,32 @@
 BuildRequires:  fdupes
 BuildRequires:  giflib-devel
 BuildRequires:  gperf
-BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcompletion-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfigwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kinit-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kitemviews-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kjs-devel >= %{_kf5_bugfix_version}
-BuildRequires:  knotifications-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kparts-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ktextwidgets-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwallet-framework-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Completion) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Init) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5JS) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Parts) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Wallet) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(Phonon4Qt5)
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0
@@ -99,12 +99,12 @@
 Group:  

commit ki18n for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2019-09-23 12:23:41

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


Package is "ki18n"

Mon Sep 23 12:23:41 2019 rev:74 rq:730932 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes  2019-08-19 
21:07:16.756873409 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new.7948/ki18n.changes2019-09-23 
12:23:42.881744882 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:36:48 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Fix test failing
+  * Localize long number strings (kde#409077)
+  * Support passing target to ki18n_wrap_ui macro
+
+---

Old:

  ki18n-5.61.0.tar.xz
  ki18n-5.61.0.tar.xz.sig

New:

  ki18n-5.62.0.tar.xz
  ki18n-5.62.0.tar.xz.sig



Other differences:
--
++ ki18n.spec ++
--- /var/tmp/diff_new_pack.WxbDA7/_old  2019-09-23 12:23:43.433744792 +0200
+++ /var/tmp/diff_new_pack.WxbDA7/_new  2019-09-23 12:23:43.437744791 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5I18n5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   ki18n
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Gettext-based UI text internationalization
 License:LGPL-2.1-or-later


++ ki18n-5.61.0.tar.xz -> ki18n-5.62.0.tar.xz ++
 1709 lines of diff (skipped)




commit kimageformats for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2019-09-23 12:23:57

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


Package is "kimageformats"

Mon Sep 23 12:23:57 2019 rev:72 rq:730935 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes  
2019-08-19 21:07:56.780866925 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new.7948/kimageformats.changes
2019-09-23 12:23:59.741742124 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:51 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Fix uninitialized memory read
+
+---

Old:

  kimageformats-5.61.0.tar.xz
  kimageformats-5.61.0.tar.xz.sig

New:

  kimageformats-5.62.0.tar.xz
  kimageformats-5.62.0.tar.xz.sig



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.C3vUn5/_old  2019-09-23 12:24:00.365742022 +0200
+++ /var/tmp/diff_new_pack.C3vUn5/_new  2019-09-23 12:24:00.369742021 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -24,7 +24,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kimageformats
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Image format plugins for Qt
 License:LGPL-2.1-or-later


++ kimageformats-5.61.0.tar.xz -> kimageformats-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.61.0/CMakeLists.txt 
new/kimageformats-5.62.0/CMakeLists.txt
--- old/kimageformats-5.61.0/CMakeLists.txt 2019-08-03 21:33:24.0 
+0200
+++ new/kimageformats-5.62.0/CMakeLists.txt 2019-09-07 14:35:26.0 
+0200
@@ -3,7 +3,7 @@
 project(KImageFormats)
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.61.0/src/imageformats/tga.cpp 
new/kimageformats-5.62.0/src/imageformats/tga.cpp
--- old/kimageformats-5.61.0/src/imageformats/tga.cpp   2019-08-03 
21:33:24.0 +0200
+++ new/kimageformats-5.62.0/src/imageformats/tga.cpp   2019-09-07 
14:35:26.0 +0200
@@ -252,7 +252,10 @@
 // RLE pixels.
 assert(pixel_size <= 8);
 char pixel[8];
-s.readRawData(pixel, pixel_size);
+const int dataRead = s.readRawData(pixel, pixel_size);
+if (dataRead < (int)pixel_size) {
+memset([dataRead], 0, pixel_size - dataRead);
+}
 do {
 memcpy(dst, pixel, pixel_size);
 dst += pixel_size;




commit terraform for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package terraform for openSUSE:Factory 
checked in at 2019-09-23 12:39:06

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


Package is "terraform"

Mon Sep 23 12:39:06 2019 rev:9 rq:732354 version:0.12.9

Changes:

--- /work/SRC/openSUSE:Factory/terraform/terraform.changes  2019-09-17 
13:39:40.029821258 +0200
+++ /work/SRC/openSUSE:Factory/.terraform.new.7948/terraform.changes
2019-09-23 12:39:37.521588166 +0200
@@ -1,0 +2,15 @@
+Wed Sep 18 06:27:30 UTC 2019 - Petr Cervinka 
+
+- Update to 0.12.9
+  NOTES:
+   * core: `ignore_changes` is now processed (in addition to existing 
behaviors) before the provider plan is run. This means that users may see fewer 
planned changes when using `ignore_changes`, as before this change, changes to 
ignored attributes were still being sent to CustomizeDiff in providers (which 
could mean cascading changes for some resources). This should be indicative 
that providers are no longer getting changes that were marked as ignored, but 
if unexpected plans are seen while using `ignore_changes`, investigate the 
settings in the `ignore_changes` block to ensure the appropriate attributes are 
set. ([#22520](https://github.com/hashicorp/terraform/issues/22520))
+  ENHANCEMENTS:
+   * provisioners/habitat: `accept_license` argument available to automate 
accepting the EULA, now required by this client 
([#22745](https://github.com/hashicorp/terraform/issues/22745))
+   * config: add source addressing to unknown value errors in `for_each` 
([#22760](https://github.com/hashicorp/terraform/issues/22760))
+  BUG FIXES:
+   * command/console: support -var and -var-file flags 
([#22145](https://github.com/hashicorp/terraform/issues/22145))
+   * command/show: Fixed bug with wrong errors being returned or swallowed. 
([#22772](https://github.com/hashicorp/terraform/issues/22772))
+   * config: The `cidrhost`, `cidrsubnet`, and `cidrnetmask` functions now 
behave correctly with IPv6 prefixes that are short enough for the host portion 
to be greater than 64-bit or 32-bit (depending on the target architecture). 
([#22505](https://github.com/hashicorp/terraform/issues/22505))
+   * config: Fixed bug on empty sets with `for_each` 
([#22281](https://github.com/hashicorp/terraform/issues/22281)) 
+
+---

Old:

  terraform-0.12.8.obscpio
  terraform-0.12.8.tar.xz

New:

  terraform-0.12.9.obscpio
  terraform-0.12.9.tar.xz



Other differences:
--
++ terraform.spec ++
--- /var/tmp/diff_new_pack.TAhHyY/_old  2019-09-23 12:39:38.933587934 +0200
+++ /var/tmp/diff_new_pack.TAhHyY/_new  2019-09-23 12:39:38.937587934 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terraform
-Version:0.12.8
+Version:0.12.9
 Release:0
 Summary:Tool for building infrastructure safely and efficiently
 License:MPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.TAhHyY/_old  2019-09-23 12:39:38.961587929 +0200
+++ /var/tmp/diff_new_pack.TAhHyY/_new  2019-09-23 12:39:38.961587929 +0200
@@ -3,8 +3,8 @@
 https://github.com/hashicorp/terraform.git
 git
 terraform
-0.12.8
-v0.12.8
+0.12.9
+v0.12.9
 .git
   
   

++ terraform-0.12.8.obscpio -> terraform-0.12.9.obscpio ++
/work/SRC/openSUSE:Factory/terraform/terraform-0.12.8.obscpio 
/work/SRC/openSUSE:Factory/.terraform.new.7948/terraform-0.12.9.obscpio differ: 
char 49, line 1

++ terraform-0.12.8.tar.xz -> terraform-0.12.9.tar.xz ++
 47630 lines of diff (skipped)

++ terraform.obsinfo ++
--- /var/tmp/diff_new_pack.TAhHyY/_old  2019-09-23 12:39:41.329587540 +0200
+++ /var/tmp/diff_new_pack.TAhHyY/_new  2019-09-23 12:39:41.329587540 +0200
@@ -1,5 +1,5 @@
 name: terraform
-version: 0.12.8
-mtime: 1567621057
-commit: e97ad4ebef504883229a1c299be617dfb7bec017
+version: 0.12.9
+mtime: 1568747942
+commit: abec0acf40d8e31ac612a244cf3886fb3bcce0bb
 




commit python-rarfile for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-rarfile for openSUSE:Factory 
checked in at 2019-09-23 12:39:11

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


Package is "python-rarfile"

Mon Sep 23 12:39:11 2019 rev:2 rq:732398 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rarfile/python-rarfile.changes
2017-04-14 13:34:55.559092621 +0200
+++ /work/SRC/openSUSE:Factory/.python-rarfile.new.7948/python-rarfile.changes  
2019-09-23 12:39:43.445587192 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 13:58:36 UTC 2019 - Luigi Baldoni 
+
+- Update to version 3.1 (no changelog available)
+- Spec cleanup
+
+---

Old:

  rarfile-3.0.tar.gz

New:

  rarfile-3.1.tar.gz



Other differences:
--
++ python-rarfile.spec ++
--- /var/tmp/diff_new_pack.QIBzJ4/_old  2019-09-23 12:39:44.021587097 +0200
+++ /var/tmp/diff_new_pack.QIBzJ4/_new  2019-09-23 12:39:44.021587097 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rarfile
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rarfile
-Version:3.0
+Version:3.1
 Release:0
 Summary:RAR Archive Reader for Python
 License:ISC
 Group:  Development/Languages/Python
-Url:https://rarfile.readthedocs.org/
-Source0:
https://pypi.io/packages/source/r/rarfile/rarfile-%{version}.tar.gz
+URL:https://rarfile.readthedocs.org/
+Source0:
https://files.pythonhosted.org/packages/source/r/rarfile/rarfile-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx >= 1.3
 Requires:   bsdtar
 Recommends: unrar
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -59,21 +58,19 @@
 %python_build
 make %{?_smp_mflags} -C doc html
 rm doc/_build/html/.buildinfo
-sed -i 's/\r$//' doc/_build/html/objects.inv
 
 %install
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 %pycache_only %{python_sitelib}/__pycache__/rarfile.*.py*
 %{python_sitelib}/rarfile.py*
 %{python_sitelib}/rarfile-%{version}-py%{python_version}.egg-info
 
 %files %{python_files doc}
-%defattr(-,root,root,-)
-%doc LICENSE doc/_build/html/
+%license LICENSE
+%doc doc/_build/html/
 
 %changelog

++ rarfile-3.0.tar.gz -> rarfile-3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rarfile-3.0/LICENSE new/rarfile-3.1/LICENSE
--- old/rarfile-3.0/LICENSE 2016-06-08 22:14:13.0 +0200
+++ new/rarfile-3.1/LICENSE 2019-09-15 15:51:09.0 +0200
@@ -1,5 +1,5 @@
 
-Copyright (c) 2005-2016 Marko Kreen 
+Copyright (c) 2005-2019 Marko Kreen 
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rarfile-3.0/MANIFEST.in new/rarfile-3.1/MANIFEST.in
--- old/rarfile-3.0/MANIFEST.in 2016-06-08 22:14:13.0 +0200
+++ new/rarfile-3.1/MANIFEST.in 2019-03-29 12:45:00.0 +0100
@@ -1,3 +1,3 @@
 include README.rst Makefile MANIFEST.in LICENSE dumprar.py
 include doc/*.rst doc/Makefile doc/conf.py doc/make.bat
-include test/Makefile test/*.sh test/files/*.rar test/files/*.exp
+include test/Makefile test/*.sh test/files/*.rar test/files/*.r[0-9][0-9] 
test/files/*.exp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rarfile-3.0/Makefile new/rarfile-3.1/Makefile
--- old/rarfile-3.0/Makefile2016-06-08 23:49:55.0 +0200
+++ new/rarfile-3.1/Makefile2019-09-15 14:42:30.0 +0200
@@ -1,15 +1,19 @@
 
+VER := $(shell python3 setup.py --version)
+TGZ = dist/rarfile-$(VER).tar.gz
+
 prefix = /usr/local
 
 all:
pyflakes3 rarfile.py
-   tox
+   tox -e lint
+  

commit utox for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package utox for openSUSE:Factory checked in 
at 2019-09-23 12:39:29

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


Package is "utox"

Mon Sep 23 12:39:29 2019 rev:2 rq:732477 version:0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/utox/utox.changes2019-02-28 
21:38:16.937642471 +0100
+++ /work/SRC/openSUSE:Factory/.utox.new.7948/utox.changes  2019-09-23 
12:39:53.597585522 +0200
@@ -1,0 +2,39 @@
+Sun Sep 22 07:28:50 UTC 2019 - Andrey Karepin 
+
+- update utox.keyring
+- update to 0.17.1
+  * Add --allow-root option: Now you can't run uTox as root by accident 
(1b491cd)
+  * Add right click menu to Xlib (5f5f570)
+  *  Add support for loading groupchats (049ca56)
+  * More *BSD support! (FreeBSD, NetBSD, OpenBSD, DragonFlyBSD) (@mazocomp)
+  * Groupchat creation screen implemented
+  * Fix a crash when changing to a video input device that fails to init 
(e36e475)
+  * Fix: a friendlist bug related to the Tox profile having no friends and
+groups (d81d276)
+  * Don't flip video preview button status if preview fails (8f73ee2)
+  * Xlib: Clean up zombies if xdg-open is not installed (dfc5f50)
+  * Add border to QR code to make it actually readable to QR code scanners
+(3643744)
+  * Fix file transfer text (72b7347)
+  * Prevent a crash related to having too many friends (1e41307)
+  * Fix crash related to dropdowns (b0b3167)
+  * Fix ignoring friend requests (ed55880)
+  * Close dropdowns on changing tabs (4dd4ae0)
+  * Fix crash on startup related to QR code (@ColumPaget) (41c5044)
+  * Fix group settings layout
+  * Fix a crash related to Tox savedata being too large (363e486)
+  * Fix two possible memory leaks (a549f11 168eb78)
+  * Fix a crash related to text undo in message input field (@cyisfor) 
(e1371e4)
+  * Fix a crash related to the password input field (8891616)
+  * Fix crash related to FPS value input field (d297e0d)
+  * Fix selection bug: Selection on double-click doesn't leak into neighbouring
+line anymore (06f85ab)
+  * Fix HOME key (3833c13)
+  * Fix END key and make ctrl+shift+end work (6fa9df6)
+  * Sort languages enum by their native names alphabetically (b8d33d4)
+  * Move Language setting from "Profile" to "User Interface" tab (234f027)
+  * Updated translations: German (d96d309 4328777 9757f05),  English (e2901e8),
+Polish (96f7c02 542b19a), Swedish (@jony0008) (eda5a41 38e4ae7), Hungarian
+(@baloo79) (9d9f24b)
+
+---

Old:

  uTox-0.17.0-full.tar.gz
  uTox-0.17.0-full.tar.gz.asc

New:

  uTox-0.17.1-full.tar.gz
  uTox-0.17.1-full.tar.gz.asc



Other differences:
--
++ utox.spec ++
--- /var/tmp/diff_new_pack.9DvaGg/_old  2019-09-23 12:39:53.989585457 +0200
+++ /var/tmp/diff_new_pack.9DvaGg/_new  2019-09-23 12:39:53.989585457 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package utox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 %define realname uTox
 Name:   utox
-Version:0.17.0
+Version:0.17.1
 Release:0
 Summary:The lightweight Tox client
 License:MIT
 Group:  Productivity/Networking/Instant Messenger
 URL:https://utox.org/
 Source: 
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz
-Source1:
https://github.com/uTox/uTox/releases/download/v0.17.0/uTox-0.17.0-full.tar.gz.asc
+Source1:
https://github.com/uTox/uTox/releases/download/v%{version}/%{realname}-%{version}-full.tar.gz.asc
 Source2:uTox.keyring
 BuildRequires:  c-toxcore-devel
 BuildRequires:  cmake >= 3.2
@@ -55,7 +55,10 @@
 
 %build
 %cmake \
-  -DENABLE_ASAN=OFF
+  -DENABLE_ASAN=OFF \
+  -DENABLE_TESTS=OFF \
+  -DENABLE_AUTOUPDATE=OFF \
+  -DENABLE_LTO=ON
 %make_jobs V=1
 
 %install

++ uTox-0.17.0-full.tar.gz -> uTox-0.17.1-full.tar.gz ++
 317784 lines of diff (skipped)

++ uTox.keyring ++
--- /var/tmp/diff_new_pack.9DvaGg/_old  2019-09-23 12:39:54.445585382 +0200
+++ /var/tmp/diff_new_pack.9DvaGg/_new  2019-09-23 12:39:54.445585382 +0200
@@ -1,104 +1,57 @@
-pub   rsa4096/0x601A604B7E605776 2015-10-04 [SCA]
-  Key fingerprint = B700 8FF1 2C07 9BF6 E6EA  19D1 601A 604B 7E60 5776
-uid   [ unknown] Robin Lindén 
-uid   [ unknown] Robin Lindén <_...@robinlinden.eu>
-uid   [ unknown] Robin 

commit doh for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package doh for openSUSE:Factory checked in 
at 2019-09-23 12:39:14

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


Package is "doh"

Mon Sep 23 12:39:14 2019 rev:2 rq:732412 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/doh/doh.changes  2019-09-17 13:39:44.273820581 
+0200
+++ /work/SRC/openSUSE:Factory/.doh.new.7948/doh.changes2019-09-23 
12:39:47.273586562 +0200
@@ -1,0 +2,12 @@
+Tue Sep 17 21:08:59 UTC 2019 - Martin Hauke 
+
+- Update to initial upstream release 0.1:
+  * doh.1: initial man page
+  * doh: sort the -h options alphabetically
+  * version: add header file, support -V and call it version 0.1 now
+  * README: show the current cloudflare URL in the example output
+  * Update Google Public DNS DoH endpoint in example
+  * doh_encode: fix the comparison for long host names
+  * doh: added -k for insecure mode - skips server cert validation
+
+---

Old:

  _service
  _servicedata
  doh-0.0.0+git.20190908.tar.xz

New:

  doh-0.1.tar.gz



Other differences:
--
++ doh.spec ++
--- /var/tmp/diff_new_pack.Io3RLw/_old  2019-09-23 12:39:47.649586500 +0200
+++ /var/tmp/diff_new_pack.Io3RLw/_new  2019-09-23 12:39:47.649586500 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package doh
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2019, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,14 +18,14 @@
 
 
 Name:   doh
-Version:0.0.0+git.20190908
+Version:0.1
 Release:0
 Summary:Simple DoH (DNS-over-HTTPS) client
 License:MIT
 Group:  Productivity/Networking/DNS/Utilities
 URL:https://github.com/curl/doh
 #Git-Clone: https://github.com/curl/doh.git
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/curl/%{name}/archive/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
 
@@ -34,7 +35,7 @@
 This code uses POST requests unconditionally for this.
 
 %prep
-%setup -q
+%setup -q -n doh-doh-%{version}
 
 %build
 export CFLAGS="%{optflags}"
@@ -42,10 +43,12 @@
 
 %install
 install -Dm 0755 doh %{buildroot}%{_bindir}/doh
+install -Dm 0644 doh.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
 %license LICENSE
 %doc README.md
 %{_bindir}/doh
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog




commit kig for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2019-09-23 12:39:07

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


Package is "kig"

Mon Sep 23 12:39:07 2019 rev:107 rq:732357 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2019-09-11 10:29:24.587400469 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new.7948/kig.changes2019-09-23 
12:39:41.485587514 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 11:42:07 UTC 2019 - Wolfgang Bauer 
+
+- Set Boost_NO_BOOST_CMAKE for cmake to fix build with latest boost
+  in Factory
+
+---



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.gLlY9L/_old  2019-09-23 12:39:42.589587333 +0200
+++ /var/tmp/diff_new_pack.gLlY9L/_new  2019-09-23 12:39:42.593587332 +0200
@@ -76,7 +76,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -DBoost_NO_BOOST_CMAKE=ON
   %make_jobs
 
 %install






commit miller for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2019-09-23 12:39:27

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


Package is "miller"

Mon Sep 23 12:39:27 2019 rev:8 rq:732427 version:5.6.2

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2019-09-13 
15:04:06.933272078 +0200
+++ /work/SRC/openSUSE:Factory/.miller.new.7948/miller.changes  2019-09-23 
12:39:52.449585711 +0200
@@ -1,0 +2,7 @@
+Sun Sep 22 04:53:59 UTC 2019 - Luigi Baldoni 
+
+- Update to version 5.6.2
+  * #271 fixes a corner-case bug with more than 100 CSV/TSV files
+with headers of varying lengths.
+
+---

Old:

  miller-5.6.0.tar.gz

New:

  miller-5.6.2.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.chlwLn/_old  2019-09-23 12:39:52.917585633 +0200
+++ /var/tmp/diff_new_pack.chlwLn/_new  2019-09-23 12:39:52.921585633 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   miller
-Version:5.6.0
+Version:5.6.2
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause

++ miller-5.6.0.tar.gz -> miller-5.6.2.tar.gz ++
 23285 lines of diff (skipped)




commit libacars for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package libacars for openSUSE:Factory 
checked in at 2019-09-23 12:38:53

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


Package is "libacars"

Mon Sep 23 12:38:53 2019 rev:4 rq:732325 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/libacars/libacars.changes2019-08-27 
10:28:05.191911293 +0200
+++ /work/SRC/openSUSE:Factory/.libacars.new.7948/libacars.changes  
2019-09-23 12:39:30.009589402 +0200
@@ -1,0 +2,8 @@
+Fri Sep 20 19:13:04 UTC 2019 - Martin Hauke 
+
+- Update to version 1.3.1
+  * Downgraded optimization level for release builds from -O3 to
+-O2 to reduce chances of similar problems for cross-platform
+builds.
+
+---

Old:

  libacars-1.3.0.tar.gz

New:

  libacars-1.3.1.tar.gz



Other differences:
--
++ libacars.spec ++
--- /var/tmp/diff_new_pack.sFx6zD/_old  2019-09-23 12:39:30.413589336 +0200
+++ /var/tmp/diff_new_pack.sFx6zD/_new  2019-09-23 12:39:30.413589336 +0200
@@ -20,7 +20,7 @@
 %define sover   1
 %define libname libacars%{sover}
 Name:   libacars
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:A library for decoding various ACARS message payloads
 License:MIT

++ libacars-1.3.0.tar.gz -> libacars-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-1.3.0/CHANGELOG.md 
new/libacars-1.3.1/CHANGELOG.md
--- old/libacars-1.3.0/CHANGELOG.md 2019-08-09 15:20:33.0 +0200
+++ new/libacars-1.3.1/CHANGELOG.md 2019-09-20 20:35:01.0 +0200
@@ -1,5 +1,12 @@
 # ChangeLog
 
+## Version 1.3.1 (2019-09-20):
+* Binary releases for Windows were mistakenly built with AVX instruction set
+  enabled which caused the lib to fail on older CPUs 
(https://github.com/szpajder/libacars/issues/3).
+  Thanks to G7GQW for reporting and to Jonti Olds for analysis.
+* Downgraded optimization level for release builds from -O3 to -O2 to reduce
+  chances of similar problems for cross-platform builds.
+
 ## Version 1.3.0 (2019-08-09):
 * JSON output support for all message types. Any protocol tree can be
   serialized into a JSON string with `la_proto_tree_format_json()` function.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-1.3.0/CMakeLists.txt 
new/libacars-1.3.1/CMakeLists.txt
--- old/libacars-1.3.0/CMakeLists.txt   2019-08-09 15:20:33.0 +0200
+++ new/libacars-1.3.1/CMakeLists.txt   2019-09-20 20:35:01.0 +0200
@@ -3,7 +3,7 @@
 
 set (LA_VERSION_MAJOR 1)
 set (LA_VERSION_MINOR 3)
-set (LA_VERSION_PATCH 0)
+set (LA_VERSION_PATCH 1)
 set (LA_VERSION "${LA_VERSION_MAJOR}.${LA_VERSION_MINOR}.${LA_VERSION_PATCH}"
 )
 set (CMAKE_C_STANDARD 11)
@@ -22,6 +22,7 @@
 
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra")
 set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG")
+set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG")
 
 if(MINGW)
add_definitions(-D__USE_MINGW_ANSI_STDIO=1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-1.3.0/README.md new/libacars-1.3.1/README.md
--- old/libacars-1.3.0/README.md2019-08-09 15:20:33.0 +0200
+++ new/libacars-1.3.1/README.md2019-09-20 20:35:01.0 +0200
@@ -2,7 +2,7 @@
 
 libacars is a library for decoding ACARS message contents.
 
-Current stable version: **1.3.0** (released Aug 9, 2019)
+Current stable version: **1.3.1** (released Sep 20, 2019)
 
 ## Supported message types
 




commit openSUSE-release-tools for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2019-09-23 12:38:52

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


Package is "openSUSE-release-tools"

Mon Sep 23 12:38:52 2019 rev:220 rq:732304 version:20190920.155606e3

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-09-20 14:52:37.750889387 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.7948/openSUSE-release-tools.changes
  2019-09-23 12:39:27.725589778 +0200
@@ -1,0 +2,37 @@
+Fri Sep 20 11:05:25 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190920.155606e3:
+  * factory-package-news: fixes for Tumbleweed
+
+---
+Thu Sep 19 07:51:10 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190919.8df44507:
+  * gocd/monitors: *.OriginManagerUpdate: set timeout to 10 minutes.
+
+---
+Thu Sep 19 01:32:31 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190918.c185be8c:
+  * ReviewBot: add_review(): handle 403 as expected when superseded/rovoked.
+
+---
+Thu Sep 19 00:54:16 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190918.abb40adc:
+  * ReviewBot: _set_review(): handle review being revoked or superseded.
+
+---
+Thu Sep 19 00:39:15 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190918.abd6f65f:
+  * osclib/core: request_create_delete(): utilize pusedo osc.core function.
+  * osclib/core: provide create_delete_request().
+
+---
+Wed Sep 18 22:21:43 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190918.d0e2b71e:
+  * osclib/origin_listener: skip patchinfo packages.
+
+---

Old:

  openSUSE-release-tools-20190918.1d4c6836.obscpio

New:

  openSUSE-release-tools-20190920.155606e3.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.018JBy/_old  2019-09-23 12:39:28.261589690 +0200
+++ /var/tmp/diff_new_pack.018JBy/_new  2019-09-23 12:39:28.265589689 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20190918.1d4c6836
+Version:20190920.155606e3
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.018JBy/_old  2019-09-23 12:39:28.309589682 +0200
+++ /var/tmp/diff_new_pack.018JBy/_new  2019-09-23 12:39:28.309589682 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-3175c0d7f678933f2c0d4124cf00aad0d56d8fd8
+155606e3d848327ec20ff6713282a1dc54ae7484
   
 

++ openSUSE-release-tools-20190918.1d4c6836.obscpio -> 
openSUSE-release-tools-20190920.155606e3.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20190918.1d4c6836/ReviewBot.py 
new/openSUSE-release-tools-20190920.155606e3/ReviewBot.py
--- old/openSUSE-release-tools-20190918.1d4c6836/ReviewBot.py   2019-09-18 
23:59:51.0 +0200
+++ new/openSUSE-release-tools-20190920.155606e3/ReviewBot.py   2019-09-20 
13:02:48.0 +0200
@@ -268,10 +268,15 @@
 if doit == True:
 self.logger.debug("setting %s to %s"%(req.reqid, state))
 if not self.dryrun:
-osc.core.change_review_state(apiurl = self.apiurl,
+try:
+osc.core.change_review_state(apiurl=self.apiurl,
 reqid = req.reqid, newstate = newstate,
 by_group=self.review_group,
 by_user=self.review_user, message=msg)
+except HTTPError as e:
+if e.code != 403:
+raise e
+self.logger.info('unable to change review state (likely 
superseded or revoked)')
 else:
 self.logger.debug("%s review not changed"%(req.reqid))
 
@@ -317,7 +322,15 @@
 key = request_action_key(self.action)
 msg = yaml.dump({key: msg}, default_flow_style=False)
 
-r = 

commit python-renderspec for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-renderspec for 
openSUSE:Factory checked in at 2019-09-23 12:37:16

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


Package is "python-renderspec"

Mon Sep 23 12:37:16 2019 rev:8 rq:732093 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-renderspec/python-renderspec.changes  
2017-10-13 14:18:08.350816367 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-renderspec.new.7948/python-renderspec.changes
2019-09-23 12:38:38.429597888 +0200
@@ -1,0 +2,52 @@
+Fri Sep 20 07:49:13 UTC 2019 - Dirk Mueller 
+
+- add conflict for the impossible to workaround staging failures
+
+---
+Thu Jul 11 17:22:15 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.12.0
+  - Add contextfunctions 'py2' and 'py3'
+
+---
+Wed Jun 26 15:37:43 UTC 2019 - Dirk Mueller 
+
+- switch to python 3.x only package
+
+---
+Mon Jun 17 10:07:53 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.11.1
+  - Switch to TOX_CONSTRAINTS_FILE
+  - Update flake8 version to latest release
+  - Switch to openstackdocstheme
+  - OpenDev Migration Patch
+  - Preserve list order in _pymod2pkg_translate
+  - Fix _pymod2pkg_translate when skip_pyversion is None
+  - Follow opendev rebranding
+
+---
+Thu Apr 25 08:41:10 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.10.0
+  - fix tox python3 overrides
+  - Update home-page
+  - Update links in README
+  - Switch to stestr
+  - Change openstack-dev to openstack-discuss
+  - Move linter dependencies out of test-requirements
+  - Removed older version of python added 3.5
+  - Avoid tox_install.sh for constraints support
+  - switch documentation job to new PTI
+  - Update to a somewhat recent flake8 version
+  - add python 3.6 unit test job
+  - Updated from global requirements
+  - import zuul job settings from project-config
+- convert to singlespec
+
+---
+Wed Apr 10 10:48:02 UTC 2019 - Dirk Mueller 
+
+- refresh spec file from master
+
+---

Old:

  renderspec-1.9.1.tar.gz

New:

  renderspec-1.12.0.tar.gz



Other differences:
--
++ python-renderspec.spec ++
--- /var/tmp/diff_new_pack.okQR9G/_old  2019-09-23 12:38:38.785597829 +0200
+++ /var/tmp/diff_new_pack.okQR9G/_new  2019-09-23 12:38:38.785597829 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-renderspec
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,67 +12,96 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%global sname renderspec
+%global oldpython python
 Name:   python-renderspec
-Version:1.9.1
+Version:1.12.0
 Release:0
 Summary:Generate spec files from Jinja2 templates
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/r/%{sname}/%{sname}-%{version}.tar.gz
+URL:https://launchpad.net/renderspec
+Source0:
https://files.pythonhosted.org/packages/source/r/renderspec/renderspec-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 2.0.0
-Requires:   python-Jinja2 >= 2.8
-Requires:   python-PyYAML >= 3.10.0
+BuildRequires:  python2-Jinja2 >= 2.10
+BuildRequires:  python2-ddt
+BuildRequires:  python2-mock
+BuildRequires:  python2-packaging >= 16.5
+BuildRequires:  python2-pbr
+BuildRequires:  python2-pymod2pkg >= 0.7.0
+BuildRequires:  python2-stestr
+BuildRequires:  python3-Jinja2 >= 2.10
+BuildRequires:  python3-ddt
+BuildRequires:  python3-mock
+BuildRequires:  python3-packaging >= 16.5
+BuildRequires:  python3-pbr
+BuildRequires:  python3-pymod2pkg >= 0.7.0
+BuildRequires:  python3-stestr
+Requires:   python-Jinja2 >= 2.10
+Requires:   python-PyYAML >= 3.10
 Requires:   python-packaging >= 16.5
 Requires:   python-pymod2pkg >= 

commit ibus-anthy for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package ibus-anthy for openSUSE:Factory 
checked in at 2019-09-23 12:38:46

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


Package is "ibus-anthy"

Mon Sep 23 12:38:46 2019 rev:27 rq:732268 version:1.5.10

Changes:

--- /work/SRC/openSUSE:Factory/ibus-anthy/ibus-anthy.changes2018-04-03 
12:12:21.794816129 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-anthy.new.7948/ibus-anthy.changes  
2019-09-23 12:39:24.641590285 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 22:26:20 UTC 2019 - Cliff Zhao 
+
+- update ibus-anthy.spec: update to depending anthy-devel, make it
+  can build successful in SLE15(openSUSE-leap-15). 
+
+---



Other differences:
--
++ ibus-anthy.spec ++
--- /var/tmp/diff_new_pack.RpDmx0/_old  2019-09-23 12:39:25.141590203 +0200
+++ /var/tmp/diff_new_pack.RpDmx0/_new  2019-09-23 12:39:25.141590203 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-anthy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,11 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   ibus-anthy
+BuildRequires:  anthy-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
@@ -24,14 +25,13 @@
 BuildRequires:  python3-gobject2-devel
 BuildRequires:  swig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(anthy)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(ibus-1.0) >= 1.4.99
 BuildRequires:  pkgconfig(python3)
 Version:1.5.10
 Release:0
 Summary:The Anthy engine for IBus input platform
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/I18n/Japanese
 Url:https://github.com/ibus/ibus-anthy
 Source: 
https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
@@ -86,7 +86,8 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING
 %{_libexecdir}/ibus-*
 %{_datadir}/ibus-anthy
 %{_datadir}/ibus




commit python-smbprotocol for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-smbprotocol for 
openSUSE:Factory checked in at 2019-09-23 12:37:54

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


Package is "python-smbprotocol"

Mon Sep 23 12:37:54 2019 rev:4 rq:732117 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-smbprotocol/python-smbprotocol.changes
2019-01-03 18:09:27.579989461 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-smbprotocol.new.7948/python-smbprotocol.changes
  2019-09-23 12:38:42.473597223 +0200
@@ -1,0 +2,9 @@
+Thu Sep 19 18:50:13 UTC 2019 - Martin Hauke 
+
+- Update to version 0.2.0
+  * Fix issue where timeout was not being applied to the new
+connection
+  * Fix various deprecated regex escape patterns
+  * Simplified the fallback NTLM context object
+
+---

Old:

  python-smbprotocol-0.1.1.tar.gz

New:

  python-smbprotocol-0.2.0.tar.gz



Other differences:
--
++ python-smbprotocol.spec ++
--- /var/tmp/diff_new_pack.qxPlZu/_old  2019-09-23 12:38:42.809597168 +0200
+++ /var/tmp/diff_new_pack.qxPlZu/_new  2019-09-23 12:38:42.813597167 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-smbprotocol
-Version:0.1.1
+Version:0.2.0
 Release:0
 Summary:SMBv2/v3 client for Python 2 and 3
 License:MIT
@@ -26,7 +26,12 @@
 URL:https://github.com/jborean93/smbprotocol
 #Source: 
https://files.pythonhosted.org/packages/source/s/smbprotocol/smbprotocol-%%{version}.tar.gz
 Source: 
https://github.com/jborean93/smbprotocol/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  %{python_module cryptography >= 2.0}
+BuildRequires:  %{python_module ntlm-auth}
+BuildRequires:  %{python_module pyasn1}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-cryptography >= 2.0
@@ -36,11 +41,6 @@
 Suggests:   python-gssapi >= 1.4.1
 Suggests:   python-ordereddict
 BuildArch:  noarch
-BuildRequires:  %{python_module cryptography >= 2.0}
-BuildRequires:  %{python_module ntlm-auth}
-BuildRequires:  %{python_module pyasn1}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module six}
 %python_subpackages
 
 %description
@@ -71,7 +71,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version}
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ python-smbprotocol-0.1.1.tar.gz -> python-smbprotocol-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smbprotocol-0.1.1/.travis.yml 
new/smbprotocol-0.2.0/.travis.yml
--- old/smbprotocol-0.1.1/.travis.yml   2018-09-14 02:25:45.0 +0200
+++ new/smbprotocol-0.2.0/.travis.yml   2019-09-19 04:18:09.0 +0200
@@ -2,19 +2,25 @@
 
 language: python
 
-python:
-- 2.6
-- 2.7
-- 3.4
-- 3.5
-- 3.6
+dist: xenial
 
-# Python 3.7 requires 16.04 (Xenial), this is a hack to get that specific
-# distro running that version until I can swap the rest over officially
 matrix:
   include:
+  - python: 2.6
+dist: trusty
+  - python: 2.7
+  - python: 3.4
+dist: trusty
+  - python: 3.5
+dist: trusty
+  - python: 3.6
   - python: 3.7
-dist: xenial
+  - python: 3.8-dev
+
+  # 3.8 is still a beta and I'm running it to see if anything breaks but
+  # don't want it to stop the build
+  allow_failures:
+  - python: 3.8-dev
 
 services:
 - docker
@@ -30,14 +36,14 @@
 install:
 - docker run -d -p $SMB_PORT:445 -v $(pwd)/build-scripts:/app -w /app -e 
SMB_USER=$SMB_USER -e SMB_PASSWORD=$SMB_PASSWORD -e SMB_SHARE=$SMB_SHARE 
centos:7 /bin/bash /app/setup_samba.sh;
 - pip install --upgrade pip setuptools
-- pip install .
 - pip install -r requirements-test.txt
+- pip install .
 - pip install coveralls
 # make sure the Samba service on the container is up and running
 - python ./build-scripts/check_samba.py
 
 script:
-- py.test -v --instafail --pep8 --cov smbprotocol --cov-report term-missing
+- py.test -v --pep8 --cov smbprotocol --cov-report term-missing
 
 after_success:
 - coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smbprotocol-0.1.1/CHANGELOG.md 
new/smbprotocol-0.2.0/CHANGELOG.md
--- old/smbprotocol-0.1.1/CHANGELOG.md  2018-09-14 02:25:45.0 +0200
+++ new/smbprotocol-0.2.0/CHANGELOG.md  2019-09-19 

commit drbd-utils for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2019-09-23 12:37:47

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


Package is "drbd-utils"

Mon Sep 23 12:37:47 2019 rev:33 rq:732101 version:9.10.0

Changes:

--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes2019-09-11 
10:41:58.715203114 +0200
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new.7948/drbd-utils.changes  
2019-09-23 12:38:40.897597482 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 06:18:33 UTC 2019 - nick wang 
+
+- bsc#1145296, fix the wrong return code with cib_apply_diff
+  Add patch cibadmin-return-code-convert.patch
+
+---

New:

  cibadmin-return-code-convert.patch



Other differences:
--
++ drbd-utils.spec ++
--- /var/tmp/diff_new_pack.bQPz4U/_old  2019-09-23 12:38:41.313597414 +0200
+++ /var/tmp/diff_new_pack.bQPz4U/_new  2019-09-23 12:38:41.313597414 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drbd-utils
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,7 @@
 Version:9.10.0
 Release:0
 Summary:Distributed Replicated Block Device
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Clustering/HA
 Url:http://www.drbd.org/
 Source: 
http://www.linbit.com/downloads/drbd/utils/%{name}-%{version}.tar.gz
@@ -40,6 +40,7 @@
 # Bach port patch for kernel v5.2
 Patch6: netlink-prepare-for-kernel-v5.2.patch
 Patch7: netlink-Add-NLA_F_NESTED-flag-to-nested-attribute.patch
+Patch8: cibadmin-return-code-convert.patch
 
 Provides:   drbd-bash-completion = %{version}
 Provides:   drbd-pacemaker = %{version}
@@ -66,8 +67,8 @@
 BuildRequires:  libxslt
 BuildRequires:  make
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(systemd)
 BuildRequires:  udev
+BuildRequires:  pkgconfig(systemd)
 %if %{with drbdmon}
 BuildRequires:  gcc-c++
 %endif
@@ -92,6 +93,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 export WANT_DRBD_REPRODUCIBLE_BUILD=1

++ cibadmin-return-code-convert.patch ++
diff -Naur drbd-utils-9.6.0.orig/scripts/crm-fence-peer.9.sh 
drbd-utils-9.6.0/scripts/crm-fence-peer.9.sh
--- drbd-utils-9.6.0.orig/scripts/crm-fence-peer.9.sh   2019-09-03 
14:13:56.861585246 +0800
+++ drbd-utils-9.6.0/scripts/crm-fence-peer.9.sh2019-09-03 
14:17:42.478881632 +0800
@@ -146,7 +146,7 @@
break
;;
 
-   205): "205 aka pcmk_err_old_data ==> going to retry in a 
bit"
+   103): "103 CRM_EX_OLD, aka 205 pcmk_err_old_data in 
cib_apply_diff ==> going to retry in a bit"
(( $SECONDS >= $timeout )) && break
sleep 1
continue



commit cinnamon-session for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package cinnamon-session for 
openSUSE:Factory checked in at 2019-09-23 12:34:55

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


Package is "cinnamon-session"

Mon Sep 23 12:34:55 2019 rev:18 rq:732042 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-session/cinnamon-session.changes
2019-07-22 12:21:10.515652012 +0200
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-session.new.7948/cinnamon-session.changes  
2019-09-23 12:38:28.497599522 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 17:20:37 UTC 2019 - Bjørn Lie 
+
+- Replace pkgconfig(pangox) with pkgconfig(pango) and
+  pkgconfig(pangoxft) BuildRequires: This is what meson checks for.
+
+---



Other differences:
--
++ cinnamon-session.spec ++
--- /var/tmp/diff_new_pack.nOnSLV/_old  2019-09-23 12:38:28.933599451 +0200
+++ /var/tmp/diff_new_pack.nOnSLV/_new  2019-09-23 12:38:28.933599451 +0200
@@ -42,7 +42,8 @@
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(libsystemd)
-BuildRequires:  pkgconfig(pangox)
+BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(pangoxft)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xapp) >= 1.2.0
 BuildRequires:  pkgconfig(xcomposite)




commit perl-PDF-API2 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package perl-PDF-API2 for openSUSE:Factory 
checked in at 2019-09-23 12:38:06

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


Package is "perl-PDF-API2"

Mon Sep 23 12:38:06 2019 rev:18 rq:732132 version:2.036

Changes:

--- /work/SRC/openSUSE:Factory/perl-PDF-API2/perl-PDF-API2.changes  
2019-08-15 12:28:42.446530935 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PDF-API2.new.7948/perl-PDF-API2.changes
2019-09-23 12:38:49.997595985 +0200
@@ -1,0 +2,10 @@
+Wed Sep 18 08:19:06 UTC 2019 -  
+
+- updated to 2.036
+   see /usr/share/doc/packages/perl-PDF-API2/Changes
+
+  2.036 2019-09-17
+  
+  - Eliminate another uninitialized value warning in BaseFont.pm.
+
+---

Old:

  PDF-API2-2.035.tar.gz

New:

  PDF-API2-2.036.tar.gz



Other differences:
--
++ perl-PDF-API2.spec ++
--- /var/tmp/diff_new_pack.YEqh4P/_old  2019-09-23 12:38:51.245595780 +0200
+++ /var/tmp/diff_new_pack.YEqh4P/_new  2019-09-23 12:38:51.245595780 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PDF-API2
-Version:2.035
+Version:2.036
 Release:0
 %define cpan_name PDF-API2
 Summary:Facilitates the creation and modification of PDF files

++ PDF-API2-2.035.tar.gz -> PDF-API2-2.036.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PDF-API2-2.035/Changes new/PDF-API2-2.036/Changes
--- old/PDF-API2-2.035/Changes  2019-08-09 19:41:43.0 +0200
+++ new/PDF-API2-2.036/Changes  2019-09-17 18:37:12.0 +0200
@@ -1,3 +1,8 @@
+2.036 2019-09-17
+
+- Eliminate another uninitialized value warning in BaseFont.pm.
+
+
 2.035 2019-08-09
 
 - The bounding box methods (mediabox, cropbox, bleedbox, trimbox, and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PDF-API2-2.035/META.json new/PDF-API2-2.036/META.json
--- old/PDF-API2-2.035/META.json2019-08-09 19:41:43.0 +0200
+++ new/PDF-API2-2.036/META.json2019-09-17 18:37:12.0 +0200
@@ -47,7 +47,7 @@
  "web" : "https://github.com/ssimms/pdfapi2;
   }
},
-   "version" : "2.035",
+   "version" : "2.036",
"x_generated_by_perl" : "v5.22.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PDF-API2-2.035/META.yml new/PDF-API2-2.036/META.yml
--- old/PDF-API2-2.035/META.yml 2019-08-09 19:41:43.0 +0200
+++ new/PDF-API2-2.036/META.yml 2019-09-17 18:37:12.0 +0200
@@ -20,6 +20,6 @@
   perl: v5.10.0
 resources:
   repository: git://github.com/ssimms/pdfapi2.git
-version: '2.035'
+version: '2.036'
 x_generated_by_perl: v5.22.1
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PDF-API2-2.035/Makefile.PL 
new/PDF-API2-2.036/Makefile.PL
--- old/PDF-API2-2.035/Makefile.PL  2019-08-09 19:41:43.0 +0200
+++ new/PDF-API2-2.036/Makefile.PL  2019-09-17 18:37:12.0 +0200
@@ -24,7 +24,7 @@
 "Test::Exception" => 0,
 "Test::Memory::Cycle" => 0
   },
-  "VERSION" => "2.035",
+  "VERSION" => "2.036",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PDF-API2-2.035/README new/PDF-API2-2.036/README
--- old/PDF-API2-2.035/README   2019-08-09 19:41:43.0 +0200
+++ new/PDF-API2-2.036/README   2019-09-17 18:37:12.0 +0200
@@ -1,5 +1,5 @@
 This archive contains the distribution PDF-API2,
-version 2.035:
+version 2.036:
 
   Facilitates the creation and modification of PDF files
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PDF-API2-2.035/dist.ini new/PDF-API2-2.036/dist.ini
--- old/PDF-API2-2.035/dist.ini 2019-08-09 19:41:43.0 +0200
+++ new/PDF-API2-2.036/dist.ini 2019-09-17 18:37:12.0 +0200
@@ -1,5 +1,5 @@
 name = PDF-API2
-author  = Steve Simms 
+author = Steve Simms 
 license = LGPL_2_1
 copyright_holder = Steve Simms
 
@@ -32,7 +32,7 @@
 [Git::Tag]
 tag_format = %v
 
-[GatherDir]
+[Git::GatherDir]
 include_dotfiles = 1
 exclude_match = ^\.(?!perlcriticrc$)
 
@@ -52,3 +52,4 @@
 [TestRelease]
 [ConfirmRelease]
 [UploadToCPAN]
+[Git::Push]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PDF-API2-2.035/lib/PDF/API2/Annotation.pm 
new/PDF-API2-2.036/lib/PDF/API2/Annotation.pm
--- 

commit paraview for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2019-09-23 12:38:33

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


Package is "paraview"

Mon Sep 23 12:38:33 2019 rev:26 rq:732252 version:5.6.2

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2019-08-19 
21:39:29.568312785 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.7948/paraview.changes  
2019-09-23 12:39:20.397590983 +0200
@@ -1,0 +2,11 @@
+Fri Sep 20 06:14:35 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 5.6.2:
+  * Fixes a trackpad interaction bug on macOS.
+
+---
+Fri Sep 20 05:46:33 UTC 2019 - Atri Bhattacharya 
+
+- Pass -ffat-lto-objects for static libs.
+
+---

Old:

  ParaView-v5.6.1.tar.xz
  ParaViewGuide-5.6.1.pdf

New:

  ParaView-v5.6.2.tar.xz
  ParaViewGuide-5.6.2.pdf



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.pnAZrW/_old  2019-09-23 12:39:22.357590661 +0200
+++ /var/tmp/diff_new_pack.pnAZrW/_new  2019-09-23 12:39:22.361590661 +0200
@@ -19,7 +19,7 @@
 %define major_ver 5.6
 
 Name:   paraview
-Version:5.6.1
+Version:5.6.2
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
@@ -120,6 +120,8 @@
 %patch9 -p1
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+
 # Prepare for gcc 4.9.0: work around gcc 4.9.0 regression
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294
 sed -i -e 's/-Wl,--fatal-warnings//' VTK/CMake/vtkCompilerExtraFlags.cmake

++ ParaView-v5.6.1.tar.xz -> ParaView-v5.6.2.tar.xz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.paraview.new.7948/ParaView-v5.6.2.tar.xz differ: 
char 26, line 1

++ ParaViewGuide-5.6.1.pdf -> ParaViewGuide-5.6.2.pdf ++




commit enigmail for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package enigmail for openSUSE:Factory 
checked in at 2019-09-23 12:38:29

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


Package is "enigmail"

Mon Sep 23 12:38:29 2019 rev:35 rq:732243 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/enigmail/enigmail.changes2019-08-30 
14:41:36.057419749 +0200
+++ /work/SRC/openSUSE:Factory/.enigmail.new.7948/enigmail.changes  
2019-09-23 12:39:09.669592749 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 20:20:13 UTC 2019 - Andreas Stieger 
+
+- boo#1151317: SeaMonkey is no longer supported. Update description
+  and no longer put in SeaMonkey addons path
+
+---



Other differences:
--
++ enigmail.spec ++
--- /var/tmp/diff_new_pack.TNrV3S/_old  2019-09-23 12:39:10.841592556 +0200
+++ /var/tmp/diff_new_pack.TNrV3S/_new  2019-09-23 12:39:10.845592555 +0200
@@ -20,7 +20,7 @@
 Name:   enigmail
 Version:2.1.2
 Release:0
-Summary:OpenPGP addon for Thunderbird and SeaMonkey
+Summary:OpenPGP addon for Mozilla Thunderbird
 License:MPL-2.0
 Group:  Productivity/Networking/Email/Clients
 URL:https://www.enigmail.net/
@@ -37,7 +37,7 @@
 Requires:   pinentry-gui
 
 %description
-This package contains the Enigmail OpenPGP Addon for Thunderbird and SeaMonkey.
+This package contains the Enigmail OpenPGP Addon for Mozilla Thunderbird.
 
 %prep
 %setup -q -n enigmail
@@ -55,10 +55,6 @@
 mkdir -p $_enig_dir
 (cd $_enig_dir; unzip $RPM_BUILD_DIR/enigmail/build/enigmail-*.xpi)
 #rm $_enig_dir/*.xpi
-# SeaMonkey location
-mkdir -p 
%{buildroot}%{_libdir}/mozilla/extensions/\{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a\}
-(cd 
%{buildroot}%{_libdir}/mozilla/extensions/\{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a\};
 \
-  ln -s 
../\{3550f703-e582-4d05-9a08-453d09bdfdc6\}/\{847b3a00-7ab1-11d4-8f02-006008948af5\}
 )
 
 mkdir -p %{buildroot}%{_datadir}/appdata/
 install -m644 public/thunderbird-enigmail.metainfo.xml 
%{buildroot}%{_datadir}/appdata/enigmail.appdata.xml






commit asio for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package asio for openSUSE:Factory checked in 
at 2019-09-23 12:38:09

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


Package is "asio"

Mon Sep 23 12:38:09 2019 rev:27 rq:732140 version:1.12.2

Changes:

--- /work/SRC/openSUSE:Factory/asio/asio.changes2018-04-22 
14:41:19.329314846 +0200
+++ /work/SRC/openSUSE:Factory/.asio.new.7948/asio.changes  2019-09-23 
12:38:53.569595397 +0200
@@ -1,0 +2,25 @@
+Fri Sep 20 08:08:33 UTC 2019 - ec...@opensuse.org
+
+- Version update to 1.12.2:
+  * Fixed a problem with the detection of std::future availability with 
libstdc++.
+  * Fixed compile error in regex overload of read_until.
+  * Fixed a timer heap corruption issue that can occur when moving a cancelled 
timer.
+  * Fixed detection of std::experimental::string_view and std::string_view 
with newer clang/libc++.
+  * Fixed MSVC version detection for availability of std::invoke_result.
+  * Fixed the buffer sequence traits to test the new requirements, if decltype 
is available.
+  * Fixed an MSVC issue when building with exceptions disabled.
+  * Added SSL context options for TLS v1.3.
+  * Added a compile-time test for TLS v1 support.
+  * Fixed the macro used to test for TLS v1.2 support.
+  * Prevented global objects from being created once per thread on Windows.
+  * Fixed a crash when using size(), max_size() or empty() on 
default-constructed resolver results.
+  * Changed to move the return value in basic_resolver_results::begin() to 
avoid copying.
+  * Enabled move support for the Intel Compiler.
+  * Fixed std::string_view detection issue when using clang-cl.
+  * Fixed the handler tracking operation name for 
io_context::executor_type::dispatch.
+  * Fixed a buffer overflow that could occur when parsing an address string 
with a 64-bit scope id.
+  * Added examples showing how to write composed operations.
+  * Added C++11 versions of the Timeouts, Timers, SOCKS4 and SSL examples.
+  * Fixed minor issues in documentation and examples.
+
+---

Old:

  asio-1.12.1.tar.bz2

New:

  asio-1.12.2.tar.bz2



Other differences:
--
++ asio.spec ++
--- /var/tmp/diff_new_pack.JXjMH6/_old  2019-09-23 12:38:54.001595326 +0200
+++ /var/tmp/diff_new_pack.JXjMH6/_new  2019-09-23 12:38:54.001595326 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asio
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   asio
-Version:1.12.1
+Version:1.12.2
 Release:0
 Summary:A cross-platform C++ library for network and low-level I/O 
programming
 License:BSD-3-Clause

++ asio-1.12.1.tar.bz2 -> asio-1.12.2.tar.bz2 ++
 28577 lines of diff (skipped)




commit chromium for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2019-09-23 12:35:02

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


Package is "chromium"

Mon Sep 23 12:35:02 2019 rev:232 rq:732044 version:77.0.3865.90

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2019-09-19 
15:52:43.711270286 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new.7948/chromium.changes  
2019-09-23 12:38:29.461599364 +0200
@@ -1,0 +2,5 @@
+Thu Sep 19 12:55:15 UTC 2019 - Jan Ritzerfeld 
+
+- Added patch chromium-vaapi-fix.patch again to fix boo#1146219
+
+---

New:

  chromium-vaapi-fix.patch



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.2Dt6O3/_old  2019-09-23 12:38:35.581598357 +0200
+++ /var/tmp/diff_new_pack.2Dt6O3/_new  2019-09-23 12:38:35.585598356 +0200
@@ -104,6 +104,7 @@
 #  (default on) compared to the PR
 Patch100:   chromium-vaapi.patch
 Patch101:   old-libva.patch
+Patch102:   chromium-vaapi-fix.patch
 # PATCH-FIX-SUSE: allow prop codecs to be set with chromium branding
 Patch200:   chromium-prop-codecs.patch
 BuildRequires:  SDL-devel

++ chromium-vaapi-fix.patch ++
>From fe61d25580bd22d68b20323e7cd684dcba0cd3f4 Mon Sep 17 00:00:00 2001
From: Akarshan Biswas 
Date: Tue, 9 Jul 2019 18:39:54 +0530
Subject: [PATCH] Disable VAProfileNone on Linux and fix vaapi drm

---
 .../gpu_video_decode_accelerator_factory.cc   |  2 ++
 .../vaapi/vaapi_video_decode_accelerator.cc   | 21 
 media/gpu/vaapi/vaapi_wrapper.cc  | 24 +++
 3 files changed, 42 insertions(+), 5 deletions(-)

Index: chromium-77.0.3865.90/media/gpu/gpu_video_decode_accelerator_factory.cc
===
--- chromium-77.0.3865.90.orig/media/gpu/gpu_video_decode_accelerator_factory.cc
+++ chromium-77.0.3865.90/media/gpu/gpu_video_decode_accelerator_factory.cc
@@ -171,6 +171,8 @@ GpuVideoDecodeAcceleratorFactory::Create
 vda = (this->*create_vda_function)(workarounds, gpu_preferences, 
media_log);
 if (vda && vda->Initialize(config, client))
   return vda;
+  else
+  LOG(ERROR) << "Initialization of one or more VDAs failed.";
   }
 
   return nullptr;
Index: chromium-77.0.3865.90/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
===
--- chromium-77.0.3865.90.orig/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
+++ chromium-77.0.3865.90/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
@@ -63,6 +63,9 @@ void ReportToUMA(VAVDADecoderFailure fai
 VAVDA_DECODER_FAILURES_MAX + 1);
 }
 
+// Move this thing to chromeos only as build can fail if treat warnings as 
errors been set to true
+#if defined(OS_ANDROID) || defined(OS_CHROMEOS)
+
 // Returns true if the CPU is an Intel Gemini Lake or later (including Kaby
 // Lake) Cpu platform id's are referenced from the following file in kernel
 // source arch/x86/include/asm/intel-family.h
@@ -76,6 +79,8 @@ bool IsGeminiLakeOrLater() {
   return is_geminilake_or_later;
 }
 
+#endif
+
 }  // namespace
 
 #define RETURN_AND_NOTIFY_ON_FAILURE(result, log, error_code, ret) \
@@ -631,6 +636,13 @@ void VaapiVideoDecodeAccelerator::Assign
   va_surface_format_ = GetVaFormatForVideoCodecProfile(profile_);
   std::vector va_surface_ids;
 
+  // Nvidia doesn't support VAProfileNone, so don't try to create a temporary
+  // copy buffer there. It's not needed anyways for hardware video decoding
+  // to work.
+  
+  #if defined(OS_ANDROID) || defined(OS_CHROMEOS)
+
+
   // If we aren't in BufferAllocationMode::kNone, we have to allocate a
   // |vpp_vaapi_wrapper_| for VaapiPicture to DownloadFromSurface() the VA's
   // internal decoded frame.
@@ -644,15 +656,20 @@ void VaapiVideoDecodeAccelerator::Assign
   NotifyError(PLATFORM_FAILURE);
 }
   }
+  #endif
 
   for (size_t i = 0; i < buffers.size(); ++i) {
 // If we aren't in BufferAllocationMode::kNone, this |picture| is
 // only used as a copy destination. Therefore, the VaapiWrapper used and
 // owned by |picture| is |vpp_vaapi_wrapper_|.
 std::unique_ptr picture = vaapi_picture_factory_->Create(
+   #if defined(OS_LINUX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
+vaapi_wrapper_,
+#else
 (buffer_allocation_mode_ == BufferAllocationMode::kNone)
 ? vaapi_wrapper_
 : vpp_vaapi_wrapper_,
+#endif
 make_context_current_cb_, bind_image_cb_, buffers[i]);
 

commit perl-MCE for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package perl-MCE for openSUSE:Factory 
checked in at 2019-09-23 12:38:04

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


Package is "perl-MCE"

Mon Sep 23 12:38:04 2019 rev:12 rq:732126 version:1.862

Changes:

--- /work/SRC/openSUSE:Factory/perl-MCE/perl-MCE.changes2019-09-18 
13:11:45.852685805 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MCE.new.7948/perl-MCE.changes  
2019-09-23 12:38:44.717596854 +0200
@@ -1,0 +2,22 @@
+Fri Sep 20 08:28:49 UTC 2019 -  
+
+- updated to 1.862
+   see /usr/share/doc/packages/perl-MCE/Changes
+
+  1.862 Wed Sep 18 22:00:00 EST 2019
+  
+* Hotfix for 1.861.
+
+---
+Thu Sep 19 07:55:03 UTC 2019 -  
+
+- updated to 1.861
+   see /usr/share/doc/packages/perl-MCE/Changes
+
+  1.861 Wed Sep 18 08:30:00 EST 2019
+  
+* Hotfix for 1.849-1.860. The edge cases regarding signal handling have
+  been finally resolved for MCE::Child. Thank you, Richard Kelsch for the
+  use case involving ctrl-c. See mce-examples/framebuffer on GitHub.
+
+---

Old:

  MCE-1.860.tar.gz

New:

  MCE-1.862.tar.gz



Other differences:
--
++ perl-MCE.spec ++
--- /var/tmp/diff_new_pack.VrABIc/_old  2019-09-23 12:38:45.053596798 +0200
+++ /var/tmp/diff_new_pack.VrABIc/_new  2019-09-23 12:38:45.053596798 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MCE
-Version:1.860
+Version:1.862
 Release:0
 %define cpan_name MCE
 Summary:Many-Core Engine for Perl providing parallel processing 
capabilities

++ MCE-1.860.tar.gz -> MCE-1.862.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.860/Changes new/MCE-1.862/Changes
--- old/MCE-1.860/Changes   2019-09-16 03:00:19.0 +0200
+++ new/MCE-1.862/Changes   2019-09-19 04:21:21.0 +0200
@@ -1,6 +1,16 @@
 
 Revision history for Perl module MCE.
 
+1.862 Wed Sep 18 22:00:00 EST 2019
+
+  * Hotfix for 1.861.
+
+1.861 Wed Sep 18 08:30:00 EST 2019
+
+  * Hotfix for 1.849-1.860. The edge cases regarding signal handling have
+been finally resolved for MCE::Child. Thank you, Richard Kelsch for the
+use case involving ctrl-c. See mce-examples/framebuffer on GitHub.
+
 1.860 Sun Sep 15 20:00:00 EST 2019
 
   * Signal-handling update release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MCE-1.860/META.json new/MCE-1.862/META.json
--- old/MCE-1.860/META.json 2019-09-16 03:05:31.0 +0200
+++ new/MCE-1.862/META.json 2019-09-19 04:43:12.0 +0200
@@ -65,123 +65,123 @@
"provides" : {
   "MCE" : {
  "file" : "lib/MCE.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Candy" : {
  "file" : "lib/MCE/Candy.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Channel" : {
  "file" : "lib/MCE/Channel.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Channel::Mutex" : {
  "file" : "lib/MCE/Channel/Mutex.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Channel::Simple" : {
  "file" : "lib/MCE/Channel/Simple.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Channel::Threads" : {
  "file" : "lib/MCE/Channel/Threads.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Child" : {
  "file" : "lib/MCE/Child.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Core::Input::Generator" : {
  "file" : "lib/MCE/Core/Input/Generator.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Core::Input::Handle" : {
  "file" : "lib/MCE/Core/Input/Handle.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Core::Input::Iterator" : {
  "file" : "lib/MCE/Core/Input/Iterator.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Core::Input::Request" : {
  "file" : "lib/MCE/Core/Input/Request.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Core::Input::Sequence" : {
  "file" : "lib/MCE/Core/Input/Sequence.pm",
- "version" : "1.860"
+ "version" : "1.862"
   },
   "MCE::Core::Manager" : {
  "file" : "lib/MCE/Core/Manager.pm",
- "version" : "1.860"
+ 

commit perl-AnyEvent for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package perl-AnyEvent for openSUSE:Factory 
checked in at 2019-09-23 12:38:48

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


Package is "perl-AnyEvent"

Mon Sep 23 12:38:48 2019 rev:35 rq:732302 version:7.17

Changes:

--- /work/SRC/openSUSE:Factory/perl-AnyEvent/perl-AnyEvent.changes  
2019-07-22 17:18:46.437940147 +0200
+++ /work/SRC/openSUSE:Factory/.perl-AnyEvent.new.7948/perl-AnyEvent.changes
2019-09-23 12:39:25.357590168 +0200
@@ -1,0 +2,26 @@
+Wed Sep 18 08:14:03 UTC 2019 -  
+
+- updated to 7.17
+   see /usr/share/doc/packages/perl-AnyEvent/Changes
+
+  TODO: document TCP_*** constants
+  TODO: add debug/trace logging to some modules
+  TODO: use the eval-with-cb-call trick also to speed up JSON?
+  TODO: FAQ: common pitfalls? invoke-before-return
+  TODO: FAQ: scope-ids? hosts file order?
+  TODO: AnyEvent::Handle with AnyEvent::IO?
+  TODO: invalid. and localhost. specialcasing inside AEDNS and not AESocket 
(rfc6761)
+  TODO: maybe implement env variable to give hosts precedence
+  TODO: more formats for parse_ipv6 (single ipv6 address without port, ...p80, 
...#80)
+  TODO: inet_aton maybe pack C4? no, add a comment why not
+  TODO: socket prepare callbacks, can they easily signal failure as well?
+  TODO: Олег Г , empty A record response causes
+  AnyEvent::resolve_sockaddr to eventually call pack_sockaddr with undef -
+  broken dns server, but maybe improve the response.
+  
+  7.17 Wed Sep 18 03:04:49 CEST 2019
+   - work around antique openssl version in RHEL 7  by formatting
+dh parameters differently (reported by several people).
+   - add t/13_weaken.t.
+
+---

Old:

  AnyEvent-7.16.tar.gz

New:

  AnyEvent-7.17.tar.gz



Other differences:
--
++ perl-AnyEvent.spec ++
--- /var/tmp/diff_new_pack.K6yCGR/_old  2019-09-23 12:39:25.721590107 +0200
+++ /var/tmp/diff_new_pack.K6yCGR/_new  2019-09-23 12:39:25.725590107 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-AnyEvent
-Version:7.16
+Version:7.17
 Release:0
 #Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
 %define cpan_name AnyEvent

++ AnyEvent-7.16.tar.gz -> AnyEvent-7.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.16/Changes new/AnyEvent-7.17/Changes
--- old/AnyEvent-7.16/Changes   2019-07-19 18:01:05.0 +0200
+++ new/AnyEvent-7.17/Changes   2019-09-18 03:04:53.0 +0200
@@ -1,5 +1,25 @@
 Revision history for Perl extension AnyEvent.
 
+TODO: document TCP_*** constants
+TODO: add debug/trace logging to some modules
+TODO: use the eval-with-cb-call trick also to speed up JSON?
+TODO: FAQ: common pitfalls? invoke-before-return
+TODO: FAQ: scope-ids? hosts file order?
+TODO: AnyEvent::Handle with AnyEvent::IO?
+TODO: invalid. and localhost. specialcasing inside AEDNS and not AESocket 
(rfc6761)
+TODO: maybe implement env variable to give hosts precedence
+TODO: more formats for parse_ipv6 (single ipv6 address without port, ...p80, 
...#80)
+TODO: inet_aton maybe pack C4? no, add a comment why not
+TODO: socket prepare callbacks, can they easily signal failure as well?
+TODO: Олег Г , empty A record response causes
+AnyEvent::resolve_sockaddr to eventually call pack_sockaddr with undef -
+broken dns server, but maybe improve the response.
+
+7.17 Wed Sep 18 03:04:49 CEST 2019
+   - work around antique openssl version in RHEL 7  by formatting
+  dh parameters differently (reported by several people).
+   - add t/13_weaken.t.
+
 7.16 Fri Jul 19 18:00:21 CEST 2019
- add ffdhe group dh parameters from RFC 7919, and use ffdhe3072
   as new default, instead of schmorp1539.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.16/MANIFEST new/AnyEvent-7.17/MANIFEST
--- old/AnyEvent-7.16/MANIFEST  2019-07-19 18:01:28.0 +0200
+++ new/AnyEvent-7.17/MANIFEST  2019-09-18 03:10:47.0 +0200
@@ -51,6 +51,7 @@
 t/io_common
 t/11_io_perl.t
 t/12_io_ioaio.t
+t/13_weaken.t
 t/handle/01_readline.t
 t/handle/02_write.t
 t/handle/03_http_req.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.16/META.json new/AnyEvent-7.17/META.json
--- old/AnyEvent-7.16/META.json 2019-07-19 18:01:28.0 +0200
+++ new/AnyEvent-7.17/META.json 2019-09-18 03:10:47.0 +0200
@@ -4,13 +4,13 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 

commit telegraf for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package telegraf for openSUSE:Factory 
checked in at 2019-09-23 12:38:39

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


Package is "telegraf"

Mon Sep 23 12:38:39 2019 rev:3 rq:732254 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/telegraf/telegraf.changes2019-09-11 
10:33:01.447337502 +0200
+++ /work/SRC/openSUSE:Factory/.telegraf.new.7948/telegraf.changes  
2019-09-23 12:39:22.717590602 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 07:46:24 UTC 2019 - Jan Engelhardt 
+
+- Trim future goals from description, it is not in the scope
+  of openSUSE package descriptions.
+
+---



Other differences:
--
++ telegraf.spec ++
--- /var/tmp/diff_new_pack.VnIOnF/_old  2019-09-23 12:39:24.053590382 +0200
+++ /var/tmp/diff_new_pack.VnIOnF/_new  2019-09-23 12:39:24.057590382 +0200
@@ -46,9 +46,6 @@
 %description
 Telegraf is an agent written in Go for collecting, processing, aggregating, 
and writing metrics.
 
-Design goals are to have a minimal memory footprint with a plugin system so 
that developers in the community can
-easily add support for collecting metrics from local or remote services.
-
 %prep
 mkdir -p %{_influxdata_dir}
 tar -C %{_influxdata_dir} -xzf %{SOURCE0}
@@ -100,7 +97,7 @@
 %license src/github.com/influxdata/%{name}/LICENSE
 %doc src/github.com/influxdata/%{name}/README.md
 %dir %{_config_dir}
-%config %{_config_dir}/%{name}.conf
+%config(noreplace) %{_config_dir}/%{name}.conf
 %{_bindir}/%{name}
 
 %changelog




commit drpm for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package drpm for openSUSE:Factory checked in 
at 2019-09-23 12:38:44

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


Package is "drpm"

Mon Sep 23 12:38:44 2019 rev:2 rq:732265 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/drpm/drpm.changes2019-09-13 
14:58:36.201277960 +0200
+++ /work/SRC/openSUSE:Factory/.drpm.new.7948/drpm.changes  2019-09-23 
12:39:24.185590360 +0200
@@ -1,0 +2,15 @@
+Sat Sep 21 02:31:40 UTC 2019 - Neal Gompa 
+
+- Rework zstd enablement conditional and simplify it
+
+---
+Sat Sep 21 02:27:26 UTC 2019 - Neal Gompa 
+
+- Fix the conditional for disabling zstd for Leap 15.1 and lower
+
+---
+Fri Sep 13 18:04:04 UTC 2019 - Neal Gompa 
+
+- Disable zstd for Leap 15.1 and lower due to broken zstd
+
+---



Other differences:
--
++ drpm.spec ++
--- /var/tmp/diff_new_pack.zQYeBE/_old  2019-09-23 12:39:24.513590306 +0200
+++ /var/tmp/diff_new_pack.zQYeBE/_new  2019-09-23 12:39:24.517590306 +0200
@@ -27,11 +27,11 @@
 %bcond_without tests
 %endif
 
-%if (0%{?suse_version} && 0%{?suse_version} < 1500) || (0%{?is_opensuse} == 0 
&& 0%{?suse_version} == 1500)
-# Disable zstd for SLE 15 and older
-%bcond_with zstd
-%else
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
+# Enable zstd when not SLE 15.1 and older
 %bcond_without zstd
+%else
+%bcond_with zstd
 %endif
 
 Name:   drpm




commit treeline for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package treeline for openSUSE:Factory 
checked in at 2019-09-23 12:38:16

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


Package is "treeline"

Mon Sep 23 12:38:16 2019 rev:24 rq:732182 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/treeline/treeline.changes2016-02-26 
00:46:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.treeline.new.7948/treeline.changes  
2019-09-23 12:39:06.341593296 +0200
@@ -1,0 +2,7 @@
+Fri Sep 20 08:57:19 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 3.1.1 to use PyQt5 instead of PyQt4.
+  * No changelog available
+- Run spec-cleaner
+
+---

Old:

  treeline-2.0.2.tar.gz
  treeline.desktop
  treeline.png

New:

  treeline-3.1.1.tar.gz



Other differences:
--
++ treeline.spec ++
--- /var/tmp/diff_new_pack.6Z1TrH/_old  2019-09-23 12:39:06.677593241 +0200
+++ /var/tmp/diff_new_pack.6Z1TrH/_new  2019-09-23 12:39:06.681593240 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package treeline
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   treeline
-Version:2.0.2
+Version:3.1.1
 Release:0
 Summary:Versatile Tree-Style Outliner for Defining Custom Data Schemas
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Office/Other
-Url:http://treeline.bellz.org
-Source0:
http://sourceforge.net/projects/treeline/files/%{version}/treeline-%{version}.tar.gz
-Source1:%{name}.desktop
-Source2:x-%{name}.desktop
-Source3:x-%{name}-gz.desktop
-Source4:x-treepad.desktop
-Source5:treeline.png
+URL:https://treeline.bellz.org
+Source0:
https://github.com/doug-101/TreeLine/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source1:x-%{name}.desktop
+Source2:x-%{name}-gz.desktop
+Source3:x-treepad.desktop
 Source99:   treeline-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  perl
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
-Requires:   python3-qt4
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python3-qt5
 BuildArch:  noarch
 
 %description
@@ -75,6 +72,7 @@
 %install
 python3 install.py -x \
-p "%{_prefix}" \
+   -i "%{_datadir}/%{name}/icons" \
-d "%{_docdir}/%{name}" \
-b %{buildroot}
 
@@ -84,31 +82,34 @@
 
 install -d "%{buildroot}%{_datadir}/mimelnk/application"
 install -m0644 \
+"%{SOURCE1}" \
 "%{SOURCE2}" \
 "%{SOURCE3}" \
-"%{SOURCE4}" \
 "%{buildroot}%{_datadir}/mimelnk/application/"
 
-install -D -m0644 "%{SOURCE5}" "%{buildroot}%{_datadir}/pixmaps/treeline.png"
-
 %suse_update_desktop_file -i treeline Office ProjectManagement
 
 %fdupes -s "%{buildroot}%{_datadir}"
 
-find %{buildroot}%{_docdir} -type f -name "INSTALL" -print -delete
+rm -f %{buildroot}%{_docdir}/%{name}/{INSTALL,LICENSE}
 
 %files
-%defattr(-,root,root,-)
+%license doc/LICENSE
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/48x48
+%dir %{_datadir}/icons/hicolor/48x48/apps
+%dir %{_datadir}/icons/hicolor/scalable
+%dir %{_datadir}/icons/hicolor/scalable/apps
+%dir %{_datadir}/mimelnk
+%dir %{_datadir}/mimelnk/application
 %doc %{_docdir}/%{name}
 %{_bindir}/treeline
-%{_datadir}/treeline/
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/treeline.png
-%{_datadir}/icons/treeline
-%dir %{_datadir}/mimelnk
-%dir %{_datadir}/mimelnk/application
+%{_datadir}/icons/hicolor/48x48/apps/treeline-icon.png
+%{_datadir}/icons/hicolor/scalable/apps/treeline-icon.svg
 %{_datadir}/mimelnk/application/x-treeline-gz.desktop
 %{_datadir}/mimelnk/application/x-treeline.desktop
 %{_datadir}/mimelnk/application/x-treepad.desktop
+%{_datadir}/treeline/
 
 %changelog

++ treeline-2.0.2.tar.gz -> treeline-3.1.1.tar.gz ++
 43730 lines of diff (skipped)




commit gzdoom for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package gzdoom for openSUSE:Factory checked 
in at 2019-09-23 12:38:12

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


Package is "gzdoom"

Mon Sep 23 12:38:12 2019 rev:8 rq:732152 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/gzdoom/gzdoom.changes2019-08-24 
18:46:18.769757838 +0200
+++ /work/SRC/openSUSE:Factory/.gzdoom.new.7948/gzdoom.changes  2019-09-23 
12:39:04.465593605 +0200
@@ -1,0 +2,14 @@
+Fri Sep 13 11:39:15 UTC 2019 - Jan Engelhardt 
+
+- Update to release 4.2.1
+  * Level compatibility additions for Scythe 2 and Hell Revealed.
+  * Add current, max and average velocity as stat.
+  * Let Hexen Cleric and Mage use unique health chains.
+  * Allow custom status bars to override notification and
+centered message display.
+  * Improve crosshair health color to be more informative.
+  * Added obituary fallbacks for actors that do not have
+any defined.
+- Remove fl2.patch (merged)
+
+---

Old:

  fl2.patch
  g4.2.0.tar.gz

New:

  g4.2.1.tar.gz



Other differences:
--
++ gzdoom.spec ++
--- /var/tmp/diff_new_pack.O9X9pg/_old  2019-09-23 12:39:06.141593329 +0200
+++ /var/tmp/diff_new_pack.O9X9pg/_new  2019-09-23 12:39:06.141593329 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gzdoom
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:A DOOM source port with graphic and modding extensions
 License:GPL-3.0-only
@@ -27,9 +27,8 @@
 #Git-Clone: https://github.com/coelckers/gzdoom
 Source: https://github.com/coelckers/gzdoom/archive/g%version.tar.gz
 Patch1: gzdoom-waddir.patch
-Patch4: fl2.patch
-Patch5: gzdoom-lzma.patch
-Patch6: gzdoom-vulkan.patch
+Patch2: gzdoom-lzma.patch
+Patch3: gzdoom-vulkan.patch
 BuildRequires:  cmake >= 2.8.7
 BuildRequires:  gcc-c++
 BuildRequires:  glslang-devel
@@ -68,6 +67,7 @@
 Provides:   bundled(dumb) = 0.9.3
 Provides:   bundled(gdtoa)
 Provides:   bundled(re2c) = 0.16.0
+Provides:   bundled(xbrz) = 1.7
 
 %description
 GZDoom is a port (a modification) of the original Doom source code, featuring:
@@ -83,13 +83,13 @@
 
 %prep
 %setup -q -n %name-g%version
-%patch -P 1 -P 4 -p1
+%patch -P 1 -p1
 
 %if 0%{?suse_version} >= 1500
-%patch -P 5 -p1
+%patch -P 2 -p1
 %endif
 %if 0%{?suse_version} >= 1550
-%patch -P 6 -p1
+%patch -P 3 -p1
 rm -Rfv glslang src/rendering/vulkan/thirdparty/vulkan
 %endif
 perl -i -pe 's{__DATE__}{""}g' src/posix/sdl/i_main.cpp

++ g4.2.0.tar.gz -> g4.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/gzdoom/g4.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.gzdoom.new.7948/g4.2.1.tar.gz differ: char 25, line 
1




commit xiphos for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2019-09-23 12:38:58

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


Package is "xiphos"

Mon Sep 23 12:38:58 2019 rev:20 rq:732333 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2018-08-24 
17:11:41.558612700 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new.7948/xiphos.changes  2019-09-23 
12:39:30.789589274 +0200
@@ -1,0 +2,11 @@
+Wed Sep 11 10:14:48 UTC 2019 - Bjørn Lie 
+
+- Add conditional variant of suse_update_desktop_file for Factory
+  and newer versions of openSUSE, fixes build in Factory.
+- Add conditional xiphos-build-without-scrollkeeper.patch and
+  xiphos-remove-gconf-2.0.patch, make scrollkeeper and
+  pkgconfig(gconf-2.0) BuildRequires conditional. No longer depend
+  on scrollkeeper and gconf in Factory and newer versions of
+  openSUSE. Patches borrowed from debian.
+
+---

New:

  xiphos-build-without-scrollkeeper.patch
  xiphos-remove-gconf-2.0.patch



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.rjW51h/_old  2019-09-23 12:39:31.589589142 +0200
+++ /var/tmp/diff_new_pack.rjW51h/_new  2019-09-23 12:39:31.593589141 +0200
@@ -25,17 +25,17 @@
 Url:http://xiphos.org/
 Source0:
https://github.com/crosswire/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
+Patch0: xiphos-build-without-scrollkeeper.patch
+Patch1: xiphos-remove-gconf-2.0.patch
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
-BuildRequires:  scrollkeeper
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(biblesync) >= 1.1.2
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -53,6 +53,10 @@
 Provides:   sword-frontend
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} < 1550
+BuildRequires:  scrollkeeper
+BuildRequires:  pkgconfig(gconf-2.0)
+%endif
 
 %description
 Bible Study Software for the Linux community. Lookup and search Bible texts and
@@ -66,6 +70,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} >= 1550
+%autopatch -p1
+%endif
 
 %build
 export CFLAGS="%{optflags}"
@@ -78,8 +85,12 @@
 
 %install
 ./waf install --destdir=%{buildroot}
+%if 0%{?suse_version} < 1550
 install -D -m 644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file -n 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+%else
+%suse_update_desktop_file %{name} Education Spirituality
+%endif
 # package docs with macro
 rm -frv %{buildroot}/%{_datadir}/doc/%{name}
 install -Dm644 xiphos.1 %{buildroot}%{_mandir}/man1/xiphos.1
@@ -87,11 +98,13 @@
 %fdupes -s %{buildroot}/%{_datadir}
 %find_lang %{name}
 
+%if 0%{?suse_version} < 1330
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)
@@ -104,7 +117,9 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/xiphos.appdata.xml
 %{_mandir}/man1/*
+%if 0%{?suse_version} < 1550
 %dir %{_datadir}/omf
+%endif
 
 %files lang -f %{name}.lang
 %defattr(-, root, root)

++ xiphos-build-without-scrollkeeper.patch ++
From: Jeremy Bicha 
Date: Mon, 22 Oct 2018 08:42:57 -0400
Subject: build without scrollkeeper

---
 help/Guidelines|  2 +-
 help/xiphos.omf.in |  9 -
 waffles/gnome.py   | 36 
 wscript|  1 -
 4 files changed, 1 insertion(+), 47 deletions(-)
 delete mode 100644 help/xiphos.omf.in

diff --git a/help/Guidelines b/help/Guidelines
index 6676912..69ec156 100644
--- a/help/Guidelines
+++ b/help/Guidelines
@@ -21,7 +21,7 @@ in PDF format, please email one of the Documentation 
developers.
Also, using xmllint can save a lot of frustration: "xmllint xiphos.xml"
 
 This also helps with finding errors and debugging. 
-3. Please make sure that you have properly edited xiphos-manual-(lang).omf and 
Makefile.am.
+3. Please make sure that you have properly edited Makefile.am.
 -
 Translations
 -
diff --git a/help/xiphos.omf.in b/help/xiphos.omf.in
deleted file mode 100644
index e796583..000
--- a/help/xiphos.omf.in
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-  
-
-manual
-
-
-  
-
diff --git a/waffles/gnome.py b/waffles/gnome.py
index 58bbb0d..b5c2290 100644
--- 

commit libqt5-creator for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2019-09-23 12:37:50

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


Package is "libqt5-creator"

Mon Sep 23 12:37:50 2019 rev:69 rq:732111 version:4.10.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2019-09-11 10:40:39.975217138 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new.7948/libqt5-creator.changes  
2019-09-23 12:38:41.541597376 +0200
@@ -1,0 +2,5 @@
+Thu Sep 19 21:46:57 UTC 2019 - Herbert Graeber 
+
+- Add new pri file to plugin-devel subpackage
+
+---



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.GFeaF3/_old  2019-09-23 12:38:42.197597268 +0200
+++ /var/tmp/diff_new_pack.GFeaF3/_new  2019-09-23 12:38:42.201597268 +0200
@@ -135,7 +135,7 @@
 
 # plugin development files
 mkdir %{buildroot}%{_datadir}/qtcreator-devel
-cp qtcreator.pri %{buildroot}%{_datadir}/qtcreator-devel
+cp *.pri %{buildroot}%{_datadir}/qtcreator-devel
 find src \( \
-name '*.h' -o -name '*.hpp' -o -name '*.pri' -o -iname 'license*.txt' -o \
-name 'QtConcurrentTools' \




commit mopac7 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package mopac7 for openSUSE:Factory checked 
in at 2019-09-23 12:38:22

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


Package is "mopac7"

Mon Sep 23 12:38:22 2019 rev:6 rq:732206 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/mopac7/mopac7.changes2019-06-01 
09:48:49.199338211 +0200
+++ /work/SRC/openSUSE:Factory/.mopac7.new.7948/mopac7.changes  2019-09-23 
12:39:07.549593097 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 14:30:54 UTC 2019 - Martin Pluskal 
+
+- Modernise spec file by using latest macros
+
+---



Other differences:
--
++ mopac7.spec ++
--- /var/tmp/diff_new_pack.z4sAIH/_old  2019-09-23 12:39:07.989593025 +0200
+++ /var/tmp/diff_new_pack.z4sAIH/_new  2019-09-23 12:39:07.989593025 +0200
@@ -23,7 +23,7 @@
 Summary:Semi-empirical quantum mechanics suite
 License:SUSE-Public-Domain
 Group:  Productivity/Scientific/Chemistry
-Url:http://sourceforge.net/projects/mopac7/
+URL:https://sourceforge.net/projects/mopac7/
 Source0:
http://www.bioinformatics.org/ghemical/download/current/%{name}-%{version}.tar.gz
 Patch1: mopac7-1.14-random_data.patch
 Patch2: mopac7-1.14-libdir.patch
@@ -67,10 +67,7 @@
 This package contains development files.
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%autosetup -p1
 
 %build
 autoreconf -fiv
@@ -78,7 +75,7 @@
 export FFLAGS="%{optflags} -std=legacy -fno-automatic"
 %configure \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -92,22 +89,15 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS README tests
-%if 0%{?suse_version} >= 01500
-%license COPYING
-%else
-%doc COPYING
-%endif
 %attr(755,root,root) %{_bindir}/run_mopac7
 %{_bindir}/%{name}
 
 %files -n %{libname}
-%defattr(-,root,root)
+%license COPYING
 %{_libdir}/libmopac7.so.*
 
 %files -n %{libname}-devel
-%defattr(-,root,root)
 %{_includedir}/%{name}
 %{_libdir}/libmopac7.so
 %{_libdir}/pkgconfig/libmopac7.pc




commit python-watcherclient for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-watcherclient for 
openSUSE:Factory checked in at 2019-09-23 12:37:42

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


Package is "python-watcherclient"

Mon Sep 23 12:37:42 2019 rev:3 rq:732097 version:2.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-watcherclient/python-watcherclient.changes
2019-05-03 22:43:27.791372412 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-watcherclient.new.7948/python-watcherclient.changes
  2019-09-23 12:38:39.845597655 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 07:58:59 UTC 2019 - Dirk Mueller 
+
+- update requires to be able to drop tempest
+
+---



Other differences:
--
++ python-watcherclient.spec ++
--- /var/tmp/diff_new_pack.Vt9Tnc/_old  2019-09-23 12:38:40.177597601 +0200
+++ /var/tmp/diff_new_pack.Vt9Tnc/_new  2019-09-23 12:38:40.181597600 +0200
@@ -25,7 +25,6 @@
 URL:https://launchpad.net/%{name}
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  openstack-tempest
 BuildRequires:  python-PrettyTable >= 0.7.2
 BuildRequires:  python-PyYAML >= 3.12
 BuildRequires:  python-cliff >= 2.11.0
@@ -34,6 +33,7 @@
 BuildRequires:  python-mock
 BuildRequires:  python-osc-lib >= 1.10.0
 BuildRequires:  python-oslo.i18n >= 3.20.0
+BuildRequires:  python-oslo.serialization
 BuildRequires:  python-oslo.utils >= 3.36.0
 BuildRequires:  python-oslotest
 BuildRequires:  python-pbr >= 3.1.1




commit rsibreak for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package rsibreak for openSUSE:Factory 
checked in at 2019-09-23 12:39:04

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


Package is "rsibreak"

Mon Sep 23 12:39:04 2019 rev:37 rq:732337 version:0.12.11

Changes:

--- /work/SRC/openSUSE:Factory/rsibreak/rsibreak.changes2019-07-21 
11:33:19.800787580 +0200
+++ /work/SRC/openSUSE:Factory/.rsibreak.new.7948/rsibreak.changes  
2019-09-23 12:39:31.789589109 +0200
@@ -1,0 +2,9 @@
+Sat Sep 21 10:41:35 UTC 2019 - wba...@tmo.at
+
+- Update to 0.12.11:
+  * Improve notification integration with the notification KCM
+  * Translation improvements
+  * Minor code cleanup
+- Switch Qt5/KF5 BuildRequires to cmake() style
+
+---

Old:

  rsibreak-0.12.10.tar.xz

New:

  rsibreak-0.12.11.tar.xz



Other differences:
--
++ rsibreak.spec ++
--- /var/tmp/diff_new_pack.F26CVv/_old  2019-09-23 12:39:32.245589034 +0200
+++ /var/tmp/diff_new_pack.F26CVv/_new  2019-09-23 12:39:32.249589034 +0200
@@ -18,7 +18,7 @@
 
 %define base_ver 0.12
 Name:   rsibreak
-Version:0.12.10
+Version:0.12.11
 Release:0
 Summary:Repetetive Strain Injury recovery and prevention assistance 
utility
 License:GPL-2.0-or-later
@@ -27,25 +27,22 @@
 Source0:
https://download.kde.org/stable/rsibreak/%{base_ver}/rsibreak-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kidletime-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Core) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5IdleTime)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5NotifyConfig)
+BuildRequires:  cmake(KF5TextWidgets)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
 Requires:   hicolor-icon-theme
 Recommends: %{name}-lang = %{version}
 Obsoletes:  %{name}-doc < %{version}

++ rsibreak-0.12.10.tar.xz -> rsibreak-0.12.11.tar.xz ++
 1954 lines of diff (skipped)




commit libqt5-qtmultimedia for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:Factory checked in at 2019-09-23 11:58:38

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


Package is "libqt5-qtmultimedia"

Mon Sep 23 11:58:38 2019 rev:44 rq:730215 version:5.13.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes  
2019-09-09 12:30:03.337582209 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new.7948/libqt5-qtmultimedia.changes
2019-09-23 11:58:40.641991887 +0200
@@ -1,0 +2,7 @@
+Wed Sep 11 13:47:14 UTC 2019 - Stefan Brüns 
+
+- Spec file cleanup
+  - remove GStreamer 0.10 support
+  - remove defattr, use license
+
+---



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.E9CTYI/_old  2019-09-23 11:58:41.245991787 +0200
+++ /var/tmp/diff_new_pack.E9CTYI/_new  2019-09-23 11:58:41.245991787 +0200
@@ -40,15 +40,6 @@
 Source1:baselibs.conf
 BuildRequires:  alsa-devel
 BuildRequires:  fdupes
-%if 0%{?suse_version} < 1315
-BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-app-0.10)
-BuildRequires:  pkgconfig(gstreamer-base-0.10)
-BuildRequires:  pkgconfig(gstreamer-interfaces-0.10)
-BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
-BuildRequires:  pkgconfig(gstreamer-video-0.10)
-%else
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-app-1.0)
 BuildRequires:  pkgconfig(gstreamer-base-1.0)
@@ -56,7 +47,6 @@
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
-%endif
 BuildRequires:  libQt5Gui-private-headers-devel >= %{version}
 BuildRequires:  libQt5Widgets-private-headers-devel >= %{version}
 BuildRequires:  libpulse-devel
@@ -138,16 +128,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-%if 0%{?suse_version} >= 1315
-GST="1.0"
-%else
-GST="0.10"
-%endif
 %if %qt5_snapshot
 #force the configure script to generate the forwarding headers (it checks 
whether .git directory exists)
 mkdir .git
 %endif
-%qmake5 GST_VERSION=$GST
+%qmake5 GST_VERSION=1.0
 %make_jobs
 
 %install
@@ -160,8 +145,7 @@
 %fdupes -s %{buildroot}/%{_libqt5_includedir}
 
 %files -n %libname
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_libdir}/libQt5*.so.*
 %{_libqt5_plugindir}/mediaservice
 %{_libqt5_plugindir}/playlistformats
@@ -172,13 +156,11 @@
 %{_libqt5_archdatadir}/qml/Qt*
 
 %files private-headers-devel
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_includedir}/Qt*/%{so_version}
 
 %files devel
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
 %exclude %{_libqt5_includedir}/Qt*/%{so_version}
 %{_libqt5_includedir}/Qt*
 %{_libqt5_libdir}/cmake/Qt5*
@@ -188,8 +170,7 @@
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
 
 %files examples
-%defattr(-,root,root,755)
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_examplesdir}/
 
 %changelog




commit binutils for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2019-09-23 11:58:17

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


Package is "binutils"

Mon Sep 23 11:58:17 2019 rev:138 rq:729929 version:2.32

Changes:

--- /work/SRC/openSUSE:Factory/binutils/binutils.changes2019-08-05 
10:28:32.643457932 +0200
+++ /work/SRC/openSUSE:Factory/.binutils.new.7948/binutils.changes  
2019-09-23 11:58:23.673994689 +0200
@@ -1,0 +2,35 @@
+Mon Sep  9 17:19:56 UTC 2019 - m...@suse.com
+
+- Update to current 2.32 branch @7b468db3 adding
+  binutils-2.32-branch.diff.gz [jsc#ECO-368].
+- Includes fixes for these CVEs:
+  bsc#1109412 aka CVE-2018-17358 aka PR23686 
+  bsc#1109413 aka CVE-2018-17359 aka PR23686 
+  bsc#1109414 aka CVE-2018-17360 aka PR23685 
+  bsc#996 aka CVE-2018-18309 aka PR23770 
+  bsc#1112534 aka CVE-2018-18484 aka GCC PR87636
+  bsc#1112535 aka CVE-2018-18483 aka PR23767
+  bsc#1113247 aka CVE-2018-18607 aka PR23805 
+  bsc#1113252 aka CVE-2018-18606 aka PR23806 
+  bsc#1113255 aka CVE-2018-18605 aka PR23804 
+  bsc#1116827 aka CVE-2018-17985 aka GCC PR87335 
+  bsc#1118830 aka CVE-2018-19932 aka PR23932 
+  bsc#1118831 aka CVE-2018-19931 aka PR23942 
+  bsc#1120640 aka CVE-2018-1000876 aka PR23994
+  bsc#1121034 aka CVE-2018-20651 aka PR24041
+  bsc#1121035 aka CVE-2018-20623 aka PR24049 
+  bsc#1121056 aka CVE-2018-20671 aka PR24005
+  bsc#1142772 aka CVE-2019-1010180 aka PR23657
+- Refresh s390-biarch.diff and
+  binutils-revert-plt32-in-branches.diff .
+- For the SLE12 package this also removes patches
+  binutils-z13-1.diff, binutils-z13-2.diff,
+  binutils-z13-3.diff, binutils-z13-4.diff and binutils-z13-5.diff .
+
+---
+Sat Aug 31 14:50:57 UTC 2019 - Dirk Mueller 
+
+- enable xtensa architecture (Tensilica lc6 and related)
+- Fix SUSE typo in README package name
+
+---
@@ -5,0 +41,9 @@
+
+---
+Mon Jun  3 14:20:07 UTC 2019 - m...@suse.com
+
+Fake entry for SLE12 package variant only:
+- Add support for new z13 instructions. [fate#327074, jsc#SLE-6206,
+  bsc#1137271]
+  Adds patches binutils-z13-1.diff, binutils-z13-2.diff,
+  binutils-z13-3.diff, binutils-z13-4.diff and binutils-z13-5.diff .
cross-aarch64-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-epiphany-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-m68k-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc64le-binutils.changes: same change
cross-riscv64-binutils.changes: same change
cross-rx-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-sparc64-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change
New Changes file:

--- /dev/null   2019-08-07 02:59:15.679220339 +0200
+++ /work/SRC/openSUSE:Factory/.binutils.new.7948/cross-xtensa-binutils.changes 
2019-09-23 11:58:27.857993998 +0200
@@ -0,0 +1,3498 @@
+---
+Mon Sep  9 17:19:56 UTC 2019 - m...@suse.com
+
+- Update to current 2.32 branch @7b468db3 adding
+  binutils-2.32-branch.diff.gz [jsc#ECO-368].
+- Includes fixes for these CVEs:
+  bsc#1109412 aka CVE-2018-17358 aka PR23686 
+  bsc#1109413 aka CVE-2018-17359 aka PR23686 
+  bsc#1109414 aka CVE-2018-17360 aka PR23685 
+  bsc#996 aka CVE-2018-18309 aka PR23770 
+  bsc#1112534 aka CVE-2018-18484 aka GCC PR87636
+  bsc#1112535 aka CVE-2018-18483 aka PR23767
+  bsc#1113247 aka CVE-2018-18607 aka PR23805 
+  bsc#1113252 aka CVE-2018-18606 aka PR23806 
+  bsc#1113255 aka CVE-2018-18605 aka PR23804 
+  bsc#1116827 aka CVE-2018-17985 aka GCC PR87335 
+  bsc#1118830 aka CVE-2018-19932 aka PR23932 
+  bsc#1118831 aka CVE-2018-19931 aka PR23942 
+  bsc#1120640 aka CVE-2018-1000876 aka PR23994
+  bsc#1121034 aka CVE-2018-20651 aka PR24041
+  bsc#1121035 aka CVE-2018-20623 aka PR24049 
+  bsc#1121056 aka CVE-2018-20671 aka PR24005
+  bsc#1142772 aka CVE-2019-1010180 aka PR23657
+- Refresh s390-biarch.diff and
+  binutils-revert-plt32-in-branches.diff .
+- For the SLE12 package this also removes patches
+  binutils-z13-1.diff, binutils-z13-2.diff,
+  binutils-z13-3.diff, binutils-z13-4.diff and binutils-z13-5.diff .

commit re2 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package re2 for openSUSE:Factory checked in 
at 2019-09-23 11:59:58

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


Package is "re2"

Mon Sep 23 11:59:58 2019 rev:24 rq:730281 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/re2/re2.changes  2019-08-07 13:58:52.884854533 
+0200
+++ /work/SRC/openSUSE:Factory/.re2.new.7948/re2.changes2019-09-23 
12:00:05.733977837 +0200
@@ -1,0 +2,6 @@
+Thu Sep 12 01:16:44 UTC 2019 - Andreas Stieger 
+
+- update to 2019-09-01:
+  * build system fixes
+
+---

Old:

  re2-2019-08-01.tar.gz

New:

  re2-2019-09-01.tar.gz



Other differences:
--
++ re2.spec ++
--- /var/tmp/diff_new_pack.uCszSL/_old  2019-09-23 12:00:06.381977730 +0200
+++ /var/tmp/diff_new_pack.uCszSL/_new  2019-09-23 12:00:06.385977730 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%global longver 2019-08-01
+%global longver 2019-09-01
 %global shortver %(echo %{longver}|sed 's|-||g')
 %define libname libre2-0
 Name:   re2

++ re2-2019-08-01.tar.gz -> re2-2019-09-01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2019-08-01/.travis.yml 
new/re2-2019-09-01/.travis.yml
--- old/re2-2019-08-01/.travis.yml  2019-07-31 11:21:22.0 +0200
+++ new/re2-2019-09-01/.travis.yml  2019-08-27 06:53:41.0 +0200
@@ -1,6 +1,6 @@
 language: cpp
 sudo: false
-dist: trusty
+dist: xenial
 script:
   - make
   - make test
@@ -76,37 +76,8 @@
 apt:
   sources:
 - ubuntu-toolchain-r-test
-- llvm-toolchain-precise-3.5
-  packages:
-- clang-3.5
-  env:
-- MATRIX_EVAL="CC=clang-3.5 CXX=clang++-3.5"
-- os: linux
-  addons:
-apt:
-  sources:
-- ubuntu-toolchain-r-test
-- llvm-toolchain-precise-3.6
-  packages:
-- clang-3.6
-  env:
-- MATRIX_EVAL="CC=clang-3.6 CXX=clang++-3.6"
-- os: linux
-  addons:
-apt:
-  sources:
-- ubuntu-toolchain-r-test
-- llvm-toolchain-precise-3.7
-  packages:
-- clang-3.7
-  env:
-- MATRIX_EVAL="CC=clang-3.7 CXX=clang++-3.7"
-- os: linux
-  addons:
-apt:
-  sources:
-- ubuntu-toolchain-r-test
-- llvm-toolchain-precise-3.8
+- sourceline: 'deb https://apt.llvm.org/xenial/ 
llvm-toolchain-xenial-3.8 main'
+  key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
   packages:
 - clang-3.8
   env:
@@ -116,7 +87,8 @@
 apt:
   sources:
 - ubuntu-toolchain-r-test
-- llvm-toolchain-precise-3.9
+- sourceline: 'deb https://apt.llvm.org/xenial/ 
llvm-toolchain-xenial-3.9 main'
+  key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
   packages:
 - clang-3.9
   env:
@@ -126,7 +98,8 @@
 apt:
   sources:
 - ubuntu-toolchain-r-test
-- llvm-toolchain-trusty-4.0
+- sourceline: 'deb https://apt.llvm.org/xenial/ 
llvm-toolchain-xenial-4.0 main'
+  key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
   packages:
 - clang-4.0
   env:
@@ -136,7 +109,8 @@
 apt:
   sources:
 - ubuntu-toolchain-r-test
-- llvm-toolchain-trusty-5.0
+- sourceline: 'deb https://apt.llvm.org/xenial/ 
llvm-toolchain-xenial-5.0 main'
+  key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
   packages:
 - clang-5.0
   env:
@@ -146,7 +120,7 @@
 apt:
   sources:
 - ubuntu-toolchain-r-test
-- sourceline: 'deb https://apt.llvm.org/trusty/ 
llvm-toolchain-trusty-6.0 main'
+- sourceline: 'deb https://apt.llvm.org/xenial/ 
llvm-toolchain-xenial-6.0 main'
   key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
   packages:
 - clang-6.0
@@ -157,7 +131,7 @@
 apt:
   sources:
 - ubuntu-toolchain-r-test
-- sourceline: 'deb https://apt.llvm.org/trusty/ 
llvm-toolchain-trusty-7 main'
+- sourceline: 'deb https://apt.llvm.org/xenial/ 
llvm-toolchain-xenial-7 main'
   key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
   packages:
 - clang-7
@@ -168,12 +142,23 @@
 apt:
   sources:
 - ubuntu-toolchain-r-test
-- sourceline: 'deb https://apt.llvm.org/trusty/ 

commit perl-DateTime-TimeZone for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2019-09-23 12:00:26

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


Package is "perl-DateTime-TimeZone"

Mon Sep 23 12:00:26 2019 rev:57 rq:730312 version:2.37

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2019-07-26 12:23:39.378485826 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new.7948/perl-DateTime-TimeZone.changes
  2019-09-23 12:00:28.161974134 +0200
@@ -1,0 +2,11 @@
+Thu Sep 12 07:53:55 UTC 2019 -  
+
+- updated to 2.37
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  2.372019-09-11
+  
+  - This release is based on version 2019c of the Olson database. This release
+includes contemporary changes for Fiji and Norfolk Island.
+
+---

Old:

  DateTime-TimeZone-2.36.tar.gz

New:

  DateTime-TimeZone-2.37.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.sY0EC5/_old  2019-09-23 12:00:29.821973859 +0200
+++ /var/tmp/diff_new_pack.sY0EC5/_new  2019-09-23 12:00:29.861973854 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:2.36
+Version:2.37
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory

++ DateTime-TimeZone-2.36.tar.gz -> DateTime-TimeZone-2.37.tar.gz ++
 18678 lines of diff (skipped)




commit rust for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package rust for openSUSE:Factory checked in 
at 2019-09-23 11:58:46

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


Package is "rust"

Mon Sep 23 11:58:46 2019 rev:42 rq:730225 version:1.37.0

Changes:

--- /work/SRC/openSUSE:Factory/rust/rust.changes2019-09-02 
13:19:09.665377230 +0200
+++ /work/SRC/openSUSE:Factory/.rust.new.7948/rust.changes  2019-09-23 
11:59:07.709987417 +0200
@@ -1,0 +2,8 @@
+Tue Sep 10 18:11:30 UTC 2019 - feder...@suse.com
+
+- Use gcc7 on all of SLE12, since the embedded LLVM wants at least gcc 5.1.
+
+- Add rust-61206-assume-tarball-llvm-is-fresh.patch - Upstream fix to make
+  LLVM not be rebuilt during the installation phase.
+
+---

New:

  rust-61206-assume-tarball-llvm-is-fresh.patch



Other differences:
--
++ rust.spec ++
--- /var/tmp/diff_new_pack.HavWg0/_old  2019-09-23 11:59:25.981984400 +0200
+++ /var/tmp/diff_new_pack.HavWg0/_new  2019-09-23 11:59:25.981984400 +0200
@@ -82,8 +82,23 @@
 %define codegen_units --set rust.codegen-units=0
 %define debug_info --enable-debuginfo --disable-debuginfo-only-std 
--enable-debuginfo-tools --disable-debuginfo-lines
 %endif
-# Use hardening ldflags.
+
+%if 0%{?sle_version} >= 12 && 0%{?sle_version} <= 120500
+# Use hardening ldflags, plus link path for gcc7's libstdc++
+%global gcc_arch %{_arch}
+%ifarch %{ix86}
+# This is where gcc7 puts things in 32-bit x86.
+%global gcc_arch i586
+%endif
+%ifarch ppc64le
+# This is where gcc7 puts things in ppc64le.
+%global gcc_arch powerpc64le
+%endif
+%global rustflags -Clink-arg=-Wl,-z,relro,-z,now 
-L%{_libdir}/gcc/%{gcc_arch}-suse-linux/7
+%else
+# Use hardening ldflags
 %global rustflags -Clink-arg=-Wl,-z,relro,-z,now
+%endif
 
 # Exclude implicitly-scanned Provides, especially the libLLVM.so ones:
 %global __provides_exclude_from ^%{rustlibdir}/.*$
@@ -107,6 +122,8 @@
 Source108:  
%{dl_url}/rust-%{version_bootstrap}-powerpc-unknown-linux-gnu.tar.xz
 # PATCH-FIX-OPENSUSE: edit src/librustc_llvm/build.rs to ignore GCC 
incompatible flag
 Patch0: ignore-Wstring-conversion.patch
+# PATCH-FIX-UPSTREAM: Fix bug with timestamps which caused LLVM to rebuild - 
https://github.com/rust-lang/rust/issues/61206
+Patch1: rust-61206-assume-tarball-llvm-is-fresh.patch
 BuildRequires:  ccache
 # Leap 42 to 42.3, SLE12 SP1, SP2
 %if 0%{?sle_version} >= 12 && 0%{?sle_version} <= 120200
@@ -118,7 +135,13 @@
 %endif
 BuildRequires:  curl
 BuildRequires:  fdupes
+# In all of SLE12, the default gcc is 4.8.  Rust's LLVM wants 5.1 at least.
+# So, we'll just use gcc7.
+%if 0%{?sle_version} >= 12 && 0%{?sle_version} <= 120500
+BuildRequires:  gcc7-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  git
 BuildRequires:  pkgconfig
 BuildRequires:  procps
@@ -127,7 +150,7 @@
 # The following requires must mirror:
 # LIBGIT2_SYS_USE_PKG_CONFIG &&
 # LIBSSH2_SYS_USE_PKG_CONFIG
-%if !%with rust_bootstrap || 0%{?sle_version} >= 12 && 0%{?sle_version} <= 
120400
+%if !%with rust_bootstrap || 0%{?sle_version} >= 12 && 0%{?sle_version} <= 
120500
 BuildRequires:  pkgconfig(libgit2) >= 0.23
 BuildRequires:  pkgconfig(libssh2) >= 1.4.3
 %endif
@@ -352,6 +375,7 @@
 %setup -q -n rustc-%{version}-src
 
 %patch0 -p1
+%patch1 -p1
 
 # use python3
 sed -i -e "1s|#!.*|#!%{_bindir}/python3|" x.py
@@ -427,14 +451,19 @@
 # If the environments between build and install and different,
 # everything will be rebuilt during installation!
 export RUSTFLAGS="%{rustflags}"
+%if 0%{?sle_version} >= 12 && 0%{?sle_version} <= 120500
+export CC=gcc-7
+export CXX=g++-7
+%endif
 # Cargo use system libs if not bootstrapping
 # restircted only to libgit due to version changes causing with cargo rpm deps
-%if !%with rust_bootstrap || 0%{?sle_version} >= 12 && 0%{?sle_version} <= 
120400
+%if !%with rust_bootstrap || 0%{?sle_version} >= 12 && 0%{?sle_version} <= 
120500
 export LIBGIT2_SYS_USE_PKG_CONFIG=1
 export LIBSSH2_SYS_USE_PKG_CONFIG=1
 %endif
 # eliminate complain from RPMlint
 export CPPFLAGS="%{optflags}"
+export DESTDIR=%{buildroot}
 # END EXPORTS
 
 ./x.py build -v
@@ -448,18 +477,23 @@
 # If the environments between build and install and different,
 # everything will be rebuilt during installation!
 export RUSTFLAGS="%{rustflags}"
+%if 0%{?sle_version} >= 12 && 0%{?sle_version} <= 120500
+export CC=gcc-7
+export CXX=g++-7
+%endif
 # Cargo use system libs if not bootstrapping
 # restircted only to libgit due to version changes causing with cargo rpm deps
-%if !%with rust_bootstrap || 0%{?sle_version} >= 12 && 0%{?sle_version} <= 
120400

commit kpeople5 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2019-09-23 12:25:27

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


Package is "kpeople5"

Mon Sep 23 12:25:27 2019 rev:56 rq:730950 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes2019-08-19 
21:10:58.452837490 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.7948/kpeople5.changes  
2019-09-23 12:25:29.277727478 +0200
@@ -1,0 +2,14 @@
+Sat Sep  7 20:37:02 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Make it possible to delete contacts from backends
+  * Make it possible to modify contacts
+  * Replace by isEmpty()
+  * Include KDE* cmake macros first
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kpeople-5.61.0.tar.xz
  kpeople-5.61.0.tar.xz.sig

New:

  kpeople-5.62.0.tar.xz
  kpeople-5.62.0.tar.xz.sig



Other differences:
--
++ kpeople5.spec ++
--- /var/tmp/diff_new_pack.Fo9zC5/_old  2019-09-23 12:25:29.717727406 +0200
+++ /var/tmp/diff_new_pack.Fo9zC5/_new  2019-09-23 12:25:29.721727406 +0200
@@ -17,14 +17,14 @@
 
 
 %define rname kpeople
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kpeople5
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Library for access to contacts and identity holders
 License:LGPL-2.1-or-later
@@ -37,12 +37,12 @@
 %endif
 Source99:   baselibs.conf
 BuildRequires:  extra-cmake-modules >= %{_kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_version}
-BuildRequires:  kitemviews-devel >= %{_kf5_version}
-BuildRequires:  kservice-devel >= %{_kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
+BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0


++ kpeople-5.61.0.tar.xz -> kpeople-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.61.0/CMakeLists.txt 
new/kpeople-5.62.0/CMakeLists.txt
--- old/kpeople-5.61.0/CMakeLists.txt   2019-08-03 21:57:28.0 +0200
+++ new/kpeople-5.62.0/CMakeLists.txt   2019-09-07 16:48:39.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project (KPeople VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -21,10 +21,13 @@
 find_package(KF5ItemViews ${KF5_DEP_VERSION} CONFIG REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
+
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(ECMSetupVersion)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMAddTests)
 include(ECMAddQch)
 include(CMakePackageConfigHelpers)
@@ -32,9 +35,6 @@
 include(GenerateExportHeader)
 include(ECMQtDeclareLoggingCategory)
 
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kplotting for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-09-23 12:25:37

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


Package is "kplotting"

Mon Sep 23 12:25:37 2019 rev:70 rq:730951 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-08-19 
21:11:17.624834384 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.7948/kplotting.changes
2019-09-23 12:25:38.509725968 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:37:03 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kplotting-5.61.0.tar.xz
  kplotting-5.61.0.tar.xz.sig

New:

  kplotting-5.62.0.tar.xz
  kplotting-5.62.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.i5t3B9/_old  2019-09-23 12:25:39.265725845 +0200
+++ /var/tmp/diff_new_pack.i5t3B9/_new  2019-09-23 12:25:39.265725845 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kplotting
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later
@@ -42,8 +42,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-# uncomment after 5.61
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
@@ -97,8 +96,8 @@
 %files devel
 %{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_libdir}/cmake/KF5Plotting/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/kplotting5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/kplotting5widgets.so
 %{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KPlotting.pri
 


++ kplotting-5.61.0.tar.xz -> kplotting-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/.gitignore 
new/kplotting-5.62.0/.gitignore
--- old/kplotting-5.61.0/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/kplotting-5.62.0/.gitignore 2019-09-07 14:37:08.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/CMakeLists.txt 
new/kplotting-5.62.0/CMakeLists.txt
--- old/kplotting-5.61.0/CMakeLists.txt 2019-08-03 21:35:00.0 +0200
+++ new/kplotting-5.62.0/CMakeLists.txt 2019-09-07 14:37:08.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -28,6 +28,9 @@
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
+option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" ON)
+add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt 
Designer")
+
 ecm_setup_version(PROJECT VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

  1   2   3   >