commit 000release-packages for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-06-18 05:01:11

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


Package is "000release-packages"

Tue Jun 18 05:01:11 2019 rev:167 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.PqgTQ8/_old  2019-06-18 05:01:18.439245006 +0200
+++ /var/tmp/diff_new_pack.PqgTQ8/_new  2019-06-18 05:01:18.439245006 +0200
@@ -4593,6 +4593,8 @@
 Provides: weakremover(trilinos_12_10_1-gnu-openmpi2-hpc-devel)
 Provides: weakremover(whipper)
 %endif
+# 15.1:update
+Provides: weakremover(python3-ec2metadata)
 # 42.1
 Provides: weakremover(Qrosspython-devel)
 Provides: weakremover(QtZeitgeist-devel)




commit 000product for openSUSE:Factory

2019-06-17 Thread root
Hello community,

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

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


Package is "000product"

Tue Jun 18 05:01:18 2019 rev:1332 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
++ openSUSE-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.yvGZGl/_old  2019-06-18 05:01:21.387244115 +0200
+++ /var/tmp/diff_new_pack.yvGZGl/_new  2019-06-18 05:01:21.387244115 +0200
@@ -461,6 +461,7 @@
   
   
   
+  
   
   
   

stub.kiwi: same change
++ dvd.group ++
--- /var/tmp/diff_new_pack.yvGZGl/_old  2019-06-18 05:01:21.531244071 +0200
+++ /var/tmp/diff_new_pack.yvGZGl/_new  2019-06-18 05:01:21.531244071 +0200
@@ -5604,6 +5604,7 @@
  
  
  
+ 
  
  
  

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.yvGZGl/_old  2019-06-18 05:01:21.635244040 +0200
+++ /var/tmp/diff_new_pack.yvGZGl/_new  2019-06-18 05:01:21.639244039 +0200
@@ -2260,7 +2260,6 @@
   - dpdk-devel: [x86_64] 
   - dpdk-doc: [x86_64] 
   - dpdk-examples: [x86_64] 
-  - dpdk-kmp-default: [x86_64] 
   - dpdk-tools: [x86_64] 
   - dpic 
   - dpic-doc 




commit python-pytest-django for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-pytest-django for 
openSUSE:Factory checked in at 2019-06-17 21:34:46

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


Package is "python-pytest-django"

Mon Jun 17 21:34:46 2019 rev:5 rq:710346 version:3.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-django/python-pytest-django.changes
2019-03-01 16:47:03.693807359 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-django.new.4811/python-pytest-django.changes
  2019-06-17 21:35:17.514997845 +0200
@@ -1,0 +2,12 @@
+Mon Jun 17 12:07:05 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.5.0:
+  * Run tests in the same order as Django (#223)
+  * Use verbosity=0 with disabled migrations (#729, #730)
+  * django_db_setup: warn instead of crash with teardown errors (#726)
+  * tests: fix test_sqlite_database_renamed (#739, #741)
+  * tests/conftest.py: move import of db_helpers (#737)
+  * Cleanup/improve coverage, mainly with tests (#706)
+  * Slightly revisit unittest handling (#740)
+
+---

Old:

  pytest-django-3.4.8.tar.gz

New:

  pytest-django-3.5.0.tar.gz



Other differences:
--
++ python-pytest-django.spec ++
--- /var/tmp/diff_new_pack.aDCMBT/_old  2019-06-17 21:35:17.894997759 +0200
+++ /var/tmp/diff_new_pack.aDCMBT/_new  2019-06-17 21:35:17.898997758 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-django
-Version:3.4.8
+Version:3.5.0
 Release:0
 Summary:A Django plugin for py.test
 License:BSD-3-Clause
@@ -71,7 +71,7 @@
 %check
 # memory operations failed in OBS not localy, thus skip them
 export DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite
-%python_expand PYTHONPATH=$(pwd) py.test-%{$python_bin_suffix} tests/ -k 'not 
test_sqlite_in_memory_used'
+%python_expand PYTHONPATH=$(pwd) py.test-%{$python_bin_suffix} -v tests/ -k 
'not (test_sqlite_in_memory_used or test_django_assert_num_queries_db or 
test_django_assert_max_num_queries_db)'
 
 %files %{python_files}
 %license LICENSE

++ pytest-django-3.4.8.tar.gz -> pytest-django-3.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-django-3.4.8/.travis.yml 
new/pytest-django-3.5.0/.travis.yml
--- old/pytest-django-3.4.8/.travis.yml 2019-02-26 16:02:52.0 +0100
+++ new/pytest-django-3.5.0/.travis.yml 2019-06-03 16:24:31.0 +0200
@@ -10,11 +10,11 @@
   services:
 - postgresql
 - python: 3.6
-  env: TOXENV=py36-dj111-sqlite-coverage
-- python: 2.7
-  env: TOXENV=py27-dj111-mysql_innodb-coverage
+  env: TOXENV=py36-dj111-mysql_innodb-coverage
   services:
 - mysql
+- python: 2.7
+  env: TOXENV=py27-dj111-sqlite-xdist-coverage
 - python: 3.6
   env: TOXENV=checkqa,docs
 
@@ -22,7 +22,7 @@
   python: 3.7
   env: TOXENV=py37-dj21-sqlite-coverage
 - python: 3.7
-  env: TOXENV=py37-dj22-sqlite-coverage
+  env: TOXENV=py37-dj22-sqlite-xdist-coverage
 
 # Explicitly test (older) pytest 4.1.
 - python: 3.7
@@ -49,9 +49,9 @@
 - postgresql
 
 # pypy/pypy3: not included with coverage reports (much slower then).
-- python: pypy2.7-6.0
+- python: pypy
   env: TOXENV=pypy-dj111-sqlite_file
-- python: pypy3.5-6.0
+- python: pypy3
   env: TOXENV=pypy3-dj110-sqlite
 
 - stage: test_release
@@ -98,8 +98,6 @@
   - |
 set -ex
 if [[ "${TOXENV%-coverage}" != "$TOXENV" ]]; then
-  codecov_flags=${TOXENV%-coverage}
-  codecov_flags=${codecov_flags//-/,}
-  bash <(curl -s https://codecov.io/bash) -Z -X gcov -X xcode -X gcovout 
-F "$codecov_flags"
+  bash <(curl -s https://codecov.io/bash) -Z -X gcov -X xcode -X gcovout
 fi
-set +x
+set +ex
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-django-3.4.8/PKG-INFO 
new/pytest-django-3.5.0/PKG-INFO
--- old/pytest-django-3.4.8/PKG-INFO2019-02-26 16:03:07.0 +0100
+++ new/pytest-django-3.5.0/PKG-INFO2019-06-03 16:24:46.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest-django
-Version: 3.4.8
+Version: 3.5.0
 Summary: A Django plugin for pytest.
 Home-page: https://pytest-django.readthedocs.io/
 Author: Andreas Pelme
@@ -95,5 +95,5 @@
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development :: Testing
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
-Provides-Extra: docs
 

commit python-django-webtest for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-django-webtest for 
openSUSE:Factory checked in at 2019-06-17 21:34:39

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


Package is "python-django-webtest"

Mon Jun 17 21:34:39 2019 rev:4 rq:710342 version:1.9.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-webtest/python-django-webtest.changes  
2019-06-03 18:57:46.216375445 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-webtest.new.4811/python-django-webtest.changes
2019-06-17 21:35:15.938998202 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 12:03:44 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.9.6:
+  * rest_framework auth class. Fixed #98 #100
+
+---

Old:

  django-webtest-1.9.5.tar.gz

New:

  django-webtest-1.9.6.tar.gz



Other differences:
--
++ python-django-webtest.spec ++
--- /var/tmp/diff_new_pack.POFZQV/_old  2019-06-17 21:35:16.386998100 +0200
+++ /var/tmp/diff_new_pack.POFZQV/_new  2019-06-17 21:35:16.390998099 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-webtest
-Version:1.9.5
+Version:1.9.6
 Release:0
 Summary:Django integration for WebTest
 License:MIT

++ django-webtest-1.9.5.tar.gz -> django-webtest-1.9.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webtest-1.9.5/CHANGES.rst 
new/django-webtest-1.9.6/CHANGES.rst
--- old/django-webtest-1.9.5/CHANGES.rst2019-05-31 13:37:54.0 
+0200
+++ new/django-webtest-1.9.6/CHANGES.rst2019-06-07 11:29:28.0 
+0200
@@ -2,6 +2,12 @@
 CHANGES
 ===
 
+1.9.6 (2019-06-07)
+--
+
+- rest_framework auth class. Fixed #98 #100
+
+
 1.9.5 (2019-05-31)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webtest-1.9.5/PKG-INFO 
new/django-webtest-1.9.6/PKG-INFO
--- old/django-webtest-1.9.5/PKG-INFO   2019-05-31 13:37:54.0 +0200
+++ new/django-webtest-1.9.6/PKG-INFO   2019-06-07 11:29:28.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-webtest
-Version: 1.9.5
+Version: 1.9.6
 Summary: Instant integration of Ian Bicking's WebTest 
(http://docs.pylonsproject.org/projects/webtest/) with django's testing 
framework.
 Home-page: https://github.com/django-webtest/django-webtest
 Author: Mikhail Korobov
@@ -194,6 +194,12 @@
 CHANGES
 ===
 
+1.9.6 (2019-06-07)
+--
+
+- rest_framework auth class. Fixed #98 #100
+
+
 1.9.5 (2019-05-31)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webtest-1.9.5/django_webtest/__init__.py 
new/django-webtest-1.9.6/django_webtest/__init__.py
--- old/django-webtest-1.9.5/django_webtest/__init__.py 2019-05-31 
13:37:54.0 +0200
+++ new/django-webtest-1.9.6/django_webtest/__init__.py 2019-06-07 
11:29:28.0 +0200
@@ -288,9 +288,17 @@
 settings.AUTHENTICATION_BACKENDS.insert(0, backend_name)
 
 def _setup_auth_class(self):
-class_name = 'django_webtest.rest_framework.WebtestAuthentication'
-auth_classes = 
settings.REST_FRAMEWORK['DEFAULT_AUTHENTICATION_CLASSES']
-auth_classes.insert(0, class_name)
+class_name = 'django_webtest.rest_framework_auth.WebtestAuthentication'
+drf_settings = settings.REST_FRAMEWORK
+try:
+classes = drf_settings['DEFAULT_AUTHENTICATION_CLASSES']
+except KeyError:
+classes = []
+if class_name not in classes:
+if isinstance(classes, tuple):
+classes = list(classes)
+classes.insert(0, class_name)
+drf_settings['DEFAULT_AUTHENTICATION_CLASSES'] = classes
 
 @property
 def middleware_setting_name(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webtest-1.9.5/django_webtest/rest_framework.py 
new/django-webtest-1.9.6/django_webtest/rest_framework.py
--- old/django-webtest-1.9.5/django_webtest/rest_framework.py   2019-05-31 
13:37:54.0 +0200
+++ new/django-webtest-1.9.6/django_webtest/rest_framework.py   1970-01-01 
01:00:00.0 +0100
@@ -1,16 +0,0 @@
-from django.contrib.auth import authenticate
-
-from rest_framework import authentication
-
-
-class WebtestAuthentication(authentication.BaseAuthentication):
-"""Bridge 

commit python-openpyxl for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-openpyxl for openSUSE:Factory 
checked in at 2019-06-17 21:34:37

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


Package is "python-openpyxl"

Mon Jun 17 21:34:37 2019 rev:12 rq:710331 version:2.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-openpyxl/python-openpyxl.changes  
2019-03-12 09:54:50.991520895 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openpyxl.new.4811/python-openpyxl.changes
2019-06-17 21:35:15.202998368 +0200
@@ -1,0 +2,11 @@
+Mon Jun 17 11:00:03 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.6.2:
+  * #1173 Workbook has no _date_formats attribute
+  * #1190 Cannot create charts for worksheets with quotes in the title
+  * #1228 MergedCells not removed when range is unmerged
+  * #1232 Link to pivot table lost from charts
+  * #1233 Chart colours change after saving
+  * #1236 Cannot use ws.cell in read-only mode with Python 2.7
+
+---

Old:

  openpyxl-2.6.1.tar.gz

New:

  openpyxl-2.6.2.tar.gz



Other differences:
--
++ python-openpyxl.spec ++
--- /var/tmp/diff_new_pack.NEy8sD/_old  2019-06-17 21:35:15.682998259 +0200
+++ /var/tmp/diff_new_pack.NEy8sD/_new  2019-06-17 21:35:15.686998258 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-openpyxl
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:A Python library to read/write Excel 2010 xlsx/xlsm files
 License:MIT AND Python-2.0
 Group:  Development/Languages/Python
-Url:http://openpyxl.readthedocs.org
+URL:http://openpyxl.readthedocs.org
 Source: 
https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module et_xmlfile}
@@ -36,7 +36,6 @@
 # for embedded image support
 Recommends: python-Pillow
 BuildArch:  noarch
-
 %python_subpackages
 
 %description

++ openpyxl-2.6.1.tar.gz -> openpyxl-2.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.6.1/PKG-INFO new/openpyxl-2.6.2/PKG-INFO
--- old/openpyxl-2.6.1/PKG-INFO 2019-03-04 13:10:58.0 +0100
+++ new/openpyxl-2.6.2/PKG-INFO 2019-03-29 15:30:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: openpyxl
-Version: 2.6.1
+Version: 2.6.2
 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
 Home-page: https://openpyxl.readthedocs.io
 Author: See AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.6.1/openpyxl/_constants.py 
new/openpyxl-2.6.2/openpyxl/_constants.py
--- old/openpyxl-2.6.1/openpyxl/_constants.py   2019-03-04 12:58:56.0 
+0100
+++ new/openpyxl-2.6.2/openpyxl/_constants.py   2019-03-29 15:29:44.0 
+0100
@@ -9,4 +9,4 @@
 __license__ = "MIT/Expat"
 __maintainer_email__ = "openpyxl-us...@googlegroups.com"
 __url__ = "https://openpyxl.readthedocs.io;
-__version__ = "2.6.1"
+__version__ = "2.6.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.6.1/openpyxl/cell/_writer.py 
new/openpyxl-2.6.2/openpyxl/cell/_writer.py
--- old/openpyxl-2.6.1/openpyxl/cell/_writer.py 2019-02-27 20:14:09.0 
+0100
+++ new/openpyxl-2.6.2/openpyxl/cell/_writer.py 2019-03-29 15:29:44.0 
+0100
@@ -2,7 +2,7 @@
 # Copyright (c) 2010-2019 openpyxl
 
 from openpyxl.compat import safe_string
-from openpyxl.xml.functions import Element, SubElement
+from openpyxl.xml.functions import Element, SubElement, whitespace, XML_NS, 
REL_NS
 from openpyxl import LXML
 from openpyxl.utils.datetime import to_excel, days_to_time
 from datetime import timedelta
@@ -59,6 +59,8 @@
 inline_string = SubElement(el, 'is')
 text = SubElement(inline_string, 't')
 text.text = value
+whitespace(text)
+
 
 else:
 cell_content = SubElement(el, 'v')
@@ -85,8 +87,14 @@
 
 if cell.data_type == 's':
 with xf.element("is"):
-with xf.element("t"):
-xf.write(value)
+attrs = {}
+if value != value.strip():
+attrs["{%s}space" % XML_NS] = "preserve"
+el = Element("t", attrs) # lxml can't handle xml-ns
+el.text = value
+xf.write(el)
+#with xf.element("t", attrs):
+#xf.write(value)
 else:
 with xf.element("v"):
 

commit dpdk for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2019-06-17 21:35:03

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


Package is "dpdk"

Mon Jun 17 21:35:03 2019 rev:38 rq:710387 version:18.11.2

Changes:

--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes   2019-05-16 
22:08:07.762386803 +0200
+++ /work/SRC/openSUSE:Factory/.dpdk.new.4811/dpdk-thunderx.changes 
2019-06-17 21:35:22.494996718 +0200
@@ -1,0 +2,7 @@
+Mon Jun 17 17:14:01 CEST 2019 - n...@suse.de
+
+- Minor Update to 18.11.3
+  * List of fixes can be found in
+https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#fixes
+
+---
dpdk.changes: same change

Old:

  dpdk-18.11.tar.xz

New:

  dpdk-18.11.2.tar.xz



Other differences:
--
++ dpdk-thunderx.spec ++
--- /var/tmp/diff_new_pack.xA3qZq/_old  2019-06-17 21:35:23.362996521 +0200
+++ /var/tmp/diff_new_pack.xA3qZq/_new  2019-06-17 21:35:23.362996521 +0200
@@ -46,7 +46,7 @@
 # Do NOT edit this auto generated file! Edit dpdk.spec instead
 # and run 'pre_checkin.sh' before committing
 Name:   dpdk-thunderx
-Version:18.11
+Version:18.11.2
 Release:0
 Summary:Set of libraries and drivers for fast packet processing 
(thunderx)
 License:BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@@ -150,7 +150,7 @@
 
 %prep
 # can't use %{name} because of dpdk-thunderx
-%setup -q -n dpdk-%{version}
+%setup -q -n dpdk-stable-%{version}
 %patch1 -p1 -z .init
 
 # This fixes CROSS compilation (broken) in the mk file for ThunderX

++ dpdk.spec ++
--- /var/tmp/diff_new_pack.xA3qZq/_old  2019-06-17 21:35:23.386996516 +0200
+++ /var/tmp/diff_new_pack.xA3qZq/_new  2019-06-17 21:35:23.390996515 +0200
@@ -44,7 +44,7 @@
 %define lname libdpdk-%{maj}_%{min}
 
 Name:   dpdk
-Version:18.11
+Version:18.11.2
 Release:0
 Summary:Set of libraries and drivers for fast packet processing
 License:BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@@ -148,7 +148,7 @@
 
 %prep
 # can't use %{name} because of dpdk-thunderx
-%setup -q -n dpdk-%{version}
+%setup -q -n dpdk-stable-%{version}
 %patch1 -p1 -z .init
 
 # This fixes CROSS compilation (broken) in the mk file for ThunderX

++ dpdk-18.11.tar.xz -> dpdk-18.11.2.tar.xz ++
/work/SRC/openSUSE:Factory/dpdk/dpdk-18.11.tar.xz 
/work/SRC/openSUSE:Factory/.dpdk.new.4811/dpdk-18.11.2.tar.xz differ: char 26, 
line 1




commit adobe-sourceserifpro-fonts for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package adobe-sourceserifpro-fonts for 
openSUSE:Factory checked in at 2019-06-17 21:34:42

Comparing /work/SRC/openSUSE:Factory/adobe-sourceserifpro-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.adobe-sourceserifpro-fonts.new.4811 (New)


Package is "adobe-sourceserifpro-fonts"

Mon Jun 17 21:34:42 2019 rev:5 rq:710344 version:3.000

Changes:

--- 
/work/SRC/openSUSE:Factory/adobe-sourceserifpro-fonts/adobe-sourceserifpro-fonts.changes
2019-06-12 13:13:36.552860089 +0200
+++ 
/work/SRC/openSUSE:Factory/.adobe-sourceserifpro-fonts.new.4811/adobe-sourceserifpro-fonts.changes
  2019-06-17 21:35:16.574998058 +0200
@@ -1,0 +2,29 @@
+Sat Jun 15 10:41:18 UTC 2019 - Cor Blom 
+
+- Update to 3.000 (Roman and Italic have now the same version):
+  Changes to Italic styles:
+  * extend Latin character set from AL-3 to AL-4
+  * add Cyrillic (covering AC-2)
+  * add Greek (covering AG-1)
+  Changes to Roman styles:
+  * minor updates to spacing of modifer glyphs
+  * updates to some Cyrillic characters as suggested by external
+advisors
+  * minor updates to Cyrillic kerning
+  * updates to some Greek characters as suggested by external
+advisors
+  Global changes:
+  * overhaul ccmp feature to decompose accented glyphs when
+followed by combining
+  * mark, thus allowing double-stacking of accents (addresses
+#41, #42)
+  * add ccmp solution for Ukrainian її clash, also for Latin ïï
+(addresses #48)
+  * add Bulgarian Cyrillic alternates both via locl and ss01 feature
+(addresses #20)
+  * add Serbian/Macedonian Cyrillic alternates both via locl and
+ss02 feature
+  Roman and Italic styles now support the same global character set,
+  in both static and variable versions.
+
+---

Old:

  source-serif-pro-2.010R-ro-1.010R-it.zip

New:

  source-serif-pro-3.000R.zip



Other differences:
--
++ adobe-sourceserifpro-fonts.spec ++
--- /var/tmp/diff_new_pack.FWs4e0/_old  2019-06-17 21:35:17.358997880 +0200
+++ /var/tmp/diff_new_pack.FWs4e0/_new  2019-06-17 21:35:17.362997879 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%define it_version 1.010
-%define ro_version 2.010
 %define _name sourceserifpro
 Name:   adobe-sourceserifpro-fonts
-Version:%{ro_version}
+Version:3.000
 Release:0
 Summary:A set of OpenType fonts designed for user interfaces
 License:OFL-1.1
 Group:  System/X11/Fonts
 URL:https://github.com/adobe-fonts/source-serif-pro/
-Source: 
https://github.com/adobe-fonts/source-serif-pro/releases/download/%{version}R-ro%2F%{it_version}R-it/source-serif-pro-%{ro_version}R-ro-%{it_version}R-it.zip
+Source: 
https://github.com/adobe-fonts/source-serif-pro/releases/download/%{version}R/source-serif-pro-%{version}R.zip
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 BuildArch:  noarch
@@ -36,7 +34,7 @@
 A set of serif OpenType fonts designed to complement Source Sans Pro
 
 %prep
-%setup -q -n source-serif-pro-%{ro_version}R-ro-%{it_version}R-it
+%setup -q -c -n source-serif-pro-%{version}R
 # Fix line endings
 sed -i 's/\r$//g' LICENSE.md
 




commit libfm for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2019-06-17 21:34:31

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


Package is "libfm"

Mon Jun 17 21:34:31 2019 rev:57 rq:710306 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2018-12-28 
12:35:08.747970863 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new.4811/libfm.changes2019-06-17 
21:35:13.874998668 +0200
@@ -1,0 +2,8 @@
+Sat Jun 15 19:04:43 UTC 2019 - Antoine Belvire 
+
+- Removed calls to update-mime-database/update-desktop-database
+  from scriptlets: They are automatically performed via RPM file
+  triggers.
+- Ran spec-cleaner.
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.lz4BeP/_old  2019-06-17 21:35:14.322998567 +0200
+++ /var/tmp/diff_new_pack.lz4BeP/_new  2019-06-17 21:35:14.322998567 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm
 #
-# 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
@@ -22,29 +22,26 @@
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
-Url:http://www.lxde.org/
+URL:http://www.lxde.org/
 Source: https://github.com/lxde/libfm/archive/%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Patch0: libfm-default-config.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel >= 2.18.0
-BuildRequires:  intltool >= 0.40.0
-BuildRequires:  libtool
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(libmenu-cache) >= 0.3.2
-# Optional: needed for custom actions support
-BuildRequires:  vala >= 0.13.0
 # Optional: HTML developers documentation
 BuildRequires:  gtk-doc >= 1.14
+BuildRequires:  gtk2-devel >= 2.18.0
+BuildRequires:  intltool >= 0.40.0
 # Optional: needed to load embbeded thumbnails in jpeg
 BuildRequires:  libexif-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-Recommends: %{name}-lang
+# Optional: needed for custom actions support
+BuildRequires:  vala >= 0.13.0
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(libmenu-cache) >= 0.3.2
 Recommends: lxshortcut-%{version}
-Requires(pre):  desktop-file-utils
-Requires(pre):  shared-mime-info
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %lang_package
 
 %description
@@ -55,7 +52,6 @@
 functionality. For example, you can create your own file manager with
 facilities provided by libfm.
 
-
 %package -n libfm4
 Summary:Libfm libraries
 # libfm is extensible by modules - which are in the main package
@@ -66,7 +62,6 @@
 %description -n libfm4
 libfm main library
 
-
 %package -n libfm-gtk4
 Summary:GTK libfm libraries
 Group:  System/Libraries
@@ -82,20 +77,18 @@
 LXShortcut is a small program used to edit application shortcuts
 created with freedesktop.org Desktop Entry spec.
 
-
 %package devel
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
 Requires:   %{name}= %{version}
 Requires:   libfm4 = %{version}
-Requires:   pkg-config
+Requires:   pkgconfig
 Requires:   pkgconfig(libfm-extra)
 
 %description devel
 A glib/gio-based lib used to develop file managers providing some
 file management utilities and related-widgets missing in gtk+/glib.
 
-
 %package -n libfm-gtk-devel
 Summary:GTK devel files for libfm
 Group:  Development/Libraries/C and C++
@@ -103,7 +96,7 @@
 Requires:   gtk2-devel
 Requires:   libfm-gtk4 = %{version}
 Requires:   libfm4 = %{version}
-Requires:   pkg-config
+Requires:   pkgconfig
 
 %description -n libfm-gtk-devel
 GTK libfm libraries for development
@@ -116,7 +109,6 @@
 %description doc
 libfm developers documentation
 
-
 %prep
 %setup -q
 %patch0 -p1
@@ -152,25 +144,14 @@
 %fdupes -s %{buildroot}/%{_datadir}/locale
 %suse_update_desktop_file -u -r -G 'Shortcut Editor' lxshortcut Utility 
DesktopUtility GTK
 
-%post
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-
-%postun
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-/usr/bin/update-desktop-database
-
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 %post   -n libfm4 -p /sbin/ldconfig
-
 %postun -n libfm4 -p 

commit gammu for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package gammu for openSUSE:Factory checked 
in at 2019-06-17 21:34:35

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


Package is "gammu"

Mon Jun 17 21:34:35 2019 rev:49 rq:710308 version:1.40.0

Changes:

--- /work/SRC/openSUSE:Factory/gammu/gammu.changes  2019-02-13 
10:03:07.309595123 +0100
+++ /work/SRC/openSUSE:Factory/.gammu.new.4811/gammu.changes2019-06-17 
21:35:14.498998527 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 20:08:51 UTC 2019 - Martin Liška 
+
+- Add 0001-Add-postgresql-include-location-provided-by-openSUSE.patch in
+  order to fix missing postgresql include path.
+
+---

New:

  0001-Add-postgresql-include-location-provided-by-openSUSE.patch



Other differences:
--
++ gammu.spec ++
--- /var/tmp/diff_new_pack.KFnVhp/_old  2019-06-17 21:35:14.998998414 +0200
+++ /var/tmp/diff_new_pack.KFnVhp/_new  2019-06-17 21:35:15.002998413 +0200
@@ -29,6 +29,7 @@
 # PATCH-FIX-OPENSUSE gammu-remove-gplv3-files.patch idoen...@suse.de -- Remove 
GPLv3 files bnc#775397
 Patch1: gammu-remove-gplv3-files.patch
 Patch2: 0001-Enable-fPIE-pie.patch
+Patch3: 0001-Add-postgresql-include-location-provided-by-openSUSE.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  gettext
@@ -185,6 +186,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # GPL-3.0 licensed files, bnc#775397
 rm -rf contrib/sms-gammu2android

++ 0001-Add-postgresql-include-location-provided-by-openSUSE.patch ++
>From 5ab94874b60e6614dacad5453acb4552c73878ba Mon Sep 17 00:00:00 2001
From: Martin Liska 
Date: Wed, 5 Jun 2019 10:35:01 +0200
Subject: [PATCH] Add postgresql include location provided by openSUSE
 distribution.

---
 cmake/FindPostgres.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/FindPostgres.cmake b/cmake/FindPostgres.cmake
index 56435c060..5a19bbbfb 100644
--- a/cmake/FindPostgres.cmake
+++ b/cmake/FindPostgres.cmake
@@ -60,6 +60,7 @@ ELSE(WIN32)
 /usr/local/postgresql/include/postgresql
 /usr/include 
 /usr/include/postgresql
+/usr/include/pgsql
 ${PG_TMP}
 $ENV{POSTGRESQL_HOME}/include/server
 $ENV{POSTGRESQL_HOME}/include
-- 
2.21.0




commit cura-engine-lulzbot for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package cura-engine-lulzbot for 
openSUSE:Factory checked in at 2019-06-17 21:34:51

Comparing /work/SRC/openSUSE:Factory/cura-engine-lulzbot (Old)
 and  /work/SRC/openSUSE:Factory/.cura-engine-lulzbot.new.4811 (New)


Package is "cura-engine-lulzbot"

Mon Jun 17 21:34:51 2019 rev:9 rq:710360 version:3.6.9

Changes:

--- /work/SRC/openSUSE:Factory/cura-engine-lulzbot/cura-engine-lulzbot.changes  
2019-04-09 20:18:53.537859311 +0200
+++ 
/work/SRC/openSUSE:Factory/.cura-engine-lulzbot.new.4811/cura-engine-lulzbot.changes
2019-06-17 21:35:19.218997459 +0200
@@ -1,0 +2,31 @@
+Fri Jun 14 07:57:43 UTC 2019 - Adrian Schröter 
+
+- fix build with current libArcus
+- fix build with gcc9 (CuraEngine-gcc9.patch)
+
+---
+Mon May 27 14:54:24 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.9
+   T7039: Fixed material first layer flow setting
+
+---
+Mon May  6 08:25:30 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.8
+  * no code changes
+
+---
+Wed May  1 11:18:03 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.7
+  * no code changes
+
+---
+Thu Apr 18 06:33:44 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.6
+T6357: Changed extruder switch mechanics
+T5146: fixed extruder slowing if time < min_layer_time
+
+---

Old:

  CuraEngine-3.6.5.obscpio

New:

  CuraEngine-3.6.9.obscpio
  CuraEngine-gcc9.patch



Other differences:
--
++ cura-engine-lulzbot.spec ++
--- /var/tmp/diff_new_pack.map7ke/_old  2019-06-17 21:35:19.766997335 +0200
+++ /var/tmp/diff_new_pack.map7ke/_new  2019-06-17 21:35:19.770997334 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cura-engine-lulzbot
-Version:3.6.5
+Version:3.6.9
 Release:0
 Summary:3D printer control software
 License:AGPL-3.0-only
@@ -26,7 +26,10 @@
 Url:https://code.alephobjects.com/diffusion/CTE/cura-engine.git
 Source0:CuraEngine-%{version}.tar.xz
 Source1:CuraEngine.1
+# X-OPENSUSE-PATCH fix-build.patch for new libArcus
 Patch1: fix-build.patch
+# PATCH-FIX-OPENSUSE CuraEngine-gcc9.patch loose based on a patch from fedora
+Patch2: CuraEngine-gcc9.patch
 %if 0%{?suse_version} < 1500
 BuildRequires:  gcc6-c++
 #!BuildIgnore:  libgcc_s1
@@ -48,6 +51,9 @@
 %prep
 %setup -q -n CuraEngine-%version
 %patch1 -p1
+%if 0%{?suse_version} > 1500
+%patch2 -p0
+%endif
 
 %build
 %if 0%{?suse_version} < 1500

++ CuraEngine-3.6.5.obscpio -> CuraEngine-3.6.9.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CuraEngine-3.6.5/src/FffGcodeWriter.cpp 
new/CuraEngine-3.6.9/src/FffGcodeWriter.cpp
--- old/CuraEngine-3.6.5/src/FffGcodeWriter.cpp 2018-12-04 10:57:58.0 
+0100
+++ new/CuraEngine-3.6.9/src/FffGcodeWriter.cpp 2019-05-10 10:46:17.0 
+0200
@@ -474,9 +474,14 @@
 const Settings& mesh_group_settings = 
Application::getInstance().current_slice->scene.current_mesh_group->settings;
 
 gcode.writeExtrusionMode(false); // ensure absolute extrusion mode is set 
before the start gcode
-gcode.writeLine(("M221 S" + 
mesh_group_settings.get("material_flow_layer_0")).c_str());
 
gcode.writeCode(mesh_group_settings.get("machine_start_gcode").c_str());
 
+auto extruders = Application::getInstance().current_slice->scene.extruders;
+for(int extruder_nr = 0; extruder_nr < extruders.size(); extruder_nr++)
+{
+gcode.writeLine(("M221 S" + 
extruders[extruder_nr].settings.get("material_flow_layer_0") + " 
T" + std::to_string(extruder_nr)).c_str());
+}
+
 if (gcode.getFlavor() == EGCodeFlavor::BFB)
 {
 gcode.writeComment("enable auto-retraction");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CuraEngine-3.6.5/src/LayerPlan.cpp 
new/CuraEngine-3.6.9/src/LayerPlan.cpp
--- old/CuraEngine-3.6.5/src/LayerPlan.cpp  2018-12-04 10:57:58.0 
+0100
+++ new/CuraEngine-3.6.9/src/LayerPlan.cpp  2019-05-10 10:46:17.0 
+0200
@@ -1220,6 +1220,7 @@
 {
 TimeMaterialEstimates estimates = 
computeNaiveTimeEstimates(starting_position);
 totalPrintTime = estimates.getTotalTime();
+if(totalPrintTime < fan_speed_layer_time_settings.cool_min_layer_time) 
force_minimal_layer_time = true;
 if (force_minimal_layer_time)
 {
 

commit python-fido2 for openSUSE:Factory

2019-06-17 Thread root
Hello community,

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

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


Package is "python-fido2"

Mon Jun 17 21:35:01 2019 rev:6 rq:710380 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fido2/python-fido2.changes
2019-06-01 09:51:39.303280138 +0200
+++ /work/SRC/openSUSE:Factory/.python-fido2.new.4811/python-fido2.changes  
2019-06-17 21:35:21.166997018 +0200
@@ -1,0 +2,9 @@
+Mon Jun 17 15:26:45 UTC 2019 - Karol Babioch 
+
+* Version 0.7.0 (released 2019-06-17)
+  * Add support for NFC devices using PCSC.
+  * Add support for the hmac-secret Authenticator extension.
+  * Honor max credential ID length and number of credentials to Authenticator.
+  * Add close() method to CTAP devices to explicitly release their resources.
+
+---

Old:

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

New:

  fido2-0.7.0.tar.gz
  fido2-0.7.0.tar.gz.sig



Other differences:
--
++ python-fido2.spec ++
--- /var/tmp/diff_new_pack.gh5eOo/_old  2019-06-17 21:35:21.814996872 +0200
+++ /var/tmp/diff_new_pack.gh5eOo/_new  2019-06-17 21:35:21.814996872 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fido2
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:Python-based FIDO 2.0 library
 License:BSD-2-Clause AND BSD-3-Clause AND Apache-2.0 AND MPL-2.0

++ fido2-0.6.0.tar.gz -> fido2-0.7.0.tar.gz ++
 1879 lines of diff (skipped)




commit byacc for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2019-06-17 21:34:59

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


Package is "byacc"

Mon Jun 17 21:34:59 2019 rev:22 rq:710371 version:20190617

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2018-07-18 
22:53:55.914962497 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new.4811/byacc.changes2019-06-17 
21:35:20.206997235 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 14:48:53 UTC 2019 - Martin Pluskal 
+
+- Update to version 20190617:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20180609.tgz
  byacc-20180609.tgz.asc

New:
----
  byacc-20190617.tgz
  byacc-20190617.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.CF4QT1/_old  2019-06-17 21:35:20.666997132 +0200
+++ /var/tmp/diff_new_pack.CF4QT1/_new  2019-06-17 21:35:20.670997131 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,12 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   byacc
-Version:20180609
+Version:    20190617
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain

++ byacc-20180609.tgz -> byacc-20190617.tgz ++
 19570 lines of diff (skipped)





commit MozillaThunderbird for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2019-06-17 21:34:05

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


Package is "MozillaThunderbird"

Mon Jun 17 21:34:05 2019 rev:212 rq:709837 version:60.7.1

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2019-05-28 09:40:56.233892393 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.4811/MozillaThunderbird.changes
  2019-06-17 21:34:10.151013090 +0200
@@ -1,0 +2,20 @@
+Wed Jun 12 06:23:28 UTC 2019 - Wolfgang Rosenauer 
+
+- Mozilla Thunderbird 60.7.1
+  * fixed: No prompt for smartcard PIN when S/MIME signing is used
+  MFSA 2019-17 (boo#1137595)
+  * CVE-2019-11703 (bmo#1553820)
+Heap buffer overflow in icalparser.c
+  * CVE-2019-11704 (bmo#1553814)
+Heap buffer overflow in icalvalue.c
+  * CVE-2019-11705 (bmo#1553808)
+Stack buffer overflow in icalrecur.c
+  * CVE-2019-11706 (bmo#1555646)
+Type confusion in icalproperty.c
+
+---
+Sat Jun  8 16:35:04 UTC 2019 - Aaron Puchert 
+
+- Increase disk space requirements in _constraints.
+
+---

Old:

  l10n-60.7.0.tar.xz
  thunderbird-60.7.0.source.tar.xz
  thunderbird-60.7.0.source.tar.xz.asc

New:

  l10n-60.7.1.tar.xz
  thunderbird-60.7.1.source.tar.xz
  thunderbird-60.7.1.source.tar.xz.asc



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.x2sYoU/_old  2019-06-17 21:35:00.395001719 +0200
+++ /var/tmp/diff_new_pack.x2sYoU/_new  2019-06-17 21:35:00.395001719 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define mainversion 60.7.0
+%define mainversion 60.7.1
 %define update_channel release
-%define releasedate 20190517095026
+%define releasedate 20190611205646
 
 %bcond_without mozilla_tb_kde4
 %bcond_withmozilla_tb_valgrind

++ MozillaThunderbird.keyring ++
--- /var/tmp/diff_new_pack.x2sYoU/_old  2019-06-17 21:35:00.443001708 +0200
+++ /var/tmp/diff_new_pack.x2sYoU/_new  2019-06-17 21:35:00.443001708 +0200
@@ -12,258 +12,322 @@
 uid   [  full  ] Mozilla Software Releases 
 sub   rsa4096 2015-07-17 [S] [expires: 2017-07-16]
 sub   rsa4096 2017-06-22 [S] [expires: 2019-06-22]
+sub   rsa4096 2019-05-30 [S] [expires: 2021-05-29]
 
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: SKS 1.1.5
-Comment: Hostname: keyserver.mozilla.org
 
-mQINBFWpQAQBEAC+9wVlwGLy8ILCybLesuB3KkHHK+Yt1F1PJaI30X448ttGzxCzPQpH6BoA
-73uzcTReVjfCFGvM4ij6qVV2SNaTxmNBrL1uVeEUsCuGduDUQMQYRGxRtWq5rCH48LnltKPa
-mPiEBzrgFL3i5bYEUHO7M0lATEknG7Iaz697K/ssHREZfuucB4GNxXMgswZ7GTZO3VBDVEw5
-GwU3sUvww93TwMC29lIPCux445AxZPKr5sOVEsEndUB2oDMsSAoS/dZcl8F4otqfR1pXg618
-cU06omvq5yguWLDRV327BLmezYK0prD3P+7qwEp8MTVmxlbkrClS5j5pR47FrJGdyupNKqLz
-K+7hok5kBxhsdMsdTZLd4tVRjXf04isVO3iFFf/GKuwscOi1+ZYeB3l3sAqgFUWnjbpbHxfs
-lTmo7BgvmjZvAH5ZasaewF3wA06biCDJdcSkC9GmFPmN5DS5/Dkjwfj8+dZAttuSKfmQQnyp
-UPaJ2sBublnJ6INpvYgsEZjV6CFG1EiDJDPu2Zxap8ep0iRMbBBZnpfZTn7SKAcurDJptxin
-CRclTcdOdi1iSZ35LZW0R2FKNnGL33u1IhxU9HRLw3XuljXCOZ84RLn6M+PBc1eZsuv1TA+M
-n111yD3uDv/u/edZ/xeJccF6bYcMvUgRRZh0sgZ0ZT4b0Q6YcQARAQABtC9Nb3ppbGxhIFNv
-ZnR3YXJlIFJlbGVhc2VzIDxyZWxlYXNlQG1vemlsbGEuY29tPohGBBARAgAGBQJVrP9LAAoJ
-EHYlQD1/DRWxU2QAoOOFRbkbIU1zKP2i3jy/6VKHkYEgAJ9N6f9Gmjm1/vtSrvjjlxWzzQQr
-kIhGBBARAgAGBQJVrTrjAAoJEMNOV0fiPdZ3BbkAoJUNHEqNv9dioaGMEIpiFtDjEm44AJ9U
-inMTfAYsL9yb15SdJWe/56VCcoheBBARCAAGBQJWBldjAAoJEAJasBBrF+oerNYA/13MQehk
-3AfkljGi252/cU6i1VOFpCuOeT7lK2c5unGcAP0WZjIDJgaHijtrF4MKCZbUnz37Vxm0OcU8
-qcGkYUwHi4heBBARCgAGBQJVrSz+AAoJEPCp59zTnkUulAYA/31nYhIpb7sVigone8OvFO19
-xtkR9/vy5+iKeYCVlvZtAP9rZ85ymuNYNqX06t+ruDqG2RfdUhJ6aD5IND+KD5ve7IkBHAQQ
-AQIABgUCVaz9fgAKCRCzxalYUIpD8muMB/sH58bMSzzF9zTXRropldw7Vbj9VrRD7NyoX4Ol
-DArtvdLqgPm0JUoP2gXINeSuVPpOfC676yVnBEMjIfqEjq09vcbwayS+Ncx4vQh2BmzDUNLE
-3SlnRn2bEWr9SQL/pOYUDUgmY5a0UIf/WKtBapsPE+Zan51ezYSEfxDNfUpA4T2/9iWwJ2ZO
-y0yIfLdHyvumuyiekJrfrMaF4L9Q0OnJwp1PwkvN4IVwhZeYDtIJN4nRcJK5LrwU7B97uef2
-hqBBll7/qCHl5y4Khb0csFanIg+pQLPUJdIiYtzoFtlgykB61pxqtU9rqGKW02JzEUT8DdPU
-XxmMBy6A8oGeBRH/iQEcBBABAgAGBQJVrRdcAAoJEGVzgtv/JREKQJgH/3nD/3/SumL7nG2g
-7Y1HQqWphUbn40XWvjZcHq3uBUn1QYXeZ5X56SANLM2t+uirGnNaZXW3cxEl5IyZVLbmcLWE
-BlVAcp2Bf3FXFbdJK59f+M+y2+jZT9feTyrw+EtLoiGTxgkLdJyMyI0xGmQhMx5V1ex1CxhZ
-K2JPjzCVYriBI0wIbmKi90YNMQoSsdMhYmX9bHl6XWS9TCDWsqj25FLYJL+WeVXpjO0NjRwE
-E6pc/qldeJYG5Vbf0snGxIerXe+l5D8Yd4PEAnpj58+5pXeoGYZn3WjX8eTFMAEU+QhLKWQ+
-j/Y8Kijge7fUxnSNBZ2KEnuDN/4Hv/DrCFLv14CJARwEEAECAAYFAlWtZVoACgkQ5DJ8bD4C
-mcBzsAf/RMqDdVHggQHc0/YLt1f/vY9Y7QQ6HwnDrtcNxxErSVcMguD8K6Oxir0TMSh+/YuZ

commit cura-lulzbot for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package cura-lulzbot for openSUSE:Factory 
checked in at 2019-06-17 21:34:24

Comparing /work/SRC/openSUSE:Factory/cura-lulzbot (Old)
 and  /work/SRC/openSUSE:Factory/.cura-lulzbot.new.4811 (New)


Package is "cura-lulzbot"

Mon Jun 17 21:34:24 2019 rev:9 rq:709916 version:3.6.9

Changes:

--- /work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot.changes
2019-04-09 20:18:48.753852791 +0200
+++ /work/SRC/openSUSE:Factory/.cura-lulzbot.new.4811/cura-lulzbot.changes  
2019-06-17 21:35:09.458999668 +0200
@@ -1,0 +2,76 @@
+Mon May 27 14:51:50 UTC 2019 - Adrian Schröter 
+
+- update to 3.6.9
+T7039: Fixed material first layer flow setting
+T6777: Rounding in profile selection changed.
+adding density and diameter to PA-CF T7180
+Changed Marlin2 FW to v2.0.0.116 for quiver printer
+adding IC3D PLA to TAZ 6 Cecropia
+T6020 getting in SL machine, extruder, materials, profiles, start end gcode
+T6928: fixed material setting while importing profiles
+T7000: fixed support_enable resolve function
+T1250: Add .bin format to file format filter while flashing from 
ChangeToolHead window.
+T6020 updating PETG profiles, adding PA-CF base profiles
+T6020 updating redgum profiles
+removing duplicated setting T6020
+T6020 updating ngen, removing duplicate banded tiger profiles
+fixing temp and flow rate on ninja T6020
+T6020 adding in redgum dingy cutworm
+T6020 redgum HS profiles, machine, extruder, materials, gcode added
+T6020 PCmax updates
+T6020 updating polylite profiles
+T6020 disabling support ninja HD
+T6020 fixing temperature ninja HD
+T6020 fixing duplicate setting, changing support
+T6020 updating redgum profiles
+T6020 fixing cooling settings
+T6020 updating redgum initial profiles
+T6020 initial addition of redgum
+
+---
+Mon May  6 08:26:50 UTC 2019 - Adrian Schröter 
+
+- update to 3.6.8
+T7000: fixed profile updating
+T7015 updating user agreement
+T6777: Quality section now shows averaged layer height between the two 
extruders
+T6928: fixed new profile creation
+
+---
+Wed May  1 11:21:28 UTC 2019 - Adrian Schröter 
+
+- update ot 3.6.7
+T6903 updating backlash fading for all pro machines on branch T6889
+T6906 polydissolve updates for pro on branch T6889
+T6904 pc-max updates on branch T6889
+T6901 verbatim pro updates, on branch T6889
+T6902 polylite pro updates on branch T6889
+T6889 updating pro bridge profiles
+T6887 ABS updates, setting fading distance allowable per extruder
+T6857 updating baud rates quiver and TAZ 5 machines
+T5667, T6669: Removed autobaud detection, when specific baudrate is 
defined.
+T6396: prevent profiles which created on duplicating base materials
+T6797: Fixed crash while extruder is not selected before cold pull
+T6756 updating splash screen
+T2421: set blank profile for global quality
+T6749 updating first print model 01
+
+---
+Thu Apr 18 06:31:27 UTC 2019 - Adrian Schröter 
+
+- update to 3.6.6
+T6515: Changed Marlin2 FW to v2.0.0.109 for Quiver printer.
+T3206 putting quiver materials in experimental
+T1868: Quiver wipe gcode fix
+T6435 updating pro profiles
+T6343 updating initial layer height quiver evergreen bagworm
+updating first print models for quiver dual extruder
+Updating start gcode T6488
+T6513 updating adhesion info
+T5928: [Quiver] Changed wiping locations for Evergreen Bagworm toolhead.
+T3377: [Bug] Only PrintMonitor currently has formData property, 
SidebarContents
+   doesn't have this property, therefore onLoaded requires this check.
+T1713: Loading different models for different printers
+T5766: Machine actions buttons order changed.
+
+---

Old:

  cura-lulzbot-3.6.5.obscpio

New:

  cura-lulzbot-3.6.9.obscpio



Other differences:
--
++ cura-lulzbot.spec ++
--- /var/tmp/diff_new_pack.crPlIr/_old  2019-06-17 21:35:11.314999248 +0200
+++ /var/tmp/diff_new_pack.crPlIr/_new  2019-06-17 21:35:11.314999248 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cura-lulzbot
-Version:3.6.5
+Version:3.6.9
 Release:0
 Summary:3D printer control software
 License:AGPL-3.0-only
@@ -33,7 +33,6 @@
 Obsoletes:  cura2-lulzbot < 3
 Conflicts:  cura
 BuildRequires:  cmake
-BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  

commit python-pyfuse3 for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-pyfuse3 for openSUSE:Factory 
checked in at 2019-06-17 21:34:49

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


Package is "python-pyfuse3"

Mon Jun 17 21:34:49 2019 rev:2 rq:710356 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pyfuse3/python-pyfuse3.changes
2019-06-01 09:44:47.495420729 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyfuse3.new.4811/python-pyfuse3.changes  
2019-06-17 21:35:18.134997704 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 11:48:24 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.3:
+  * Fixed a bug in the tmpfs.py and passthroughfs.py example file systems
+
+---

Old:

  pyfuse3-1.2.tar.gz

New:

  pyfuse3-1.3.tar.gz



Other differences:
--
++ python-pyfuse3.spec ++
--- /var/tmp/diff_new_pack.HSJ14I/_old  2019-06-17 21:35:18.754997564 +0200
+++ /var/tmp/diff_new_pack.HSJ14I/_new  2019-06-17 21:35:18.758997563 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define pname   pyfuse3
 Name:   python-%{pname}
-Version:1.2
+Version:1.3
 Release:0
 Summary:Python Bindings for the low-level FUSE3 API
 License:LGPL-2.1-or-later

++ pyfuse3-1.2.tar.gz -> pyfuse3-1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyfuse3-1.2/.travis.yml new/pyfuse3-1.3/.travis.yml
--- old/pyfuse3-1.2/.travis.yml 2018-12-22 15:54:32.0 +0100
+++ new/pyfuse3-1.3/.travis.yml 2019-06-02 14:50:16.0 +0200
@@ -4,7 +4,6 @@
 language:
 - python
 python:
-- "3.6"
 - "3.7"
 addons:
   apt:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyfuse3-1.2/Changes.rst new/pyfuse3-1.3/Changes.rst
--- old/pyfuse3-1.2/Changes.rst 2018-12-22 15:54:32.0 +0100
+++ new/pyfuse3-1.3/Changes.rst 2019-06-02 14:50:16.0 +0200
@@ -4,6 +4,12 @@
 
 .. currentmodule:: pyfuse3
 
+Release 1.3 (2019-06-02)
+
+
+* Fixed a bug in the `tmpfs.py` and `passthroughfs.py` example
+  file systems (so rename operations no longer fail).
+
 Release 1.2 (2018-12-22)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyfuse3-1.2/developer-notes/release_process.rst 
new/pyfuse3-1.3/developer-notes/release_process.rst
--- old/pyfuse3-1.2/developer-notes/release_process.rst 2018-12-22 
15:54:32.0 +0100
+++ new/pyfuse3-1.3/developer-notes/release_process.rst 2019-06-02 
14:50:16.0 +0200
@@ -23,9 +23,9 @@
 
 I'm happy to announce a new release of pyfuse3, version .
 
-pyfuse3 is a set of Python 3 bindings for libfuse3. It provides
-an asynchronous API compatible with Trio, and enables you to easily
-write a full-featured Linux filesystem in Python.
+pyfuse3 is a set of Python 3 bindings for `libfuse 3`_. It provides an
+asynchronous API compatible with Trio_ and asyncio_, and enables you
+to easily write a full-featured Linux filesystem in Python.
 
 From the changelog:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyfuse3-1.2/examples/passthroughfs.py 
new/pyfuse3-1.3/examples/passthroughfs.py
--- old/pyfuse3-1.2/examples/passthroughfs.py   2018-12-22 15:54:32.0 
+0100
+++ new/pyfuse3-1.3/examples/passthroughfs.py   2019-06-02 14:50:16.0 
+0200
@@ -239,7 +239,11 @@
 self._add_path(stat.st_ino, path)
 return await self.getattr(stat.st_ino)
 
-async def rename(self, inode_p_old, name_old, inode_p_new, name_new, ctx):
+async def rename(self, inode_p_old, name_old, inode_p_new, name_new,
+ flags, ctx):
+if flags != 0:
+raise FUSEError(errno.EINVAL)
+
 name_old = fsdecode(name_old)
 name_new = fsdecode(name_new)
 parent_old = self._inode_to_path(inode_p_old)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyfuse3-1.2/examples/tmpfs.py 
new/pyfuse3-1.3/examples/tmpfs.py
--- old/pyfuse3-1.2/examples/tmpfs.py   2018-12-22 15:54:32.0 +0100
+++ new/pyfuse3-1.3/examples/tmpfs.py   2019-06-02 14:50:16.0 +0200
@@ -221,7 +221,11 @@
 stat.S_IROTH | stat.S_IWOTH | stat.S_IXOTH)
 return await self._create(inode_p, name, mode, ctx, target=target)
 
-async def rename(self, inode_p_old, name_old, inode_p_new, name_new, ctx):
+async def rename(self, inode_p_old, name_old, inode_p_new, name_new,
+ flags, ctx):
+if flags != 0:
+

commit erlang for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2019-06-17 21:34:27

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


Package is "erlang"

Mon Jun 17 21:34:27 2019 rev:83 rq:710305 version:22.0

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2019-05-17 
23:44:27.777869981 +0200
+++ /work/SRC/openSUSE:Factory/.erlang.new.4811/erlang.changes  2019-06-17 
21:35:12.554998967 +0200
@@ -1,0 +2,68 @@
+Sun Jun 16 07:47:56 UTC 2019 - Matwey V. Kornilov 
+
+- Version 22.0:
+  - Potential Incompatibilities:
+  * gen_* behaviours: If logging of the last N messages through
+sys:log/2,3 is active for the server, this log is included in
+the terminate report.
+  * reltool: A new element, Opts, can now be included in a rel
+tuple in the reltool release specific configuration format:
+{rel, Name, Vsn, RelApps, Opts}.
+  * All external pids/ports/refs created by erlang:list_to_pid and
+similar functions now compare equal to any other pid/port/ref
+with same number from that node.
+  * The old legacy erl_interface library is deprecated as of OTP
+22, and will be removed in OTP 23. This does not apply to the
+ei library.
+  * VxWorks is deprecated as of OTP 22 and will be removed in OTP
+23.
+  - New Features:
+  * Support for Erlang Distribution protocol to split the payload
+of large messages into several fragments.
+  * ETS option write_concurrency now also effects and improves
+scalability of ordered_set tables.
+  * The length/1 BIF used to calculate the length of the list in
+one go without yielding, even if the list was very long. Now it
+yields when called with long lists.
+  * A new (still experimental) module socket is introduced. It is
+implemented as a NIF and the idea is that it shall be as "close
+as possible" to the OS level socket interface.
+  * Added the NIF function enif_term_type, which helps avoid long
+sequences of enif_is_xyz by returning the type of the given
+term. This is especially helpful for NIFs that serialize terms,
+such as JSON encoders, where it can improve both performance
+and readability.
+  * The compiler has been rewritten to internally use an
+intermediate representation based on Static Single Assignment
+(SSA). The new intermediate representation makes more
+optimizations possible.
+  * All compiler options that can be given in the source file can
+now be given in the option list on the command line for erlc.
+  * In OTP 22, HiPE (the native code compiler) is not fully
+functional. The reasons for this are new BEAM instructions for
+binary matching that the HiPE native code compiler does not
+support. If erlc is invoked with the +native option, and if any
+of the new binary matching instructions are used, the compiler
+will issue a warning and produce a BEAM file without native
+code.
+  * Cover now uses the counters module instead of ets for updating
+counters. The new function cover:local_only/0 allows running
+Cover in a restricted but faster local-only mode. The increase
+in speed will vary depending on the type of code being
+cover-compiled, as an example the compiler test suite runs more
+than twice as fast with the new Cover.
+  * A simple socket API is provided through the socket module. This
+is a low level API that does *not* replace gen_[tcp|udp|sctp].
+It is intended to *eventually* replace the inet driver. It also
+provides a basic API that facilitates the implementation of
+other protocols than TCP, UDP and SCTP. Known issues are; No
+support for the Windows OS (currently), a small term leakage.
+This feature will be classed as experimental in OTP 22.
+  * SSL: now uses the new logger API, including log levels and
+verbose debug logging.
+  * SSL: Basic support for TLS 1.3 Server for experimental use.
+  * crypto: The new hash_info/1 and cipher_info/1 functions returns
+maps with information about the hash or cipher in the argument.
+  - The application otp_mibs has been removed from OTP.
+
+---

Old:

  OTP-21.3.8.1.tar.gz

New:

  OTP-22.0.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.5j7hDg/_old  2019-06-17 21:35:13.594998732 +0200
+++ /var/tmp/diff_new_pack.5j7hDg/_new  2019-06-17 21:35:13.598998731 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   erlang
-Version:21.3.8.1
+Version:22.0
 Release:0
 # not set up to be built with position independend executable support
 #!BuildIgnore: gcc-PIE
@@ 

commit valgrind for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2019-06-17 21:33:54

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


Package is "valgrind"

Mon Jun 17 21:33:54 2019 rev:117 rq:709369 version:3.15.0

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2019-05-10 
09:11:45.651371197 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new.4811/valgrind.changes  
2019-06-17 21:33:56.235016312 +0200
@@ -4 +4 @@
-- update to 3.15.0 (fate#327402):
+- update to 3.15.0 (fate#327402) (jira SLE-5861):



Other differences:
--



commit python-shaptools for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-shaptools for 
openSUSE:Factory checked in at 2019-06-17 21:34:03

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


Package is "python-shaptools"

Mon Jun 17 21:34:03 2019 rev:3 rq:709433 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-shaptools/python-shaptools.changes
2019-06-12 13:17:43.844600778 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-shaptools.new.4811/python-shaptools.changes  
2019-06-17 21:34:04.671014358 +0200
@@ -5,0 +6 @@
+  (jsc#SLE-4031, jsc#SLE-4143, boo#1137989)



Other differences:
--
++ shaptools-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shaptools-0.2.1/python-shaptools.changes 
new/shaptools-0.2.1/python-shaptools.changes
--- old/shaptools-0.2.1/python-shaptools.changes2019-06-11 
14:03:10.316276735 +0200
+++ new/shaptools-0.2.1/python-shaptools.changes2019-06-12 
15:57:43.139230730 +0200
@@ -3,6 +3,7 @@
 
 - Create package version 0.2.1 with fixed spec files. Now the package
   is available from SLE12-SP2 to SLE15 versions
+  (jsc#SLE-4031, jsc#SLE-4143, boo#1137989)
 
 ---
 Tue Jun  4 07:23:40 UTC 2019 - Xabier Arbulu Insausti 




commit SHERPA-MC for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package SHERPA-MC for openSUSE:Factory 
checked in at 2019-06-17 21:33:40

Comparing /work/SRC/openSUSE:Factory/SHERPA-MC (Old)
 and  /work/SRC/openSUSE:Factory/.SHERPA-MC.new.4811 (New)


Package is "SHERPA-MC"

Mon Jun 17 21:33:40 2019 rev:11 rq:705775 version:2.2.6

Changes:

--- /work/SRC/openSUSE:Factory/SHERPA-MC/SHERPA-MC.changes  2019-02-11 
21:25:55.143063328 +0100
+++ /work/SRC/openSUSE:Factory/.SHERPA-MC.new.4811/SHERPA-MC.changes
2019-06-17 21:33:44.467019036 +0200
@@ -1,0 +2,6 @@
+Thu May 23 00:08:54 UTC 2019 - Atri Bhattacharya 
+
+- Enable ufo-interface and package it as part of python-%{name}
+  package. Requires scons for building.
+
+---



Other differences:
--
++ SHERPA-MC.spec ++
--- /var/tmp/diff_new_pack.42G6hp/_old  2019-06-17 21:33:45.299018844 +0200
+++ /var/tmp/diff_new_pack.42G6hp/_new  2019-06-17 21:33:45.303018843 +0200
@@ -45,6 +45,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pythia-devel
 BuildRequires:  python-devel
+BuildRequires:  scons
 BuildRequires:  sqlite3-devel
 BuildRequires:  swig
 BuildRequires:  pkgconfig(gsl)
@@ -141,6 +142,7 @@
 %build
 %configure \
   --docdir=%{_docdir}/%{name}  \
+  --enable-ufo \
   --enable-pyext   \
   --enable-analysis\
   --enable-multithread \
@@ -206,7 +208,9 @@
 %{_infodir}/Sherpa.*.gz
 
 %files -n python-%{name}
+%{_bindir}/Sherpa-generate-model
 %{python_sitelib}/Sherpa.py*
+%{python_sitelib}/ufo_interface/
 %{python_sitelib}/_Sherpa.*
 
 %changelog




commit uranium-lulzbot for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package uranium-lulzbot for openSUSE:Factory 
checked in at 2019-06-17 21:33:36

Comparing /work/SRC/openSUSE:Factory/uranium-lulzbot (Old)
 and  /work/SRC/openSUSE:Factory/.uranium-lulzbot.new.4811 (New)


Package is "uranium-lulzbot"

Mon Jun 17 21:33:36 2019 rev:9 rq:705774 version:3.6.9

Changes:

--- /work/SRC/openSUSE:Factory/uranium-lulzbot/uranium-lulzbot.changes  
2019-04-09 20:18:51.785856924 +0200
+++ 
/work/SRC/openSUSE:Factory/.uranium-lulzbot.new.4811/uranium-lulzbot.changes
2019-06-17 21:33:38.847020337 +0200
@@ -1,0 +2,24 @@
+Mon May 27 14:53:04 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.9
+  * no changes except version
+
+---
+Mon May  6 08:24:56 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.8
+  * no changes except version
+
+---
+Wed May  1 11:15:36 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.7
+  * no changes except version
+
+---
+Thu Apr 18 06:29:58 UTC 2019 - Adrian Schröter 
+
+- update to version 3.6.6
+  * no changes except version
+
+---

Old:

  Uranium-3.6.5.obscpio

New:

  Uranium-3.6.9.obscpio



Other differences:
--
++ uranium-lulzbot.spec ++
--- /var/tmp/diff_new_pack.p6yP8P/_old  2019-06-17 21:33:39.615020159 +0200
+++ /var/tmp/diff_new_pack.p6yP8P/_new  2019-06-17 21:33:39.619020159 +0200
@@ -18,7 +18,7 @@
 
 Name:   uranium-lulzbot
 Conflicts:  uranium
-Version:3.6.5
+Version:3.6.9
 Release:0
 Summary:3D printer control software: python UI stack
 License:AGPL-3.0-only

++ Uranium-3.6.5.obscpio -> Uranium-3.6.9.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Uranium-3.6.5/CMakeLists.txt.rej 
new/Uranium-3.6.9/CMakeLists.txt.rej
--- old/Uranium-3.6.5/CMakeLists.txt.rej2019-03-14 10:42:56.0 
+0100
+++ new/Uranium-3.6.9/CMakeLists.txt.rej1970-01-01 01:00:00.0 
+0100
@@ -1,11 +0,0 @@
 CMakeLists.txt
-+++ CMakeLists.txt
-@@ -58,7 +58,7 @@ if(NOT PYTHON_SITE_PACKAGES_DIR)
-   set(PYTHON_SITE_PACKAGES_DIR 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages
-   CACHE STRING "Directory to install Python bindings to")
-   else()
--  set(PYTHON_SITE_PACKAGES_DIR 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages CACHE
-+  set(PYTHON_SITE_PACKAGES_DIR 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages CACHE
-   STRING "Directory to install Python bindings to")
-   endif()
-   set(URANIUM_INSTALL_MODULES_PATH 

++ Uranium.obsinfo ++
--- /var/tmp/diff_new_pack.p6yP8P/_old  2019-06-17 21:33:40.043020060 +0200
+++ /var/tmp/diff_new_pack.p6yP8P/_new  2019-06-17 21:33:40.043020060 +0200
@@ -1,5 +1,5 @@
 name: Uranium
-version: 3.6.5
+version: 3.6.9
 mtime: 1552556576
 commit: 9b696b1cdde1fccca06eb5e96f3e69e19ecd0904
 

++ _service ++
--- /var/tmp/diff_new_pack.p6yP8P/_old  2019-06-17 21:33:40.067020055 +0200
+++ /var/tmp/diff_new_pack.p6yP8P/_new  2019-06-17 21:33:40.067020055 +0200
@@ -3,8 +3,8 @@
 https://code.alephobjects.com/diffusion/U/uranium.git
 git
 Uranium
-v3.6.5
-3.6.5
+v3.6.9
+3.6.9
   
   
 




commit 000update-repos for openSUSE:Factory

2019-06-17 Thread root
Hello community,

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

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


Package is "000update-repos"

Mon Jun 17 21:02:23 2019 rev:335 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory_20190614.packages.xz



Other differences:
--


























































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2019-06-17 Thread root
Hello community,

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

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


Package is "000update-repos"

Mon Jun 17 21:02:44 2019 rev:339 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  42.3:update_1560785621.packages.xz



Other differences:
--






























































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2019-06-17 Thread root
Hello community,

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

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


Package is "000update-repos"

Mon Jun 17 21:02:35 2019 rev:338 rq: version:unknown
Mon Jun 17 21:02:33 2019 rev:337 rq: version:unknown
Mon Jun 17 21:02:25 2019 rev:336 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.0:update_1560787683.packages.xz
  15.1:update_1560788250.packages.xz
  factory:non-oss_1327.3.packages.xz



Other differences:
--



























































































































































































































































































































































































































































































































commit 000release-packages for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-06-17 13:59:59

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


Package is "000release-packages"

Mon Jun 17 13:59:59 2019 rev:166 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.z14dLH/_old  2019-06-17 14:00:02.951849823 +0200
+++ /var/tmp/diff_new_pack.z14dLH/_new  2019-06-17 14:00:02.955849822 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20190614)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20190617)
 #
 # Copyright (c) 2019 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon
-Version:20190614
+Version:    20190617
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20190614-0
+Provides:   product(openSUSE-Addon-NonOss) = 20190617-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20190614
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20190617
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20190614
+  20190617
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20190614
+  cpe:/o:opensuse:opensuse-addon-nonoss:20190617
   
 
 

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.z14dLH/_old  2019-06-17 14:00:02.975849817 +0200
+++ /var/tmp/diff_new_pack.z14dLH/_new  2019-06-17 14:00:02.979849816 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20190614
+Version:    20190617
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -40,9 +40,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-MicroOS
-Provides:   product(openSUSE-MicroOS) = 20190614-0
+Provides:   product(openSUSE-MicroOS) = 20190617-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20190614
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20190617
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-MicroOS)
@@ -58,7 +58,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20190614-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20190617-0
 Summary:openSUSE MicroOS
 
 %description dvd
@@ -74,7 +74,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(kubic-dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20190614-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20190617-0
 Summary:openSUSE MicroOS
 
 %description kubic-dvd
@@ -90,7 +90,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(openSUSE-MicroOS) = 20190614-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20190617-0
 Summary:openSUSE MicroOS
 
 %description appliance
@@ -106,7 +106,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance-kubic)
-Provides:   product_flavor(openSUSE-MicroOS) = 20190614-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20190617-0
 Summary:openSUSE MicroOS
 
 %description appliance-kubic
@@ -164,11 +164,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20190614
+  20190617
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20190614
+  cpe:/o:opensuse:opensuse-microos:20190617
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.z14dLH/_old  2019-06-17 14:00:02.999849812 +0200
+++ /var/tmp/diff_new_pack.z14dLH/_new  2019-06-17 14:00:03.003849810 +0200
@@ -20,7 +20,7 @@
 #define betaversion %{nil}
 %define codename Tumbleweed
 Name:   openSUSE-release
-Version:20190614
+Version:    2019061

commit 000product for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-06-17 14:00:03

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


Package is "000product"

Mon Jun 17 14:00:03 2019 rev:1331 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



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

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

++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.k5m5zx/_old  2019-06-17 14:00:06.135849023 +0200
+++ /var/tmp/diff_new_pack.k5m5zx/_new  2019-06-17 14:00:06.139849022 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20190614
+  20190617
   11
-  cpe:/o:opensuse:opensuse-microos:20190614,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:20190617,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20190614/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20190617/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

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

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.k5m5zx/_old  2019-06-17 14:00:06.199849007 +0200
+++ /var/tmp/diff_new_pack.k5m5zx/_new  2019-06-17 14:00:06.199849007 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20190614
+  20190617
   11
-  cpe:/o:opensuse:opensuse:20190614,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20190617,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190614/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190617/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.k5m5zx/_old  2019-06-17 14:00:06.219849002 +0200
+++ /var/tmp/diff_new_pack.k5m5zx/_new  2019-06-17 14:00:06.219849002 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20190614
+  20190617
   11
-  cpe:/o:opensuse:opensuse:20190614,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20190617,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  

commit pdf2djvu for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2019-06-17 10:35:18

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


Package is "pdf2djvu"

Mon Jun 17 10:35:18 2019 rev:37 rq:710287 version:0.9.13

Changes:

--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes2019-01-08 
12:31:07.660098940 +0100
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new.4811/pdf2djvu.changes  
2019-06-17 10:35:26.349201244 +0200
@@ -1,0 +2,15 @@
+Sun Jun 16 19:50:59 UTC 2019 - Kyrill Detinov 
+
+- Update to 0.9.13.
+  * Fix build failure with Poppler ≥ 0.76.
+  * Improve warning message for (unhandled) hide actions.
+  * Improve the test suite:
++ Don't enforce the C locale.
++ Make it easy to pass arguments to nose.
+  * Update the Polish translation.
+  * Use HTTPS for exiv2.org URLs.
+  * Update poppler-data URL.
+  * Add support for heap profiling using gperftools.
+- Correct description a bit.
+
+---

Old:

  pdf2djvu-0.9.12.tar.xz
  pdf2djvu-0.9.12.tar.xz.asc

New:

  pdf2djvu-0.9.13.tar.xz
  pdf2djvu-0.9.13.tar.xz.asc



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.LDnhuh/_old  2019-06-17 10:35:26.921200959 +0200
+++ /var/tmp/diff_new_pack.LDnhuh/_new  2019-06-17 10:35:26.925200956 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   pdf2djvu
-Version:0.9.12
+Version:0.9.13
 Release:0
 Summary:PDF to DjVu Converter
 License:GPL-2.0-only
 Group:  Productivity/Publishing/PDF
-URL:http://jwilk.net/software/pdf2djvu
+URL:https://jwilk.net/software/pdf2djvu
 Source0:
https://github.com/jwilk/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://github.com/jwilk/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
@@ -45,7 +45,7 @@
 %description
 pdf2djvu creates DjVu files from PDF files. It's able to extract:
 graphics, text layer, hyperlinks, document outline (bookmarks) and
-metadata.
+metadata (including XMP metadata).
 
 %lang_package
 

++ pdf2djvu-0.9.12.tar.xz -> pdf2djvu-0.9.13.tar.xz ++
 2211 lines of diff (skipped)




commit 000product for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-06-17 10:35:32

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


Package is "000product"

Mon Jun 17 10:35:32 2019 rev:1329 rq: version:unknown
Mon Jun 17 10:35:31 2019 rev:1328 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-Addon-NonOss.product ++
--- /var/tmp/diff_new_pack.cy8CpF/_old  2019-06-17 10:35:36.569196137 +0200
+++ /var/tmp/diff_new_pack.cy8CpF/_new  2019-06-17 10:35:36.569196137 +0200
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20190614
+    20190617
 0 
 openSUSE NonOSS Addon
 non oss addon

++ openSUSE.product ++
--- /var/tmp/diff_new_pack.cy8CpF/_old  2019-06-17 10:35:36.609196117 +0200
+++ /var/tmp/diff_new_pack.cy8CpF/_new  2019-06-17 10:35:36.609196117 +0200
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20190614
+  20190617
   0
 
   openSUSE




commit minitube for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2019-06-17 10:35:26

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


Package is "minitube"

Mon Jun 17 10:35:26 2019 rev:13 rq:710288 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2019-05-22 
11:11:34.586592327 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new.4811/minitube.changes  
2019-06-17 10:35:28.249200295 +0200
@@ -1,0 +2,7 @@
+Sun Jun 16 19:58:02 UTC 2019 - Carsten Ziepke 
+
+- Update to version 3.1:
+  * Fixes some videos skipping. 
+  * Bug fix for audio playback not resuming after long pauses.
+
+---

Old:

  minitube-3.0.tar.xz

New:

  minitube-3.1.tar.xz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.2dpZ7J/_old  2019-06-17 10:35:28.809200015 +0200
+++ /var/tmp/diff_new_pack.2dpZ7J/_new  2019-06-17 10:35:28.813200013 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   minitube
-Version:3.0
+Version:3.1
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.2dpZ7J/_old  2019-06-17 10:35:28.84915 +0200
+++ /var/tmp/diff_new_pack.2dpZ7J/_new  2019-06-17 10:35:28.84915 +0200
@@ -4,7 +4,7 @@
 https://github.com/flaviotordini/minitube.git
 minitube
 @PARENT_TAG@
-3.0
+3.1
   
   
 *.tar

++ minitube-3.0.tar.xz -> minitube-3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.0/README.md new/minitube-3.1/README.md
--- old/minitube-3.0/README.md  2019-03-23 09:25:27.0 +0100
+++ new/minitube-3.1/README.md  2019-06-14 15:06:12.0 +0200
@@ -21,7 +21,7 @@
 
 git clone --recursive https://github.com/flaviotordini/minitube.git
 
-You need at least Qt 5.6. The following Qt modules are needed: core, gui, 
widgets, network, sql (using the Sqlite plugin), declarative, dbus, x11extras.
+You need Qt >= 5.6 and MPV >= 0.29.0. The following Qt modules are needed: 
core, gui, widgets, network, sql (using the Sqlite plugin), declarative, dbus, 
x11extras.
 
 To be able to build on a Debian (or derivative) system:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minitube-3.0/create_assets.sh 
new/minitube-3.1/create_assets.sh
--- old/minitube-3.0/create_assets.sh   1970-01-01 01:00:00.0 +0100
+++ new/minitube-3.1/create_assets.sh   2019-06-14 15:06:12.0 +0200
@@ -0,0 +1,124 @@
+#!/usr/bin/env bash
+#
+# Copyright 2019, David Runge
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+#
+# Creates assets for $upstream in the form of
+# ${package_name}-$version.tar.bz2' and moves the file to the current working
+# directory (aka. $(pwd)).
+# Optionally creates a detached PGP signature for the tarball.
+# Requires a writable /tmp folder.
+
+set -euo pipefail
+
+get_absolute_path() {
+  cd "$(dirname "$0")" && pwd -P
+}
+
+remove_source_dir() {
+  rm -rf "${source_dir:?}/${package_name}"*
+}
+
+checkout_project() {
+  remove_source_dir
+  cd "${source_dir}"
+  git clone "$upstream" --recursive
+  cd "${package_name}"
+  git checkout "${version}"
+}
+
+clean_sources() {
+  cd "${source_dir}/${package_name}"
+  rm -rfv .gitignore \
+  .gitmodules \
+  .clang-format \
+  .travis.yml \
+  .git/ \
+  create_assets.sh
+}
+
+rename_sources() {
+  cd "${source_dir}"
+  mv -v "${package_name}" "${package_name}-${version}"
+}
+
+compress_sources() {
+  cd "${source_dir}"
+  tar cvfz "${package_name}-${version}.tar.bz2" \
+"${package_name}-${version}"
+}
+
+move_sources() {
+  cd "${source_dir}"
+  mv -v "${package_name}-${version}.tar.bz2" "${output_dir}/"
+}
+
+sign_sources() {
+  cd "${output_dir}"
+  gpg2 --default-key "${signer}" \
+   --output "${package_name}-${version}.tar.bz2.asc" \
+   --detach-sign "${package_name}-${version}.tar.bz2"
+}
+

commit 000product for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-06-17 10:35:35

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


Package is "000product"

Mon Jun 17 10:35:35 2019 rev:1330 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-MicroOS.product ++
--- /var/tmp/diff_new_pack.ajrc9k/_old  2019-06-17 10:35:38.085195379 +0200
+++ /var/tmp/diff_new_pack.ajrc9k/_new  2019-06-17 10:35:38.089195377 +0200
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20190614
+  20190617
   
   0
   openSUSE-MicroOS




commit opera for openSUSE:Factory:NonFree

2019-06-17 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2019-06-17 10:35:28

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


Package is "opera"

Mon Jun 17 10:35:28 2019 rev:78 rq:710188 version:60.0.3255.170

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2019-06-12 
13:19:39.232541937 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new.4811/opera.changes
2019-06-17 10:35:31.317198761 +0200
@@ -1,0 +2,13 @@
+Sun Jun 16 06:08:11 UTC 2019 - Carsten Ziepke 
+
+- Update to version 60.0.3255.170
+  * DNA-77132 [Mac] Highlight visible when closing a tab
+  * DNA-77356 [Mac] Tabs hovered state doesn’t go away
+  * DNA-77676 [Mac] Hover state stays after closing tab
+  * DNA-77858 News section display a tiny part of an article image
+  * DNA-77962 Zombie received -currentTab
+  * DNA-78285 [Mac] Dragging URL from Address Field to 
+Bookmarks Bar Freezes Opera
+  * DNA-78395 Add browser test covering this feature
+
+---

Old:

  opera-stable_60.0.3255.151_amd64.rpm

New:

  opera-stable_60.0.3255.170_amd64.rpm



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.IGf0MW/_old  2019-06-17 10:35:32.801198020 +0200
+++ /var/tmp/diff_new_pack.IGf0MW/_new  2019-06-17 10:35:32.805198018 +0200
@@ -20,7 +20,7 @@
 # libffmpeg.so*, libfreetype.so* and libGLESv2.so* are currently bundled.
 %global __requires_exclude ^lib(ffmpeg|freetype|GLESv2)\\.so.*$
 Name:   opera
-Version:60.0.3255.151
+Version:60.0.3255.170
 Release:0
 Summary:Proprietary web browser
 License:NonFree

++ opera-stable_60.0.3255.151_amd64.rpm -> 
opera-stable_60.0.3255.170_amd64.rpm ++
/work/SRC/openSUSE:Factory:NonFree/opera/opera-stable_60.0.3255.151_amd64.rpm 
/work/SRC/openSUSE:Factory:NonFree/.opera.new.4811/opera-stable_60.0.3255.170_amd64.rpm
 differ: char 35, line 1




commit herbstluftwm for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package herbstluftwm for openSUSE:Factory 
checked in at 2019-06-17 10:35:08

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


Package is "herbstluftwm"

Mon Jun 17 10:35:08 2019 rev:4 rq:710286 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/herbstluftwm/herbstluftwm.changes
2018-01-13 21:46:56.532047607 +0100
+++ /work/SRC/openSUSE:Factory/.herbstluftwm.new.4811/herbstluftwm.changes  
2019-06-17 10:35:19.369204733 +0200
@@ -1,0 +2,24 @@
+Wed May 29 07:19:37 UTC 2019 - mvet...@suse.com
+
+- Update to 0.7.2:
+  * When herbstluftwm is not running and herbstclient is called,
+the absent herbstluftwm is detected instead of hanging forever.
+  * Close window on _NET_CLOSE_WINDOW. This makes closing windows
+via ewmh panels work.
+  * Fix return code of remove_attr
+  * Fix error when unmanaging clients
+  * Some typo fixes in the documentation
+- Remove and replace with sed:
+  * herbstluftwm-shebangs.patch
+  * herbstluftwm-shebangs-2.patch
+  * herbstluftwm-shebangs-3.patch
+
+---
+Fri Mar 22 01:23:44 UTC 2019 - xaver@hellauer.bayern
+
+- updated to latest stable release (0.7.1)
+- changes to herbstluftwm-shebangs.patch due to rejects caused by upstream 
changes
+- add herbstluftwm-shebangs-3.patch
+- fish-completion package
+
+---

Old:

  herbstluftwm-0.7.0.tar.gz
  herbstluftwm-0.7.0.tar.gz.sig
  herbstluftwm-shebangs-2.patch
  herbstluftwm-shebangs.patch

New:

  herbstluftwm-0.7.2.tar.gz
  herbstluftwm-0.7.2.tar.gz.sig



Other differences:
--
++ herbstluftwm.spec ++
--- /var/tmp/diff_new_pack.Cc3TjY/_old  2019-06-17 10:35:20.949203943 +0200
+++ /var/tmp/diff_new_pack.Cc3TjY/_new  2019-06-17 10:35:20.985203925 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package herbstluftwm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   herbstluftwm
-Version:0.7.0
+Version:0.7.2
 Release:0
 Summary:A manual tiling window manager
 License:BSD-2-Clause
@@ -26,12 +26,8 @@
 Source0:https://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz
 Source1:https://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz.sig
 Source2:%{name}.desktop
-# PATCH-FIX-SUSE Applied in reverse to replace "env" in shebangs with /bin/bash
-Patch0: 
https://github.com/%{name}/%{name}/commit/b1fe1380419e1bc11ee017b59a9d58c238c66f91.patch#/%{name}-shebangs.patch
-# PATCH-FIX-SUSE Applied in reverse to replace "env" in shebangs with /bin/bash
-Patch1: 
https://github.com/%{name}/%{name}/commit/edc8c1656ec67b73f92f25d9cf322cea0df5d0a6.patch#/%{name}-shebangs-2.patch
 # PATCH-FIX-SUSE Remove executable bits from the documentation
-Patch2: examples-remove-executable-bits.patch
+Patch0: examples-remove-executable-bits.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++ >= 4.9
 BuildRequires:  glib2-devel
@@ -56,6 +52,16 @@
 %description bash-completion
 Bash completion for herbstclient
 
+%package fish-completion
+Summary:Fish completion for %{name}
+Group:  System/Shells
+Requires:   %{name} = %{version}
+Supplements:packageand(%{name}:fish)
+BuildArch:  noarch
+
+%description fish-completion
+Fish completion for herbstclient
+
 %package zsh-completion
 Summary:Zsh completion for %{name}
 Group:  System/Shells
@@ -79,10 +85,9 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # fix errors about improper shebangs due to /usr/bin/env
-%patch0 -R -p1
-%patch1 -R -p1
-%patch2 -p1
+find . -type f -exec sed -i "s/#!\/usr\/bin\/env bash/#!\/usr\/bin\/bash/" {} +
 
 %build
 export CPPFLAGS="%{optflags}"
@@ -125,6 +130,7 @@
 %{_datadir}/doc/%{name}/examples/dumpbeautify.sh
 %{_datadir}/doc/%{name}/examples/exec_on_tag.sh
 %{_datadir}/doc/%{name}/examples/execwith.sh
+%{_datadir}/doc/%{name}/examples/float-maximize.sh
 %{_datadir}/doc/%{name}/examples/floatmon.sh
 %{_datadir}/doc/%{name}/examples/herbstcommander.sh
 %{_datadir}/doc/%{name}/examples/keychain.sh
@@ -148,4 +154,9 @@
 %files bash-completion
 %config %{_sysconfdir}/bash_completion.d/herbstclient-completion
 
+%files fish-completion
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/vendor_completions.d
+%{_datadir}/fish/vendor_completions.d/herbstclient.fish
+
 %changelog

++ 

commit waybar for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package waybar for openSUSE:Factory checked 
in at 2019-06-17 10:35:05

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


Package is "waybar"

Mon Jun 17 10:35:05 2019 rev:9 rq:710283 version:0.6.9

Changes:

--- /work/SRC/openSUSE:Factory/waybar/waybar.changes2019-06-12 
13:15:56.472713369 +0200
+++ /work/SRC/openSUSE:Factory/.waybar.new.4811/waybar.changes  2019-06-17 
10:35:08.145210342 +0200
@@ -1,0 +2,11 @@
+Sat Jun 15 07:19:59 UTC 2019 - mvet...@suse.com
+
+- Update to 0.6.9:
+  Added:
+  * Added monitor name as bar class 46e5dd9
+  * Added class for persistant workspaces c2e9ed6
+  Changed:
+  * Fixed custom module exit status 564fdcb
+  * Avoid expand sway/window width 3c9b533
+
+---

Old:

  0.6.8.tar.gz

New:

  0.6.9.tar.gz



Other differences:
--
++ waybar.spec ++
--- /var/tmp/diff_new_pack.meok8F/_old  2019-06-17 10:35:09.861209484 +0200
+++ /var/tmp/diff_new_pack.meok8F/_new  2019-06-17 10:35:09.865209482 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   waybar
-Version:0.6.8
+Version:0.6.9
 Release:0
 Summary:Customizable Wayland bar for Sway and Wlroots based compositors
 License:MIT

++ 0.6.8.tar.gz -> 0.6.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.8/README.md new/Waybar-0.6.9/README.md
--- old/Waybar-0.6.8/README.md  2019-06-08 18:33:17.0 +0200
+++ new/Waybar-0.6.9/README.md  2019-06-14 10:27:41.0 +0200
@@ -2,7 +2,8 @@
 
 > Highly customizable Wayland bar for Sway and Wlroots based compositors.
 > Available in Arch 
 > [community](https://www.archlinux.org/packages/community/x86_64/waybar/) or
-[AUR](https://aur.archlinux.org/packages/waybar-git/) and 
[openSUSE](https://build.opensuse.org/package/show/X11:Wayland/waybar)
+[AUR](https://aur.archlinux.org/packages/waybar-git/) and 
[openSUSE](https://build.opensuse.org/package/show/X11:Wayland/waybar)
+> *Waybar [examples](https://github.com/Alexays/Waybar/wiki/Examples)*
 
 **Current features**
 - Sway (Workspaces, Binding mode, Focused window name)
@@ -42,6 +43,7 @@
 gtkmm3
 jsoncpp
 libinput
+
 libsigc++
 fmt
 wayland
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.8/include/util/command.hpp 
new/Waybar-0.6.9/include/util/command.hpp
--- old/Waybar-0.6.8/include/util/command.hpp   2019-06-08 18:33:17.0 
+0200
+++ new/Waybar-0.6.9/include/util/command.hpp   2019-06-14 10:27:41.0 
+0200
@@ -33,7 +33,7 @@
   fclose(fp);
   while (waitpid(pid, , 0) == -1) {
 if (errno != EINTR) {
-  stat = -1;
+  stat = 0;
   break;
 }
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.8/include/util/sleeper_thread.hpp 
new/Waybar-0.6.9/include/util/sleeper_thread.hpp
--- old/Waybar-0.6.8/include/util/sleeper_thread.hpp2019-06-08 
18:33:17.0 +0200
+++ new/Waybar-0.6.9/include/util/sleeper_thread.hpp2019-06-14 
10:27:41.0 +0200
@@ -14,7 +14,10 @@
 
   SleeperThread(std::function func)
   : thread_{[this, func] {
-  while (do_run_) func();
+  while (do_run_) {
+signal_ = false;
+func();
+  }
 }} {}
 
   SleeperThread& operator=(std::function func) {
@@ -42,7 +45,10 @@
   }
 
   auto wake_up() {
-signal_ = true;
+{
+  std::lock_guard lck(mutex_);
+  signal_ = true;
+}
 condvar_.notify_all();
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.8/meson.build new/Waybar-0.6.9/meson.build
--- old/Waybar-0.6.8/meson.build2019-06-08 18:33:17.0 +0200
+++ new/Waybar-0.6.9/meson.build2019-06-14 10:27:41.0 +0200
@@ -1,6 +1,6 @@
 project(
 'waybar', 'cpp', 'c',
-version: '0.6.8',
+version: '0.6.9',
 license: 'MIT',
 default_options : [
 'cpp_std=c++17',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Waybar-0.6.8/src/bar.cpp new/Waybar-0.6.9/src/bar.cpp
--- old/Waybar-0.6.8/src/bar.cpp2019-06-08 18:33:17.0 +0200
+++ new/Waybar-0.6.9/src/bar.cpp2019-06-14 10:27:41.0 +0200
@@ -17,6 +17,7 @@
   window.set_title("waybar");
   window.set_name("waybar");
   window.set_decorated(false);
+  window.get_style_context()->add_class(output->name);
 
   if (config["position"] == "right" || config["position"] == "left") {
 height_ = 0;
diff -urN '--exclude=CVS' 

commit exaile for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2019-06-17 10:34:41

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


Package is "exaile"

Mon Jun 17 10:34:41 2019 rev:16 rq:710216 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2018-12-18 
14:58:28.978243103 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new.4811/exaile.changes  2019-06-17 
10:34:49.621219600 +0200
@@ -1,0 +2,24 @@
+Sat Jun 15 15:32:22 UTC 2019 - Alexei Sorokin 
+
+- Update to version 4.0.0 (changes since 4.0.0~rc3):
+  * ipconsole: Do not swallow ImportErrors
+  * Equaliser: Save present correctly.
+  * Fix unicode issue in saved playlists.
+  * Fix rating setting in playlists.
+  * Fix SmartPlaylists with timestamps.
+  * Improve support for AlbumArtist: collection pane,
+playlist column, track properties
+  * Moodbar improvements.
+  * Many tags are now directly editable in the playlist view.
+  * Drop support for HAL and UDisks v1.
+  * Fix playlist column editing click/drag issues.
+  * F2 now also triggers track tag editing.
+  * Fix accelerators issue that caused a bug in the audioscrobbler
+plugin.
+  * Remove AWN plugin.
+  * panel/playlists: Fix some drag stuff.
+  * Many minor fixes and enhancements
+  * Update translations.
+- Stop using GPG signing as upstream did not sign the tarball.
+
+---

Old:

  exaile-4.0.0rc3.tar.gz
  exaile-4.0.0rc3.tar.gz.asc
  exaile.keyring

New:

  exaile-4.0.0.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.nTvngr/_old  2019-06-17 10:34:50.309219256 +0200
+++ /var/tmp/diff_new_pack.nTvngr/_new  2019-06-17 10:34:50.313219254 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exaile
 #
-# 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,17 +18,14 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
-%define _version 4.0.0rc3
 Name:   exaile
-Version:4.0.0~rc3
+Version:4.0.0
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
-Url:http://exaile.org/
-Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-rc3/%{name}-%{_version}.tar.gz
-Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-rc3/%{name}-%{_version}.tar.gz.asc
-Source2:%{name}.keyring
+URL:https://www.exaile.org/
+Source: 
https://github.com/exaile/exaile/releases/download/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
 # PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make the screensaverpause plugin work with MATE Screensaver.
@@ -93,9 +90,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{_version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 
 %build
 make %{?_smp_mflags} V=1

++ exaile-4.0.0rc3.tar.gz -> exaile-4.0.0.tar.gz ++
 108942 lines of diff (skipped)




commit lldpd for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package lldpd for openSUSE:Factory checked 
in at 2019-06-17 10:34:58

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


Package is "lldpd"

Mon Jun 17 10:34:58 2019 rev:8 rq:710239 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes  2019-02-15 
10:03:08.599611406 +0100
+++ /work/SRC/openSUSE:Factory/.lldpd.new.4811/lldpd.changes2019-06-17 
10:35:02.821213003 +0200
@@ -1,0 +2,13 @@
+Sun Jun 16 14:22:28 UTC 2019 - Martin Hauke 
+
+- Update to version 1.0.4:
+  Changes:
+  * Add "configure system max-neighbors XX" command to modify maximum
+of neighbors accepted per port.
+  * Implement lldpRemOrgDefInfoTable table for custom TLVs.
+  * Fix:
+  * Better compliance for statsTLVsUnrecognizedTotal and
+statsAgeoutsTotal counters.
+  * On Linux, handle rare blocking case in Netlink code.
+
+---

Old:

  lldpd-1.0.3.tar.gz
  lldpd-1.0.3.tar.gz.asc

New:

  lldpd-1.0.4.tar.gz
  lldpd-1.0.4.tar.gz.asc



Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.bDGMYe/_old  2019-06-17 10:35:03.449212689 +0200
+++ /var/tmp/diff_new_pack.bDGMYe/_new  2019-06-17 10:35:03.453212687 +0200
@@ -26,7 +26,7 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   lldpd
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Implementation of IEEE 802.1ab (LLDP)
 # We have some GPL linux headers in include/linux, they are used on

++ lldpd-1.0.3.tar.gz -> lldpd-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lldpd-1.0.3/.dist-version 
new/lldpd-1.0.4/.dist-version
--- old/lldpd-1.0.3/.dist-version   2018-12-10 15:03:43.0 +0100
+++ new/lldpd-1.0.4/.dist-version   2019-06-15 11:14:46.0 +0200
@@ -1 +1 @@
-1.0.3
+1.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lldpd-1.0.3/ChangeLog new/lldpd-1.0.4/ChangeLog
--- old/lldpd-1.0.3/ChangeLog   2018-12-10 15:03:42.0 +0100
+++ new/lldpd-1.0.4/ChangeLog   2019-06-15 11:14:45.0 +0200
@@ -1,3 +1,29 @@
+1.0.4 [2019-06-15 11:09:44 +0200]:
+
+ - [1507a0035694] release: 1.0.4 (Vincent Bernat)
+ - [4a1fb0acb1e4] lldpd: document expectation for LLDP-MED device 
configuration (Vincent Bernat)
+ - [66a551ed239d] netlink: make the netlink socket totally non blocking 
(Vincent Bernat)
+ - [6c3697f21295] netlink: handle blocking read from netlink socket (Vincent 
Bernat)
+ - [8ca3da075bfc] snmp: implement lldpRemOrgDefInfoTable for remote custom 
TLVs (Vincent Bernat)
+ - [10da5bcb106b] debian: depends on lsb-base (Vincent Bernat)
+ - [fe28f2c441fc] debian: no need to BD on lsb-release anymore (Vincent Bernat)
+ - [653838a396cc] doc: update Android instructions for ARM64 (Vincent Bernat)
+ - [fbb30189306c] client: use bold instead of a color for command completions 
(Vincent Bernat)
+ - [26b82f3f7c35] agent: do not increase statsAgeoutsTotal when receiving a 
shutdown frame (Vincent Bernat)
+ - [109bcd423cd5] lldp: increase statsTLVsUnrecognizedTotal on unknown TLV 
(Vincent Bernat)
+ - [da94dd1fff77] tests: update pytest (Vincent Bernat)
+ - [6e3cb2f550fb] client: rename max-neighbor command (Vincent Bernat)
+ - [1adf91794dd5] tests: add test for global configuration settings (Vincent 
Bernat)
+ - [ba1bdf6aaf76] client: ability to set maximum of neighbors from lldpcli 
(Vincent Bernat)
+ - [b2eebb31fc21] priv: include limits.h for PATH_MAX (Sören Tempel)
+ - [0ca212866b3c] lib: use an unique variable as iterator in foreach macro 
(Vincent Bernat)
+ - [d0058aa62e1c] build: warn on implicit fallthrough for case statements 
(Vincent Bernat)
+ - [adbb26bc0a49] build: enable increased reliability of stack overflow 
detection (Vincent Bernat)
+ - [a636b31d72ea] interfaces/linux: make dsa special (Brandon Streiff)
+ - [4e7ec8233cd1] build: fix compilation with `--enable-fdp --disable-cdp` 
(Vincent Bernat)
+ - [cd752e02254d] daemon: allow lseek for seccomp (Vincent Bernat)
+ - [499046a8dfd1] osx: update version in HomeBrew formula (Vincent Bernat)
+
 1.0.3 [2018-12-10 15:02:58 +0100]:
 
  - [0c08843c9014] release: 1.0.3 (Vincent Bernat)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lldpd-1.0.3/Makefile.in new/lldpd-1.0.4/Makefile.in
--- old/lldpd-1.0.3/Makefile.in 2018-12-10 15:03:27.0 +0100
+++ new/lldpd-1.0.4/Makefile.in 2019-06-15 11:14:21.0 +0200
@@ -234,7 +234,7 @@
 CSCOPE = cscope
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
   

commit axel for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2019-06-17 10:34:46

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


Package is "axel"

Mon Jun 17 10:34:46 2019 rev:6 rq:710220 version:2.17.3

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2019-06-01 
09:50:17.639308017 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new.4811/axel.changes  2019-06-17 
10:34:51.517218652 +0200
@@ -1,0 +2,37 @@
+Sun Jun  9 19:21:11 UTC 2019 - Sebastian Wagner 
+
+- update to version 2.17.3:
+ - Builds now use canonical host triplet instead of `uname -s`
+ - Fixed build on Darwin / Mac OS X
+ - Fixed download loops caused by last byte pointer being off by one
+ - Fixed linking issues (i18n and posix threads)
+ - Updated build instructions
+ - Code cleanup
+ - Added autoconf-archive to building instructions
+- update to version 2.17.2:
+ - Fixed HTTP request-ranges to be zero-based
+ - Fixed typo "too may" -> "too many"
+ - Replaced malloc + memset calls with calloc
+ - Sanitize progress bar buffer len passed to memset
+- update to version 2.17.1:
+ - Fixed comparison error in axel_divide
+ - Make sure maxconns is at least 1
+- update to version 2.17:
+ - Fixed composition of URLs in redirections
+ - Fixed request range calculation
+ - Updated all translations
+ - Updated build documentation
+ - Major code cleanup
+  -  Cleanup of alternate progress output
+  -  Removed global string buffers
+  -  Fixed min and max macros
+  -  Moved User-Agent header to conf->add_header
+  -  Use integers for speed ratio and delay calculation
+ - Added support for parsing IPv6 literal hostname
+ - Fixed filename extraction from URL
+ - Fixed request-target message to proxy
+ - Handle secure protocol's schema even with SSL disabled
+ - Fixed Content-Disposition filename value decoding
+ - Strip leading hyphens in extracted filenames
+
+---

Old:

  axel-2.16.1.tar.xz

New:

  axel-2.17.3.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.uKHQbT/_old  2019-06-17 10:34:52.025218398 +0200
+++ /var/tmp/diff_new_pack.uKHQbT/_new  2019-06-17 10:34:52.025218398 +0200
@@ -18,7 +18,7 @@
 
 %{!?license: %global license %doc}
 Name:   axel
-Version:2.16.1
+Version:2.17.3
 Release:0
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later

++ axel-2.16.1.tar.xz -> axel-2.17.3.tar.xz ++
 10480 lines of diff (skipped)




commit os-autoinst for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2019-06-17 10:34:51

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


Package is "os-autoinst"

Mon Jun 17 10:34:51 2019 rev:66 rq:710226 version:4.5.1560548250.151bd110

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-test.changes 
2019-06-14 20:43:17.314302480 +0200
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.4811/os-autoinst-test.changes   
2019-06-17 10:34:55.341216741 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:53:45 UTC 2019 - ok...@suse.com
+
+- Update to version 4.5.1560548250.151bd110:
+  * Use QUIET variable for script_run/output
+
+---
os-autoinst.changes: same change

Old:

  os-autoinst-4.5.1560502370.2654e4ef.obscpio

New:

  os-autoinst-4.5.1560548250.151bd110.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.cKuMUu/_old  2019-06-17 10:34:56.557216133 +0200
+++ /var/tmp/diff_new_pack.cKuMUu/_new  2019-06-17 10:34:56.561216131 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.5.1560502370.2654e4ef
+Version:4.5.1560548250.151bd110
 Release:0
 Summary:test package for os-autoinst
 License:GPL-2.0-or-later

++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.cKuMUu/_old  2019-06-17 10:34:56.593216115 +0200
+++ /var/tmp/diff_new_pack.cKuMUu/_new  2019-06-17 10:34:56.597216113 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.5.1560502370.2654e4ef
+Version:4.5.1560548250.151bd110
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0-or-later

++ os-autoinst-4.5.1560502370.2654e4ef.obscpio -> 
os-autoinst-4.5.1560548250.151bd110.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.5.1560502370.2654e4ef.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.4811/os-autoinst-4.5.1560548250.151bd110.obscpio
 differ: char 50, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.cKuMUu/_old  2019-06-17 10:34:56.693216066 +0200
+++ /var/tmp/diff_new_pack.cKuMUu/_new  2019-06-17 10:34:56.693216066 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.5.1560502370.2654e4ef
-mtime: 1560502370
-commit: 2654e4ef92bf1a35a131529761088fd7279ec1e3
+version: 4.5.1560548250.151bd110
+mtime: 1560548250
+commit: 151bd1104420b6f215284788deb33b9dd913e52e
 




commit signing-party for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package signing-party for openSUSE:Factory 
checked in at 2019-06-17 10:34:49

Comparing /work/SRC/openSUSE:Factory/signing-party (Old)
 and  /work/SRC/openSUSE:Factory/.signing-party.new.4811 (New)


Package is "signing-party"

Mon Jun 17 10:34:49 2019 rev:5 rq:710221 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/signing-party/signing-party.changes  
2019-05-03 22:47:47.119956374 +0200
+++ /work/SRC/openSUSE:Factory/.signing-party.new.4811/signing-party.changes
2019-06-17 10:34:52.833217994 +0200
@@ -1,0 +2,9 @@
+Sun Jun  9 19:40:13 UTC 2019 - Sebastian Wagner 
+
+- remove cve-2019-11627.patchm included in tarball.
+- update to version 2.10-1:
+  * gpg-key2ps: Security fix for CVE-2018-15599: unsafe shell call enabling
+shell injection via a User ID.  Use Perl's (core) module Encode.pm instead
+of shelling out to `iconv`. (Closes: #928256.)
+
+---

Old:

  cve-2019-11627.patch
  signing-party-2.9.tar.gz

New:

  signing-party-2.10.tar.gz



Other differences:
--
++ signing-party.spec ++
--- /var/tmp/diff_new_pack.ZKpXVc/_old  2019-06-17 10:34:53.429217697 +0200
+++ /var/tmp/diff_new_pack.ZKpXVc/_new  2019-06-17 10:34:53.433217695 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   signing-party
-Version:2.9
+Version:2.10
 Release:0
 Summary:GPG Tools
 License:GPL-2.0-or-later
@@ -26,8 +26,6 @@
 Source: 
http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_%{version}.orig.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE caff-manpage.patch [bnc#722626]
 Patch1: caff-manpage.patch
-# PATCH-FIX-UPSTREAM cve-2019-11627.patch boo#1134040
-Patch2: cve-2019-11627.patch
 Requires:   %{_sbindir}/sendmail
 Requires:   gpg
 Requires:   perl
@@ -85,7 +83,6 @@
 %prep
 %setup -q -n signing-party-%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 %if 0%{?suse_version} > 1320

++ signing-party-2.9.tar.gz -> signing-party-2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signing-party-2.9/debian/changelog 
new/signing-party-2.10/debian/changelog
--- old/signing-party-2.9/debian/changelog  2019-03-01 15:40:38.0 
+0100
+++ new/signing-party-2.10/debian/changelog 2019-05-01 12:22:19.0 
+0200
@@ -1,3 +1,11 @@
+signing-party (2.10-1) unstable; urgency=high
+
+  * gpg-key2ps: Security fix for CVE-2018-15599: unsafe shell call enabling
+shell injection via a User ID.  Use Perl's (core) module Encode.pm instead
+of shelling out to `iconv`. (Closes: #928256.)
+
+ -- Guilhem Moulin   Wed, 01 May 2019 12:21:59 +0200
+
 signing-party (2.9-1) unstable; urgency=medium
 
   * gpglist:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signing-party-2.9/gpg-key2ps/gpg-key2ps 
new/signing-party-2.10/gpg-key2ps/gpg-key2ps
--- old/signing-party-2.9/gpg-key2ps/gpg-key2ps 2019-03-01 15:40:38.0 
+0100
+++ new/signing-party-2.10/gpg-key2ps/gpg-key2ps2019-05-01 
12:22:19.0 +0200
@@ -9,6 +9,7 @@
 #
 
 use strict;
+use Encode ();
 use Getopt::Long;
 
 my $version = '@@VERSION@@';
@@ -267,7 +268,7 @@
}
# user ids
s/\\x(\p{AHex}{2})/ chr(hex($1)) /ge;
-   $_ = `echo "$_" | iconv -c -f utf-8 -t latin1`;
+   $_ = Encode::encode("latin1", Encode::decode_utf8($_));
s/^uid:[^:r]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:([^:]*):.*/ 
($1) uid/;
# revoked user id
if (s/^uid:r[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:([^:]*):.*/ 
($1) revuid/) {




commit qmmp for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2019-06-17 10:34:28

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


Package is "qmmp"

Mon Jun 17 10:34:28 2019 rev:68 rq:710182 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2019-05-05 
21:22:19.177424337 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new.4811/qmmp.changes  2019-06-17 
10:34:42.681223068 +0200
@@ -1,0 +2,16 @@
+Sun Jun 16 09:03:38 UTC 2019 - Luigi Baldoni 
+
+- Update to version 1.3.3
+  * added float output support for PulseAudio, ALSA and OSS4
+  * added AppStream information (Joel Barrios Dueñas)
+  * added more icon sizes
+  * improved channel conversion
+  * fixed feature to remove tracks when using quick search in
+the qsui plugin
+  * fixed crash on some corrupted archives
+  * fixed logo animation in the qsui plugin
+  * fixed freezing in the ffmpeg plugin
+  * updated Dutch translation (Heimen Stoffels)
+  * updated Greek translation (Dimitrios Glentadakis)
+
+---

Old:

  qmmp-1.3.2.tar.bz2

New:

  qmmp-1.3.3.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.6qL3XB/_old  2019-06-17 10:34:43.181222818 +0200
+++ /var/tmp/diff_new_pack.6qL3XB/_new  2019-06-17 10:34:43.185222817 +0200
@@ -21,7 +21,7 @@
 %bcond_with faad
 %bcond_with restricted
 Name:   qmmp
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Qt-based Multimedia Player
 License:GPL-2.0-or-later
@@ -162,6 +162,8 @@
 
 %install
 %cmake_install
+# do not install werdly-sized cions
+rm -rf %{buildroot}/%{_datadir}/icons/hicolor/56x56
 
 %post -n lib%{name}%{sover} -p /sbin/ldconfig
 
@@ -190,6 +192,10 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}*.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*
+%if 0%{?sle_version} == 120300
+%dir %{_datadir}/metainfo
+%endif
+%{_datadir}/metainfo/%{name}.appdata.xml
 
 %files -n lib%{name}%{sover}
 %{_libdir}/lib%{name}*.so.%{sover}*

++ qmmp-1.3.2.tar.bz2 -> qmmp-1.3.3.tar.bz2 ++
 26433 lines of diff (skipped)




commit python-SQLAlchemy-Utils for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2019-06-17 10:34:20

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


Package is "python-SQLAlchemy-Utils"

Mon Jun 17 10:34:20 2019 rev:18 rq:710134 version:0.34.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2019-01-21 11:03:34.667025697 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.4811/python-SQLAlchemy-Utils.changes
2019-06-17 10:34:37.357225729 +0200
@@ -1,0 +2,9 @@
+Sat Jun 15 15:51:10 UTC 2019 - Arun Persaud 
+
+- update to version 0.34.0:
+  * Removed array_agg compilation which was never a good idea and
+collided with the latest version of SA. (#374)
+  * Removed deprecation warnings (#373, pull request courtesy of
+pbasista)
+
+---

Old:

  SQLAlchemy-Utils-0.33.11.tar.gz

New:

  SQLAlchemy-Utils-0.34.0.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.9xi36X/_old  2019-06-17 10:34:37.961225427 +0200
+++ /var/tmp/diff_new_pack.9xi36X/_new  2019-06-17 10:34:37.965225425 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.11
+Version:0.34.0
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.11.tar.gz -> SQLAlchemy-Utils-0.34.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.11/CHANGES.rst 
new/SQLAlchemy-Utils-0.34.0/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.11/CHANGES.rst2019-01-13 15:14:21.0 
+0100
+++ new/SQLAlchemy-Utils-0.34.0/CHANGES.rst 2019-06-09 15:01:31.0 
+0200
@@ -4,6 +4,20 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.34.0 (2019-06-09)
+^^^
+
+
+- Removed array_agg compilation which was never a good idea and collided with 
the latest version of SA. (#374)
+- Removed deprecation warnings (#373, pull request courtesy of pbasista)
+
+
+0.33.12 (2019-02-02)
+
+
+- Added ordering support for Country primitive (#361, pull request courtesy of 
TrilceAC)
+
+
 0.33.11 (2019-01-13)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.11/PKG-INFO 
new/SQLAlchemy-Utils-0.34.0/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.11/PKG-INFO   2019-01-13 15:21:50.0 
+0100
+++ new/SQLAlchemy-Utils-0.34.0/PKG-INFO2019-06-09 15:13:59.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.11
+Version: 0.34.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/PKG-INFO 
2019-01-13 15:21:49.0 +0100
+++ new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/PKG-INFO  
2019-06-09 15:13:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.11
+Version: 0.34.0
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/SOURCES.txt 
new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/SOURCES.txt
--- old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/SOURCES.txt  
2019-01-13 15:21:49.0 +0100
+++ new/SQLAlchemy-Utils-0.34.0/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2019-06-09 15:13:59.0 +0200
@@ -33,6 +33,7 @@
 docs/range_data_types.rst
 docs/testing.rst
 docs/utility_classes.rst
+docs/view.rst
 sqlalchemy_utils/__init__.py
 sqlalchemy_utils/aggregates.py
 sqlalchemy_utils/asserts.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.11/SQLAlchemy_Utils.egg-info/requires.txt 

commit openQA for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2019-06-17 10:34:55

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


Package is "openQA"

Mon Jun 17 10:34:55 2019 rev:72 rq:710227 version:4.6.1560549641.c09044ae

Changes:

--- /work/SRC/openSUSE:Factory/openQA/openQA-test.changes   2019-06-14 
20:43:20.306297406 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.4811/openQA-test.changes 
2019-06-17 10:34:58.281215272 +0200
@@ -1,0 +2,7 @@
+Sun Jun 16 23:54:22 UTC 2019 - co...@suse.com
+
+- Update to version 4.6.1560549641.c09044ae:
+  * docs: No need to start openqa-gru explicitly
+  * Add support for OPENQA_BASE_PORT environment variable
+
+---
openQA.changes: same change

Old:

  openQA-4.6.1560497112.f26a0400.obscpio

New:

  openQA-4.6.1560549641.c09044ae.obscpio



Other differences:
--
++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.dG0Z1N/_old  2019-06-17 10:34:59.349214738 +0200
+++ /var/tmp/diff_new_pack.dG0Z1N/_new  2019-06-17 10:34:59.357214734 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1560497112.f26a0400
+Version:4.6.1560549641.c09044ae
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.dG0Z1N/_old  2019-06-17 10:34:59.437214694 +0200
+++ /var/tmp/diff_new_pack.dG0Z1N/_new  2019-06-17 10:34:59.441214692 +0200
@@ -36,7 +36,7 @@
 # runtime requirements that also the testsuite needs
 %define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) 
perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) 
perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) 
perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) 
perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) 
perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) 
perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) 
perl(Text::Markdown) perl(JSON::Validator) perl(YAML::XS) perl(IPC::Run) 
perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) 
perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) 
perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) 
perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) 
perl(Mojo::SQLite) perl(Minion::Backend::SQLite)
 Name:   openQA
-Version:4.6.1560497112.f26a0400
+Version:4.6.1560549641.c09044ae
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1560497112.f26a0400.obscpio -> 
openQA-4.6.1560549641.c09044ae.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1560497112.f26a0400.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.4811/openQA-4.6.1560549641.c09044ae.obscpio
 differ: char 50, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.dG0Z1N/_old  2019-06-17 10:34:59.641214592 +0200
+++ /var/tmp/diff_new_pack.dG0Z1N/_new  2019-06-17 10:34:59.641214592 +0200
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1560497112.f26a0400
-mtime: 1560497112
-commit: f26a0400c69e3c2815218d0aa4f0150d801ce468
+version: 4.6.1560549641.c09044ae
+mtime: 1560549641
+commit: c09044aecf18202f4177539ef24428b5c6c8d36e
 




commit golang-org-x-tools for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package golang-org-x-tools for 
openSUSE:Factory checked in at 2019-06-17 10:33:58

Comparing /work/SRC/openSUSE:Factory/golang-org-x-tools (Old)
 and  /work/SRC/openSUSE:Factory/.golang-org-x-tools.new.4811 (New)


Package is "golang-org-x-tools"

Mon Jun 17 10:33:58 2019 rev:6 rq:710028 version:1.11+git20190225.e9f45831

Changes:

--- /work/SRC/openSUSE:Factory/golang-org-x-tools/golang-org-x-tools.changes
2019-04-30 13:05:44.529916043 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-org-x-tools.new.4811/golang-org-x-tools.changes
  2019-06-17 10:34:23.129232840 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 14:23:01 UTC 2019 - Michal Rostecki 
+
+- Remove man files and dependency on mango-doc (which is going to
+  be removed as a package).
+
+---



Other differences:
--
++ golang-org-x-tools.spec ++
--- /var/tmp/diff_new_pack.BfNP8j/_old  2019-06-17 10:34:23.597232606 +0200
+++ /var/tmp/diff_new_pack.BfNP8j/_new  2019-06-17 10:34:23.597232606 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -38,7 +38,6 @@
 BuildRequires:  fdupes
 BuildRequires:  find
 BuildRequires:  golang-packaging
-BuildRequires:  mango-doc
 BuildRequires:  systemd
 BuildRequires:  xz
 %if 0%{?suse_version} > 1500
@@ -82,10 +81,6 @@
 %goprep %{import_path}
 %gobuild ...
 
-for tool in $(ls %{_builddir}/%{repo}-%{version}/cmd); do
-  mango-doc -version %{version} %{_builddir}/%{repo}-%{version}/cmd/${tool} > 
%{_builddir}/%{repo}-%{version}/${tool}.1
-done
-
 %install
 %goinstall
 %gosrc
@@ -97,12 +92,9 @@
 install -d %{buildroot}/%{_sbindir}
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcgodoc
 
-find . -name '*.1' -exec install -Dm644 {} %{buildroot}%{_mandir}/man1/{} \;
-
 # fix file conflicts with rubygem(bundler),
 # which is included in ruby as of ruby2.6
 mv %{buildroot}%{_bindir}/bundle %{buildroot}%{_bindir}/go-bundle
-mv %{buildroot}%{_mandir}/man1/bundle.1 %{buildroot}%{_mandir}/man1/go-bundle.1
 
 %pre -n go-tools
 %service_add_pre godoc.service
@@ -154,31 +146,6 @@
 %{_bindir}/tip
 %{_bindir}/toolstash
 
-%{_mandir}/man1/benchcmp.1*
-%{_mandir}/man1/go-bundle.1*
-%{_mandir}/man1/callgraph.1*
-%{_mandir}/man1/compilebench.1*
-%{_mandir}/man1/digraph.1*
-%{_mandir}/man1/eg.1*
-%{_mandir}/man1/fiximports.1*
-%{_mandir}/man1/getgo.1*
-%{_mandir}/man1/go-contrib-init.1*
-%{_mandir}/man1/godex.1*
-%{_mandir}/man1/godoc.1*
-%{_mandir}/man1/goimports.1*
-%{_mandir}/man1/gomvpkg.1*
-%{_mandir}/man1/gorename.1*
-%{_mandir}/man1/gotype.1*
-%{_mandir}/man1/goyacc.1*
-%{_mandir}/man1/guru.1*
-%{_mandir}/man1/heapview.1*
-%{_mandir}/man1/html2article.1*
-%{_mandir}/man1/present.1*
-%{_mandir}/man1/ssadump.1*
-%{_mandir}/man1/stress.1*
-%{_mandir}/man1/stringer.1*
-%{_mandir}/man1/tip.1*
-%{_mandir}/man1/toolstash.1*
 %{_unitdir}/godoc.service
 %{_sbindir}/rcgodoc
 




commit python-textX for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-textX for openSUSE:Factory 
checked in at 2019-06-17 10:34:09

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


Package is "python-textX"

Mon Jun 17 10:34:09 2019 rev:8 rq:710112 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-textX/python-textX.changes
2019-06-12 13:13:01.128897234 +0200
+++ /work/SRC/openSUSE:Factory/.python-textX.new.4811/python-textX.changes  
2019-06-17 10:34:25.545231632 +0200
@@ -1,0 +2,5 @@
+Sat Jun  8 14:09:51 UTC 2019 - Sebastian Wagner 
+
+- Use documentation page as homepage instead of repository.
+
+---



Other differences:
--
++ python-textX.spec ++
--- /var/tmp/diff_new_pack.0jqqI1/_old  2019-06-17 10:34:26.073231368 +0200
+++ /var/tmp/diff_new_pack.0jqqI1/_new  2019-06-17 10:34:26.073231368 +0200
@@ -23,7 +23,7 @@
 Summary:Meta-language for DSL implementation inspired by Xtext
 License:MIT
 Group:  Development/Languages/Python
-URL:https://github.com/igordejanovic/textX
+URL:http://textx.github.io/textX/stable/
 Source: 
https://github.com/igordejanovic/textX/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes




commit python-textile for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2019-06-17 10:34:24

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


Package is "python-textile"

Mon Jun 17 10:34:24 2019 rev:6 rq:710176 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2018-05-04 11:30:02.170585325 +0200
+++ /work/SRC/openSUSE:Factory/.python-textile.new.4811/python-textile.changes  
2019-06-17 10:34:41.953223432 +0200
@@ -1,0 +2,7 @@
+Sun Jun  9 06:45:28 UTC 2019 - Sebastian Wagner 
+
+- update to version 3.0.4:
+ - BUGFIX: Restricted mode strips out CSS attributes again.
+ - Update travis to more current versions and test against current Pillow 
version.
+
+---

Old:

  textile-3.0.3.tar.gz

New:

  textile-3.0.4.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.3bkbzV/_old  2019-06-17 10:34:42.409223204 +0200
+++ /var/tmp/diff_new_pack.3bkbzV/_new  2019-06-17 10:34:42.413223202 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-textile
 #
-# 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,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-textile
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/textile/python-textile
 Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz
-Requires:   python-Pillow >= 3.0.0
+Requires:   python-Pillow
 Requires:   python-html5lib >= 0.9
 Requires:   python-six
 Recommends: python-regex
@@ -36,7 +36,7 @@
 BuildRequires:  %{python_module setuptools}
 %if %{with test}
 # not needed as the test requires internet connection
-#BuildRequires:  %%{python_module Pillow >= 3.0.0}
+#BuildRequires:  %%{python_module Pillow}
 BuildRequires:  %{python_module html5lib >= 0.9}
 %endif
 BuildRequires:  fdupes

++ textile-3.0.3.tar.gz -> textile-3.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/CHANGELOG.textile 
new/textile-3.0.4/CHANGELOG.textile
--- old/textile-3.0.3/CHANGELOG.textile 2018-04-22 16:17:44.0 +0200
+++ new/textile-3.0.4/CHANGELOG.textile 2019-06-08 18:32:59.0 +0200
@@ -1,5 +1,9 @@
 h1. Textile Changelog
 
+h2. Version 3.0.4
+* BUGFIX: Restricted mode strips out CSS attributes again.
+* Update travis to more current versions and test against current Pillow 
version.
+
 h2. Version 3.0.3
 * BUGFIX: Improve handling code block following extended p block 
("#63":https://github.com/textile/python-textile/pull/63)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/CONTRIBUTORS.txt 
new/textile-3.0.4/CONTRIBUTORS.txt
--- old/textile-3.0.3/CONTRIBUTORS.txt  2018-04-10 16:20:24.0 +0200
+++ new/textile-3.0.4/CONTRIBUTORS.txt  2019-06-08 18:32:59.0 +0200
@@ -5,4 +5,5 @@
 Mark Pilgrim
 Alex Shiels
 Jason Samsa
-Kurt Raschke
\ No newline at end of file
+Kurt Raschke
+Dave Brondsema
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/MANIFEST.in 
new/textile-3.0.4/MANIFEST.in
--- old/textile-3.0.3/MANIFEST.in   2018-04-12 18:30:08.0 +0200
+++ new/textile-3.0.4/MANIFEST.in   2019-06-08 19:08:02.0 +0200
@@ -1,2 +1,10 @@
 include MANIFEST.in
 include tests/fixtures/README.txt
+recursive-include tests *.py
+include .coveragerc
+include CHANGELOG.textile
+include CONTRIBUTORS.txt
+include LICENSE.txt
+include pytest.ini
+include README.textile
+include requirements.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.3/PKG-INFO new/textile-3.0.4/PKG-INFO
--- old/textile-3.0.3/PKG-INFO  2018-04-22 16:20:36.0 +0200
+++ 

commit deepin-music-player for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package deepin-music-player for 
openSUSE:Factory checked in at 2019-06-17 10:34:23

Comparing /work/SRC/openSUSE:Factory/deepin-music-player (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-music-player.new.4811 (New)


Package is "deepin-music-player"

Mon Jun 17 10:34:23 2019 rev:20 rq:710175 version:3.1.18

Changes:

--- /work/SRC/openSUSE:Factory/deepin-music-player/deepin-music-player.changes  
2019-04-30 13:03:07.466108574 +0200
+++ 
/work/SRC/openSUSE:Factory/.deepin-music-player.new.4811/deepin-music-player.changes
2019-06-17 10:34:40.901223958 +0200
@@ -1,0 +2,6 @@
+Sat Jun 15 08:30:20 UTC 2019 - Hillwood Yang 
+
+- Update version to 3.1.18
+  * should showNormal() when onRaise triggered 
+
+---

Old:

  deepin-music-3.1.17.1.tar.gz

New:

  deepin-music-3.1.18.tar.gz



Other differences:
--
++ deepin-music-player.spec ++
--- /var/tmp/diff_new_pack.GktFVm/_old  2019-06-17 10:34:41.545223636 +0200
+++ /var/tmp/diff_new_pack.GktFVm/_new  2019-06-17 10:34:41.545223636 +0200
@@ -13,12 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   deepin-music-player
-Version:3.1.17.1
+Version:3.1.18
 Release:0
 Summary:Deepin Music Player
 License:GPL-3.0-or-later
@@ -121,6 +121,8 @@
 sed -i 's/^\[\([^D].*$\)/\[X-\1/' src/music-player/data/deepin-music.desktop
 # replace [[:space:]] with '-'
 sed -i 's/ Shortcut /-Shortcut-/' src/music-player/data/deepin-music.desktop
+# Enable netease plugin
+sed -i 's/#SUBDIRS/SUBDIRS/' src/plugin/plugin.pro
 
 %build
 %qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \

++ deepin-music-3.1.17.1.tar.gz -> deepin-music-3.1.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/deepin-music-3.1.17.1/CHANGELOG.md 
new/deepin-music-3.1.18/CHANGELOG.md
--- old/deepin-music-3.1.17.1/CHANGELOG.md  2019-04-19 05:25:41.0 
+0200
+++ new/deepin-music-3.1.18/CHANGELOG.md2019-06-01 08:20:13.0 
+0200
@@ -1,3 +1,14 @@
+
+## 3.1.18 (2019-06-01)
+
+
+ Bug Fixes
+
+*   no longer build netease meta search plugin 
([903b7f7a](https://github.com/linuxdeepin/deepin-music/commit/903b7f7a65df87c397bc464bb88c0ae6e0772c65))
+*   should showNormal() when onRaise triggered 
([848474b3](https://github.com/linuxdeepin/deepin-music/commit/848474b31bfd0f4abe1a6cf9a1ccba1aedc6a962))
+
+
+
 
 ## 3.1.17.1 (2019-04-19)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/deepin-music-3.1.17.1/src/music-player/musicapp.cpp 
new/deepin-music-3.1.18/src/music-player/musicapp.cpp
--- old/deepin-music-3.1.17.1/src/music-player/musicapp.cpp 2019-04-19 
05:25:41.0 +0200
+++ new/deepin-music-3.1.18/src/music-player/musicapp.cpp   2019-06-01 
08:20:13.0 +0200
@@ -138,7 +138,10 @@
 
 void MusicAppPrivate::onRaise()
 {
-playerFrame->show();
+// blumia: call show() will not bring it up (at least it's not working 
under dde-kwin),
+// so we need call showNormal() here.
+// playerFrame->show();
+playerFrame->showNormal();
 playerFrame->raise();
 playerFrame->activateWindow();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/deepin-music-3.1.17.1/src/plugin/plugin.pro 
new/deepin-music-3.1.18/src/plugin/plugin.pro
--- old/deepin-music-3.1.17.1/src/plugin/plugin.pro 2019-04-19 
05:25:41.0 +0200
+++ new/deepin-music-3.1.18/src/plugin/plugin.pro   2019-06-01 
08:20:13.0 +0200
@@ -1,2 +1,2 @@
 TEMPLATE= subdirs
-SUBDIRS += netease-meta-search
+#SUBDIRS += netease-meta-search




commit xournalpp for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package xournalpp for openSUSE:Factory 
checked in at 2019-06-17 10:34:38

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


Package is "xournalpp"

Mon Jun 17 10:34:38 2019 rev:4 rq:710207 version:1.0.12

Changes:

--- /work/SRC/openSUSE:Factory/xournalpp/xournalpp.changes  2019-06-12 
13:09:14.245109482 +0200
+++ /work/SRC/openSUSE:Factory/.xournalpp.new.4811/xournalpp.changes
2019-06-17 10:34:48.173220324 +0200
@@ -1,0 +2,22 @@
+Sat Jun 15 07:21:15 UTC 2019 - aloi...@gmx.com
+
+- Update to version 1.0.12
+  * Added new experimental input system that should fix a lot of
+issues related to input handling (can be enabled from
+Preferences > Input System).
+  * Added experimental stroke filter (can be enabled in
+Preferences > Drawing Area) to allow selections using drawing
+tool
+  * Added ability to double click on selected objects (e.g. text
+fields and LaTeX) to begin editing them (only available with
+the new input system enabled)
+  * Fixed some issues with selections
+  * Fixed some issues involving autosaving
+  * Improved LaTeX editor experience, as well as bug fixes
+  * Fixed text editor copying and pasting to the wrong clipboard
+  * Fixed many zoom issues while in presentation mode
+  * Fixed some other miscellaneous issues
+
+- Use package name in the tarball
+
+---

Old:

  1.0.10.tar.gz

New:

  xournalpp-1.0.12.tar.gz



Other differences:
--
++ xournalpp.spec ++
--- /var/tmp/diff_new_pack.rlXB2E/_old  2019-06-17 10:34:49.177219821 +0200
+++ /var/tmp/diff_new_pack.rlXB2E/_new  2019-06-17 10:34:49.181219820 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   xournalpp
-Version:1.0.10
+Version:1.0.12
 Release:0
 Summary:Notetaking software designed around a tablet
 License:GPL-2.0-or-later
 Group:  Productivity/Office/Other
-URL:https://github.com/xournalpp/xournalpp
-Source0:
https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz
+Url:https://github.com/xournalpp/xournalpp
+Source0:
https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++




commit python-Fiona for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-Fiona for openSUSE:Factory 
checked in at 2019-06-17 10:34:11

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


Package is "python-Fiona"

Mon Jun 17 10:34:11 2019 rev:2 rq:710120 version:1.8.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Fiona/python-Fiona.changes
2019-04-03 10:51:17.241929746 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fiona.new.4811/python-Fiona.changes  
2019-06-17 10:34:28.413230199 +0200
@@ -1,0 +2,7 @@
+Wed Jun 12 20:55:22 UTC 2019 - Todd R 
+
+- Fix dependencies.
+- Enable unit tests
+- Ran spec-cleaner
+
+---



Other differences:
--
++ python-Fiona.spec ++
--- /var/tmp/diff_new_pack.mDo8gB/_old  2019-06-17 10:34:29.129229842 +0200
+++ /var/tmp/diff_new_pack.mDo8gB/_new  2019-06-17 10:34:29.133229839 +0200
@@ -26,24 +26,43 @@
 URL:http://github.com/Toblerity/Fiona
 Source: 
https://files.pythonhosted.org/packages/source/F/Fiona/Fiona-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
-BuildRequires:  %{python_module Shapely}
-BuildRequires:  %{python_module cligj}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gdal
 BuildRequires:  libgdal-devel
+BuildRequires:  proj
+BuildRequires:  proj-devel
 BuildRequires:  python-rpm-macros
-Requires:   python-Shapely
+Requires:   python-attrs >= 17
+Requires:   python-click >= 4.0
+Requires:   python-click-plugins >= 1.0
 Requires:   python-cligj
 Requires:   python-gdal
 Requires:   python-munch
-Requires:   python-six
+Requires:   python-six >= 1.7
+Recommends: python-Shapely
+Recommends: python-boto3
+# SECTION test requirements
+BuildRequires:  %{python_module Shapely}
+BuildRequires:  %{python_module attrs >= 17}
+BuildRequires:  %{python_module boto3}
+BuildRequires:  %{python_module click >= 4.0}
+BuildRequires:  %{python_module click-plugins >= 1.0}
+BuildRequires:  %{python_module cligj}
+BuildRequires:  %{python_module munch}
+BuildRequires:  %{python_module pyproj}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module six >= 1.7}
+BuildRequires:  python-enum34
+BuildRequires:  python-mock
+# /SECTION
 %ifpython3
-Recommends: python3-fiona-fio
+Recommends: fiona-fio
+%endif
+%ifpython2
+Requires:   python-enum34
 %endif
 %python_subpackages
 
@@ -51,8 +70,8 @@
 Fiona is OGR's spatial data API for Python programmers.
 
 %package -n fiona-fio
-Group:  Productivity/Scientific/Other
 Summary:Program for reading and writing spatial data files
+Group:  Productivity/Scientific/Other
 Requires:   python3-Fiona = %{version}
 Conflicts:  fio
 BuildArch:  noarch
@@ -71,6 +90,18 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%check
+mv fiona fiona_temp
+export GDAL_DATA=$(pkg-config --variable=datadir gdal)
+export PROJ_LIB=$(pkg-config --variable=libdir proj)
+export LANG=en_US.UTF-8
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+py.test-%{$python_bin_suffix} -m "not wheel" \
+  -k "not test_open_zip_https and not 
test_open_http and not test_collection_http and not test_collection_zip_http 
and not test_encoding_option_warning" \
+  --ignore=_build.python2 --ignore=_build.python3 
--ignore=_build.pypy3 -v
+}
+mv fiona_temp fiona
+
 %files %{python_files}
 %doc CHANGES.txt CREDITS.txt README.rst
 %license LICENSE.txt




commit hedgewars for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package hedgewars for openSUSE:Factory 
checked in at 2019-06-17 10:33:47

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


Package is "hedgewars"

Mon Jun 17 10:33:47 2019 rev:7 rq:710021 version:0.9.25

Changes:

--- /work/SRC/openSUSE:Factory/hedgewars/hedgewars.changes  2019-02-28 
21:43:26.121524282 +0100
+++ /work/SRC/openSUSE:Factory/.hedgewars.new.4811/hedgewars.changes
2019-06-17 10:34:19.805234511 +0200
@@ -1,0 +2,12 @@
+Fri Jun 14 16:33:48 UTC 2019 - Stefan Brüns 
+
+- Fix builds on 32bit archs, use CLang+Pas2C instead of FPC
+- Spec file cleanups:
+  * use bcond_with{,out} for disabling/enabling features
+  * remove several unused BuildRequires
+  * remove obsolete xpm icon
+  * use metainfo instead of appdata dir
+  * remove defattr
+  * use %license for Fonts_LICENSE.txt, add COPYING
+
+---



Other differences:
--
++ hedgewars.spec ++
--- /var/tmp/diff_new_pack.EyEAwD/_old  2019-06-17 10:34:21.965233421 +0200
+++ /var/tmp/diff_new_pack.EyEAwD/_new  2019-06-17 10:34:21.965233421 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hedgewars
 #
-# 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,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _no_server 1
-%define _no_ffmpeg 1
+%bcond_with server
+%bcond_with videorec
+
+# FPC (Pascal) engine is disabled on 32bit archs due to a FPC bug
+%ifarch %ix86 %arm %ppc
+%bcond_without engine_c
+%else
+%bcond_with engine_c
+%endif
 
 Name:   hedgewars
 Version:0.9.25
@@ -34,33 +41,35 @@
 BuildRequires:  SDL2_net-devel
 BuildRequires:  SDL2_ttf-devel
 BuildRequires:  cmake
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  fdupes
+%if %{with engine_c}
+BuildRequires:  clang
+BuildRequires:  ghc
+BuildRequires:  glew-devel
+%else
 BuildRequires:  fpc
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  glibc-devel
-BuildRequires:  gmp-devel
+%endif
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libQt5Core-devel
-BuildRequires:  libQt5Core-private-headers-devel
-BuildRequires:  libQt5Gui-devel
-BuildRequires:  libQt5Network-devel
-BuildRequires:  libQt5Widgets-devel
-BuildRequires:  libffi-devel
 BuildRequires:  libphysfs-devel >= 3.0
 BuildRequires:  libpng-devel
+# Required for QAbstractFileEngine*, which is no longer public since Qt5.12
+BuildRequires:  libQt5Core-private-headers-devel
 BuildRequires:  libqt5-linguist-devel
-BuildRequires:  lua51-devel
-BuildRequires:  lzma
+BuildRequires:  pkgconfig(lua5.1)
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(openssl)
 Requires:   %{name}-data = %{version}
 Recommends: %{name}-server = %{version}
 
 # to build server
-%if %{_no_server} == 0
+%if %{with server}
 BuildRequires:  ghc
 BuildRequires:  ghc-bytestring-devel
 # BuildRequires:  ghc-dataenc-devel
@@ -96,7 +105,6 @@
 
 This package contains all the data files for hedgewars.
 
-%if %{_no_server} == 0
 %package server
 Summary:Standalone server for Hedgewars, a turn-based strategy game
 Group:  Amusements/Games/Strategy/Turn Based
@@ -108,15 +116,19 @@
 rotational on the same computer.
 
 This package contains a standalone local hedgewars server.
-%endif
+
 
 %prep
 %setup -q -n %{name}-src-%{version}
 
 %build
-%cmake -DNOVIDEOREC=%{_no_ffmpeg} \
-   -DNOSERVER=%{_no_server} \
-   -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
+# CMAKE_POLICY_DEFAULT_CMP0083=NEW - apply POSITION_INDEPENDENT_CODE also to 
"-pie", since CMake 3.14
+%cmake \
+  -DPOSITION_INDEPENDENT_CODE=ON \
+  -DCMAKE_POLICY_DEFAULT_CMP0083=NEW \
+  -DNOVIDEOREC=%{?_with_videorec:0}%{!?_with_videorec:1} \
+  -DNOSERVER=%{?_with_server:0}%{!?_with_server:1} \
+  -DBUILD_ENGINE_C=%{?_with_engine_c:1}%{!?_with_engine_c:0}
 
 make %{?_smp_mflags}
 
@@ -130,7 +142,12 @@
 mv %{buildroot}%{_datadir}/%{name}/Data/misc/%{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 mkdir -p  %{buildroot}%{_datadir}/mime/packages
 mv 

commit perl-Devel-PatchPerl for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package perl-Devel-PatchPerl for 
openSUSE:Factory checked in at 2019-06-17 10:35:03

Comparing /work/SRC/openSUSE:Factory/perl-Devel-PatchPerl (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new.4811 (New)


Package is "perl-Devel-PatchPerl"

Mon Jun 17 10:35:03 2019 rev:27 rq:710242 version:1.64

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-PatchPerl/perl-Devel-PatchPerl.changes
2019-06-03 18:55:09.284433652 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new.4811/perl-Devel-PatchPerl.changes
  2019-06-17 10:35:05.061211883 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 05:06:24 UTC 2019 - Stephan Kulow 
+
+- updated to 1.64
+   see /usr/share/doc/packages/perl-Devel-PatchPerl/Changes
+
+---

Old:

  Devel-PatchPerl-1.62.tar.gz

New:

  Devel-PatchPerl-1.64.tar.gz



Other differences:
--
++ perl-Devel-PatchPerl.spec ++
--- /var/tmp/diff_new_pack.U9GuFc/_old  2019-06-17 10:35:05.945211442 +0200
+++ /var/tmp/diff_new_pack.U9GuFc/_new  2019-06-17 10:35:05.949211439 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-PatchPerl
-Version:1.62
+Version:1.64
 Release:0
 %define cpan_name Devel-PatchPerl
 Summary:Patch perl source a la Devel::PPPort's buildperl.pl

++ Devel-PatchPerl-1.62.tar.gz -> Devel-PatchPerl-1.64.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.62/Changes 
new/Devel-PatchPerl-1.64/Changes
--- old/Devel-PatchPerl-1.62/Changes2019-06-02 15:06:36.0 +0200
+++ new/Devel-PatchPerl-1.64/Changes2019-06-15 11:35:39.0 +0200
@@ -1,8 +1,24 @@
 ==
-Changes from 2014-06-03 00:00:00 + to present.
+Changes from 2014-06-16 00:00:00 + to present.
 ==
 
 -
+version 1.64 at 2019-06-15 09:35:16 +
+-
+
+  Change: 62eed456ce2092db5521f21adbd8c34b30987c84
+  Author: Chris 'BinGOs' Williams 
+  Date : 2019-06-15 10:35:16 +
+
+Release engineering for 1.64 
+
+  Change: a7e913e3ffb1228ab7628da44ecfb1b9da59e8b7
+  Author: Chris 'BinGOs' Williams 
+  Date : 2019-06-15 10:33:43 +
+
+Fix GH issue #33 Fails to patch 5.20.3 
+
+-
 version 1.62 at 2019-06-02 13:06:13 +
 -
 
@@ -385,5 +401,5 @@
 Patch 5.6, 5.8 and 5.10 to use freestanding preprocessor 
 
 =
-Plus 62 releases after 2014-06-03 00:00:00 +.
+Plus 62 releases after 2014-06-16 00:00:00 +.
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.62/META.json 
new/Devel-PatchPerl-1.64/META.json
--- old/Devel-PatchPerl-1.62/META.json  2019-06-02 15:06:36.0 +0200
+++ new/Devel-PatchPerl-1.64/META.json  2019-06-15 11:35:39.0 +0200
@@ -45,7 +45,7 @@
  "web" : "https://github.com/bingos/devel-patchperl;
   }
},
-   "version" : "1.62",
+   "version" : "1.64",
"x_generated_by_perl" : "v5.26.3",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.11"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.62/META.yml 
new/Devel-PatchPerl-1.64/META.yml
--- old/Devel-PatchPerl-1.62/META.yml   2019-06-02 15:06:36.0 +0200
+++ new/Devel-PatchPerl-1.64/META.yml   2019-06-15 11:35:39.0 +0200
@@ -21,6 +21,6 @@
 resources:
   homepage: https://github.com/bingos/devel-patchperl
   repository: https://github.com/bingos/devel-patchperl.git
-version: '1.62'
+version: '1.64'
 x_generated_by_perl: v5.26.3
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.62/Makefile.PL 
new/Devel-PatchPerl-1.64/Makefile.PL
--- old/Devel-PatchPerl-1.62/Makefile.PL2019-06-02 15:06:36.0 
+0200
+++ new/Devel-PatchPerl-1.64/Makefile.PL2019-06-15 11:35:39.0 
+0200
@@ -25,7 +25,7 @@
 "MIME::Base64" => 0,
 "Module::Pluggable" => 0
   },
-  "VERSION" => "1.62",
+  "VERSION" => "1.64",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.62/README 
new/Devel-PatchPerl-1.64/README
--- old/Devel-PatchPerl-1.62/README 2019-06-02 15:06:36.0 +0200
+++ 

commit chromium for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2019-06-17 10:33:21

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


Package is "chromium"

Mon Jun 17 10:33:21 2019 rev:221 rq:709956 version:75.0.3770.90

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2019-06-12 
13:16:35.440672507 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new.4811/chromium.changes  
2019-06-17 10:34:05.729241668 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 10:56:48 UTC 2019 - Tomáš Chvátal 
+
+- Update to 75.0.3770.90 bsc#1137332 bsc#1138287:
+  * CVE-2019-5842: Use-after-free in Blink.
+
+---

Old:

  chromium-75.0.3770.80.tar.xz

New:

  chromium-75.0.3770.90.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.Us71Ih/_old  2019-06-17 10:34:15.753236572 +0200
+++ /var/tmp/diff_new_pack.Us71Ih/_new  2019-06-17 10:34:15.757236569 +0200
@@ -48,7 +48,7 @@
 %bcond_with clang
 %bcond_with wayland
 Name:   chromium
-Version:75.0.3770.80
+Version:75.0.3770.90
 Release:0
 Summary:Google's open source browser project
 License:BSD-3-Clause AND LGPL-2.1-or-later

++ chromium-75.0.3770.80.tar.xz -> chromium-75.0.3770.90.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-75.0.3770.80.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new.4811/chromium-75.0.3770.90.tar.xz 
differ: char 25, line 1




commit python-veusz for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-veusz for openSUSE:Factory 
checked in at 2019-06-17 10:34:02

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


Package is "python-veusz"

Mon Jun 17 10:34:02 2019 rev:40 rq:710032 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes
2018-07-28 12:42:07.028623557 +0200
+++ /work/SRC/openSUSE:Factory/.python-veusz.new.4811/python-veusz.changes  
2019-06-17 10:34:23.821232494 +0200
@@ -1,0 +2,5 @@
+Fri Jun 14 14:52:37 UTC 2019 - Atri Bhattacharya 
+
+- Disable builds for i586 as they no longer succeed.
+
+---



Other differences:
--
++ python-veusz.spec ++
--- /var/tmp/diff_new_pack.8yjLgb/_old  2019-06-17 10:34:24.381232214 +0200
+++ /var/tmp/diff_new_pack.8yjLgb/_new  2019-06-17 10:34:24.385232212 +0200
@@ -47,6 +47,7 @@
 %ifpython3
 Recommends: veusz
 %endif
+ExcludeArch:i586
 
 %python_subpackages
 





commit health-check for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package health-check for openSUSE:Factory 
checked in at 2019-06-17 10:34:06

Comparing /work/SRC/openSUSE:Factory/health-check (Old)
 and  /work/SRC/openSUSE:Factory/.health-check.new.4811 (New)


Package is "health-check"

Mon Jun 17 10:34:06 2019 rev:6 rq:710106 version:0.03.01

Changes:

--- /work/SRC/openSUSE:Factory/health-check/health-check.changes
2018-07-12 09:21:32.162617506 +0200
+++ /work/SRC/openSUSE:Factory/.health-check.new.4811/health-check.changes  
2019-06-17 10:34:24.757232026 +0200
@@ -1,0 +2,12 @@
+Fri Jun 14 22:04:13 UTC 2019 - Martin Hauke 
+
+- Update to version 0.03.01
+  * Use safer strlcpy instead of strncpy
+  * Remove events.h and references to timer stats
+  * Fix buffer truncation warnings from gcc-9
+  * Specify trusty in travis file
+  * Add older package name for json c
+- Add BuildRequires: pkgconfig(libbsd)
+- Use https for Source and URL
+
+---

Old:

  health-check-0.03.00.tar.gz

New:

  health-check-0.03.01.tar.gz



Other differences:
--
++ health-check.spec ++
--- /var/tmp/diff_new_pack.xtdOaK/_old  2019-06-17 10:34:25.241231785 +0200
+++ /var/tmp/diff_new_pack.xtdOaK/_new  2019-06-17 10:34:25.241231785 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package health-check
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,20 +13,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   health-check
-Version:0.03.00
+Version:0.03.01
 Release:0
 Summary:Process monitoring tool
 License:GPL-2.0-or-later
 Group:  System/Monitoring
-URL:http://kernel.ubuntu.com/~cking/health-check
-Source: 
http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
+URL:https://kernel.ubuntu.com/~cking/health-check
+Source: 
https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(json-c)
+BuildRequires:  pkgconfig(libbsd)
 
 %description
 Health-check monitors processes and optionally their child

++ health-check-0.03.00.tar.gz -> health-check-0.03.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.03.00/.travis.yml 
new/health-check-0.03.01/.travis.yml
--- old/health-check-0.03.00/.travis.yml1970-01-01 01:00:00.0 
+0100
+++ new/health-check-0.03.01/.travis.yml2019-06-14 15:18:49.0 
+0200
@@ -0,0 +1,17 @@
+dist: trusty
+sudo: required
+
+matrix:
+include:
+- env: PEDANTIC=1
+
+before_install:
+- sudo apt-get update -q
+- sudo apt-get install build-essential
+- sudo apt-get install libjson-c-dev || true
+- sudo apt-get install libjson0-dev || true
+
+language: c
+
+script:
+- make -j2 PEDANTIC=$PEDANTIC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.03.00/Makefile 
new/health-check-0.03.01/Makefile
--- old/health-check-0.03.00/Makefile   2018-06-16 20:55:48.0 +0200
+++ new/health-check-0.03.01/Makefile   2019-06-14 15:18:49.0 +0200
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013-2018 Canonical, Ltd.
+# Copyright (C) 2013-2019 Canonical, Ltd.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
-VERSION=0.03.00
+VERSION=0.03.01
 #
 # Codename "Where have all my cycles gone?"
 #
@@ -34,7 +34,7 @@
-Wno-missing-braces -Wno-sign-compare -Wno-multichar
 endif
 
-LDFLAGS += -lpthread
+LDFLAGS += -lpthread -lbsd
 ifeq ($(JSON_OUTPUT),y)
LDFLAGS += -ljson-c
CFLAGS += -DJSON_OUTPUT
@@ -62,12 +62,10 @@
 
 ctxt-switch.o: ctxt-switch.c list.h json.h ctxt-switch.h health-check.h
 
-event.o: event.c list.h json.h event.h health-check.h
-
 fnotify.o: fnotify.c fnotify.h list.h json.h proc.h health-check.h
 
 health-check.o: health-check.c list.h json.h pid.h proc.h syscall.h timeval.h \
-   fnotify.h event.h cpustat.h mem.h net.h ctxt-switch.h
+   fnotify.h cpustat.h 

commit cpupower for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package cpupower for openSUSE:Factory 
checked in at 2019-06-17 10:33:18

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


Package is "cpupower"

Mon Jun 17 10:33:18 2019 rev:41 rq:709729 version:5.1

Changes:

--- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes2019-06-06 
18:17:47.292677842 +0200
+++ /work/SRC/openSUSE:Factory/.cpupower.new.4811/cpupower.changes  
2019-06-17 10:33:32.589258518 +0200
@@ -6,0 +7,2 @@
+- Sidenote about fate#321274 - This feature is on the kernel side
+  and got wrongly mentioned in cpupower in a released product.



Other differences:
--



commit wireless-regdb for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package wireless-regdb for openSUSE:Factory 
checked in at 2019-06-17 10:32:41

Comparing /work/SRC/openSUSE:Factory/wireless-regdb (Old)
 and  /work/SRC/openSUSE:Factory/.wireless-regdb.new.4811 (New)


Package is "wireless-regdb"

Mon Jun 17 10:32:41 2019 rev:39 rq:709753 version:2019.06.03

Changes:

--- /work/SRC/openSUSE:Factory/wireless-regdb/wireless-regdb.changes
2019-05-10 09:14:24.143823689 +0200
+++ /work/SRC/openSUSE:Factory/.wireless-regdb.new.4811/wireless-regdb.changes  
2019-06-17 10:32:42.189284145 +0200
@@ -1,0 +2,10 @@
+Thu Jun 13 14:05:22 UTC 2019 - Martin Pluskal 
+
+- Update to version 2019.06.03 (boo#1138177):
+  * Expand 60 GHz band for Japan to 57-66 GHz
+  * update source of information for CU
+  * Update regulatory rules for South Korea
+  * Update regulatory rules for Japan (JP) on 5GHz
+  * update source of information for ES
+
+---

Old:

  wireless-regdb-2019.03.01.tar.xz

New:

  wireless-regdb-2019.06.03.tar.xz



Other differences:
--
++ wireless-regdb.spec ++
--- /var/tmp/diff_new_pack.N4D8ir/_old  2019-06-17 10:32:42.825283821 +0200
+++ /var/tmp/diff_new_pack.N4D8ir/_new  2019-06-17 10:32:42.829283819 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   wireless-regdb
-Version:2019.03.01
+Version:2019.06.03
 Release:0
 Summary:802.11 regulatory domain database
 License:ISC

++ wireless-regdb-2019.03.01.tar.xz -> wireless-regdb-2019.06.03.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2019.03.01/db.txt 
new/wireless-regdb-2019.06.03/db.txt
--- old/wireless-regdb-2019.03.01/db.txt2019-03-01 22:16:40.0 
+0100
+++ new/wireless-regdb-2019.06.03/db.txt2019-06-03 23:40:01.0 
+0200
@@ -316,7 +316,7 @@
(5735 - 5835 @ 20), (30)
 
 # Source:
-# http://www.mincom.gob.cu/?q=marcoregulatorio
+# https://www.mincom.gob.cu/es/marco-legal
 # - Redes Informáticas
 # Resolución 127- 2011 Reglamento de Banda de frecuencias de 2,4 GHz.
 country CU: DFS-FCC
@@ -432,7 +432,7 @@
 
 # Source:
 # Cuadro nacional de atribución de frecuencias (CNAF)
-# http://www.mincotur.gob.es/telecomunicaciones/espectro/paginas/cnaf.aspx
+# https://avancedigital.gob.es/espectro/Paginas/cnaf.aspx
 country ES: DFS-ETSI
(2400 - 2483.5 @ 40), (100 mW)
(5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
@@ -658,13 +658,12 @@
(2402 - 2482 @ 40), (20)
(2474 - 2494 @ 20), (20), NO-OFDM
(4910 - 4990 @ 40), (23)
-   (5030 - 5090 @ 40), (23)
(5170 - 5250 @ 80), (20), AUTO-BW
(5250 - 5330 @ 80), (20), DFS, AUTO-BW
(5490 - 5710 @ 160), (23), DFS
# 60 GHz band channels 2-4 at 10mW,
# ref: http://www.arib.or.jp/english/html/overview/doc/1-STD-T74v1_1.pdf
-   (59000 - 66000 @ 2160), (10 mW)
+   (57000 - 66000 @ 2160), (10 mW)
 
 country KE: DFS-JP
(2402 - 2482 @ 40), (20)
@@ -695,11 +694,12 @@
(5735 - 5815 @ 20), (30)
 
 country KR: DFS-JP
-   (2402 - 2482 @ 40), (13)
-   (5170 - 5250 @ 80), (20), AUTO-BW
-   (5250 - 5330 @ 80), (20), DFS, AUTO-BW
-   (5490 - 5710 @ 160), (30), DFS
-   (5735 - 5835 @ 80), (30)
+   # ref: https://www.rra.go.kr
+   (2400 - 2483.5 @ 40), (23)
+   (5150 - 5250 @ 80), (23), AUTO-BW
+   (5250 - 5350 @ 80), (20), DFS, AUTO-BW
+   (5470 - 5725 @ 160), (20), DFS
+   (5725 - 5835 @ 80), (23)
# 60 GHz band channels 1-4,
# ref: 
http://www.law.go.kr/%ED%96%89%EC%A0%95%EA%B7%9C%EC%B9%99/%EB%AC%B4%EC%84%A0%EC%84%A4%EB%B9%84%EA%B7%9C%EC%B9%99
(57000 - 66000 @ 2160), (43)
Binary files old/wireless-regdb-2019.03.01/regulatory.bin and 
new/wireless-regdb-2019.06.03/regulatory.bin differ
Binary files old/wireless-regdb-2019.03.01/regulatory.db and 
new/wireless-regdb-2019.06.03/regulatory.db differ
Binary files old/wireless-regdb-2019.03.01/regulatory.db.p7s and 
new/wireless-regdb-2019.06.03/regulatory.db.p7s differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wireless-regdb-2019.03.01/sha1sum.txt 
new/wireless-regdb-2019.06.03/sha1sum.txt
--- old/wireless-regdb-2019.03.01/sha1sum.txt   2019-03-01 22:16:40.0 
+0100
+++ new/wireless-regdb-2019.06.03/sha1sum.txt   2019-06-03 23:40:01.0 
+0200
@@ -1 +1 @@
-cd3fb88003aa847d573088106a8768d4a6eb732b  db.txt
+5ab9fc19cba7d8c2e15f2ff67ba69e73e52db494  db.txt




commit osinfo-db for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package osinfo-db for openSUSE:Factory 
checked in at 2019-06-17 10:32:50

Comparing /work/SRC/openSUSE:Factory/osinfo-db (Old)
 and  /work/SRC/openSUSE:Factory/.osinfo-db.new.4811 (New)


Package is "osinfo-db"

Mon Jun 17 10:32:50 2019 rev:29 rq:709773 version:20190504

Changes:

--- /work/SRC/openSUSE:Factory/osinfo-db/osinfo-db.changes  2019-05-12 
11:32:28.785708512 +0200
+++ /work/SRC/openSUSE:Factory/.osinfo-db.new.4811/osinfo-db.changes
2019-06-17 10:32:54.109278084 +0200
@@ -1,0 +2,6 @@
+Thu Jun  6 08:53:46 MDT 2019 - carn...@suse.com
+
+- Add official release date for sle15sp1
+  add-sle15sp1-support.patch
+
+---



Other differences:
--
++ add-sle15sp1-support.patch ++
--- /var/tmp/diff_new_pack.L2VD23/_old  2019-06-17 10:32:54.561277854 +0200
+++ /var/tmp/diff_new_pack.L2VD23/_new  2019-06-17 10:32:54.565277852 +0200
@@ -23,7 +23,7 @@
 +http://suse.com/sle/15"/>
 +http://suse.com/sle/15"/>
 +
-+2019-05-01
++2019-06-24
 +
 +
 +  




commit rpcbind for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2019-06-17 10:32:31

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


Package is "rpcbind"

Mon Jun 17 10:32:31 2019 rev:60 rq:709748 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2018-12-27 
00:23:21.555958751 +0100
+++ /work/SRC/openSUSE:Factory/.rpcbind.new.4811/rpcbind.changes
2019-06-17 10:32:39.797285361 +0200
@@ -1,0 +2,10 @@
+Wed Jun 12 08:11:40 UTC 2019 - Thomas Blume 
+
+- change rpcbind locking path from /var/run/rpcbind.lock to 
+  /run/rpcbind.lock (bsc#1134659)
+  add 0001-change-lockingdir-to-run.patch
+- change the order of socket/service in the %postun scriptlet to
+  avoid an error from rpcbind.socket when rpcbind is running 
+  during package update
+
+---

New:

  0001-change-lockingdir-to-run.patch



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.MPYVkZ/_old  2019-06-17 10:32:41.737284374 +0200
+++ /var/tmp/diff_new_pack.MPYVkZ/_new  2019-06-17 10:32:41.741284372 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpcbind
 #
-# 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/
 #
 
 
@@ -32,6 +32,7 @@
 Source2:sysconfig.rpcbind
 Source4:pmap_set.c
 Patch1: 0001-systemd-unit-files.patch
+Patch2: 0001-change-lockingdir-to-run.patch
 Patch31:0031-rpcbind-manpage.patch
 BuildRequires:  libtirpc-devel >= 1.0.1
 BuildRequires:  libtool
@@ -59,6 +60,7 @@
 %setup -q
 cp %{SOURCE4} .
 %patch1 -p1
+%patch2 -p1
 %patch31 -p1
 
 %build
@@ -102,10 +104,10 @@
 
 %post
 %{fillup_only -n rpcbind}
-%service_add_post %{name}.service %{name}.socket
+%service_add_post %{name}.socket %{name}.service
 
 %postun
-%service_del_postun %{name}.service %{name}.socket
+%service_del_postun %{name}.socket %{name}.service
 
 %files
 %license COPYING

++ 0001-change-lockingdir-to-run.patch ++
>From 4d32e143124fa47466bbc91f54067674f212c3e3 Mon Sep 17 00:00:00 2001
From: Thomas Blume 
Date: Wed, 12 Jun 2019 10:09:01 +0200
Subject: [PATCH] change lockingdir to /run

---
 src/rpcbind.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rpcbind.c b/src/rpcbind.c
index cc848b1..65054ff 100644
--- a/src/rpcbind.c
+++ b/src/rpcbind.c
@@ -106,7 +106,7 @@ char *nss_modules = "files";
 /* who to suid to if -s is given */
 #define RUN_AS  "daemon"
 
-#define RPCBINDDLOCK "/var/run/rpcbind.lock"
+#define RPCBINDDLOCK "/run/rpcbind.lock"
 
 int runasdaemon = 0;
 int insecure = 0;
-- 
2.16.4




commit libarchive for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2019-06-17 10:32:01

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


Package is "libarchive"

Mon Jun 17 10:32:01 2019 rev:34 rq:709705 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes2019-02-08 
13:47:23.846798028 +0100
+++ /work/SRC/openSUSE:Factory/.libarchive.new.4811/libarchive.changes  
2019-06-17 10:32:06.917302304 +0200
@@ -1,0 +2,24 @@
+Thu Jun 13 08:00:36 UTC 2019 - Ismail Dönmez 
+
+- Update to version 3.4.0
+  * Support for file and directory symlinks on Windows
+  * Read support for RAR 5.0 archives
+  * Read support for ZIPX archives with xz, lzma, ppmd8 and
+bzip2 compression
+  * Support for non-recursive list and extract
+  * New tar option: --exclude-vcs
+  * Improved file attribute support on Linux and file flags support
+on FreeBSD
+  * Fix reading Android APK archives (#1055 )
+  * Fix problems related to unreadable directories (#1167)
+  * A two-digit number of OSS-Fuzz issues was resolved in this release
+- Add libarchive.keyring and validate the tarball signature
+- Drop all security patches, fixed upstream:
+  * CVE-2018-1000877.patch
+  * CVE-2018-1000878.patch
+  * CVE-2018-1000879.patch
+  * CVE-2018-1000880.patch
+  * CVE-2019-119.patch
+  * CVE-2019-120.patch
+
+---

Old:

  CVE-2018-1000877.patch
  CVE-2018-1000878.patch
  CVE-2018-1000879.patch
  CVE-2018-1000880.patch
  CVE-2019-119.patch
  CVE-2019-120.patch
  libarchive-3.3.3.tar.gz

New:

  libarchive-3.4.0.tar.gz
  libarchive-3.4.0.tar.gz.asc
  libarchive.keyring



Other differences:
--
++ libarchive.spec ++
--- /var/tmp/diff_new_pack.1Rj1k2/_old  2019-06-17 10:32:08.557301399 +0200
+++ /var/tmp/diff_new_pack.1Rj1k2/_new  2019-06-17 10:32:08.561301397 +0200
@@ -20,7 +20,6 @@
 %define libname libarchive%{somajor}
 %if 0%{?centos_version} || 0%{?rhel_version}
 %if 0%{?centos_version} <= 600 || 0%{?rhel_version <= 700}
-%define skip_autoreconf 1
 %bcond_without static_libs
 %bcond_withopenssl
 %bcond_withext2fs
@@ -31,20 +30,16 @@
 %bcond_without ext2fs
 %endif
 Name:   libarchive
-Version:3.3.3
+Version:3.4.0
 Release:0
 Summary:Utility and C library to create and read several different 
streaming archive formats
 License:BSD-2-Clause
 Group:  Productivity/Archiving/Compression
 URL:http://www.libarchive.org/
-Source0:
http://www.libarchive.org/downloads/libarchive-%{version}.tar.gz
-Source1:baselibs.conf
-Patch0: CVE-2018-1000877.patch
-Patch1: CVE-2018-1000878.patch
-Patch2: CVE-2018-1000879.patch
-Patch3: CVE-2018-1000880.patch
-Patch4: CVE-2019-119.patch
-Patch5: CVE-2019-120.patch
+Source0:
https://github.com/libarchive/libarchive/releases/download/v%{version}/libarchive-%{version}.tar.gz
+Source1:
https://github.com/libarchive/libarchive/releases/download/v%{version}/libarchive-%{version}.tar.gz.asc
+Source2:libarchive.keyring
+Source1000: baselibs.conf
 BuildRequires:  libacl-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libtool
@@ -162,17 +157,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
-%if !0%{?skip_autoreconf}
-autoreconf -fiv
-%endif
 export CFLAGS="%{optflags} -D_REENTRANT -pipe"
 export CXXFLAGS="$CFLAGS"
 %configure \
@@ -189,7 +175,7 @@
 
 %check
 # test suite is a bit racy unfortunatly, so give it three attempts
-make check || make check || make check
+make %{?_smp_mflags} check || make check || make check
 
 %install
 %make_install

++ libarchive-3.3.3.tar.gz -> libarchive-3.4.0.tar.gz ++
/work/SRC/openSUSE:Factory/libarchive/libarchive-3.3.3.tar.gz 
/work/SRC/openSUSE:Factory/.libarchive.new.4811/libarchive-3.4.0.tar.gz differ: 
char 5, line 1




commit usb_modeswitch for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package usb_modeswitch for openSUSE:Factory 
checked in at 2019-06-17 10:32:23

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


Package is "usb_modeswitch"

Mon Jun 17 10:32:23 2019 rev:44 rq:709747 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/usb_modeswitch/usb_modeswitch.changes
2018-04-22 14:30:08.837579210 +0200
+++ /work/SRC/openSUSE:Factory/.usb_modeswitch.new.4811/usb_modeswitch.changes  
2019-06-17 10:32:28.197291259 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 14:17:34 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+---



Other differences:
--
++ usb_modeswitch.spec ++
--- /var/tmp/diff_new_pack.0oPvPQ/_old  2019-06-17 10:32:29.037290832 +0200
+++ /var/tmp/diff_new_pack.0oPvPQ/_new  2019-06-17 10:32:29.053290824 +0200
@@ -36,7 +36,7 @@
 BuildRequires:  tcl
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(udev)
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 Requires:   tcl >= 8.4
 Requires:   usb_modeswitch-data = %{version}




commit scout for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package scout for openSUSE:Factory checked 
in at 2019-06-17 10:32:13

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


Package is "scout"

Mon Jun 17 10:32:13 2019 rev:39 rq:709726 version:0.2.2+20190613.e6c2668

Changes:

--- /work/SRC/openSUSE:Factory/scout/scout.changes  2018-10-22 
11:03:16.296278466 +0200
+++ /work/SRC/openSUSE:Factory/.scout.new.4811/scout.changes2019-06-17 
10:32:20.533295156 +0200
@@ -1,0 +2,12 @@
+Thu Jun 13 11:38:57 UTC 2019 - bwiedem...@suse.com
+
+- Update to version 0.2.2+20190613.e6c2668:
+  * Bump version to 0.2.2
+  * Fix bug where sbin packages would print as bytes strings
+  * Newly generated po files (new line numbers).
+  * The make_trans script did not work, because strings were not marked 
because of eval
+  * Fix bash i18n support. The translations are expanded during definition of 
the function, when LANG is not yet set. Use eval to postpone it.
+  * Fix i18n support.
+  * Updated translations
+
+---

Old:

  scout-0.2.1+20181004.20a0aae.tar.xz

New:

  scout-0.2.2+20190613.e6c2668.tar.xz



Other differences:
--
++ scout.spec ++
--- /var/tmp/diff_new_pack.LjaFqq/_old  2019-06-17 10:32:21.189294822 +0200
+++ /var/tmp/diff_new_pack.LjaFqq/_new  2019-06-17 10:32:21.193294821 +0200
@@ -18,7 +18,7 @@
 
 %define cnfrepo zypp
 Name:   scout
-Version:0.2.1+20181004.20a0aae
+Version:0.2.2+20190613.e6c2668
 Release:0
 Summary:Indexing Package Properties
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.LjaFqq/_old  2019-06-17 10:32:21.229294802 +0200
+++ /var/tmp/diff_new_pack.LjaFqq/_new  2019-06-17 10:32:21.233294800 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/openSUSE/scout.git
 git
-0.2.1+%cd.%h
+0.2.2+%cd.%h
 enable
 enable
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.LjaFqq/_old  2019-06-17 10:32:21.253294790 +0200
+++ /var/tmp/diff_new_pack.LjaFqq/_new  2019-06-17 10:32:21.257294787 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/scout.git
-  c991ac8abbf2e736fa00625be1d286401ab2e5dd
\ No newline at end of file
+  e6c266803857520492226f34fa403f09f59f32db
\ No newline at end of file

++ scout-0.2.1+20181004.20a0aae.tar.xz -> 
scout-0.2.2+20190613.e6c2668.tar.xz ++
 8903 lines of diff (skipped)




commit speech-dispatcher for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2019-06-17 10:31:46

Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and  /work/SRC/openSUSE:Factory/.speech-dispatcher.new.4811 (New)


Package is "speech-dispatcher"

Mon Jun 17 10:31:46 2019 rev:32 rq:709605 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes  
2019-03-29 20:33:37.074627441 +0100
+++ 
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.4811/speech-dispatcher.changes
2019-06-17 10:31:51.525310800 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 14:51:02 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+---



Other differences:
--
++ speech-dispatcher.spec ++
--- /var/tmp/diff_new_pack.5RbYDA/_old  2019-06-17 10:31:53.329309804 +0200
+++ /var/tmp/diff_new_pack.5RbYDA/_new  2019-06-17 10:31:53.329309804 +0200
@@ -47,7 +47,7 @@
 BuildRequires:  libsndfile-devel
 BuildRequires:  libtool
 BuildRequires:  python3-setuptools
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  texinfo
 Requires:   python3-speechd




commit media-player-info for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2019-06-17 10:31:56

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new.4811 (New)


Package is "media-player-info"

Mon Jun 17 10:31:56 2019 rev:27 rq:709666 version:23

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2019-05-09 10:02:30.199841517 +0200
+++ 
/work/SRC/openSUSE:Factory/.media-player-info.new.4811/media-player-info.changes
2019-06-17 10:31:57.593307451 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 14:20:08 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+---



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.fCXsty/_old  2019-06-17 10:31:58.297307062 +0200
+++ /var/tmp/diff_new_pack.fCXsty/_new  2019-06-17 10:31:58.297307062 +0200
@@ -35,8 +35,7 @@
 BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} > 1230
-BuildRequires:  systemd
-Requires(post): systemd
+BuildRequires:  pkgconfig(systemd)
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch




commit perl-Crypt-Rijndael for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package perl-Crypt-Rijndael for 
openSUSE:Factory checked in at 2019-06-17 10:31:15

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-Rijndael (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-Rijndael.new.4811 (New)


Package is "perl-Crypt-Rijndael"

Mon Jun 17 10:31:15 2019 rev:15 rq:710111 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-Rijndael/perl-Crypt-Rijndael.changes  
2015-06-16 14:05:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-Rijndael.new.4811/perl-Crypt-Rijndael.changes
2019-06-17 10:31:17.465329601 +0200
@@ -1,0 +2,6 @@
+Sat Jun 15 05:06:12 UTC 2019 - Stephan Kulow 
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-Crypt-Rijndael/Changes
+
+---

Old:

  Crypt-Rijndael-1.13.tar.gz

New:

  Crypt-Rijndael-1.14.tar.gz



Other differences:
--
++ perl-Crypt-Rijndael.spec ++
--- /var/tmp/diff_new_pack.7F5bXA/_old  2019-06-17 10:31:19.193328647 +0200
+++ /var/tmp/diff_new_pack.7F5bXA/_new  2019-06-17 10:31:19.197328645 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-Rijndael
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Crypt-Rijndael
-Version:1.13
+Version:1.14
 Release:0
+#Upstream: SUSE-Public-Domain
 %define cpan_name Crypt-Rijndael
 Summary:Crypt::CBC compliant Rijndael encryption module
-License:LGPL-3.0
+License:LGPL-3.0-only
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Crypt-Rijndael/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -37,53 +38,52 @@
 
 * keysize
 
-  Returns the keysize, which is 32 (bytes). The Rijndael cipher actually
-  supports keylengths of 16, 24 or 32 bytes, but there is no way to
-  communicate this to 'Crypt::CBC'.
+Returns the keysize, which is 32 (bytes). The Rijndael cipher actually
+supports keylengths of 16, 24 or 32 bytes, but there is no way to
+communicate this to 'Crypt::CBC'.
 
 * blocksize
 
-  The blocksize for Rijndael is 16 bytes (128 bits), although the algorithm
-  actually supports any blocksize that is any multiple of our bytes. 128
-  bits, is however, the AES-specified block size, so this is all we
-  support.
+The blocksize for Rijndael is 16 bytes (128 bits), although the algorithm
+actually supports any blocksize that is any multiple of our bytes. 128
+bits, is however, the AES-specified block size, so this is all we support.
 
 * $cipher = Crypt::Rijndael->new( $key [, $mode] )
 
-  Create a new 'Crypt::Rijndael' cipher object with the given key (which
-  must be 128, 192 or 256 bits long). The additional '$mode' argument is
-  the encryption mode, either 'MODE_ECB' (electronic codebook mode, the
-  default), 'MODE_CBC' (cipher block chaining, the same that 'Crypt::CBC'
-  does), 'MODE_CFB' (128-bit cipher feedback), 'MODE_OFB' (128-bit output
-  feedback), or 'MODE_CTR' (counter mode).
+Create a new 'Crypt::Rijndael' cipher object with the given key (which must
+be 128, 192 or 256 bits long). The additional '$mode' argument is the
+encryption mode, either 'MODE_ECB' (electronic codebook mode, the default),
+'MODE_CBC' (cipher block chaining, the same that 'Crypt::CBC' does),
+'MODE_CFB' (128-bit cipher feedback), 'MODE_OFB' (128-bit output feedback),
+or 'MODE_CTR' (counter mode).
 
-  ECB mode is very insecure (read a book on cryptography if you don't know
-  why!), so you should probably use CBC mode.
+ECB mode is very insecure (read a book on cryptography if you don't know
+why!), so you should probably use CBC mode.
 
 * $cipher->set_iv($iv)
 
-  This allows you to change the initial value vector used by the chaining
-  modes. It is not relevant for ECB mode.
+This allows you to change the initial value vector used by the chaining
+modes. It is not relevant for ECB mode.
 
 * 

commit gpgme for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2019-06-17 10:30:10

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


Package is "gpgme"

Mon Jun 17 10:30:10 2019 rev:77 rq:710077 version:1.13.1

Changes:

--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes  2019-04-04 
12:00:10.569259623 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new.4811/gpgme.changes2019-06-17 
10:30:19.609361537 +0200
@@ -1,0 +2,23 @@
+Fri Jun 14 13:18:36 UTC 2019 - Pedro Monreal Gonzalez 

+
+- gpgme 1.13.1:
+  * core: At debug levels up to 9 print only an ascii dump.
+  * core: Add commented debug helper to posix-io.c.
+  * core: Fix error return value of _gpgme_run_io_cb.
+  * core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES.
+  * core: Improve the debug messages even more.
+  * core: Avoid explicit locks in the debug code.
+  * json: Print "nan", "-inf", "inf" if needed.
+  * json: Improve handling of large exponents in the JSON parsor.
+  * core: Implement recpstring option parsing for gpgsm.
+  * core: Make gpgme_op_encrypt_ext work for CMS.
+  * python: Fix typo in DecryptionError exception.
+  * python: Make EXTRA_DIST files explicit.
+  * Python, doc: Minor style improvement.
+  * Always use maintainer mode -Wno cflags.
+  * cpp: Fix initialization warning.
+  * python: stop raising BadSignatures from decrypt(verify=True)
+  * cpp: Add wrapper for gpgme_set_global_flag.
+  * core: Fix duplication of close_notify_handler for gpgsm.
+
+---

Old:

  gpgme-1.13.0.tar.bz2
  gpgme-1.13.0.tar.bz2.sig

New:

  gpgme-1.13.1.tar.bz2
  gpgme-1.13.1.tar.bz2.sig



Other differences:
--
++ gpgme.spec ++
--- /var/tmp/diff_new_pack.5NKHTk/_old  2019-06-17 10:30:20.469361062 +0200
+++ /var/tmp/diff_new_pack.5NKHTk/_new  2019-06-17 10:30:20.473361060 +0200
@@ -21,7 +21,7 @@
 %bcond_without python2
 %bcond_without python3
 Name:   gpgme
-Version:1.13.0
+Version:1.13.1
 Release:0
 Summary:Programmatic library interface to GnuPG
 License:LGPL-2.1-or-later AND GPL-3.0-or-later

++ gpgme-1.13.0.tar.bz2 -> gpgme-1.13.1.tar.bz2 ++
 11665 lines of diff (skipped)




commit python-Unidecode for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package python-Unidecode for 
openSUSE:Factory checked in at 2019-06-17 10:30:24

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


Package is "python-Unidecode"

Mon Jun 17 10:30:24 2019 rev:9 rq:710078 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Unidecode/python-Unidecode.changes
2018-12-07 14:36:21.42709 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Unidecode.new.4811/python-Unidecode.changes  
2019-06-17 10:30:29.537356057 +0200
@@ -1,0 +2,10 @@
+Fri Jun 14 16:48:52 UTC 2019 - Benoît Monin 
+
+- update to Unidecode 1.1.0:
+  * Add more Latin letter variants in U+1F1xx page
+  * Make it possible to use the Unidecode command-line utility via
+"python -m unidecode" (thanks to Jon Dufresne)
+  * General clean up of code and documentation
+(thanks to Jon Dufresne)
+
+---

Old:

  Unidecode-1.0.23.tar.gz

New:

  Unidecode-1.1.0.tar.gz



Other differences:
--
++ python-Unidecode.spec ++
--- /var/tmp/diff_new_pack.XbFcdS/_old  2019-06-17 10:30:32.977354158 +0200
+++ /var/tmp/diff_new_pack.XbFcdS/_new  2019-06-17 10:30:32.997354147 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Unidecode
 #
-# 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Unidecode
-Version:1.0.23
+Version:1.1.0
 Release:0
 Summary:ASCII transliterations of Unicode text
 License:GPL-2.0-or-later

++ Unidecode-1.0.23.tar.gz -> Unidecode-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-1.0.23/ChangeLog 
new/Unidecode-1.1.0/ChangeLog
--- old/Unidecode-1.0.23/ChangeLog  2018-11-19 08:09:39.0 +0100
+++ new/Unidecode-1.1.0/ChangeLog   2019-06-14 16:26:44.0 +0200
@@ -1,3 +1,9 @@
+2019-06-14 unidecode 1.1.0
+   * Add more Latin letter variants in U+1F1xx page.
+   * Make it possible to use the Unidecode command-line utility via
+ "python -m unidecode" (thanks to Jon Dufresne)
+   * General clean up of code and documentation (thanks to Jon Dufresne)
+
 2018-11-19 unidecode 1.0.23
* Improve transliteration of Hebrew letters (thanks to Alon Bar-Lev)
* Add transliterations for the phonetic block U+1D00 - U+1D7F
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-1.0.23/PKG-INFO 
new/Unidecode-1.1.0/PKG-INFO
--- old/Unidecode-1.0.23/PKG-INFO   2018-11-19 08:38:18.0 +0100
+++ new/Unidecode-1.1.0/PKG-INFO2019-06-14 16:35:37.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: Unidecode
-Version: 1.0.23
+Version: 1.1.0
 Summary: ASCII transliterations of Unicode text
 Home-page: UNKNOWN
 Author: Tomaz Solc
@@ -15,13 +15,13 @@
 keyboard, or when constructing ASCII machine identifiers from
 human-readable Unicode strings that should still be somewhat 
intelligible
 (a popular example of this is when making an URL slug from an article
-title). 
+title).
 
-In most of these examples you could represent Unicode characters as
-`???` or `\\15BA\\15A0\\1610`, to mention two extreme cases. But that's
-nearly useless to someone who actually wants to read what the text 
says.
+In most of these examples you could represent Unicode characters as 
``???`` or
+``\\15BA\\15A0\\1610``, to mention two extreme cases. But that's 
nearly useless
+to someone who actually wants to read what the text says.
 
-What Unidecode provides is a middle road: function `unidecode()` takes
+What Unidecode provides is a middle road: the function ``unidecode()`` 
takes
 Unicode data and tries to represent it in ASCII characters (i.e., the
 universally displayable characters between 0x00 and 0x7F), where the
 compromises taken when mapping between two character sets are chosen 
to be
@@ -43,8 +43,8 @@
 example also contain ASCII approximations for symbols and non-Latin
 alphabets.
 
-This is a Python port of `Text::Unidecode` Perl module by
-Sean M. Burke .
+This is a Python port of 

commit wireshark for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2019-06-17 10:31:03

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


Package is "wireshark"

Mon Jun 17 10:31:03 2019 rev:146 rq:710109 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2019-05-27 
08:36:59.459103589 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new.4811/wireshark.changes
2019-06-17 10:31:05.909335979 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 14:33:19 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+---



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.FZwt9Y/_old  2019-06-17 10:31:07.945334856 +0200
+++ /var/tmp/diff_new_pack.FZwt9Y/_new  2019-06-17 10:31:07.949334854 +0200
@@ -53,7 +53,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  portaudio-devel
 BuildRequires:  snappy-devel
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  tcpd-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel





commit virtualbox for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2019-06-17 10:30:35

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


Package is "virtualbox"

Mon Jun 17 10:30:35 2019 rev:179 rq:710102 version:6.0.8

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2019-06-04 
12:09:38.883874680 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new.4811/virtualbox.changes  
2019-06-17 10:30:39.929350320 +0200
@@ -1,0 +2,5 @@
+Mon Jun 10 18:09:09 UTC 2019 - Larry Finger 
+
+- Fix build for SLE15 SP1 - add file "fixes_for_SLE15.patch"
+
+---

New:

  fixes_for_SLE15.patch



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.rrTztG/_old  2019-06-17 10:30:46.909346468 +0200
+++ /var/tmp/diff_new_pack.rrTztG/_new  2019-06-17 10:30:46.929346457 +0200
@@ -147,6 +147,8 @@
 Patch131:   fixes_for_qt5.13.patch
 # Fixes for kernel 5.2
 Patch132:   fixes_for_5.2.patch
+# Fixes for SLE15
+Patch133:   fixes_for_SLE15.patch
 #endif
 Patch999:   virtualbox-fix-ui-background-color.patch
 #
@@ -450,6 +452,8 @@
 # Tumbleweed, Leap 15.1 and above drm adjustments
 %if 0%{?suse_version} > 1500 || (0%{?sle_version} >= 150100 && 
0%{?is_opensuse})
 %patch129 -p1
+%else
+%patch133 -p1
 %endif
 # Leap 42.3 adjustments
 %if 0%{?sle_version} == 120300 && 0%{?is_opensuse} 

++ fixes_for_5.2.patch ++
--- /var/tmp/diff_new_pack.rrTztG/_old  2019-06-17 10:30:47.237346286 +0200
+++ /var/tmp/diff_new_pack.rrTztG/_new  2019-06-17 10:30:47.237346286 +0200
@@ -1,3 +1,10 @@
+There are two kernel 5.2 API changes that affect VirtualBox:
+
+1. drm_fb_helper_fill_fix() and drm_fb_helper_fill_var() are replaced
+   by drm_fb_helper_fill_info().
+2. The arguments for ttm_bo_device_init() are changed.
+
+
 Index: VirtualBox-6.0.8/src/VBox/Additions/linux/drm/vbox_fb.c
 ===
 --- VirtualBox-6.0.8.orig/src/VBox/Additions/linux/drm/vbox_fb.c

++ fixes_for_SLE15.patch ++
Index: VirtualBox-6.0.8/src/VBox/Additions/linux/drm/vbox_drv.c
===
--- VirtualBox-6.0.8.orig/src/VBox/Additions/linux/drm/vbox_drv.c
+++ VirtualBox-6.0.8/src/VBox/Additions/linux/drm/vbox_drv.c
@@ -283,11 +283,6 @@ static struct drm_driver driver = {
.lastclose = vbox_driver_lastclose,
.master_set = vbox_master_set,
.master_drop = vbox_master_drop,
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0) || defined(RHEL_73)
-# if LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 0) && !defined(RHEL_75)
-   .set_busid = drm_pci_set_busid,
-# endif
-#endif
 
.fops = _fops,
.irq_handler = vbox_irq_handler,




commit postfix for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2019-06-17 10:30:52

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


Package is "postfix"

Mon Jun 17 10:30:52 2019 rev:171 rq:710108 version:3.4.5

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2019-06-13 
22:36:55.148311659 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new.4811/postfix.changes
2019-06-17 10:30:57.837340436 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 14:30:34 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+---



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.nto2Zf/_old  2019-06-17 10:31:00.297339077 +0200
+++ /var/tmp/diff_new_pack.nto2Zf/_new  2019-06-17 10:31:00.305339073 +0200
@@ -87,7 +87,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  postgresql-devel
 BuildRequires:  shadow
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  zlib-devel
 Requires:   iproute2
 Requires(post): permissions