commit instlux for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package instlux for openSUSE:Factory checked 
in at 2017-11-21 15:36:18

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


Package is "instlux"

Tue Nov 21 15:36:18 2017 rev:49 rq:544136 version:15.0.0

Changes:

--- /work/SRC/openSUSE:Factory/instlux/instlux.changes  2017-11-11 
14:20:57.220236677 +0100
+++ /work/SRC/openSUSE:Factory/.instlux.new/instlux.changes 2017-11-21 
15:37:33.905919456 +0100
@@ -1,0 +2,7 @@
+Tue Nov 21 09:54:10 UTC 2017 - dims...@opensuse.org
+
+- In case prjconf defines skelcd_compat, do not yet move skelcdpath
+  to /usr/share. This allows TW to move suse_version ahead of
+  SLE15, without being forced to switch to the new product builder.
+
+---



Other differences:
--
++ instlux.spec ++
--- /var/tmp/diff_new_pack.QjTP3Z/_old  2017-11-21 15:37:34.573895252 +0100
+++ /var/tmp/diff_new_pack.QjTP3Z/_new  2017-11-21 15:37:34.573895252 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} >= 1500 && !0%{?skelcd_compat}
 %define skelcdpath /usr/lib/skelcd
 %endif
 





commit hwloc for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package hwloc for openSUSE:Factory checked 
in at 2017-11-21 15:36:27

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


Package is "hwloc"

Tue Nov 21 15:36:27 2017 rev:11 rq:544164 version:1.11.5

Changes:

--- /work/SRC/openSUSE:Factory/hwloc/hwloc.changes  2017-03-12 
20:02:21.915636018 +0100
+++ /work/SRC/openSUSE:Factory/.hwloc.new/hwloc.changes 2017-11-21 
15:37:35.617857424 +0100
@@ -1,0 +2,6 @@
+Tue Nov 21 09:52:50 UTC 2017 - idon...@suse.com
+
+- Fix build on Leap where both sle_version is defined and
+  is_opensuse is True.
+
+---



Other differences:
--
++ hwloc.spec ++
--- /var/tmp/diff_new_pack.j56bol/_old  2017-11-21 15:37:36.201836264 +0100
+++ /var/tmp/diff_new_pack.j56bol/_new  2017-11-21 15:37:36.209835974 +0100
@@ -91,11 +91,7 @@
 %package data
 Summary:Run time data for hwloc
 Group:  Development/Libraries/C and C++
-%if 0%{?sle_version} > 120300
-BuildArch:  noarch
-%endif
-%if 0%{?is_opensuse}
-Group:  System/Libraries
+%if 0%{?sle_version} > 120300 || 0%{?is_opensuse}
 BuildArch:  noarch
 %endif
 
@@ -105,10 +101,7 @@
 %package doc
 Summary:Documentation for hwloc
 Group:  Documentation/Other
-%if 0%{?sle_version} > 120300
-BuildArch:  noarch
-%endif
-%if 0%{?is_opensuse}
+%if 0%{?sle_version} > 120300 || 0%{?is_opensuse}
 BuildArch:  noarch
 %endif
 
@@ -142,7 +135,6 @@
 rm %{buildroot}%{_datadir}/hwloc/hwloc-dump-hwdata.service
 %endif
 
-
 %fdupes -s %{buildroot}/%{_mandir}/man1
 %fdupes -s %{buildroot}/%{_mandir}/man7
 




commit python-yubico for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package python-yubico for openSUSE:Factory 
checked in at 2017-11-21 15:36:09

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


Package is "python-yubico"

Tue Nov 21 15:36:09 2017 rev:4 rq:544132 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-yubico/python-yubico.changes  
2016-02-29 09:15:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-yubico.new/python-yubico.changes 
2017-11-21 15:37:30.662036998 +0100
@@ -1,0 +2,5 @@
+Thu Nov 16 07:35:02 UTC 2017 - t.gru...@katodev.de
+
+- add multi-python support
+
+---



Other differences:
--
++ python-yubico.spec ++
--- /var/tmp/diff_new_pack.8vHWzF/_old  2017-11-21 15:37:31.290014244 +0100
+++ /var/tmp/diff_new_pack.8vHWzF/_new  2017-11-21 15:37:31.294014099 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yubico
 #
-# Copyright (c) 2015 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,11 +16,8 @@
 #
 
 
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:   python-yubico
 Version:1.3.2
 Release:0
@@ -30,11 +27,15 @@
 Url:https://developers.yubico.com/python-yubico/Releases/
 Source: 
https://developers.yubico.com/python-yubico/Releases/python-yubico-%{version}.tar.gz
 Source1:
https://developers.yubico.com/python-yubico/Releases/python-yubico-%{version}.tar.gz.sig
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-usb
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module usb}
+BuildRequires:  python-rpm-macros
 Requires:   python-usb
+BuildRequires:  fdupes
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%python_subpackages
 
 %description
 The YubiKey is a hardware token for authentication. The main mode of the 
YubiKey
@@ -51,12 +52,13 @@
 %setup -q
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README ChangeLog COPYING NEWS
 %{python_sitelib}/*





commit supertuxkart for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package supertuxkart for openSUSE:Factory 
checked in at 2017-11-21 15:36:03

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


Package is "supertuxkart"

Tue Nov 21 15:36:03 2017 rev:15 rq:544130 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/supertuxkart/supertuxkart.changes
2017-11-09 13:58:33.305459368 +0100
+++ /work/SRC/openSUSE:Factory/.supertuxkart.new/supertuxkart.changes   
2017-11-21 15:37:07.838864002 +0100
@@ -1,0 +2,6 @@
+Tue Nov 21 10:26:10 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.9.3 (final):
+  + Only minor bug fixes over 0.9.3-rc1.
+
+---

Old:

  supertuxkart-0.9.3-rc1-src.tar.xz

New:

  supertuxkart-0.9.3-src.tar.xz



Other differences:
--
++ supertuxkart.spec ++
--- /var/tmp/diff_new_pack.fu3tRZ/_old  2017-11-21 15:37:29.258087871 +0100
+++ /var/tmp/diff_new_pack.fu3tRZ/_new  2017-11-21 15:37:29.262087726 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   supertuxkart
-Version:0.9.3~rc1
+Version:0.9.3
 Release:0
 Summary:A 3D kart racing game
 License:GPL-2.0+ and GPL-3.0+ and CC-BY-SA-3.0
 Group:  Amusements/Games/3D/Race
 Url:http://supertuxkart.sourceforge.net/
-Source: 
http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.3-rc1/%{name}-0.9.3-rc1-src.tar.xz
+Source: 
http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.3/%{name}-%{version}-src.tar.xz
 # Geeko kart add-on (CC-BY 3.0)
 Source1:http://stkaddons.net/dl/14e6ba25b17f0d.zip
 Source9:supertuxkart.6
@@ -77,7 +77,7 @@
 Data files for SuperTuxKart a Free 3d kart racing game.
 
 %prep
-%setup -q -n supertuxkart-0.9.3-rc1
+%setup -q
 find -name '*~' -delete -print
 find -name '.git*' -delete -print
 


++ supertuxkart-0.9.3-rc1-src.tar.xz -> supertuxkart-0.9.3-src.tar.xz ++
/work/SRC/openSUSE:Factory/supertuxkart/supertuxkart-0.9.3-rc1-src.tar.xz 
/work/SRC/openSUSE:Factory/.supertuxkart.new/supertuxkart-0.9.3-src.tar.xz 
differ: char 26, line 1




commit fence-agents for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package fence-agents for openSUSE:Factory 
checked in at 2017-11-21 15:35:50

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


Package is "fence-agents"

Tue Nov 21 15:35:50 2017 rev:34 rq:544095 version:4.0.25+git.1509350522.8d6f8530

Changes:

--- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes
2017-11-03 16:25:39.274454126 +0100
+++ /work/SRC/openSUSE:Factory/.fence-agents.new/fence-agents.changes   
2017-11-21 15:36:02.75794 +0100
@@ -1,0 +2,5 @@
+Tue Nov 21 08:57:16 UTC 2017 - kgronl...@suse.com
+
+- Recommend openwsman-python3, not python-openwsman (bsc#1069137) 
+
+---



Other differences:
--
++ fence-agents.spec ++
--- /var/tmp/diff_new_pack.PGs2BY/_old  2017-11-21 15:36:03.301202582 +0100
+++ /var/tmp/diff_new_pack.PGs2BY/_new  2017-11-21 15:36:03.305202437 +0100
@@ -67,7 +67,7 @@
 # have changed Requires around. Make sure to get the right one.
 Recommends: /usr/bin/ipmitool
 
-Recommends: openwsman-python
+Recommends: python3-openwsman
 
 %if 0%{?with_regression_tests}
 BuildRequires:  time




commit opa-ff for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package opa-ff for openSUSE:Factory checked 
in at 2017-11-21 15:35:43

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


Package is "opa-ff"

Tue Nov 21 15:35:43 2017 rev:6 rq:544092 version:10.6.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-ff/opa-ff.changes2017-09-20 
17:12:26.951597206 +0200
+++ /work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff.changes   2017-11-21 
15:35:59.145353176 +0100
@@ -1,0 +2,9 @@
+Mon Nov 20 16:47:51 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to v10.6.0.0.131
+  * No changelog available
+- Remove opa-ff-sigset-was-removed.patch as it was fixed upstream.
+- Rebase opa-ff-suse-build-fixes.patch and
+  opa-ff-add-shebang-for-exp-files.patch to the latest sources
+
+---

Old:

  opa-ff-10.5.0.0.140.0.206c362.tar.gz
  opa-ff-sigset-was-removed.patch

New:

  opa-ff-10.6.0.0.131.0.3ca3fd5.tar.gz



Other differences:
--
++ opa-ff.spec ++
--- /var/tmp/diff_new_pack.GCyYqb/_old  2017-11-21 15:36:02.277239687 +0100
+++ /var/tmp/diff_new_pack.GCyYqb/_new  2017-11-21 15:36:02.281239542 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define git_ver .0.140.0.206c362
+%define git_ver .0.131.0.3ca3fd5
 
 %define pseudo_opt %{_prefix}/lib/opa-ff/
 %define opasysconfdir %{_sysconfdir}/opa/sysconfig
 Name:   opa-ff
-Version:10.5.0
+Version:10.6.0
 Release:0
 Summary:Intel Omni-Path basic tools and libraries for fabric managment
 License:BSD-3-Clause or GPL-2.0
@@ -31,7 +31,6 @@
 Source1:opa-ff.rpmlintrc
 Patch1: opa-ff-add-shebang-for-exp-files.patch
 Patch2: opa-ff-suse-build-fixes.patch
-Patch3: opa-ff-sigset-was-removed.patch
 BuildRequires:  gcc-c++
 BuildRequires:  infiniband-diags-devel
 BuildRequires:  libexpat-devel
@@ -99,7 +98,6 @@
 %setup -q -n  %{name}-%{version}%{git_ver}
 %patch1
 %patch2
-%patch3
 
 %build
 export RPM_OPT_FLAGS

++ _service ++
--- /var/tmp/diff_new_pack.GCyYqb/_old  2017-11-21 15:36:02.317238238 +0100
+++ /var/tmp/diff_new_pack.GCyYqb/_new  2017-11-21 15:36:02.317238238 +0100
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-206c362b545ab1acd42b36822e5083fb74d26e63
+3ca3fd5ef80b0dbe1724c7d0fc1e1678c71b0196
   
   
 opa-ff*.tar

++ opa-ff-10.5.0.0.140.0.206c362.tar.gz -> 
opa-ff-10.6.0.0.131.0.3ca3fd5.tar.gz ++
/work/SRC/openSUSE:Factory/opa-ff/opa-ff-10.5.0.0.140.0.206c362.tar.gz 
/work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff-10.6.0.0.131.0.3ca3fd5.tar.gz 
differ: char 12, line 1

++ opa-ff-add-shebang-for-exp-files.patch ++
--- /var/tmp/diff_new_pack.GCyYqb/_old  2017-11-21 15:36:02.361236643 +0100
+++ /var/tmp/diff_new_pack.GCyYqb/_new  2017-11-21 15:36:02.361236643 +0100
@@ -1,3 +1,11 @@
+commit 87046311682d922380aba3605906332e7e8c034d
+Author: Nicolas Morey-Chaisemartin 
+Date:   Thu Jun 8 11:13:38 2017 +0200
+
+opa-ff add shebang for exp files
+
+Signed-off-by: Nicolas Morey-Chaisemartin 
+
 diff --git IbaTools/FastFabric/chassis_configure.exp 
IbaTools/FastFabric/chassis_configure.exp
 index f18397f..38fb6d9 100644
 --- IbaTools/FastFabric/chassis_configure.exp
@@ -287,7 +295,7 @@
  # 
  # Copyright (c) 2015, Intel Corporation
 diff --git TestTools/extmng.exp TestTools/extmng.exp
-index 2f2d25e..e571529 100755
+index 92afc6a..8a06ac8 100755
 --- TestTools/extmng.exp
 +++ TestTools/extmng.exp
 @@ -1,3 +1,4 @@
@@ -323,7 +331,7 @@
  # 
  # Copyright (c) 2015, Intel Corporation
 diff --git TestTools/mpi.exp TestTools/mpi.exp
-index 3c5a649..d16354a 100755
+index 25defc0..8bd7b9c 100755
 --- TestTools/mpi.exp
 +++ TestTools/mpi.exp
 @@ -1,3 +1,4 @@
@@ -377,7 +385,7 @@
  # 
  # Copyright (c) 2015, Intel Corporation
 diff --git TestTools/target.exp TestTools/target.exp
-index 9460a67..2c300f9 100755
+index 4e01d0d..5fb6ca9 100755
 --- TestTools/target.exp
 +++ TestTools/target.exp
 @@ -1,3 +1,4 @@

++ opa-ff-suse-build-fixes.patch ++
--- /var/tmp/diff_new_pack.GCyYqb/_old  2017-11-21 15:36:02.373236208 +0100
+++ /var/tmp/diff_new_pack.GCyYqb/_new  2017-11-21 15:36:02.373236208 +0100
@@ -1,3 +1,11 @@
+commit 7adbd3a6cd0aa8c1b0c3b64f6ca706accf9f4f2a
+Author: Nicolas Morey-Chaisemartin 
+Date:   Thu Jun 8 11:11:01 2017 +0200
+
+opa-ff suse build fixes
+
+Signed-off-by: Nicolas Morey-Chaisemartin 
+
 diff --git Makerules/Defs.Flags Makerules/Defs.Flags
 index 8caba53..91764ca 100755
 --- Makerules/Defs.Flags
@@ -26,10 +34,10 @@
  # Include directories for kernel
  

commit powdertoy for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package powdertoy for openSUSE:Factory 
checked in at 2017-11-21 15:35:57

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


Package is "powdertoy"

Tue Nov 21 15:35:57 2017 rev:4 rq:544126 version:92.5

Changes:

--- /work/SRC/openSUSE:Factory/powdertoy/powdertoy.changes  2017-09-29 
11:57:28.961066979 +0200
+++ /work/SRC/openSUSE:Factory/.powdertoy.new/powdertoy.changes 2017-11-21 
15:36:04.689152288 +0100
@@ -1,0 +2,5 @@
+Mon Nov 20 19:46:58 UTC 2017 - astie...@suse.com
+
+- fix build with scons 3, add The-Powder-Toy-92.5-scons-3.patch
+
+---

New:

  The-Powder-Toy-92.5-scons-3.patch



Other differences:
--
++ powdertoy.spec ++
--- /var/tmp/diff_new_pack.qYecQ9/_old  2017-11-21 15:36:06.501086630 +0100
+++ /var/tmp/diff_new_pack.qYecQ9/_new  2017-11-21 15:36:06.501086630 +0100
@@ -23,6 +23,7 @@
 Version:92.5
 Release:0
 Source: 
https://github.com/simtr/The-Powder-Toy/archive/v%{version}.tar.gz
+Patch0: The-Powder-Toy-92.5-scons-3.patch
 Url:http://powdertoy.co.uk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n The-Powder-Toy-%{version}
+%patch0 -p1
 
 %build
 %ifarch x86_64

++ The-Powder-Toy-92.5-scons-3.patch ++
From: Andreas Stieger 
Date: Mon, 20 Nov 2017 20:45:34 +0100
Subject: Fix build with scons 3
Upstream: committed
References: 
https://github.com/ThePowderToy/The-Powder-Toy/commit/1c275e943fd84a324c68f658aea6834b590369a0
 
https://github.com/ThePowderToy/The-Powder-Toy/commit/c0bb5882b4b21b7bfd59735526f31eb7baaa65e8
 
https://github.com/ThePowderToy/The-Powder-Toy/commit/553b36b31cc79731778c1a392bce95fc94d56a71

Index: The-Powder-Toy-92.5/SConscript
===
--- The-Powder-Toy-92.5.orig/SConscript
+++ The-Powder-Toy-92.5/SConscript
@@ -21,9 +21,9 @@ class ourSpawn:
data, err = proc.communicate()
rv = proc.wait()
if rv:
-   print "="
-   print err
-   print "="
+   print("=")
+   print(err)
+   print("=")
return rv
 def SetupSpawn(env):
buf = ourSpawn()
@@ -137,7 +137,7 @@ if tool:
 for var in ["CC","CXX","LD","LIBPATH","STRIP"]:
if var in os.environ:
env[var] = os.environ[var]
-   print "copying environment variable 
{0}={1!r}".format(var,os.environ[var])
+   print("copying environment variable 
{0}={1!r}".format(var,os.environ[var]))
 # variables containing several space separated things
 for var in ["CFLAGS","CCFLAGS","CXXFLAGS","LINKFLAGS","CPPDEFINES","CPPPATH"]:
if var in os.environ:
@@ -145,7 +145,7 @@ for var in ["CFLAGS","CCFLAGS","CXXFLAGS
env[var] += SCons.Util.CLVar(os.environ[var])
else:
env[var] = SCons.Util.CLVar(os.environ[var])
-   print "copying environment variable 
{0}={1!r}".format(var,os.environ[var])
+   print("copying environment variable 
{0}={1!r}".format(var,os.environ[var]))
 
 #Used for intro text / executable name, actual bit flags are only set if the 
--64bit/--32bit command line args are given
 def add32bitflags(env):
@@ -377,7 +377,7 @@ if GetOption('clean'):
try:
shutil.rmtree("generated/")
except:
-   print "couldn't remove build/generated/"
+   print("couldn't remove build/generated/")
 elif not GetOption('help'):
conf = Configure(env)
conf.AddTest('CheckFramework', CheckFramework)
@@ -417,7 +417,7 @@ elif platform == "Darwin":
env.Append(CPPDEFINES=['MACOSX'])
#env.Append(LINKFLAGS=['-headerpad_max_install_names']) #needed in some 
cross compiles
if GetOption('luajit'):
-   env.Append(LINKFLAGS=['-pagezero_size=1', 
'-image_base=1'])
+   env.Append(LINKFLAGS=['-pagezero_size', '1', '-image_base', 
'1'])
 
 
 #Add architecture flags and defines
Index: The-Powder-Toy-92.5/SConstruct
===
--- The-Powder-Toy-92.5.orig/SConstruct
+++ The-Powder-Toy-92.5/SConstruct
@@ -1,6 +1,12 @@
+import sys
 #run generator.py
 if not GetOption('clean'):
-   execfile("generator.py")
+   if sys.version_info[0] < 3:
+   execfile("generator.py")
+   else:
+   with 

commit cinnamon-control-center for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package cinnamon-control-center for 
openSUSE:Factory checked in at 2017-11-21 15:34:51

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


Package is "cinnamon-control-center"

Tue Nov 21 15:34:51 2017 rev:10 rq:544084 version:3.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes
  2017-11-19 11:13:17.791219167 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-control-center.new/cinnamon-control-center.changes
 2017-11-21 15:35:03.071385119 +0100
@@ -1,0 +2,12 @@
+Tue Nov 21 07:11:21 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.5 (changes since 3.6.3):
+  * network: Avoid crashing if the NMDevice doesn't have a
+hw-address.
+  * all: Simplify and fix i18n.
+  * online-accounts: Fix Gtk-warning.
+  * network: Enable loading of newer VPN plugins
+(gh#linuxmint/cinnamon-control-center#183).
+  * all: Remove obsolete files and setup gitignore.
+
+---

Old:

  cinnamon-control-center-3.6.3.tar.gz

New:

  cinnamon-control-center-3.6.5.tar.gz



Other differences:
--
++ cinnamon-control-center.spec ++
--- /var/tmp/diff_new_pack.qqzz13/_old  2017-11-21 15:35:07.419227565 +0100
+++ /var/tmp/diff_new_pack.qqzz13/_new  2017-11-21 15:35:07.423227420 +0100
@@ -19,7 +19,7 @@
 %define soname  libcinnamon-control-center
 %define sover   1
 Name:   cinnamon-control-center
-Version:3.6.3
+Version:3.6.5
 Release:0
 Summary:Utilities to configure the Cinnamon desktop
 License:GPL-2.0 AND GPL-3.0+ AND MIT

++ cinnamon-control-center-3.6.3.tar.gz -> 
cinnamon-control-center-3.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-control-center-3.6.3/.gitignore 
new/cinnamon-control-center-3.6.5/.gitignore
--- old/cinnamon-control-center-3.6.3/.gitignore1970-01-01 
01:00:00.0 +0100
+++ new/cinnamon-control-center-3.6.5/.gitignore2017-11-20 
15:46:44.0 +0100
@@ -0,0 +1,45 @@
+# Autotools
+autom4te.cache/
+m4/
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+Makefile
+Makefile.in
+stamp-h1
+*.desktop
+*.desktop.in
+*.m4
+*.pc
+
+# Compiler output
+*.la
+*.lo
+*.mo
+*.o
+.deps/
+.libs/
+*-resources.c
+*-resources.h
+panels/common/list-languages
+panels/datetime/test-endianess
+panels/datetime/test-timezone
+panels/datetime/test-timezone-gfx
+panels/wacom/calibrator/test-calibrator
+panels/wacom/test-wacom
+po/.intltool-merge-cache
+po/POTFILES
+po/stamp-it
+shell/cinnamon-control-center
+shell/cinnamoncc.directory
+shell/cinnamoncc.menu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-control-center-3.6.3/INSTALL 
new/cinnamon-control-center-3.6.5/INSTALL
--- old/cinnamon-control-center-3.6.3/INSTALL   2017-11-17 11:54:58.0 
+0100
+++ new/cinnamon-control-center-3.6.5/INSTALL   1970-01-01 01:00:00.0 
+0100
@@ -1,370 +0,0 @@
-Installation Instructions
-*
-
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
-Inc.
-
-   Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.  This file is offered as-is,
-without warranty of any kind.
-
-Basic Installation
-==
-
-   Briefly, the shell command `./configure && make && make install'
-should configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.  Some packages provide this
-`INSTALL' file but do not implement all of the features documented
-below.  The lack of an optional feature in a given package is not
-necessarily a bug.  More recommendations for GNU packages can be found
-in *note Makefile Conventions: (standards)Makefile Conventions.
-
-   The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
-   It can 

commit nemo for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2017-11-21 15:35:20

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


Package is "nemo"

Tue Nov 21 15:35:20 2017 rev:21 rq:544088 version:3.6.4

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2017-11-19 
11:12:57.555956959 +0100
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2017-11-21 
15:35:35.282217894 +0100
@@ -1,0 +2,9 @@
+Tue Nov 21 07:11:21 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.4:
+  * nemo-window: Restore initial synchronisation of view buttons.
+This was inadvertantly removed in d237626 when getting rid of
+some actual unused code related to an old way view types used
+to be selected.
+
+---

Old:

  nemo-3.6.3.tar.gz

New:

  nemo-3.6.4.tar.gz



Other differences:
--
++ nemo.spec ++
--- /var/tmp/diff_new_pack.4Vwlzs/_old  2017-11-21 15:35:36.402177311 +0100
+++ /var/tmp/diff_new_pack.4Vwlzs/_new  2017-11-21 15:35:36.402177311 +0100
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:   nemo
-Version:3.6.3
+Version:3.6.4
 Release:0
 Summary:File browser for Cinnamon
 License:GPL-2.0+

++ nemo-3.6.3.tar.gz -> nemo-3.6.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.3/configure.ac new/nemo-3.6.4/configure.ac
--- old/nemo-3.6.3/configure.ac 2017-11-17 11:52:45.0 +0100
+++ new/nemo-3.6.4/configure.ac 2017-11-20 11:10:50.0 +0100
@@ -19,7 +19,7 @@
 m4_define(nemo_extension_current,  5)
 m4_define(nemo_extension_revision, 0)
 
-AC_INIT(nemo, 3.6.3, https://github.com/linuxmint/nemo)
+AC_INIT(nemo, 3.6.4, https://github.com/linuxmint/nemo)
 
 dnl ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.3/debian/changelog 
new/nemo-3.6.4/debian/changelog
--- old/nemo-3.6.3/debian/changelog 2017-11-17 11:52:45.0 +0100
+++ new/nemo-3.6.4/debian/changelog 2017-11-20 11:10:50.0 +0100
@@ -1,3 +1,10 @@
+nemo (3.6.4) sylvia; urgency=medium
+
+  [ Michael Webster ]
+  * nemo-window: Restore initial syncing of view buttons.  This was 
inadvertantly removed in d23762640b48d8 while getting rid of some actual unused 
code related to an old way view types used to be selected.
+
+ -- Clement Lefebvre   Mon, 20 Nov 2017 10:10:17 +
+
 nemo (3.6.3) sylvia; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.3/src/nemo-window-manage-views.c 
new/nemo-3.6.4/src/nemo-window-manage-views.c
--- old/nemo-3.6.3/src/nemo-window-manage-views.c   2017-11-17 
11:52:45.0 +0100
+++ new/nemo-3.6.4/src/nemo-window-manage-views.c   2017-11-20 
11:10:50.0 +0100
@@ -1452,6 +1452,8 @@
nemo_window_sync_up_button (window);
nemo_window_sync_zoom_widgets (window);
 
+nemo_window_sync_view_type (window);
+
/* Load menus from nemo extensions for this location */
nemo_window_load_extension_menus (window);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.3/src/nemo-window-private.h 
new/nemo-3.6.4/src/nemo-window-private.h
--- old/nemo-3.6.3/src/nemo-window-private.h2017-11-17 11:52:45.0 
+0100
+++ new/nemo-3.6.4/src/nemo-window-private.h2017-11-20 11:10:50.0 
+0100
@@ -127,6 +127,7 @@
 typedef void (*NemoBookmarkFailedCallback) (NemoWindow *window,
 NemoBookmark *bookmark);
 
+void   nemo_window_sync_view_type(NemoWindow   
 *window);
 void   nemo_window_load_extension_menus  
(NemoWindow*window);
 NemoWindowPane *nemo_window_get_next_pane(NemoWindow 
*window);
 void   nemo_menus_append_bookmark_to_menu
(NemoWindow*window, 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.3/src/nemo-window-slot.c 
new/nemo-3.6.4/src/nemo-window-slot.c
--- old/nemo-3.6.3/src/nemo-window-slot.c   2017-11-17 11:52:45.0 
+0100
+++ new/nemo-3.6.4/src/nemo-window-slot.c   2017-11-20 11:10:50.0 
+0100
@@ -235,6 +235,7 @@
nemo_window_pane_sync_search_widgets (slot->pane);
 
if 

commit opa-fm for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package opa-fm for openSUSE:Factory checked 
in at 2017-11-21 15:35:37

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


Package is "opa-fm"

Tue Nov 21 15:35:37 2017 rev:8 rq:544091 version:10.6.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-fm/opa-fm.changes2017-09-20 
17:12:22.936162455 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm.changes   2017-11-21 
15:35:43.449921924 +0100
@@ -1,0 +2,10 @@
+Mon Nov 20 16:49:19 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to v10.6.0.0.132
+  * No changelog available
+- Remove opa-fm-sigset-was-removed.patch as it was fixed upstream.
+- Rebase opa-fm-use-RPM_OPT_FLAGS.patch and
+  opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch to the
+  latest sources.
+
+---

Old:

  opa-fm-10.5.1.0.1.0.b5eaf8d.tar.gz
  opa-fm-sigset-was-removed.patch

New:

  opa-fm-10.6.0.0.132.0.a774619.tar.gz



Other differences:
--
++ opa-fm.spec ++
--- /var/tmp/diff_new_pack.dMiG8D/_old  2017-11-21 15:35:45.053863802 +0100
+++ /var/tmp/diff_new_pack.dMiG8D/_new  2017-11-21 15:35:45.061863512 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define git_ver .0.1.0.b5eaf8d
+%define git_ver .0.132.0.a774619
 
 %define pseudo_opt %{_prefix}/lib/opa-fm
 %define opasysconfdir %{_sysconfdir}/opa/sysconfig
 %define opavarlibdir %{_localstatedir}/usr/lib/opa-fm/
 Name:   opa-fm
-Version:10.5.1
+Version:10.6.0
 Release:0
 Summary:Intel Omni-Path Fabric Management Software
 License:BSD-3-Clause
@@ -32,7 +32,6 @@
 Source1:%{name}-rpmlintrc
 Patch1: opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch
 Patch2: opa-fm-use-RPM_OPT_FLAGS.patch
-Patch3: opa-fm-sigset-was-removed.patch
 BuildRequires:  gcc-c++
 BuildRequires:  infiniband-diags-devel
 BuildRequires:  libexpat-devel
@@ -56,14 +55,13 @@
 %setup -q -n  %{name}-%{version}%{git_ver}
 %patch1
 %patch2
-%patch3
 
 %build
 export RPM_OPT_FLAGS
 if [ -d Esm ]; then
cd Esm
 fi
-./fmbuild -V %{version}.%{release}
+./fmbuild
 
 %install
 # directories

++ _service ++
--- /var/tmp/diff_new_pack.dMiG8D/_old  2017-11-21 15:35:45.097862208 +0100
+++ /var/tmp/diff_new_pack.dMiG8D/_new  2017-11-21 15:35:45.097862208 +0100
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-b5eaf8d7a4170fcd25dcf939ac7fca7cfcab3e41
+a774619e12db384fd473939f3ec9679eb9f2ae46
   
   
 opa-fm*.tar

++ opa-fm-10.5.1.0.1.0.b5eaf8d.tar.gz -> 
opa-fm-10.6.0.0.132.0.a774619.tar.gz ++
/work/SRC/openSUSE:Factory/opa-fm/opa-fm-10.5.1.0.1.0.b5eaf8d.tar.gz 
/work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm-10.6.0.0.132.0.a774619.tar.gz 
differ: char 13, line 1

++ opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch ++
--- /var/tmp/diff_new_pack.dMiG8D/_old  2017-11-21 15:35:45.121861338 +0100
+++ /var/tmp/diff_new_pack.dMiG8D/_new  2017-11-21 15:35:45.121861338 +0100
@@ -1,3 +1,11 @@
+commit 73c5be8b293eba4460b59e2dfac571e4c3363637
+Author: Nicolas Morey-Chaisemartin 
+Date:   Mon Aug 28 14:07:34 2017 +0200
+
+opa-fm Fallback to custom vendor if os_vendor fails
+
+Signed-off-by: Nicolas Morey-Chaisemartin 
+
 diff --git MakeTools/funcs-ext.sh MakeTools/funcs-ext.sh
 index 0d9f1d5..3d283d3 100755
 --- MakeTools/funcs-ext.sh

++ opa-fm-use-RPM_OPT_FLAGS.patch ++
--- /var/tmp/diff_new_pack.dMiG8D/_old  2017-11-21 15:35:45.145860469 +0100
+++ /var/tmp/diff_new_pack.dMiG8D/_new  2017-11-21 15:35:45.145860469 +0100
@@ -1,11 +1,19 @@
+commit 34b1accbcb951f32ecfe681d80dbf94c972bbc1e
+Author: Nicolas Morey-Chaisemartin 
+Date:   Mon Aug 28 14:06:36 2017 +0200
+
+opa-fm use RPM_OPT_FLAGS
+
+Signed-off-by: Nicolas Morey-Chaisemartin 
+
 diff --git Esm/Makerules.project Esm/Makerules.project
-index e4a8887..f3ca78e 100755
+index 7a4be97..63ba6a8 100755
 --- Esm/Makerules.project
 +++ Esm/Makerules.project
-@@ -125,6 +125,7 @@ BSCPROJ=
- 
- # strict-prototypes - treat extern int foo() as function with no args
+@@ -123,6 +123,7 @@ BSCPROJ=
  CPROJ = -DPRODUCT=$(PRODUCT) -DPRODUCT_$(PRODUCT) 
-DMODULEVERSION=$(MODULEVERSION)
+ # include buildFeatureDefs to let inplace build work for stream consistency
+ CPROJ += -include $(TL_DIR)/buildFeatureDefs
 +CPROJ += $(RPM_OPT_FLAGS)
  ifeq ($(IB_STACK),OPENIB)
  CPROJ += -DIB_STACK_OPENIB




commit cinnamon for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2017-11-21 15:35:08

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


Package is "cinnamon"

Tue Nov 21 15:35:08 2017 rev:23 rq:544087 version:3.6.5

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes2017-11-19 
11:13:29.906777427 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2017-11-21 
15:35:15.214945070 +0100
@@ -1,0 +2,16 @@
+Tue Nov 21 07:11:21 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.5 (changes since 3.6.3):
+  * calendar applet: Just listen to the gsetting key for 24h to
+make sure the vertical panel default clock obeys global
+date/time settings.
+  * st-theme.c: st_theme_resolve_url could assert with a theme
+issue.
+  * cinnamon-settings: Use icon buttons in the xlet management
+pages.
+  * Fixes crash if device.get_icon_name() is Null.
+  * Allow showing seconds on a vertical panel.
+  * cs_sound.py: Replace tabs with spaces.
+  * calendar applet: Fix formatting.
+
+---

Old:

  Cinnamon-3.6.3.tar.gz

New:

  Cinnamon-3.6.5.tar.gz



Other differences:
--
++ cinnamon.spec ++
--- /var/tmp/diff_new_pack.3vRrxm/_old  2017-11-21 15:35:17.706854770 +0100
+++ /var/tmp/diff_new_pack.3vRrxm/_new  2017-11-21 15:35:17.706854770 +0100
@@ -21,7 +21,7 @@
 %define _name   Cinnamon
 %define _version 3.6.0
 Name:   cinnamon
-Version:3.6.3
+Version:3.6.5
 Release:0
 Summary:GNU/Linux Desktop featuring a traditional layout
 License:GPL-2.0+ AND LGPL-2.1

++ Cinnamon-3.6.3.tar.gz -> Cinnamon-3.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.6.3/configure.ac 
new/Cinnamon-3.6.5/configure.ac
--- old/Cinnamon-3.6.3/configure.ac 2017-11-17 11:48:58.0 +0100
+++ new/Cinnamon-3.6.5/configure.ac 2017-11-20 16:15:59.0 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([cinnamon],[3.6.3],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
+AC_INIT([cinnamon],[3.6.5],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/cinnamon-global.c])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.6.3/debian/changelog 
new/Cinnamon-3.6.5/debian/changelog
--- old/Cinnamon-3.6.3/debian/changelog 2017-11-17 11:48:58.0 +0100
+++ new/Cinnamon-3.6.5/debian/changelog 2017-11-20 16:15:59.0 +0100
@@ -1,3 +1,33 @@
+cinnamon (3.6.5) sylvia; urgency=medium
+
+  [ Michael Webster ]
+  * cs_sound.py: Replace tab with space.
+  * calendar applet: Fix formatting.
+
+ -- Clement Lefebvre   Mon, 20 Nov 2017 15:15:07 +
+
+cinnamon (3.6.4) sylvia; urgency=medium
+
+  [ Michael Webster ]
+  * calendar applet: Just listen to the gsetting key for 24h to make sure the 
vertical panel default clock obeys global date/time settings.
+
+  [ Simon Brown ]
+  * st-theme.c: st_theme_resolve_url could assert with a theme issue (#7046)
+
+  [ brownsr ]
+  * st-theme: ensure callers of st_theme_resolve_url cater for it returning 
null knock-on from previous commit
+
+  [ JosephMcc ]
+  * cinnamon-settings: Use icon buttons in the xlet management pages
+
+  [ François Lachèse ]
+  * Fixes crash if device.get_icon_name() is Null (#7054)
+
+  [ Corbin Auriti ]
+  * Allow showing seconds on vertical panel (#7038)
+
+ -- Clement Lefebvre   Mon, 20 Nov 2017 10:05:39 +
+
 cinnamon (3.6.3) sylvia; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Cinnamon-3.6.3/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
 
new/Cinnamon-3.6.5/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
--- 
old/Cinnamon-3.6.3/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
 2017-11-17 11:48:58.0 +0100
+++ 
new/Cinnamon-3.6.5/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
 2017-11-20 16:15:59.0 +0100
@@ -73,6 +73,17 @@
 this.settings.bind("use-custom-format", "use_custom_format", 
this._onSettingsChanged);
 this.settings.bind("custom-format", "custom_format", 
this._onSettingsChanged);
 
+/* FIXME: Add gobject properties to the WallClock class to allow 
easier access from
+ * its clients, and possibly a separate signal to notify of 
updates to these properties
+ * (though GObject 

commit whfc for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package whfc for openSUSE:Factory checked in 
at 2017-11-21 15:33:57

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


Package is "whfc"

Tue Nov 21 15:33:57 2017 rev:18 rq:543948 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/whfc/whfc.changes2013-07-26 
15:59:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.whfc.new/whfc.changes   2017-11-21 
15:34:11.157266363 +0100
@@ -1,0 +2,6 @@
+Mon Nov 13 16:00:21 UTC 2017 - dims...@opensuse.org
+
+- Rename README.SuSE to README.SUSE, adhering to the correct
+  spelling.
+
+---

Old:

  README.SuSE

New:

  README.SUSE



Other differences:
--
++ whfc.spec ++
--- /var/tmp/diff_new_pack.bHuI23/_old  2017-11-21 15:34:13.421184324 +0100
+++ /var/tmp/diff_new_pack.bHuI23/_new  2017-11-21 15:34:13.421184324 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package whfc
 #
-# Copyright (c) 2013 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
@@ -28,7 +28,7 @@
 Source1:
http://www.uli-eckhardt.de/whfc/download/%{name}-%{version}_setup.exe
 Source20:   http://www.uli-eckhardt.de/whfc/copy.shtml
 Source21:   http://www.uli-eckhardt.de/whfc/download/whfc-docu-1.2.1.zip
-Source30:   README.SuSE
+Source30:   README.SUSE
 Source31:   systemsettings.png
 Source32:   usersettings.png
 Source40:   install_de.html
@@ -60,6 +60,6 @@
 %defattr(-,root,root)
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/whfc-1.2.3_setup.exe
-%doc README.SuSE copy.shtml docu install_*.html systemsettings.png 
usersettings.png
+%doc README.SUSE copy.shtml docu install_*.html systemsettings.png 
usersettings.png
 
 %changelog

++ README.SUSE ++
copy.shtml   The terms of the license under which WHFC can be
 used, copied, distributed etc.
whfc-1.2.3_setup.exe Setup program
whfc-1.2.3_src.zip   Sources archive
docu/Documentation; start with index.html

The above two files were downloaded from http://www.uli-eckhardt.de/whfc/

install_*.html   WHFC Installation Howto. This document was written
 by vladimir.bo...@suse.cz
systemsettings.png   and
usersettings.png are screenshots of WHFC configuration used in
 install_*.html

If you have problems with whfc please first check the included documentation
and the URLs below
http://www.uli-eckhardt.de/whfc/whfc_faq.shtml#nomail
http://www.uli-eckhardt.de/whfc/index.shtml#support








commit python-ldap for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory 
checked in at 2017-11-21 15:34:33

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


Package is "python-ldap"

Tue Nov 21 15:34:33 2017 rev:47 rq:544080 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes  2017-11-15 
17:02:45.789129045 +0100
+++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 
2017-11-21 15:34:47.691942429 +0100
@@ -1,0 +2,37 @@
+Mon Nov 20 17:49:28 UTC 2017 - mich...@stroeder.com
+
+- update to upstream release 2.5.2
+
+Changes since 2.5.1:
+
+* code-cleaning in setup.py
+
+Modules/
+* PyBytes_ instead of PyString_ and added PyInt_FromLong compat macro
+* moved code from version.c to ldapmodule.c
+* removed obsolete back-ward compability constants from common.h
+* build checks whether LDAP_API_VERSION is OpenLDAP 2.4.x
+* _ldap.__author__ and _ldap.__license__ also set from ldap.pkginfo
+* assume C extension API for Python 2.7+
+
+Lib/
+* removed all dependencies on modules string and types
+* removed use of .has_key()
+* removed class ldap.ldapobject.NonblockingLDAPObject
+* new global constant ldap.LIBLDAP_API_INFO
+* right after importing _ldap there is a call into libldap to initialize it
+* method .decodeControlValue() of SSSResponseControl and VLVResponseControl
+  does not set class attribute result_code anymore
+* always use bytes() for UUID() constructor in ldap.syncrepl
+* module ldif now uses functions b64encode() and b64decode()
+* fixed pickling and restoring of ReconnectLDAPObject
+* more modules with PEP-8 compliance
+* ldap.ldapobject split into module-package
+
+Tests/
+* scripts do not directly call SlapdTestCase.setUpClass() anymore
+* added LDIF test with folded, base64-encoded attribute
+* added more tests for sub-module ldap.dn
+* added tests for ldap.syncrepl (thanks to Karl Kornel)
+
+---

Old:

  python-ldap-2.5.1.tar.gz
  python-ldap-2.5.1.tar.gz.asc

New:

  python-ldap-2.5.2.tar.gz
  python-ldap-2.5.2.tar.gz.asc



Other differences:
--
++ python-ldap.spec ++
--- /var/tmp/diff_new_pack.2D4Gor/_old  2017-11-21 15:34:49.443878943 +0100
+++ /var/tmp/diff_new_pack.2D4Gor/_new  2017-11-21 15:34:49.443878943 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-ldap
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:Python LDAP interface
 License:Python-2.0

++ python-ldap-2.5.1.tar.gz -> python-ldap-2.5.2.tar.gz ++
 9656 lines of diff (skipped)




commit openfortivpn for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package openfortivpn for openSUSE:Factory 
checked in at 2017-11-21 15:34:04

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


Package is "openfortivpn"

Tue Nov 21 15:34:04 2017 rev:2 rq:543967 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/openfortivpn/openfortivpn.changes
2017-10-21 20:21:34.599559949 +0200
+++ /work/SRC/openSUSE:Factory/.openfortivpn.new/openfortivpn.changes   
2017-11-21 15:34:18.181011837 +0100
@@ -1,0 +2,17 @@
+Fri Nov 17 21:30:57 UTC 2017 - mar...@gmx.de
+
+- Update to version 1.6.0
+  * Linux kernel coding style
+  * Does /usr/sbin/pppd exist?
+  * Update README.md (#196)
+  * Print message associated to pppd exit status code (#189)
+  * preserve existing config during install, this solves #130 (#193)
+  * Fix Codacy code style issues
+  * Increase max cookie size to 4096
+  * Fix Coverity defect
+  * Avoid multiple occurrences of a magic number
+  * Fix warning from static analysis tool scan-build
+  * Update Linux installation instructions
+  * dynamic allocation of memory for split route array (#163)
+
+---

Old:

  openfortivpn-1.5.0.tar.gz

New:

  _service
  openfortivpn-1.6.0.tar.gz



Other differences:
--
++ openfortivpn.spec ++
--- /var/tmp/diff_new_pack.A3LKrR/_old  2017-11-21 15:34:18.860987196 +0100
+++ /var/tmp/diff_new_pack.A3LKrR/_new  2017-11-21 15:34:18.864987051 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openfortivpn
-Version:1.5.0
+Version:1.6.0
 Release:0
 Summary:Client for PPP+SSL VPN tunnel services
 License:GPL-3.0+
@@ -45,6 +45,7 @@
 
 %install
 %make_install
+rm -f %{buildroot}/%{_datadir}/openfortivpn/config.template
 
 %files
 %defattr(-,root,root)

++ _service ++


++ openfortivpn-1.5.0.tar.gz -> openfortivpn-1.6.0.tar.gz ++
 2209 lines of diff (skipped)




commit stress-ng for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package stress-ng for openSUSE:Factory 
checked in at 2017-11-21 15:34:19

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


Package is "stress-ng"

Tue Nov 21 15:34:19 2017 rev:22 rq:544076 version:0.09.03

Changes:

--- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes  2017-11-10 
14:57:58.690817746 +0100
+++ /work/SRC/openSUSE:Factory/.stress-ng.new/stress-ng.changes 2017-11-21 
15:34:26.208720930 +0100
@@ -1,0 +2,15 @@
+Mon Nov 20 19:15:59 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.09.03
+  * Makefile: bump version
+  * Manual: update date
+  * stress-physpage: move unsupported function
+  * Add new physpage stressor
+  * Manual: add more notes on the OOM behaviour of the stack stressor
+  * Add in stressor name or core context as prefix in pr_dbg messages
+  * stress-fanotify: write "test" rather than "foo"
+  * stress-exec: don't allow this to run as root, skip rather than fail
+  * stress-ng: remove semaphore.h, it is in stress-ng.h already
+  * stress-hrtimers: don't kill pid 0
+
+---

Old:

  stress-ng-0.09.02.tar.gz

New:

  stress-ng-0.09.03.tar.gz



Other differences:
--
++ stress-ng.spec ++
--- /var/tmp/diff_new_pack.Bhu7t6/_old  2017-11-21 15:34:27.576671359 +0100
+++ /var/tmp/diff_new_pack.Bhu7t6/_new  2017-11-21 15:34:27.576671359 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   stress-ng
-Version:0.09.02
+Version:0.09.03
 Release:0
 Summary:Tool to load and stress a computer
 License:GPL-2.0

++ stress-ng-0.09.02.tar.gz -> stress-ng-0.09.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.02/Makefile 
new/stress-ng-0.09.03/Makefile
--- old/stress-ng-0.09.02/Makefile  2017-11-07 15:55:41.0 +0100
+++ new/stress-ng-0.09.03/Makefile  2017-11-19 17:02:40.0 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.09.02
+VERSION=0.09.03
 #
 # Codename "harmful hardware harasser"
 #
@@ -156,6 +156,7 @@
stress-opcode.c \
stress-open.c \
stress-personality.c \
+   stress-physpage.c \
stress-pipe.c \
stress-poll.c \
stress-procfs.c \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.02/helper.c 
new/stress-ng-0.09.03/helper.c
--- old/stress-ng-0.09.02/helper.c  2017-11-07 15:55:41.0 +0100
+++ new/stress-ng-0.09.03/helper.c  2017-11-19 17:02:40.0 +0100
@@ -610,7 +610,7 @@
char path[PATH_MAX];
 
if (getcwd(path, sizeof(path)) == NULL) {
-   pr_dbg("Cannot determine current working directory\n");
+   pr_dbg("cwd: Cannot determine current working directory\n");
return;
}
if (access(path, R_OK | W_OK)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.02/ignite-cpu.c 
new/stress-ng-0.09.03/ignite-cpu.c
--- old/stress-ng-0.09.02/ignite-cpu.c  2017-11-07 15:55:41.0 +0100
+++ new/stress-ng-0.09.03/ignite-cpu.c  2017-11-19 17:02:40.0 +0100
@@ -106,7 +106,7 @@
 
pid = fork();
if (pid < 0) {
-   pr_dbg("failed to start ignite cpu daemon, "
+   pr_dbg("ignite-cpu: failed to start ignite cpu daemon, "
"errno=%d (%s)\n", errno, strerror(errno));
return;
} else if (pid == 0) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.02/perf.c new/stress-ng-0.09.03/perf.c
--- old/stress-ng-0.09.02/perf.c2017-11-07 15:55:41.0 +0100
+++ new/stress-ng-0.09.03/perf.c2017-11-19 17:02:40.0 +0100
@@ -393,7 +393,7 @@
if (!sp->perf_opened) {
pthread_spin_lock(_shared->perf.lock);
if (!g_shared->perf.no_perf) {
-   pr_dbg("perf_event_open failed, no "
+   pr_dbg("perf: perf_event_open failed, no "
"perf events [%u]\n", getpid());
g_shared->perf.no_perf = true;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.02/sched.c 
new/stress-ng-0.09.03/sched.c
--- old/stress-ng-0.09.02/sched.c   2017-11-07 15:55:41.0 +0100
+++ new/stress-ng-0.09.03/sched.c   2017-11-19 17:02:40.0 +0100
@@ -119,7 +119,7 @@
 

commit soapy-hackrf for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package soapy-hackrf for openSUSE:Factory 
checked in at 2017-11-21 15:34:26

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


Package is "soapy-hackrf"

Tue Nov 21 15:34:26 2017 rev:2 rq:544077 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/soapy-hackrf/soapy-hackrf.changes
2017-11-08 15:09:26.267572361 +0100
+++ /work/SRC/openSUSE:Factory/.soapy-hackrf.new/soapy-hackrf.changes   
2017-11-21 15:34:33.248465826 +0100
@@ -1,0 +2,10 @@
+Mon Nov 20 19:12:15 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.3.2
+  * Corrected order of gain elements in the Rx direction
+  * Track settings during TX/RX switch for TRX switching
+  * Prevent spin loop in SoapyHackRF::acquireReadBuffer()
+  * Fix edge case in SoapyHackRF::releaseReadBuffer()
+  * Standard style find script for FindLIBHACKRF.cmake
+
+---

Old:

  soapy-hackrf-0.3.1.tar.gz

New:

  soapy-hackrf-0.3.2.tar.gz



Other differences:
--
++ soapy-hackrf.spec ++
--- /var/tmp/diff_new_pack.PTpt0M/_old  2017-11-21 15:34:34.212430894 +0100
+++ /var/tmp/diff_new_pack.PTpt0M/_new  2017-11-21 15:34:34.212430894 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package soapy-hackrf
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,11 +16,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define soapy_modver 0.6
 %define soapy_modname soapysdr%{soapy_modver}-module-hackrf
 
 Name:   soapy-hackrf
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:SoapySDR HackRF module
 License:MIT

++ soapy-hackrf-0.3.1.tar.gz -> soapy-hackrf-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SoapyHackRF-soapy-hackrf-0.3.1/CMakeLists.txt 
new/SoapyHackRF-soapy-hackrf-0.3.2/CMakeLists.txt
--- old/SoapyHackRF-soapy-hackrf-0.3.1/CMakeLists.txt   2017-06-20 
03:18:23.0 +0200
+++ new/SoapyHackRF-soapy-hackrf-0.3.2/CMakeLists.txt   2017-11-19 
22:39:22.0 +0100
@@ -16,12 +16,12 @@
 if (NOT LIBHACKRF_FOUND) 
  message(FATAL_ERROR "HackRF development files not found...") 
 endif () 
-message(STATUS "LIBHACKRF_INCLUDE_DIR - ${LIBHACKRF_INCLUDE_DIR}")
+message(STATUS "LIBHACKRF_INCLUDE_DIRS - ${LIBHACKRF_INCLUDE_DIRS}")
 message(STATUS "LIBHACKRF_LIBRARIES - ${LIBHACKRF_LIBRARIES}")
 
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-include_directories(${LIBHACKRF_INCLUDE_DIR})
+include_directories(${LIBHACKRF_INCLUDE_DIRS})
 
 #enable c++11 features
 if(CMAKE_COMPILER_IS_GNUCXX)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SoapyHackRF-soapy-hackrf-0.3.1/Changelog.txt 
new/SoapyHackRF-soapy-hackrf-0.3.2/Changelog.txt
--- old/SoapyHackRF-soapy-hackrf-0.3.1/Changelog.txt2017-06-20 
03:18:23.0 +0200
+++ new/SoapyHackRF-soapy-hackrf-0.3.2/Changelog.txt2017-11-19 
22:39:22.0 +0100
@@ -1,3 +1,12 @@
+Release 0.3.2 (2017-11-19)
+==
+
+- Corrected order of gain elements in the Rx direction
+- Track settings during TX/RX switch for TRX switching
+- Prevent spin loop in SoapyHackRF::acquireReadBuffer()
+- Fix edge case in SoapyHackRF::releaseReadBuffer()
+- Standard style find script for FindLIBHACKRF.cmake
+
 Release 0.3.1 (2017-06-19)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SoapyHackRF-soapy-hackrf-0.3.1/FindLIBHACKRF.cmake 
new/SoapyHackRF-soapy-hackrf-0.3.2/FindLIBHACKRF.cmake
--- old/SoapyHackRF-soapy-hackrf-0.3.1/FindLIBHACKRF.cmake  2017-06-20 
03:18:23.0 +0200
+++ new/SoapyHackRF-soapy-hackrf-0.3.2/FindLIBHACKRF.cmake  2017-11-19 
22:39:22.0 +0100
@@ -1,55 +1,33 @@
-# - Try to find the libhackrf library
-# Once done this defines
-#
-#  LIBHACKRF_FOUND - system has libhackrf
-#  LIBHACKRF_INCLUDE_DIR - the libhackrf include directory
-#  LIBHACKRF_LIBRARIES - Link these to use libhackrf
-
-# Copyright (c) 2013  Benjamin Vernoux
-#
-
-
-if (LIBHACKRF_INCLUDE_DIR AND LIBHACKRF_LIBRARIES)
-
-  # in cache already
-  set(LIBHACKRF_FOUND TRUE)
-
-else (LIBHACKRF_INCLUDE_DIR AND LIBHACKRF_LIBRARIES)
-  IF (NOT WIN32)
-# use pkg-config to get the directories and then use these values
-# in the FIND_PATH() and FIND_LIBRARY() calls
-find_package(PkgConfig)
-pkg_check_modules(PC_LIBHACKRF QUIET libhackrf)
-  ENDIF(NOT WIN32)
+# - 

commit suse-hpc for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package suse-hpc for openSUSE:Factory 
checked in at 2017-11-21 15:34:15

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


Package is "suse-hpc"

Tue Nov 21 15:34:15 2017 rev:6 rq:543983 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/suse-hpc/suse-hpc.changes2017-10-20 
14:47:17.612250889 +0200
+++ /work/SRC/openSUSE:Factory/.suse-hpc.new/suse-hpc.changes   2017-11-21 
15:34:19.524963135 +0100
@@ -1,0 +2,10 @@
+Mon Nov 20 18:44:42 UTC 2017 - e...@suse.com
+
+- Add lua-lmod to the HPC base Requires
+- Fix %name in %hpc_python_master_package
+  Not only %pname but also %name needs to have python replaced
+  by %python_flavor.
+- Add macro to santize %pname for environment variables
+  This marco up-cases the name and replaces '-' by '_'.
+
+---
@@ -42 +52 @@
-- Initial version. 
+- Initial version (FATE#320596). 



Other differences:
--
++ _service ++
--- /var/tmp/diff_new_pack.yKYqKS/_old  2017-11-21 15:34:20.192938929 +0100
+++ /var/tmp/diff_new_pack.yKYqKS/_new  2017-11-21 15:34:20.196938784 +0100
@@ -6,7 +6,7 @@
 .git
 suse-hpc
 0.1.%h
-960d92268df13a0806254c325e3e72e135268c77
+10f46e14ff638192561d1de900eef46bdd9bb2eb
general/dlinfo.c
general/macros.hpc
general/hpc_elf.pl

++ macros.hpc ++
--- /var/tmp/diff_new_pack.yKYqKS/_old  2017-11-21 15:34:20.264936320 +0100
+++ /var/tmp/diff_new_pack.yKYqKS/_new  2017-11-21 15:34:20.264936320 +0100
@@ -87,8 +87,9 @@
 %hpc_mpi_requires_devel %{expand:%{hpc_%{hpc_mpi_family}_requires_devel}}
 
 # Base
-%hpc_requires 
%{?hpc_compiler_family:%{!?_hpc_build_compiler:%hpc_cf_requires}}\
-%{?hpc_mpi_family:%{!?_hpc_build_mpi:%hpc_mpi_requires}}
+%hpc_requires Requires: lua-lmod \
+%{?hpc_compiler_family:%{!?_hpc_build_compiler:%hpc_cf_requires}}\
+%{?hpc_mpi_family:%{!?_hpc_build_mpi:%hpc_mpi_requires}}\
 
 # Devel
 %hpc_requires_devel 
%{?hpc_compiler_family:%{!?_hpc_build_compiler:%hpc_cf_requires_devel}}\
@@ -418,6 +419,7 @@
 # Functions
 ##
 %hpc_upcase() %(echo %{**} | tr [a-z] [A-Z])
+%hpc_PNAME() %(echo %{**} | tr [a-z-] [A-Z_])
 
 ##
 # Macros specific for python packages
@@ -464,6 +466,7 @@
local a_arg = rpm.expand("%{?-a:-a}") \
local other_arg = rpm.expand("%{*}") \
local pname = rpm.expand("%pname") \
+   local name = rpm.expand("%name") \
local python_flavor = rpm.expand("%python_flavor") \
-- io.stderr:write("n_arg "..n_arg.."\\n") \
if n_arg ~= "" then \
@@ -471,7 +474,9 @@
   -- io.stderr:write("n_arg modfied "..n_arg .."\\n") \
end \
local n_pname = pname:gsub("^python", python_flavor,1) \
+   local n_name = name:gsub("^python", python_flavor,1) \
rpm.define("pname "..n_pname) \
+   rpm.define("name "..n_name) \
add_args (g_arg, "-g") \
add_args (n_arg, "-n") \
add_args (l_arg) \
@@ -487,6 +492,7 @@
-- skip it entirely! \
   if _hpc_python_package_list[package] == true then \
  rpm.define("pname " .. pname) \
+ rpm.define("name " .. name) \
 return \
   else \
 _hpc_python_package_list[package] = true \
@@ -497,6 +503,7 @@
io.stderr:write("%{hpc_master_package " .. arg_list .. "}\\n\\n") \
print(rpm.expand("%{hpc_master_package " .. arg_list .. "}") .."\\n") \
rpm.define("pname " .. pname) \
+   rpm.define("name " .. name) \
-- io.stderr:write("pname "..rpm.expand("%pname").."\\n\\n") \
 }
 




commit cloud-init for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2017-11-21 15:33:52

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


Package is "cloud-init"

Tue Nov 21 15:33:52 2017 rev:41 rq:543937 version:17.1

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2017-11-03 
16:29:18.070490741 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2017-11-21 15:34:00.873639023 +0100
@@ -1,0 +2,29 @@
+Sun Nov 19 20:43:46 UTC 2017 - rjsch...@suse.com
+
+- Add cloud-init-break-cycle-local-service.patch
+  + Let systemd pull in the default targets. This breaks a cycle
+
+---
+Fri Nov 17 17:10:09 UTC 2017 - rjsch...@suse.com
+
+- Fix variable name in cloud-init-translate-netconf-ipv4-keep-gw.patch
+
+---
+Thu Nov 16 22:48:40 UTC 2017 - rjsch...@suse.com
+
+- Add cloud-init-translate-netconf-ipv4-keep-gw.patch (boo#1064854)
+  + Properly insert the gateway information for v1 json network config data
+
+---
+Sat Nov 11 12:32:54 UTC 2017 - rjsch...@suse.com
+
+- Add cloud-init-ntp-conf-suse.patch
+  + ntp configuration was broken on sles and opensuse lp#1726572
+
+---
+Wed Nov  8 21:26:15 UTC 2017 - rjsch...@suse.com
+
+- Add cloud-init-hosts-template.patch (bsc#1064594)
+  + Properly expand the /etc/hosst file when manage_etc_hosts is set
+
+---

New:

  cloud-init-break-cycle-local-service.patch
  cloud-init-hosts-template.patch
  cloud-init-ntp-conf-suse.patch
  cloud-init-translate-netconf-ipv4-keep-gw.patch



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.AYQj9m/_old  2017-11-21 15:34:01.885602351 +0100
+++ /var/tmp/diff_new_pack.AYQj9m/_new  2017-11-21 15:34:01.885602351 +0100
@@ -26,12 +26,21 @@
 Group:  System/Management
 Source0:%{name}-%{version}.tar.gz
 Source1:rsyslog-cloud-init.cfg
-# FIXME zypp_add_repos.diff needs proposed for upstream merge
+# Remove Patch 4 & 5 for next source updated, included upstream
 Patch4: zypp_add_repos.diff
 Patch5: zypp_add_repo_test.patch
+# Remove Patch 6 for next source updated, included upstream (bsc#1064594)
+Patch6: cloud-init-hosts-template.patch
+# FIXME cloud-init-ntp-conf-suse.patch proposed for upstream merge (lp#1726572)
+Patch7: cloud-init-ntp-conf-suse.patch
+# FIXME cloud-init-translate-netconf-ipv4-keep-gw (bsc#1064854)
+# proposed for upstream merge (lp#1732966)
+Patch8: cloud-init-translate-netconf-ipv4-keep-gw.patch
+# FIXME cloud-init-break-cycle-local-service.patch
+Patch9: cloud-init-break-cycle-local-service.patch
 Patch10:cloud-init-no-user-lock-if-already-locked.patch
 Patch12:fix-default-systemd-unit-dir.patch
-# FIXME cloud-init-more-tasks.patch proposed for upstream merge
+# Remove Patch 13 for next source updated, included upstream
 Patch13:cloud-init-more-tasks.patch
 # python2 disables SIGPIPE, causing broken pipe errors in shell scripts 
(bsc#903449)
 Patch20:cloud-init-python2-sigpipe.patch
@@ -190,6 +199,10 @@
 %setup -q
 %patch4  -p0
 %patch5  -p0
+%patch6
+%patch7
+%patch8
+%patch9
 %patch10 -p1
 %patch12
 %patch13

++ cloud-init-break-cycle-local-service.patch ++
--- systemd/cloud-init-local.service.tmpl.orig
+++ systemd/cloud-init-local.service.tmpl
@@ -13,12 +13,6 @@ Before=shutdown.target
 Before=sysinit.target
 Conflicts=shutdown.target
 {% endif %}
-{% if variant in ["suse"] %}
-# Other distros use Before=sysinit.target. There is not a clearly identified
-# reason for usage of basic.target instead.
-Before=basic.target
-Conflicts=shutdown.target
-{% endif %}
 RequiresMountsFor=/var/lib/cloud
 
 [Service]
++ cloud-init-hosts-template.patch ++
--- templates/hosts.suse.tmpl.orig
+++ templates/hosts.suse.tmpl
@@ -13,12 +13,18 @@ you need to add the following to config:
 # /etc/cloud/cloud.cfg or cloud-config from user-data
 #
 # The following lines are desirable for IPv4 capable hosts
-127.0.0.1 localhost
+127.0.0.1 {{fqdn}} {{hostname}}
+127.0.0.1 localhost.localdomain localhost
+127.0.0.1 localhost4.localdomain4 localhost4
 
 # The following lines are desirable for IPv6 capable hosts
+::1 {{fqdn}} {{hostname}}
+::1 localhost.localdomain localhost
+::1 localhost6.localdomain6 localhost6
 ::1 localhost ipv6-localhost ipv6-loopback
-fe00::0 ipv6-localnet
 
+
+fe00::0 

commit carla for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-11-21 15:33:45

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


Package is "carla"

Tue Nov 21 15:33:45 2017 rev:9 rq:543936 version:1.9.7+git2017.5b97ec1e

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-11-17 
12:44:50.746695526 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-11-21 
15:33:53.249915293 +0100
@@ -1,0 +2,12 @@
+Mon Nov 20 15:09:15 UTC 2017 - edog...@aon.at
+
+- added carla.libjack-soversion.patch (removes soversion from private 
libjack.so.0)
+- removed unneeded explicit BuildRequires: jack-devel,
+---
+Wed Nov 15 11:20:41 UTC 2017 - edog...@aon.at
+
+- Update to version 1.9.7+git2017.5b97ec1e
+  * removed carla-buildcompare.patch, not needed anymore
+  * updated carla-systemlibs.patch so it applies to current source
+
+---

Old:

  carla-1.9.7+git20170124.9ff1711b.tar.xz
  carla-buildcompare.patch

New:

  carla-1.9.7+git2017.5b97ec1e.tar.xz
  carla.libjack-soversion.patch



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.497870069 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.501869924 +0100
@@ -23,7 +23,7 @@
 %bcond_without rdflib
 %endif
 Name:   carla
-Version:1.9.7+git20170124.9ff1711b
+Version:1.9.7+git2017.5b97ec1e
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0+
@@ -31,8 +31,8 @@
 ExclusiveArch:  x86_64
 Url:http://kxstudio.sourceforge.net/cadence
 Source: %{name}-%{version}.tar.xz
-Patch1: carla-buildcompare.patch
-Patch2: carla-systemlibs.patch
+Patch1: carla-systemlibs.patch
+Patch2: carla.libjack-soversion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  alsa-devel

++ _service ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.537868620 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.537868620 +0100
@@ -5,7 +5,7 @@
 .git
carla
 1.9.7+git%cd.%h
-hotfix-1.9.7
+master
 enable   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.557867895 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.557867895 +0100
@@ -1,6 +1,6 @@
 

https://github.com/falkTX/Carla.git
-   9ff1711b8fdf0acb4608498463ed4608889ead1e
+   5b97ec1e00fda8ec9442da18878b10de47ffd726

-
\ No newline at end of file
+

++ carla-1.9.7+git20170124.9ff1711b.tar.xz -> 
carla-1.9.7+git2017.5b97ec1e.tar.xz ++
/work/SRC/openSUSE:Factory/carla/carla-1.9.7+git20170124.9ff1711b.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new/carla-1.9.7+git2017.5b97ec1e.tar.xz 
differ: char 25, line 1

++ carla-systemlibs.patch ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.581867025 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.581867025 +0100
@@ -1,57 +1,38 @@
 a/source/Makefile.mk
-+++ b/source/Makefile.mk
-@@ -335,6 +335,14 @@ endif
- LINUXSAMPLER_LIBS += $(shell pkg-config --libs linuxsampler)
- endif
- 
-+FLAC_FLAGS  = $(shell pkg-config --cflags flac)
-+FLAC_LIBS   = $(shell pkg-config --libs flac)
-+BASE_FLAGS += $(FLAC_FLAGS)
-+
-+VORBIS_FLAGS  = $(shell pkg-config --cflags vorbis vorbisfile vorbisenc ogg)
-+VORBIS_LIBS   = $(shell pkg-config --libs   vorbis vorbisfile vorbisenc ogg)
-+BASE_FLAGS += $(VORBIS_FLAGS)
-+
- ifeq ($(HAVE_PROJECTM),true)
- PROJECTM_FLAGS = $(shell pkg-config --cflags libprojectM)
- PROJECTM_LIBS  = $(shell pkg-config --libs libprojectM)
 a/source/backend/Makefile
-+++ b/source/backend/Makefile
-@@ -107,6 +107,9 @@ ifeq ($(HAVE_LINUXSAMPLER),true)
+diff -up carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig 
carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile
+--- carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig  
2017-11-11 19:38:28.0 +0100
 carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile   2017-11-16 
12:29:29.530325818 +0100
+@@ -63,8 +63,13 @@ STANDALONE_LINK_FLAGS += $(FLUIDSYNTH_LI
  STANDALONE_LINK_FLAGS += $(LINUXSAMPLER_LIBS)
- endif
+ STANDALONE_LINK_FLAGS += $(X11_LIBS)
  
 +STANDALONE_LINK_FLAGS += $(FLAC_LIBS)
 +STANDALONE_LINK_FLAGS += $(VORBIS_LIBS)
 +
- ifeq ($(HAVE_X11),true)
- STANDALONE_LINK_FLAGS += $(X11_LIBS)
- endif
-@@ -115,6 +118,8 @@ UTILS_LINK_FLAGS  = $(JUCE_AUDIO_BASICS_
- UTILS_LINK_FLAGS += 

commit gnu-compilers-hpc for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package gnu-compilers-hpc for 
openSUSE:Factory checked in at 2017-11-21 15:33:36

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


Package is "gnu-compilers-hpc"

Tue Nov 21 15:33:36 2017 rev:4 rq:543912 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/gnu-compilers-hpc/gnu-compilers-hpc.changes  
2017-10-07 17:50:42.135207182 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new/gnu-compilers-hpc.changes 
2017-11-21 15:33:42.746295927 +0100
@@ -1,0 +2,8 @@
+Fri Nov 10 20:17:48 UTC 2017 - e...@suse.com
+
+- Add Requires: for lua-lmod to base package.
+- Add Provides/Conflicts: to macro package:
+  only one version of this macro package can
+  can be installed at the same time.
+
+---



Other differences:
--
++ gnu-compilers-hpc.spec ++
--- /var/tmp/diff_new_pack.CFaBji/_old  2017-11-21 15:33:44.278240412 +0100
+++ /var/tmp/diff_new_pack.CFaBji/_new  2017-11-21 15:33:44.278240412 +0100
@@ -62,6 +62,7 @@
 BuildRequires:  gcc%{?c_f_ver}
 BuildRequires:  lua-lmod
 BuildRequires:  suse-hpc
+Requires:   lua-lmod
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -85,6 +86,8 @@
 %package macros-devel
 Summary:Macro package for HPC GNU compiler environment
 Group:  Development/Languages
+Provides:   %{pname}-hpc-macros-devel = %{version}
+Conflicts:  otherproviders(%{pname}-hpc-macros-devel)
 BuildArch:  noarch
 Requires:   %{name}-devel = %{version}
 




commit netcdf-cxx4 for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package netcdf-cxx4 for openSUSE:Factory 
checked in at 2017-11-21 15:33:17

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


Package is "netcdf-cxx4"

Tue Nov 21 15:33:17 2017 rev:6 rq:543901 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/netcdf-cxx4/netcdf-cxx4.changes  2017-11-13 
14:06:37.160671811 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf-cxx4.new/netcdf-cxx4.changes 
2017-11-21 15:33:21.635060969 +0100
@@ -1,0 +2,9 @@
+Tue Nov 14 10:18:38 UTC 2017 - e...@suse.com
+
+- Fix modules file: only use %hpc_bindir if it really exists
+  - installing the tool package is optional.
+- Translate '-' to '_' for env-variable.
+- Require lua-lmod.
+- Add Requires for library package to tools package.
+
+---



Other differences:
--
++ netcdf-cxx4.spec ++
--- /var/tmp/diff_new_pack.DiILpc/_old  2017-11-21 15:33:22.243038936 +0100
+++ /var/tmp/diff_new_pack.DiILpc/_new  2017-11-21 15:33:22.243038936 +0100
@@ -43,6 +43,8 @@
 %define c_f_ver 6
 %endif
 
+%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
+
 %if %{with hpc}
 %{hpc_init -c %{compiler_family} %{?c_f_ver:-v %{c_f_ver}}}
 %define package_name %{hpc_package_name %_ver}
@@ -87,6 +89,7 @@
 %package tools
 Summary:Tools for working with the netcdf4 C++ library
 Group:  Productivity/Scientific/Other
+%{?with_hpc:Requires: %{libname -s %{sover} -l %_ver}}
 BuildArch:  noarch
 
 %description tools
@@ -106,6 +109,7 @@
 %else
 %hpc_requires
 Requires:   libnetcdf-%{compiler_family}%{?c_f_ver}-hpc
+Requires:   lua-lmod
 %endif
 
 %description -n %{libname -s %{sover} -l %_ver}
@@ -126,7 +130,6 @@
 Requires:   netcdf-%{compiler_family}%{?c_f_ver}-hpc-devel
 %endif
 Requires:   %{libname -s %{sover} -l %_ver} = %{version}
-
 %{?with_hpc:%hpc_requires_devel}
 
 %description -n %{libname -l %_ver}-devel
@@ -216,9 +219,10 @@
 prepend-pathMANPATH %{hpc_mandir}
 prepend-pathLD_LIBRARY_PATH %{hpc_libdir}
 
-setenv  %{hpc_upcase %pname}_DIR%{hpc_prefix}
-setenv  %{hpc_upcase %pname}_BIN%{hpc_bindir}
-
+setenv  %{hpc_upcase_trans_hyph %pname}_DIR%{hpc_prefix}
+if ([file isdirectory  %{hpc_bindir}]) {
+setenv  %{hpc_upcase_trans_hyph %pname}_BIN%{hpc_bindir}
+}
 if {[file isdirectory  %{hpc_includedir}]} {
 prepend-pathLIBRARY_PATH%{hpc_libdir}
 prepend-pathCPATH   %{hpc_includedir}
@@ -227,8 +231,8 @@
 prepend-pathINCLUDE %{hpc_includedir}
 %hpc_modulefile_add_pkgconfig_path
 
-setenv  %{hpc_upcase %pname}_LIB%{hpc_libdir}
-setenv  %{hpc_upcase %pname}_INC%{hpc_includedir}
+setenv  %{hpc_upcase_trans_hyph %pname}_LIB%{hpc_libdir}
+setenv  %{hpc_upcase_trans_hyph %pname}_INC%{hpc_includedir}
 }
 EOF
 




commit netcdf-fortran for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package netcdf-fortran for openSUSE:Factory 
checked in at 2017-11-21 15:33:22

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


Package is "netcdf-fortran"

Tue Nov 21 15:33:22 2017 rev:3 rq:543902 version:4.4.4

Changes:

--- /work/SRC/openSUSE:Factory/netcdf-fortran/netcdf-fortran.changes
2017-11-13 14:06:39.816576266 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf-fortran.new/netcdf-fortran.changes   
2017-11-21 15:33:22.371034298 +0100
@@ -1,0 +2,11 @@
+Wed Nov 15 13:30:29 UTC 2017 - e...@suse.com
+
+- Fix typo in modules file which made help less useful.
+
+---
+Tue Nov 14 11:12:31 UTC 2017 - e...@suse.com
+
+- Fix modules file: only use %hpc_bindir if it really exists
+- Translate '-' to '_' for env-variable.
+
+---



Other differences:
--
++ netcdf-fortran.spec ++
--- /var/tmp/diff_new_pack.9ix9tp/_old  2017-11-21 15:33:22.891015454 +0100
+++ /var/tmp/diff_new_pack.9ix9tp/_new  2017-11-21 15:33:22.891015454 +0100
@@ -57,6 +57,8 @@
 %{bcond_without mpi}
 %endif
 
+%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
+
 %{?hpc_init:%{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} 
%{?with_mpi:-m %mpi_flavor %{?mpi_ver:-V %mpi_ver
 
 %if 0%{!?package_name:1}
@@ -162,7 +164,7 @@
 This package contains all files needed to create projects that use
 %{?mpi_flavor:the %mpi_flavor version of} NetCDF.
 
-%{hpc_master_pachage devel}
+%{hpc_master_package devel}
 
 %package devel-static
 Summary:Static development files for %{name}
@@ -242,7 +244,7 @@
 puts stderr "version of NetCDF are loaded automatically via this module. A 
typical compilation"
 puts stderr "example for Fortran applications requiring NetCDF is as follows:"
 puts stderr " "
-puts stderr "\\\$FC  -I\\\$NETCDF_FORTRAN_INC app.f90 -L\\\$NETCDF_FORTRAN_LIB 
-lnetcdff -L\\\$NETCDF_LIB -lnetcdf -L\$HDF5_LIB -lhdf5"
+puts stderr "\\\$FC  -I\\\$NETCDF_FORTRAN_INC app.f90 -L\\\$NETCDF_FORTRAN_LIB 
-lnetcdff -L\\\$NETCDF_LIB -lnetcdf -L\\\$HDF5_LIB -lhdf5"
 
 puts stderr "\nVersion %{version}\n"
 
@@ -267,9 +269,10 @@
 prepend-pathMANPATH %{hpc_mandir}
 prepend-pathLD_LIBRARY_PATH %{hpc_libdir}
 
-setenv  %{hpc_upcase %pname}_DIR%{hpc_prefix}
-setenv  %{hpc_upcase %pname}_BIN%{hpc_bindir}
-
+setenv  %{hpc_upcase_trans_hyph %pname}_DIR%{hpc_prefix}
+if {[file isdirectory  %{hpc_bindir}]} {
+setenv  %{hpc_upcase_trans_hyph %pname}_BIN%{hpc_bindir}
+}
 if {[file isdirectory  %{hpc_includedir}]} {
 prepend-pathLIBRARY_PATH%{hpc_libdir}
 prepend-pathCPATH   %{hpc_includedir}
@@ -278,8 +281,8 @@
 prepend-pathINCLUDE %{hpc_includedir}
 %hpc_modulefile_add_pkgconfig_path
 
-setenv  %{hpc_upcase %pname}_LIB%{hpc_libdir}
-setenv  %{hpc_upcase %pname}_INC%{hpc_includedir}
+setenv  %{hpc_upcase_trans_hyph %pname}_LIB%{hpc_libdir}
+setenv  %{hpc_upcase_trans_hyph %pname}_INC%{hpc_includedir}
 }
 EOF
 




commit petsc for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package petsc for openSUSE:Factory checked 
in at 2017-11-21 15:33:13

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


Package is "petsc"

Tue Nov 21 15:33:13 2017 rev:5 rq:543900 version:3.7.6

Changes:

--- /work/SRC/openSUSE:Factory/petsc/petsc.changes  2017-11-13 
14:06:41.176527343 +0100
+++ /work/SRC/openSUSE:Factory/.petsc.new/petsc.changes 2017-11-21 
15:33:16.831235054 +0100
@@ -1,0 +2,6 @@
+Tue Nov 14 11:40:02 UTC 2017 - e...@suse.com
+
+- emvironment modules: only set BIN when binary path exists.
+- Fix RPM macro name %hpc_upcase.
+
+---



Other differences:
--
++ petsc.spec ++
--- /var/tmp/diff_new_pack.0LivDn/_old  2017-11-21 15:33:18.203185336 +0100
+++ /var/tmp/diff_new_pack.0LivDn/_new  2017-11-21 15:33:18.207185191 +0100
@@ -397,9 +397,10 @@
 prepend-pathPATH%{hpc_bindir}
 prepend-pathLD_LIBRARY_PATH %{hpc_libdir}
 
-setenv  %{upcase %pname}_DIR%{hpc_prefix}
-setenv  %{upcase %pname}_BIN%{hpc_bidnir}
-
+setenv  %{hpc_upcase %pname}_DIR%{hpc_prefix}
+if {[file isdirectory  %{hpc_bindir}]} {
+setenv  %{hpc_upcase %pname}_BIN%{hpc_bidnir}
+}
 if {[file isdirectory  %{hpc_includedir}]} {
 prepend-pathLIBRARY_PATH%{hpc_libdir}
 prepend-pathCPATH   %{hpc_includedir}
@@ -408,8 +409,8 @@
 prepend-pathINCLUDE %{hpc_includedir}
 %hpc_modulefile_add_pkgconfig_path
 
-setenv  %{upcase %pname}_INC%{hpc_includedir}
-setenv  %{upcase %pname}_LIB%{hpc_libdir}
+setenv  %{hpc_upcase %pname}_INC%{hpc_includedir}
+setenv  %{hpc_upcase %pname}_LIB%{hpc_libdir}
 }
 EOF
 %endif  # with hpc




commit apache-rex for openSUSE:Factory

2017-11-21 Thread root


binODnJRUhwLR.bin
Description: Binary data


commit slurm for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2017-11-21 15:33:05

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


Package is "slurm"

Tue Nov 21 15:33:05 2017 rev:7 rq:543899 version:17.02.9

Changes:

--- /work/SRC/openSUSE:Factory/slurm/slurm.changes  2017-11-15 
17:04:42.380860024 +0100
+++ /work/SRC/openSUSE:Factory/.slurm.new/slurm.changes 2017-11-21 
15:33:12.863378844 +0100
@@ -4 +4 @@
-- Package so-versioned libs separately. sibslurm is expected
+- Package so-versioned libs separately. libslurm is expected



Other differences:
--
++ slurm.spec ++
--- /var/tmp/diff_new_pack.4M3Z7y/_old  2017-11-21 15:33:13.947339563 +0100
+++ /var/tmp/diff_new_pack.4M3Z7y/_new  2017-11-21 15:33:13.951339418 +0100
@@ -147,12 +147,12 @@
 with SLURM.
 
 
-%package -n libpmi-%{name}%{pmi_so}
+%package -n libpmi%{pmi_so}
 Summary:Libraries for SLURM
 Group:  System/Libraries
 Requires:   %{libslurm} = %version
 
-%description -n libpmi-%{name}%{pmi_so}
+%description -n libpmi%{pmi_so}
 This package contains the library needed to run programs dynamically linked
 with SLURM.
 
@@ -161,7 +161,7 @@
 Summary:Development package for SLURM
 Group:  Development/Libraries/C and C++ 
 Requires:   %{libslurm} = %{version}
-Requires:   libpmi-%{name}%{pmi_so} = %{version}
+Requires:   libpmi%{pmi_so} = %{version}
 Requires:   slurm = %{version}
 
 %description devel
@@ -500,8 +500,8 @@
 %post -n %{libslurm} -p /sbin/ldconfig
 %postun -n %{libslurm} -p /sbin/ldconfig
 
-%post -n  libpmi-%{name}%{pmi_so} -p /sbin/ldconfig
-%postun -n  libpmi-%{name}%{pmi_so} -p /sbin/ldconfig
+%post -n  libpmi%{pmi_so} -p /sbin/ldconfig
+%postun -n  libpmi%{pmi_so} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -609,11 +609,11 @@
 
 %files -n %{libslurm}
 %defattr(-,root,root)
-%{_libdir}/*.so.%{so_version}*
+%{_libdir}/libslurm*.so.%{so_version}*
 
-%files -n libpmi-%{name}%{pmi_so}
+%files -n libpmi%{pmi_so}
 %defattr(-,root,root)
-%{_libdir}/*.so.0*
+%{_libdir}/libpmi*.so.%{pmi_so}*
 
 %files devel
 %defattr(-,root,root)




commit openSUSE-release-tools for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-11-21 15:32:41

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


Package is "openSUSE-release-tools"

Tue Nov 21 15:32:41 2017 rev:21 rq:543011 version:20171120.87649f1

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-11-15 17:03:34.507345222 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-11-21 15:32:46.120347988 +0100
@@ -1,0 +2,6 @@
+Mon Nov 20 08:17:01 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171120.87649f1:
+  * suppkg_rebuild: count Support tag also
+
+---

Old:

  openSUSE-release-tools-20171115.6140695.obscpio

New:

  openSUSE-release-tools-20171120.87649f1.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.ilHHBn/_old  2017-11-21 15:32:51.344158681 +0100
+++ /var/tmp/diff_new_pack.ilHHBn/_new  2017-11-21 15:32:51.348158536 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171115.6140695
+Version:20171120.87649f1
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.ilHHBn/_old  2017-11-21 15:32:51.392156942 +0100
+++ /var/tmp/diff_new_pack.ilHHBn/_new  2017-11-21 15:32:51.392156942 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-6140695f1d908bccc9be129dc8487ae2b0d2923b
+67f5d0213b1a292ef2534a339c7f44c2cad039c5
   
 

++ openSUSE-release-tools-20171115.6140695.obscpio -> 
openSUSE-release-tools-20171120.87649f1.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171115.6140695/suppkg_rebuild.py 
new/openSUSE-release-tools-20171120.87649f1/suppkg_rebuild.py
--- old/openSUSE-release-tools-20171115.6140695/suppkg_rebuild.py   
2017-11-15 08:28:36.0 +0100
+++ new/openSUSE-release-tools-20171120.87649f1/suppkg_rebuild.py   
2017-11-20 09:10:15.0 +0100
@@ -54,7 +54,7 @@
 f = osc.core.get_buildconfig(self.apiurl, project, 
repository).splitlines()
 pkg_list = []
 for line in f:
-if re.match('Preinstall', line) or re.match('VM[Ii]nstall', line):
+if re.match('Preinstall', line) or re.match('VM[Ii]nstall', line) 
or re.match('Support', line):
 content = line.split(':')
 variables = [x.strip() for x in content[1].split(' ')]
 for var in variables:

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.ilHHBn/_old  2017-11-21 15:32:51.992135199 +0100
+++ /var/tmp/diff_new_pack.ilHHBn/_new  2017-11-21 15:32:51.992135199 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20171115.6140695
-mtime: 1510730916
-commit: 6140695f1d908bccc9be129dc8487ae2b0d2923b
+version: 20171120.87649f1
+mtime: 1511165415
+commit: 87649f10f13899c70b05f769df02bb99c897c65a
 




commit logstalgia for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package logstalgia for openSUSE:Factory 
checked in at 2017-11-21 15:32:26

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


Package is "logstalgia"

Tue Nov 21 15:32:26 2017 rev:4 rq:542853 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/logstalgia/logstalgia.changes2017-07-17 
09:12:42.582825119 +0200
+++ /work/SRC/openSUSE:Factory/.logstalgia.new/logstalgia.changes   
2017-11-21 15:32:36.824684857 +0100
@@ -1,0 +2,22 @@
+Fri Nov 17 13:03:10 UTC 2017 - astie...@suse.com
+
+- logstalgia 1.0.9:
+  * Fix config change not being detected in some cases
+- includes changes from 1.0.8:
+  * Performance improvements
+  * Change unsuccessful response code direction to match ball
+  * Add --screen option
+  * Add --window-position XxY option
+  * Add --frameless option
+  * Add --title option (mclang)
+  * Add --detect-changes option to automatically reload config file
+  * Add --display-fields FIELDS to set fields shown mousing over a request
+  * Can now specify path separators, max path depth and min abbreviation depth
+  * Reload config (F5)
+  * Save config (Ctrl+S) with updated display settings
+  * Fix queued log entries not being deleted when seeking using the timeline
+  * Make --hide-url-prefix apply to https URLs
+  * Counter no longer overflows at 1.
+  * Now requires SDL 2 to build (deprecated SDL 1.2 support removed)
+
+---

Old:

  logstalgia-1.0.7.tar.gz

New:

  logstalgia-1.0.9.tar.gz



Other differences:
--
++ logstalgia.spec ++
--- /var/tmp/diff_new_pack.sfq70B/_old  2017-11-21 15:32:37.372664998 +0100
+++ /var/tmp/diff_new_pack.sfq70B/_new  2017-11-21 15:32:37.376664853 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   logstalgia
-Version:1.0.7
+Version:1.0.9
 Release:0
 Summary:A website access log visualization tool
 License:GPL-3.0+
@@ -29,21 +29,16 @@
 BuildRequires:  glew-devel
 BuildRequires:  glm-devel >= 0.9.3
 BuildRequires:  pcre-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig >= 0.9.0
+BuildRequires:  pkgconfig(SDL2_image) >= 2.0
 BuildRequires:  pkgconfig(freetype2) >= 9.0.3
 BuildRequires:  pkgconfig(libpng) >= 1.2
+BuildRequires:  pkgconfig(sdl2) >= 2.0
 Requires:   freefont
 %if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel > 1.46
-%endif
-%if 0%{?suse_version} >= 1310
-BuildRequires:  pkgconfig(SDL2_image) >= 2.0
-BuildRequires:  pkgconfig(sdl2) >= 2.0
+BuildRequires:  libboost_headers-devel >= 1.46
 %else
-BuildRequires:  pkgconfig(SDL_image) >= 1.2
-BuildRequires:  pkgconfig(sdl) >= 1.2
+BuildRequires:  boost-devel >= 1.46
 %endif
 
 %description

++ logstalgia-1.0.7.tar.gz -> logstalgia-1.0.9.tar.gz ++
 8227 lines of diff (skipped)




commit corebird for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package corebird for openSUSE:Factory 
checked in at 2017-11-21 15:32:36

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


Package is "corebird"

Tue Nov 21 15:32:36 2017 rev:17 rq:542911 version:1.7.3

Changes:

--- /work/SRC/openSUSE:Factory/corebird/corebird.changes2017-11-07 
10:03:19.930691265 +0100
+++ /work/SRC/openSUSE:Factory/.corebird.new/corebird.changes   2017-11-21 
15:32:38.584621078 +0100
@@ -1,0 +2,10 @@
+Sun Nov 19 10:25:40 UTC 2017 - aavind...@gmail.com
+
+- Update to version 1.7.3:
+  + Increase maximum tweet length to 280 characters
+  + Increase maximum name length to 50 characters and improve
+certain parts of the UI to cope better with longer names
+  + Fix the emoji button not showing up in the compose window
+  + Update translations
+
+---

Old:

  corebird-1.7.2.tar.xz

New:

  corebird-1.7.3.tar.xz



Other differences:
--
++ corebird.spec ++
--- /var/tmp/diff_new_pack.S8Wnld/_old  2017-11-21 15:32:39.108602089 +0100
+++ /var/tmp/diff_new_pack.S8Wnld/_new  2017-11-21 15:32:39.108602089 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   corebird
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:A lightweight Twitter Client
 License:GPL-3.0+

++ corebird-1.7.2.tar.xz -> corebird-1.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corebird-1.7.2/configure new/corebird-1.7.3/configure
--- old/corebird-1.7.2/configure2017-11-04 08:00:30.0 +0100
+++ new/corebird-1.7.3/configure2017-11-19 09:10:50.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for corebird 1.7.2.
+# Generated by GNU Autoconf 2.69 for corebird 1.7.3.
 #
 # Report bugs to .
 #
@@ -650,8 +650,8 @@
 # Identity of this package.
 PACKAGE_NAME='corebird'
 PACKAGE_TARNAME='corebird'
-PACKAGE_VERSION='1.7.2'
-PACKAGE_STRING='corebird 1.7.2'
+PACKAGE_VERSION='1.7.3'
+PACKAGE_STRING='corebird 1.7.3'
 PACKAGE_BUGREPORT='m...@baedert.org'
 PACKAGE_URL=''
 
@@ -1442,7 +1442,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures corebird 1.7.2 to adapt to many kinds of systems.
+\`configure' configures corebird 1.7.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1512,7 +1512,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of corebird 1.7.2:";;
+ short | recursive ) echo "Configuration of corebird 1.7.3:";;
esac
   cat <<\_ACEOF
 
@@ -1652,7 +1652,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-corebird configure 1.7.2
+corebird configure 1.7.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1930,7 +1930,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by corebird $as_me 1.7.2, which was
+It was created by corebird $as_me 1.7.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2802,7 +2802,7 @@
 
 # Define the identity of the package.
  PACKAGE='corebird'
- VERSION='1.7.2'
+ VERSION='1.7.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15982,7 +15982,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by corebird $as_me 1.7.2, which was
+This file was extended by corebird $as_me 1.7.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16048,7 +16048,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-corebird config.status 1.7.2
+corebird config.status 1.7.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corebird-1.7.2/configure.ac 
new/corebird-1.7.3/configure.ac
--- old/corebird-1.7.2/configure.ac 2017-11-04 08:00:04.0 +0100
+++ new/corebird-1.7.3/configure.ac 2017-11-19 09:10:44.0 +0100
@@ -1,4 +1,4 @@
-AC_INIT([corebird],[1.7.2],[m...@baedert.org])

commit graphite2 for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package graphite2 for openSUSE:Factory 
checked in at 2017-11-21 15:30:23

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


Package is "graphite2"

Tue Nov 21 15:30:23 2017 rev:21 rq:543872 version:1.3.10

Changes:

--- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes  2017-06-28 
10:33:51.58344 +0200
+++ /work/SRC/openSUSE:Factory/.graphite2.new/graphite2.changes 2017-11-21 
15:30:34.221128059 +0100
@@ -1,0 +2,10 @@
+Mon Nov 20 12:16:37 UTC 2017 - mplus...@suse.com
+
+- Add patches to fix tests when using python3:
+  * graphite2-python3_tests.patch
+  * graphite2-python3_tests_cornercases.patch
+- Refresh all other patches
+- Use fancy name for downloaded tarball
+- Run spec-cleaner
+
+---

Old:

  1.3.10.tar.gz

New:

  graphite2-1.3.10.tar.gz
  graphite2-python3_tests.patch
  graphite2-python3_tests_cornercases.patch



Other differences:
--
++ graphite2.spec ++
--- /var/tmp/diff_new_pack.2UJ3tK/_old  2017-11-21 15:30:36.569042967 +0100
+++ /var/tmp/diff_new_pack.2UJ3tK/_new  2017-11-21 15:30:36.573042822 +0100
@@ -21,14 +21,16 @@
 Version:1.3.10
 Release:0
 Summary:Font rendering capabilities for complex non-Roman writing 
systems
-License:LGPL-2.1+ or MPL-2.0+
+License:LGPL-2.1+ OR MPL-2.0+
 Group:  Productivity/Publishing/Word
-Url:https://github.com/silnrsi/graphite
-Source0:https://github.com/silnrsi/graphite/archive/%{version}.tar.gz
+Url:http://graphite.sil.org/
+Source0:
https://github.com/silnrsi/graphite/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Patch0: graphite2-1.2.0-cmakepath.patch
 Patch1: graphite-nonvoid-return.patch
 Patch2: link-gcc-shared.diff
+Patch3: graphite2-python3_tests.patch
+Patch4: graphite2-python3_tests_cornercases.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  fontconfig-devel
@@ -38,8 +40,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-base
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python3
 
 %description
 Graphite2 is a project within SIL's Non-Roman Script Initiative and Language
@@ -81,9 +82,14 @@
 %setup -q -n graphite-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
+# Make sure to use python3 everywhere
+find tests -type f -exec sed -i "s|python|python3|g" {} +
+find . -name *.cmake -exec sed -i "s|python|python3|g" {} +
 %cmake \
-DGRAPHITE2_COMPARE_RENDERER=OFF \
-DGRAPHITE2_NTRACING=ON \
@@ -102,20 +108,16 @@
 %ctest
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc LICENSE COPYING
 %{_bindir}/gr2fonttest
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.3*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}*.pc
 %{_includedir}/%{name}*

++ graphite-nonvoid-return.patch ++
--- /var/tmp/diff_new_pack.2UJ3tK/_old  2017-11-21 15:30:36.605041663 +0100
+++ /var/tmp/diff_new_pack.2UJ3tK/_new  2017-11-21 15:30:36.609041518 +0100
@@ -1,7 +1,7 @@
-Index: graphite2-1.3.0/tests/bittwiddling/bits.cpp
+Index: graphite-1.3.10/tests/bittwiddling/bits.cpp
 ===
 graphite2-1.3.0.orig/tests/bittwiddling/bits.cpp
-+++ graphite2-1.3.0/tests/bittwiddling/bits.cpp
+--- graphite-1.3.10.orig/tests/bittwiddling/bits.cpp
 graphite-1.3.10/tests/bittwiddling/bits.cpp
 @@ -81,6 +81,7 @@ namespace
  {
  if (!std::numeric_limits::is_signed) o.put('u');

++ graphite2-1.2.0-cmakepath.patch ++
--- /var/tmp/diff_new_pack.2UJ3tK/_old  2017-11-21 15:30:36.617041228 +0100
+++ /var/tmp/diff_new_pack.2UJ3tK/_new  2017-11-21 15:30:36.621041083 +0100
@@ -1,7 +1,8 @@
-diff -urN graphite2-1.2.0.orig/src/CMakeLists.txt 
graphite2-1.2.0/src/CMakeLists.txt
 graphite2-1.2.0.orig/src/CMakeLists.txt2013-01-29 15:47:32.465841769 
+0530
-+++ graphite2-1.2.0/src/CMakeLists.txt 2013-01-29 15:48:24.056843352 +0530
-@@ -136,4 +136,4 @@
+Index: graphite-1.3.10/src/CMakeLists.txt
+===
+--- graphite-1.3.10.orig/src/CMakeLists.txt
 graphite-1.3.10/src/CMakeLists.txt
+@@ -155,4 +155,4 @@ endif (${CMAKE_SYSTEM_NAME} STREQUAL "Wi
  
  
  install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION 
lib${LIB_SUFFIX} ARCHIVE DESTINATION 

commit jbig2dec for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package jbig2dec for openSUSE:Factory 
checked in at 2017-11-21 15:30:15

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


Package is "jbig2dec"

Tue Nov 21 15:30:15 2017 rev:6 rq:542901 version:0.14

Changes:

--- /work/SRC/openSUSE:Factory/jbig2dec/jbig2dec.changes2016-05-10 
09:25:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.jbig2dec.new/jbig2dec.changes   2017-11-21 
15:30:20.437627593 +0100
@@ -1,0 +2,12 @@
+Sun Nov 19 05:13:13 UTC 2017 - aloi...@gmx.com
+
+- Use AGPL-3.0+ license
+
+---
+Fri Nov 10 15:22:40 UTC 2017 - aloi...@gmx.com
+
+- Update to 0.14
+  * Bug fix release
+- Spec cleanup
+
+---

Old:

  jbig2dec-0.13.tar.gz

New:

  jbig2dec-0.14.tar.gz



Other differences:
--
++ jbig2dec.spec ++
--- /var/tmp/diff_new_pack.rAY0wC/_old  2017-11-21 15:30:21.453590773 +0100
+++ /var/tmp/diff_new_pack.rAY0wC/_new  2017-11-21 15:30:21.457590628 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jbig2dec
 #
-# 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,16 +17,15 @@
 
 
 Name:   jbig2dec
-Version:0.13
+Version:0.14
 Release:0
 Summary:JBIG2 Decoder Utility
-License:GPL-2.0+
+License:AGPL-3.0+
 Group:  Productivity/Other
-Url:http://www.ghostscript.com/jbig2dec.html
+URL:https://www.ghostscript.com/jbig2dec.html
 Source: 
http://downloads.ghostscript.com/public/jbig2dec/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-BuildRequires:  libpng-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(libpng)
 
 %description
 jbig2dec is a decoder utility implementing the JBIG2 bi-level image compression
@@ -56,6 +55,7 @@
 
 %build
 export CFLAGS="%{optflags} -fPIC"
+export LDFLAGS="-pie"
 %configure \
   --disable-static \
   --with-libpng
@@ -71,17 +71,15 @@
 %postun -n libjbig2dec0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc CHANGES README COPYING LICENSE
+%doc CHANGES README
+%license COPYING LICENSE
 %{_bindir}/jbig2dec
 %{_mandir}/man1/jbig2dec.1%{ext_man}
 
 %files -n libjbig2dec0
-%defattr(-,root,root)
 %{_libdir}/libjbig2dec.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/jbig2.h
 %{_includedir}/memento.h
 %{_libdir}/libjbig2dec.so

++ jbig2dec-0.13.tar.gz -> jbig2dec-0.14.tar.gz ++
 22269 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/jbig2dec-0.13/CHANGES new/jbig2dec-0.14/CHANGES
--- old/jbig2dec-0.13/CHANGES   2016-04-08 11:59:16.0 +0200
+++ new/jbig2dec-0.14/CHANGES   2017-10-04 16:03:05.0 +0200
@@ -1,3 +1,7 @@
+Version 0.14 (2017 October 04)
+
+* Bug fix release.
+
 Version 0.13 (2016 April 07)
 
 * Bug fix release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/jbig2dec-0.13/README new/jbig2dec-0.14/README
--- old/jbig2dec-0.13/README2016-04-08 11:59:16.0 +0200
+++ new/jbig2dec-0.14/README2017-10-04 16:03:05.0 +0200
@@ -19,7 +19,12 @@
 http://www.ece.ubc.ca/spmg/jbig2/bitstreams/main.html
 
 More information about this project and updated versions are available
-from http://jbig2dec.sf.net/ Development source code is kept in a 
-subversion repository at svn.ghostscript.com.
+from:
+
+https://artifex.com/developers-ghostscript-jbig2dec/
+
+Development source code is kept in a git repository at:
+
+http://git.ghostscript.com/?p=jbig2dec.git
 
 The contact address for the project is .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh 

commit fonttools for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package fonttools for openSUSE:Factory 
checked in at 2017-11-21 15:30:06

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


Package is "fonttools"

Tue Nov 21 15:30:06 2017 rev:20 rq:542505 version:3.19.0

Changes:

--- /work/SRC/openSUSE:Factory/fonttools/fonttools.changes  2015-10-02 
15:37:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.fonttools.new/fonttools.changes 2017-11-21 
15:30:09.722015945 +0100
@@ -1,0 +2,17 @@
+Thu Nov 16 08:35:19 UTC 2017 - mplus...@suse.com
+
+- Update licensing information
+
+---
+Fri Nov 10 10:24:49 UTC 2017 - mplus...@suse.com
+
+- Update to version 3.19.0:
+  * Lots of changes between 3.0 and 3.19.0 for details see provided
+NEWS.rst
+- Switch to python3
+- Cleanup with spec-cleaner
+- Update source url
+- Make optional dependencies recommended (and buildrequired for
+  testcoverage)
+
+---

Old:

  3.0.tar.gz

New:

  fonttools-3.19.0.tar.gz



Other differences:
--
++ fonttools.spec ++
--- /var/tmp/diff_new_pack.10cpZS/_old  2017-11-21 15:30:10.801976805 +0100
+++ /var/tmp/diff_new_pack.10cpZS/_new  2017-11-21 15:30:10.801976805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fonttools
 #
-# Copyright (c) 2015 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,21 +17,33 @@
 
 
 Name:   fonttools
-Version:3.0
+Version:3.19.0
 Release:0
 Summary:Suite of Tools and Libraries for Manipulating Fonts
-License:BSD-3-Clause
+License:HPND
 Group:  Productivity/Graphics/Vector Editors
-Url:https://github.com/behdad/fonttools/
-Source0:https://github.com/behdad/fonttools/archive/%{version}.tar.gz
+Url:https://github.com/fonttools/fonttools
+Source0:
https://github.com/fonttools/fonttools/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-numpy
-BuildRequires:  pyxml
-Requires:   python-numpy
-Requires:   python-xml
-Requires:   pyxml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-brotlipy
+BuildRequires:  python3-devel
+BuildRequires:  python3-munkres
+BuildRequires:  python3-numpy
+BuildRequires:  python3-pytest >= 3.0
+BuildRequires:  python3-pytest-runner
+BuildRequires:  python3-reportlab
+BuildRequires:  python3-scipy
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-sympy
+BuildRequires:  python3-tox
+Recommends: python3-brotlipy
+Recommends: python3-munkres
+Recommends: python3-numpy
+Recommends: python3-reportlab
+Recommends: python3-scipy
+Recommends: python3-sympy
+BuildArch:  noarch
 
 %description
 FontTools is a suite of tools and libraries for manipulating fonts
@@ -42,23 +54,26 @@
 convert TrueType fonts to an XML based format (called TTX) and back.
 
 %prep
-%setup -q -n fonttools-%{version}
-chmod 644 LICENSE.txt
+%setup -q
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+%python3_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=filelist.log
-sed -i 's:ttx.1:ttx.1.gz:' filelist.log
+%python3_install
 %fdupes -s %{buildroot}
 
 %check
-./run-tests.sh
+python3 setup.py test
 
-%files -f filelist.log
-%defattr(-, root, root)
-%doc LICENSE.txt README.md Doc/
+%files
+%doc LICENSE README.rst NEWS.rst
+%{_bindir}/fonttools
+%{_bindir}/pyftinspect
+%{_bindir}/pyftmerge
+%{_bindir}/pyftsubset
+%{_bindir}/ttx
+%{_mandir}/man1/ttx.1%{ext_man}
+%{python3_sitelib}
 
 %changelog




commit python-sympy for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package python-sympy for openSUSE:Factory 
checked in at 2017-11-21 15:29:51

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


Package is "python-sympy"

Tue Nov 21 15:29:51 2017 rev:16 rq:541761 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-sympy/python-sympy.changes
2017-08-28 15:11:26.912943063 +0200
+++ /work/SRC/openSUSE:Factory/.python-sympy.new/python-sympy.changes   
2017-11-21 15:29:55.382535634 +0100
@@ -1,0 +2,5 @@
+Tue Nov 14 08:07:19 UTC 2017 - m...@suse.com
+
+- Do not build require python-qt4, it does not be required at build time.
+
+---



Other differences:
--
++ python-sympy.spec ++
--- /var/tmp/diff_new_pack.PH4t3B/_old  2017-11-21 15:29:57.218469096 +0100
+++ /var/tmp/diff_new_pack.PH4t3B/_new  2017-11-21 15:29:57.222468951 +0100
@@ -29,7 +29,6 @@
 Source99:   python-sympy-rpmlintrc
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mpmath}
-BuildRequires:  %{python_module qt4-devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-hypothesis for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2017-11-21 15:28:39

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


Package is "python-hypothesis"

Tue Nov 21 15:28:39 2017 rev:11 rq:542943 version:3.38.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes  
2017-11-17 10:37:15.294681272 +0100
+++ /work/SRC/openSUSE:Factory/.python-hypothesis.new/python-hypothesis.changes 
2017-11-21 15:28:52.588811435 +0100
@@ -1,0 +2,28 @@
+Sun Nov 19 05:19:56 UTC 2017 - a...@gmx.de
+
+- update to version 3.38.0:
+  * This release overhauls the health check system in a variety of
+small ways. It adds no new features, but is nevertheless a minor
+release because it changes which tests are likely to fail health
+checks.
+  * The most noticeable effect is that some tests that used to fail
+health checks will now pass, and some that used to pass will
+fail. These should all be improvements in accuracy. In particular:
++ New failures will usually be because they are now taking into
+  account things like use of data() and assume() inside the test
+  body.
++ New failures may also be because for some classes of example the
+  way data generation performance was measured was artificially
+  faster than real data generation (for most examples that are
+  hitting performance health checks the opposite should be the
+  case).
++ Tests that used to fail health checks and now pass do so because
+  the health check system used to run in a way that was subtly
+  different than the main Hypothesis data generation and lacked
+  some of its support for e.g. large examples.
+  * If your data generation is especially slow, you may also see your
+tests get somewhat faster, as there is no longer a separate health
+check phase. This will be particularly noticeable when rerunning
+test failures.
+
+---

Old:

  hypothesis-3.37.0.tar.gz

New:

  hypothesis-3.38.0.tar.gz



Other differences:
--
++ python-hypothesis.spec ++
--- /var/tmp/diff_new_pack.afG22Z/_old  2017-11-21 15:28:54.116756057 +0100
+++ /var/tmp/diff_new_pack.afG22Z/_new  2017-11-21 15:28:54.116756057 +0100
@@ -24,7 +24,7 @@
 %endif
 %bcond_with test
 Name:   python-hypothesis
-Version:3.37.0
+Version:3.38.0
 Release:0
 Summary:A library for property based testing
 License:MPL-2.0

++ hypothesis-3.37.0.tar.gz -> hypothesis-3.38.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hypothesis-3.37.0/PKG-INFO 
new/hypothesis-3.38.0/PKG-INFO
--- old/hypothesis-3.37.0/PKG-INFO  2017-11-12 21:11:25.0 +0100
+++ new/hypothesis-3.38.0/PKG-INFO  2017-11-18 11:27:46.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: hypothesis
-Version: 3.37.0
+Version: 3.38.0
 Summary: A library for property based testing
 Home-page: https://github.com/HypothesisWorks/hypothesis-python
 Author: David R. MacIver
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hypothesis-3.37.0/src/hypothesis/core.py 
new/hypothesis-3.38.0/src/hypothesis/core.py
--- old/hypothesis-3.37.0/src/hypothesis/core.py2017-11-12 
21:10:23.0 +0100
+++ new/hypothesis-3.38.0/src/hypothesis/core.py2017-11-18 
11:26:22.0 +0100
@@ -54,11 +54,12 @@
 arg_string, impersonate, function_digest, fully_qualified_name, \
 define_function_signature, convert_positional_arguments, \
 get_pretty_function_description
+from hypothesis.internal.healthcheck import fail_health_check
 from hypothesis.internal.conjecture.data import Status, StopTest, \
 ConjectureData
 from hypothesis.searchstrategy.strategies import SearchStrategy
 from hypothesis.internal.conjecture.engine import ExitReason, \
-ConjectureRunner, uniform, sort_key
+ConjectureRunner, sort_key
 
 try:
 from coverage.tracer import CFileDisposition as FileDisposition
@@ -278,119 +279,6 @@
 raise
 
 
-def fail_health_check(settings, message, label):
-# Tell pytest to omit the body of this function from tracebacks
-# 
http://doc.pytest.org/en/latest/example/simple.html#writing-well-integrated-assertion-helpers
-__tracebackhide__ = True
-
-if label in settings.suppress_health_check:
-return
-if not settings.perform_health_check:
-return
-message += (
-'\nSee https://hypothesis.readthedocs.io/en/latest/health'
-

commit python-py for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package python-py for openSUSE:Factory 
checked in at 2017-11-21 15:27:58

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


Package is "python-py"

Tue Nov 21 15:27:58 2017 rev:27 rq:542942 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-py/python-py-doc.changes  2017-11-19 
11:05:54.243391945 +0100
+++ /work/SRC/openSUSE:Factory/.python-py.new/python-py-doc.changes 
2017-11-21 15:28:11.570298081 +0100
@@ -1,0 +2,14 @@
+Sun Nov 19 05:51:49 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * updated url
+
+- update to version 1.5.2:
+  * fix #169, #170: error importing py.log on Windows: no module named
+"syslog".
+
+- changes from version 1.5.1:
+  * fix #167 - prevent pip from installing py in unsupported Python
+versions.
+
+---
python-py.changes: same change

Old:

  py-1.5.0.tar.gz

New:

  py-1.5.2.tar.gz



Other differences:
--
++ python-py-doc.spec ++
--- /var/tmp/diff_new_pack.fnCcb9/_old  2017-11-21 15:28:17.182094690 +0100
+++ /var/tmp/diff_new_pack.fnCcb9/_new  2017-11-21 15:28:17.186094545 +0100
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-py-doc
-Version:1.5.0
+Version:1.5.2
 Release:0
 Summary:Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:MIT
 Group:  Development/Languages/Python
-Url:http://pylib.org
+Url:https://py.readthedocs.io/en/latest/
 Source: 
https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz
 # Documentation requirements:
 BuildRequires:  dos2unix

++ python-py.spec ++
--- /var/tmp/diff_new_pack.fnCcb9/_old  2017-11-21 15:28:17.206093820 +0100
+++ /var/tmp/diff_new_pack.fnCcb9/_new  2017-11-21 15:28:17.206093820 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-py
-Version:1.5.0
+Version:1.5.2
 Release:0
 Summary:Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:MIT

++ py-1.5.0.tar.gz -> py-1.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.5.0/CHANGELOG new/py-1.5.2/CHANGELOG
--- old/py-1.5.0/CHANGELOG  2017-11-14 23:02:21.0 +0100
+++ new/py-1.5.2/CHANGELOG  2017-11-16 00:45:42.0 +0100
@@ -1,3 +1,13 @@
+1.5.2
+=
+
+- fix #169, #170: error importing py.log on Windows: no module named 
``syslog``.
+
+1.5.1
+=
+
+- fix #167 - prevent pip from installing py in unsupported Python versions.
+
 1.5.0
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.5.0/PKG-INFO new/py-1.5.2/PKG-INFO
--- old/py-1.5.0/PKG-INFO   2017-11-14 23:02:24.0 +0100
+++ new/py-1.5.2/PKG-INFO   2017-11-16 00:46:09.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: py
-Version: 1.5.0
+Version: 1.5.2
 Summary: library with cross-python path, ini-parsing, io, code, log facilities
 Home-page: http://py.readthedocs.io/
 Author: holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others
@@ -65,3 +65,4 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.5.0/py/__init__.py new/py-1.5.2/py/__init__.py
--- old/py-1.5.0/py/__init__.py 2017-11-14 23:02:21.0 +0100
+++ new/py-1.5.2/py/__init__.py 2017-11-16 00:45:42.0 +0100
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2014
 """
-__version__ = '1.5.0'
+__version__ = '1.5.2'
 
 try:
 from py._vendored_packages import apipkg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.5.0/py/_log/log.py new/py-1.5.2/py/_log/log.py
--- old/py-1.5.0/py/_log/log.py 2017-11-14 23:02:21.0 +0100
+++ new/py-1.5.2/py/_log/log.py 2017-11-16 00:45:42.0 +0100
@@ -16,7 +16,6 @@
 """
 import py
 import sys
-import syslog
 
 
 class Message(object):
@@ -190,11 +189,18 @@
 
 def __call__(self, msg):
 """ write a message to the log """
+import syslog
 syslog.syslog(self.priority, str(msg))
 
-for _prio in "EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG".split():
-_prio = 

commit gvfs for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2017-11-21 15:27:31

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


Package is "gvfs"

Tue Nov 21 15:27:31 2017 rev:141 rq:542909 version:1.34.1

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2017-11-07 
09:25:30.717043034 +0100
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2017-11-21 
15:27:40.119437984 +0100
@@ -1,0 +2,17 @@
+Wed Nov 15 12:23:18 UTC 2017 - zai...@opensuse.org
+
+- Add gvfs-fix-mtp-volume-removal.patch: Fix various mtp issues
+  with volume management (bgo#789491).
+
+---
+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).
+
+---

New:

  gvfs-fix-mtp-volume-removal.patch



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.5wyMe2/_old  2017-11-21 15:27:42.631346942 +0100
+++ /var/tmp/diff_new_pack.5wyMe2/_new  2017-11-21 15:27:42.635346797 +0100
@@ -27,6 +27,8 @@
 Url:http://www.gnome.org
 Source0:
http://download.gnome.org/sources/gvfs/1.34/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gvfs-fix-mtp-volume-removal.patch bgo#789491 
zai...@opensuse.org -- Fix various mtp issues with volume management
+Patch0: gvfs-fix-mtp-volume-removal.patch
 # PATCH-FEATURE-SLE gvfs-nvvfs.patch ksam...@novell.com -- Provides gvfs 
backend for novell nautilus plugin
 Patch5: gvfs-nvvfs.patch
 # PATCH-FEATURE-SLE gvfs-nds.patch ksam...@novell.com -- Provides NDS browsing 
for nautilus
@@ -167,6 +169,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %patch5 -p1
@@ -322,7 +325,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}

++ gvfs-fix-mtp-volume-removal.patch ++
>From 4fe3b0f8d24851145b5ceae10eb3181b2340466b Mon Sep 17 00:00:00 2001
From: Ondrej Holy 
Date: Wed, 25 Oct 2017 20:28:22 +0200
Subject: mtp: Fix volume removal with current udev behavior

UDev events for devices without ID_MTP_DEVICE property are ignored.
Although ID_MTP_DEVICE seems don't have to be set for device when removing
and thus the volume is not removed. Let's ignore ID_MTP_DEVICE when removing.

https://bugzilla.gnome.org/show_bug.cgi?id=789491
---
 monitor/mtp/gmtpvolumemonitor.c | 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/monitor/mtp/gmtpvolumemonitor.c b/monitor/mtp/gmtpvolumemonitor.c
index 50e37cf..bfd9e29 100644
--- a/monitor/mtp/gmtpvolumemonitor.c
+++ b/monitor/mtp/gmtpvolumemonitor.c
@@ -208,17 +208,12 @@ on_uevent (GUdevClient *client, gchar *action, 
GUdevDevice *device, gpointer use
 
   g_debug ("on_uevent: action=%s, device=%s", action, 
g_udev_device_get_device_file(device));
 
-  /* filter out uninteresting events */
-  if (!g_udev_device_has_property (device, "ID_MTP_DEVICE"))
-{
-  g_debug ("on_uevent: discarding, not ID_MTP");
-  return;
-}
-
-  if (strcmp (action, "add") == 0)
- gudev_add_device (monitor, device, TRUE); 
-  else if (strcmp (action, "remove") == 0)
- gudev_remove_device (monitor, device); 
+  if (g_strcmp0 (action, "add") == 0 && g_udev_device_has_property (device, 
"ID_MTP_DEVICE"))
+gudev_add_device (monitor, device, TRUE);
+  else if (g_strcmp0 (action, "remove") == 0 && g_udev_device_get_device_file 
(device) != NULL)
+gudev_remove_device (monitor, device);
+  else
+g_debug ("on_uevent: discarding");
 }
 
 static void
-- 
cgit v0.12


>From bcd2a7ac00b5d6cd82e8ddfe9481da8edfe59e6a Mon Sep 17 00:00:00 2001
From: Ondrej Holy 
Date: Fri, 27 Oct 2017 10:11:20 +0200
Subject: gphoto2: Fix volume removal with current udev behavior

UDev events for devices without ID_GPHOTO2 property are ignored.
Although ID_GPHOTO2 seems don't have to be set for device when removing
and thus 

commit mono-core for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2017-11-21 15:26:40

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


Package is "mono-core"

Tue Nov 21 15:26:40 2017 rev:114 rq:542907 version:5.4.1

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2017-10-28 
14:19:20.600687508 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2017-11-21 
15:27:14.948350294 +0100
@@ -1,0 +2,11 @@
+Sun Nov 12 00:00:00 UTC 2017 - fwdsbs.to.1...@xoxy.net
+- Update to version 5.4.1.6 (Service Release)
+- Patch bug-59608.patch was updated
+- Bugfixes:
+  * bxc#59281 - System.Threading.AbandonedMutexException: The wait completed 
due to an abandoned mutex
+  * bxc#59302 - Task in Mono 5.4.0.167 is throwing exception "Length cannot be 
less than zero"
+  * bxc#59364 - Assertion at dynamic-image.c:209, condition "prev == 
MONO_HANDLE_RAW (obj)" not met
+  * bxc#59832 - [iOS]MT3001 error: Could not AOT the assembly error while 
building iOS/mobile samples
+  * bxc#60233 - Assertion in dynamic-image.c after 
792b5367cd3a6ffa1a192c4d2d7ace3509cbb646
+
+---

Old:

  mono-5.4.0.201.tar.bz2

New:

  mono-5.4.1.6.tar.bz2



Other differences:
--
++ mono-core.spec ++
--- /var/tmp/diff_new_pack.RErDwQ/_old  2017-11-21 15:27:28.431861591 +0100
+++ /var/tmp/diff_new_pack.RErDwQ/_new  2017-11-21 15:27:28.435861446 +0100
@@ -38,10 +38,10 @@
 %define roslyn no
 %endif
 
-%define version_suffix 201
+%define version_suffix 6
 
 Name:   mono-core
-Version:5.4.0
+Version:5.4.1
 Release:0
 Summary:Cross-platform, Open Source, .NET development framework
 License:LGPL-2.1 and MIT and MS-PL

++ bug-59608.patch ++
--- /var/tmp/diff_new_pack.RErDwQ/_old  2017-11-21 15:27:28.455860722 +0100
+++ /var/tmp/diff_new_pack.RErDwQ/_new  2017-11-21 15:27:28.455860722 +0100
@@ -1,6 +1,6 @@
-diff -uprN mono-5.4.0.201/external/api-snapshot/profiles/net_4_x/PEAPI.cs 
mono-5.4.0.201.new/external/api-snapshot/profiles/net_4_x/PEAPI.cs
 mono-5.4.0.201/external/api-snapshot/profiles/net_4_x/PEAPI.cs 
2017-10-04 18:31:32.0 +0300
-+++ mono-5.4.0.201.new/external/api-snapshot/profiles/net_4_x/PEAPI.cs 
2017-10-24 05:28:58.773995162 +0300
+diff -uprN mono-5.4.1.6.old/external/api-snapshot/profiles/net_4_x/PEAPI.cs 
mono-5.4.1.6/external/api-snapshot/profiles/net_4_x/PEAPI.cs
+--- mono-5.4.1.6.old/external/api-snapshot/profiles/net_4_x/PEAPI.cs   
2017-11-08 18:52:46.0 +0300
 mono-5.4.1.6/external/api-snapshot/profiles/net_4_x/PEAPI.cs   
2017-11-12 04:07:23.979579610 +0300
 @@ -473,6 +473,7 @@ namespace PEAPI
  }
  public enum ImplAttr
@@ -9,14 +9,13 @@
  ForwardRef = 16,
  IL = 0,
  InternalCall = 4096,
-diff -uprN mono-5.4.0.201/mono/mini/iltests.il 
mono-5.4.0.201.new/mono/mini/iltests.il
 mono-5.4.0.201/mono/mini/iltests.il2017-10-04 18:30:42.0 
+0300
-+++ mono-5.4.0.201.new/mono/mini/iltests.il2017-10-24 05:30:44.849696785 
+0300
-@@ -2896,4 +2896,50 @@ END:
- IL_0018:  ldloc.0
+diff -uprN mono-5.4.1.6.old/mono/mini/iltests.il 
mono-5.4.1.6/mono/mini/iltests.il
+--- mono-5.4.1.6.old/mono/mini/iltests.il  2017-11-08 18:51:09.0 
+0300
 mono-5.4.1.6/mono/mini/iltests.il  2017-11-12 04:07:23.979579610 +0300
+@@ -2897,6 +2897,52 @@ END:
ret
}
-+
+ 
 +  .method private hidebysig static void  fail_inline() cil managed
 +  {
 +// Code size   9 (0x9)
@@ -62,10 +61,13 @@
 +IL_0001:  call   int32 Tests::always_inline(int32)
 +IL_000c:  ret
 +  }
- }
-diff -uprN mono-5.4.0.201/mono/mini/method-to-ir.c 
mono-5.4.0.201.new/mono/mini/method-to-ir.c
 mono-5.4.0.201/mono/mini/method-to-ir.c2017-10-04 18:30:42.0 
+0300
-+++ mono-5.4.0.201.new/mono/mini/method-to-ir.c2017-10-24 
05:30:44.853696774 +0300
++
+   .method public static bool llvm_regress_59436 () {
+   // Code size   41 (0x29)
+   .maxstack  3
+diff -uprN mono-5.4.1.6.old/mono/mini/method-to-ir.c 
mono-5.4.1.6/mono/mini/method-to-ir.c
+--- mono-5.4.1.6.old/mono/mini/method-to-ir.c  2017-11-08 18:51:09.0 
+0300
 mono-5.4.1.6/mono/mini/method-to-ir.c  2017-11-12 04:07:23.983579610 
+0300
 @@ -6156,9 +6156,7 @@ inline_method (MonoCompile *cfg, MonoMet
prev_args = cfg->args;
prev_arg_types = cfg->arg_types;

++ mono-5.4.0.201.tar.bz2 -> mono-5.4.1.6.tar.bz2 ++
/work/SRC/openSUSE:Factory/mono-core/mono-5.4.0.201.tar.bz2 

commit pciutils for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package pciutils for openSUSE:Factory 
checked in at 2017-11-21 15:25:28

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


Package is "pciutils"

Tue Nov 21 15:25:28 2017 rev:59 rq:542905 version:3.5.6

Changes:

--- /work/SRC/openSUSE:Factory/pciutils/pciutils.changes2017-11-14 
14:45:20.114140274 +0100
+++ /work/SRC/openSUSE:Factory/.pciutils.new/pciutils.changes   2017-11-21 
15:25:56.707186164 +0100
@@ -1,0 +2,10 @@
+Sun Nov 19 01:26:23 UTC 2017 - aavind...@gmail.com
+
+- Update to version 3.5.6
+  * MN VPD keyword is decoded correctly.
+  * As usual, updated pci.ids to the current snapshot of the
+database.
+  * FreeBSD back-end: read-only access for non-root, support
+DragonFly BSD, support extended config space.
+
+---

Old:

  pciutils-3.5.5.tar.sign
  pciutils-3.5.5.tar.xz

New:

  pciutils-3.5.6.tar.sign
  pciutils-3.5.6.tar.xz



Other differences:
--
++ pciutils.spec ++
--- /var/tmp/diff_new_pack.9nQoOl/_old  2017-11-21 15:26:17.586429381 +0100
+++ /var/tmp/diff_new_pack.9nQoOl/_new  2017-11-21 15:26:17.586429381 +0100
@@ -18,7 +18,7 @@
 
 %define lname   libpci3
 Name:   pciutils
-Version:3.5.5
+Version:3.5.6
 Release:0
 Summary:PCI utilities for the Linux Kernel
 License:GPL-2.0+

++ pciutils-3.5.5.tar.xz -> pciutils-3.5.6.tar.xz ++
 2314 lines of diff (skipped)




commit adwaita-icon-theme for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package adwaita-icon-theme for 
openSUSE:Factory checked in at 2017-11-21 15:24:28

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


Package is "adwaita-icon-theme"

Tue Nov 21 15:24:28 2017 rev:15 rq:542846 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/adwaita-icon-theme/adwaita-icon-theme.changes
2017-09-15 21:07:54.780282073 +0200
+++ 
/work/SRC/openSUSE:Factory/.adwaita-icon-theme.new/adwaita-icon-theme.changes   
2017-11-21 15:24:41.325918474 +0100
@@ -1,0 +2,6 @@
+Sat Nov 18 19:40:53 UTC 2017 - zai...@opensuse.org
+
+- Add adwaita-symbolic-audio-volume-fix.patch: symbolic:
+  audio-volume-*: line up vertices to the pixel grid (bgo#709131).
+
+---

New:

  adwaita-symbolic-audio-volume-fix.patch



Other differences:
--
++ adwaita-icon-theme.spec ++
--- /var/tmp/diff_new_pack.dyCbSD/_old  2017-11-21 15:24:47.513694185 +0100
+++ /var/tmp/diff_new_pack.dyCbSD/_new  2017-11-21 15:24:47.517694040 +0100
@@ -22,8 +22,10 @@
 Summary:GNOME Icon Theme
 License:LGPL-3.0+ or CC-BY-SA-3.0
 Group:  System/GUI/GNOME
-Url:http://www.gnome.org/
+URL:http://www.gnome.org/
 Source0:
http://download.gnome.org/sources/adwaita-icon-theme/3.26/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM adwaita-symbolic-audio-volume-fix.patch bgo#709131 
zai...@opensuse.org -- symbolic: audio-volume-*  - line up vertices to the 
pixel grid
+Patch0: adwaita-symbolic-audio-volume-fix.patch
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  intltool
@@ -31,7 +33,6 @@
 # To make sure the icon theme cache gets generated
 Requires(post): gtk3-tools
 Provides:   %{name}-devel = %{version}-%{release}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -39,10 +40,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %makeinstall
@@ -71,7 +73,6 @@
 # No need for %%icon_theme_cache_postun in %%postun since the theme won't 
exist anymore
 
 %files
-%defattr(-, root, root)
 %doc AUTHORS COPYING COPYING_LGPL COPYING_CCBYSA3
 %ghost %{_datadir}/icons/Adwaita/icon-theme.cache
 %{_datadir}/icons/Adwaita/

++ adwaita-symbolic-audio-volume-fix.patch ++
From 1f66b7d083112c9f0df617b5aa6220edc98b48b7 Mon Sep 17 00:00:00 2001
From: Lapo Calamandrei 
Date: Sat, 4 Nov 2017 15:00:40 +0100
Subject: symbolic: audio-volume-*  - line up vertices to the pixel grid

https://bugzilla.gnome.org/show_bug.cgi?id=709131
---
 .../scalable/status/audio-volume-high-symbolic.svg | 20 +++--
 .../scalable/status/audio-volume-low-symbolic.svg  | 20 +++--
 .../status/audio-volume-medium-symbolic.svg| 20 +++--
 .../status/audio-volume-muted-symbolic.svg | 21 +++--
 src/symbolic/gnome-stencils.svg| 93 +++---
 5 files changed, 97 insertions(+), 77 deletions(-)

diff --git a/Adwaita/scalable/status/audio-volume-high-symbolic.svg 
b/Adwaita/scalable/status/audio-volume-high-symbolic.svg
index 0ad15c4..0ef961d 100644
--- a/Adwaita/scalable/status/audio-volume-high-symbolic.svg
+++ b/Adwaita/scalable/status/audio-volume-high-symbolic.svg
@@ -1,7 +1,7 @@
 
 
 
-
+
   
 
   
@@ -11,17 +11,21 @@
   
 
   
-  
-
+  
+
   
   Gnome Symbolic Icon Theme
-  
+  
+
+  
+
+  
   
-
+
 
-
-
-
+
+
+
   
   
   
diff --git a/Adwaita/scalable/status/audio-volume-low-symbolic.svg 
b/Adwaita/scalable/status/audio-volume-low-symbolic.svg
index d1b1293..a25bb30 100644
--- a/Adwaita/scalable/status/audio-volume-low-symbolic.svg
+++ b/Adwaita/scalable/status/audio-volume-low-symbolic.svg
@@ -1,7 +1,7 @@
 
 
 
-
+
   
 
   
@@ -11,17 +11,21 @@
   
 
   
-  
-
+  
+
   
   Gnome Symbolic Icon Theme
-  
+  
+
+  
+
+  
   
 
-
-
-
-
+
+
+
+
   
   
   
diff --git a/Adwaita/scalable/status/audio-volume-medium-symbolic.svg 
b/Adwaita/scalable/status/audio-volume-medium-symbolic.svg
index 16aebed..f6de84c 100644
--- a/Adwaita/scalable/status/audio-volume-medium-symbolic.svg
+++ b/Adwaita/scalable/status/audio-volume-medium-symbolic.svg
@@ -1,7 +1,7 @@
 
 
 
-
+
   
 
   
@@ -11,17 +11,21 @@
   
 
   
-  
-
+  
+
   
   Gnome Symbolic Icon Theme
-  
+  
+
+  
+
+  
   
 
-
-
-
-
+
+
+
+
   
   
   
diff --git 

commit gtk3 for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2017-11-21 15:23:59

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


Package is "gtk3"

Tue Nov 21 15:23:59 2017 rev:121 rq:542842 version:3.22.25

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2017-11-03 
19:05:58.356368963 +0100
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2017-11-21 
15:24:14.382895089 +0100
@@ -1,0 +2,7 @@
+Fri Nov 17 17:12:13 CET 2017 - vliaskovi...@suse.com
+
+- Add gtk3-placesview-Present-FUSE-reachable-network-shares-in-.patch:
+  Present FUSE reachable network shares in gtkplacesview (bgo#787128,
+  bsc#1062879)
+
+---

New:

  gtk3-placesview-Present-FUSE-reachable-network-shares-in-.patch



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.kS0xal/_old  2017-11-21 15:24:16.366823176 +0100
+++ /var/tmp/diff_new_pack.kS0xal/_new  2017-11-21 15:24:16.370823031 +0100
@@ -50,6 +50,8 @@
 Patch4: gtk3-revert-forced-xftdpi.patch
 # PATCH-FIX-UPSTREAM gtk3-wayland-distribute-server-decoration-xml.patch 
bgo#789630 badshah...@gmail.com -- Builds that include wayland fail unless 
gtk/wayland/protocol/server-decoration.xml is included in tarballs
 Patch5: gtk3-wayland-distribute-server-decoration-xml.patch
+# PATCH-FIX-UPSTREAM 
gtk3-placesview-Present-FUSE-reachable-network-shares-in-.patch bgo#787128 
bsc#1062879 vliaskovi...@suse.com -- Present FUSE reachable network shared in 
gtkplacesview
+Patch6: gtk3-placesview-Present-FUSE-reachable-network-shares-in-.patch
 BuildRequires:  cups-devel >= 1.2
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -372,6 +374,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 # Disabled since patch 1 is in need of rebase

++ gtk3-placesview-Present-FUSE-reachable-network-shares-in-.patch ++
Index: gtk+-3.20.10/gtk/gtkplacesview.c
===
--- gtk+-3.20.10.orig/gtk/gtkplacesview.c
+++ gtk+-3.20.10/gtk/gtkplacesview.c
@@ -1129,8 +1129,7 @@ update_places (GtkPlacesView *view)
   populate_servers (view);
 
   /* fetch networks and add them asynchronously */
-  if (!gtk_places_view_get_local_only (view))
-fetch_networks (view);
+  fetch_networks (view);
 
   update_view_mode (view);
   /* Check whether we still are in a loading state */
@@ -1895,12 +1894,37 @@ on_listbox_row_activated (GtkPlacesView
 }
 
 static gboolean
+is_mount_locally_accessible (GMount *mount)
+{
+  GFile *base_file;
+  gchar *path;
+
+  if (mount == NULL)
+return FALSE;
+
+  base_file = g_mount_get_root (mount);
+
+  if (base_file == NULL)
+return FALSE;
+
+  path = g_file_get_path (base_file);
+  g_object_unref (base_file);
+
+  if (path == NULL)
+return FALSE;
+
+  g_free (path);
+  return TRUE;
+}
+
+static gboolean
 listbox_filter_func (GtkListBoxRow *row,
  gpointer   user_data)
 {
   GtkPlacesViewPrivate *priv;
   gboolean is_network;
   gboolean is_placeholder;
+  gboolean is_local = FALSE;
   gboolean retval;
   gboolean searching;
   gchar *name;
@@ -1913,7 +1937,20 @@ listbox_filter_func (GtkListBoxRow *row,
   is_network = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (row), 
"is-network"));
   is_placeholder = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (row), 
"is-placeholder"));
 
-  if (is_network && priv->local_only)
+  if (GTK_IS_PLACES_VIEW_ROW (row))
+{
+  GtkPlacesViewRow *placesviewrow;
+  GMount *mount;
+
+  placesviewrow = GTK_PLACES_VIEW_ROW (row);
+  g_object_get(G_OBJECT (placesviewrow), "mount", , NULL);
+
+  is_local = is_mount_locally_accessible (mount);
+
+  g_clear_object ();
+}
+
+  if (is_network && priv->local_only && !is_local)
 return FALSE;
 
   if (is_placeholder && searching)



commit mozjs52 for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package mozjs52 for openSUSE:Factory checked 
in at 2017-11-21 15:23:24

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


Package is "mozjs52"

Tue Nov 21 15:23:24 2017 rev:3 rq:542767 version:52.3.0

Changes:

--- /work/SRC/openSUSE:Factory/mozjs52/mozjs52.changes  2017-10-13 
14:06:22.225866196 +0200
+++ /work/SRC/openSUSE:Factory/.mozjs52.new/mozjs52.changes 2017-11-21 
15:23:34.024358005 +0100
@@ -1,0 +2,6 @@
+Sat Nov 18 00:59:35 UTC 2017 - jones...@protonmail.com
+
+- Enable Internationalization required by GJS
+- Disable running tests due to broken toLocaleDateString_timeZone test
+
+---



Other differences:
--
++ mozjs52.spec ++
--- /var/tmp/diff_new_pack.NX4wgR/_old  2017-11-21 15:23:39.220169666 +0100
+++ /var/tmp/diff_new_pack.NX4wgR/_new  2017-11-21 15:23:39.220169666 +0100
@@ -117,6 +117,7 @@
  --enable-readline \
  --enable-release \
  --enable-shared-js \
+ --with-intl-api \
  --with-pthreads \
 %if 0%{?suse_version} > 1320
  --with-system-icu \
@@ -125,7 +126,6 @@
 %ifarch %{arm} aarch64 ppc ppc64 ppc64le
  \
 %endif
- --without-intl-api
 
 # Without adding these sources resulted library has weak symbols
 #echo "CPPSRCS += \$(DEPTH)/mfbt/Unified_cpp_mfbt0.cpp 
\$(DEPTH)/../../mfbt/Compression.cpp \$(DEPTH)/../../mfbt/decimal/Decimal.cpp" 
>> js/src/backend.mk
@@ -155,7 +155,7 @@
 %check
 cd js/src
 # Run SpiderMonkey tests
-tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/js
+# tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/js
 # Run basic JIT tests
 jit-test/jit_test.py -s -t 1800 --no-progress ../../js/src/js/src/shell/js 
basic
 




commit xfsprogs for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2017-11-21 15:22:37

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


Package is "xfsprogs"

Tue Nov 21 15:22:37 2017 rev:47 rq:542713 version:4.13.1

Changes:

--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes2017-09-07 
22:08:31.546623515 +0200
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new/xfsprogs.changes   2017-11-21 
15:22:44.614149065 +0100
@@ -1,0 +2,212 @@
+Fri Nov 17 19:46:15 UTC 2017 - je...@suse.com
+
+- Fix building on SLE11
+- Added xfs_io-stat-fix-typo-in-statfs-f_flags.patch
+- Added xfs_io-stat-treat-statfs.f_flags-as-optional.patch
+
+---
+Fri Nov 17 18:58:47 UTC 2017 - je...@suse.com
+
+- Update to 4.13.1
+  * mkfs: don't overflow the subopts array
+
+- Update to 4.13.0
+  * xfs_repair: handle missing extent states
+  * mkfs: pass a custom cowextsize into the created filesystem
+  * xfs_db: version command misses RMAPBT feature string
+  * xfs_repair: don't use do_warn for normal log message
+  * libxfs: remove getcwd/chdir dance from initialization
+  * xfs_repair: take the ag_lock before recording rmap for a bmbt record
+  * mkfs.xfs: Don't stagger AG for a single disk
+  * xfs: fix inobt inode allocation search optimization
+  * xfs_io: clarify the fsmap documentation
+  * fiemap: Fix semantics of max_extents (-n arguments)
+  * xfs_repair: fix thread creation failure recovery
+  * xfs_repair: add prefetch trace calls to debug thread creation failures
+  * xfs_repair: clear pthread_t when pthread_create fails
+  * xfs_io: add seek consistency checks
+  * fsr: fix uninitialized fs usage after timeout
+  * xfs_db: bit fuzzing should read the right bit when flipping
+  * xfs_db: make write/fuzz -c and -d work on non-crc filesystems
+  * xfs_db: free field list when failing out of fuzz
+  * xfs_db: reset metadump output flag
+  * xfs_db: btdump should avoid eval for push and pop of cursor
+  * xfs_db: use TYP_F_CRC_FUNC for inodes & dquots
+  * xfs_db: introduce fuzz command
+  * xfs_db: write values into dir/attr blocks and recalculate CRCs
+  * xfs_db: print attribute remote value blocks
+  * xfs_db: dump dir/attr btrees
+  * xfs_db: fix metadump redirection (again)
+  * xfs_repair: fix symlink target length checks by changing MAXPATHLEN to 
XFS_SYMLINK_MAXLEN
+  * xfs_metadump: properly handle obfuscation of all remote attribute blocks
+  * xfs_io: allow lsattr & lsproj on foreign filesystems
+  * libxfs: init ->b_maps on contig buffers for uncached compatibility
+  * xfs_db: associate proper type with free inode btree root
+  * xfs_io: Print filesystem statfs flags in 'statfs' command
+  * xfs: fix multi-AG deadlock in xfs_bunmapi
+  * xfs: check that dir block entries don't off the end of the buffer
+  * xfs: check _alloc_read_agf buffer pointer before using
+  * xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
+  * xfs: check _btree_check_block value
+  * xfs: don't crash on unexpected holes in dir/attr btrees
+  * xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub
+  * xfs: try to avoid blowing out the transaction reservation when bunmaping a 
shared extent
+
+- Update to 4.12.0
+  * libxfs: propagate transaction block reservations
+  * xfs_db: properly set inode type
+  * xfs_db: redirect printfs when metadumping to stdout
+  * mkfs.xfs: allow specification of 0 data stripe width & unit
+  * mkfs: set inode alignment and cluster size for minimum log size estimation
+  * mkfs: set agblklog when we're verifying minimum log size
+  * libxfs: fix fsmap.h inclusion
+  * xfs_db: identify attr dabtree field types correctly
+  * xfs_spaceman: fix potential overflowing expression in trim_f()
+  * xfs_spaceman: close open file for error case in openfile()
+  * xfs_spaceman: fix potential memory leak by malloc in scan_ag
+  * xfs_db: improve argument naming in set_cur and set_iocur_type
+  * xfs_db: update buffer size when new type is set
+  * xfs_spaceman: add group summary mode
+  * xfs_spaceman: add a man page
+  * xfs_spaceman: Free space mapping command
+  * xfs_spaceman: add new speculative prealloc control
+  * xfs_spaceman: add FITRIM support
+  * xfs_spaceman: space management tool
+  * xfs_repair: replace rmap_compare with libxfs version
+  * xfs_io: support the new getfsmap ioctl
+  * xfs: introduce the XFS_IOC_GETFSMAP ioctl
+  * libxfs: use crc32c slice-by-8 variant by default
+  * libxcmd: add cvt{int, long} to convert strings to int and long
+  * metadump: warn about corruption if log is dirty
+  * xfs_metadump: tag metadump image with informational flags
+  * xfs_repair: handle reading superblock from image on larger sector size 
filesystem
+  * 

commit libvirt for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2017-11-21 15:22:54

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


Package is "libvirt"

Tue Nov 21 15:22:54 2017 rev:240 rq:542717 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2017-11-10 
14:38:32.892969500 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2017-11-21 
15:23:12.009156024 +0100
@@ -1,0 +2,14 @@
+Fri Nov 17 21:59:28 UTC 2017 - jfeh...@suse.com
+
+- apparmor: allow libvirtd to send signals to unconfined processes
+  suse-apparmor-signal.patch
+  boo#1065123
+
+---
+Fri Nov 17 18:37:43 UTC 2017 - jfeh...@suse.com
+
+- qemu: Tolerate storage source private data being NULL
+  8056721c-qemu-null-storage-source.patch
+  bsc#1068752
+
+---

New:

  8056721c-qemu-null-storage-source.patch
  suse-apparmor-signal.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.udMiPg/_old  2017-11-21 15:23:19.38009 +0100
+++ /var/tmp/diff_new_pack.udMiPg/_new  2017-11-21 15:23:19.384888664 +0100
@@ -300,6 +300,7 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
+Patch0: 8056721c-qemu-null-storage-source.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
@@ -322,14 +323,15 @@
 Patch206:   suse-qemu-conf.patch
 Patch207:   suse-ovmf-paths.patch
 Patch208:   suse-apparmor-libnl-paths.patch
-Patch209:   support-managed-pci-xen-driver.patch
-Patch210:   xen-sxpr-disk-type.patch
-Patch211:   libxl-support-block-script.patch
-Patch212:   apparmor-no-mount.patch
-Patch213:   qemu-apparmor-screenshot.patch
-Patch214:   libvirt-suse-netcontrol.patch
-Patch215:   lxc-wait-after-eth-del.patch
-Patch216:   libxl-qemu-emulator-caps.patch
+Patch209:   suse-apparmor-signal.patch
+Patch210:   support-managed-pci-xen-driver.patch
+Patch211:   xen-sxpr-disk-type.patch
+Patch212:   libxl-support-block-script.patch
+Patch213:   apparmor-no-mount.patch
+Patch214:   qemu-apparmor-screenshot.patch
+Patch215:   libvirt-suse-netcontrol.patch
+Patch216:   lxc-wait-after-eth-del.patch
+Patch217:   libxl-qemu-emulator-caps.patch
 # SLES-Only patches
 %if ! 0%{?is_opensuse}
 Patch400:   virt-create-rootfs.patch
@@ -876,6 +878,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1
@@ -903,6 +906,7 @@
 %patch214 -p1
 %patch215 -p1
 %patch216 -p1
+%patch217 -p1
 %if ! 0%{?is_opensuse}
 %patch400 -p1
 %endif

++ 8056721c-qemu-null-storage-source.patch ++
commit 8056721cbb75a717604a1f7971440726d9d85045
Author: Peter Krempa 
Date:   Thu Nov 9 12:51:25 2017 +0100

qemu: Tolerate storage source private data being NULL

In some cases it does not make sense to pursue that the private data
will be allocated (especially when we don't need to put anything in it).

Ensure that the code works without it.

This also fixes few crashes pointed out in
https://bugzilla.redhat.com/show_bug.cgi?id=1510323

Index: libvirt-3.9.0/src/qemu/qemu_command.c
===
--- libvirt-3.9.0.orig/src/qemu/qemu_command.c
+++ libvirt-3.9.0/src/qemu/qemu_command.c
@@ -1362,12 +1362,17 @@ qemuBuildDriveSourceStr(virDomainDiskDef
 {
 int actualType = virStorageSourceGetActualType(disk->src);
 qemuDomainStorageSourcePrivatePtr srcpriv = 
QEMU_DOMAIN_STORAGE_SOURCE_PRIVATE(disk->src);
-qemuDomainSecretInfoPtr secinfo = srcpriv->secinfo;
-qemuDomainSecretInfoPtr encinfo = srcpriv->encinfo;
+qemuDomainSecretInfoPtr secinfo = NULL;
+qemuDomainSecretInfoPtr encinfo = NULL;
 virJSONValuePtr srcprops = NULL;
 char *source = NULL;
 int ret = -1;
 
+if (srcpriv) {
+secinfo = srcpriv->secinfo;
+encinfo = srcpriv->encinfo;
+}
+
 if (qemuDiskSourceNeedsProps(disk->src) &&
 !(srcprops = qemuDiskSourceGetProps(disk->src)))
 goto cleanup;
@@ -2239,8 +2244,13 @@ qemuBuildDiskDriveCommandLine(virCommand
 bool driveBoot = false;
 virDomainDiskDefPtr disk = def->disks[i];
 qemuDomainStorageSourcePrivatePtr srcPriv = 
QEMU_DOMAIN_STORAGE_SOURCE_PRIVATE(disk->src);
-qemuDomainSecretInfoPtr secinfo = srcPriv->secinfo;
-qemuDomainSecretInfoPtr encinfo = srcPriv->encinfo;
+

commit perl-Mojolicious for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2017-11-21 15:20:54

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


Package is "perl-Mojolicious"

Tue Nov 21 15:20:54 2017 rev:82 rq:543260 version:7.57

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2017-11-10 14:42:31.104359371 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2017-11-21 15:21:05.593738566 +0100
@@ -1,0 +2,19 @@
+Sun Nov 19 06:36:59 UTC 2017 - co...@suse.com
+
+- updated to 7.57
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.57  2017-11-18
+- Fixed installation problems with some versions of Perl on Windows.
+
+---
+Fri Nov 17 06:36:35 UTC 2017 - co...@suse.com
+
+- updated to 7.56
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.56  2017-11-14
+- Added num check to Mojolicious::Validator.
+- Improved built-in templates with high resolution logos.
+
+---

Old:

  Mojolicious-7.55.tar.gz

New:

  Mojolicious-7.57.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.cSIDYV/_old  2017-11-21 15:21:09.741588202 +0100
+++ /var/tmp/diff_new_pack.cSIDYV/_new  2017-11-21 15:21:09.741588202 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.55
+Version:7.57
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.55.tar.gz -> Mojolicious-7.57.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.55/Changes new/Mojolicious-7.57/Changes
--- old/Mojolicious-7.55/Changes2017-11-06 22:57:07.0 +0100
+++ new/Mojolicious-7.57/Changes2017-11-18 17:05:36.0 +0100
@@ -1,4 +1,11 @@
 
+7.57  2017-11-18
+  - Fixed installation problems with some versions of Perl on Windows.
+
+7.56  2017-11-14
+  - Added num check to Mojolicious::Validator.
+  - Improved built-in templates with high resolution logos.
+
 7.55  2017-11-06
   - Added -role flag to Mojo::Base. (jberger)
   - Improved tablify function in Mojo::Util to work with non-rectangular 
arrays.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.55/MANIFEST 
new/Mojolicious-7.57/MANIFEST
--- old/Mojolicious-7.55/MANIFEST   2017-11-07 11:57:36.0 +0100
+++ new/Mojolicious-7.57/MANIFEST   2017-11-18 17:10:05.0 +0100
@@ -120,7 +120,9 @@
 lib/Mojolicious/resources/public/favicon.ico
 lib/Mojolicious/resources/public/mojo/failraptor.png
 lib/Mojolicious/resources/public/mojo/jquery/jquery.js
+lib/Mojolicious/resources/public/mojo/logo-black-2x.png
 lib/Mojolicious/resources/public/mojo/logo-black.png
+lib/Mojolicious/resources/public/mojo/logo-white-2x.png
 lib/Mojolicious/resources/public/mojo/logo-white.png
 lib/Mojolicious/resources/public/mojo/noraptor.png
 lib/Mojolicious/resources/public/mojo/notfound.png
@@ -129,7 +131,6 @@
 lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-dark.css
 lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-light.css
 lib/Mojolicious/resources/public/mojo/prettify/run_prettify.js
-lib/Mojolicious/resources/public/mojo/stripes.png
 lib/Mojolicious/resources/templates/mojo/debug.html.ep
 lib/Mojolicious/resources/templates/mojo/exception.html.ep
 lib/Mojolicious/resources/templates/mojo/menubar.html.ep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.55/META.json 
new/Mojolicious-7.57/META.json
--- old/Mojolicious-7.55/META.json  2017-11-07 11:57:36.0 +0100
+++ new/Mojolicious-7.57/META.json  2017-11-18 17:10:05.0 +0100
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.55",
+   "version" : "7.57",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.55/META.yml 
new/Mojolicious-7.57/META.yml
--- old/Mojolicious-7.55/META.yml   2017-11-07 11:57:36.0 +0100
+++ new/Mojolicious-7.57/META.yml   2017-11-18 17:10:05.0 +0100
@@ -31,5 +31,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '7.55'
+version: '7.57'
 x_serialization_backend: 

commit rsyslog for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2017-11-21 15:20:26

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


Package is "rsyslog"

Tue Nov 21 15:20:26 2017 rev:131 rq:542680 version:8.30.0

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2017-11-16 
13:59:16.277415248 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2017-11-21 
15:20:38.354726014 +0100
@@ -1,0 +2,5 @@
+Fri Nov 17 15:34:42 UTC 2017 - astie...@suse.com
+
+- Ensure user "news" exists - bsc#1068678
+
+---



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.lowF0y/_old  2017-11-21 15:20:39.830672509 +0100
+++ /var/tmp/diff_new_pack.lowF0y/_new  2017-11-21 15:20:39.838672219 +0100
@@ -233,6 +233,11 @@
 # PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodrig...@opensuse.org Customize 
upstream systemd unit for openSUSE needs.
 Patch0: rsyslog-unit.patch
 Patch1: 0001-imgssapi-fix-compiler-warnings.patch
+%if 0%{?suse_version} > 1320
+# Ensure "news" exists - bsc#1068678
+Requires(post): user(news)
+Requires(post): group(news)
+%endif
 
 # this is a dirty hack since % dir does only work for the specified directory 
and nothing above
 # but I want to be able to switch this to /etc/apparmor.d once the profiles 
received more testing




commit hdf for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package hdf for openSUSE:Factory checked in 
at 2017-11-21 15:19:46

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


Package is "hdf"

Tue Nov 21 15:19:46 2017 rev:9 rq:542675 version:4.2.11

Changes:

--- /work/SRC/openSUSE:Factory/hdf/hdf.changes  2017-10-17 01:50:29.184144878 
+0200
+++ /work/SRC/openSUSE:Factory/.hdf.new/hdf.changes 2017-11-21 
15:20:11.355704775 +0100
@@ -1,0 +2,6 @@
+Tue Nov 14 12:22:07 CET 2017 - ku...@suse.de
+
+- hdf-4.2.11-tirpc.diff: compile and link against libtirpc, sunrpc
+  from glibc is deprecated and will be removed shortly.
+
+---

New:

  hdf-4.2.11-tirpc.diff



Other differences:
--
++ hdf.spec ++
--- /var/tmp/diff_new_pack.ne4TKc/_old  2017-11-21 15:20:15.279562528 +0100
+++ /var/tmp/diff_new_pack.ne4TKc/_new  2017-11-21 15:20:15.283562383 +0100
@@ -38,6 +38,7 @@
 Source99:   baselibs.conf
 Patch0: hdf-4.2.9-maxavailfiles.patch
 Patch1: hdf-ppc.patch
+Patch2: hdf-4.2.11-tirpc.diff
 Patch4: hdf-4.2.10-arm.patch
 Patch5: hdf_hdf_util_he_file_c__fix_missing_sentinel.diff
 Patch6: hdf_mdhdf_ncgen_ncgen.y__fix_noreturn_nonvoid.diff
@@ -59,6 +60,7 @@
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
+BuildRequires:  libtirpc-devel
 BuildRequires:  zlib-devel
 %if 0%{?_openmpi}
 BuildRequires:  openmpi-devel
@@ -379,6 +381,7 @@
 %setup -q
 %patch0 -p1 -b .maxavailfiles
 %patch1 -p1
+%patch2 -p0
 %patch4 -p0 -b .arm
 %patch5 -p1
 %patch6 -p1
@@ -419,9 +422,9 @@
 -DCMAKE_C_FLAGS="${CFLAGS:-%optflags} -DNDEBUG" \
 -DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags} -DNDEBUG" \
 -DCMAKE_Fortran_FLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}} 
-DNDEBUG" \
--DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \
--DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
--DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
+-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
+-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
+-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
 -DCMAKE_SKIP_RPATH:BOOL=ON \
 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
 -DBUILD_SHARED_LIBS:BOOL=OFF \
@@ -460,9 +463,9 @@
 -DCMAKE_C_FLAGS="${CFLAGS:-%optflags} -DNDEBUG" \
 -DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags} -DNDEBUG" \
 -DCMAKE_Fortran_FLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}} 
-DNDEBUG" \
--DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \
--DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
--DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
+-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
+-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
+-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
 -DCMAKE_SKIP_RPATH:BOOL=ON \
 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
 -DBUILD_SHARED_LIBS:BOOL=ON \
@@ -498,9 +501,9 @@
 -DCMAKE_C_FLAGS="${CFLAGS:-%optflags} -DNDEBUG" \
 -DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags} -DNDEBUG" \
 -DCMAKE_Fortran_FLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}} 
-DNDEBUG" \
--DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \
--DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
--DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
+-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
+-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
+-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now 
-ltirpc" \
 -DCMAKE_SKIP_RPATH:BOOL=ON \
 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
 -DBUILD_SHARED_LIBS:BOOL=OFF \

++ hdf-4.2.11-tirpc.diff ++
--- config/cmake/ConfigureChecks.cmake
+++ config/cmake/ConfigureChecks.cmake  2017/11/14 10:53:15
@@ -13,8 +13,8 @@
   set (${HDF_PREFIX}_HAVE_NETCDF 1)
 endif (HDF4_ENABLE_NETCDF)
 
-if (CYGWIN)
+#if (CYGWIN)
   CHECK_LIBRARY_EXISTS_CONCAT ("tirpc" xdr_opaque 
${${HDF_PREFIX}}_HAVE_RPC)
   CHECK_INCLUDE_FILE_CONCAT ("rpc/types.h" ${HDF_PREFIX}_HAVE_RPC_TYPES_H)
   CHECK_INCLUDE_FILE_CONCAT ("rpc/xdr.h" ${HDF_PREFIX}_HAVE_RPC_XDR_H)
-endif (CYGWIN)
+#endif (CYGWIN)
--- 

commit thrift for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package thrift for openSUSE:Factory checked 
in at 2017-11-21 15:19:32

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


Package is "thrift"

Tue Nov 21 15:19:32 2017 rev:6 rq:542656 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/thrift/thrift.changes2017-06-21 
13:49:41.506845924 +0200
+++ /work/SRC/openSUSE:Factory/.thrift.new/thrift.changes   2017-11-21 
15:19:36.920953114 +0100
@@ -1,0 +2,7 @@
+Fri Nov 10 13:50:10 UTC 2017 - mplus...@suse.com
+
+- Enable python3 support as well
+- Use naming of python subpackages that is consistent with current
+  Factory conventions
+
+---



Other differences:
--
++ thrift.spec ++
--- /var/tmp/diff_new_pack.cJ3OD0/_old  2017-11-21 15:19:38.248904973 +0100
+++ /var/tmp/diff_new_pack.cJ3OD0/_new  2017-11-21 15:19:38.248904973 +0100
@@ -20,7 +20,8 @@
 %define libname%{version}
 %bcond_without perl
 %bcond_without c
-%bcond_without python
+%bcond_without python2
+%bcond_without python3
 %bcond_with java
 %bcond_with ruby
 %bcond_with qt5
@@ -51,9 +52,14 @@
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Network)
 %endif
-%if %{with python}
+%if %{with python2}
+BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(python2)
 %endif
+%if %{with python3}
+BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(python3)
+%endif
 %if %{with c}
 BuildRequires:  pkgconfig(glib-2.0)
 %endif
@@ -124,12 +130,29 @@
 Objective Caml, and Haskell.
 %endif
 
-%if %{with python}
-%package -n python-thrift
+%if %{with python2}
+%package -n python2-thrift
 Summary:Thrift python library
 Group:  Development/Libraries/Python
+Provides:   python-thrift = %{version}-%{release}
+Obsoletes:  python-thrift < %{version}-%{release}
 
-%description -n python-thrift
+%description -n python2-thrift
+Thrift python library
+
+Thrift is a software framework for scalable cross-language services
+development. It combines a powerful software stack with a code generation
+engine to build services that work efficiently and seamlessly between C++,
+Java, C#, Python, Ruby, Perl, PHP, Objective C/Cocoa, Smalltalk, Erlang,
+Objective Caml, and Haskell.
+%endif
+
+%if %{with python3}
+%package -n python3-thrift
+Summary:Thrift python library
+Group:  Development/Libraries/Python
+
+%description -n python3-thrift
 Thrift python library
 
 Thrift is a software framework for scalable cross-language services
@@ -161,9 +184,18 @@
 %make_install
 popd
 
-%if %{with python}
+%if %{with python2}
+pushd lib/py
+make clean
+%python2_install
+%fdupes %{buildroot}%{python_sitearch}
+popd
+%endif
+
+%if %{with python3}
 pushd lib/py
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+make clean
+%python3_install
 %fdupes %{buildroot}%{python_sitearch}
 popd
 %endif
@@ -210,11 +242,16 @@
 %{perl_vendorlib}/Thrift
 %endif
 
-%if %{with python}
-%files -n python-thrift
+%if %{with python2}
+%files -n python2-thrift
 %defattr(-,root,root)
-%{py_sitedir}/*
 %{python_sitearch}/*
 %endif
 
+%if %{with python3}
+%files -n python3-thrift
+%defattr(-,root,root)
+%{python3_sitearch}/*
+%endif
+
 %changelog






commit procmail for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package procmail for openSUSE:Factory 
checked in at 2017-11-21 15:19:17

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


Package is "procmail"

Tue Nov 21 15:19:17 2017 rev:30 rq:542613 version:3.22

Changes:

--- /work/SRC/openSUSE:Factory/procmail/procmail.changes2017-06-17 
10:19:15.711299839 +0200
+++ /work/SRC/openSUSE:Factory/.procmail.new/procmail.changes   2017-11-21 
15:19:23.073455125 +0100
@@ -1,0 +2,6 @@
+Fri Nov 17 10:37:58 UTC 2017 - wer...@suse.de
+
+- Add patch procmail-formisc.c.patch to fix bug bsc#1068648
+  CVE-2017-16844
+
+---

New:

  procmail-formisc.c.patch



Other differences:
--
++ procmail.spec ++
--- /var/tmp/diff_new_pack.O5jvfs/_old  2017-11-21 15:19:24.101417858 +0100
+++ /var/tmp/diff_new_pack.O5jvfs/_new  2017-11-21 15:19:24.105417713 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package procmail
 #
-# 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
@@ -36,6 +36,8 @@
 Patch7: procmail-%{version}-CVE-2014-3618.patch
 # PATCH-FIX-SUSE bmwiedemann -- make build reproducible
 Patch8: reproducible.patch
+# PATCH-FIX-SUSE Patch for Bug 1068648 aka CVE-2017-16844
+Patch9: procmail-formisc.c.patch
 BuildRequires:  pcre-devel
 BuildRequires:  postfix
 Requires:   /bin/sed
@@ -62,6 +64,7 @@
 %patch6 -p1
 %patch7 -p0
 %patch8 -p1
+%patch9 -p1
 sed -ri '\@^/\*@,\@\*/@{ s@^(/\*[^*]*)(/\*)@\1\*/ \2@; }' config.h
 sed -ri '\@^/\*@,\@\*/@{ s@^(/\*[^*]*)(/\*)@\1\*/ \2@; }' src/includes.h
 sed -ri '\@^#.*[[:blank:]]+/\*[^/]*$@M,\@\*/$@{ s@(^[[:blank:]]+)/\*@\1  @;}' 
src/includes.h

++ procmail-formisc.c.patch ++
Patch for Bug 1068648 aka CVE-2017-16844

diff --git a/src/formisc.c b/src/formisc.c
index d91b227..6c7594b 100644
--- a/src/formisc.c
+++ b/src/formisc.c
@@ -103,7 +103,7 @@ void loadsaved(sp)const struct saved*const sp;   /* 
load some saved text */
 }
/* append to buf */
 void loadbuf(text,len)const char*const text;const size_t len;
-{ if(buffilled+len>buflen)   /* buf can't hold the text */
+{ while(buffilled+len>buflen)/* buf can't hold the text */
  buf=realloc(buf,buflen+=Bsize);
   tmemmove(buf+buffilled,text,len);buffilled+=len;
 }



commit hdf5 for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2017-11-21 15:18:46

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


Package is "hdf5"

Tue Nov 21 15:18:46 2017 rev:39 rq:542609 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2017-11-14 
14:06:22.807345727 +0100
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2017-11-21 
15:18:57.942366204 +0100
@@ -1,0 +2,5 @@
+Thu Nov  9 15:02:35 UTC 2017 - norm...@linux.vnet.ibm.com
+
+-  temporarily disable make check for PowerPC boo#1058563
+
+---



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.7QBLTC/_old  2017-11-21 15:19:02.070216556 +0100
+++ /var/tmp/diff_new_pack.7QBLTC/_new  2017-11-21 15:19:02.070216556 +0100
@@ -764,8 +764,12 @@
 export HDF5_Make_Ignore=yes
 %endif
 %{?with_hpc:%hpc_setup}
+%ifarch ppc ppc64 ppc64le
+make %{?_smp_mflags} check || { echo "Ignore transient make check failures for 
PowerPC. boo#1058563"; }
+%else
 make %{?_smp_mflags} check
 %endif
+%endif
 
 %if %{without mpi}
 %post -n %{libname -l _cpp -s %{sonum_CXX}} -p /sbin/ldconfig




commit vim for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2017-11-21 15:18:00

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


Package is "vim"

Tue Nov 21 15:18:00 2017 rev:195 rq:542599 version:8.0.627

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2017-10-18 12:49:57.692682073 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2017-11-21 
15:18:17.511831962 +0100
@@ -1,0 +2,5 @@
+Tue Nov 14 13:03:01 UTC 2017 - mplus...@suse.com
+
+- Explicitly require python2-devel
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.sqpGsQ/_old  2017-11-21 15:18:22.667645043 +0100
+++ /var/tmp/diff_new_pack.sqpGsQ/_new  2017-11-21 15:18:22.671644898 +0100
@@ -72,7 +72,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
 BuildRequires:  python3-devel
 # Needed to convert svg to png
 BuildRequires:  rsvg-view





commit systemd-rpm-macros for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package systemd-rpm-macros for 
openSUSE:Factory checked in at 2017-11-21 15:17:45

Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new (New)


Package is "systemd-rpm-macros"

Tue Nov 21 15:17:45 2017 rev:21 rq:542585 version:3

Changes:

--- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes
2017-11-14 12:40:29.695659316 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemd-rpm-macros.new/systemd-rpm-macros.changes   
2017-11-21 15:17:50.592807895 +0100
@@ -1,0 +2,6 @@
+Fri Nov 17 07:44:55 CET 2017 - ku...@suse.de
+
+- Don't execute systemd-tmpfiles if we run in transactional update
+  mode
+
+---



Other differences:
--
++ macros.systemd ++
--- /var/tmp/diff_new_pack.UQqRi6/_old  2017-11-21 15:17:51.172786867 +0100
+++ /var/tmp/diff_new_pack.UQqRi6/_new  2017-11-21 15:17:51.172786867 +0100
@@ -246,7 +246,7 @@
 %{nil}
 
 %tmpfiles_create() \
-[ -x /usr/bin/systemd-tmpfiles ] && \
+[ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && \
/usr/bin/systemd-tmpfiles --create %{?*} || : \
 %{nil}
 




commit net-tools for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package net-tools for openSUSE:Factory 
checked in at 2017-11-21 15:17:34

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


Package is "net-tools"

Tue Nov 21 15:17:34 2017 rev:52 rq:542459 version:2.0+git20170221.479bb4a

Changes:

--- /work/SRC/openSUSE:Factory/net-tools/net-tools.changes  2017-06-23 
09:14:39.429868189 +0200
+++ /work/SRC/openSUSE:Factory/.net-tools.new/net-tools.changes 2017-11-21 
15:17:39.473211033 +0100
@@ -1,0 +2,6 @@
+Wed Nov 15 13:47:58 UTC 2017 - vci...@suse.com
+
+- Update descriptions to better reflect the contents of both packages
+  and mention the deprecation of the tools (bsc#1067937)
+
+---



Other differences:
--
++ net-tools.spec ++
--- /var/tmp/diff_new_pack.6aMLJH/_old  2017-11-21 15:17:41.377142006 +0100
+++ /var/tmp/diff_new_pack.6aMLJH/_new  2017-11-21 15:17:41.381141861 +0100
@@ -44,8 +44,11 @@
 Obsoletes:  net_tool < %{version}
 
 %description
-This package contains essential programs for network administration and
-maintenance: netstat, arp, ifconfig, rarp, and route.
+This package contains programs for network administration and maintenance.
+Most of the utilities formerly contained in this package (netstat, arp,
+ifconfig, rarp, route) are obsoleted by the tools from iproute2 package (ip, 
ss)
+and have been moved to net-tools-deprecated.
+
 
 %package deprecated
 Summary:Deprecated Networking Utilities
@@ -53,7 +56,7 @@
 Recommends: %{name}-lang = %{version}
 
 %description deprecated
-This package contains the arp, ifconfig, netstat and route utilities,
+This package contains the deprecated network utilities arp, ifconfig, netstat 
and route,
 which have been replaced by tools from the iproute2 package:
   * arp -> ip [-r] neigh
   * ifconfig -> ip a