commit python-azure-mgmt-recoveryservices for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-recoveryservices 
for openSUSE:Factory checked in at 2017-11-04 19:30:05

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


Package is "python-azure-mgmt-recoveryservices"

Sat Nov  4 19:30:05 2017 rev:2 rq:538830 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservices/python-azure-mgmt-recoveryservices.changes
2017-10-11 22:59:48.936944285 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservices.new/python-azure-mgmt-recoveryservices.changes
   2017-11-04 19:30:32.366380121 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:55:20 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amr_drop-compatible-releases-operator.patch
+
+---

New:

  amr_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-recoveryservices.spec ++
--- /var/tmp/diff_new_pack.ACIzOc/_old  2017-11-04 19:30:32.898360683 +0100
+++ /var/tmp/diff_new_pack.ACIzOc/_new  2017-11-04 19:30:32.902360536 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-recoveryservices
 Version:0.1.0
@@ -25,18 +26,19 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-recoveryservices/azure-mgmt-recoveryservices-%{version}.zip
 Source1:LICENSE.txt
+Patch1: amr_drop-compatible-releases-operator.patch
+BuildRequires:  %{python_module azure-mgmt-nspkg}
+BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-BuildRequires:  %{python_module azure-mgmt-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
+Requires:   python-azure-common < 2.0.0
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure >= 0.4.11
 Requires:   python-msrestazure < 1.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-common < 2.0.0
+Requires:   python-msrestazure >= 0.4.11
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-recoveryservices-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-recoveryservices-%{version}
@@ -72,4 +75,5 @@
 %doc LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/recoveryservices
 %{python_sitelib}/azure_mgmt_recoveryservices-*.egg-info
+
 %changelog

++ amr_drop-compatible-releases-operator.patch ++
diff -Nru azure-mgmt-recoveryservices-0.1.0.orig/setup.py 
azure-mgmt-recoveryservices-0.1.0/setup.py
--- azure-mgmt-recoveryservices-0.1.0.orig/setup.py 2017-07-20 
22:14:30.0 +0200
+++ azure-mgmt-recoveryservices-0.1.0/setup.py  2017-11-03 19:52:11.750217933 
+0100
@@ -78,8 +78,8 @@
 zip_safe=False,
 packages=find_packages(),
 install_requires=[
-'msrestazure~=0.4.11',
-'azure-common~=1.1',
+'msrestazure>=0.4.11',
+'azure-common>=1.1',
 ],
 cmdclass=cmdclass
 )




commit python-geoip2 for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-geoip2 for openSUSE:Factory 
checked in at 2017-11-04 19:30:28

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


Package is "python-geoip2"

Sat Nov  4 19:30:28 2017 rev:2 rq:538853 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-geoip2/python-geoip2.changes  
2017-07-04 09:09:18.739737999 +0200
+++ /work/SRC/openSUSE:Factory/.python-geoip2.new/python-geoip2.changes 
2017-11-04 19:30:42.198020889 +0100
@@ -1,0 +2,9 @@
+Fri Oct 27 21:10:06 UTC 2017 - sebix+novell@sebix.at
+
+- update to version 2.6.0:
+ * The following new anonymizer attributes were added to 
``geoip2.record.Traits``
+   for use with GeoIP2 Precision Insights: ``is_anonymous``,
+   ``is_anonymous_vpn``, ``is_hosting_provider``, ``is_public_proxy``, and
+   ``is_tor_exit_node``.
+
+---

Old:

  geoip2-2.5.0.tar.gz

New:

  geoip2-2.6.0.tar.gz



Other differences:
--
++ python-geoip2.spec ++
--- /var/tmp/diff_new_pack.2bDkY7/_old  2017-11-04 19:30:43.265981868 +0100
+++ /var/tmp/diff_new_pack.2bDkY7/_new  2017-11-04 19:30:43.269981721 +0100
@@ -13,39 +13,38 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-geoip2
-Version:2.5.0
+Version:2.6.0
 Release:0
-License:Apache-2.0
 Summary:MaxMind GeoIP2 Python API
-Url:http://www.maxmind.com/
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://www.maxmind.com/
 Source: 
https://files.pythonhosted.org/packages/source/g/geoip2/geoip2-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
+Requires:   %{python_module maxminddb >= 1.2.1}
+Requires:   %{python_module requests >= 2.9}
+BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module maxminddb >= 1.2.1}
 BuildRequires:  %{python_module requests >= 2.9}
 %endif
 # SECTION test requirements
+BuildRequires:  fdupes
 %if %{with test}
 BuildRequires:  %{python_module requests-mock >= 0.5}
 %endif
-BuildRequires:  fdupes
 # /SECTION
-Requires:   %{python_module maxminddb >= 1.2.1}
-Requires:   %{python_module requests >= 2.9}
 %ifpython2
 Recommends: python2-ipaddress
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -60,7 +59,7 @@
 
 %install
 %python_install
-%python_expand %fdupes %buildroot%{$sitearch}
+%python_expand %fdupes %{buildroot}%{$sitearch}
 
 %if %{with test}
 %check
@@ -68,7 +67,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc LICENSE README.rst
 %{python_sitelib}/*
 

++ geoip2-2.5.0.tar.gz -> geoip2-2.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geoip2-2.5.0/HISTORY.rst new/geoip2-2.6.0/HISTORY.rst
--- old/geoip2-2.5.0/HISTORY.rst2017-05-08 21:10:19.0 +0200
+++ new/geoip2-2.6.0/HISTORY.rst2017-10-27 21:59:29.0 +0200
@@ -3,6 +3,14 @@
 History
 ---
 
+2.6.0 (2017-10-27)
+++
+
+* The following new anonymizer attributes were added to 
``geoip2.record.Traits``
+  for use with GeoIP2 Precision Insights: ``is_anonymous``,
+  ``is_anonymous_vpn``, ``is_hosting_provider``, ``is_public_proxy``, and
+  ``is_tor_exit_node``.
+
 2.5.0 (2017-05-08)
 ++
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geoip2-2.5.0/PKG-INFO new/geoip2-2.6.0/PKG-INFO
--- old/geoip2-2.5.0/PKG-INFO   2017-05-08 21:13:04.0 +0200
+++ new/geoip2-2.6.0/PKG-INFO   2017-10-27 22:02:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: geoip2
-Version: 2.5.0
+Version: 2.6.0
 Summary: MaxMind GeoIP2 API
 Home-page: http://www.maxmind.com/
 Author: Gregory Oschwald
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geoip2-2.5.0/docs/html/.buildinfo 
new/geoip2-2.6.0/docs/html/.buildinfo
--- old/geoip2-2.5.0/docs/html/.buildinfo   2017-05-08 21:13:04.0 
+0200
+++ new/geoip2-2.6.0/docs/html/.buildinfo   2017-10-27 22:02:24.0 
+0200
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.

commit python-azure-mgmt-eventgrid for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-eventgrid for 
openSUSE:Factory checked in at 2017-11-04 19:30:20

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


Package is "python-azure-mgmt-eventgrid"

Sat Nov  4 19:30:20 2017 rev:2 rq:538833 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-eventgrid/python-azure-mgmt-eventgrid.changes
  2017-10-11 22:59:08.226729318 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-eventgrid.new/python-azure-mgmt-eventgrid.changes
 2017-11-04 19:30:37.386196705 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:49:16 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + ame_drop-compatible-releases-operator.patch
+
+---

New:

  ame_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-eventgrid.spec ++
--- /var/tmp/diff_new_pack.PY6nQw/_old  2017-11-04 19:30:37.934176682 +0100
+++ /var/tmp/diff_new_pack.PY6nQw/_new  2017-11-04 19:30:37.938176536 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-eventgrid
 Version:0.2.0
@@ -25,18 +26,19 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-eventgrid/azure-mgmt-eventgrid-%{version}.zip
 Source1:LICENSE.txt
+Patch1: ame_drop-compatible-releases-operator.patch
+BuildRequires:  %{python_module azure-mgmt-nspkg}
+BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-BuildRequires:  %{python_module azure-mgmt-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
+Requires:   python-azure-common < 2.0.0
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
-Requires:   python-msrestazure >= 0.4.11
 Requires:   python-msrestazure < 1.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-common < 2.0.0
+Requires:   python-msrestazure >= 0.4.11
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-eventgrid-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-eventgrid-%{version}
@@ -72,4 +75,5 @@
 %doc LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/eventgrid
 %{python_sitelib}/azure_mgmt_eventgrid-*.egg-info
+
 %changelog

++ ame_drop-compatible-releases-operator.patch ++
diff -Nru azure-mgmt-eventgrid-0.2.0.orig/setup.py 
azure-mgmt-eventgrid-0.2.0/setup.py
--- azure-mgmt-eventgrid-0.2.0.orig/setup.py2017-09-13 23:26:18.0 
+0200
+++ azure-mgmt-eventgrid-0.2.0/setup.py 2017-11-03 19:48:13.663715640 +0100
@@ -78,8 +78,8 @@
 zip_safe=False,
 packages=find_packages(exclude=["tests"]),
 install_requires=[
-'msrestazure~=0.4.11',
-'azure-common~=1.1',
+'msrestazure>=0.4.11',
+'azure-common>=1.1',
 ],
 cmdclass=cmdclass
 )




commit python-azure-mgmt-containerservice for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-containerservice 
for openSUSE:Factory checked in at 2017-11-04 19:30:13

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


Package is "python-azure-mgmt-containerservice"

Sat Nov  4 19:30:13 2017 rev:3 rq:538832 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice/python-azure-mgmt-containerservice.changes
2017-10-17 01:54:11.813716374 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new/python-azure-mgmt-containerservice.changes
   2017-11-04 19:30:33.098353375 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:38:01 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amc_drop-compatible-releases-operator.patch
+
+---

New:

  amc_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-containerservice.spec ++
--- /var/tmp/diff_new_pack.Zqe4UQ/_old  2017-11-04 19:30:33.734330138 +0100
+++ /var/tmp/diff_new_pack.Zqe4UQ/_new  2017-11-04 19:30:33.738329991 +0100
@@ -26,6 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerservice/azure-mgmt-containerservice-%{version}.zip
 Source1:LICENSE.txt
+Patch1: amc_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-containerservice-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerservice-%{version}

++ amc_drop-compatible-releases-operator.patch ++
diff -Nru azure-mgmt-containerservice-1.0.0.orig/setup.py 
azure-mgmt-containerservice-1.0.0/setup.py
--- azure-mgmt-containerservice-1.0.0.orig/setup.py 2017-08-08 
21:23:40.0 +0200
+++ azure-mgmt-containerservice-1.0.0/setup.py  2017-11-03 19:36:32.681662264 
+0100
@@ -78,8 +78,8 @@
 zip_safe=False,
 packages=find_packages(),
 install_requires=[
-'msrestazure~=0.4.11',
-'azure-common~=1.1',
+'msrestazure>=0.4.11',
+'azure-common>=1.1',
 ],
 cmdclass=cmdclass
 )




commit snack for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package snack for openSUSE:Factory checked 
in at 2017-11-04 19:29:59

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


Package is "snack"

Sat Nov  4 19:29:59 2017 rev:19 rq:538814 version:2.2.10

Changes:

--- /work/SRC/openSUSE:Factory/snack/snack.changes  2011-09-23 
12:46:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.snack.new/snack.changes 2017-11-04 
19:30:29.858471755 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 16:30:06 UTC 2017 - m...@suse.com
+
+- bnc#793860: CVE-2012-6303: heap based overflow:
+  snack-CVE-2012-6303.patch
+- Drop the demos, they violate too many rpmlint rules.
+
+---

New:

  snack-CVE-2012-6303.patch



Other differences:
--
++ snack.spec ++
--- /var/tmp/diff_new_pack.3wdSDp/_old  2017-11-04 19:30:31.390415780 +0100
+++ /var/tmp/diff_new_pack.3wdSDp/_new  2017-11-04 19:30:31.390415780 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package snack (Version 2.2.10)
+# spec file for package snack
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   snack
-BuildRequires:  alsa-devel libvorbis-devel python tk-devel xorg-x11-devel
+BuildRequires:  alsa-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  python
+BuildRequires:  tk-devel
+BuildRequires:  xorg-x11-devel
 Summary:Sound Extension for Tcl/Tk and Python
-Version:2.2.10
-Release:192
+License:GPL-2.0+
 Group:  Development/Libraries/Tcl
-Requires:   tcl tk
+Version:2.2.10
+Release:0
+Requires:   tcl
+Requires:   tk
 %{py_requires}
-License:GPL-2.0+
 Url:http://www.speech.kth.se/snack
 Source0:%{name}%{version}.tar.bz2
 Source1:snack-rpmlintrc
 Patch0: snack.patch
 Patch1: snack-alsa.patch
+Patch2: snack-CVE-2012-6303.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,11 +64,12 @@
 %setup -q -n %{name}%{version}
 %patch0
 %patch1
+%patch2 -p 1
 chmod 644 BSD.txt changes README COPYING doc/* ext/*
 chmod 755 ext/configure
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unused-variable 
-Wno-unused-but-set-variable"
 cd unix
 ./configure \
 --prefix=%_prefix \
@@ -92,7 +97,6 @@
 %files
 %defattr(-, root, root,-)
 %_libdir/lib*
-%doc demos 
 %defattr(644, root, root, 755)
 %doc BSD.txt changes README COPYING doc/* ext
 %tclscriptdir/*

++ snack-CVE-2012-6303.patch ++
Index: snack2.2.10/generic/jkSoundFile.c
===
--- snack2.2.10.orig/generic/jkSoundFile.c
+++ snack2.2.10/generic/jkSoundFile.c
@@ -1793,7 +1793,14 @@ static int
 GetHeaderBytes(Sound *s, Tcl_Interp *interp, Tcl_Channel ch, char *buf, 
   int len)
 {
-  int rlen = Tcl_Read(ch, [s->firstNRead], len - s->firstNRead);
+  int rlen;
+
+  if (len > max(CHANNEL_HEADER_BUFFER, HEADBUF)){
+Tcl_AppendResult(interp, "Excessive header size", NULL);
+return TCL_ERROR;
+  }
+
+  rlen = Tcl_Read(ch, [s->firstNRead], len - s->firstNRead);
 
   if (rlen < len - s->firstNRead){
 Tcl_AppendResult(interp, "Failed reading header bytes", NULL);



commit blueberry for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package blueberry for openSUSE:Factory 
checked in at 2017-11-04 19:30:33

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


Package is "blueberry"

Sat Nov  4 19:30:33 2017 rev:22 rq:538859 version:1.1.17

Changes:

--- /work/SRC/openSUSE:Factory/blueberry/blueberry.changes  2017-06-29 
15:17:36.799866393 +0200
+++ /work/SRC/openSUSE:Factory/.blueberry.new/blueberry.changes 2017-11-04 
19:30:43.829961261 +0100
@@ -1,0 +2,13 @@
+Fri Nov  3 19:00:06 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.17:
+  * Update translations.
+
+---
+Fri Oct 27 13:45:40 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.16:
+  * Move window declaration to init().
+  * l10n: Generate desktop files.
+
+---

Old:

  blueberry-1.1.15.tar.gz

New:

  blueberry-1.1.17.tar.gz



Other differences:
--
++ blueberry.spec ++
--- /var/tmp/diff_new_pack.pHyrBZ/_old  2017-11-04 19:30:44.465938024 +0100
+++ /var/tmp/diff_new_pack.pHyrBZ/_new  2017-11-04 19:30:44.469937877 +0100
@@ -18,7 +18,7 @@
 
 %define __requires_exclude typelib\\((St)\\)
 Name:   blueberry
-Version:1.1.15
+Version:1.1.17
 Release:0
 Summary:A configuration tool for Bluetooth
 License:GPL-3.0+
@@ -30,7 +30,6 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python
-BuildRequires:  update-desktop-files
 Requires:   bluez-tools
 Requires:   dbus-1-python
 Requires:   gnome-bluetooth >= 3.14
@@ -41,6 +40,9 @@
 Recommends: %{name}-lang
 BuildArch:  noarch
 %glib2_gsettings_schema_requires
+%if 0%{?suse_version} <= 1320
+BuildRequires:  update-desktop-files
+%endif
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 Requires:   python-gobject-Gdk
 %endif
@@ -64,6 +66,7 @@
 %find_lang %{name}
 %fdupes %{buildroot}%{_datadir}/
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -73,9 +76,9 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc COPYING README.md debian/changelog
 %{_sysconfdir}/xdg/autostart/%{name}-tray.desktop
 %{_sysconfdir}/xdg/autostart/%{name}-obex-agent.desktop
@@ -89,6 +92,5 @@
 %{_datadir}/glib-2.0/schemas/org.%{name}.gschema.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ blueberry-1.1.15.tar.gz -> blueberry-1.1.17.tar.gz ++
 4221 lines of diff (skipped)




commit cmark for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package cmark for openSUSE:Factory checked 
in at 2017-11-04 19:29:56

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


Package is "cmark"

Sat Nov  4 19:29:56 2017 rev:8 rq:538801 version:0.28.3

Changes:

--- /work/SRC/openSUSE:Factory/cmark/cmark.changes  2017-10-01 
17:02:06.760193144 +0200
+++ /work/SRC/openSUSE:Factory/.cmark.new/cmark.changes 2017-11-04 
19:30:22.466741836 +0100
@@ -1,0 +2,10 @@
+Fri Nov  3 16:07:37 UTC 2017 - mimi...@gmail.com
+
+- update to 0.28.3
+ * -smart: open quote can never occur right after ] or ) 
+ * Include GNUInstallDirs in src/CMakeLists.txt
+ * Fix quadratic behavior in finalize
+ * Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc
+ - drop cmark-install_libdir_is_abs.patch
+
+---

Old:

  cmark-0.28.0.tar.gz
  cmark-install_libdir_is_abs.patch

New:

  cmark-0.28.3.tar.gz



Other differences:
--
++ cmark.spec ++
--- /var/tmp/diff_new_pack.CmBZ9j/_old  2017-11-04 19:30:25.554629010 +0100
+++ /var/tmp/diff_new_pack.CmBZ9j/_new  2017-11-04 19:30:25.558628865 +0100
@@ -16,16 +16,15 @@
 #
 
 
-%define libname libcmark0_28_0
+%define libname libcmark0_28_3
 Name:   cmark
-Version:0.28.0
+Version:0.28.3
 Release:0
 Summary:CommonMark parsing and rendering library and program in C
 License:BSD-2-Clause AND MIT AND CC-BY-SA-4.0
 Group:  Productivity/Text/Utilities
 Url:https://github.com/jgm/cmark
 Source: 
https://github.com/jgm/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0: cmark-install_libdir_is_abs.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -63,7 +62,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake -DCMARK_TESTS=OFF -DCMARK_STATIC=OFF

++ cmark-0.28.0.tar.gz -> cmark-0.28.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmark-0.28.0/CMakeLists.txt 
new/cmark-0.28.3/CMakeLists.txt
--- old/cmark-0.28.0/CMakeLists.txt 2017-08-02 16:06:54.0 +0200
+++ new/cmark-0.28.3/CMakeLists.txt 2017-10-21 18:06:00.0 +0200
@@ -18,7 +18,7 @@
 
 set(PROJECT_VERSION_MAJOR 0)
 set(PROJECT_VERSION_MINOR 28)
-set(PROJECT_VERSION_PATCH 0)
+set(PROJECT_VERSION_PATCH 3)
 set(PROJECT_VERSION 
${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )
 
 option(CMARK_TESTS "Build cmark tests and enable testing" ON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmark-0.28.0/README.md new/cmark-0.28.3/README.md
--- old/cmark-0.28.0/README.md  2017-08-02 16:06:54.0 +0200
+++ new/cmark-0.28.3/README.md  2017-10-21 18:06:00.0 +0200
@@ -110,9 +110,9 @@
 
 make leakcheck
 
-To reformat source code using `astyle`:
+To reformat source code using `clang-format`:
 
-make astyle
+make format
 
 To run a "fuzz test" against ten long randomly generated inputs:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmark-0.28.0/changelog.txt 
new/cmark-0.28.3/changelog.txt
--- old/cmark-0.28.0/changelog.txt  2017-08-02 16:06:54.0 +0200
+++ new/cmark-0.28.3/changelog.txt  2017-10-21 18:06:00.0 +0200
@@ -1,4 +1,27 @@
-[0.28]
+[0.28.3]
+
+  * Include GNUInstallDirs in src/CMakeLists.txt (Nick Wellnhofer, #240).
+This fixes build problems on some cmake versions (#241).
+
+[0.28.2]
+
+  * Fixed regression in install dest for static library (#238).
+Due to a mistake, 0.28.1 installed libcmark.a into include/.
+
+[0.28.1]
+
+  * `--smart`: open quote can never occur right after `]` or `)` (#227).
+  * Fix quadratic behavior in `finalize` (Vicent Marti).
+  * Don't use `CMAKE_INSTALL_LIBDIR` to create `libcmark.pc` (#236).
+This wasn't getting set in processing `libcmark.pc.in`, and we
+were getting the wrong entry in `libcmark.pc`.
+The new approach sets an internal `libdir` variable to
+`lib${LIB_SUFFIX}`.  This variable is used both to set the
+install destination and in the libcmark.pc.in template.
+  * Update README.md, replace `make astyle` with `make format`
+(Nguyễn Thái Ngọc Duy).
+
+[0.28.0]
 
   * Update spec.
   * Use unsigned integer when shifting (Phil Turnbull).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmark-0.28.0/src/CMakeLists.txt 
new/cmark-0.28.3/src/CMakeLists.txt
--- old/cmark-0.28.0/src/CMakeLists.txt 2017-08-02 16:06:54.0 +0200
+++ new/cmark-0.28.3/src/CMakeLists.txt 

commit gdouros-abydos-fonts for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package gdouros-abydos-fonts for 
openSUSE:Factory checked in at 2017-11-04 19:29:54

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


Package is "gdouros-abydos-fonts"

Sat Nov  4 19:29:54 2017 rev:3 rq:538652 version:1.95

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-abydos-fonts/gdouros-abydos-fonts.changes
2017-09-28 12:35:57.750685001 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-abydos-fonts.new/gdouros-abydos-fonts.changes
   2017-11-04 19:30:09.367220473 +0100
@@ -1,0 +2,6 @@
+Fri Nov  3 10:01:08 UTC 2017 - aloi...@gmx.com
+
+- Update to version 1.95
+- Updated Abydos.pdf and AbydosGlyph.pdf
+
+---

Old:

  Abydos-20170727.pdf
  AbydosFont-1.23.zip
  AbydosGlyph-20170727.pdf

New:

  Abydos-20171012.pdf
  AbydosFont-1.95.zip
  AbydosGlyph-20171009.pdf



Other differences:
--
++ gdouros-abydos-fonts.spec ++
--- /var/tmp/diff_new_pack.XaxvSo/_old  2017-11-04 19:30:15.846983712 +0100
+++ /var/tmp/diff_new_pack.XaxvSo/_new  2017-11-04 19:30:15.850983567 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gdouros-abydos-fonts
-Version:1.23
+Version:1.95
 Release:0
 Summary:A data font of 7440 Egyptian hieroglyphs
 License:SUSE-Permissive
@@ -28,10 +28,10 @@
 Source0:AbydosFont-%{version}.zip
 # Download URL
 # http://users.teilar.gr/~g1951d/Abydos.pdf
-Source1:Abydos-20170727.pdf
+Source1:Abydos-20171012.pdf
 # Download URL
 # http://users.teilar.gr/~g1951d/AbydosGlyph.pdf
-Source2:AbydosGlyph-20170727.pdf
+Source2:AbydosGlyph-20171009.pdf
 Source3:README-SUSE
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
@@ -52,7 +52,7 @@
 
 %packagedoc
 Summary:Documentation for %{name}
-Group:  Documentation/PDF
+Group:  Documentation/Other
 Requires:   %{name} = %{version}
 
 %descriptiondoc

++ Abydos-20170727.pdf -> Abydos-20171012.pdf ++
(binary differes)

++ AbydosGlyph-20170727.pdf -> AbydosGlyph-20171009.pdf ++
(binary differes)




commit menu-cache for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package menu-cache for openSUSE:Factory 
checked in at 2017-11-04 19:29:48

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


Package is "menu-cache"

Sat Nov  4 19:29:48 2017 rev:30 rq:538633 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/menu-cache/menu-cache.changes2017-09-13 
22:38:30.722535795 +0200
+++ /work/SRC/openSUSE:Factory/.menu-cache.new/menu-cache.changes   
2017-11-04 19:29:54.391767656 +0100
@@ -1,0 +2,19 @@
+Fri Nov  3 09:45:02 UTC 2017 - mvet...@suse.com
+
+- Update to 1.1.0:
+  * Fixed crash with invalid  tag in a menu.
+  * Added new API menu_cache_app_get_generic_name() to get generic
+  name for application.
+  * Fixed potential access violation, use runtime user dir instead of tmp dir.
+  It limits libmenu-cache compatibility to menu-cached >= 0.7.0.
+  * Directory $XDG_DATA_HOME/applications will be created if it does not
+  exist so it will be monitored in any case.
+  * Fixed issue when subdirectories added would be skipped in monitoring.
+  * Fixed potential file descriptors leak.
+  * Reduced inactivity timer to 6 seconds (from 600 seconds).
+  * Fixed an issue with multiple daemons started: test if daemon is already
+  running on socket before killing old socket file.
+  * Fixed 100% CPU load by menu-cached due to invalid dup2() call.
+- Remove menu-cache-1.0.2-until-fd52af6.patch: upstreamed
+
+---

Old:

  menu-cache-1.0.2-until-fd52af6.patch
  menu-cache-1.0.2.tar.xz

New:

  1.1.0.tar.gz



Other differences:
--
++ menu-cache.spec ++
--- /var/tmp/diff_new_pack.5xTAzQ/_old  2017-11-04 19:29:54.923748217 +0100
+++ /var/tmp/diff_new_pack.5xTAzQ/_new  2017-11-04 19:29:54.927748072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package menu-cache
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 Name:   menu-cache
-Version:1.0.2
+Version:1.1.0
 Release:0
 Summary:A tool speed up menus
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/LXDE
 Url:http://www.lxde.org
-Source0:%{name}-%{version}.tar.xz
-Patch0: menu-cache-1.0.2-until-fd52af6.patch
+Source0:https://github.com/lxde/%{name}/archive/%{version}.tar.gz
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
+#BuildRequires:  m4
 BuildRequires:  pkgconfig(libfm-extra)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -58,7 +59,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+sh autogen.sh
 
 %build
 export CFLAGS="%{optflags}"
@@ -89,6 +90,6 @@
 %files -n libmenu-cache3
 %defattr(-,root,root)
 %{_libdir}/libmenu-cache.so.3
-%{_libdir}/libmenu-cache.so.3.1.1
+%{_libdir}/libmenu-cache.so.3.2.0
 
 %changelog




commit MultiMarkdown-6 for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package MultiMarkdown-6 for openSUSE:Factory 
checked in at 2017-11-04 19:29:25

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


Package is "MultiMarkdown-6"

Sat Nov  4 19:29:25 2017 rev:1 rq:538617 version:6.2.2

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.MultiMarkdown-6.new/MultiMarkdown-6.changes 
2017-11-04 19:29:31.308611086 +0100
@@ -0,0 +1,79 @@
+---
+Fri Nov  3 09:25:51 UTC 2017 - mplus...@suse.com
+
+- Conflict with MultiMarkdown-5
+- Provide virtual package markdown
+
+---
+Thu Oct 19 13:37:22 UTC 2017 - mplus...@suse.com
+
+- New package MultiMarkdown-6 based on MultiMarkdown-5
+
+---
+Thu Jun 22 14:10:24 UTC 2017 - mplus...@suse.com
+
+- Enable tests
+- Update alernatives handling according to current guidelines
+
+---
+Fri Oct 28 13:30:26 UTC 2016 - mplus...@suse.com
+
+- Fix typo and add more comments
+
+---
+Tue Oct 18 06:55:11 UTC 2016 - mplus...@suse.com
+
+- Use update alternatives to allow parallel installation with discount
+- Avoid conflict with mtools
+
+---
+Sun Oct 16 08:18:28 UTC 2016 - mplus...@suse.com
+
+- Update to version 5.4.0:
+  * Improve accuracy and performance of strong/emph
+  * CHANGED: Update greg
+  * 5.3.0
+  * CHANGED: Update README
+  * ADDED: Move static library options to separate make target
+  * FIXED: Fix crash with empty table label
+  * ADDED: Add email address to cpack settings (addresses #31)
+  * CHANGED: Increase list of syntax structures that are evaluated for 
abbreviations (Thanks, David!)
+  * FIXED: Avoids problem mentioned on github (#30), but doesn't actually 
solve it. Any help appreciated!
+  * version bump 5.4.0
+
+---
+Sat Jul 09 16:58:27 UTC 2016 - mplus...@suse.com
+
+- Update to version 5.3.0:
+  * FIXED: Don't allow math spans inside strong/emph
+  * FIXED: Fix slow parsing of complex strong/emph (Fixes #18)
+  * CHANGED: Update test suite
+  * FIXED: Improve performance; FIXED: Fix additional edge case in emph/strong 
parser
+  * Improve accuracy and performance of strong/emph
+  * CHANGED: Update greg
+  * 5.3.0
+
+---
+Wed Jul 06 19:28:15 UTC 2016 - mplus...@suse.com
+
+- Fix building on linux (needs static glibc and -D_GNU_SOURCE)
+
+---
+Sun May 01 10:57:35 UTC 2016 - mplus...@suse.com
+
+- Update to version 5.2.0:
+  * ADDED: Add support for 'HTML FOOTER' metadata -- appended at very end of 
HTML documents (after footnotes)
+  * CHANGED: Update documentation for HTML Footer metadata
+  * CHANGED: Update Math test suite
+  * FIXED: Improve accuracy of strong/emph parsing; CHANGED: Allow nested 
strong/emph spans (though effect of output is not defined for all formats)
+  * ADDED: Add additional test cases
+  * CHANGED: recursive support for CriticMarkup syntax (e.g. an addition can 
be included inside a substitution).
+  * FIXED: Remove debugging statement in recent CriticMarkup changes
+  * CHANGED: Update test suite
+  * Version bump 5.2.0
+
+---
+Sun May  1 10:42:27 UTC 2016 - mplus...@suse.com
+
+- Initial package
+

New:

  MultiMarkdown-6-6.2.2.tar.xz
  MultiMarkdown-6.changes
  MultiMarkdown-6.spec
  _service



Other differences:
--
++ MultiMarkdown-6.spec ++
#
# spec file for package MultiMarkdown-6
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   MultiMarkdown-6
Version:6.2.2
Release:0

commit discount for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2017-11-04 19:29:31

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


Package is "discount"

Sat Nov  4 19:29:31 2017 rev:8 rq:538623 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/discount/discount.changes2017-02-13 
07:49:19.404495967 +0100
+++ /work/SRC/openSUSE:Factory/.discount.new/discount.changes   2017-11-04 
19:29:37.216395223 +0100
@@ -1,0 +2,5 @@
+Fri Nov  3 09:31:38 UTC 2017 - mplus...@suse.com
+
+- Provide virtual package markdown
+
+---



Other differences:
--
++ discount.spec ++
--- /var/tmp/diff_new_pack.CfV3ij/_old  2017-11-04 19:29:37.824373007 +0100
+++ /var/tmp/diff_new_pack.CfV3ij/_new  2017-11-04 19:29:37.824373007 +0100
@@ -30,7 +30,7 @@
 Patch2: discount-fix-compile-warings.diff
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   markdown
 
 %description
 Discount is an implementation of John Gruber’s Markdown text to HTML language
@@ -102,7 +102,6 @@
 %postun -n libmarkdown%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc COPYRIGHT CREDITS README
 %{_bindir}/makepage
 %{_bindir}/markdown
@@ -115,11 +114,9 @@
 %{_mandir}/man7/mkd-extensions.7%{ext_man}
 
 %files -n libmarkdown%{sover}
-%defattr(-,root,root)
 %{_libdir}/libmarkdown.so.%{sover}*
 
 %files -n libmarkdown-devel
-%defattr(-,root,root)
 %{_includedir}/mkdio.h
 %{_libdir}/libmarkdown.so
 %{_libdir}/pkgconfig/libmarkdown.pc




commit MultiMarkdown-5 for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package MultiMarkdown-5 for openSUSE:Factory 
checked in at 2017-11-04 19:29:41

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


Package is "MultiMarkdown-5"

Sat Nov  4 19:29:41 2017 rev:3 rq:538626 version:5.4.0

Changes:

--- /work/SRC/openSUSE:Factory/MultiMarkdown-5/MultiMarkdown-5.changes  
2017-06-23 09:19:00.868927122 +0200
+++ /work/SRC/openSUSE:Factory/.MultiMarkdown-5.new/MultiMarkdown-5.changes 
2017-11-04 19:29:48.699975626 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 09:27:23 UTC 2017 - mplus...@suse.com
+
+- Conflict with MultiMarkdown-6
+- Provide virtual package markdown
+- Small spec file cleanup
+
+---



Other differences:
--
++ MultiMarkdown-5.spec ++
--- /var/tmp/diff_new_pack.Wjkird/_old  2017-11-04 19:29:49.987928566 +0100
+++ /var/tmp/diff_new_pack.Wjkird/_new  2017-11-04 19:29:49.987928566 +0100
@@ -28,10 +28,10 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  xz
+Conflicts:  MultiMarkdown-6
+Provides:   markdown
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 MultiMarkdown is a derivative of Markdown that adds new syntax features,
@@ -49,7 +49,7 @@
 install -D /dev/null build/README.html
 make %{?_smp_mflags} XFLAGS="%{optflags}" -C submodules/greg
 %cmake
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install
@@ -75,7 +75,6 @@
 fi
 
 %files
-%defattr(-,root,root)
 %doc LICENSE.txt README.md CHANGELOG.md
 %ghost %{_sysconfdir}/alternatives/markdown
 %{_bindir}/markdown




commit re2 for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package re2 for openSUSE:Factory checked in 
at 2017-11-04 19:29:37

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


Package is "re2"

Sat Nov  4 19:29:37 2017 rev:11 rq:538625 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/re2/re2.changes  2017-09-05 15:19:37.888033218 
+0200
+++ /work/SRC/openSUSE:Factory/.re2.new/re2.changes 2017-11-04 
19:29:43.820153929 +0100
@@ -1,0 +2,6 @@
+Fri Nov  3 08:50:46 UTC 2017 - mplus...@suse.com
+
+- Update to version 2017-11-01
+  * No upstream changelog available 
+
+---

Old:

  2017-08-01.tar.gz

New:

  2017-11-01.tar.gz



Other differences:
--
++ re2.spec ++
--- /var/tmp/diff_new_pack.kmz75I/_old  2017-11-04 19:29:46.488056447 +0100
+++ /var/tmp/diff_new_pack.kmz75I/_new  2017-11-04 19:29:46.488056447 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%global longver 2017-08-01
+%global longver 2017-11-01
 %global shortver %(echo %{longver}|sed 's|-||g')
 %define libname libre2-0
 Name:   re2
@@ -84,7 +84,7 @@
 find %{buildroot} -name 'lib%{name}.a' -delete
 
 %check
-make %{?_smp_mflags} shared-test
+make %{?_smp_mflags} test
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig

++ 2017-08-01.tar.gz -> 2017-11-01.tar.gz ++
 3233 lines of diff (skipped)




commit gkrellm-cpupower for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package gkrellm-cpupower for 
openSUSE:Factory checked in at 2017-11-04 19:29:11

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


Package is "gkrellm-cpupower"

Sat Nov  4 19:29:11 2017 rev:2 rq:538602 version:0.2

Changes:

--- /work/SRC/openSUSE:Factory/gkrellm-cpupower/gkrellm-cpupower.changes
2017-10-26 18:43:40.521935844 +0200
+++ /work/SRC/openSUSE:Factory/.gkrellm-cpupower.new/gkrellm-cpupower.changes   
2017-11-04 19:29:22.924917418 +0100
@@ -1,0 +2,5 @@
+Fri Oct 27 07:58:16 UTC 2017 - pgaj...@suse.com
+
+- fix url
+
+---



Other differences:
--
++ gkrellm-cpupower.spec ++
--- /var/tmp/diff_new_pack.dqI1JJ/_old  2017-11-04 19:29:23.992878395 +0100
+++ /var/tmp/diff_new_pack.dqI1JJ/_new  2017-11-04 19:29:23.996878250 +0100
@@ -1,10 +1,16 @@
 #
 # spec file for package gkrellm-cpupower
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
@@ -14,10 +20,10 @@
 %define src_namegkrellm2-cpupower
 Version:0.2
 Release:0
-License:GPL-2.0+
 Summary:Gkrellm plugin - CPU Frequency
-Url:http://chw.populus.org/rub/7
+License:GPL-2.0+
 Group:  System/GUI/Other
+Url:https://github.com/sainsaar/gkrellm2-cpupower
 Source0:
https://github.com/sainsaar/gkrellm2-cpupower/archive/0.2.tar.gz#/gkrellm2-cpupower-%{version}.tar.gz
 Requires:   cpupower
 BuildRequires:  cpupower-devel




commit i18nspector for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package i18nspector for openSUSE:Factory 
checked in at 2017-11-04 19:28:55

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


Package is "i18nspector"

Sat Nov  4 19:28:55 2017 rev:26 rq:538589 version:0.25.5

Changes:

--- /work/SRC/openSUSE:Factory/i18nspector/i18nspector.changes  2017-08-18 
15:06:38.803202544 +0200
+++ /work/SRC/openSUSE:Factory/.i18nspector.new/i18nspector.changes 
2017-11-04 19:29:01.817688657 +0100
@@ -1,0 +2,9 @@
+Thu Nov  2 21:05:49 UTC 2017 - lazy.k...@opensuse.org
+
+- Update to 0.25.5.
+  * Don't complain about POT-Creation-Date missing in MO files.
+In the future versions of gettext (>> 0.19.8.1), msgfmt will be
+removing the POT-Creation-Date header.
+  * Improve error handling.
+
+---

Old:

  i18nspector-0.25.4.tar.gz
  i18nspector-0.25.4.tar.gz.asc

New:

  i18nspector-0.25.5.tar.gz
  i18nspector-0.25.5.tar.gz.asc



Other differences:
--
++ i18nspector.spec ++
--- /var/tmp/diff_new_pack.bJHpbj/_old  2017-11-04 19:29:03.469628297 +0100
+++ /var/tmp/diff_new_pack.bJHpbj/_new  2017-11-04 19:29:03.469628297 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   i18nspector
-Version:0.25.4
+Version:0.25.5
 Release:0
 Summary:Tool for Checking gettext POT/PO/MO Files
 License:MIT
@@ -66,7 +66,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc doc/{changelog,LICENSE,tags.txt,todo.txt}
+%doc doc/{changelog,LICENSE,tags.txt,todo}
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_mandir}/man?/*

++ i18nspector-0.25.4.tar.gz -> i18nspector-0.25.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/i18nspector-0.25.4/data/tags 
new/i18nspector-0.25.5/data/tags
--- old/i18nspector-0.25.4/data/tags2017-06-23 18:25:45.0 +0200
+++ new/i18nspector-0.25.5/data/tags2017-08-22 21:21:25.0 +0200
@@ -965,7 +965,7 @@
 certainty = certain
 description =
  The message entry contains annotations about previous untranslated string
- (``#| msgid ``\ *...*),
+ (``#| msgid``\ *...*),
  even though the message is not marked as fuzzy.
  These annotations are only useful for fuzzy messages,
  and should be removed when unfuzzying.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/i18nspector-0.25.4/doc/Makefile 
new/i18nspector-0.25.5/doc/Makefile
--- old/i18nspector-0.25.4/doc/Makefile 2017-06-23 18:25:45.0 +0200
+++ new/i18nspector-0.25.5/doc/Makefile 2017-08-22 21:21:25.0 +0200
@@ -1,4 +1,4 @@
-# Copyright © 2012-2016 Jakub Wilk 
+# Copyright © 2012-2017 Jakub Wilk 
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the “Software”), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/i18nspector-0.25.4/doc/README 
new/i18nspector-0.25.5/doc/README
--- old/i18nspector-0.25.4/doc/README   1970-01-01 01:00:00.0 +0100
+++ new/i18nspector-0.25.5/doc/README   2017-08-22 21:21:25.0 +0200
@@ -0,0 +1,44 @@
+Overview
+
+
+**i18nspector** is a tool for checking translation templates (POT), message
+catalogues (PO) and compiled message catalogues (MO) files for common problems.
+These files are used by the GNU gettext translation functions and tools in
+many different development environments.
+
+Prerequisites
+=
+
+The following software is needed to run i18nspector:
+
+* Python ≥ 3.2;
+
+* polib_ ≥ 1.0.0, a gettext catalogs manipulation library;
+
+* RPLY_, a parser generator.
+
+Additionally, the following software is needed to rebuild the manual page from
+source:
+
+* docutils_ ≥ 0.6.
+
+
+For pip users::
+
+   python3 -m pip install polib rply
+   python3 -m pip install docutils
+
+For Debian users::
+
+   apt-get install python3-polib python3-rply
+   apt-get install python3-docutils
+
+
+.. _polib:
+   https://pypi.python.org/pypi/polib
+.. _RPLY:
+   https://pypi.python.org/pypi/rply
+.. _docutils:
+   http://docutils.sourceforge.net/
+
+.. vim:ft=rst ts=3 sts=3 sw=3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/i18nspector-0.25.4/doc/changelog 
new/i18nspector-0.25.5/doc/changelog
--- old/i18nspector-0.25.4/doc/changelog2017-06-23 18:25:45.0 
+0200
+++ new/i18nspector-0.25.5/doc/changelog2017-08-22 21:21:25.0 
+0200
@@ -1,3 +1,13 @@
+i18nspector (0.25.5) unstable; urgency=low
+
+  * Don't complain about 

commit python-parallax for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-parallax for openSUSE:Factory 
checked in at 2017-11-04 19:29:03

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


Package is "python-parallax"

Sat Nov  4 19:29:03 2017 rev:9 rq:538596 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes  
2017-08-29 11:47:19.484886029 +0200
+++ /work/SRC/openSUSE:Factory/.python-parallax.new/python-parallax.changes 
2017-11-04 19:29:11.021352363 +0100
@@ -1,0 +2,6 @@
+Fri Nov  3 08:14:07 UTC 2017 - kgronl...@suse.com
+
+- Release 1.0.3
+- Add to_ascii function to convert byte message to str (bsc#1066330) 
+
+---

Old:

  parallax-1.0.2.tar.gz

New:

  parallax-1.0.3.tar.gz



Other differences:
--
++ python-parallax.spec ++
--- /var/tmp/diff_new_pack.2KUbRj/_old  2017-11-04 19:29:11.581331902 +0100
+++ /var/tmp/diff_new_pack.2KUbRj/_new  2017-11-04 19:29:11.581331902 +0100
@@ -19,13 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 
 Name:   python-parallax
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Execute commands and copy files over SSH to multiple machines 
at once
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/krig/parallax/
-Source: 
https://files.pythonhosted.org/packages/34/a7/039f774fcc9d1aff6bfe21969028781b8c61bd4e4938f1b2bb96387db68b/parallax-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/1c/21/acd162b334561a1989310d149407b7d6cd2ac7d51b7fae35cd897ed72ef7/parallax-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ parallax-1.0.2.tar.gz -> parallax-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallax-1.0.2/PKG-INFO new/parallax-1.0.3/PKG-INFO
--- old/parallax-1.0.2/PKG-INFO 2017-08-28 14:51:12.0 +0200
+++ new/parallax-1.0.3/PKG-INFO 2017-11-03 09:07:18.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: parallax
-Version: 1.0.2
+Version: 1.0.3
 Summary: Execute commands and copy files over SSH to multiple machines at once
 Home-page: https://github.com/krig/parallax/
 Author: Kristoffer Gronlund
 Author-email: k...@koru.se
 License: BSD
+Description-Content-Type: UNKNOWN
 Description: Parallax SSH provides an interface to executing commands on 
multiple
 nodes at once using SSH. It also provides commands for sending and 
receiving files to
 multiple nodes using SCP.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallax-1.0.2/parallax/__init__.py 
new/parallax-1.0.3/parallax/__init__.py
--- old/parallax-1.0.2/parallax/__init__.py 2016-12-15 14:05:44.0 
+0100
+++ new/parallax-1.0.3/parallax/__init__.py 2017-11-03 08:59:18.0 
+0100
@@ -41,6 +41,19 @@
 basestring = str
 
 
+def to_ascii(s):
+"""Convert the bytes string to a ASCII string
+Usefull to remove accent (diacritics)"""
+if s is None:
+return s
+if isinstance(s, str):
+return s
+try:
+return str(s, 'utf-8')
+except UnicodeDecodeError:
+return s
+
+
 class Error(BaseException):
 """
 Returned instead of a result for a host
@@ -48,13 +61,14 @@
 that host.
 """
 def __init__(self, msg, task):
+super().__init__(self)
 self.msg = msg
 self.task = task
 
 def __str__(self):
 if self.task and self.task.errorbuffer:
 return "%s, Error output: %s" % (self.msg,
- self.task.errorbuffer)
+ to_ascii(self.task.errorbuffer))
 return self.msg
 
 
@@ -98,8 +112,7 @@
 return (v[0], None, None)
 elif len(v) == 2:
 return (v[0], v[1], None)
-else:
-return v
+return v
 return [expand(x) for x in lst]
 
 
@@ -268,8 +281,7 @@
 ret[task.host] = (task.exitstatus,
   task.outputbuffer or manager.outdir,
   task.errorbuffer or manager.errdir,
-  self.localdirs.get(task.host, None)
-)
+  self.localdirs.get(task.host, None))
 return ret
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libdrm for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2017-11-04 19:28:11

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


Package is "libdrm"

Sat Nov  4 19:28:11 2017 rev:131 rq:538312 version:2.4.87

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2017-10-25 
17:45:16.573737374 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2017-11-04 
19:28:15.279389140 +0100
@@ -1,0 +2,11 @@
+Wed Nov  1 13:43:53 UTC 2017 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.4.87:
+   + amdgpu: fix 32-bit build
+- This release includes the changes introduced with 2.4.86:
+   + amdgpu: Add wrappers for AMDGPU_VM IOCTL.
+   + amdgpu: Add VMID reservation per GPU context test.
+   + drm: sync drm headers from drm-next.
+   + drm/syncobj: fix some whitespace issues
+
+---

Old:

  libdrm-2.4.85.tar.bz2

New:

  libdrm-2.4.87.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.JImkTi/_old  2017-11-04 19:28:15.831368971 +0100
+++ /var/tmp/diff_new_pack.JImkTi/_new  2017-11-04 19:28:15.835368825 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libdrm
-Version:2.4.85
+Version:2.4.87
 Release:0
 Summary:Userspace Interface for Kernel DRM Services
 License:MIT

++ libdrm-2.4.85.tar.bz2 -> libdrm-2.4.87.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdrm-2.4.85/amdgpu/Makefile.in 
new/libdrm-2.4.87/amdgpu/Makefile.in
--- old/libdrm-2.4.85/amdgpu/Makefile.in2017-10-21 00:48:22.0 
+0200
+++ new/libdrm-2.4.87/amdgpu/Makefile.in2017-10-31 15:50:06.0 
+0100
@@ -162,7 +162,7 @@
 libdrm_amdgpu_la_DEPENDENCIES = ../libdrm.la
 am__objects_1 = amdgpu_asic_id.lo amdgpu_bo.lo amdgpu_cs.lo \
amdgpu_device.lo amdgpu_gpu_info.lo amdgpu_vamgr.lo \
-   util_hash.lo util_hash_table.lo
+   amdgpu_vm.lo util_hash.lo util_hash_table.lo
 am_libdrm_amdgpu_la_OBJECTS = $(am__objects_1)
 libdrm_amdgpu_la_OBJECTS = $(am_libdrm_amdgpu_la_OBJECTS)
 AM_V_lt = $(am__v_lt_@AM_V@)
@@ -575,6 +575,7 @@
amdgpu_gpu_info.c \
amdgpu_internal.h \
amdgpu_vamgr.c \
+   amdgpu_vm.c \
util_hash.c \
util_hash.h \
util_hash_table.c \
@@ -692,6 +693,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amdgpu_device.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amdgpu_gpu_info.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amdgpu_vamgr.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amdgpu_vm.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util_hash.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util_hash_table.Plo@am__quote@
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdrm-2.4.85/amdgpu/Makefile.sources 
new/libdrm-2.4.87/amdgpu/Makefile.sources
--- old/libdrm-2.4.85/amdgpu/Makefile.sources   2017-10-21 00:48:16.0 
+0200
+++ new/libdrm-2.4.87/amdgpu/Makefile.sources   2017-10-31 15:50:00.0 
+0100
@@ -6,6 +6,7 @@
amdgpu_gpu_info.c \
amdgpu_internal.h \
amdgpu_vamgr.c \
+   amdgpu_vm.c \
util_hash.c \
util_hash.h \
util_hash_table.c \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdrm-2.4.85/amdgpu/amdgpu-symbol-check 
new/libdrm-2.4.87/amdgpu/amdgpu-symbol-check
--- old/libdrm-2.4.85/amdgpu/amdgpu-symbol-check2017-10-21 
00:48:16.0 +0200
+++ new/libdrm-2.4.87/amdgpu/amdgpu-symbol-check2017-10-31 
15:50:00.0 +0100
@@ -64,6 +64,8 @@
 amdgpu_va_range_alloc
 amdgpu_va_range_free
 amdgpu_va_range_query
+amdgpu_vm_reserve_vmid
+amdgpu_vm_unreserve_vmid
 EOF
 done)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdrm-2.4.85/amdgpu/amdgpu.h 
new/libdrm-2.4.87/amdgpu/amdgpu.h
--- old/libdrm-2.4.85/amdgpu/amdgpu.h   2017-10-21 00:48:16.0 +0200
+++ new/libdrm-2.4.87/amdgpu/amdgpu.h   2017-10-31 15:50:00.0 +0100
@@ -1489,6 +1489,24 @@
 void amdgpu_cs_chunk_fence_info_to_data(struct amdgpu_cs_fence_info 
*fence_info,
struct drm_amdgpu_cs_chunk_data *data);
 
+/**
+ * Reserve VMID
+ * \param   context - \c [in]  GPU Context
+ * \param   flags - \c [in]  TBD
+ *
+ * \return  0 on success otherwise POSIX Error code
+*/
+int amdgpu_vm_reserve_vmid(amdgpu_context_handle context, uint32_t flags);
+
+/**

commit xcb-util-cursor for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package xcb-util-cursor for openSUSE:Factory 
checked in at 2017-11-04 19:28:26

Comparing /work/SRC/openSUSE:Factory/xcb-util-cursor (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-util-cursor.new (New)


Package is "xcb-util-cursor"

Sat Nov  4 19:28:26 2017 rev:6 rq:538316 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/xcb-util-cursor/xcb-util-cursor.changes  
2016-05-20 11:54:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-util-cursor.new/xcb-util-cursor.changes 
2017-11-04 19:28:28.914890905 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 15:15:19 UTC 2017 - mplus...@suse.com
+
+- Clean up with spec-cleaner
+- Make building more verbose
+
+---



Other differences:
--
++ xcb-util-cursor.spec ++
--- /var/tmp/diff_new_pack.lpHwWi/_old  2017-11-04 19:28:29.830857435 +0100
+++ /var/tmp/diff_new_pack.lpHwWi/_new  2017-11-04 19:28:29.834857290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcb-util-cursor
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,20 +16,18 @@
 #
 
 
-Name:   xcb-util-cursor
 %define lname   libxcb-cursor0
+Name:   xcb-util-cursor
 Version:0.1.3
 Release:0
 Summary:XCB cursor library (libxcursor port)
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://xcb.freedesktop.org/
-
 #Git-Clone:git://anongit.freedesktop.org/xcb/util-cursor
 #Git-Web:  http://cgit.freedesktop.org/xcb/util-cursor/
-Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
+Source: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gperf
@@ -51,11 +49,11 @@
 
 - cursor: port of libxcursor
 
-%package -n %lname
+%package -n %{lname}
 Summary:XCB cursor library (libxcursor port)
 Group:  System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 The XCB util modules provide a number of libraries which sit on top
 of libxcb, the core X protocol library, and some of the extension
 libraries.
@@ -67,7 +65,7 @@
 %package devel
 Summary:Development files for the XCB cursor library (libxcursor port)
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description devel
 The XCB util modules provide a number of libraries which sit on top
@@ -75,32 +73,30 @@
 libraries.
 
 This package contains the development headers for the library found
-in %lname.
+in %{lname}.
 
 %prep
 %setup -q
 
 %build
-./autogen.sh
-%configure --disable-static
-make %{?_smp_mflags}
+autoreconf -fiv
+%configure \
+  --disable-static
+make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
-
-%post -n %lname -p /sbin/ldconfig
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
-%defattr(-,root,root)
-%_libdir/libxcb-cursor.so.0*
+%files -n %{lname}
+%{_libdir}/libxcb-cursor.so.0*
 
 %files devel
-%defattr(-,root,root)
-%_includedir/xcb
-%_libdir/libxcb-cursor.so
-%_libdir/pkgconfig/xcb-cursor.pc
+%{_includedir}/xcb
+%{_libdir}/libxcb-cursor.so
+%{_libdir}/pkgconfig/xcb-cursor.pc
 
 %changelog




commit xcb-proto for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package xcb-proto for openSUSE:Factory 
checked in at 2017-11-04 19:28:18

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


Package is "xcb-proto"

Sat Nov  4 19:28:18 2017 rev:7 rq:538315 version:7.6_1.12

Changes:

--- /work/SRC/openSUSE:Factory/xcb-proto/xcb-proto.changes  2016-05-23 
17:30:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-proto.new/xcb-proto.changes 2017-11-04 
19:28:19.611230856 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 15:09:24 UTC 2017 - mplus...@suse.com
+
+- Build both python2 and python3 versions
+- Run spec-cleaner
+
+---



Other differences:
--
++ xcb-proto.spec ++
--- /var/tmp/diff_new_pack.s0LPUy/_old  2017-11-04 19:28:21.679155295 +0100
+++ /var/tmp/diff_new_pack.s0LPUy/_new  2017-11-04 19:28:21.679155295 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcb-proto
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,84 +17,93 @@
 
 
 %define dirsuffix 1.12
-
 Name:   xcb-proto
 Version:7.6_%{dirsuffix}
 Release:0
-Url:http://xorg.freedesktop.org/
 Summary:The X11 Protocol: X Protocol C Bindings
 License:X11
 Group:  Development/Libraries/X11
-
+Url:http://xorg.freedesktop.org/
 #Git-Clone:git://anongit.freedesktop.org/xorg/proto/xcb-proto
 #Git-Web:  http://cgit.freedesktop.org/xorg/proto/xcb-proto/
-Source: 
http://xorg.freedesktop.org/archive/individual/xcb/%name-%dirsuffix.tar.bz2
+Source: 
http://xorg.freedesktop.org/archive/individual/xcb/%{name}-%{dirsuffix}.tar.bz2
 BuildRequires:  autoconf >= 2.57
 BuildRequires:  automake
 BuildRequires:  fdupes
-#BuildRequires:  pkgconfig(xorg-macros) >= 1.3
-BuildRequires:  pkg-config
-BuildRequires:  python-base
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  python2-devel
+BuildRequires:  python3-devel
 
 %description
-The XCB protocol headers for X11 development.
-xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to
-generate the majority of its code and API.
+The XCB protocol headers for X11 development. xcb-proto provides the
+XML-XCB protocol descriptions that libxcb uses to generate the majority of
+its code and API.
 
 %package devel
 Summary:The X11 Protocol: X Protocol C Bindings
 Group:  Development/Libraries/X11
-
-Requires:   python-xcb-proto-devel = %{version}
-
-# Added within the 13.2 Development Cycle
-#Provides:   xorg-x11-proto-devel:%_libdir/pkgconfig/xcb-proto.pc
+Requires:   python3-xcb-proto-devel = %{version}
 Provides:   xorg-x11-proto-devel = 7.6
 Obsoletes:  xorg-x11-proto-devel <= 7.6
 
 %description devel
-The XCB protocol headers for X11 development.
-xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to
-generate the majority of its code and API.
+The XCB protocol headers for X11 development. xcb-proto provides the
+XML-XCB protocol descriptions that libxcb uses to generate the majority of
+its code and API.
 
-%package -n python-xcb-proto-devel
+%package -n python2-xcb-proto-devel
 Summary:Python libraries mandatory for XML-XCB Development
 Group:  Development/Libraries/X11
-Requires:   python-base = %{py_ver}
+Provides:   python-xcb-proto-devel = %{version}-%{release}
+Obsoletes:  python-xcb-proto-devel < %{version}-%{release}
 Provides:   python-xcb-proto-devel = 7.6
 Obsoletes:  python-xcb-proto-devel <= 7.6
 
-%description -n python-xcb-proto-devel
-Language-independent Python
-libraries that used to parse an XML description and create objects
-used by Python code generators in individual language bindings.
+%description -n python2-xcb-proto-devel
+Language-independent Python libraries that used to parse an XML description
+and create objects used by Python code generators in individual language
+bindings.
+
+%package -n python3-xcb-proto-devel
+Summary:Python libraries mandatory for XML-XCB Development
+Group:  Development/Libraries/X11
+
+%description -n python3-xcb-proto-devel
+Language-independent Python libraries that used to parse an XML description
+and create objects used by Python code generators in individual language
+bindings.
 
 %prep
 %setup -q -n %{name}-%{dirsuffix}
 
 %build
-autoreconf -fi
+autoreconf -fiv
+# In order to build both python2 and python3 version we 

commit rdma-core for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package rdma-core for openSUSE:Factory 
checked in at 2017-11-04 19:28:05

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


Package is "rdma-core"

Sat Nov  4 19:28:05 2017 rev:10 rq:538289 version:15

Changes:

--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes  2017-10-20 
14:38:48.272076037 +0200
+++ /work/SRC/openSUSE:Factory/.rdma-core.new/rdma-core.changes 2017-11-04 
19:28:06.815698401 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 08:39:49 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Backport patch from upstream:
+  * libqedr-fix-inline-data-copy.patch
+Fix data integrity issue while sending inline data (bsc#1050543, 
fate#322894)
+
+---

New:

  libqedr-fix-inline-data-copy.patch



Other differences:
--
++ rdma-core.spec ++
--- /var/tmp/diff_new_pack.uauipK/_old  2017-11-04 19:28:08.507636579 +0100
+++ /var/tmp/diff_new_pack.uauipK/_new  2017-11-04 19:28:08.507636579 +0100
@@ -52,6 +52,7 @@
 Source1:baselibs.conf
 Patch0: 
ibacm-Incorrect-usage-of-BE-byte-order-of-MLID-attach-detach_mcast.patch
 Patch1: 
ibacm-Incorrect-list-used-for-subnet-list-causes-a-segfault.patch
+Patch2: libqedr-fix-inline-data-copy.patch
 BuildRequires:  binutils
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  gcc
@@ -315,6 +316,7 @@
 %setup -q -n  %{name}-%{version}%{git_ver}
 %patch0
 %patch1
+%patch2
 
 %build
 

++ libqedr-fix-inline-data-copy.patch ++
diff --git providers/qedr/qelr_verbs.c providers/qedr/qelr_verbs.c
index 4a74c50e..7db0fb32 100644
--- providers/qedr/qelr_verbs.c
+++ providers/qedr/qelr_verbs.c
@@ -874,7 +874,7 @@ static void swap_wqe_data64(uint64_t *p)
__be64 *bep=(__be64 *)p;
int i;
 
-   for (i = 0; i < ROCE_WQE_ELEM_SIZE / sizeof(uint64_t); i++, p++)
+   for (i = 0; i < ROCE_WQE_ELEM_SIZE / sizeof(uint64_t); i++, p++, bep++)
*bep = htobe64(*p);
 }
 



commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-11-04 19:28:35

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Sat Nov  4 19:28:35 2017 rev:11 rq:538318 version:1.0~pre.1509619089.24f326a

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-09-25 13:52:46.658878118 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-11-04 19:28:35.894635868 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 09:43:02 UTC 2017 - adr...@suse.de
+
+- download instsys again on NET install media. Follow linuxrc
+  default now.
+- fix cleanup code for mini media
+
+---

Old:

  product-builder-plugins-1.0~pre.1505901051.22e279d.obscpio

New:

  product-builder-plugins-1.0~pre.1509619089.24f326a.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.T8ELLS/_old  2017-11-04 19:28:38.058556799 +0100
+++ /var/tmp/diff_new_pack.T8ELLS/_new  2017-11-04 19:28:38.062556654 +0100
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1505901051.22e279d
+Version:1.0~pre.1509619089.24f326a
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins-1.0~pre.1505901051.22e279d.obscpio -> 
product-builder-plugins-1.0~pre.1509619089.24f326a.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.0~pre.1505901051.22e279d/KIWIMiniIsoPlugin.pm 
new/product-builder-plugins-1.0~pre.1509619089.24f326a/KIWIMiniIsoPlugin.pm
--- old/product-builder-plugins-1.0~pre.1505901051.22e279d/KIWIMiniIsoPlugin.pm 
2017-06-23 10:57:55.0 +0200
+++ new/product-builder-plugins-1.0~pre.1509619089.24f326a/KIWIMiniIsoPlugin.pm 
2017-11-02 11:38:09.0 +0100
@@ -129,9 +129,7 @@
 sub { find_cb($this, '.*/root$', \@rootfiles) },
 $this->handler()->collect()->basedir()
 );
-if (@rootfiles) {
-$this->removeRepoData($rootfiles[0]);
-}
+$this->removeRepoData();
 
 my @isolxfiles;
 find(
@@ -140,7 +138,7 @@
 );
 
 $this -> updateInitRDNET("./etc/linuxrc.d/10_repo", 
"defaultrepo=$repoloc\n");
-$this -> updateInitRDNET("./etc/linuxrc.d/16_instsys", 
"instsys=disk:boot/___INITRD_ARCH___/root\n");
+$this -> updateInitRDNET("./etc/linuxrc.d/15_kexec", "kexec=1\n");
 
 my @gfxbootfiles;
 find(
@@ -164,17 +162,10 @@
 
 sub removeRepoData {
 my $this = shift;
-my $rootfile = shift;
+my $basedir = $this->handler()->collect()->basedir();
 
-print STDERR "RF $rootfile\n";
-my $rootdir = dirname($rootfile);
-$this->logMsg("I", "removing files from <$rootdir>");
-foreach my $file (glob("$rootdir/*")) {
-if (-f $file && $file !~ m,/repodata$,) {
-$this->logMsg("I", "removing <$file>");
-   unlink $file;
-}
-}
+$this->logMsg("I", "removing repodata from <$basedir>");
+system("find", $basedir, "-name", "repodata", "-a", "-type", "d", "-exec", 
"rm", "-rv", "{}", ";");
 return $this;
 }
 
@@ -285,6 +276,11 @@
 # hardcode for now
 $zipper = "xz --check=crc32";
 
+my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($content), 0, 0, 0]);
+$cpio .= $content;
+$cpio .= $pad if $pad;
+$cpio .= _makecpiohead();
+
 my @initrdfiles;
 find(
 sub { find_cb($this, '.*/initrd$', \@initrdfiles) },
@@ -295,18 +291,6 @@
 
 for my $initrd (@initrdfiles) {
 $this -> logMsg("I", "updating $initrd");
-
-my $iarch = $initrd;
-$iarch =~ s/.*\/boot\///;
-$iarch =~ s/\/.*//;
-my $_content = $content;
-$_content =~ s/___INITRD_ARCH___/$iarch/g;
-$this -> logMsg("I", " set parameter: $_content");
-my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($_content), 0, 0, 0]);
-$cpio .= $_content;
-$cpio .= $pad if $pad;
-$cpio .= _makecpiohead();
-
 my $fh  = FileHandle -> new();
 if (! $fh -> open("|$zipper -c >> $initrd")) {
 #if (! $fh -> open(">$initrd.append")) {

++ product-builder-plugins.obsinfo ++
--- 

commit perl-CGI for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2017-11-04 19:27:56

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


Package is "perl-CGI"

Sat Nov  4 19:27:56 2017 rev:8 rq:538282 version:4.37

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2017-04-11 
12:42:56.877374027 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2017-11-04 
19:27:58.795991439 +0100
@@ -1,0 +2,12 @@
+Thu Nov  2 06:06:51 UTC 2017 - co...@suse.com
+
+- updated to 4.37
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.37 2017-11-01
+  
+  [ FIX ]
+  - Fix incorrect quoting of ? in ->url (GH #112, GH #222, with
+thanks to Reuben Thomas)
+
+---

Old:

  CGI-4.36.tar.gz

New:

  CGI-4.37.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.P25BTS/_old  2017-11-04 19:27:59.911950663 +0100
+++ /var/tmp/diff_new_pack.P25BTS/_new  2017-11-04 19:27:59.915950516 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.36
+Version:4.37
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.36.tar.gz -> CGI-4.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/Changes new/CGI-4.37/Changes
--- old/CGI-4.36/Changes2017-04-06 16:37:35.0 +0200
+++ new/CGI-4.37/Changes2017-10-18 15:40:12.0 +0200
@@ -1,3 +1,9 @@
+4.37 2017-11-01
+
+[ FIX ]
+- Fix incorrect quoting of ? in ->url (GH #112, GH #222, with
+  thanks to Reuben Thomas)
+
 4.36 2017-03-29
 
 [ ENHANCEMENT ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/META.json new/CGI-4.37/META.json
--- old/CGI-4.36/META.json  2017-04-06 16:38:09.0 +0200
+++ new/CGI-4.37/META.json  2017-11-01 11:17:16.0 +0100
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -79,6 +79,6 @@
  "web" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.36",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "4.37",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/META.yml new/CGI-4.37/META.yml
--- old/CGI-4.36/META.yml   2017-04-06 16:38:09.0 +0200
+++ new/CGI-4.37/META.yml   2017-11-01 11:17:16.0 +0100
@@ -16,7 +16,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -48,5 +48,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.36'
+version: '4.37'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/lib/CGI/Carp.pm new/CGI-4.37/lib/CGI/Carp.pm
--- old/CGI-4.36/lib/CGI/Carp.pm2017-04-06 16:36:29.0 +0200
+++ new/CGI-4.37/lib/CGI/Carp.pm2017-10-18 15:40:29.0 +0200
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\::Carp::warn;
 
-$CGI::Carp::VERSION = '4.36';
+$CGI::Carp::VERSION = '4.37';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/lib/CGI/Cookie.pm 
new/CGI-4.37/lib/CGI/Cookie.pm
--- old/CGI-4.36/lib/CGI/Cookie.pm  2017-04-06 16:36:31.0 +0200
+++ new/CGI-4.37/lib/CGI/Cookie.pm  2017-10-18 15:40:31.0 +0200
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.36';
+our $VERSION='4.37';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \_string, 'cmp' => \, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.36/lib/CGI/File/Temp.pm 

commit gmime for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package gmime for openSUSE:Factory checked 
in at 2017-11-04 19:27:24

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


Package is "gmime"

Sat Nov  4 19:27:24 2017 rev:61 rq:538273 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/gmime/gmime.changes  2017-09-13 
21:42:13.793779310 +0200
+++ /work/SRC/openSUSE:Factory/.gmime.new/gmime.changes 2017-11-04 
19:27:28.213108938 +0100
@@ -1,0 +2,12 @@
+Thu Nov  2 04:20:41 UTC 2017 - fezh...@suse.com
+
+- Add gmime-fix-build-failure.patch: Fix a build failure
+  (bgo#789799).
+
+---
+Thu Nov  2 02:50:05 UTC 2017 - fezh...@suse.com
+
+- Update to version 3.0.3:
+  + Misc. fixes.
+
+---

Old:

  gmime-3.0.2.tar.xz

New:

  gmime-3.0.3.tar.xz
  gmime-fix-build-failure.patch



Other differences:
--
++ gmime.spec ++
--- /var/tmp/diff_new_pack.61VPXk/_old  2017-11-04 19:27:28.977081023 +0100
+++ /var/tmp/diff_new_pack.61VPXk/_new  2017-11-04 19:27:28.981080876 +0100
@@ -24,7 +24,7 @@
 %define so_ver 3_0
 
 Name:   gmime
-Version:3.0.2
+Version:3.0.3
 Release:0
 Url:http://spruce.sourceforge.net/gmime/
 Summary:MIME Parser and Utility Library
@@ -32,6 +32,8 @@
 Group:  Productivity/Networking/Email/Utilities
 Source: 
http://download.gnome.org/sources/gmime/3.0/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gmime-fix-build-failure.patch bgo#789799 fezh...@suse.com 
-- Fix a build failure
+Patch0: gmime-fix-build-failure.patch
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  gpgme-devel
 BuildRequires:  gtk-doc
@@ -72,6 +74,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure\

++ gmime-3.0.2.tar.xz -> gmime-3.0.3.tar.xz ++
 3313 lines of diff (skipped)

++ gmime-fix-build-failure.patch ++
>From c1518690d15dcb1022882b92c63f7eacb9960f15 Mon Sep 17 00:00:00 2001
From: Felix Zhang 
Date: Thu, 2 Nov 2017 12:03:23 +0800
Subject: [PATCH] Autocrypt: fix missing return in non-void function

https://bugzilla.gnome.org/show_bug.cgi?id=789799
---
 gmime/gmime-autocrypt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gmime/gmime-autocrypt.c b/gmime/gmime-autocrypt.c
index 7b1fcd33..5fdd3c54 100644
--- a/gmime/gmime-autocrypt.c
+++ b/gmime/gmime-autocrypt.c
@@ -780,6 +780,7 @@ g_mime_autocrypt_header_list_get_header_at 
(GMimeAutocryptHeaderList *acheaders,
 
if (n < acheaders->array->len)
return (GMimeAutocryptHeader*)(acheaders->array->pdata[n]);
+   return NULL;
 }
 
 /**
-- 
2.12.3




commit live555 for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package live555 for openSUSE:Factory checked 
in at 2017-11-04 19:27:50

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


Package is "live555"

Sat Nov  4 19:27:50 2017 rev:11 rq:538277 version:2017.10.28

Changes:

--- /work/SRC/openSUSE:Factory/live555/live555.changes  2017-08-24 
17:39:17.399189902 +0200
+++ /work/SRC/openSUSE:Factory/.live555.new/live555.changes 2017-11-04 
19:27:54.008166387 +0100
@@ -1,0 +2,31 @@
+Wed Nov  1 12:27:27 UTC 2017 - mathias.hom...@opensuse.org
+
+- Update to 2017.10.28
+2017.10.28:
+- Fixed the handling of the LIVE555 Proxy Server's "-u  " 
command-line option if
+  the "REGISTER" command is also implemented (i.e., with "-R").  Now, when we 
handle "REGISTER",
+  the  and  are used to access the REGISTER'ed back-end 
stream, if necessary.
+- Changed the server handling of the RTSP "REGISTER" command to (if 
"reuseConnection" is True) delay
+  a short period of time (100ms) between replying to the "REGISTER" command, 
and actually
+  handling it.  This is intended to reduce/avoid the possibility of a 
subsequent "DESCRIBE" command
+  ending up in the client ("REGISTER" sender)'s buffer, before the socket gets 
reused for handling
+  incoming RTSP commands.  (Thanks to Durgesh Tanuku for noting this issue.)
+- Made a change to "SIPClient" to better handle Asterisk SIP servers with 
authentication.
+  (Thanks to Rus.)
+
+2017.09.12:
+- Made some improvements/bug fixes to AVI indexes in "AVIFileSink".
+  (Thanks to Victor V. Vinokurov.)
+- Updated the handling of the "writeTimeoutInMilliseconds" parameter in the 
"makeSocketBlocking()"
+  function to work correctly on Windows. (Thanks to Jeff Shanab for noting 
this issue.)
+- Added support for adding Opus audio to MPEG Transport Streams.  This is done 
by setting the
+  "mpegVersion" parameter to 3 in 
"MPEG2TransportStreamFromESSource::addNewAudioSource()" or
+  "MPEG2TransportStreamMultiplexor::handleNewBuffer()".
+  (Thanks to Praveen Mathad for suggesting this.)
+
+2017.07.18:
+- Updated "BitVector" to support a signed version of "get_expGolomb()", and 
fixed our H.264/265
+  parsing code to use the signed version where appropriate.
+  (Thanks to Toson Huang and Long Zhang for reporting this.)
+
+---

Old:

  live.2017.06.04.tar.gz

New:

  live.2017.10.28.tar.gz



Other differences:
--
++ live555.spec ++
--- /var/tmp/diff_new_pack.GTUYtk/_old  2017-11-04 19:27:54.760138909 +0100
+++ /var/tmp/diff_new_pack.GTUYtk/_new  2017-11-04 19:27:54.764138763 +0100
@@ -18,8 +18,8 @@
 
 
 Name:   live555
-Version:2017.06.04
-Release:1.2
+Version:2017.10.28
+Release:1
 Summary:LIVE555 Streaming Media
 License:LGPL-2.1
 Group:  System/Libraries

++ live.2017.06.04.tar.gz -> live.2017.10.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/live/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh 
new/live/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh
--- old/live/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh 
2017-06-04 18:53:05.0 +0200
+++ new/live/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh 
2017-10-28 02:26:18.0 +0200
@@ -4,7 +4,7 @@
 #ifndef _BASICUSAGEENVIRONMENT_VERSION_HH
 #define _BASICUSAGEENVIRONMENT_VERSION_HH
 
-#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING   "2017.06.04"
-#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT  1496534400
+#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING   "2017.10.28"
+#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT  1509148800
 
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/live/UsageEnvironment/include/UsageEnvironment_version.hh 
new/live/UsageEnvironment/include/UsageEnvironment_version.hh
--- old/live/UsageEnvironment/include/UsageEnvironment_version.hh   
2017-06-04 18:53:05.0 +0200
+++ new/live/UsageEnvironment/include/UsageEnvironment_version.hh   
2017-10-28 02:26:18.0 +0200
@@ -4,7 +4,7 @@
 #ifndef _USAGEENVIRONMENT_VERSION_HH
 #define _USAGEENVIRONMENT_VERSION_HH
 
-#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING"2017.06.04"
-#define USAGEENVIRONMENT_LIBRARY_VERSION_INT   1496534400
+#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING"2017.10.28"
+#define USAGEENVIRONMENT_LIBRARY_VERSION_INT   1509148800
 
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit gnome-builder for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2017-11-04 19:27:31

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


Package is "gnome-builder"

Sat Nov  4 19:27:31 2017 rev:26 rq:538274 version:3.26.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2017-10-30 21:17:46.492745931 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2017-11-04 19:27:35.256851559 +0100
@@ -1,0 +2,20 @@
+Thu Nov  2 07:04:49 UTC 2017 - badshah...@gmail.com
+
+- Update to version 3.26.2:
+  + Remove the related GPLv3+ section from LGPLv3+ COPYING.
+  + Additional protection against spurious build notifications.
+  + Be more defensive against spellcheck race conditions.
+  + Ensure indenter can be properly disabled and re-enabled.
+  + Improved translation of build paths provided by the build
+system.
+  + With modern Clang versions, try harder to keep processing
+after include failures.
+  + Load additional style schemes from
+.local/share/gtksourceview-3.0 when running under flatpak.
+  + Ensure the search bar is above the floating minimap.
+  + Avoid double free when failing to load a git repository.
+  + Copyright snippets now prefer to use © over (C).
+  + Fix an off-by-one when jumping to todo line number.
+  + Updated translations.
+
+---

Old:

  gnome-builder-3.26.1.tar.xz

New:

  gnome-builder-3.26.2.tar.xz



Other differences:
--
++ gnome-builder.spec ++
--- /var/tmp/diff_new_pack.9DPHzv/_old  2017-11-04 19:27:35.928827005 +0100
+++ /var/tmp/diff_new_pack.9DPHzv/_new  2017-11-04 19:27:35.932826859 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-builder
-Version:3.26.1
+Version:3.26.2
 Release:0
 Summary:A toolsmith for GNOME-based applications
 License:GPL-3.0+ AND GPL-2.0+ AND LGPL-3.0+ AND LGPL-2.1+ AND 
CC-BY-SA-3.0
 Group:  Development/Tools/Other
 Url:https://wiki.gnome.org/Apps/Builder
-Source: 
https://download.gnome.org/sources/gnome-builder/3.26/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-builder/3.26/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  bison
 BuildRequires:  flex

++ gnome-builder-3.26.1.tar.xz -> gnome-builder-3.26.2.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-builder/gnome-builder-3.26.1.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder-3.26.2.tar.xz 
differ: char 26, line 1




commit subversion for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2017-11-04 19:27:37

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


Package is "subversion"

Sat Nov  4 19:27:37 2017 rev:151 rq:538276 version:1.9.7

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2017-10-13 
14:07:52.481897143 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2017-11-04 19:27:44.772503857 +0100
@@ -1,0 +2,5 @@
+Wed Nov  1 18:01:15 UTC 2017 - mplus...@suse.com
+
+- Explicitly require python2
+
+---



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.LKZA1Z/_old  2017-11-04 19:27:46.684433995 +0100
+++ /var/tmp/diff_new_pack.LKZA1Z/_new  2017-11-04 19:27:46.688433849 +0100
@@ -85,10 +85,10 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 # Python 2.7 or later is required to run autogen.sh
-BuildRequires:  python-devel >= 2.7
+BuildRequires:  python2-devel >= 2.7
 # Test dependency
 BuildRequires:  python-pysqlite
-BuildRequires:  python-xml
+BuildRequires:  python2-xml
 BuildRequires:  ruby-devel >= 1.8.2
 BuildRequires:  sqlite3-devel >= %{sqlite_minimum_version}
 BuildRequires:  swig





commit kio-extras5 for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2017-11-04 10:24:00

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


Package is "kio-extras5"

Sat Nov  4 10:24:00 2017 rev:49 rq:538102 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2017-10-23 
16:30:54.907525020 +0200
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes 
2017-11-04 10:24:48.284676607 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 12:36:03 UTC 2017 - wba...@tmo.at
+
+- Add workaround-bug-in-libsmbclient-4.7.patch to make browsing
+  samba shares work with libsmbclient 4.7 (boo#1065868, kde#385708)
+
+---

New:

  workaround-bug-in-libsmbclient-4.7.patch



Other differences:
--
++ kio-extras5.spec ++
--- /var/tmp/diff_new_pack.sGDuL4/_old  2017-11-04 10:24:48.820657103 +0100
+++ /var/tmp/diff_new_pack.sGDuL4/_new  2017-11-04 10:24:48.824656957 +0100
@@ -31,6 +31,8 @@
 Source: kio-extras-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 Patch0: fix-mtp-paste-with-KF5-5.25.diff
+# PATCH-FIX-UPSTREAM
+Patch1: workaround-bug-in-libsmbclient-4.7.patch
 BuildRequires:  OpenEXR-devel
 BuildRequires:  flac-devel
 BuildRequires:  gperf
@@ -108,6 +110,7 @@
 %prep
 %setup -q -n kio-extras-%{version}
 %patch0 -p1
+%patch1 -p1
 sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
 
 %build

++ workaround-bug-in-libsmbclient-4.7.patch ++
>From a36b797913a844dbb26d5dc1542b3ce304f5f445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20Mal=C3=BD?= 
Date: Tue, 31 Oct 2017 18:19:21 -0600
Subject: Workaround incorrectly returned EEXIST instead of EPERM regression
 introduced by libsmbclient 4.7

Summary:
There appears to be an issue with libsmbclient 4.7 that returns nonsensical 
EEXIST error code when a user has not authenticated themselves to access 
password-protected shares. This patch attempts to work around the issue by 
treating EEXIST as another case of "invalid login credentials". The workaround 
tries to detect broken versions of libsmbclient and enables itself only when 
such a version is found.

See https://bugzilla.samba.org/show_bug.cgi?id=13050 for upstream bug report.

BUG: 385708

Reviewers: ngraham, davidedmundson, elvisangelaccio, #frameworks

Reviewed By: ngraham, davidedmundson

Subscribers: cfeck, rdieter, graesslin, z3ntu

Differential Revision: https://phabricator.kde.org/D8387
---
 smb/kio_smb.cpp| 30 +-
 smb/kio_smb.h  |  3 +++
 smb/kio_smb_browse.cpp |  7 ++-
 3 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/smb/kio_smb.cpp b/smb/kio_smb.cpp
index 2a2e424..1ea3f99 100644
--- a/smb/kio_smb.cpp
+++ b/smb/kio_smb.cpp
@@ -31,12 +31,40 @@
 #include "kio_smb.h"
 #include "kio_smb_internal.h"
 #include 
+#include 
 
 Q_LOGGING_CATEGORY(KIO_SMB, "kio_smb")
 
+bool needsEEXISTWorkaround()
+{
+/* There is an issue with some libsmbclient versions that return EEXIST
+ * return code from smbc_opendir() instead of EPERM when the user
+ * tries to access a resource that requires login authetification.
+ * We are working around the issue by treating EEXIST as a special case
+ * of "invalid/unavailable credentials" if we detect that we are using
+ * the affected versions of libsmbclient
+ *
+ * Upstream bug report: https://bugzilla.samba.org/show_bug.cgi?id=13050
+ */
+static const QVersionNumber firstBrokenVer{4, 7, 0};
+static const QVersionNumber lastBrokenVer{9, 9, 9}; /* Adjust accordingly 
when this gets fixed upstream */
+
+const QVersionNumber currentVer = 
QVersionNumber::fromString(smbc_version());
+qCDebug(KIO_SMB) << "Using libsmbclient library version" << currentVer;
+
+if (currentVer >= firstBrokenVer && currentVer <= lastBrokenVer) {
+qCDebug(KIO_SMB) << "Detected broken libsmbclient version" << 
currentVer;
+return true;
+}
+
+return false;
+}
+
 //===
 SMBSlave::SMBSlave(const QByteArray& pool, const QByteArray& app)
-: SlaveBase( "smb", pool, app ), m_openFd(-1)
+: SlaveBase( "smb", pool, app ),
+  m_openFd(-1),
+  m_enableEEXISTWorkaround(needsEEXISTWorkaround())
 {
 m_initialized_smbc = false;
 
diff --git a/smb/kio_smb.h b/smb/kio_smb.h
index 77866b1..22fa036 100644
--- a/smb/kio_smb.h
+++ b/smb/kio_smb.h
@@ -278,6 +278,7 @@ private:
 void smbCopy(const QUrl& src, const QUrl , int permissions, 
KIO::JobFlags flags);
 void smbCopyGet(const QUrl& 

commit zbar for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package zbar for openSUSE:Factory checked in 
at 2017-11-04 10:24:20

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


Package is "zbar"

Sat Nov  4 10:24:20 2017 rev:5 rq:538119 version:0.10_2013_02_28

Changes:

--- /work/SRC/openSUSE:Factory/zbar/zbar.changes2017-08-23 
11:52:44.727187162 +0200
+++ /work/SRC/openSUSE:Factory/.zbar.new/zbar.changes   2017-11-04 
10:24:50.812584618 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 14:50:59 UTC 2017 - mplus...@suse.com
+
+- Drop python bindings and gtk support
+- Cleanup with spec-cleaner
+
+---



Other differences:
--
++ zbar.spec ++
--- /var/tmp/diff_new_pack.4wo4Ix/_old  2017-11-04 10:24:51.288567296 +0100
+++ /var/tmp/diff_new_pack.4wo4Ix/_new  2017-11-04 10:24:51.292567151 +0100
@@ -37,15 +37,14 @@
 # required by mercurial archive only
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gtk2-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
-BuildRequires:  python-gtk-devel
+BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 ZBar reads bar codes from various sources, such as video streams,
@@ -78,14 +77,6 @@
 configuration files and development tools needed to compile and link
 applications using the zbar library.
 
-%package -n python-zbar
-Summary:ZBar Python bindings
-Group:  Productivity/Other
-%py_requires
-
-%description -n python-zbar
-This package provides ZBar Python bindings.
-
 %package -n libzbarqt0
 Summary:ZBar Qt bindings
 Group:  System/Libraries
@@ -103,32 +94,6 @@
 configuration files and development tools needed to compile and link
 applications using the zbar-qt library.
 
-%package -n libzbargtk0
-Summary:ZBar Gtk bindings
-Group:  System/Libraries
-
-%description -n libzbargtk0
-This package provides ZBar Gtk bindings.
-
-%package -n libzbargtk-devel
-Summary:Development environment for the ZBar Gtk bindings library
-Group:  Development/Libraries/C and C++
-Requires:   libzbargtk0 = %{version}
-
-%description -n libzbargtk-devel
-This package contains all necessary include files, libraries,
-configuration files and development tools needed to compile and link
-applications using the zbar-gtk library.
-
-%package -n python-zbar-gtk
-Summary:ZBar Python-Gtk bindings
-Group:  Productivity/Other
-Requires:   python-zbar = %{version}
-%py_requires
-
-%description -n python-zbar-gtk
-This package provides ZBar Python-Gtk bindings.
-
 %prep
 %setup -q
 %patch1 -p1
@@ -137,39 +102,36 @@
 
 %build
 # for the Mercurial-based archive we need to get proper autoconf files
-autoreconf -fi
+autoreconf -fiv
 # Mercurial only? - This should not be required in a final release version!
 export CFLAGS="%{optflags} -Wno-error=parentheses 
-Wno-error=deprecated-declarations"
-%configure --docdir=%{_docdir}/%{name} --disable-static
+%configure \
+  --docdir=%{_docdir}/%{name} \
+  --disable-static \
+  --without-python \
+  --without-gtk
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 rm %{buildroot}%{_docdir}/zbar/INSTALL
-find %{buildroot} -name '*.la' -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
-
 %post -n libzbarqt0 -p /sbin/ldconfig
 %postun -n libzbarqt0 -p /sbin/ldconfig
 
-%post -n libzbargtk0 -p /sbin/ldconfig
-%postun -n libzbargtk0 -p /sbin/ldconfig
-
 %files
-%defattr(-,root,root)
 %doc ChangeLog README COPYING LICENSE NEWS
-%_defaultdocdir/%{name}/
+%{_defaultdocdir}/%{name}/
 %{_bindir}/zbar*
 %{_mandir}/man1/*
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/libzbar.so.*
 
 %files -n lib%{name}-devel
-%defattr(-,root,root)
 %dir %{_includedir}/%{name}
 %{_includedir}/zbar.h
 %{_includedir}/%{name}/*.h
@@ -178,32 +140,12 @@
 %{_libdir}/libzbar.so
 %{_libdir}/pkgconfig/zbar.pc
 
-%files -n python-zbar
-%defattr(-,root,root)
-%{py_sitedir}/zbar.so
-
 %files -n libzbarqt0
-%defattr(-,root,root)
 %{_libdir}/libzbarqt.so.*
 
 %files -n libzbarqt-devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/QZBar*.h
 %{_libdir}/libzbarqt.so
 %{_libdir}/pkgconfig/zbar-qt.pc
 
-%files -n libzbargtk0
-%defattr(-,root,root)
-%{_libdir}/libzbargtk.so.*
-
-%files -n libzbargtk-devel
-%defattr(-,root,root)
-%{_includedir}/%{name}/zbargtk.h

commit python-webencodings for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-webencodings for 
openSUSE:Factory checked in at 2017-11-04 10:24:06

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


Package is "python-webencodings"

Sat Nov  4 10:24:06 2017 rev:2 rq:538109 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-webencodings/python-webencodings.changes  
2017-04-19 18:03:47.509540863 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-webencodings.new/python-webencodings.changes 
2017-11-04 10:24:48.988650990 +0100
@@ -1,0 +2,9 @@
+Tue Oct 31 02:39:01 UTC 2017 - a...@gmx.de
+
+- update to version 0.5.1:
+  * Finally add myself as maintainer
+  * Document and test all supported Python versions (#10)
+  * Release as a universal wheel (#7)
+  * Use 'utf-8' as encoding instead of 'utf8' (#9)
+
+---

Old:

  webencodings-0.5.tar.gz

New:

  webencodings-0.5.1.tar.gz



Other differences:
--
++ python-webencodings.spec ++
--- /var/tmp/diff_new_pack.XnAtmZ/_old  2017-11-04 10:24:49.792621733 +0100
+++ /var/tmp/diff_new_pack.XnAtmZ/_new  2017-11-04 10:24:49.796621588 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-webencodings
-Version:0.5
+Version:0.5.1
 Release:0
 Summary:Character encoding aliases for legacy web content
 License:BSD-3-Clause

++ webencodings-0.5.tar.gz -> webencodings-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/webencodings-0.5/PKG-INFO 
new/webencodings-0.5.1/PKG-INFO
--- old/webencodings-0.5/PKG-INFO   2016-06-01 00:27:02.0 +0200
+++ new/webencodings-0.5.1/PKG-INFO 2017-04-05 22:16:56.0 +0200
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: webencodings
-Version: 0.5
+Version: 0.5.1
 Summary: Character encoding aliases for legacy web content
 Home-page: https://github.com/SimonSapin/python-webencodings
-Author: Simon Sapin
-Author-email: simon.sa...@exyr.org
+Author: Geoffrey Sneddon
+Author-email: m...@gsnedders.com
 License: BSD
 Description: python-webencodings
 ===
@@ -36,6 +36,15 @@
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: BSD License
+Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Internet :: WWW/HTTP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/webencodings-0.5/setup.cfg 
new/webencodings-0.5.1/setup.cfg
--- old/webencodings-0.5/setup.cfg  2016-06-01 00:27:02.0 +0200
+++ new/webencodings-0.5.1/setup.cfg2017-04-05 22:16:56.0 +0200
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal = 1
+
 [build_sphinx]
 source-dir = docs
 build-dir = docs/_build
@@ -8,5 +11,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/webencodings-0.5/setup.py 
new/webencodings-0.5.1/setup.py
--- old/webencodings-0.5/setup.py   2016-06-01 00:20:43.0 +0200
+++ new/webencodings-0.5.1/setup.py 2017-04-05 22:06:52.0 +0200
@@ -22,14 +22,25 @@
 license='BSD',
 author='Simon Sapin',
 author_email='simon.sa...@exyr.org',
+maintainer='Geoffrey Sneddon',
+maintainer_email='m...@gsnedders.com',
 description='Character encoding aliases for legacy web content',
 long_description=LONG_DESCRIPTION,
 classifiers=[
 'Development Status :: 4 - Beta',
 'Intended Audience :: Developers',
 'License :: OSI Approved :: BSD License',
+'Programming Language :: Python',
 'Programming Language :: Python :: 2',
+'Programming Language :: Python :: 2.6',
+'Programming Language :: Python :: 2.7',
 'Programming Language :: Python :: 3',
+'Programming Language :: Python :: 3.3',
+'Programming Language :: Python :: 3.4',
+'Programming Language :: Python :: 

commit btrfsprogs for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2017-11-04 10:24:38

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


Package is "btrfsprogs"

Sat Nov  4 10:24:38 2017 rev:87 rq:538177 version:4.13.3

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2017-10-13 
14:04:13.371532793 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2017-11-04 10:25:00.068247809 +0100
@@ -1,0 +2,9 @@
+Wed Nov  1 00:00:00 CET 2017 - dste...@suse.cz
+
+- update to version 4.13.3:
+  * check: fix --force, wrong check for a mounted block device
+  * build: fix --with-convert parsing
+  * subvol list: don't list TOPLEVEL
+  * other: update tests
+
+---

Old:

  btrfs-progs-v4.13.2.tar.gz

New:

  btrfs-progs-v4.13.3.tar.gz



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.OljEax/_old  2017-11-04 10:25:00.708224521 +0100
+++ /var/tmp/diff_new_pack.OljEax/_new  2017-11-04 10:25:00.708224521 +0100
@@ -28,7 +28,7 @@
 %endif
 
 Name:   btrfsprogs
-Version:4.13.2
+Version:4.13.3
 Release:0
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0

++ btrfs-progs-v4.13.2.tar.gz -> btrfs-progs-v4.13.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btrfs-progs-v4.13.2/CHANGES 
new/btrfs-progs-v4.13.3/CHANGES
--- old/btrfs-progs-v4.13.2/CHANGES 2017-10-06 14:37:57.0 +0200
+++ new/btrfs-progs-v4.13.3/CHANGES 2017-10-16 18:47:48.0 +0200
@@ -1,3 +1,9 @@
+btrfs-progs-4.13.3 (2017-10-16)
+  * check: fix --force, wrong check for a mounted block device
+  * build: fix --with-convert parsing
+  * subvol list: don't list TOPLEVEL
+  * other: update tests
+
 btrfs-progs-4.13.2 (2017-10-06)
   * subvol list:
 * don't list toplevel subvolume among deleted (broken since 4.8.3)
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-balance.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-balance.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-check.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-check.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-convert.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-convert.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-device.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-device.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-filesystem.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-filesystem.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-find-root.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-find-root.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-image.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-image.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-inspect-internal.8.gz 
and new/btrfs-progs-v4.13.3/Documentation/btrfs-inspect-internal.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-map-logical.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-map-logical.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-property.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-property.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-qgroup.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-qgroup.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-quota.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-quota.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-receive.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-receive.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-replace.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-replace.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-rescue.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-rescue.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-restore.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-restore.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-scrub.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-scrub.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-select-super.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-select-super.8.gz differ
Binary files old/btrfs-progs-v4.13.2/Documentation/btrfs-send.8.gz and 
new/btrfs-progs-v4.13.3/Documentation/btrfs-send.8.gz differ
Binary files 

commit kubernetes for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package kubernetes for openSUSE:Factory 
checked in at 2017-11-04 10:25:21

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


Package is "kubernetes"

Sat Nov  4 10:25:21 2017 rev:9 rq:538619 version:1.7.7

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes/kubernetes.changes2017-10-07 
17:49:48.481565811 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes.new/kubernetes.changes   
2017-11-04 10:25:28.803202165 +0100
@@ -1,0 +2,6 @@
+Thu Oct 19 13:31:00 UTC 2017 - mj...@suse.com
+
+- Add kubectl fix for duplicate proto error, (bsc#1057277)
+  * kubectl-fix-duplicate-proto-error-bsc-1057277.patch
+
+---

New:

  kubectl-fix-duplicate-proto-error-bsc-1057277.patch



Other differences:
--
++ kubernetes.spec ++
--- /var/tmp/diff_new_pack.2L23xC/_old  2017-11-04 10:25:29.799165923 +0100
+++ /var/tmp/diff_new_pack.2L23xC/_new  2017-11-04 10:25:29.799165923 +0100
@@ -47,6 +47,8 @@
 Patch6: build-with-debug-info.patch
 # Fixes bsc#1042383
 Patch8: kubelet-support-btrfs-fixes-bsc-1042383.patch
+# Fixes bsc#1057277
+Patch9: kubectl-fix-duplicate-proto-error-bsc-1057277.patch 
 
 BuildRequires:  bash-completion
 BuildRequires:  git
@@ -179,6 +181,7 @@
 %patch4 -p1
 %patch6 -p1
 %patch8 -p1
+%patch9 -p1
 %{goprep} github.com/kubernetes/kubernetes
 
 %build

++ kubectl-fix-duplicate-proto-error-bsc-1057277.patch ++
 5861 lines (skipped)




commit python-mock for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-mock for openSUSE:Factory 
checked in at 2017-11-04 10:23:21

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


Package is "python-mock"

Sat Nov  4 10:23:21 2017 rev:22 rq:521007 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-mock/python-mock.changes  2017-02-27 
18:39:52.685300715 +0100
+++ /work/SRC/openSUSE:Factory/.python-mock.new/python-mock.changes 
2017-11-04 10:24:36.477106279 +0100
@@ -1,0 +2,5 @@
+Tue Sep  5 07:44:18 UTC 2017 - dmuel...@suse.com
+
+- adjust requires for singlespec'ified python-funcsigs
+
+---



Other differences:
--
++ python-mock.spec ++
--- /var/tmp/diff_new_pack.Wthb5X/_old  2017-11-04 10:24:36.993087502 +0100
+++ /var/tmp/diff_new_pack.Wthb5X/_new  2017-11-04 10:24:36.997087357 +0100
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
 Name:   python-mock
 Version:2.0.0
 Release:0
@@ -37,7 +36,7 @@
 BuildRequires:  python-unittest2
 # /SECTION
 %ifpython2
-Requires:   %{oldpython}-funcsigs >= 1
+Requires:   python-funcsigs >= 1
 %endif
 Requires:   python-pbr
 Requires:   python-six >= 1.9




commit rpmlint-mini for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2017-11-04 10:23:41

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


Package is "rpmlint-mini"

Sat Nov  4 10:23:41 2017 rev:87 rq:538083 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes
2017-10-28 14:19:27.480435956 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2017-11-04 10:24:38.033049659 +0100
@@ -1,0 +2,5 @@
+Wed Nov  1 12:51:43 UTC 2017 - dmuel...@suse.com
+
+- set locale to C.utf8 to avoid non-ascii warnings
+
+---



Other differences:
--
++ rpmlint.wrapper ++
--- /var/tmp/diff_new_pack.gqHnna/_old  2017-11-04 10:24:38.725024478 +0100
+++ /var/tmp/diff_new_pack.gqHnna/_new  2017-11-04 10:24:38.725024478 +0100
@@ -1,11 +1,12 @@
 #!/bin/sh
 if test -d /opt/testing/lib64; then
-   LD_LIBRARY_PATH=/opt/testing/lib64
+LD_LIBRARY_PATH=/opt/testing/lib64
 else
-   LD_LIBRARY_PATH=/opt/testing/lib
+LD_LIBRARY_PATH=/opt/testing/lib
 fi
 PATH="/opt/testing/bin:$PATH"
 rpmlintdir="/opt/testing/share/rpmlint"
 PYTHONPATH="$rpmlintdir"
-export PYTHONPATH LD_LIBRARY_PATH
+LC_aLL=C.utf8
+export PYTHONPATH LD_LIBRARY_PATH LC_ALL
 exec /opt/testing/bin/python3 -u -O "$rpmlintdir"/rpmlint.pyc  -C 
"$rpmlintdir" -f "$rpmlintdir"/rpmlint-mini.config "$@"




commit platformsh-cli for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-11-04 10:25:25

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


Package is "platformsh-cli"

Sat Nov  4 10:25:25 2017 rev:22 rq:538837 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-10-19 19:33:04.702233062 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-11-04 10:25:33.311038128 +0100
@@ -1,0 +2,60 @@
+Fri Nov 03 20:04:17 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.22.0:
+  * Update Symfony dependencies from 3.3.9 to 3.3.10
+  * Clean up Git service instantiation and destructor
+  * Remove dead code from self:install
+  * Rebuild warning should be redeploy
+  * Avoid wrapping environment IDs when formatting is involved
+  * Support .drush/site-aliases directory
+  * Check whether Drush supports YAML alias files
+  * Support YAML Drush aliases
+  * Drush fixes for supporting version 9
+  * Nest YAML aliases one level deeper
+  * Remove problematic inline comments
+  * Remove unnecessary method override
+  * More cleanup
+  * Remove drush argument for alias types
+  * Use heredoc for file header
+  * Refactor subdir move slightly
+  * Fix tests and merge between PHP and YAML aliases
+  * Unused import
+  * Clean up move errors
+  * Refactor getAliases() and getExistingAliases()
+  * Refactor reading/setting alias group
+  * Delete old YAML file when renaming group
+  * Move aliases to new directory non-interactively
+  * Use $app->isSingle() more often
+  * Reduce failures in site-aliases migration
+  * Fix merge of existing aliases
+  * Remove support checks
+  * Cleanup
+  * Fail in local:drush-aliases if no Drupal apps are found
+  * Test getDrupalApps()
+  * Test that YAML aliases are created
+  * Automatically write to drush.yml
+  * Reduce hardcoding of .drush
+  * Cleanup
+  * Fix: new aliases should go in site-aliases subdir
+  * project:info command: description should be writable
+  * Use $app->getSourceDir() more often
+  * Improve alias files migration
+  * Avoid creating PHP alias files if not necessary
+  * Distinguish less between Drush versions as global/local installs can differ
+  * Simplify Drush version check
+  * Use *.alias.yml for YAML aliases that more or less work
+  * Remove a potentially confusing message
+  * Make getExistingAliases() responsible for group order
+  * Fix: YAML aliases should have host/user, not remote-host/remote-user
+  * Normalize aliases for differences between PHP and YAML
+  * Use getSshUrl() and getRouteUrls() when generating aliases
+  * Add $app->getLocalWebRoot()
+  * Cleanup
+  * Use home-relative document root for remote Drush aliases
+  * Prefer app-specific URLs in remote drush aliases
+  * Revert "Prefer app-specific URLs in remote drush aliases"
+  * Allow commands to be disabled through config
+  * Use Drush aliases only if the local:drush-aliases command is enabled
+  * Release v3.22.0
+
+---

Old:

  platformsh-cli-3.21.0.tar.xz

New:

  platformsh-cli-3.22.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.o00HYT/_old  2017-11-04 10:25:34.059010911 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.067010619 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.21.0
+Version:3.22.0
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.o00HYT/_old  2017-11-04 10:25:34.103009309 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.103009309 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.21.0
+refs/tags/v3.22.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.o00HYT/_old  2017-11-04 10:25:34.119008727 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.123008582 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-0bbbd4c416e3474f27488107cb8a49b6ddeb9100
+7c18f87a80e1cc6afcb1e5bbad435b60520a8e2a
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.o00HYT/_old  2017-11-04 10:25:34.163007127 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.163007127 +0100
@@ -21,13 +21,13 @@
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 

commit virtualbox for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2017-11-04 10:24:32

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


Package is "virtualbox"

Sat Nov  4 10:24:32 2017 rev:146 rq:538137 version:5.1.30

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2017-10-31 
15:43:17.263323347 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2017-11-04 10:24:53.468487970 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 15:22:09 UTC 2017 - mplus...@suse.com
+
+- Rename python subpackage
+- Update python dependnencies for migration to python3 as default
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.GRCTKQ/_old  2017-11-04 10:24:57.520340526 +0100
+++ /var/tmp/diff_new_pack.GRCTKQ/_new  2017-11-04 10:24:57.520340526 +0100
@@ -147,7 +147,7 @@
 BuildRequires:  module-init-tools
 BuildRequires:  pam-devel
 BuildRequires:  pulseaudio-devel
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
 BuildRequires:  quilt
 BuildRequires:  sed
 BuildRequires:  update-desktop-files
@@ -288,15 +288,17 @@
 VirtualBox guest addition tools.
 ###
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python bindings for %{name}
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 #rename from "ose" version:
+Provides:   python-%{name} = %{version}-%{release}
+Obsoletes:  python-%{name} < %{version}-%{release}
 Provides:   python-%{name}-ose = %{version}
 Obsoletes:  python-%{name}-ose < %{version}
 
-%description -n python-%{name}
+%description -n python2-%{name}
 Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package.
 ###
 
@@ -947,7 +949,7 @@
 %dir /media
 %endif
 
-%files -n python-%{name} -f %{_tmppath}/SITE_FILES
+%files -n python2-%{name} -f %{_tmppath}/SITE_FILES
 %defattr(-, root, root)
 %dir %{_vbox_instdir}/sdk
 %dir %{_vbox_instdir}/sdk/bindings





commit perl-Mojolicious for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2017-11-04 10:24:46

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


Package is "perl-Mojolicious"

Sat Nov  4 10:24:46 2017 rev:80 rq:538634 version:7.52

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2017-10-28 14:21:08.132755885 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2017-11-04 10:25:02.152171977 +0100
@@ -1,0 +2,45 @@
+Fri Nov  3 06:38:10 UTC 2017 - co...@suse.com
+
+- updated to 7.52
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.52  2017-11-02
+- Added delete_p, get_p, head_p, options_p, patch_p, post_p, put_p and 
start_p
+  methods to Mojo::UserAgent.
+
+---
+Thu Nov  2 06:36:40 UTC 2017 - co...@suse.com
+
+- updated to 7.51
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.51  2017-10-31
+- Added -signatures flag to Mojo::Base and Mojolicious::Lite.
+- Added support for new HTTP status code.
+- Improved ojo to enable subroutine signatures automatically on Perl 5.20+.
+
+---
+Tue Oct 31 06:36:39 UTC 2017 - co...@suse.com
+
+- updated to 7.50
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.50  2017-10-30
+- Deprecated error and finish events in Mojo::IOLoop::Delay. Since there 
is no
+  good way to warn our users about this deprecation, it will be in effect
+  until the next major release. Where we will also change the base class 
from
+  Mojo::EventEmitter to Mojo::Base.
+- Improved documentation browser with links to MetaCPAN.
+  
+  7.49  2017-10-28
+- Deprecated Mojo::IOLoop::Delay::data and Mojo::IOLoop::Delay::remaining.
+- Added Promises/A+ support. Note that Mojo::IOLoop::Delay previously
+  inherited a catch method from Mojo::EventEmitter that was passed the 
error
+  message as second argument instead of the first, so you might have to 
change
+$delay->catch(sub { my ($delay, $error) = @_; ... });
+  to
+$delay->catch(sub { my ($error) = @_; ... });
+- Added all, catch, finally, race and then methods to Mojo::IOLoop::Delay.
+- Updated jQuery to version 3.2.1.
+
+---

Old:

  Mojolicious-7.48.tar.gz

New:

  Mojolicious-7.52.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.JmHMHr/_old  2017-11-04 10:25:03.168135006 +0100
+++ /var/tmp/diff_new_pack.JmHMHr/_new  2017-11-04 10:25:03.172134861 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.48
+Version:7.52
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.48.tar.gz -> Mojolicious-7.52.tar.gz ++
 1880 lines of diff (skipped)




commit Botan for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package Botan for openSUSE:Factory checked 
in at 2017-11-04 10:24:11

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


Package is "Botan"

Sat Nov  4 10:24:11 2017 rev:45 rq:538113 version:1.10.17

Changes:

--- /work/SRC/openSUSE:Factory/Botan/Botan.changes  2017-10-10 
11:34:08.922745547 +0200
+++ /work/SRC/openSUSE:Factory/.Botan.new/Botan.changes 2017-11-04 
10:24:50.008613873 +0100
@@ -1,0 +2,5 @@
+Wed Nov  1 14:26:47 UTC 2017 - mimi...@gmail.com
+
+- configure Botan explicitly with python3 
+
+---



Other differences:
--
++ Botan.spec ++
--- /var/tmp/diff_new_pack.COn470/_old  2017-11-04 10:24:50.620591604 +0100
+++ /var/tmp/diff_new_pack.COn470/_new  2017-11-04 10:24:50.624591458 +0100
@@ -48,7 +48,7 @@
 BuildRequires:  libopenssl-1_0_0-devel
 %endif
 BuildRequires:  pkg-config
-BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  zlib-devel
 Requires:   bzip2 >= 1.0.2
 Requires:   gmp >= 4.1
@@ -101,7 +101,7 @@
 %build
 export RPM_OPT_FLAGS
 
-./configure.py \
+python3 ./configure.py \
   --prefix=%{_prefix} \
   --libdir=%{_libdir} \
   --docdir=%{_defaultdocdir} \






commit python-kiwi for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2017-11-04 10:24:26

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


Package is "python-kiwi"

Sat Nov  4 10:24:26 2017 rev:12 rq:538128 version:9.11.16

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2017-10-26 
18:41:53.578926349 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes 
2017-11-04 10:24:51.464560893 +0100
@@ -1,0 +2,27 @@
+Wed Oct 25 16:32:35 CEST 2017 - m...@suse.de
+
+- Bump version: 9.11.15 → 9.11.16
+  
+---
+Wed Oct 25 13:06:44 CEST 2017 - m...@suse.de
+  
+- Fixed validation of isohybrid warnings
+  
+  The list of warning messages is evaluated line by line
+  and those not matching the ignore warnings list are treated
+  as errors. However if an empty line exists it did not match
+  the ignore warnings list but is also not an error. This
+  patch makes sure only non empty warning information has
+  an effect
+  
+---
+Wed Oct 25 12:35:16 CEST 2017 - m...@suse.de
+  
+- Bump version: 9.11.14 → 9.11.15
+  
+---
+Wed Oct 25 12:16:56 CEST 2017 - m...@suse.de
+  
+- Do not require cracklib-dict-full in boot images
+  
+---



Other differences:
--
++ python-kiwi.spec ++
--- /var/tmp/diff_new_pack.RJlkCc/_old  2017-11-04 10:24:52.556521157 +0100
+++ /var/tmp/diff_new_pack.RJlkCc/_new  2017-11-04 10:24:52.556521157 +0100
@@ -93,7 +93,7 @@
 %endif
 
 Name:   python-kiwi
-Version:9.11.14
+Version:9.11.16
 Release:0
 Provides:   kiwi-schema = 6.6
 Url:https://github.com/SUSE/kiwi

++ python-kiwi-boot-packages ++
--- /var/tmp/diff_new_pack.RJlkCc/_old  2017-11-04 10:24:52.604519410 +0100
+++ /var/tmp/diff_new_pack.RJlkCc/_new  2017-11-04 10:24:52.604519410 +0100
@@ -22,14 +22,14 @@
 armv6l:suse-SLES12:adaptec-firmware atftp bc bind-libs bind-utils btrfsprogs 
busybox bzip2 cryptsetup curl dialog diffutils dmraid dosfstools e2fsprogs 
fbiterm file filesystem fribidi gawk genisoimage gettext-runtime glibc 
glibc-locale gptfdisk hwinfo iproute2 iputils kbd kernel-default 
kernel-firmware kexec-tools kiwi-tools kpartx lvm2 make mdadm module-init-tools 
multipath-tools net-tools netcfg parted pciutils plymouth plymouth-scripts 
procps psmisc rsync squashfs sysconfig sysfsutils sysvinit-tools tar timezone 
udev util-linux which wicked xfsprogs xz
 armv7hl:suse-SLES12:adaptec-firmware atftp bc bind-libs bind-utils btrfsprogs 
busybox bzip2 cryptsetup curl dialog diffutils dmraid dosfstools e2fsprogs 
fbiterm file filesystem fribidi gawk genisoimage gettext-runtime glibc 
glibc-locale gptfdisk hwinfo iproute2 iputils kbd kernel-default 
kernel-firmware kexec-tools kiwi-tools kpartx lvm2 make mdadm module-init-tools 
multipath-tools net-tools netcfg parted pciutils plymouth plymouth-scripts 
procps psmisc rsync squashfs sysconfig sysfsutils sysvinit-tools tar timezone 
udev util-linux which wicked xfsprogs xz
 armv7l:suse-SLES12:adaptec-firmware atftp bc bind-libs bind-utils btrfsprogs 
busybox bzip2 cryptsetup curl dialog diffutils dmraid dosfstools e2fsprogs 
fbiterm file filesystem fribidi gawk genisoimage gettext-runtime glibc 
glibc-locale gptfdisk hwinfo iproute2 iputils kbd kernel-default 
kernel-firmware kexec-tools kiwi-tools kpartx lvm2 make mdadm module-init-tools 
multipath-tools net-tools netcfg parted pciutils plymouth plymouth-scripts 
procps psmisc rsync squashfs sysconfig sysfsutils sysvinit-tools tar timezone 
udev util-linux which wicked xfsprogs xz
-i586:suse-SLES12:adaptec-firmware atftp bc bind-libs bind-utils btrfsprogs 
busybox bzip2 ca-certificates cracklib-dict-full cryptsetup curl dialog 
diffutils dmraid dosfstools e2fsprogs fbiterm file filesystem fribidi gawk 
genisoimage gettext-runtime glibc glibc-locale gptfdisk grub2 grub2-i386-efi 
grub2-i386-pc hwinfo iproute2 iputils kbd kernel-default kernel-firmware 
kexec-tools kiwi-tools kpartx lvm2 make mdadm module-init-tools multipath-tools 
net-tools netcfg nfs-client parted pciutils plymouth plymouth-scripts procps 
psmisc rsync squashfs sysconfig sysfsutils syslinux sysvinit-tools tar timezone 
udev util-linux which wicked xfsprogs xz
-i686:suse-SLES12:adaptec-firmware atftp bc bind-libs bind-utils btrfsprogs 
busybox bzip2 ca-certificates cracklib-dict-full cryptsetup curl dialog 
diffutils dmraid dosfstools e2fsprogs fbiterm file filesystem 

commit singularity for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package singularity for openSUSE:Factory 
checked in at 2017-11-04 10:25:19

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


Package is "singularity"

Sat Nov  4 10:25:19 2017 rev:3 rq:538588 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/singularity/singularity.changes  2017-10-06 
11:05:01.759015755 +0200
+++ /work/SRC/openSUSE:Factory/.singularity.new/singularity.changes 
2017-11-04 10:25:24.751349608 +0100
@@ -1,0 +2,8 @@
+Thu Nov  2 09:05:09 UTC 2017 - e...@suse.com
+
+- Update to 2.3.2:
+  * Fix for a change that Docker implemented to their registry 
+RESTful API which broke compatibility with Singularity.
+  * Several other low minor fixes.
+
+---

Old:

  singularity-2.3.1.tar.gz

New:

  singularity-2.3.2.tar.gz



Other differences:
--
++ singularity.spec ++
--- /var/tmp/diff_new_pack.tZJKuL/_old  2017-11-04 10:25:25.535321080 +0100
+++ /var/tmp/diff_new_pack.tZJKuL/_new  2017-11-04 10:25:25.539320935 +0100
@@ -19,7 +19,8 @@
 #
 %define libsingularity libsingularity1
 
-%define git_version 2.3.1
+%define git_version 2.3.2
+#%%define not_yet 0
 
 # slurm build broken
 %define have_slurm 0
@@ -118,6 +119,9 @@
 %set_permissions %{_libexecdir}/%{name}/bin/action-suid
 %set_permissions %{_libexecdir}/%{name}/bin/export-suid
 %set_permissions %{_libexecdir}/%{name}/bin/import-suid
+%if 0%{?not_yet:1}
+%set_permissions %{_libexecdir}/%{name}/bin/start-suid
+%endif
 
 %verifyscript
 %verify_permissions %{_libexecdir}/%{name}/bin/expand-suid
@@ -126,15 +130,26 @@
 %verify_permissions %{_libexecdir}/%{name}/bin/action-suid
 %verify_permissions %{_libexecdir}/%{name}/bin/export-suid
 %verify_permissions %{_libexecdir}/%{name}/bin/import-suid
+%if 0%{?not_yet:1}
+%set_permissions %{_libexecdir}/%{name}/bin/start-suid
+%endif
 %endif
 
 %files
 %defattr(-,root,root)
-%doc examples AUTHORS.md CONTRIBUTING.md LICENSE-LBNL.md README.md 
%{basename:%{S:1}}
+%doc examples CONTRIBUTING.md LICENSE-LBNL.md README.md %{basename:%{S:1}}
+%if 0%{?not_yet:1}
+%doc COPYRIGHT.md CONTRIBUTORS.md LICENSE.md
+%else
+%doc AUTHORS.md
+%endif
 %attr(0755,root,root) %dir %{_sysconfdir}/%{name}
-%config %{_sysconfdir}/%{name}/default-nsswitch.conf
-%config %{_sysconfdir}/%{name}/init
+%config(noreplace) %{_sysconfdir}/%{name}/default-nsswitch.conf
+%config(noreplace) %{_sysconfdir}/%{name}/init
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%if 0%{?not_yet:1}
+%config(noreplace) %{_sysconfdir}/%{name}/nvliblist.conf
+%endif
 %{_sysconfdir}/bash_completion.d/%{name}
 %{_bindir}/%{name}
 %{_bindir}/run-%{name}

++ singularity-2.3.1.tar.gz -> singularity-2.3.2.tar.gz ++
 3576 lines of diff (skipped)




commit mediainfo for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package mediainfo for openSUSE:Factory 
checked in at 2017-11-04 10:25:14

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


Package is "mediainfo"

Sat Nov  4 10:25:14 2017 rev:9 rq:538493 version:17.10

Changes:

--- /work/SRC/openSUSE:Factory/mediainfo/mediainfo.changes  2017-09-12 
19:56:02.437629566 +0200
+++ /work/SRC/openSUSE:Factory/.mediainfo.new/mediainfo.changes 2017-11-04 
10:25:14.919707374 +0100
@@ -1,0 +2,34 @@
+Thu Nov  2 17:33:51 UTC 2017 - aloi...@gmx.com
+
+- Update to version 17.10
+  * Version scheme is now YY.MM (year dot month, 2 digits each)
+  * New MediaInfo XML output, with XSD, more suitable for 
+automatic parsing. Use " --Output=OLDXML" for keeping previous 
+behavior
+  * New " --Info_OutputFormats" option for listing supported 
+output formats
+  * Universal Ad ID: refactored display, better display of value 
+and registry, XML name slightly modified
+  * MOV: support of HDR metadata (MasteringDisplayColorVolume, 
+MaxCLL, MaxFALL)
+  * BWF: display of UMID and loudness info
+  * AAC: show program_config_element in trace
+  * MPEG Audio: frame rate info
+  * PCM in WAV and Matroska: Support of ValidBitsPerSample
+  * I197, EBUCore: 1.8 output uses now final version of XSD and 
+final XSD location
+  * Matroska: tweaking frame rate empirical detection for some 
+corner cases
+  * I1070, LAME 3.100 info tag was incorrectly parsed
+  * B1068, MPEG Audio: Incoherent duration between General and 
+Audio parts, Audio part duration fixed
+  * Matroska: showing "A_MS/ACM" Matroska CodecID
+  * MXF: Fix crash with some buggy files
+  * MXF: was not well supporting MXF referencing only 1 file
+  * PCM in WAV: 8-bit content is unsigned and without endianess
+  * PCM in WAV and Matroska: More coherency between Wave info 
+and ExtensibleWave Info (bitdepth, sign)
+  * WAV: GUID display was with first 8 bytes in wrong order
+  * Several crash fixes
+
+---

Old:

  mediainfo_0.7.99.tar.xz

New:

  mediainfo_17.10.tar.xz



Other differences:
--
++ mediainfo.spec ++
--- /var/tmp/diff_new_pack.9rreYd/_old  2017-11-04 10:25:16.775639838 +0100
+++ /var/tmp/diff_new_pack.9rreYd/_new  2017-11-04 10:25:16.783639548 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   mediainfo
-Version:0.7.99
+Version:17.10
 Release:0
 Summary:Supplies technical and tag information about a video or audio 
file
 License:GPL-2.0+
@@ -168,13 +168,13 @@
 %doc Release/ReadMe_GUI_Linux.txt
 %doc License.html.gz History_GUI.txt.gz
 %{_bindir}/mediainfo-gui
-%dir %_datadir/appdata/
-%{_datadir}/appdata/mediainfo-gui.appdata.xml
+%dir %_datadir/metainfo
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
 %{_datadir}/pixmaps/*.xpm
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/icons/hicolor/*/apps/*.svg
+%{_datadir}/metainfo/mediainfo-gui.metainfo.xml
 
 %files -n kde4-mediainfo
 %defattr(-,root,root,-)

++ mediainfo_0.7.99.tar.xz -> mediainfo_17.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MediaInfo/History_CLI.txt 
new/MediaInfo/History_CLI.txt
--- old/MediaInfo/History_CLI.txt   2017-09-11 14:01:04.0 +0200
+++ new/MediaInfo/History_CLI.txt   2017-11-02 17:14:18.0 +0100
@@ -12,6 +12,30 @@
 - Languages (other than english and French) : not all words are translated, I 
need translators!
 - Others? https://sourceforge.net/p/mediainfo/_list/tickets
 
+Version 17.10, 2017-11-02
+--
++ We need your support! Visit https://mediaarea.net/SupportUs
++ Version scheme is now YY.MM (year dot month, 2 digits each)
++ New MediaInfo XML output, with XSD, more suitable for automatic parsing. Use 
" --Output=OLDXML" for keeping previous behavior
++ New " --Info_OutputFormats" option for listing supported output formats
++ Universal Ad ID: refactored display, better display of value and registry, 
XML name slightly modified
++ MOV: support of HDR metadata (MasteringDisplayColorVolume, MaxCLL, MaxFALL)
++ BWF: display of UMID and loudness info
++ AAC: show program_config_element in trace
++ MPEG Audio: frame rate info
++ PCM in WAV and Matroska: Support of ValidBitsPerSample
++ I197, EBUCore: 1.8 output uses now final version of XSD and final XSD 
location
++ Matroska: tweaking frame rate empirical detection for some corner cases
+x I1070, LAME 3.100 info tag was incorrectly parsed
+x B1068, MPEG Audio: Incoherent duration between General and Audio parts, 
Audio part duration fixed
+x Matroska: showing "A_MS/ACM" 

commit smplayer for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2017-11-04 10:25:17

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


Package is "smplayer"

Sat Nov  4 10:25:17 2017 rev:23 rq:538577 version:17.10.2

Changes:

--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes2017-10-03 
23:18:11.242799047 +0200
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2017-11-04 
10:25:19.231550470 +0100
@@ -1,0 +2,14 @@
+Fri Nov  3 05:58:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.10.2:
+  * Bug fix: Display the time in the thumbnail generator pictures
+when SMPlayer is compiled with Qt 5.
+  * Fix subtitles not disappearing when using the letterbox filter
+ with mplayer.
+  * Add an option in Preferences -> Network to select the preferred
+quality to be used with streaming sites handled by youtube-dl.
+  * Use mplayer on Windows Vista, since it seems mpv is not longer
+compatible with that version.
+  * Don't use the audio equaliser by default.
+
+---

Old:

  smplayer-17.10.0.tar.bz2

New:

  smplayer-17.10.2.tar.bz2



Other differences:
--
++ smplayer.spec ++
--- /var/tmp/diff_new_pack.KIkKpp/_old  2017-11-04 10:25:19.911525726 +0100
+++ /var/tmp/diff_new_pack.KIkKpp/_new  2017-11-04 10:25:19.915525580 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   smplayer
-Version:17.10.0
+Version:17.10.2
 Release:0
 Summary:Complete frontend for MPV
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
-Url:http://smplayer.info/
-Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
+Url:https://smplayer.info/
+Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE smplayer-makeflags.patch
 Patch0: %{name}-makeflags.patch
 # PATCH-FEATURE-OPENSUSE smplayer-defaults.patch sor.ale...@meowr.ru -- Use 
PulseAudio, system Qt5 theme, and "Papirus" icon theme by default.
@@ -125,6 +125,7 @@
 %find_lang %{name} --with-qt
 %fdupes %{buildroot}%{_datadir}/
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -132,6 +133,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %doc Changelog *.txt

++ smplayer-17.10.0.tar.bz2 -> smplayer-17.10.2.tar.bz2 ++
 40595 lines of diff (skipped)




commit resource-agents for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2017-11-04 10:24:53

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


Package is "resource-agents"

Sat Nov  4 10:24:53 2017 rev:78 rq:538641 version:4.0.1+git.1509705432.020b5b34

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2017-09-07 22:11:35.696667932 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2017-11-04 10:25:04.140099637 +0100
@@ -1,0 +2,16 @@
+Fri Nov 03 10:37:33 UTC 2017 - kgronl...@suse.com
+
+- Update to version 4.0.1+git.1509705432.020b5b34:
+  * LVM-activate: add new RA for LVM activation (fate#323822)
+  * nfsserver: allow stop to timeout
+  * adding docker-native healthcheck query to docker
+
+---
+Wed Nov 01 08:56:02 UTC 2017 - kgronl...@suse.com
+
+- Update to version 4.0.1+git.1508859013.2b3cb4a6:
+  * Medium: aws-vpc-route53: Fix tempfile race (bsc#1059312)
+  * High: pgsql: Support PG10: Following the change of the PostgreSQL function 
name.
+  * High: pgsql: Support PG10: Following the change of the default action of 
"pg_ctl start" and "pg_ctl promote".
+
+---

Old:

  resource-agents-4.0.1+git.1504527822.722ffb5b.tar.xz

New:

  resource-agents-4.0.1+git.1509705432.020b5b34.tar.xz



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.2FZf6V/_old  2017-11-04 10:25:04.944070381 +0100
+++ /var/tmp/diff_new_pack.2FZf6V/_new  2017-11-04 10:25:04.944070381 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   resource-agents
-Version:4.0.1+git.1504527822.722ffb5b
+Version:4.0.1+git.1509705432.020b5b34
 Release:0
 Summary:Open Source HA Reusable Cluster Resource Scripts
 License:GPL-2.0 and LGPL-2.1+ and GPL-3.0+

++ _servicedata ++
--- /var/tmp/diff_new_pack.2FZf6V/_old  2017-11-04 10:25:05.68343 +0100
+++ /var/tmp/diff_new_pack.2FZf6V/_new  2017-11-04 10:25:05.68343 +0100
@@ -1,6 +1,6 @@
 
 
 git://github.com/ClusterLabs/resource-agents.git
-c36c4638b15d1dc612751294fbfa903a41658e84
+94a9b505ab90bf1979b9178b461199d8ee9bcb2e
 
 
\ No newline at end of file

++ resource-agents-4.0.1+git.1504527822.722ffb5b.tar.xz -> 
resource-agents-4.0.1+git.1509705432.020b5b34.tar.xz ++
 2113 lines of diff (skipped)




commit git for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2017-11-04 10:23:47

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


Package is "git"

Sat Nov  4 10:23:47 2017 rev:206 rq:538087 version:2.15.0

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2017-10-26 18:39:24.653874903 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2017-11-04 
10:24:44.236823906 +0100
@@ -1,0 +2,13 @@
+Wed Nov  1 13:10:43 UTC 2017 - astie...@suse.com
+
+- git 2.15.0:
+  * Use of an empty string as a pathspec element that is used for
+   'everything matches' is still warned and Git asks users to use a
+more explicit '.' for that instead. Removal scheduled for 2.16
+  * Git now avoids blindly falling back to ".git" when the setup
+sequence said we are _not_ in Git repository (another corner
+case removed)
+  * "branch --set-upstream" was retired, deprecated since 1.8
+  * many other improvements and updates
+
+---

Old:

  git-2.14.3.tar.sign
  git-2.14.3.tar.xz

New:

  git-2.15.0.tar.sign
  git-2.15.0.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.7Gi1af/_old  2017-11-04 10:24:45.272786208 +0100
+++ /var/tmp/diff_new_pack.7Gi1af/_new  2017-11-04 10:24:45.276786062 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.14.3
+Version:2.15.0
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-2.14.3.tar.xz -> git-2.15.0.tar.xz ++
 185715 lines of diff (skipped)





commit python-pyflakes for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-pyflakes for openSUSE:Factory 
checked in at 2017-11-04 10:23:27

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


Package is "python-pyflakes"

Sat Nov  4 10:23:27 2017 rev:20 rq:528595 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyflakes/python-pyflakes.changes  
2017-04-19 18:05:28.263288799 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyflakes.new/python-pyflakes.changes 
2017-11-04 10:24:37.121082844 +0100
@@ -1,0 +2,7 @@
+Sun Sep 24 21:39:36 UTC 2017 - a...@gmx.de
+
+- update to version 1.6.0:
+  * Process function scope variable annotations for used names
+  * Find Python files without extensions by their shebang
+
+---

Old:

  pyflakes-1.5.0.tar.gz

New:

  pyflakes-1.6.0.tar.gz



Other differences:
--
++ python-pyflakes.spec ++
--- /var/tmp/diff_new_pack.3ImOK1/_old  2017-11-04 10:24:37.589065815 +0100
+++ /var/tmp/diff_new_pack.3ImOK1/_new  2017-11-04 10:24:37.589065815 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyflakes
-Version:1.5.0
+Version:1.6.0
 Release:0
 Url:https://launchpad.net/pyflakes
 Summary:Passive checker of Python programs

++ pyflakes-1.5.0.tar.gz -> pyflakes-1.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.5.0/NEWS.txt new/pyflakes-1.6.0/NEWS.txt
--- old/pyflakes-1.5.0/NEWS.txt 2017-01-10 02:00:33.0 +0100
+++ new/pyflakes-1.6.0/NEWS.txt 2017-08-03 16:36:44.0 +0200
@@ -1,3 +1,7 @@
+1.6.0 (2017-08-03)
+  - Process function scope variable annotations for used names
+  - Find Python files without extensions by their shebang
+
 1.5.0 (2017-01-09)
   - Enable support for PEP 526 annotated assignments
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.5.0/PKG-INFO new/pyflakes-1.6.0/PKG-INFO
--- old/pyflakes-1.5.0/PKG-INFO 2017-01-10 02:01:20.0 +0100
+++ new/pyflakes-1.6.0/PKG-INFO 2017-08-03 16:54:11.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyflakes
-Version: 1.5.0
+Version: 1.6.0
 Summary: passive checker of Python programs
 Home-page: https://github.com/PyCQA/pyflakes
 Author: A lot of people
@@ -17,7 +17,7 @@
 modules with side effects.  It's also much faster.
 
 It is `available on PyPI `_
-and it supports all active versions of Python from 2.5 to 3.5.
+and it supports all active versions of Python from 2.5 to 3.6.
 
 
 
@@ -69,7 +69,7 @@
 Contributing
 
 
-Issues are tracked on `Launchpad 
`_.
+Issues are tracked on `GitHub 
`_.
 
 Patches may be submitted via a `GitHub pull request`_ or via the 
mailing list
 if you prefer. If you are comfortable doing so, please `rebase your 
changes`_
@@ -80,7 +80,7 @@
 
 All changes should include tests and pass flake8_.
 
-.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg
+.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg?branch=master
:target: https://travis-ci.org/PyCQA/pyflakes
:alt: Build status
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.5.0/README.rst 
new/pyflakes-1.6.0/README.rst
--- old/pyflakes-1.5.0/README.rst   2016-12-30 16:09:43.0 +0100
+++ new/pyflakes-1.6.0/README.rst   2017-08-03 16:28:59.0 +0200
@@ -9,7 +9,7 @@
 modules with side effects.  It's also much faster.
 
 It is `available on PyPI `_
-and it supports all active versions of Python from 2.5 to 3.5.
+and it supports all active versions of Python from 2.5 to 3.6.
 
 
 
@@ -61,7 +61,7 @@
 Contributing
 
 
-Issues are tracked on `Launchpad `_.
+Issues are tracked on `GitHub `_.
 
 Patches may be submitted via a `GitHub pull request`_ or via the mailing list
 if you prefer. If you are comfortable doing so, please `rebase your changes`_
@@ -72,7 +72,7 @@
 
 All changes should include tests and pass flake8_.
 
-.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg
+.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg?branch=master

commit java-9-openjdk for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package java-9-openjdk for openSUSE:Factory 
checked in at 2017-11-04 10:22:57

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


Package is "java-9-openjdk"

Sat Nov  4 10:22:57 2017 rev:15 rq:538792 version:9.0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/java-9-openjdk/java-9-openjdk.changes
2017-10-20 16:13:02.551653100 +0200
+++ /work/SRC/openSUSE:Factory/.java-9-openjdk.new/java-9-openjdk.changes   
2017-11-04 10:24:32.769241206 +0100
@@ -1,0 +2,104 @@
+Fri Nov  3 09:20:09 UTC 2017 - fst...@suse.com
+
+- Packaging improvements:
+  * add all binaries in JAVA_HOME/bin to alternatives in order to
+have them in the system binary path when this alternative is
+chosen 
+
+---
+Thu Nov  2 18:27:49 UTC 2017 - fst...@suse.com
+
+- Add back the icedtea-sound plugin and integrate it into the
+  system modules
+- Added patch:
+  * icedtea-sound-1.0.1-jdk9.patch
++ make icedtea-sound.jar modular for jdk9
+- Clean some conditionals for very old %%suse_version
+
+---
+Thu Nov  2 08:37:56 UTC 2017 - fst...@suse.com
+
+- Modified patch
+  * alternative-tzdb_dat.patch
++ Place the tz.properties file to JAVA_HOME/conf where OpenJDK9
+  expects to have the configuration files
++ Patch also the other place in jdk that loads the tzdb.dat
+  file
+
+---
+Tue Oct 31 12:46:03 UTC 2017 - fst...@suse.com
+
+- Remove the icedtea-sound plugin
+  * it is not built or buildable, and does not work
+- Removed patches:
+  * icedtea-sound-1.0.1-runtime.patch
+  * icedtea-sound-source_target.patch
+
+---
+Fri Oct 27 13:08:38 UTC 2017 - fst...@suse.com
+
+- OpenJDK 9.0.1 (October 2017 CPU)
+  * Security fixes
++ S8165543: Better window framing
++ S8169026, CVE-2017-10274: Handle smartcard clean up better
+  (bsc#1064071)
++ S8169966: Larger AWT menus
++ S8170218: Improved Font Metrics
++ S8171252: Improve exception checking
++ S8171261: Stability fixes for lcms
++ S8174109, CVE-2017-10281: Better queuing priorities
+  (bsc#1064072)
++ S8174966, CVE-2017-10285: Unreferenced references
+  (bsc#1064073)
++ S8175940: More certificate subject checking
++ S8176751, CVE-2017-10295: Better URL connections
+  (bsc#1064075)
++ S8178794, CVE-2017-10388: Correct Kerberos ticket grants
+  (bsc#1064086)
++ S8180024: Improve construction of objects during
+  deserialization
++ S8180711, CVE-2017-10346: Better invokespecial checks
+  (bsc#1064078)
++ S8181100, CVE-2017-10350: Better Base Exceptions
+  (bsc#1064082)
++ S8181323, CVE-2017-10347: Better timezone processing
+  (bsc#1064079)
++ S8181327, CVE-2017-10349: Better X processing (bsc#1064081)
++ S8181370, CVE-2017-10345: Better keystore handling
+  (bsc#1064077)
++ S8181432, CVE-2017-10348: Better processing of unresolved
+  permissions (bsc#1064080)
++ S8181597, CVE-2017-10357: Process Proxy presentation
+  (bsc#1064085)
++ S8181612, CVE-2017-10355: More stable connection processing
+  (bsc#1064083)
++ S8181692, CVE-2017-10356: Update storage implementations
+  (bsc#1064084)
++ S8183028, CVE-2016-10165: Improve CMS header processing
+  (bsc#1064069)
+  * Other fixes
++ S8178714: PKIX validator nameConstraints check failing after
+  change 8175940
++ S8179564: Missing @bug for tests added with JDK-8165367
++ S8181048: Refactor existing providers to refer to the same
+  constants for default values for key length
++ S8181788: Unable to build JDK10 on SPARC-M8 machines
++ S8182879: Add warnings to keytool when using JKS and JCEKS
++ S8183297: Allow duplicate bugid for changeset in jdk9 update
+  forest
++ S8184937: LCMS error 13: Couldn't link the profiles
+  
+---
+Tue Oct 24 13:31:07 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * load_java_atk_wrapper.patch
++ put jar that is specified in accessibility.properties file in
+  assistive_technologies.classpath property on the class path
+
+---
+Fri Oct 13 11:47:34 UTC 2017 - fst...@suse.com
+
+ Make the conditions for aot a bit more readable
+
+---
@@ -4,2 +108,2 @@
-- For accessibility subpackage, try to copy Oracle Java as to the
-  places of *.properties files and *.jar files.
+- For accessibility 

commit yasm for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package yasm for openSUSE:Factory checked in 
at 2017-11-04 10:23:53

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


Package is "yasm"

Sat Nov  4 10:23:53 2017 rev:29 rq:538093 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yasm/yasm.changes2016-02-03 
10:16:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.yasm.new/yasm.changes   2017-11-04 
10:24:47.576702370 +0100
@@ -1,0 +2,5 @@
+Wed Nov  1 13:45:33 UTC 2017 - mplus...@suse.com
+
+- Switch to python3
+
+---



Other differences:
--
++ yasm.spec ++
--- /var/tmp/diff_new_pack.fjcG8k/_old  2017-11-04 10:24:48.128682284 +0100
+++ /var/tmp/diff_new_pack.fjcG8k/_new  2017-11-04 10:24:48.132682137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yasm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,16 +20,14 @@
 Version:1.3.0
 Release:0
 Summary:A complete rewrite of the NASM assembler
-License:Artistic-1.0 and BSD-2-Clause and BSD-3-Clause and GPL-2.0+ 
and LGPL-2.0+
+License:Artistic-1.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0+ 
AND LGPL-2.0+
 Group:  Development/Languages/Other
 Url:http://www.tortall.net/projects/yasm/
 Source: 
http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
 Patch0: %{name}-no-build-date.patch
 Patch1: %{name}-no-rpm-opt-flags.patch
 Patch2: yasm-re2c-nogendate.patch
-BuildRequires:  python-base
-BuildRequires:  xmlto
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python3-devel
 
 %description
 YASM is a complete rewrite of the NASM assembler. It is designed from
@@ -59,10 +57,9 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %check
@@ -70,7 +67,6 @@
 make %{?_smp_mflags} check || true
 
 %files
-%defattr(-,root,root)
 %doc Artistic.txt BSD.txt COPYING GNU_GPL-2.0 GNU_LGPL-2.0
 %doc ABOUT-NLS AUTHORS
 %{_bindir}/vsyasm
@@ -83,7 +79,6 @@
 %{_mandir}/man7/yasm_parsers.7%{ext_man}
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/libyasm.a
 




commit ffmpeg for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package ffmpeg for openSUSE:Factory checked 
in at 2017-11-04 10:22:44

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


Package is "ffmpeg"

Sat Nov  4 10:22:44 2017 rev:35 rq:537950 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes2017-09-13 
21:37:12.660148236 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes   2017-11-04 
10:23:06.392383950 +0100
@@ -1,0 +2,35 @@
+Tue Oct 31 17:35:25 UTC 2017 - jeng...@inai.de
+
+- Get rid of ffmpeg-pkgconfig-version.patch.
+
+---
+Mon Oct 16 11:16:16 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.4
+  * New video filters: deflicker, doublewave, lumakey, pixscope,
+oscilloscope, robterts, limiter, libvmaf, unpremultiply,
+tlut2, floodifll, pseudocolor, despill, convolve, vmafmotion.
+  * New audio filters: afir, crossfeed, surround, headphone,
+superequalizer, haas.
+  * Some video filters with several inputs now use a common set
+of options: blend, libvmaf, lut3d, overlay, psnr, ssim. They
+must always be used by name.
+  * librsvg support for svg rasterization
+  * spec-compliant VP9 muxing support in MP4
+  * Remove the libnut and libschroedinger muxer/demuxer wrappers
+  * drop deprecated qtkit input device (use avfoundation instead)
+  * SUP/PGS subtitle muxer
+  * VP9 tile threading support
+  * KMS screen grabber
+  * CUDA thumbnail filter
+  * V4L2 mem2mem HW assisted codecs
+  * Rockchip MPP hardware decoding
+  * (Not in openSUSE builds, only original ones:)
+  * Gremlin Digital Video demuxer and decoder
+  * Additional frame format support for Interplay MVE movies
+  * Dolby E decoder and SMPTE 337M demuxer
+  * raw G.726 muxer and demuxer, left- and right-justified
+  * NewTek NDI input/output device
+  * FITS demuxer, muxer, decoder and encoder
+
+---

Old:

  ffmpeg-3.3.4.tar.xz
  ffmpeg-3.3.4.tar.xz.asc
  ffmpeg-pkgconfig-version.patch

New:

  ffmpeg-3.4.tar.xz
  ffmpeg-3.4.tar.xz.asc



Other differences:
--
++ ffmpeg.spec ++
--- /var/tmp/diff_new_pack.JXUMGp/_old  2017-11-04 10:23:07.320350215 +0100
+++ /var/tmp/diff_new_pack.JXUMGp/_new  2017-11-04 10:23:07.320350215 +0100
@@ -30,7 +30,7 @@
 %bcond_withopencore
 
 Name:   ffmpeg
-Version:3.3.4
+Version:3.4
 Release:0
 Summary:Library for working with various multimedia formats
 License:LGPL-2.1+ and GPL-2.0+
@@ -47,14 +47,13 @@
 Source99:   baselibs.conf
 Patch1: ffmpeg-libcdio_cdda-pkgconfig.patch
 Patch2: ffmpeg-arm6l.diff
-Patch3: ffmpeg-pkgconfig-version.patch
 Patch4: ffmpeg-new-coder-errors.diff
 Patch5: ffmpeg-codec-choice.diff
 BuildRequires:  ladspa-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  libmp3lame-devel
+BuildRequires:  nasm
 BuildRequires:  pkg-config
-BuildRequires:  yasm
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(celt) >= 0.11.0
@@ -75,10 +74,8 @@
 BuildRequires:  pkgconfig(libraw1394)
 BuildRequires:  pkgconfig(libva) >= 0.35.0
 BuildRequires:  pkgconfig(libwebp) >= 0.4
-BuildRequires:  pkgconfig(netcdf)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(opus)
-BuildRequires:  pkgconfig(schroedinger-1.0)
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(theora) >= 1.1
@@ -393,7 +390,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1
+%patch -P 1 -P 2 -P 4 -P 5 -p1
 
 %build
 perl -i -pe 's{__TIME__|__DATE__}{"$&"}g' *.c
@@ -427,14 +424,12 @@
--enable-libopenjpeg \
--enable-libopus \
--enable-libpulse \
-   --enable-libschroedinger \
--enable-libspeex \
--enable-libtheora \
--enable-libtwolame \
--enable-libvorbis \
--enable-libvpx \
--enable-libwebp \
-   --enable-netcdf \
--enable-vaapi \
--enable-vdpau \
 %if 0%{?BUILD_ORIG}

++ ffmpeg-3.3.4.tar.xz -> ffmpeg-3.4.tar.xz ++
/work/SRC/openSUSE:Factory/ffmpeg/ffmpeg-3.3.4.tar.xz 
/work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg-3.4.tar.xz differ: char 26, line 1

++ ffmpeg-libcdio_cdda-pkgconfig.patch ++
--- /var/tmp/diff_new_pack.JXUMGp/_old  2017-11-04 10:23:07.432346144 +0100
+++ /var/tmp/diff_new_pack.JXUMGp/_new  2017-11-04 10:23:07.436345999 +0100
@@ -1,20 +1,21 @@
 ---
- configure |5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
+ configure |6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
 
-Index: 

commit libqt5-qtwebengine for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package libqt5-qtwebengine for 
openSUSE:Factory checked in at 2017-11-04 10:22:36

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


Package is "libqt5-qtwebengine"

Sat Nov  4 10:22:36 2017 rev:26 rq:537940 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes
2017-10-23 16:20:50.163837323 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new/libqt5-qtwebengine.changes   
2017-11-04 10:22:38.609393943 +0100
@@ -1,0 +2,6 @@
+Tue Oct 31 16:49:12 UTC 2017 - fab...@ritter-vogt.de
+
+- Restore working version of
+  disable-gpu-when-using-nouveau-boo-1005323.diff
+
+---



Other differences:
--
++ disable-gpu-when-using-nouveau-boo-1005323.diff ++
--- /var/tmp/diff_new_pack.gghtqF/_old  2017-11-04 10:22:44.745170890 +0100
+++ /var/tmp/diff_new_pack.gghtqF/_new  2017-11-04 10:22:44.745170890 +0100
@@ -50,3 +50,30 @@
  } // namespace
  
  namespace QtWebEngineCore {
+@@ -366,6 +400,17 @@ WebEngineContext::WebEngineContext()
+ 
+ const char *glType = 0;
+ #ifndef QT_NO_OPENGL
++bool disableGpu = qEnvironmentVariableIsSet("QT_WEBENGINE_DISABLE_GPU");
++
++if (!qEnvironmentVariableIsSet("QT_WEBENGINE_DISABLE_NOUVEAU_WORKAROUND") 
&& openGLVendor() == QStringLiteral("nouveau"))
++{
++qWarning() << "Nouveau openGL driver detected. Qt WebEngine will 
disable usage of the GPU.\n"
++  "Note: you can set the 
QT_WEBENGINE_DISABLE_NOUVEAU_WORKAROUND\n"
++  "environment variable before running this application, 
but this is \n"
++  "not recommended since this usually causes applications 
to crash as\n"
++  "Nouveau openGL drivers don't support multithreaded 
rendering";
++disableGpu = true;
++}
+ 
+ bool tryGL =
+ !usingANGLE()
+@@ -377,7 +422,7 @@ WebEngineContext::WebEngineContext()
+ || enableWebGLSoftwareRendering
+ #endif
+ )
+-&& !usingQtQuick2DRenderer();
++&& !usingQtQuick2DRenderer() && !disableGpu;
+ 
+ if (tryGL) {
+ if (qt_gl_global_share_context() && 
qt_gl_global_share_context()->isValid()) {




commit yast2-country for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2017-11-04 10:22:25

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


Package is "yast2-country"

Sat Nov  4 10:22:25 2017 rev:187 rq:537932 version:4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2017-10-28 14:19:36.876092415 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2017-11-04 10:22:26.613830017 +0100
@@ -1,0 +2,7 @@
+Tue Oct 31 14:41:28 UTC 2017 - lsle...@suse.cz
+
+- Let the "localectl" tool to create the X11 keyboard configuration
+  (bsc#1065264)
+- 4.0.6
+
+---

Old:

  yast2-country-4.0.5.tar.bz2

New:

  yast2-country-4.0.6.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.wjGzFA/_old  2017-11-04 10:22:27.605793957 +0100
+++ /var/tmp/diff_new_pack.wjGzFA/_new  2017-11-04 10:22:27.609793811 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:4.0.5
+Version:4.0.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-country-4.0.5.tar.bz2 -> yast2-country-4.0.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.0.5/keyboard/src/modules/Keyboard.rb 
new/yast2-country-4.0.6/keyboard/src/modules/Keyboard.rb
--- old/yast2-country-4.0.5/keyboard/src/modules/Keyboard.rb2017-10-25 
11:10:59.357922312 +0200
+++ new/yast2-country-4.0.6/keyboard/src/modules/Keyboard.rb2017-10-31 
16:16:49.235902919 +0100
@@ -890,20 +890,18 @@
 # do not use --root option, SCR.Execute(".target...") already runs in 
chroot
 "/usr/bin/systemd-firstboot --keymap '#{chomped_keymap}'"
   else
-"/usr/bin/localectl --no-convert set-keymap #{chomped_keymap}"
+# this sets both the console and the X11 keyboard (see "man localectl")
+"/usr/bin/localectl set-keymap #{chomped_keymap}"
   end
-  log.info "Making console keyboard persistent: #{cmd}"
+  log.info "Making keyboard setting persistent: #{cmd}"
   result = SCR.Execute(path(".target.bash_output"), cmd)
   if result["exit"] != 0
 # TRANSLATORS: the "%s" is replaced by the executed command
 Report.Error(_("Could not save the keyboard setting, the 
command\n%s\nfailed.") % cmd)
-log.error "Console keyboard configuration not written. Failed to 
execute '#{cmd}'"
+log.error "Keyboard configuration not written. Failed to execute 
'#{cmd}'"
 log.error "output: #{result.inspect}"
   end
 
-  # Write systemd settings for X11
-  call_set_x11_keymap if x11_setup_needed
-
   # As a preliminary step mark all keyboards except the one to be 
configured
   # as configured = no and needed = no. Afterwards this one keyboard will 
be
   # marked as configured = yes and needed = yes. This has to be done  to
@@ -1553,30 +1551,6 @@
   # eval is necessary for translating the texts needed to be translated
   content ? Builtins.eval(content) : {}
 end
-
-def call_set_x11_keymap
-  if Stage.initial
-# see https://bugzilla.opensuse.org/show_bug.cgi?id=1046436#c57 for 
reasoning
-log.info "Skipping setting of x11 keymap in installation"
-return
-  end
-
-  args = [@XkbLayout, @XkbModel, @XkbVariant, @XkbOptions]
-  return if args.all?(&:empty?)
-
-  # The localectl syntax enforces a fixed order for the X11 options.
-  # Empty options at the end of the command can (must) be skipped.
-  # Other empty options must be specified as "".
-  last_idx = args.rindex { |a| !a.empty? }
-  args = args[0..last_idx]
-  args.map! { |a| a.empty? ? "\"\"" : a }
-
-  cmd = "/usr/bin/localectl --no-convert set-x11-keymap #{args.join(' ')}"
-  log.info "Making X11 keyboard persistent: #{cmd}"
-  if SCR.Execute(path(".target.bash"), cmd) != 0
-log.error "X11 configuration not written. Failed to execute '#{cmd}'"
-  end
-end
   end
 
   Keyboard = KeyboardClass.new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.0.5/keyboard/test/keyboard_test.rb 
new/yast2-country-4.0.6/keyboard/test/keyboard_test.rb
--- old/yast2-country-4.0.5/keyboard/test/keyboard_test.rb  2017-10-25 
11:10:59.357922312 +0200
+++ new/yast2-country-4.0.6/keyboard/test/keyboard_test.rb  2017-10-31 
16:16:49.239902919 +0100
@@ -100,11 +100,8 @@
 let(:new_lang) { "russian" }
 
 it "writes the 

commit python-lxml for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2017-11-04 10:22:18

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


Package is "python-lxml"

Sat Nov  4 10:22:18 2017 rev:62 rq:537927 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2017-09-21 
12:28:38.027705880 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2017-11-04 10:22:18.366129845 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 14:24:25 UTC 2017 - jmate...@suse.com
+
+- run tests only when the appropriate pythons are available
+
+---



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.XUysdS/_old  2017-11-04 10:22:19.178100328 +0100
+++ /var/tmp/diff_new_pack.XUysdS/_new  2017-11-04 10:22:19.182100182 +0100
@@ -90,8 +90,14 @@
 # The tests fail on SLE 11 due to broken incremental parsing
 # in libxml2
 export CFLAGS="%{optflags}"
-LANG=en_US.UTF-8 PYTHONUNBUFFERED=x make test
-LANG=en_US.UTF-8 PYTHONUNBUFFERED=x make test3
+export LANG=en_US.UTF-8
+export PYTHONUNBUFFERED=x
+%if 0%{?have_python2}
+make test
+%endif
+%if 0%{?have_python3}
+make test3
+%endif
 
 %install
 %python_install




commit libqt5-qtlocation for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package libqt5-qtlocation for 
openSUSE:Factory checked in at 2017-11-04 10:22:03

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


Package is "libqt5-qtlocation"

Sat Nov  4 10:22:03 2017 rev:24 rq:537891 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtlocation/libqt5-qtlocation.changes  
2017-10-23 16:19:52.278547371 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new/libqt5-qtlocation.changes 
2017-11-04 10:22:04.554631933 +0100
@@ -1,0 +2,6 @@
+Mon Oct 30 14:18:42 UTC 2017 - fcro...@suse.com
+
+- Add logic from chromium specfile to limit build parallelism based
+  on available memory. Add BuildRequires procps for this.
+
+---



Other differences:
--
++ libqt5-qtlocation.spec ++
--- /var/tmp/diff_new_pack.hgPhMp/_old  2017-11-04 10:22:05.438599799 +0100
+++ /var/tmp/diff_new_pack.hgPhMp/_new  2017-11-04 10:22:05.438599799 +0100
@@ -47,6 +47,8 @@
 #to create the forwarding headers
 BuildRequires:  perl
 %endif
+# needed for free, used to tune build parallelism
+BuildRequires:  procps
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -134,7 +136,24 @@
 mkdir .git
 %endif
 %qmake5
-%make_jobs
+
+# do not eat all memory (logic from chromium specfile)
+jobs="%{?jobs:%{jobs}}"
+echo "Available memory:"
+free
+echo "System limits:"
+ulimit -a
+if test -n "$jobs" -a "$jobs" -gt 1 ; then
+mem_per_process=900
+max_mem=`LANG=C free -t -m | sed -n "s|^Mem: *\([0-9]*\).*$|\1|p"`
+max_jobs="$(($max_mem / $mem_per_process))"
+test "$jobs" -gt "$max_jobs" && jobs="$max_jobs" && echo "Warning: 
Reducing number of jobs to $max_jobs because of memory limits"
+test "$jobs" -le 0 && jobs=1 && echo "Warning: Do not use the parallel 
build at all becuse of memory limits"
+fi
+
+%__make -j$jobs VERBOSE=1
+
+#make_jobs
 
 %install
 %qmake5_install




commit gvfs for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2017-11-04 10:22:30

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


Package is "gvfs"

Sat Nov  4 10:22:30 2017 rev:139 rq:537933 version:1.34.1

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2017-10-06 
10:56:49.865393163 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2017-11-04 
10:22:32.009633864 +0100
@@ -1,0 +2,11 @@
+Tue Oct 31 14:31:25 UTC 2017 - tbecht...@suse.com
+
+- Set caps(cap_net_bind_service=+ep) for gvfds-nfs: Many NFS
+  servers default to a mode where they do not allow non-system
+  ports from connecting. These servers require to use the
+  "insecure" export option in /etc/exports in order to allow libnfs
+  clients to be able to connect. Allow the usage of privileged
+  ports for the gvfsd-nfs executable to not require the "insecure"
+  option on the server (bsc#1065864).
+
+---



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.5vD2xC/_old  2017-11-04 10:22:32.701608709 +0100
+++ /var/tmp/diff_new_pack.5vD2xC/_new  2017-11-04 10:22:32.701608709 +0100
@@ -322,7 +322,8 @@
 %{_libexecdir}/%{name}/gvfsd-network
 %{_datadir}/%{name}/mounts/network.mount
 %if 0%{?is_opensuse}
-%{_libexecdir}/%{name}/gvfsd-nfs
+# allow priv ports for mounting nfs . Otherwise the nfs-service requires 
insecure
+%caps(cap_net_bind_service=+ep) %{_libexecdir}/%{name}/gvfsd-nfs
 %{_datadir}/%{name}/mounts/nfs.mount
 %endif
 %if !0%{?is_opensuse}




commit lua-luasocket for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package lua-luasocket for openSUSE:Factory 
checked in at 2017-11-04 10:22:08

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


Package is "lua-luasocket"

Sat Nov  4 10:22:08 2017 rev:3 rq:537925 version:3.0~rc1+git20170515.5a17f79

Changes:

lua51-luasocket.changes: same change
--- /work/SRC/openSUSE:Factory/lua-luasocket/lua53-luasocket.changes
2017-10-23 16:38:11.607080688 +0200
+++ /work/SRC/openSUSE:Factory/.lua-luasocket.new/lua53-luasocket.changes   
2017-11-04 10:22:10.450417605 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 14:06:18 UTC 2017 - tchva...@suse.com
+
+- Drop lua52-luasocket to obsolete lua52 from distribution
+
+---

Old:

  lua52-luasocket.changes
  lua52-luasocket.spec



Other differences:
--
lua51-luasocket.spec: same change
lua53-luasocket.spec: same change



commit yast2-add-on for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2017-11-04 10:21:56

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


Package is "yast2-add-on"

Sat Nov  4 10:21:56 2017 rev:85 rq:537887 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2017-10-23 16:42:37.066657501 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2017-11-04 10:21:57.130901807 +0100
@@ -1,0 +2,8 @@
+Tue Oct 31 12:41:46 UTC 2017 - lsle...@suse.cz
+
+- Hide the "I would like to install an additional Add On Product"
+  check box after pressing "Add" button (fix up for the previous
+  change) (bsc#1065843)
+- 4.0.2
+
+---

Old:

  yast2-add-on-4.0.1.tar.bz2

New:

  yast2-add-on-4.0.2.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.Tvef8b/_old  2017-11-04 10:21:57.938872436 +0100
+++ /var/tmp/diff_new_pack.Tvef8b/_new  2017-11-04 10:21:57.942872290 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:4.0.1
+Version:4.0.2
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0

++ yast2-add-on-4.0.1.tar.bz2 -> yast2-add-on-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.0.1/package/yast2-add-on.changes 
new/yast2-add-on-4.0.2/package/yast2-add-on.changes
--- old/yast2-add-on-4.0.1/package/yast2-add-on.changes 2017-10-19 
13:41:57.610353693 +0200
+++ new/yast2-add-on-4.0.2/package/yast2-add-on.changes 2017-10-31 
13:50:18.641458430 +0100
@@ -1,4 +1,12 @@
 ---
+Tue Oct 31 12:41:46 UTC 2017 - lsle...@suse.cz
+
+- Hide the "I would like to install an additional Add On Product"
+  check box after pressing "Add" button (fix up for the previous
+  change) (bsc#1065843)
+- 4.0.2
+
+---
 Thu Oct 19 11:14:52 UTC 2017 - lsle...@suse.cz
 
 - Allow preselecting the add-on URL schema and hiding the "I would
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-4.0.1/package/yast2-add-on.spec 
new/yast2-add-on-4.0.2/package/yast2-add-on.spec
--- old/yast2-add-on-4.0.1/package/yast2-add-on.spec2017-10-19 
13:41:57.614353693 +0200
+++ new/yast2-add-on-4.0.2/package/yast2-add-on.spec2017-10-31 
13:50:18.641458430 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:4.0.1
+Version:4.0.2
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-add-on-4.0.1/src/include/add-on/add-on-workflow.rb 
new/yast2-add-on-4.0.2/src/include/add-on/add-on-workflow.rb
--- old/yast2-add-on-4.0.1/src/include/add-on/add-on-workflow.rb
2017-10-19 13:41:57.682353693 +0200
+++ new/yast2-add-on-4.0.2/src/include/add-on/add-on-workflow.rb
2017-10-31 13:50:18.645458430 +0100
@@ -1151,8 +1151,11 @@
   # following runs it makes no sense as user explicitly wants to add 
an addon.
   # Change the state only if it has the default value (nil),
   # if the check box state has been already set then keep it unchanged.
-  if SourceDialogs.display_addon_checkbox.nil?
-SourceDialogs.display_addon_checkbox = (ret == :skip_to_add)
+  if SourceDialogs.display_addon_checkbox.nil? && ret == :skip_to_add
+SourceDialogs.display_addon_checkbox = true
+  # never display the checkbox after pressing [Add]
+  elsif SourceDialogs.display_addon_checkbox && ret == :add
+SourceDialogs.display_addon_checkbox = false
   end
 
   # bugzilla #293428