commit kio-gdrive for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package kio-gdrive for openSUSE:Factory 
checked in at 2018-02-14 14:18:55

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


Package is "kio-gdrive"

Wed Feb 14 14:18:55 2018 rev:8 rq:576469 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/kio-gdrive/kio-gdrive.changes2017-10-02 
16:54:43.322026546 +0200
+++ /work/SRC/openSUSE:Factory/.kio-gdrive.new/kio-gdrive.changes   
2018-02-14 14:19:00.196312513 +0100
@@ -1,0 +2,7 @@
+Tue Feb 13 17:51:49 UTC 2018 - alarr...@suse.com
+
+- Add patch to fix opening ods files using kio-gdrive, since the file
+  has an invalid MIME type x-vnd.oasis.opendocument.spreadsheet (kde#388598)
+  * 0001-MIME-type-correction-for-ods-files.patch 
+
+---

New:

  0001-MIME-type-correction-for-ods-files.patch



Other differences:
--
++ kio-gdrive.spec ++
--- /var/tmp/diff_new_pack.idPjaH/_old  2018-02-14 14:19:01.228275320 +0100
+++ /var/tmp/diff_new_pack.idPjaH/_new  2018-02-14 14:19:01.232275175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kio-gdrive
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
+# FIX-PATCH-UPSTREAM Fixed in 1.2.2
+Patch0: 0001-MIME-type-correction-for-ods-files.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  intltool
 BuildRequires:  kaccounts-integration-devel
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-MIME-type-correction-for-ods-files.patch ++
>From 69bc358d195c411e21630b8f8cbaed05ee9f5838 Mon Sep 17 00:00:00 2001
From: Martijn Schmidt 
Date: Sat, 10 Feb 2018 17:49:36 +0100
Subject: MIME type correction for .ods files in src/gdrivehelper.cpp

Summary:
KIO-GDrive appears to assign the mime type 
"application/x-vnd.oasis.opendocument.spreadsheet"
to .ods files in src/gdrivehelper.cpp.
However, the correct mime type is 
"application/vnd.oasis.opendocument.spreadsheet".

References:
https://wiki.documentfoundation.org/Faq/General/036
https://en.wikipedia.org/wiki/OpenDocument_technical_specification#Documents

BUG: 388598
FIXED-IN: 1.2.2

Test Plan:

1. Try to open a .ods file through an unpatched KIO-GDrive and notice how
   you'll receive a Choose Application prompt from Dolphin.
   This is a result of the fact that 
"application/x-vnd.oasis.opendocument.spreadsheet" is an unknown MIME type.

2. Repeat the test described in 1 with the patched KIO-GDrive,
   and notice how (for example) LibreOffice Calc immediately opens the file
   without going through Dolphin's Choose Application prompt first.

Differential Revision: https://phabricator.kde.org/D9706
---
 src/gdrivehelper.cpp | 19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/src/gdrivehelper.cpp b/src/gdrivehelper.cpp
index 73f755f..c52f37e 100644
--- a/src/gdrivehelper.cpp
+++ b/src/gdrivehelper.cpp
@@ -35,7 +35,12 @@ using namespace KGAPI2::Drive;
 
 #define VND_OASIS_OPENDOCUMENT_TEXT 
QStringLiteral("application/vnd.oasis.opendocument.text")
 #define VND_OASIS_OPENDOCUMENT_PRESENTATION 
QStringLiteral("application/vnd.oasis.opendocument.presentation")
-#define VND_OASIS_OPENDOCUMENT_SPREADSHEED 
QStringLiteral("application/x-vnd.oasis.opendocument.spreadsheet")
+// Google's Drive API v2 mistakenly documents an x-vnd style MIME type
+// for .ods files, so we #define both the correct but undocumented,
+// as well as the incorrect but publicly documented MIME type.
+#define VND_OASIS_OPENDOCUMENT_SPREADSHEET 
QStringLiteral("application/vnd.oasis.opendocument.spreadsheet")
+#define X_VND_OASIS_OPENDOCUMENT_SPREADSHEET 
QStringLiteral("application/x-vnd.oasis.opendocument.spreadsheet")
+
 
 #define VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT \
 
QStringLiteral("application/vnd.openxmlformats-officedocument.wordprocessingml.document")
@@ -52,7 +57,7 @@ namespace GDriveHelper {
 
 static const QMap ExtensionsMap{
 { VND_OASIS_OPENDOCUMENT_TEXT, QStringLiteral(".odt") },
-{ VND_OASIS_OPENDOCUMENT_SPREADSHEED, QStringLiteral(".ods") },
+{ VND_OASIS_OPENDOCUMENT_SPREADSHEET, QStringLiteral(".ods") },
 { VND_OASIS_OPENDOCUMENT_PRESENTATION, QStringLiteral(".odp") },
 { 

commit yast2-ftp-server for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package yast2-ftp-server for 
openSUSE:Factory checked in at 2018-02-14 14:19:00

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


Package is "yast2-ftp-server"

Wed Feb 14 14:19:00 2018 rev:57 rq:576474 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes
2018-02-09 15:51:43.902371840 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes   
2018-02-14 14:19:01.992247785 +0100
@@ -1,0 +2,7 @@
+Thu Feb  8 20:58:22 UTC 2018 - knut.anders...@suse.com
+
+- Replace CWMServiceStart xinetd methods or parameters by socket
+  ones (fate#323373)
+- 4.0.2
+
+---

Old:

  yast2-ftp-server-4.0.1.tar.bz2

New:

  yast2-ftp-server-4.0.2.tar.bz2



Other differences:
--
++ yast2-ftp-server.spec ++
--- /var/tmp/diff_new_pack.r6bDAv/_old  2018-02-14 14:19:02.684222845 +0100
+++ /var/tmp/diff_new_pack.r6bDAv/_new  2018-02-14 14:19:02.684222845 +0100
@@ -17,17 +17,17 @@
 
 
 Name:   yast2-ftp-server
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-# SuSEFirewall2 replace by firewalld (fate#323460)
-Requires:   yast2 >= 4.0.39
+# Replace xinetd by systemd socket activation (fate#323373)
+Requires:   yast2 >= 4.0.50
 BuildRequires:  update-desktop-files
-# SuSEFirewall2 replace by firewalld (fate#323460)
-BuildRequires:  yast2 >= 4.0.39
+# Replace xinetd by systemd socket activation (fate#323373)
+BuildRequires:  yast2 >= 4.0.50
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)

++ yast2-ftp-server-4.0.1.tar.bz2 -> yast2-ftp-server-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-4.0.1/package/yast2-ftp-server.changes 
new/yast2-ftp-server-4.0.2/package/yast2-ftp-server.changes
--- old/yast2-ftp-server-4.0.1/package/yast2-ftp-server.changes 2018-02-08 
17:54:08.0 +0100
+++ new/yast2-ftp-server-4.0.2/package/yast2-ftp-server.changes 2018-02-09 
11:48:57.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Feb  8 20:58:22 UTC 2018 - knut.anders...@suse.com
+
+- Replace CWMServiceStart xinetd methods or parameters by socket
+  ones (fate#323373)
+- 4.0.2
+
+---
 Thu Feb  8 15:07:37 UTC 2018 - jreidin...@suse.com
 
 - convert starting on demand from Xinetd to systemd sockets due
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-4.0.1/package/yast2-ftp-server.spec 
new/yast2-ftp-server-4.0.2/package/yast2-ftp-server.spec
--- old/yast2-ftp-server-4.0.1/package/yast2-ftp-server.spec2018-02-08 
17:54:08.0 +0100
+++ new/yast2-ftp-server-4.0.2/package/yast2-ftp-server.spec2018-02-09 
11:48:57.0 +0100
@@ -17,17 +17,17 @@
 
 
 Name:   yast2-ftp-server
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-# SuSEFirewall2 replace by firewalld (fate#323460)
-Requires:   yast2 >= 4.0.39
+# Replace xinetd by systemd socket activation (fate#323373)
+Requires:   yast2 >= 4.0.50
 BuildRequires:  update-desktop-files
-# SuSEFirewall2 replace by firewalld (fate#323460)
-BuildRequires:  yast2 >= 4.0.39
+# Replace xinetd by systemd socket activation (fate#323373)
+BuildRequires:  yast2 >= 4.0.50
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-4.0.1/src/include/ftp-server/dialogs.rb 
new/yast2-ftp-server-4.0.2/src/include/ftp-server/dialogs.rb
--- old/yast2-ftp-server-4.0.1/src/include/ftp-server/dialogs.rb
2018-02-08 17:54:08.0 +0100
+++ new/yast2-ftp-server-4.0.2/src/include/ftp-server/dialogs.rb
2018-02-09 11:48:57.0 +0100
@@ -121,28 +121,20 @@
   )
   Ops.set(
 result,
-"get_service_start_via_xinetd",
+"get_service_start_via_socket",
 fun_ref(method(:"started_via_socket?"), "boolean ()")
   )
   Ops.set(
 result,
-"set_service_start_via_xinetd",
+

commit kernel-source for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2018-02-14 14:18:14

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


Package is "kernel-source"

Wed Feb 14 14:18:14 2018 rev:407 rq:575998 version:4.15.3

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2018-02-10 17:55:44.565398118 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2018-02-14 14:18:20.805732202 +0100
@@ -1,0 +2,64 @@
+Tue Feb 13 08:58:21 CET 2018 - jsl...@suse.cz
+
+- Linux 4.15.3 (bnc#1012628).
+- crypto: tcrypt - fix S/G table for test_aead_speed()
+  (bnc#1012628).
+- gpio: uniphier: fix mismatch between license text and
+  MODULE_LICENSE (bnc#1012628).
+- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
+  (bnc#1012628).
+- media: soc_camera: soc_scale_crop: add missing
+  MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628).
+- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
+  (bnc#1012628).
+- net: sched: fix use-after-free in tcf_block_put_ext
+  (bnc#1012628).
+- net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
+  (bnc#1012628).
+- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628).
+- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
+  (bnc#1012628).
+- cls_u32: add missing RCU annotation (bnc#1012628).
+- tcp_bbr: fix pacing_gain to always be unity when using lt_bw
+  (bnc#1012628).
+- rocker: fix possible null pointer dereference in
+  rocker_router_fib_event_work (bnc#1012628).
+- net: ipv6: send unsolicited NA after DAD (bnc#1012628).
+- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628).
+- ipv6: change route cache aging logic (bnc#1012628).
+- ipv6: addrconf: break critical section in addrconf_verify_rtnl()
+  (bnc#1012628).
+- vhost_net: stop device during reset owner (bnc#1012628).
+- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628).
+- r8169: fix RTL8168EP take too long to complete driver
+  initialization (bnc#1012628).
+- qmi_wwan: Add support for Quectel EP06 (bnc#1012628).
+- qlcnic: fix deadlock bug (bnc#1012628).
+- net: igmp: add a missing rcu locking section (bnc#1012628).
+- ip6mr: fix stale iterator (bnc#1012628).
+- commit e7bb737
+
+---
+Tue Feb 13 08:55:21 CET 2018 - jsl...@suse.cz
+
+- ext4: llseek, do not crop offset on 32bit (bsc#1079747).
+- commit c6ab9c6
+
+---
+Fri Feb  9 16:48:09 CET 2018 - jsl...@suse.cz
+
+- Update i386 config files.
+  Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER
+  (which enables FRAME_POINTERs). It will slow down the kernel a bit,
+  but improves the stack traces by the order of magnitude. Sad is that
+  we have no ORCs on i386...
+- commit 1d39996
+
+---
+Fri Feb  9 16:05:51 CET 2018 - jsl...@suse.cz
+
+- Update config files.
+  Sync vanilla configs to 4.15.
+- commit 85c7881
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-syzkaller.changes: same change
kernel-vanilla.changes: same change
kernel-zfcpdump.changes: same change



Other differences:
--
++ dtb-aarch64.spec ++
--- /var/tmp/diff_new_pack.Y2irNu/_old  2018-02-14 14:18:29.913403952 +0100
+++ /var/tmp/diff_new_pack.Y2irNu/_new  2018-02-14 14:18:29.917403808 +0100
@@ -17,7 +17,7 @@
 
 
 %define srcversion 4.15
-%define patchversion 4.15.2
+%define patchversion 4.15.3
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -29,9 +29,9 @@
 %(chmod +x 
%_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
 
 Name:   dtb-aarch64
-Version:4.15.2
+Version:4.15.3
 %if 0%{?is_kotd}
-Release:.gb34965a
+Release:.g8d4f579
 %else
 Release:0
 %endif

dtb-armv6l.spec: same change
dtb-armv7l.spec: same change
++ kernel-64kb.spec ++
--- /var/tmp/diff_new_pack.Y2irNu/_old  2018-02-14 14:18:29.993401068 +0100
+++ /var/tmp/diff_new_pack.Y2irNu/_new  

commit SDL2 for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package SDL2 for openSUSE:Factory checked in 
at 2018-02-14 14:18:46

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


Package is "SDL2"

Wed Feb 14 14:18:46 2018 rev:21 rq:576408 version:2.0.7

Changes:




Other differences:
--




commit progress for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package progress for openSUSE:Factory 
checked in at 2018-02-14 10:52:56

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


Package is "progress"

Wed Feb 14 10:52:56 2018 rev:2 rq:576424 version:0.13.1

Changes:

--- /work/SRC/openSUSE:Factory/progress/progress.changes2017-11-03 
16:28:34.632071748 +0100
+++ /work/SRC/openSUSE:Factory/.progress.new/progress.changes   2018-02-14 
10:52:56.798823211 +0100
@@ -1,0 +2,5 @@
+Wed Feb  7 04:26:00 UTC 2018 - avin...@opensuse.org
+
+- simplify a bit with macros
+
+---



Other differences:
--
++ progress.spec ++
--- /var/tmp/diff_new_pack.OtkXo4/_old  2018-02-14 10:52:57.278805934 +0100
+++ /var/tmp/diff_new_pack.OtkXo4/_new  2018-02-14 10:52:57.282805790 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package progress
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:Coreutils Viewer
 License:GPL-3.0+
 Group:  System/Console
-URL:https://github.com/Xfennec/progress
+Url:https://github.com/Xfennec/progress
 Source0:
https://github.com/Xfennec/progress/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ncurses-devel
 Provides:   cv = %{version}
@@ -42,11 +42,11 @@
 make %{?_smp_mflags} CFLAGS="-g -Wall -D_FILE_OFFSET_BITS=64 %{optflags}"
 
 %install
-make %{?_smp_mflags} PREFIX=%{buildroot}%{_prefix} install
+%make_install PREFIX=%{_prefix}
 
 %files
 %doc LICENSE README.md
-%{_bindir}/progress
-%{_mandir}/man1/progress.1%{ext_man}
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog




commit hawk2 for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-02-14 10:53:02

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


Package is "hawk2"

Wed Feb 14 10:53:02 2018 rev:47 rq:576456 version:2.1.0+git.1518590724.856b089e

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-01-13 
21:49:19.845366202 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-02-14 
10:53:03.642576872 +0100
@@ -1,0 +2,6 @@
+Wed Feb 14 06:47:17 UTC 2018 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1518590724.856b089e:
+  * High: Fix remote nodes iteration (bsc#1080439)
+
+---

Old:

  hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2

New:

  hawk2-2.1.0+git.1518590724.856b089e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.eylIgl/_old  2018-02-14 10:53:04.666540015 +0100
+++ /var/tmp/diff_new_pack.eylIgl/_new  2018-02-14 10:53:04.670539871 +0100
@@ -37,15 +37,21 @@
 %define gname haclient
 %define uname hacluster
 
+%if 0%{suse_version} && 0%{suse_version} < 1330
+%define rb_build_versions ruby24
+%define rb_build_abi  ruby:2.4.0
+%define rb_suffix ruby2.4
+%else
 %define rb_build_versions ruby25
 %define rb_ruby_abi ruby:2.5.0
 %define rb_ruby_suffix ruby2.5
+%endif
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1515768475.ff6e103b
+Version:2.1.0+git.1518590724.856b089e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.eylIgl/_old  2018-02-14 10:53:04.714538287 +0100
+++ /var/tmp/diff_new_pack.eylIgl/_new  2018-02-14 10:53:04.714538287 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  ff6e103bd4ec790468e721d1044ecbf7222a033a
\ No newline at end of file
+  856b089eb4cf0cd1d2e7ca87d82b142c5cf5fb31
\ No newline at end of file

++ hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2 -> 
hawk2-2.1.0+git.1518590724.856b089e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1518590724.856b089e.tar.bz2
 differ: char 11, line 1




commit openSUSE-release-tools for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-02-14 10:51:24

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


Package is "openSUSE-release-tools"

Wed Feb 14 10:51:24 2018 rev:55 rq:576065 version:20180213.3e3f458

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-02-13 10:32:41.641979487 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-02-14 10:51:24.726137110 +0100
@@ -1,0 +2,18 @@
+Tue Feb 13 12:35:15 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180213.3e3f458:
+  * conf: SLE-15: set pkglistgen-product-family-last to SLE-11:GA.
+  * pkglistgen: expose pkglistgen-product-family-last config option.
+  * osclib/util: project_list_family_prior(): provide last parameter.
+  * osclib/util: project_list_family(): handle IBS SLE naming style.
+  * pkglistgen: do_update_and_solve(): check for existence of :DVD instead of 
rings.
+
+---
+Tue Feb 13 00:11:41 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180212.7f93dbe:
+  * Skip automatic rebuild for more pattern packages
+  * Avoid hitting the request limit
+  * Fix rebuildpacs for armv6/armv7 architectures
+
+---

Old:

  openSUSE-release-tools-20180212.87ab899.obscpio

New:

  openSUSE-release-tools-20180213.3e3f458.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.khAyf5/_old  2018-02-14 10:51:25.406112638 +0100
+++ /var/tmp/diff_new_pack.khAyf5/_new  2018-02-14 10:51:25.410112494 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180212.87ab899
+Version:20180213.3e3f458
 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.khAyf5/_old  2018-02-14 10:51:25.44698 +0100
+++ /var/tmp/diff_new_pack.khAyf5/_new  2018-02-14 10:51:25.450111054 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-4e3148aace6f7a6889a36ff2d2d420b189229f38
+3e3f4589f990ae2bae13dc05b947c8b0cda41a57
   
 

++ openSUSE-release-tools-20180212.87ab899.obscpio -> 
openSUSE-release-tools-20180213.3e3f458.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180212.87ab899/osclib/conf.py 
new/openSUSE-release-tools-20180213.3e3f458/osclib/conf.py
--- old/openSUSE-release-tools-20180212.87ab899/osclib/conf.py  2018-02-12 
23:54:51.0 +0100
+++ new/openSUSE-release-tools-20180213.3e3f458/osclib/conf.py  2018-02-13 
13:27:35.0 +0100
@@ -108,6 +108,7 @@
 'pkglistgen-archs': 'x86_64',
 'pkglistgen-ignore-unresolvable': '1',
 'pkglistgen-ignore-recommended': '1',
+'pkglistgen-product-family-last': 'SUSE:SLE-11:GA',
 },
 r'SUSE:(?P.*$)': {
 'staging': 'SUSE:%(project)s:Staging',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180212.87ab899/osclib/util.py 
new/openSUSE-release-tools-20180213.3e3f458/osclib/util.py
--- old/openSUSE-release-tools-20180212.87ab899/osclib/util.py  2018-02-12 
23:54:51.0 +0100
+++ new/openSUSE-release-tools-20180213.3e3f458/osclib/util.py  2018-02-13 
13:27:35.0 +0100
@@ -13,7 +13,7 @@
 count_original = project.count(':')
 if project.startswith('SUSE:SLE'):
 project = ':'.join(project.split(':')[:2])
-family_filter = lambda p: p.endswith(':GA') and not 
p.startswith('SUSE:SLE-11')
+family_filter = lambda p: p.count(':') == count_original and 
p.endswith(':GA')
 else:
 family_filter = lambda p: p.count(':') == count_original
 
@@ -22,7 +22,7 @@
 
 return filter(family_filter, projects)
 
-def project_list_family_prior(apiurl, project, include_self=False):
+def project_list_family_prior(apiurl, project, include_self=False, last=None):
 """
 Determine the available projects within the same product family released
 prior to the specified project.
@@ -39,6 +39,9 @@
 if past:
 prior.append(entry)
 
+if entry == last:
+break
+
 return prior
 
 def project_list_family_sorter(project):
diff -urN 

commit ndctl for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package ndctl for openSUSE:Factory checked 
in at 2018-02-14 10:51:22

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


Package is "ndctl"

Wed Feb 14 10:51:22 2018 rev:11 rq:576064 version:59.2

Changes:

--- /work/SRC/openSUSE:Factory/ndctl/ndctl.changes  2017-09-12 
19:58:08.223942928 +0200
+++ /work/SRC/openSUSE:Factory/.ndctl.new/ndctl.changes 2018-02-14 
10:51:23.546179577 +0100
@@ -1,0 +2,15 @@
+Mon Feb 12 15:44:56 UTC 2018 - jthumsh...@suse.com
+
+- Update to version v59.2 (FATE#322885):
+  * ndctl: add ndctl_encode_smart_temperature()
+  * ndctl: add a new command - inject-smart
+  * ndctl, bash-completion: Add bash completion for inject-smart
+  * ndctl: Add CONFIG_DEV_DAX_PMEM=m to README.md
+  * ndctl: add info about CONFIG_X86_PMEM_LEGACY to README.md
+  * ndctl: release v59
+  * ndctl: fallback to sysconf for PAGE_SIZE
+  * ndctl: release v59.1
+  * ndctl, hugetlb: skip, don't fail
+  * ndctl, firmware: fix kernel version check
+
+---

Old:

  ndctl-57.1.tar.gz

New:

  _service
  _servicedata
  ndctl-59.2.tar.gz



Other differences:
--
++ ndctl.spec ++
--- /var/tmp/diff_new_pack.GhCw1U/_old  2018-02-14 10:51:24.102159567 +0100
+++ /var/tmp/diff_new_pack.GhCw1U/_new  2018-02-14 10:51:24.102159567 +0100
@@ -21,7 +21,7 @@
 %define dname libndctl-devel
 
 Name:   ndctl
-Version:57.1
+Version:59.2
 Release:1
 Summary:Manage "libnvdimm" subsystem devices (Non-volatile Memory)
 License:GPL-2.0

++ _service ++

  
git
https://github.com/pmem/ndctl.git
ndctl
59.2
v59.2
.git
enable
  
  
*.tar
gz
  

++ _servicedata ++


https://github.com/pmem/ndctl.git
  2e00e6a17353fc8d02236c5e474158b781229926++
 ndctl-57.1.tar.gz -> ndctl-59.2.tar.gz ++
 21853 lines of diff (skipped)




commit epson-inkjet-printer-escpr for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package epson-inkjet-printer-escpr for 
openSUSE:Factory checked in at 2018-02-14 10:52:02

Comparing /work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr (Old)
 and  /work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new (New)


Package is "epson-inkjet-printer-escpr"

Wed Feb 14 10:52:02 2018 rev:23 rq:576315 version:1.6.18

Changes:

--- 
/work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.changes
2017-12-22 12:21:25.084250384 +0100
+++ 
/work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new/epson-inkjet-printer-escpr.changes
   2018-02-14 10:52:03.748732653 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 14:29:35 UTC 2018 - nico.kru...@gmail.com
+
+- Upgraded to 1.6.18
+  * Supported new models
+
+---

Old:

  epson-inkjet-printer-escpr-1.6.17-1lsb3.2.tar.gz

New:

  epson-inkjet-printer-escpr-1.6.18-1lsb3.2.tar.gz



Other differences:
--
++ epson-inkjet-printer-escpr.spec ++
--- /var/tmp/diff_new_pack.7EXOBG/_old  2018-02-14 10:52:04.824693927 +0100
+++ /var/tmp/diff_new_pack.7EXOBG/_new  2018-02-14 10:52:04.828693783 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epson-inkjet-printer-escpr
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,7 +43,7 @@
 %if 0%{?suse_version} > 1010
 BuildRequires:  python-cups
 %endif
-Version:1.6.17
+Version:1.6.18
 Release:0
 Url:http://avasys.jp/english/linux_e/
 Summary:Epson ESC/P-R Inkjet Printer Driver

++ epson-inkjet-printer-escpr-1.6.17-1lsb3.2.tar.gz -> 
epson-inkjet-printer-escpr-1.6.18-1lsb3.2.tar.gz ++
 22157 lines of diff (skipped)




commit python-cmd2 for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-cmd2 for openSUSE:Factory 
checked in at 2018-02-14 10:52:11

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


Package is "python-cmd2"

Wed Feb 14 10:52:11 2018 rev:16 rq:576369 version:0.7.9

Changes:

--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2017-08-12 
20:26:46.463628167 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new/python-cmd2.changes 
2018-02-14 10:52:20.832117783 +0100
@@ -1,0 +2,42 @@
+Tue Feb 13 18:33:35 UTC 2018 - dmuel...@suse.com
+
+- update to 0.7.9:
+* Bug Fixes
+* Fixed a couple broken examples
+* Enhancements
+* Improved documentation for modifying shortcuts (command aliases)
+* Made ``pyreadline`` a dependency on Windows to ensure tab-completion 
works
+* Other changes
+* Abandoned official support for Python 3.3.  It should still work, just 
don't have an easy way to test it anymore.
+* Bug Fixes
+* Fixed ``poutput()`` so it can print an integer zero and other **falsy** 
things
+* Fixed a bug which was causing autodoc to fail for building docs on 
Readthedocs
+* Fixed bug due to ``pyperclip`` dependency radically changing its project 
structure in latest version
+* Enhancements
+* Improved documentation for user-settable environment parameters
+* Improved documentation for overriding the default supported comment 
styles
+* Added ``runcmds_plus_hooks()`` method to run multiple commands w/o a 
cmdloop
+* Bug Fixes
+* Added workaround for bug which occurs in Python 2.7 on Linux when 
``pygtk`` is installed
+* ``pfeedback()`` now honors feedback_to_output setting and won't redirect 
when it is ``False``
+* For ``edit`` command, both **editor** and **filename** can now have 
spaces in the name/path
+* Fixed a bug which occurred when stdin was a pipe instead of a tty due to 
input redirection
+* Enhancements
+* ``feedback_to_output`` now defaults to ``False`` so info like command 
timing won't redirect
+* Transcript regular expressions now have predictable, tested, and 
documented behavior
+* This makes a breaking change to the format and expectations of 
transcript testing
+* The prior behavior removed whitespace before making the comparison, 
now whitespace must match exactly
+* Prior version did not allow regexes with whitespace, new version 
allows any regex
+* Improved display for ``load`` command and input redirection when 
**echo** is ``True``
+* Bug Fixes
+   * Case-sensitive command parsing was completely broken and has been fixed
+* ``+d`` now properly quits when case-sensitive command parsing is 
enabled
+* Fixed some pyperclip clipboard interaction bugs on Linux
+* Fixed some timing bugs when running unit tests in parallel by using 
monkeypatch
+* Enhancements
+* Enhanced tab-completion of cmd2 command names to support 
case-insensitive completion
+* Added an example showing how to remove unused commands
+* Improved how transcript testing handles prompts with ANSI escape codes 
by stripping them
+* Greatly improved implementation for how command output gets piped to a 
shell command
+
+---

Old:

  cmd2-0.7.5.tar.gz

New:

  cmd2-0.7.9.tar.gz



Other differences:
--
++ python-cmd2.spec ++
--- /var/tmp/diff_new_pack.yzF05x/_old  2018-02-14 10:52:21.880080063 +0100
+++ /var/tmp/diff_new_pack.yzF05x/_new  2018-02-14 10:52:21.880080063 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cmd2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cmd2
-Version:0.7.5
+Version:0.7.9
 Release:0
 Summary:Extra features for standard library's cmd module
 License:MIT

++ cmd2-0.7.5.tar.gz -> cmd2-0.7.9.tar.gz ++
 2972 lines of diff (skipped)




commit SDL2_image for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package SDL2_image for openSUSE:Factory 
checked in at 2018-02-14 10:52:38

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


Package is "SDL2_image"

Wed Feb 14 10:52:38 2018 rev:8 rq:576409 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_image/SDL2_image.changes2018-02-13 
10:28:58.814008494 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_image.new/SDL2_image.changes   
2018-02-14 10:52:39.303452941 +0100
@@ -1,0 +2,5 @@
+Tue Feb 13 22:21:26 UTC 2018 - jeng...@inai.de
+
+- Update BuildRequires
+
+---



Other differences:
--
++ SDL2_image.spec ++
--- /var/tmp/diff_new_pack.Ha7usW/_old  2018-02-14 10:52:40.143422707 +0100
+++ /var/tmp/diff_new_pack.Ha7usW/_new  2018-02-14 10:52:40.147422563 +0100
@@ -34,7 +34,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libwebp)
-BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(sdl2) >= 2.0.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit pam_wrapper for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package pam_wrapper for openSUSE:Factory 
checked in at 2018-02-14 10:51:56

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


Package is "pam_wrapper"

Wed Feb 14 10:51:56 2018 rev:5 rq:576310 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/pam_wrapper/pam_wrapper.changes  2017-04-11 
09:46:49.071056426 +0200
+++ /work/SRC/openSUSE:Factory/.pam_wrapper.new/pam_wrapper.changes 
2018-02-14 10:51:57.988939957 +0100
@@ -1,0 +2,11 @@
+Mon Feb 12 11:56:57 UTC 2018 - a...@cryptomilk.org
+
+- Build python2 and python3 packages
+- Added pam_wrapper-1.0.3-build-python2-and-python3-modules.patch
+
+---
+Sun Feb  4 09:31:44 UTC 2018 - a...@cryptomilk.org
+
+- Add missing build require to python-rpm-macros
+
+---

New:

  pam_wrapper-1.0.3-build-python2-and-python3-modules.patch



Other differences:
--
++ pam_wrapper.spec ++
--- /var/tmp/diff_new_pack.ub4WuX/_old  2018-02-14 10:51:58.640916492 +0100
+++ /var/tmp/diff_new_pack.ub4WuX/_new  2018-02-14 10:51:58.640916492 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_wrapper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,12 +35,16 @@
 Source0:https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 
+# PATCH-FIX-UPSTREAM Build python2 and python3 modules if possible
+Patch0: pam_wrapper-1.0.3-build-python2-and-python3-modules.patch
+
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  libcmocka-devel
 BuildRequires:  pam-devel
-BuildRequires:  pkg-config
-BuildRequires:  python-devel
+BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(python3)
 
 Recommends: pkg-config
 Recommends: cmake
@@ -88,13 +92,26 @@
 %description -n libpamtest-devel-doc
 Documentation for libpamtest development.
 
-%package -n python-libpamtest
+%package -n python2-libpamtest
 Summary:A python wrapper for libpamtest
 Group:  Development/Libraries/C and C++
 Requires:   libpamtest0 = %{version}-%{release}
 Requires:   pam_wrapper = %{version}-%{release}
+Obsoletes:  python-libpamtest
+Provides:   python-libpamtest
 
-%description -n python-libpamtest
+%description -n python2-libpamtest
+If you plan to develop python tests for a PAM module, you can use this
+library, which simplifies testing of modules. This subpackage includes
+the header files for libpamtest
+
+%package -n python3-libpamtest
+Summary:A python wrapper for libpamtest
+Group:  Development/Libraries/C and C++
+Requires:   libpamtest0 = %{version}-%{release}
+Requires:   pam_wrapper = %{version}-%{release}
+
+%description -n python3-libpamtest
 If you plan to develop python tests for a PAM module, you can use this
 library, which simplifies testing of modules. This subpackage includes
 the header files for libpamtest
@@ -102,6 +119,8 @@
 %prep
 %setup -q
 
+%patch0 -p1
+
 %build
 %cmake \
   -DUNIT_TESTING=ON
@@ -159,8 +178,10 @@
 %defattr(-,root,root)
 %doc build/doc/html
 
-%files -n python-libpamtest
-%defattr(-,root,root,-)
-%{python_sitearch}/pypamtest.so
+%files -n python2-libpamtest
+%{python2_sitearch}/pypamtest.so
+
+%files -n python3-libpamtest
+%{python3_sitearch}/pypamtest.so
 
 %changelog

++ pam_wrapper-1.0.3-build-python2-and-python3-modules.patch ++
>From 9beb9f9aaa223864128fd8222f0f92ba8ae697b7 Mon Sep 17 00:00:00 2001
From: Andreas Schneider 
Date: Wed, 22 Nov 2017 15:27:44 +0100
Subject: [PATCH 1/2] cmake: Improve PAM_WRAPPER_LOACATION

Signed-off-by: Andreas Schneider 
Reviewed-by: Ralph Boehme 
---
 src/CMakeLists.txt | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 713625b..76a87d6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -74,8 +74,4 @@ if (PYTHONLIBS_FOUND)
 endif()
 
 # This needs to be at the end
-if (POLICY CMP0026)
-cmake_policy(SET CMP0026 OLD)
-endif()
-get_target_property(PAM_WRAPPER_LOCATION pam_wrapper LOCATION)
-set(PAM_WRAPPER_LOCATION ${PAM_WRAPPER_LOCATION} PARENT_SCOPE)
+set(PAM_WRAPPER_LOCATION 
"${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_SHARED_LIBRARY_PREFIX}pam_wrapper${CMAKE_SHARED_LIBRARY_SUFFIX}"
 PARENT_SCOPE)
-- 
2.16.1


>From 

commit python-azure-mgmt for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt for 
openSUSE:Factory checked in at 2018-02-14 10:51:57

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


Package is "python-azure-mgmt"

Wed Feb 14 10:51:57 2018 rev:2 rq:576313 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-mgmt/python-azure-mgmt.changes  
2017-10-11 22:58:00.641693358 +0200
+++ /work/SRC/openSUSE:Factory/.python-azure-mgmt.new/python-azure-mgmt.changes 
2018-02-14 10:51:58.748912605 +0100
@@ -1,0 +2,25 @@
+Tue Feb 13 14:32:40 UTC 2018 - adrian.glaub...@suse.com
+
+- Update version numbers for component packages in Requires
+  + python-azure-mgmt-batch to >= 5.0.0
+  + python-azure-mgmt-cdn to >= 2.0.0
+  + python-azure-mgmt-cognitiveservices to >= 2.0.0
+
+---
+Thu Jan 25 15:03:39 UTC 2018 - adrian.glaub...@suse.com
+
+- Add additional packages from the Azure SDK to Requires
+  + python-azure-mgmt-advisor
+  + python-azure-mgmt-applicationinsights
+  + python-azure-mgmt-consumption
+  + python-azure-mgmt-datafactory
+  + python-azure-mgmt-hanaonazure
+  + python-azure-mgmt-iothubprovisioningservices
+  + python-azure-mgmt-loganalytics
+  + python-azure-mgmt-machinelearningcompute
+  + python-azure-mgmt-marketplaceordering
+  + python-azure-mgmt-msi
+  + python-azure-mgmt-reservations
+  + python-azure-mgmt-subscription
+
+---



Other differences:
--
++ python-azure-mgmt.spec ++
--- /var/tmp/diff_new_pack.DFxKZt/_old  2018-02-14 10:51:59.260894178 +0100
+++ /var/tmp/diff_new_pack.DFxKZt/_new  2018-02-14 10:51:59.260894178 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,22 +31,30 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
+Requires:   python-azure-mgmt-advisor < 2.0.0
+Requires:   python-azure-mgmt-advisor >= 1.0.0
+Requires:   python-azure-mgmt-applicationinsights < 1.0.0
+Requires:   python-azure-mgmt-applicationinsights >= 0.1.0
 Requires:   python-azure-mgmt-authorization < 1.0.0
 Requires:   python-azure-mgmt-authorization >= 0.30.0
-Requires:   python-azure-mgmt-batch < 5.0.0
-Requires:   python-azure-mgmt-batch >= 4.0.0
-Requires:   python-azure-mgmt-cdn < 2.0.0
-Requires:   python-azure-mgmt-cdn >= 1.0.0
-Requires:   python-azure-mgmt-cognitiveservices < 2.0.0
-Requires:   python-azure-mgmt-cognitiveservices >= 1.0.0
+Requires:   python-azure-mgmt-batch < 6.0.0
+Requires:   python-azure-mgmt-batch >= 5.0.0
+Requires:   python-azure-mgmt-cdn < 3.0.0
+Requires:   python-azure-mgmt-cdn >= 2.0.0
+Requires:   python-azure-mgmt-cognitiveservices < 3.0.0
+Requires:   python-azure-mgmt-cognitiveservices >= 2.0.0
 Requires:   python-azure-mgmt-commerce < 2.0.0
 Requires:   python-azure-mgmt-commerce >= 1.0.0
 Requires:   python-azure-mgmt-compute < 4.0.0
 Requires:   python-azure-mgmt-compute >= 3.0.0
+Requires:   python-azure-mgmt-consumption < 2.0.0
+Requires:   python-azure-mgmt-consumption >= 1.1.0
 Requires:   python-azure-mgmt-containerregistry < 2.0.0
 Requires:   python-azure-mgmt-containerregistry >= 1.0.0
 Requires:   python-azure-mgmt-cosmosdb < 1.0.0
 Requires:   python-azure-mgmt-cosmosdb >= 0.2.0
+Requires:   python-azure-mgmt-datafactory < 1.0.0
+Requires:   python-azure-mgmt-datafactory >= 0.3.0
 Requires:   python-azure-mgmt-datalake-analytics < 1.0.0
 Requires:   python-azure-mgmt-datalake-analytics >= 0.1.6
 Requires:   python-azure-mgmt-datalake-store < 1.0.0
@@ -61,16 +69,28 @@
 Requires:   python-azure-mgmt-eventgrid >= 0.2.0
 Requires:   python-azure-mgmt-eventhub < 2.0.0
 Requires:   python-azure-mgmt-eventhub >= 1.0.0
+Requires:   python-azure-mgmt-hanaonazure < 1.0.0
+Requires:   python-azure-mgmt-hanaonazure >= 0.1.0
 Requires:   python-azure-mgmt-iothub < 1.0.0
 Requires:   python-azure-mgmt-iothub >= 0.2.2
+Requires:   python-azure-mgmt-iothubprovisioningservices < 1.0.0
+Requires:   python-azure-mgmt-iothubprovisioningservices >= 0.1.0
 Requires:   python-azure-mgmt-keyvault < 1.0.0
 Requires:   python-azure-mgmt-keyvault >= 0.31.0
+Requires:   python-azure-mgmt-loganalytics 

commit rubygem-autoprefixer-rails for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package rubygem-autoprefixer-rails for 
openSUSE:Factory checked in at 2018-02-14 10:52:58

Comparing /work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new (New)


Package is "rubygem-autoprefixer-rails"

Wed Feb 14 10:52:58 2018 rev:12 rq:576433 version:8.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails/rubygem-autoprefixer-rails.changes
2018-02-12 10:16:02.991700109 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new/rubygem-autoprefixer-rails.changes
   2018-02-14 10:53:02.274626111 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 05:28:40 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 8.0.0
+ see installed CHANGELOG.md
+
+  ## 8.0 “Excelsior”
+  * Use Browserslist 3.0.
+  * Remove `break-*` to `page-break-*` conversion for Firefox.
+
+---

Old:

  autoprefixer-rails-7.2.6.gem

New:

  autoprefixer-rails-8.0.0.gem



Other differences:
--
++ rubygem-autoprefixer-rails.spec ++
--- /var/tmp/diff_new_pack.01BiV3/_old  2018-02-14 10:53:03.058597892 +0100
+++ /var/tmp/diff_new_pack.01BiV3/_new  2018-02-14 10:53:03.062597748 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-autoprefixer-rails
-Version:7.2.6
+Version:8.0.0
 Release:0
 %define mod_name autoprefixer-rails
 %define mod_full_name %{mod_name}-%{version}

++ autoprefixer-rails-7.2.6.gem -> autoprefixer-rails-8.0.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-09 23:30:06.0 +0100
+++ new/CHANGELOG.md2018-02-12 00:42:56.0 +0100
@@ -1,5 +1,9 @@
 # Change Log
 
+## 8.0 “Excelsior”
+* Use Browserslist 3.0.
+* Remove `break-*` to `page-break-*` conversion for Firefox.
+
 ## 7.2.6
 * Fix `-ms-` prefix for grid cells with same `grid-area` (by Evgeny Petukhov).
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/autoprefixer-rails/processor.rb 
new/lib/autoprefixer-rails/processor.rb
--- old/lib/autoprefixer-rails/processor.rb 2018-02-09 23:30:06.0 
+0100
+++ new/lib/autoprefixer-rails/processor.rb 2018-02-12 00:42:56.0 
+0100
@@ -33,7 +33,19 @@
 map:  pluginOpts.delete(:map)
   }
 
-  result = runtime.call(apply_wrapper, [css, processOpts, pluginOpts])
+  begin
+result = runtime.call(apply_wrapper, [css, processOpts, pluginOpts])
+  rescue ExecJS::ProgramError => e
+contry_error = 'BrowserslistError: ' +
+  'Country statistics is not supported ' +
+  'in client-side build of Browserslist'
+if e.message == contry_error
+  raise 'Country statistics is not supported in AutoprefixerRails. ' +
+'Use Autoprefixer with webpack or other Node.js builder.'
+else
+  raise e
+end
+  end
 
   Result.new(result['css'], result['map'], result['warnings'])
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/autoprefixer-rails/version.rb 
new/lib/autoprefixer-rails/version.rb
--- old/lib/autoprefixer-rails/version.rb   2018-02-09 23:30:06.0 
+0100
+++ new/lib/autoprefixer-rails/version.rb   2018-02-12 00:42:56.0 
+0100
@@ -1,3 +1,3 @@
 module AutoprefixerRails
-  VERSION = '7.2.6'.freeze unless defined? AutoprefixerRails::VERSION
+  VERSION = '8.0.0'.freeze unless defined? AutoprefixerRails::VERSION
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-09 23:30:06.0 +0100
+++ new/metadata2018-02-12 00:42:56.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: autoprefixer-rails
 version: !ruby/object:Gem::Version
-  version: 7.2.6
+  version: 8.0.0
 platform: ruby
 authors:
 - Andrey Sitnik
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-10 00:00:00.0 Z
+date: 2018-02-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: execjs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/autoprefixer_spec.rb 
new/spec/autoprefixer_spec.rb
--- old/spec/autoprefixer_spec.rb   2018-02-09 23:30:06.0 +0100
+++ new/spec/autoprefixer_spec.rb   2018-02-12 00:42:56.0 +0100
@@ -75,6 +75,12 @@
   'direction syntax. New syntax is like `to left` 

commit python-oslo.concurrency for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-oslo.concurrency for 
openSUSE:Factory checked in at 2018-02-14 10:51:40

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


Package is "python-oslo.concurrency"

Wed Feb 14 10:51:40 2018 rev:10 rq:576276 version:3.25.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.concurrency/python-oslo.concurrency.changes
  2018-01-17 21:59:33.959685102 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.concurrency.new/python-oslo.concurrency.changes
 2018-02-14 10:51:46.373358017 +0100
@@ -1,0 +2,8 @@
+Tue Jan 30 15:13:47 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.25.0
+  - Add python_exec kwarg to processutils.execute()
+  - Updated from global requirements
+  - add bandit to pep8 job
+
+---

Old:

  oslo.concurrency-3.24.0.tar.gz

New:

  oslo.concurrency-3.25.0.tar.gz



Other differences:
--
++ python-oslo.concurrency.spec ++
--- /var/tmp/diff_new_pack.lfIoPR/_old  2018-02-14 10:51:46.897339159 +0100
+++ /var/tmp/diff_new_pack.lfIoPR/_new  2018-02-14 10:51:46.901339015 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.concurrency
-Version:3.24.0
+Version:3.25.0
 Release:0
 Summary:OpenStack oslo.concurrency library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/oslo.concurrency
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.24.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.25.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-enum34 >= 1.0.4
@@ -32,10 +32,10 @@
 BuildRequires:  python2-fixtures >= 3.0.0
 BuildRequires:  python2-futures >= 3.0.0
 BuildRequires:  python2-mock >= 2.0.0
-BuildRequires:  python2-oslo.config >= 4.6.0
+BuildRequires:  python2-oslo.config >= 5.1.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
-BuildRequires:  python2-oslo.utils >= 3.31.0
-BuildRequires:  python2-oslotest >= 1.10.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest >= 3.2.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-testrepository >= 0.0.18
 BuildRequires:  python2-testscenarios >= 0.4
@@ -44,19 +44,19 @@
 BuildRequires:  python3-fasteners >= 0.7.0
 BuildRequires:  python3-fixtures >= 3.0.0
 BuildRequires:  python3-mock >= 2.0.0
-BuildRequires:  python3-oslo.config >= 4.6.0
+BuildRequires:  python3-oslo.config >= 5.1.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.utils >= 3.31.0
-BuildRequires:  python3-oslotest >= 1.10.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest >= 3.2.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-testrepository >= 0.0.18
 BuildRequires:  python3-testscenarios >= 0.4
 BuildRequires:  python3-testtools >= 2.2.0
 Requires:   python-fasteners >= 0.7.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-oslo.config >= 4.6.0
+Requires:   python-oslo.config >= 5.1.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-retrying >= 1.2.3
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
@@ -91,7 +91,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.concurrency-3.24.0
+%autosetup -p1 -n oslo.concurrency-3.25.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ oslo.concurrency-3.24.0.tar.gz -> oslo.concurrency-3.25.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.concurrency-3.24.0/AUTHORS 
new/oslo.concurrency-3.25.0/AUTHORS
--- old/oslo.concurrency-3.24.0/AUTHORS 2017-12-12 15:48:36.0 +0100
+++ new/oslo.concurrency-3.25.0/AUTHORS 2018-01-15 17:44:32.0 +0100
@@ -53,6 +53,7 @@
 Lucian Petrut 
 Mark McLoughlin 
 Matt Riedemann 
+Matthew Treinish 
 Matthew Treinish 
 Michael Still 
 Monty Taylor 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.concurrency-3.24.0/ChangeLog 
new/oslo.concurrency-3.25.0/ChangeLog
--- old/oslo.concurrency-3.24.0/ChangeLog   2017-12-12 15:48:36.0 
+0100
+++ 

commit epiphany for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2018-02-14 10:52:08

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


Package is "epiphany"

Wed Feb 14 10:52:08 2018 rev:147 rq:576359 version:3.26.6

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2018-01-17 
21:59:55.358682092 +0100
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2018-02-14 
10:52:11.836441559 +0100
@@ -1,0 +2,16 @@
+Tue Feb 13 16:50:50 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.6:
+  + Fix download of blob URIs (bgo#788576).
+  + Fix WhatsApp web app (bgo#790781).
+  + Fix profile migrator deleting bookmarks if run multiple times
+(bgo#792683).
+  + Add touch support for address bar icons (bgo#792876).
+  + Fix placement of select element with multiple monitors
+(bgo#792940).
+  + Hopefully fix the search provider.
+- Drop epiphany-application-mode-fix-desktopfile.patch,
+  epiphany-fix-download-of-blob-URIs.patch and
+  epiphany-search-provider-fix.patch: Fixed upstream.
+
+---

Old:

  epiphany-3.26.5.1.tar.xz
  epiphany-application-mode-fix-desktopfile.patch
  epiphany-fix-download-of-blob-URIs.patch
  epiphany-search-provider-fix.patch

New:

  epiphany-3.26.6.tar.xz



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.FLdgyv/_old  2018-02-14 10:52:12.528416654 +0100
+++ /var/tmp/diff_new_pack.FLdgyv/_new  2018-02-14 10:52:12.532416510 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   epiphany
-Version:3.26.5.1
+Version:3.26.6
 Release:0
 Summary:GNOME Web Browser
 License:GPL-3.0+
@@ -25,12 +25,6 @@
 Url:http://www.gnome.org/projects/epiphany/
 Source0:
http://download.gnome.org/sources/epiphany/3.26/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM epiphany-application-mode-fix-desktopfile.patch 
bgo#790781 zai...@opensuse.org -- application mode: use strstr() to get base 
name of the desktop file
-Patch0: epiphany-application-mode-fix-desktopfile.patch
-# PATCH-FIX-UPSTREAM epiphany-fix-download-of-blob-URIs.patch bgo#788576 
zai...@opensuse.org -- Fix download of blob URIs
-Patch1: epiphany-fix-download-of-blob-URIs.patch
-# PATCH-FIX-UPSTREAM epiphany-search-provider-fix.patch bgo#792502 
zai...@opensuse.org -- Fix typo in serviceprovider
-Patch2: epiphany-search-provider-fix.patch
 
 BuildRequires:  fdupes
 BuildRequires:  meson

++ epiphany-3.26.5.1.tar.xz -> epiphany-3.26.6.tar.xz ++
 2926 lines of diff (skipped)




commit tktable for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package tktable for openSUSE:Factory checked 
in at 2018-02-14 10:52:42

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


Package is "tktable"

Wed Feb 14 10:52:42 2018 rev:18 rq:576418 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/tktable/tktable.changes  2013-08-13 
12:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.tktable.new/tktable.changes 2018-02-14 
10:52:43.519301196 +0100
@@ -1,0 +2,8 @@
+Tue Feb 13 12:51:44 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove BuildRequires on xorg-x11-*
+- Require tcl and tk >= tcl_version, applications linked
+  to the tcl/tk stubs static libraries are only forward
+  compatible but not backwards.  
+
+---



Other differences:
--
++ tktable.spec ++
--- /var/tmp/diff_new_pack.mRPTb5/_old  2018-02-14 10:52:44.135279025 +0100
+++ /var/tmp/diff_new_pack.mRPTb5/_new  2018-02-14 10:52:44.139278881 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tktable
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   tktable
 BuildRequires:  autoconf
 BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
 Version:2.10
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,6 +27,8 @@
 License:BSD-3-Clause
 Group:  Development/Libraries/Tcl
 Source: 
http://sourceforge.net/projects/tktable/files/tktable/%version/Tktable%version.tar.gz
+Requires:   tcl >= %{tcl_version}
+Requires:   tk >= %{tcl_version}
 
 %description
 The basic features of the widgets are:




commit i3lock for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package i3lock for openSUSE:Factory checked 
in at 2018-02-14 10:52:53

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


Package is "i3lock"

Wed Feb 14 10:52:53 2018 rev:14 rq:576423 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/i3lock/i3lock.changes2017-11-27 
22:18:34.242287195 +0100
+++ /work/SRC/openSUSE:Factory/.i3lock.new/i3lock.changes   2018-02-14 
10:52:55.558867843 +0100
@@ -1,0 +2,6 @@
+Wed Feb  7 03:34:56 UTC 2018 - avin...@opensuse.org
+
+- switch to https urls
+- cleanup spec file
+
+---



Other differences:
--
++ i3lock.spec ++
--- /var/tmp/diff_new_pack.OTu4E1/_old  2018-02-14 10:52:56.182845383 +0100
+++ /var/tmp/diff_new_pack.OTu4E1/_new  2018-02-14 10:52:56.182845383 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package i3lock
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
@@ -25,8 +25,8 @@
 Summary:Screen Locker for the i3 Window Manager
 License:BSD-3-Clause
 Group:  System/GUI/Other
-Url:http://i3wm.org/i3lock/
-Source: http://i3wm.org/i3lock/i3lock-%{version}.tar.bz2
+Url:https://i3wm.org/i3lock/
+Source: https://i3wm.org/i3lock/%{name}-%{version}.tar.bz2
 # borrowed from gnome-icon-theme
 Source2:i3lock-icon.png
 Source3:xlock.sh
@@ -65,19 +65,12 @@
 
 %build
 export CFLAGS="%{optflags}"
-make %{?_smp_mflags} \
-PREFIX="%{_prefix}" \
-SYSCONFDIR="%{_sysconfdir}"
+make %{?_smp_mflags}
 
 %install
-export CFLAGS="%{optflags}"
-make \
-PREFIX="%{_prefix}" \
-SYSCONFDIR="%{_sysconfdir}" \
-DESTDIR=%{buildroot} \
-install
+%make_install
 
-install -D -m0644 i3lock.1 "%{buildroot}%{_mandir}/man1/i3lock.1"
+install -D -m0644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1"
 install -D -m0644 %{SOURCE2} 
%{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png
 install -m0755 %{SOURCE3} %{buildroot}/%{_bindir}/xlock
 
@@ -88,7 +81,7 @@
 %files
 %doc CHANGELOG LICENSE README.md
 %config(noreplace) %{_sysconfdir}/pam.d/%{name}
-%{_bindir}/i3lock
-%{_mandir}/man1/i3lock.1*
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog





commit nvme-cli for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package nvme-cli for openSUSE:Factory 
checked in at 2018-02-14 10:51:36

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


Package is "nvme-cli"

Wed Feb 14 10:51:36 2018 rev:23 rq:576274 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes2018-01-10 
23:38:11.375517319 +0100
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new/nvme-cli.changes   2018-02-14 
10:51:44.169437338 +0100
@@ -1,0 +2,7 @@
+Tue Feb 13 13:18:29 UTC 2018 - jthumsh...@suse.com
+
+- Add NetApp vendor plugin (bsc#1080672) 
+  + 0001-nvme-cli-add-NetApp-plugin.patch
+  + 0002-nvme-cli-add-netapp-smdevices-man-page.patch
+
+---

New:

  0001-nvme-cli-add-NetApp-plugin.patch
  0002-nvme-cli-add-netapp-smdevices-man-page.patch



Other differences:
--
++ nvme-cli.spec ++
--- /var/tmp/diff_new_pack.paGiHf/_old  2018-02-14 10:51:44.753416321 +0100
+++ /var/tmp/diff_new_pack.paGiHf/_new  2018-02-14 10:51:44.757416177 +0100
@@ -29,6 +29,8 @@
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(libudev)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch1: 0001-nvme-cli-add-NetApp-plugin.patch
+Patch2: 0002-nvme-cli-add-netapp-smdevices-man-page.patch
 
 %description
 NVM Express (NVMe) is a direct attached storage interface. The
@@ -37,6 +39,8 @@
 
 %prep
 %setup -q -n %{name}-v%{version}
+%patch1 -p1
+%patch2 -p1
 
 %build
 echo %{version} > version

++ 0001-nvme-cli-add-NetApp-plugin.patch ++
From: "Schremmer, Steven" 
Date: Mon, 12 Feb 2018 19:27:32 +
Subject: [PATCH nvme-cli 1/2] nvme-cli: add NetApp plugin
Git-commit: 396677894203bedbe9d037b20d9197361899fa03 
References: bsc#1080672

Add smdevices command for NetApp E-Series devices.

Signed-off-by: Steve Schremmer 
---
 Makefile  |3 
 netapp-nvme.c |  293 ++
 netapp-nvme.h |   17 +++
 3 files changed, 312 insertions(+), 1 deletion(-)
 create mode 100644 netapp-nvme.c
 create mode 100644 netapp-nvme.h

--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,8 @@ NVME_DPKG_VERSION=1~`lsb_release -sc`
 
 OBJS := argconfig.o suffix.o parser.o nvme-print.o nvme-ioctl.o \
nvme-lightnvm.o fabrics.o json.o plugin.o intel-nvme.o \
-   lnvm-nvme.o memblaze-nvme.o wdc-nvme.o nvme-models.o huawei-nvme.o
+   lnvm-nvme.o memblaze-nvme.o wdc-nvme.o nvme-models.o huawei-nvme.o \
+   netapp-nvme.o
 
 nvme: nvme.c nvme.h $(OBJS) NVME-VERSION-FILE
$(CC) $(CPPFLAGS) $(CFLAGS) nvme.c -o $(NVME) $(OBJS) $(LDFLAGS)
--- /dev/null
+++ b/netapp-nvme.c
@@ -0,0 +1,293 @@
+/*
+* Copyright (c) 2018 NetApp, Inc.
+*
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+* GNU General Public License for more details.
+*
+*/
+
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include "nvme.h"
+#include "nvme-ioctl.h"
+#include "json.h"
+
+#include "suffix.h"
+
+#define CREATE_CMD
+#include "netapp-nvme.h"
+
+enum {
+   NNORMAL,
+   NJSON,
+   NCOLUMN,
+};
+
+static const char *dev_path = "/dev/";
+
+struct smdevice_info {
+   int nsid;
+   struct nvme_id_ctrl ctrl;
+   struct nvme_id_ns   ns;
+   chardev[265];
+};
+
+#define ARRAY_LABEL_LEN60
+#define VOLUME_LABEL_LEN   60
+
+/*
+ * Format of the string isn't tightly controlled yet. For now, squash UCS-2 
into
+ * ASCII. dst buffer must be at least count + 1 bytes long
+ */
+static void netapp_convert_string(char *dst, char *src, unsigned int count)
+{
+   int i;
+
+   if (!dst || !src || !count)
+   return;
+
+   memset(dst, 0, count + 1);
+   for (i = 0; i < count; i++)
+   dst[i] = src[i * 2 + 1];
+}
+
+static void netapp_nguid_to_str(char *str, __u8 *nguid)
+{
+   int i;
+
+   memset(str, 0, 33);
+   for (i = 0; i < 16; i++)
+   str += sprintf(str, "%02x", nguid[i]);
+}
+
+static void netapp_smdevice_json(struct json_array *devices, char *devname,
+   char *arrayname, char *volname, int nsid, char *nguid,
+   char *ctrl, char *astate, 

commit fcitx-ui-light for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package fcitx-ui-light for openSUSE:Factory 
checked in at 2018-02-14 10:52:50

Comparing /work/SRC/openSUSE:Factory/fcitx-ui-light (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-ui-light.new (New)


Package is "fcitx-ui-light"

Wed Feb 14 10:52:50 2018 rev:7 rq:576422 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-ui-light/fcitx-ui-light.changes
2012-06-26 15:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-ui-light.new/fcitx-ui-light.changes   
2018-02-14 10:52:53.410945155 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 19:25:03 UTC 2018 - crrodrig...@opensuse.org
+
+- Do not BuildRequire xorg-x11-devel 
+- use cmake macros. 
+
+---



Other differences:
--
++ fcitx-ui-light.spec ++
--- /var/tmp/diff_new_pack.ze5edV/_old  2018-02-14 10:52:54.166917945 +0100
+++ /var/tmp/diff_new_pack.ze5edV/_new  2018-02-14 10:52:54.182917369 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-ui-light 
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   fcitx-ui-light
 Version:   0.1.3
 Release:   0
-License:   GPL-2.0+
 Summary:   Light Weight UI for Fcitx
-Url:   https://github.com/fcitx/fcitx-ui-light
+License:GPL-2.0+
 Group: System/I18n/Chinese
+Url:https://github.com/fcitx/fcitx-ui-light
 Source:%{name}-%{version}.tar.bz2
 BuildRequires: cmake
-BuildRequires: gcc-c++
 BuildRequires: fcitx-devel
+BuildRequires:  fontconfig-devel
+BuildRequires:  gcc-c++
 BuildRequires: gettext
 BuildRequires: intltool
-BuildRequires: xorg-x11-devel
 BuildRequires: pkg-config
-BuildRequires: freetype2-devel
-BuildRequires: fontconfig-devel
-%if 0%{?suse_version}
 BuildRequires: update-desktop-files
-%else
-BuildRequires:  desktop-file-utils
-BuildRequires:  libX11-devel
-BuildRequires:  libXft-devel
-BuildRequires:  libXpm-devel
-%endif
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xft)
+BuildRequires:  pkgconfig(xpm)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,16 +45,10 @@
 %setup -q
 
 %build
-%{__mkdir} -pv build
-pushd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} ..
-make %{?_smp_mflags}
-
+%cmake
+%make_jobs
 %install
-pushd build
-make DESTDIR=%{buildroot} install
-popd
-
+%cmake_install
 
 %if 0%{?suse_version}
 %suse_update_desktop_file fcitx-light Utility DesktopUtility
@@ -71,8 +60,6 @@
 
 %find_lang fcitx-light-ui
 
-%__strip %{buildroot}%{_libdir}/fcitx/fcitx-light-ui.so
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig




commit open-vm-tools for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2018-02-14 10:52:24

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


Package is "open-vm-tools"

Wed Feb 14 10:52:24 2018 rev:76 rq:576372 version:10.2.0

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2017-12-23 12:20:07.377720968 +0100
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2018-02-14 10:52:25.375954237 +0100
@@ -1,0 +2,9 @@
+Tue Feb 13 17:23:20 UTC 2018 - dims...@opensuse.org
+
+- Stop depending on the meta-package xorg-x11-devel as
+  BuildRequires, but use the explicit module names configure is
+  looking for: pkgconfig(sm), pkgconfig(xcomposite),
+  pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama),
+  pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).
+
+---



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.dYBvcD/_old  2018-02-14 10:52:26.147926452 +0100
+++ /var/tmp/diff_new_pack.dYBvcD/_new  2018-02-14 10:52:26.147926452 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package open-vm-tools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -98,7 +98,18 @@
 BuildRequires:  pcre-devel
 BuildRequires:  procps-devel
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} >= 1330
+BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(xcomposite)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xrender)
+BuildRequires:  pkgconfig(xtst)
+%else
 BuildRequires:  xorg-x11-devel
+%endif
 %if %{with vgauth}
 # vgauth requires xerces-c and xml-security-c
 BuildRequires:  xml-security-c-devel




commit lugaru for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package lugaru for openSUSE:Factory checked 
in at 2018-02-14 10:52:33

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


Package is "lugaru"

Wed Feb 14 10:52:33 2018 rev:4 rq:576398 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/lugaru/lugaru.changes2017-07-12 
19:35:17.618386102 +0200
+++ /work/SRC/openSUSE:Factory/.lugaru.new/lugaru.changes   2018-02-14 
10:52:34.231635493 +0100
@@ -1,0 +2,5 @@
+Tue Feb 13 20:07:33 UTC 2018 - crrodrig...@opensuse.org
+
+- DO not buildrequire xorg-x11-devel metapackage 
+
+---



Other differences:
--
++ lugaru.spec ++
--- /var/tmp/diff_new_pack.hqgRsw/_old  2018-02-14 10:52:35.763580353 +0100
+++ /var/tmp/diff_new_pack.hqgRsw/_new  2018-02-14 10:52:35.763580353 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lugaru
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
@@ -47,7 +47,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(ogg)
@@ -93,10 +93,10 @@
 %cmake -DSYSTEM_INSTALL=ON \
-DCMAKE_INSTALL_DATADIR=%{_datadir}
 
-make VERBOSE=1 %{?_smp_mflags}
+%make_jobs
 
 %install
-%make_install -C build
+%cmake_install
 
 %fdupes %{buildroot}%{_datadir}
 




commit yast2-iplb for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package yast2-iplb for openSUSE:Factory 
checked in at 2018-02-14 10:52:07

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


Package is "yast2-iplb"

Wed Feb 14 10:52:07 2018 rev:7 rq:576318 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iplb/yast2-iplb.changes2016-06-07 
23:50:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-iplb.new/yast2-iplb.changes   
2018-02-14 10:52:08.116575446 +0100
@@ -1,0 +2,7 @@
+Sun Feb 11 03:17:49 UTC 2018 - nw...@suse.com
+
+- bsc#1080332, split large strings into smaller combination
+  to ease translation
+- Version 4.0.0
+
+---

Old:

  yast2-iplb-3.1.6.tar.bz2

New:

  yast2-iplb-4.0.0.tar.bz2



Other differences:
--
++ yast2-iplb.spec ++
--- /var/tmp/diff_new_pack.TMBsq2/_old  2018-02-14 10:52:08.800550828 +0100
+++ /var/tmp/diff_new_pack.TMBsq2/_new  2018-02-14 10:52:08.804550684 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-iplb
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iplb
-Version:3.1.6
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iplb-3.1.6.tar.bz2 -> yast2-iplb-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iplb-3.1.6/.travis.yml 
new/yast2-iplb-4.0.0/.travis.yml
--- old/yast2-iplb-3.1.6/.travis.yml2016-06-07 12:56:24.082920987 +0200
+++ new/yast2-iplb-4.0.0/.travis.yml2018-02-13 16:30:57.0 +0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+  - docker build -t yast-iplb-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-iplb-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iplb-3.1.6/Dockerfile 
new/yast2-iplb-4.0.0/Dockerfile
--- old/yast2-iplb-3.1.6/Dockerfile 1970-01-01 01:00:00.0 +0100
+++ new/yast2-iplb-4.0.0/Dockerfile 2018-02-13 16:30:57.0 +0100
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iplb-3.1.6/package/yast2-iplb.changes 
new/yast2-iplb-4.0.0/package/yast2-iplb.changes
--- old/yast2-iplb-3.1.6/package/yast2-iplb.changes 2016-06-07 
12:56:24.102920987 +0200
+++ new/yast2-iplb-4.0.0/package/yast2-iplb.changes 2018-02-13 
16:30:57.0 +0100
@@ -1,4 +1,11 @@
 ---
+Sun Feb 11 03:17:49 UTC 2018 - nw...@suse.com
+
+- bsc#1080332, split large strings into smaller combination
+  to ease translation
+- Version 4.0.0
+
+---
 Tue Jun  7 10:43:50 UTC 2016 - igonzalezs...@suse.com
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iplb-3.1.6/package/yast2-iplb.spec 
new/yast2-iplb-4.0.0/package/yast2-iplb.spec
--- old/yast2-iplb-3.1.6/package/yast2-iplb.spec2016-06-07 
12:56:24.102920987 +0200
+++ new/yast2-iplb-4.0.0/package/yast2-iplb.spec2018-02-13 
16:30:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iplb
-Version:3.1.6
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iplb-3.1.6/src/include/iplb/complex.rb 
new/yast2-iplb-4.0.0/src/include/iplb/complex.rb
--- old/yast2-iplb-3.1.6/src/include/iplb/complex.rb2016-06-07 
12:56:24.122920987 +0200
+++ 

commit python-cliff for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2018-02-14 10:52:18

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


Package is "python-cliff"

Wed Feb 14 10:52:18 2018 rev:31 rq:576370 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes
2017-11-24 10:53:53.361558761 +0100
+++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes   
2018-02-14 10:52:24.343991380 +0100
@@ -1,0 +2,25 @@
+Tue Feb 13 18:27:32 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.11.0
+  - Move doc requirements to doc/requirements.txt
+  - Alias exit to cmd2's quit command to exit interactive shell
+  - doc: Remove blank lines between term and definition
+  - remove -s alias for --sort-columns
+  - Replace legacy tips jobs with shiny new versions
+  - Update .gitignore
+  - Updated from global requirements
+  - sphinxext: Support cliff application
+  - Remove tox_install.sh and just pass -c in tox
+  - do not require installing demo app to build docs
+  - Remove empty files
+  - add support for legacy command name translation
+  - doc: Cleanup of demoapp doc
+  - Generate demoapp CLI refernece
+  - Fix codec error when format=csv
+  - Use in-tree cliffdemo app for docs build
+  - add bandit to pep8 job
+  - Use assertIsNone(...) instead of assertIs(None,...)
+  - Fix PEP8 in gate
+  - Add ability to sort data by columns for list commands
+
+---

Old:

  cliff-2.9.1.tar.gz

New:

  cliff-2.11.0.tar.gz



Other differences:
--
++ python-cliff.spec ++
--- /var/tmp/diff_new_pack.r7vyDD/_old  2018-02-14 10:52:24.951969497 +0100
+++ /var/tmp/diff_new_pack.r7vyDD/_new  2018-02-14 10:52:24.955969353 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cliff
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-cliff
-Version:2.9.1
+Version:2.11.0
 Release:0
 Summary:Command Line Interface Formulation Framework
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-cliff
-Source0:
https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.9.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.11.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable
@@ -50,15 +50,16 @@
 BuildRequires:  python3-testrepository
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
-BuildRequires:  python3-unicodecsv
 Requires:   python-PrettyTable
 Requires:   python-PyYAML
 Requires:   python-cmd2
 Requires:   python-pyparsing
 Requires:   python-six
 Requires:   python-stevedore
-Requires:   python-unicodecsv
 BuildArch:  noarch
+%ifpython2
+Requires:   python-unicodecsv
+%endif
 %python_subpackages
 
 %description
@@ -80,7 +81,7 @@
 This package contains documentation files for %{name}.
 
 %prep
-%autosetup -p1 -n cliff-2.9.1
+%autosetup -p1 -n cliff-2.11.0
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 %py_req_cleanup
 

++ cliff-2.9.1.tar.gz -> cliff-2.11.0.tar.gz ++
 1750 lines of diff (skipped)




commit scilab for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2018-02-14 10:51:48

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


Package is "scilab"

Wed Feb 14 10:51:48 2018 rev:22 rq:576308 version:5.5.2

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2017-07-21 
22:49:37.462822866 +0200
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2018-02-14 
10:51:55.821017984 +0100
@@ -1,0 +2,11 @@
+Sun Feb 11 20:19:06 UTC 2018 - badshah...@gmail.com
+
+- Disable Xcos until building with java >=9 can be fixed.
+
+---
+Sun Dec 10 17:14:21 UTC 2017 - badshah...@opensuse.org
+
+- Add scilab-openjdk9-support.patch: Add support for openjdk 9;
+  patch taken from upstream git and rebased for version 5.5.2.
+
+---

New:

  scilab-openjdk9-support.patch



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.oI9Hzg/_old  2018-02-14 10:51:57.816946148 +0100
+++ /var/tmp/diff_new_pack.oI9Hzg/_new  2018-02-14 10:51:57.824945860 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scilab
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -65,6 +65,8 @@
 # exclude ppc64 build as long as upstream open 
http://bugzilla.scilab.org/show_bug.cgi?id=13826
 # PATCH-FIX-UPSTREAM scilab-gcc7-nullptr-fix.patch badshah...@gmail.com -- 
Replace the character-literal '\0' by appropriate null pointer '0' to fix 
compilation with gcc >= 7
 Patch15:scilab-gcc7-nullptr-fix.patch
+# PATCH-FIX-UPSTREAM scilab-openjdk9-support.patch badshah...@opensuse.org -- 
Add support for openjdk 9; patch taken from upstream git and rebased for 
version 5.5.2
+Patch16:scilab-openjdk9-support.patch
 ExcludeArch:ppc64
 # Dependencies are extracted from :
 # "http://wiki.scilab.org/Dependencies of Scilab 5.X"
@@ -94,7 +96,7 @@
 
 # GUI/Console
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.8.0
+BuildRequires:  java-devel = 9
 BuildRequires:  jpackage-utils
 
 BuildRequires:  Mesa-devel
@@ -308,6 +310,7 @@
 %patch14 -p1
 %if 0%{?suse_version} > 1320
 %patch15 -p1
+%patch16 -p1
 %endif
 
 # Fix Class-Path in manifest
@@ -316,18 +319,15 @@
 sed -i '/name="Class-Path"/d' modules/scirenderer/build.xml
 
 %build
+# Disable xcos until it can build with java >= 9
 %configure \
 --disable-static-system-lib \
 --without-umfpack \
---without-emf
+--without-emf \
+--without-xcos
 
 make
 
-export DISPLAY=%{X_display}
-Xvfb %{X_display} >& Xvfb.log &
-sleep 5
-make doc
-
 %install
 make install DESTDIR=%{buildroot}
 
@@ -348,7 +348,7 @@
 rm -fr %{buildroot}%{_datadir}/applications/%{name}-*.desktop
 
 # Fix categories and install .desktop files
-for i in scilab scinotes xcos; \
+for i in scilab scinotes; \
 do
   desktop-file-install \
 --dir=%{buildroot}%{_datadir}/applications \
@@ -435,7 +435,7 @@
 %defattr(-,root,root)
 %{_datadir}/%{name}/modules/
 # part of scilab-doc
-%exclude %{_datadir}/%{name}/modules/helptools/jar/%{name}_*.jar
+#%exclude %{_datadir}/%{name}/modules/helptools/jar/%{name}_*.jar
 %exclude %{_datadir}/%{name}/modules/*/examples
 %exclude %{_datadir}/%{name}/modules/*/help
 # part of scilab-tests
@@ -445,8 +445,8 @@
 %defattr(-,root,root)
 %{_datadir}/%{name}/modules/*/examples
 %{_datadir}/%{name}/modules/*/help
-%{_datadir}/%{name}/modules/helptools/jar/%{name}_images.jar
-%{_datadir}/%{name}/modules/helptools/jar/%{name}_en_US_help.jar
+#%{_datadir}/%{name}/modules/helptools/jar/%{name}_images.jar
+#%{_datadir}/%{name}/modules/helptools/jar/%{name}_en_US_help.jar
 
 %files modules-doc-lang -f %{name}-modules-doc.lang
 %defattr(-,root,root)

++ scilab-openjdk9-support.patch ++
From: Clément DAVID 
Date: Fri, 8 Dec 2017 12:56:53 + (+0100)
Subject: configure: detect Java 9 correctly
X-Git-Url: 
http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=34213c9e5ca5dbb2f421eeb173a67da236b9327f;hp=5cf6aebe58a73d759b4e53978fdd60bd8b0e0191

configure: detect Java 9 correctly

Change-Id: I9b77db62a6fea7ceb1176df1bbf513268dca7e37
---

Index: scilab-5.5.2/build.incl.xml
===
--- scilab-5.5.2.orig/build.incl.xml
+++ scilab-5.5.2/build.incl.xml
@@ -89,7 +89,8 @@
 
 
 
-
+
+
 
 
 
Index: 

commit leechcraft for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package leechcraft for openSUSE:Factory 
checked in at 2018-02-14 10:52:28

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


Package is "leechcraft"

Wed Feb 14 10:52:28 2018 rev:48 rq:576390 version:0.6.70+git.10870.g558588d6ec

Changes:

--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes2018-01-25 
12:41:33.911793455 +0100
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes   
2018-02-14 10:52:28.415844822 +0100
@@ -1,0 +2,5 @@
+Tue Feb 13 17:11:37 UTC 2018 - aloi...@gmx.com
+
+- Added leechcraft-projectM-qt5.patch
+
+---

New:

  leechcraft-projectM-qt5.patch



Other differences:
--
++ leechcraft.spec ++
--- /var/tmp/diff_new_pack.ovUdJM/_old  2018-02-14 10:52:29.327811997 +0100
+++ /var/tmp/diff_new_pack.ovUdJM/_new  2018-02-14 10:52:29.331811853 +0100
@@ -54,6 +54,8 @@
 Source4:%{name}-rpmlintrc
 Source8:leechcraft-session.1
 Source9:lc_plugin_wrapper-qt5.1
+# PATCH-FEATURE-OPENSUSE leechcraft-projectM-qt5.patch use qt5 version of 
projectM -- aloi...@gmx.com
+Patch0: leechcraft-projectM-qt5.patch
 
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_atomic-devel
@@ -140,7 +142,11 @@
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(libpostproc)
 %endif
+%if 0%{?suse_version} >= 1500
+BuildRequires:  pkgconfig(libprojectM-qt5)
+%else
 BuildRequires:  pkgconfig(libprojectM)
+%endif
 BuildRequires:  pkgconfig(libqrencode)
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(libswresample)
@@ -2266,6 +2272,9 @@
 
 %prep
 %setup -q -n leechcraft-%{LEECHCRAFT_VERSION}
+%if 0%{?suse_version} >= 1500
+%patch0 -p1
+%endif
 
 #removing non-free icons
 rm -rf src/plugins/azoth/share/azoth/iconsets/clients/default

++ leechcraft-projectM-qt5.patch ++
Index: 
leechcraft-0.6.70-10870-g558588d6ec/src/plugins/lmp/plugins/potorchu/cmake/FindProjectM.cmake
===
--- 
leechcraft-0.6.70-10870-g558588d6ec.orig/src/plugins/lmp/plugins/potorchu/cmake/FindProjectM.cmake
+++ 
leechcraft-0.6.70-10870-g558588d6ec/src/plugins/lmp/plugins/potorchu/cmake/FindProjectM.cmake
@@ -1,15 +1,15 @@
 find_package (PkgConfig)
-pkg_check_modules (PC_PROJECTM QUIET libprojectM)
+pkg_check_modules (PC_PROJECTM QUIET libprojectM-qt5)
 
 # Include dir
 find_path (ProjectM_INCLUDE_DIR
-   NAMES libprojectM/projectM.hpp
+   NAMES libprojectM-qt5/projectM.hpp
PATHS ${PC_PROJECTM_INCLUDE_DIRS}
)
 
 # Finally the library itself
 find_library(ProjectM_LIBRARIES
-   NAMES projectM
+   NAMES projectM-qt5
PATHS ${PC_PROJECTM_LIBRARY_DIRS}
)
 
Index: 
leechcraft-0.6.70-10870-g558588d6ec/src/plugins/lmp/plugins/potorchu/visualfilter.cpp
===
--- 
leechcraft-0.6.70-10870-g558588d6ec.orig/src/plugins/lmp/plugins/potorchu/visualfilter.cpp
+++ 
leechcraft-0.6.70-10870-g558588d6ec/src/plugins/lmp/plugins/potorchu/visualfilter.cpp
@@ -33,7 +33,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
@@ -172,7 +172,7 @@ namespace Potorchu
512,
sceneRect.width (),
sceneRect.height (),
-   "/usr/share/projectM/presets",
+   "/usr/share/projectM-qt5/presets",
fontFileNameStr,
fontFileNameStr,
5,



commit openQA for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2018-02-14 10:51:31

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


Package is "openQA"

Wed Feb 14 10:51:31 2018 rev:11 rq:576269 version:4.5.1518003872.3977d2f5

Changes:

--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2018-02-06 
16:51:08.206499539 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new/openQA.changes   2018-02-14 
10:51:33.773811483 +0100
@@ -1,0 +2,8 @@
+Sat Feb 10 01:01:54 UTC 2018 - co...@suse.com
+
+- Update to version 4.5.1518003872.3977d2f5:
+  * Run perltidy again (#1577)
+  * Fix perltidy complaints (#1576)
+  * Give 404 rather than 500 on invalid asset route (#1575)
+
+---

Old:

  openQA-4.5.1517920216.2250682a.tar.xz

New:

  openQA-4.5.1518003872.3977d2f5.tar.xz



Other differences:
--
++ openQA.spec ++
--- /var/tmp/diff_new_pack.8LORN3/_old  2018-02-14 10:51:34.637780389 +0100
+++ /var/tmp/diff_new_pack.8LORN3/_new  2018-02-14 10:51:34.637780389 +0100
@@ -36,7 +36,7 @@
 # runtime requirements that also the testsuite needs
 %define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) 
perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) 
perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) 
perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) 
perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) 
perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) 
perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) 
perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) 
perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) 
perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) 
perl(Cpanel::JSON::XS)
 Name:   openQA
-Version:4.5.1517920216.2250682a
+Version:4.5.1518003872.3977d2f5
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0+
@@ -197,9 +197,6 @@
 # we don't really need the tidy test
 rm -f t/00-tidy.t
 
-# currently broken in OBS
-#rm -f ./t/24-worker.t ./t/api/09-comments.t ./t/ui/07-file.t 
./t/ui/13-admin.t ./t/ui/15-comments.t ./t/ui/18-tests-details.t 
./t/ui/19-tests-links.t ./t/05-scheduler-dependencies.t
-
 %if %{with tests}
 #make test
 rm -rf %{buildroot}/DB


++ openQA-4.5.1517920216.2250682a.tar.xz -> 
openQA-4.5.1518003872.3977d2f5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openQA-4.5.1517920216.2250682a/lib/OpenQA/WebAPI/Controller/API/V1/Asset.pm 
new/openQA-4.5.1518003872.3977d2f5/lib/OpenQA/WebAPI/Controller/API/V1/Asset.pm
--- 
old/openQA-4.5.1517920216.2250682a/lib/OpenQA/WebAPI/Controller/API/V1/Asset.pm 
2018-02-06 13:30:16.0 +0100
+++ 
new/openQA-4.5.1518003872.3977d2f5/lib/OpenQA/WebAPI/Controller/API/V1/Asset.pm 
2018-02-07 12:44:32.0 +0100
@@ -56,6 +56,11 @@
 $args{$arg} = $self->stash($arg) if defined $self->stash($arg);
 }
 
+if (defined $args{id} && $args{id} !~ /^\d+$/) {
+$self->render(json => {}, status => 404);
+return;
+}
+
 my $rs = $schema->resultset("Assets")->search(\%args);
 $rs->result_class('DBIx::Class::ResultClass::HashRefInflator');
 
@@ -79,6 +84,10 @@
 my %attrs;
 
 if (defined $args{id}) {
+if ($args{id} !~ /^\d+$/) {
+$self->render(json => {}, status => 404);
+return;
+}
 $cond{id} = $args{id};
 }
 elsif (defined $args{type} && defined $args{name}) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openQA-4.5.1517920216.2250682a/lib/OpenQA/WebAPI/Controller/Admin/Asset.pm 
new/openQA-4.5.1518003872.3977d2f5/lib/OpenQA/WebAPI/Controller/Admin/Asset.pm
--- 
old/openQA-4.5.1517920216.2250682a/lib/OpenQA/WebAPI/Controller/Admin/Asset.pm  
2018-02-06 13:30:16.0 +0100
+++ 
new/openQA-4.5.1518003872.3977d2f5/lib/OpenQA/WebAPI/Controller/Admin/Asset.pm  
2018-02-07 12:44:32.0 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2014 SUSE Linux Products GmbH
+# Copyright (C) 2014-2018 SUSE Linux Products GmbH
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
 
 package OpenQA::WebAPI::Controller::Admin::Asset;
 use Mojo::Base 'Mojolicious::Controller';
-use List::Util qw(sum);
+use List::Util 'sum';
 
 sub index {
 my $self = shift;
diff -urN 

commit apache2-mod_jk for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package apache2-mod_jk for openSUSE:Factory 
checked in at 2018-02-14 10:51:42

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


Package is "apache2-mod_jk"

Wed Feb 14 10:51:42 2018 rev:32 rq:576297 version:1.2.42

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_jk/apache2-mod_jk.changes
2017-05-22 10:49:07.339054926 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_jk.new/apache2-mod_jk.changes   
2018-02-14 10:51:47.613313390 +0100
@@ -1,0 +2,14 @@
+Tue Feb 13 14:33:08 UTC 2018 - tchva...@suse.com
+
+- Disable tests for now as the default profile is not working
+  properly to load up and upstream should update the sample
+
+---
+Thu Feb  1 12:55:38 UTC 2018 - tchva...@suse.com
+
+- Version update to 1.2.42:
+  * Many small fixes
+  * Optimalization for new gccs
+  * Minor code cleanups
+
+---

Old:

  tomcat-connectors-1.2.41-src.tar.gz

New:

  tomcat-connectors-1.2.42-src.tar.gz



Other differences:
--
++ apache2-mod_jk.spec ++
--- /var/tmp/diff_new_pack.6No0hj/_old  2018-02-14 10:51:48.797270778 +0100
+++ /var/tmp/diff_new_pack.6No0hj/_new  2018-02-14 10:51:48.797270778 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_jk
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define connectors_roottomcat-connectors-%{version}-src
 Name:   apache2-mod_jk
-Version:1.2.41
+Version:1.2.42
 Release:0
 Summary:Connectors between Apache and Tomcat Servlet Container
 License:Apache-2.0
@@ -67,6 +67,7 @@
 cp %{SOURCE2} .
 
 %check
+exit 0
 set +x
 mkdir -p %{apache_test_module_dir}
 cat << EOF > %{apache_test_module_dir}/jk-test.conf

++ tomcat-connectors-1.2.41-src.tar.gz -> 
tomcat-connectors-1.2.42-src.tar.gz ++
 326396 lines of diff (skipped)




commit gloox for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package gloox for openSUSE:Factory checked 
in at 2018-02-14 10:52:47

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


Package is "gloox"

Wed Feb 14 10:52:47 2018 rev:3 rq:576420 version:1.0.20

Changes:

--- /work/SRC/openSUSE:Factory/gloox/gloox.changes  2017-02-07 
11:59:30.167306523 +0100
+++ /work/SRC/openSUSE:Factory/.gloox.new/gloox.changes 2018-02-14 
10:52:47.851145276 +0100
@@ -1,0 +2,26 @@
+Tue Feb 13 21:39:09 UTC 2018 - vci...@suse.com
+
+- fix gnutls test broken with gnutls 3.6 (bsc#1078834)
+  * since 3.6 ANON key exchange algorithms have to be turned on explicitly
+  * add gloox-fix_TLSGnuTLS_test.patch
+
+---
+Fri Oct 13 12:25:11 UTC 2017 - mailaen...@opensuse.org
+
+- Update to 1.0.20
+  * BytestreamDataHandler: added callback for acknowledged packets
+  * ConnectionTCPClient: compile fix for Win32 (broken in 1.0.19)
+  * ConnectionTCPClient: no-block fix
+  * use ws2_32.lib instead of ws_32.lib on Win32
+
+- Changes from 1.0.19
+  * ConnectionTCPServer: cleanup
+  * lots of compile-time warnings removed
+  * TLSOpenSSL: made it speak TLSv1.1 and 1.2 again (thanks to Nicolas Belouin)
+  * added Client State Indication (XEP-0352)
+  * CertInfo struct: fixed protocol version when using OpenSSL
+  * TLSOpenSSL: fixed compilation with OpenSSL 1.1.0
+  * Registration: added Resource Constraint error condition (thanks to 
elexis1987) (#267)
+  * ConnectionTCP: fixed some blocking (thanks to Marco Ciprietti)
+
+---

Old:

  gloox-1.0.18.tar.bz2

New:

  gloox-1.0.20.tar.bz2
  gloox-fix_TLSGnuTLS_test.patch



Other differences:
--
++ gloox.spec ++
--- /var/tmp/diff_new_pack.Yy24RJ/_old  2018-02-14 10:52:48.719114035 +0100
+++ /var/tmp/diff_new_pack.Yy24RJ/_new  2018-02-14 10:52:48.723113891 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gloox
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define soname 15
+%define soname 17
 Name:   gloox
-Version:1.0.18
+Version:1.0.20
 Release:0
 Summary:High-level XMPP Library for C++
 License:GPL-3.0
@@ -26,6 +26,7 @@
 Url:http://camaya.net/gloox
 Source: http://camaya.net/download/gloox-%{version}.tar.bz2
 Source200:  baselibs.conf
+Patch:  gloox-fix_TLSGnuTLS_test.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n gloox-%{version}
+%patch -p1
 
 %build
 export SUSE_ASNEEDED=0

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.Yy24RJ/_old  2018-02-14 10:52:48.759112594 +0100
+++ /var/tmp/diff_new_pack.Yy24RJ/_new  2018-02-14 10:52:48.759112594 +0100
@@ -1 +1 @@
-libgloox15
+libgloox17

++ gloox-1.0.18.tar.bz2 -> gloox-1.0.20.tar.bz2 ++
 6319 lines of diff (skipped)

++ gloox-fix_TLSGnuTLS_test.patch ++
diff --git a/src/tlsgnutlsclientanon.cpp b/src/tlsgnutlsclientanon.cpp
index ce82836..1786f99 100644
--- a/src/tlsgnutlsclientanon.cpp
+++ b/src/tlsgnutlsclientanon.cpp
@@ -51,7 +51,7 @@ namespace gloox
   return false;
 
 #if GNUTLS_VERSION_NUMBER >= 0x020600
-int ret = gnutls_priority_set_direct( *m_session, 
"SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL", 0 );
+int ret = gnutls_priority_set_direct( *m_session, 
"SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL:+ANON-ECDH:+ANON-DH",
 0 );
 if( ret != GNUTLS_E_SUCCESS )
   return false;
 #else
diff --git a/src/tlsgnutlsserveranon.cpp b/src/tlsgnutlsserveranon.cpp
index db4401f..618ac9d 100644
--- a/src/tlsgnutlsserveranon.cpp
+++ b/src/tlsgnutlsserveranon.cpp
@@ -55,7 +55,7 @@ namespace gloox
   return false;
 
 #if GNUTLS_VERSION_NUMBER >= 0x020600
-int ret = gnutls_priority_set_direct( *m_session, 
"SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL", 0 );
+int ret = gnutls_priority_set_direct( *m_session, 
"SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL:+ANON-ECDH:+ANON-DH",
 0 );
 if( ret != GNUTLS_E_SUCCESS )
   return false;
 #else



commit python-oslo.utils for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2018-02-14 10:51:39

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


Package is "python-oslo.utils"

Wed Feb 14 10:51:39 2018 rev:14 rq:576275 version:3.35.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes  
2018-01-17 21:56:33.672133766 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2018-02-14 10:51:44.937409698 +0100
@@ -1,0 +2,11 @@
+Tue Feb 13 13:36:50 UTC 2018 - dmuel...@suse.com
+
+- add 0001-Fix-breaking-unit-tests-due-to-iso8601-changes.patch
+
+---
+Tue Jan 30 15:15:15 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.35.0
+  - Add a mixed mode parser to string_to_bytes
+
+---

Old:

  oslo.utils-3.34.0.tar.gz

New:

  0001-Fix-breaking-unit-tests-due-to-iso8601-changes.patch
  oslo.utils-3.35.0.tar.gz



Other differences:
--
++ python-oslo.utils.spec ++
--- /var/tmp/diff_new_pack.J5q554/_old  2018-02-14 10:51:45.465390696 +0100
+++ /var/tmp/diff_new_pack.J5q554/_new  2018-02-14 10:51:45.469390552 +0100
@@ -17,13 +17,14 @@
 
 
 Name:   python-oslo.utils
-Version:3.34.0
+Version:3.35.0
 Release:0
 Summary:OpenStack Utils Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/oslo.utils
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-3.34.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-3.35.0.tar.gz
+Patch1: 0001-Fix-breaking-unit-tests-due-to-iso8601-changes.patch
 BuildRequires:  openstack-macros
 BuildRequires:  python2-Babel
 BuildRequires:  python2-ddt
@@ -85,7 +86,8 @@
 Documentation for OpenStack utils library.
 
 %prep
-%autosetup -p1 -n oslo.utils-3.34.0
+%autosetup -p1 -n oslo.utils-3.35.0
+
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 %py_req_cleanup
 
@@ -100,6 +102,11 @@
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
+%check
+%{python_expand rm -rf .testrepository
+$python setup.py test
+}
+
 %files %{python_files}
 %license LICENSE
 %doc ChangeLog README.rst

++ 0001-Fix-breaking-unit-tests-due-to-iso8601-changes.patch ++
>From 010fe3b1023871740b57dbc450f80e6c0c0f6e43 Mon Sep 17 00:00:00 2001
From: "John L. Villalovos" 
Date: Mon, 5 Feb 2018 22:29:38 -0800
Subject: [PATCH] Fix breaking unit tests due to iso8601 changes

The move from iso8601===0.1.11 to iso8601===0.1.12 broke unit
tests in oslo.utils.

iso8601 used to do:
from datetime import datetime

But now they call datetime.datetime():
import datetime
datetime.datetime()

Unfortunately the unit tests that mocked datetime.datetime() are now
mocking the one in iso8601. This causes a failure in the unit tests.

Fix this by using the 'wraps' argument to mock. So that the calls will
get passed through to datetime.datetime. Also changed to using the
decorator style of mock.

In addition Python 3 unit tests were broken due to changing how the
UTC time zone is represented from 'UTC' to 'UTC+00:00'.

Closes-Bug: #1747575
Closes-Bug: #1744160
Change-Id: Ia80ffb5e571cc5366bef2bc1a32c457a3c16843d
---
 oslo_utils/tests/test_timeutils.py | 52 ++
 oslo_utils/timeutils.py|  9 +--
 2 files changed, 31 insertions(+), 30 deletions(-)

diff --git a/oslo_utils/tests/test_timeutils.py 
b/oslo_utils/tests/test_timeutils.py
index b1b1f8a..77b1aa1 100644
--- a/oslo_utils/tests/test_timeutils.py
+++ b/oslo_utils/tests/test_timeutils.py
@@ -87,20 +87,18 @@ class TimeUtilsTest(test_base.BaseTestCase):
 t = timeutils.parse_strtime(s)
 self.assertEqual(orig_t, t)
 
-def _test_is_older_than(self, fn):
-strptime = datetime.datetime.strptime
-with mock.patch('datetime.datetime') as datetime_mock:
-datetime_mock.utcnow.return_value = self.skynet_self_aware_time
-datetime_mock.strptime = strptime
-expect_true = timeutils.is_older_than(fn(self.one_minute_before),
-  59)
-self.assertTrue(expect_true)
-expect_false = timeutils.is_older_than(fn(self.one_minute_before),
-   60)
-self.assertFalse(expect_false)
-expect_false = 

commit python-terminado for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-terminado for 
openSUSE:Factory checked in at 2018-02-14 10:52:36

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


Package is "python-terminado"

Wed Feb 14 10:52:36 2018 rev:5 rq:576403 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2017-12-29 00:03:01.562918205 +0100
+++ /work/SRC/openSUSE:Factory/.python-terminado.new/python-terminado.changes   
2018-02-14 10:52:37.183529244 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 22:05:59 UTC 2018 - toddrme2...@gmail.com
+
+- Disable tests until random testing race condition fixed
+  * see: https://github.com/jupyter/terminado/issues/21
+
+---



Other differences:
--
++ python-terminado.spec ++
--- /var/tmp/diff_new_pack.oq12mc/_old  2018-02-14 10:52:37.899503474 +0100
+++ /var/tmp/diff_new_pack.oq12mc/_new  2018-02-14 10:52:37.899503474 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-terminado
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,8 @@
 #
 
 
-%bcond_without tests
+# Disable tests until random testing race condition fixed, see: 
https://github.com/jupyter/terminado/issues/21
+%bcond_with tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-terminado
@@ -25,7 +26,7 @@
 Summary:Terminals served to termjs using Tornado websockets
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/takluyver/terminado
+Url:https://github.com/jupyter/terminado
 Source: 
https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ptyprocess}
@@ -34,11 +35,10 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with tests}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 %endif
 Requires:   python-ptyprocess
 Requires:   python-tornado
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -62,7 +62,11 @@
 
 %if %{with tests}
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+pushd terminado/tests
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix} .
+}
+popd
 %endif
 
 %files %{python_files}




commit nant for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package nant for openSUSE:Factory checked in 
at 2018-02-14 10:52:30

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


Package is "nant"

Wed Feb 14 10:52:30 2018 rev:26 rq:576391 version:0.92+git20130131

Changes:

--- /work/SRC/openSUSE:Factory/nant/nant.changes2015-11-26 
17:04:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.nant.new/nant.changes   2018-02-14 
10:52:31.675727489 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 21:42:39 UTC 2018 - markus.b...@web.de
+
+- Fix rpmlint problem (BOM in nant.pc) (bsc#1078839)
+
+---



Other differences:
--
++ nant.spec ++
--- /var/tmp/diff_new_pack.0ITByE/_old  2018-02-14 10:52:32.483698407 +0100
+++ /var/tmp/diff_new_pack.0ITByE/_new  2018-02-14 10:52:32.487698263 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nant
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -61,6 +61,7 @@
 
 chmod -x 
%{buildroot}%{_datadir}/NAnt/bin/lib/common/2.0/nunit-console.exe.config
 dos2unix 
%{buildroot}%{_datadir}/NAnt/bin/lib/common/2.0/nunit-console.exe.config
+dos2unix -r %{buildroot}%{_datadir}/pkgconfig/%{name}.pc
 
 %files
 %defattr(-, root, root)




commit feh for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package feh for openSUSE:Factory checked in 
at 2018-02-14 10:52:40

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


Package is "feh"

Wed Feb 14 10:52:40 2018 rev:19 rq:576410 version:2.23.1

Changes:

--- /work/SRC/openSUSE:Factory/feh/feh.changes  2018-02-01 21:31:55.197968123 
+0100
+++ /work/SRC/openSUSE:Factory/.feh.new/feh.changes 2018-02-14 
10:52:41.319380380 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 19:46:49 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove BuildRequires on xorg-x11-* metapackages
+- Remove unused buildRequires. 
+
+---



Other differences:
--
++ feh.spec ++
--- /var/tmp/diff_new_pack.DOaxMI/_old  2018-02-14 10:52:42.047354177 +0100
+++ /var/tmp/diff_new_pack.DOaxMI/_new  2018-02-14 10:52:42.051354033 +0100
@@ -34,13 +34,13 @@
 # PATCH-FIX-UPSTREAM https://github.com/derf/feh/pull/337
 Patch6: feh-makefile_app.patch
 BuildRequires:  curl-devel
-BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xorg-x11-devel
-BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(imlib2)
 BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xt)
 Requires:   imlib2-loaders
 Requires(post): desktop-file-utils
 Requires(post): hicolor-icon-theme
@@ -73,7 +73,7 @@
 PREFIX="%{_prefix}" \
 OPTFLAGS="%{optflags} -Wall -Wextra"
 
-gcc %{optflags} jpegexiforient.c -o jpegexiforient
+gcc %{optflags} -fwhole-program jpegexiforient.c -o jpegexiforient
 
 %install
 make \





commit clamav for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2018-02-14 10:52:43

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


Package is "clamav"

Wed Feb 14 10:52:43 2018 rev:91 rq:576419 version:0.99.3

Changes:

--- /work/SRC/openSUSE:Factory/clamav/clamav.changes2018-01-28 
20:33:26.978815999 +0100
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes   2018-02-14 
10:52:46.283201713 +0100
@@ -1,0 +2,5 @@
+Tue Feb 13 08:50:55 UTC 2018 - vark...@suse.com
+
+- bsc=983938 `After=syslog.target` left-overs in several unit files
+
+---



Other differences:
--

++ service.clamav-milter ++
--- /var/tmp/diff_new_pack.xdSf5w/_old  2018-02-14 10:52:47.667151899 +0100
+++ /var/tmp/diff_new_pack.xdSf5w/_new  2018-02-14 10:52:47.671151755 +0100
@@ -1,6 +1,6 @@
 [Unit]
 Description=Clamav antivirus milter daemon 
-After=syslog.target network.target freshclam.service
+After=network.target freshclam.service
 Requires=freshclam.service
 
 [Service]

++ service.clamd ++
--- /var/tmp/diff_new_pack.xdSf5w/_old  2018-02-14 10:52:47.691151035 +0100
+++ /var/tmp/diff_new_pack.xdSf5w/_new  2018-02-14 10:52:47.691151035 +0100
@@ -1,6 +1,6 @@
 [Unit]
 Description=Clamav antivirus Deamon
-After=syslog.target network.target freshclam.service
+After=network.target freshclam.service
 Requires=freshclam.service
 
 [Service]

++ service.freshclam ++
--- /var/tmp/diff_new_pack.xdSf5w/_old  2018-02-14 10:52:47.711150315 +0100
+++ /var/tmp/diff_new_pack.xdSf5w/_new  2018-02-14 10:52:47.711150315 +0100
@@ -1,6 +1,6 @@
 [Unit]
 Description=Freshclam virus definitions downloader
-After=syslog.target network.target
+After=network.target
 
 [Service]
 Type=forking




commit python-glanceclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2018-02-14 10:51:44

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


Package is "python-glanceclient"

Wed Feb 14 10:51:44 2018 rev:25 rq:576304 version:2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2018-01-24 15:31:26.219745142 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2018-02-14 10:51:53.093116165 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 09:55:18 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.9.1 (bsc#1078607)
+  - Updated from global requirements
+  - Avoid tox_install.sh for constraints support
+
+---

Old:

  python-glanceclient-2.9.0.tar.gz

New:

  python-glanceclient-2.9.1.tar.gz



Other differences:
--
++ python-glanceclient.spec ++
--- /var/tmp/diff_new_pack.hlalkk/_old  2018-02-14 10:51:54.561063332 +0100
+++ /var/tmp/diff_new_pack.hlalkk/_new  2018-02-14 10:51:54.561063332 +0100
@@ -16,15 +16,14 @@
 #
 
 
-%global sname python-glanceclient
 Name:   python-glanceclient
-Version:2.9.0
+Version:2.9.1
 Release:0
 Summary:Python API and CLI for OpenStack Glance
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/python-glanceclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-2.9.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable >= 0.7.1
@@ -32,7 +31,7 @@
 BuildRequires:  python2-keystoneclient >= 3.8.0
 BuildRequires:  python2-mock >= 2.0.0
 BuildRequires:  python2-os-client-config >= 1.28.0
-BuildRequires:  python2-oslo.utils >= 3.31.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-pyOpenSSL >= 16.2.0
 BuildRequires:  python2-reno >= 2.5.0
@@ -47,7 +46,7 @@
 BuildRequires:  python3-keystoneclient >= 3.8.0
 BuildRequires:  python3-mock >= 2.0.0
 BuildRequires:  python3-os-client-config >= 1.28.0
-BuildRequires:  python3-oslo.utils >= 3.31.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-pyOpenSSL >= 16.2.0
 BuildRequires:  python3-reno >= 2.5.0
@@ -56,11 +55,10 @@
 BuildRequires:  python3-testscenarios >= 0.4
 BuildRequires:  python3-testtools >= 2.2.0
 BuildRequires:  python3-warlock >= 1.2.0
-Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-pbr >= 2.0.0
 Requires:   python-pyOpenSSL >= 16.2.0
 Requires:   python-requests >= 2.14.2
@@ -96,7 +94,7 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -n %{sname}-%{version}
+%autosetup -p1 -n python-glanceclient-2.9.1
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ python-glanceclient-2.9.0.tar.gz -> python-glanceclient-2.9.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-glanceclient-2.9.0/ChangeLog 
new/python-glanceclient-2.9.1/ChangeLog
--- old/python-glanceclient-2.9.0/ChangeLog 2018-01-03 17:03:55.0 
+0100
+++ new/python-glanceclient-2.9.1/ChangeLog 2018-01-24 20:53:56.0 
+0100
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+2.9.1
+-
+
+* Updated from global requirements
+* Avoid tox\_install.sh for constraints support
+
 2.9.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-glanceclient-2.9.0/PKG-INFO 
new/python-glanceclient-2.9.1/PKG-INFO
--- old/python-glanceclient-2.9.0/PKG-INFO  2018-01-03 17:03:56.0 
+0100
+++ new/python-glanceclient-2.9.1/PKG-INFO  2018-01-24 20:53:58.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-glanceclient
-Version: 2.9.0
+Version: 2.9.1
 Summary: OpenStack Image API Client Library
 Home-page: https://docs.openstack.org/python-glanceclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit cloud-init for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2018-02-14 10:52:26

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


Package is "cloud-init"

Wed Feb 14 10:52:26 2018 rev:47 rq:576385 version:17.2

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2018-01-30 
15:46:09.961668525 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2018-02-14 10:52:27.395881534 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 19:39:50 UTC 2018 - rjsch...@suse.com
+
+- Fix logfile permission settings (bsc#1080595)
+  + Add 0001-Set-syslog_fix_perms-for-SUSE-distro-addresses-bsc-1.patch
+
+---

New:

  0001-Set-syslog_fix_perms-for-SUSE-distro-addresses-bsc-1.patch



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.pG5Wir/_old  2018-02-14 10:52:28.171853604 +0100
+++ /var/tmp/diff_new_pack.pG5Wir/_new  2018-02-14 10:52:28.171853604 +0100
@@ -55,6 +55,9 @@
 Patch41:cloud-init-no-python-linux-dist.patch
 # Disable OVF tests
 Patch42:cloud-init-skip-ovf-tests.patch
+# FIXME do not use the default user:groups for log file permission settings
+# Proposed for merging upstream
+Patch43:0001-Set-syslog_fix_perms-for-SUSE-distro-addresses-bsc-1.patch
 BuildRequires:  fdupes
 BuildRequires:  filesystem
 # pkg-config is needed to find correct systemd unit dir
@@ -200,6 +203,7 @@
 %patch40 -p1
 %patch41
 %patch42
+%patch43 -p1
 
 %build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1315

++ 0001-Set-syslog_fix_perms-for-SUSE-distro-addresses-bsc-1.patch ++
>From 28167e24ae4a0e744103a71061474836dc6a9559 Mon Sep 17 00:00:00 2001
From: Robert Schweikert 
Date: Tue, 13 Feb 2018 14:28:51 -0500
Subject: [PATCH] - Set syslog_fix_perms for SUSE distro, addresses bsc#1080595
   + Avoid using the default configuration for syslog ownership the neither   
  "adm" nor "wheel" groups are part of the default config on SUSE distros

---
 config/cloud.cfg.tmpl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
index 32de9c9b..3ab681ee 100644
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -5,6 +5,9 @@
 {% if variant in ["freebsd"] %}
 syslog_fix_perms: root:wheel
 {% endif %}
+{% if variant in ["suse"] %}
+syslog_fix_perms: root:adm
+{% endif %}
 # A set of users which may be applied and/or used by various modules
 # when a 'default' entry is found it will reference the 'default_user'
 # from the distro configuration specified below
-- 
2.13.6




commit kmarkdownwebview for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package kmarkdownwebview for 
openSUSE:Factory checked in at 2018-02-14 10:51:34

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


Package is "kmarkdownwebview"

Wed Feb 14 10:51:34 2018 rev:4 rq:576272 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/kmarkdownwebview/kmarkdownwebview.changes
2017-12-29 18:53:01.972306726 +0100
+++ /work/SRC/openSUSE:Factory/.kmarkdownwebview.new/kmarkdownwebview.changes   
2018-02-14 10:51:43.145474191 +0100
@@ -1,0 +2,9 @@
+Tue Feb 13 11:16:21 UTC 2018 - wba...@tmo.at
+
+- Update to 0.5.1:
+  * Fixed version shown in UI
+  Changes in 0.5.0:
+  * Update of "marked" source copy to latest release v0.3.12
+  * Translations updated for some languages (fi, fr, sl)
+
+---

Old:

  kmarkdownwebview-0.4.0.tar.xz

New:

  kmarkdownwebview-0.5.1.tar.xz



Other differences:
--
++ kmarkdownwebview.spec ++
--- /var/tmp/diff_new_pack.ESW5HV/_old  2018-02-14 10:51:43.933445832 +0100
+++ /var/tmp/diff_new_pack.ESW5HV/_new  2018-02-14 10:51:43.933445832 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmarkdownwebview
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 %bcond_without lang
 Name:   kmarkdownwebview
-Version:0.4.0
+Version:0.5.1
 Release:0
 %define kf5_version 5.25.0
 Summary:KPart for rendering Markdown content

++ kmarkdownwebview-0.4.0.tar.xz -> kmarkdownwebview-0.5.1.tar.xz ++
 6982 lines of diff (skipped)




commit yast2-tftp-server for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package yast2-tftp-server for 
openSUSE:Factory checked in at 2018-02-14 10:51:11

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


Package is "yast2-tftp-server"

Wed Feb 14 10:51:11 2018 rev:31 rq:576021 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-tftp-server/yast2-tftp-server.changes  
2018-02-02 22:23:43.437837247 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-tftp-server.new/yast2-tftp-server.changes 
2018-02-14 10:51:11.510612731 +0100
@@ -1,0 +2,7 @@
+Tue Feb 13 10:06:15 CET 2018 - sch...@suse.de
+
+- Merging changed settings with already existing configuration.
+  (bnc#1080557)
+- 4.0.1
+
+---

Old:

  yast2-tftp-server-4.0.0.tar.bz2

New:

  yast2-tftp-server-4.0.1.tar.bz2



Other differences:
--
++ yast2-tftp-server.spec ++
--- /var/tmp/diff_new_pack.cXT0e5/_old  2018-02-14 10:51:11.970596177 +0100
+++ /var/tmp/diff_new_pack.cXT0e5/_new  2018-02-14 10:51:11.970596177 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-tftp-server
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-tftp-server-4.0.0.tar.bz2 -> yast2-tftp-server-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-tftp-server-4.0.0/package/yast2-tftp-server.changes 
new/yast2-tftp-server-4.0.1/package/yast2-tftp-server.changes
--- old/yast2-tftp-server-4.0.0/package/yast2-tftp-server.changes   
2018-02-02 18:19:19.0 +0100
+++ new/yast2-tftp-server-4.0.1/package/yast2-tftp-server.changes   
2018-02-13 10:44:36.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Feb 13 10:06:15 CET 2018 - sch...@suse.de
+
+- Merging changed settings with already existing configuration.
+  (bnc#1080557)
+- 4.0.1
+
+---
 Fri Feb  2 14:24:30 UTC 2018 - jreidin...@suse.com
 
 - switch from xinetd to systemd socket activation (fate#323373)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-tftp-server-4.0.0/package/yast2-tftp-server.spec 
new/yast2-tftp-server-4.0.1/package/yast2-tftp-server.spec
--- old/yast2-tftp-server-4.0.0/package/yast2-tftp-server.spec  2018-02-02 
18:19:19.0 +0100
+++ new/yast2-tftp-server-4.0.1/package/yast2-tftp-server.spec  2018-02-13 
10:44:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-tftp-server
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-tftp-server-4.0.0/src/clients/tftp-server_auto.rb 
new/yast2-tftp-server-4.0.1/src/clients/tftp-server_auto.rb
--- old/yast2-tftp-server-4.0.0/src/clients/tftp-server_auto.rb 2018-02-02 
18:19:19.0 +0100
+++ new/yast2-tftp-server-4.0.1/src/clients/tftp-server_auto.rb 2018-02-13 
10:44:36.0 +0100
@@ -77,6 +77,8 @@
 Progress.set(@progress_orig)
   # Write givven settings
   elsif @func == "Write"
+# Merging current settings with already existing configuration.
+TftpServer.merge_to_system
 Yast.import "Progress"
 @progress_orig = Progress.set(false)
 @ret = TftpServer.Write
@@ -90,11 +92,10 @@
 @ret = false
   end
 
-  return deep_copy(@ret)
-
   Builtins.y2debug("ret=%1", @ret)
   Builtins.y2milestone("TftpServer auto finished")
   Builtins.y2milestone("")
+  return deep_copy(@ret)
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tftp-server-4.0.0/src/modules/TftpServer.rb 
new/yast2-tftp-server-4.0.1/src/modules/TftpServer.rb
--- old/yast2-tftp-server-4.0.0/src/modules/TftpServer.rb   2018-02-02 
18:19:19.0 +0100
+++ new/yast2-tftp-server-4.0.1/src/modules/TftpServer.rb   2018-02-13 
10:44:36.0 +0100
@@ -230,6 +230,16 @@
   deep_copy(settings)
 end
 
+
+# Mergeing config to existing system configuration. It is useful for 
delayed write.
+# So if package will be installed later this method re-apply changes on 
top of newly parsed
+# file.
+def merge_to_system
+  config = Export()
+  Read()
+  Import(config)
+end
+
 # @return Html formatted configuration summary
 def Summary
   summary = ""




commit rmt-server for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package rmt-server for openSUSE:Factory 
checked in at 2018-02-14 10:51:17

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


Package is "rmt-server"

Wed Feb 14 10:51:17 2018 rev:4 rq:576054 version:0.0.3

Changes:

--- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes2017-12-19 
10:58:37.916931923 +0100
+++ /work/SRC/openSUSE:Factory/.rmt-server.new/rmt-server.changes   
2018-02-14 10:51:22.110231256 +0100
@@ -1,0 +2,14 @@
+Mon Feb 12 13:28:36 UTC 2018 - tmunta...@suse.com
+
+- version 0.0.3
+- Added nginx integration
+- Added systemd timers for rmt-server-sync and rmt-server-mirror
+- Added custom repository integration
+
+---
+Wed Jan 24 12:03:41 UTC 2018 - ikapelyuk...@suse.com
+
+- version 0.0.2
+- Use cached metadata when possible (bsc#109)
+
+---

Old:

  rmt-server-0.0.1.tar.bz2

New:

  rmt-migration.service
  rmt-server-0.0.3.tar.bz2
  rmt-server-mirror.service
  rmt-server-mirror.timer
  rmt-server-sync.service
  rmt-server-sync.timer
  rmt-server.conf
  rmt.service
  rmt.target



Other differences:
--
++ rmt-server.spec ++
--- /var/tmp/diff_new_pack.VYbVNL/_old  2018-02-14 10:51:22.978200018 +0100
+++ /var/tmp/diff_new_pack.VYbVNL/_new  2018-02-14 10:51:22.978200018 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rmt-server
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,19 +27,27 @@
 %define rmt_group   nginx
 
 Name:   rmt-server
-Version:0.0.1
+Version:0.0.3
 Release:0
 Summary:Repository mirroring tool and registration proxy for SCC
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Proxy
 Url:https://software.opensuse.org/package/rmt
-# Does not build for i586 and is not supported on tha arch
+# Does not build for i586 and is not supported on that arch
 ExcludeArch:%ix86
 
 Source0:%{name}-%{version}.tar.bz2
 Source1:rmt-server-rpmlintrc
 Source2:rmt.conf
 Source3:rmt.8.gz
+Source4:rmt-server.conf
+Source5:rmt-server-mirror.service
+Source6:rmt-server-mirror.timer
+Source7:rmt-server-sync.service
+Source8:rmt-server-sync.timer
+Source9:rmt.service
+Source10:   rmt.target
+Source11:   rmt-migration.service
 
 Patch0: use-ruby-2.4-in-rmt-cli.patch
 Patch1: use-ruby-2.4-in-rails.patch
@@ -52,6 +60,7 @@
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
+BuildRequires:  systemd
 %if 0%{?use_ruby_2_4}
 BuildRequires:  ruby2.4
 BuildRequires:  ruby2.4-devel
@@ -59,16 +68,18 @@
 %else
 BuildRequires:  ruby2.5
 BuildRequires:  ruby2.5-devel
-BuildRequires:  ruby2.5-stdlib
+BuildRequires:  ruby2.5-rubygem-bundler
 %endif
 BuildRequires:  fdupes
 
 Requires:   mariadb
+Requires:   nginx
 %if 0%{?use_ruby_2_4}
 Requires(post): ruby2.4
 Requires(post): ruby2.4-rubygem-bundler
 %else
 Requires(post): ruby2.5
+Requires(post): ruby2.5-rubygem-bundler
 %endif
 Requires(post): timezone
 Requires(post): util-linux
@@ -104,7 +115,7 @@
 %if 0%{?use_ruby_2_4}
 bundle.ruby2.4 install %{?jobs:--jobs %jobs} --without test development 
--deployment --standalone
 %else
-bundle.ruby.ruby2.5 install %{?jobs:--jobs %jobs} --without test development 
--deployment --standalone
+bundle.ruby2.5 install %{?jobs:--jobs %jobs} --without test development 
--deployment --standalone
 %endif
 
 %install
@@ -127,22 +138,44 @@
 
 # systemd
 mkdir -p %{buildroot}%{_unitdir}
-install -m 444 service/rmt.target %{buildroot}%{_unitdir}
-install -m 444 service/rmt.service %{buildroot}%{_unitdir}
-install -m 444 service/rmt-migration.service %{buildroot}%{_unitdir}
+install -m 444 %{SOURCE5} %{buildroot}%{_unitdir}
+install -m 444 %{SOURCE6} %{buildroot}%{_unitdir}
+install -m 444 %{SOURCE7} %{buildroot}%{_unitdir}
+install -m 444 %{SOURCE8} %{buildroot}%{_unitdir}
+install -m 444 %{SOURCE9} %{buildroot}%{_unitdir}
+install -m 444 %{SOURCE10} %{buildroot}%{_unitdir}
+install -m 444 %{SOURCE11} %{buildroot}%{_unitdir}
 mkdir -p %{buildroot}%{_sbindir}
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-migration
+ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server-mirror
+ln -fs 

commit libyami for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package libyami for openSUSE:Factory checked 
in at 2018-02-14 10:51:09

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


Package is "libyami"

Wed Feb 14 10:51:09 2018 rev:6 rq:576018 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libyami/libyami.changes  2018-01-05 
00:59:42.658115560 +0100
+++ /work/SRC/openSUSE:Factory/.libyami.new/libyami.changes 2018-02-14 
10:51:10.238658508 +0100
@@ -1,0 +2,5 @@
+Tue Feb  6 09:10:43 UTC 2018 - o...@aepfle.de
+
+- Align libva version with configure.ac to fix build
+
+---



Other differences:
--
++ libyami.spec ++
--- /var/tmp/diff_new_pack.zoPrI7/_old  2018-02-14 10:51:10.806638066 +0100
+++ /var/tmp/diff_new_pack.zoPrI7/_new  2018-02-14 10:51:10.810637922 +0100
@@ -42,6 +42,7 @@
 BuildRequires:  pkgconfig(libva-wayland)
 %endif
 BuildRequires:  pkgconfig(libva-x11)
+BuildRequires:  pkgconfig(libva) >= 0.39.3
 # Intel graphics hardware only available on these platforms
 ExclusiveArch:  %{ix86} x86_64
 




commit gnome-nettool for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package gnome-nettool for openSUSE:Factory 
checked in at 2018-02-14 10:51:16

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


Package is "gnome-nettool"

Wed Feb 14 10:51:16 2018 rev:49 rq:576041 version:3.8.1+20180208.1e8ca5d

Changes:

--- /work/SRC/openSUSE:Factory/gnome-nettool/gnome-nettool.changes  
2016-07-12 23:48:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-nettool.new/gnome-nettool.changes 
2018-02-14 10:51:17.602393491 +0100
@@ -1,0 +2,18 @@
+Thu Feb 08 20:45:25 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.8.1+20180208.1e8ca5d:
+  + Several years of bugfixes and features added.
+  + Updated translations.
+- Switch to git-checkout via source service, following this: Add
+  gnome-common BuildRequires and pass autogen.sh.
+- Drop gnome-nettool-bnc879122.patch and
+  gnome-nettool-bsc977225-Infiniband.patch: Fixed upstream.
+- Minor spec cleanup, use make_build and make_install macros.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Drop obsolete clean section and post(un) handling of
+  desktop_database_post(un), icon_theme_cache_post(un) and
+  glib2_gsettings_schema_post(un) macros, we have file triggers
+  taking care of this for us now.
+
+---

Old:

  gnome-nettool-3.8.1.tar.xz
  gnome-nettool-bnc879122.patch
  gnome-nettool-bsc977225-Infiniband.patch

New:

  _service
  _servicedata
  gnome-nettool-3.8.1+20180208.1e8ca5d.tar.xz



Other differences:
--
++ gnome-nettool.spec ++
--- /var/tmp/diff_new_pack.IjPnCP/_old  2018-02-14 10:51:18.106375354 +0100
+++ /var/tmp/diff_new_pack.IjPnCP/_new  2018-02-14 10:51:18.110375210 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nettool
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,20 @@
 
 
 Name:   gnome-nettool
-Version:3.8.1
+Version:3.8.1+20180208.1e8ca5d
 Release:0
 Summary:GNOME Interface for Various Networking Tools
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-nettool/3.8/%{name}-%{version}.tar.xz
+#Source0:   
http://download.gnome.org/sources/gnome-nettool/3.8/%%{name}-%%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-nettool-bnc866643-predictable-name.patch bnc#866643 
g...@suse.com -- Detect the predictable network device name
 Patch1: gnome-nettool-bnc866643-predictable-name.patch
-# PATCH-FIX-UPSTREAM gnome-nettool-bnc879122.patch bnc#879122 sree...@suse.com 
-- Fix corrupted ping display
-Patch2: gnome-nettool-bnc879122.patch
-# PATCH-FIX-UPSTREAM gnome-nettool-bsc977225-Infiniband.patch bsc#977225 
bgo#768235 dims...@opensuse.org -- Add new network type: infiniband
-Patch3: gnome-nettool-bsc977225-Infiniband.patch
+
 BuildRequires:  fdupes
+BuildRequires:  gnome-common
 BuildRequires:  intltool
-BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
@@ -48,56 +46,49 @@
 Suggests:   nmap
 Suggests:   whois
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 GNOME Nettool is a set of front-ends to various networking command line
 tools, like ping, netstat, ifconfig, whois, traceroute, and finger.
 
 %lang_package
+
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
-%configure\
---disable-scrollkeeper
-make %{?jobs:-j%jobs} V=1
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+   --disable-scrollkeeper \
+   %{nil}
+%make_build
 
 %install
-%makeinstall
+%make_install
 # Note: I guess X-SuSE-Core-System is not the best thing for the non-GNOME 
menu, but we need something for the build to work. Oh well...
 %suse_update_desktop_file -r gnome-nettool GNOME GTK System X-SuSE-Core-System
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}
-
-%clean
-rm -rf %{buildroot}
-
-%post
-%desktop_database_post
-%icon_theme_cache_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun

commit python-os-client-config for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-os-client-config for 
openSUSE:Factory checked in at 2018-02-14 10:51:14

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


Package is "python-os-client-config"

Wed Feb 14 10:51:14 2018 rev:9 rq:576033 version:1.29.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
  2018-01-16 09:41:57.682838306 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-os-client-config.new/python-os-client-config.changes
 2018-02-14 10:51:15.226478999 +0100
@@ -1,0 +2,28 @@
+Tue Feb 13 10:08:06 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.29.0
+  - Update make_rest_client to work with version discovery
+  - Update globals safely
+  - Protect against p_opt not having prompt attribute
+  - Split docs requirements and update tox.ini
+  - Fix doc typo
+  - Add shade-tox-tips jobs
+  - Make the get_service_type() overrides tolernat of no defaults
+  - Remove osc devstack tips jobs
+  - Do not apply format expansions to passwords
+  - Add shade-functional-tips jobs
+  - Update the documentation link for doc migration
+  - Updates for stestr
+  - Manually sync with g-r
+  - Fix requires_floating_ip
+  - Treat clouds.yaml with one cloud like envvars
+  - DataCentred supports Keystone V3 and Glance V2.
+  - Add betacloud to the vendors
+  - Consume the osc-functional-devstack-tips job
+  - Update reno for stable/pike
+  - Remove setting of version/release from releasenotes
+  - Remove OSIC
+  - Updated from global requirements
+  - Added nat_source flag for networks.
+
+---

Old:

  os-client-config-1.28.0.tar.gz

New:

  os-client-config-1.29.0.tar.gz



Other differences:
--
++ python-os-client-config.spec ++
--- /var/tmp/diff_new_pack.XGHAw9/_old  2018-02-14 10:51:15.842456831 +0100
+++ /var/tmp/diff_new_pack.XGHAw9/_new  2018-02-14 10:51:15.846456686 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-os-client-config
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_with test
 %bcond_with docs
 Name:   python-os-client-config
-Version:1.28.0
+Version:1.29.0
 Release:0
 Summary:OpenStack Client Configuration Library
 License:Apache-2.0
@@ -34,23 +34,23 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-setuptools >= 16.0
-Requires:   python-PyYAML >= 3.1.0
+Requires:   python-PyYAML >= 3.10
 Requires:   python-appdirs >= 1.3.0
-Requires:   python-keystoneauth1 >= 2.1.0
-Requires:   python-requestsexceptions >= 1.1.1
+Requires:   python-keystoneauth1 >= 3.3.0
+Requires:   python-requestsexceptions >= 1.2.0
 BuildArch:  noarch
 %if %{with test}
-BuildRequires:  python-extras
+BuildRequires:  python-extras >= 1.0.0
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-glanceclient >= 2.7.0
-BuildRequires:  python-jsonschema >= 2.0.0
+BuildRequires:  python-glanceclient >= 2.8.0
+BuildRequires:  python-jsonschema >= 2.6.0
 BuildRequires:  python-keystoneclient >= 3.8.0
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-python-subunit >= 0.0.18
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-oslotest >= 3.2.0
+BuildRequires:  python-python-subunit >= 1.0.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-testtools >= 2.2.0
 %endif
 %python_subpackages
 
@@ -67,8 +67,8 @@
 Summary:Documentation for OpenStack client configuration library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
-BuildRequires:  python-reno >= 1.8.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-reno >= 2.5.0
 
 %description -n python-os-client-config-doc
 Documentation for the os-client-config library.
@@ -77,6 +77,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %python_build

++ os-client-config-1.28.0.tar.gz -> os-client-config-1.29.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-pyperclip for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-pyperclip for 
openSUSE:Factory checked in at 2018-02-14 10:51:01

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


Package is "python-pyperclip"

Wed Feb 14 10:51:01 2018 rev:3 rq:576016 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyperclip/python-pyperclip.changes
2017-04-24 09:49:45.603672513 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyperclip.new/python-pyperclip.changes   
2018-02-14 10:51:01.574970304 +0100
@@ -1,0 +2,12 @@
+Tue Feb 13 08:08:27 UTC 2018 - 9+suse@cirno.systems
+
+- Update to version 1.6.0
+  * Capture stderr of xclip subprocess, fixed issue where emojii
+cut off the last character, allowed selection between PRIMARY
+and CLIPBOARD for xsel and xclip
+  * Pyperclip works with qtpy module, set pyqt as lower priority
+than xsel/xclip/klipper, add support for PyQt5
+  * Fixed the encoding that was set to "uft-8"
+  * Added lazy loading
+
+---

Old:

  pyperclip-1.5.27.zip

New:

  pyperclip-1.6.0.tar.gz



Other differences:
--
++ python-pyperclip.spec ++
--- /var/tmp/diff_new_pack.v7AGs9/_old  2018-02-14 10:51:02.182948424 +0100
+++ /var/tmp/diff_new_pack.v7AGs9/_new  2018-02-14 10:51:02.182948424 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyperclip
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyperclip
-Version:1.5.27
+Version:1.6.0
 Release:0
 Summary:A clipboard module for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/asweigart/pyperclip
-Source0:
https://pypi.io/packages/source/p/pyperclip/pyperclip-%{version}.zip
+Source0:
https://pypi.io/packages/source/p/pyperclip/pyperclip-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes




commit gstreamer-rtsp-server for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package gstreamer-rtsp-server for 
openSUSE:Factory checked in at 2018-02-14 10:50:59

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


Package is "gstreamer-rtsp-server"

Wed Feb 14 10:50:59 2018 rev:12 rq:576014 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-rtsp-server/gstreamer-rtsp-server.changes  
2018-01-10 23:37:20.441906910 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new/gstreamer-rtsp-server.changes
 2018-02-14 10:51:00.715001253 +0100
@@ -1,0 +2,8 @@
+Mon Feb 12 22:32:46 UTC 2018 - bjorn@gmail.com
+
+- Add upstream bug fix patches:
+  + gst-rtsp-server-rtsp-client-add-type-annotations.patch.
+  + gst-rtsp-server-gst_rtsp_context_get_current.patch.
+  + gst-rtsp-server-add-annotations-and-API-guards.patch.
+
+---

New:

  gst-rtsp-server-add-annotations-and-API-guards.patch
  gst-rtsp-server-gst_rtsp_context_get_current.patch
  gst-rtsp-server-rtsp-client-add-type-annotations.patch



Other differences:
--
++ gstreamer-rtsp-server.spec ++
--- /var/tmp/diff_new_pack.UaIhnq/_old  2018-02-14 10:51:01.374977502 +0100
+++ /var/tmp/diff_new_pack.UaIhnq/_new  2018-02-14 10:51:01.374977502 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-rtsp-server
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,12 @@
 
 # PATCH-FIX-UPSTREAM gst-rtsp-server-Set-udpsink_out-ttl-mc-property.patch 
bgo#791743 zai...@opensuse.org -- rtsp: Set udpsink_out ttl-mc property on 
creation
 Patch0: gst-rtsp-server-Set-udpsink_out-ttl-mc-property.patch
+# PATCH-FIX-UPSTREAM gst-rtsp-server-rtsp-client-add-type-annotations.patch 
bjorn@gmail.com
+Patch1: gst-rtsp-server-rtsp-client-add-type-annotations.patch
+# PATCH-FIX-UPSTREAM gst-rtsp-server-gst_rtsp_context_get_current.patch 
bjorn@gmail.com
+Patch2: gst-rtsp-server-gst_rtsp_context_get_current.patch
+# PATCH-FIX-UPSTREAM gst-rtsp-server-add-annotations-and-API-guards.patch 
bjorn@gmail.com
+Patch3: gst-rtsp-server-add-annotations-and-API-guards.patch
 
 BuildRequires:  gstreamer-plugins-good >= 1.10.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.1

++ gst-rtsp-server-add-annotations-and-API-guards.patch ++
 736 lines (skipped)

++ gst-rtsp-server-gst_rtsp_context_get_current.patch ++
>From ac97ba7f3e187a916f69904a2fa821f466d444a3 Mon Sep 17 00:00:00 2001
From: Mathieu Duponchelle 
Date: Tue, 6 Feb 2018 18:00:33 +0100
Subject: gst_rtsp_context_get_current: add (skip) annotation

The return value type is defined with G_DEFINE_POINTER_TYPE,
and gi emits the following warning:

Invalid non-constant return of bare structure or union; register as
boxed type or (skip)
---
 gst/rtsp-server/rtsp-context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gst/rtsp-server/rtsp-context.c b/gst/rtsp-server/rtsp-context.c
index 919ca2d..def64f2 100644
--- a/gst/rtsp-server/rtsp-context.c
+++ b/gst/rtsp-server/rtsp-context.c
@@ -31,7 +31,7 @@ G_DEFINE_POINTER_TYPE (GstRTSPContext, gst_rtsp_context);
 static GPrivate current_context;
 
 /**
- * gst_rtsp_context_get_current:
+ * gst_rtsp_context_get_current: (skip):
  *
  * Get the current #GstRTSPContext. This object is retrieved from the
  * current thread that is handling the request for a client.
-- 
cgit v1.1

++ gst-rtsp-server-rtsp-client-add-type-annotations.patch ++
>From 57b2835a41ed31339e5bd523cacbc07a170e2120 Mon Sep 17 00:00:00 2001
From: Mathieu Duponchelle 
Date: Tue, 6 Feb 2018 17:58:49 +0100
Subject: rtsp-client: add type annotations

gi doesn't seem to be able to figure out the type of the
signal parameters when defined with G_DEFINE_POINTER_TYPE
---
 gst/rtsp-server/rtsp-client.c | 77 ---
 1 file changed, 66 insertions(+), 11 deletions(-)

diff --git a/gst/rtsp-server/rtsp-client.c b/gst/rtsp-server/rtsp-client.c
index cf78b17..52c543c 100644
--- a/gst/rtsp-server/rtsp-client.c
+++ b/gst/rtsp-server/rtsp-client.c
@@ -243,7 +243,7 @@ gst_rtsp_client_class_init (GstRTSPClientClass * klass)
   /**
* GstRTSPClient::pre-options-request:
* @client: a #GstRTSPClient
-   * @ctx: a #GstRTSPContext
+   * @ctx: (type GstRtspServer.RTSPContext): a #GstRTSPContext
*
* Returns: a 

commit python-oslo.reports for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-oslo.reports for 
openSUSE:Factory checked in at 2018-02-14 10:50:52

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


Package is "python-oslo.reports"

Wed Feb 14 10:50:52 2018 rev:5 rq:575947 version:1.26.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.reports/python-oslo.reports.changes  
2018-01-24 15:27:55.689591675 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.reports.new/python-oslo.reports.changes 
2018-02-14 10:50:53.779250861 +0100
@@ -1,0 +2,7 @@
+Tue Jan 30 15:14:58 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.26.0
+  - Updated from global requirements
+  - Add bandit to pep8 job
+
+---

Old:

  oslo.reports-1.25.0.tar.gz

New:

  oslo.reports-1.26.0.tar.gz



Other differences:
--
++ python-oslo.reports.spec ++
--- /var/tmp/diff_new_pack.ydZ95l/_old  2018-02-14 10:50:54.415227973 +0100
+++ /var/tmp/diff_new_pack.ydZ95l/_new  2018-02-14 10:50:54.419227829 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.reports
-Version:1.25.0
+Version:1.26.0
 Release:0
 Summary:OpenStack oslo.reports library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/oslo.reports
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.25.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.26.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Jinja2 >= 2.8
 BuildRequires:  python-devel
@@ -61,7 +61,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.reports-1.25.0
+%autosetup -p1 -n oslo.reports-1.26.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ oslo.reports-1.25.0.tar.gz -> oslo.reports-1.26.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.reports-1.25.0/ChangeLog 
new/oslo.reports-1.26.0/ChangeLog
--- old/oslo.reports-1.25.0/ChangeLog   2017-12-04 11:41:00.0 +0100
+++ new/oslo.reports-1.26.0/ChangeLog   2018-01-15 21:31:26.0 +0100
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+1.26.0
+--
+
+* Updated from global requirements
+* Add bandit to pep8 job
+
 1.25.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.reports-1.25.0/PKG-INFO 
new/oslo.reports-1.26.0/PKG-INFO
--- old/oslo.reports-1.25.0/PKG-INFO2017-12-04 11:41:00.0 +0100
+++ new/oslo.reports-1.26.0/PKG-INFO2018-01-15 21:31:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.reports
-Version: 1.25.0
+Version: 1.26.0
 Summary: oslo.reports library
 Home-page: https://docs.openstack.org/oslo.reports/latest
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.reports-1.25.0/oslo.reports.egg-info/PKG-INFO 
new/oslo.reports-1.26.0/oslo.reports.egg-info/PKG-INFO
--- old/oslo.reports-1.25.0/oslo.reports.egg-info/PKG-INFO  2017-12-04 
11:41:00.0 +0100
+++ new/oslo.reports-1.26.0/oslo.reports.egg-info/PKG-INFO  2018-01-15 
21:31:26.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.reports
-Version: 1.25.0
+Version: 1.26.0
 Summary: oslo.reports library
 Home-page: https://docs.openstack.org/oslo.reports/latest
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.reports-1.25.0/oslo.reports.egg-info/pbr.json 
new/oslo.reports-1.26.0/oslo.reports.egg-info/pbr.json
--- old/oslo.reports-1.25.0/oslo.reports.egg-info/pbr.json  2017-12-04 
11:41:00.0 +0100
+++ new/oslo.reports-1.26.0/oslo.reports.egg-info/pbr.json  2018-01-15 
21:31:26.0 +0100
@@ -1 +1 @@
-{"git_version": "80ec3ef", "is_release": true}
\ No newline at end of file
+{"git_version": "c7ac43b", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.reports-1.25.0/oslo.reports.egg-info/requires.txt 
new/oslo.reports-1.26.0/oslo.reports.egg-info/requires.txt
--- old/oslo.reports-1.25.0/oslo.reports.egg-info/requires.txt  2017-12-04 
11:41:00.0 +0100
+++ new/oslo.reports-1.26.0/oslo.reports.egg-info/requires.txt  2018-01-15 
21:31:26.0 +0100
@@ -4,4 +4,4 @@
 psutil>=3.2.2
 six>=1.10.0
 oslo.i18n>=3.15.3
-oslo.utils>=3.31.0
+oslo.utils>=3.33.0
diff -urN '--exclude=CVS' 

commit python-designateclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-designateclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:26

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


Package is "python-designateclient"

Wed Feb 14 10:50:26 2018 rev:11 rq:575933 version:2.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-designateclient/python-designateclient.changes
2018-01-24 15:26:48.108752579 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-designateclient.new/python-designateclient.changes
   2018-02-14 10:50:27.292204067 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 09:53:44 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.9.0 (bsc#1078607)
+  - Updated from global requirements
+  - Partial Revert "Remove unneeded requirements file"
+
+---

Old:

  python-designateclient-2.8.0.tar.gz

New:

  python-designateclient-2.9.0.tar.gz



Other differences:
--
++ python-designateclient.spec ++
--- /var/tmp/diff_new_pack.LMMwb9/_old  2018-02-14 10:50:28.060176430 +0100
+++ /var/tmp/diff_new_pack.LMMwb9/_new  2018-02-14 10:50:28.060176430 +0100
@@ -18,7 +18,7 @@
 
 %global sname python-designateclient
 Name:   python-designateclient
-Version:2.8.0
+Version:2.9.0
 Release:0
 Summary:OpenStack DNS as a Service - Client
 License:Apache-2.0
@@ -30,7 +30,7 @@
 BuildRequires:  python-jsonschema >= 2.6.0
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-oslotest >= 3.2.0
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 1.0.0
 BuildRequires:  python-requests-mock >= 1.1.0
@@ -39,10 +39,10 @@
 Requires:   python-cliff >= 2.8.0
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-jsonschema >= 2.6.0
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-osc-lib >= 1.7.0
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-osc-lib >= 1.8.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.10.0
 Requires:   python-stevedore >= 1.20.0

++ python-designateclient-2.8.0.tar.gz -> 
python-designateclient-2.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.8.0/.zuul.yaml 
new/python-designateclient-2.9.0/.zuul.yaml
--- old/python-designateclient-2.8.0/.zuul.yaml 2018-01-09 16:43:34.0 
+0100
+++ new/python-designateclient-2.9.0/.zuul.yaml 2018-01-26 01:46:59.0 
+0100
@@ -1,12 +1,3 @@
 - project:
-name: openstack/python-designateclient
 templates:
   - designate-devstack-jobs
-check:
-  jobs:
-- requirements-check:
-voting: false
-gate:
-  jobs:
-- requirements-check:
-voting: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.8.0/AUTHORS 
new/python-designateclient-2.9.0/AUTHORS
--- old/python-designateclient-2.8.0/AUTHORS2018-01-09 16:47:27.0 
+0100
+++ new/python-designateclient-2.9.0/AUTHORS2018-01-26 01:50:49.0 
+0100
@@ -2,6 +2,7 @@
 Alok Jani 
 Andreas Jaeger 
 Andreas Jaeger 
+Andreas Jaeger 
 Andrew F. Ly 
 Andrew Spiers 
 Atsushi SAKAI 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.8.0/ChangeLog 
new/python-designateclient-2.9.0/ChangeLog
--- old/python-designateclient-2.8.0/ChangeLog  2018-01-09 16:47:27.0 
+0100
+++ new/python-designateclient-2.9.0/ChangeLog  2018-01-26 01:50:49.0 
+0100
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+2.9.0
+-
+
+* Updated from global requirements
+* Partial Revert "Remove unneeded requirements file"
+* Updated from global requirements
+
 2.8.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.8.0/PKG-INFO 
new/python-designateclient-2.9.0/PKG-INFO
--- old/python-designateclient-2.8.0/PKG-INFO   2018-01-09 16:47:28.0 
+0100
+++ new/python-designateclient-2.9.0/PKG-INFO   2018-01-26 01:50:50.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-designateclient
-Version: 2.8.0
+Version: 

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

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-subscription for 
openSUSE:Factory checked in at 2018-02-14 10:50:12

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


Package is "python-azure-mgmt-subscription"

Wed Feb 14 10:50:12 2018 rev:1 rq:575920 version:0.1.0

Changes:

New Changes file:

--- /dev/null   2018-02-08 01:06:41.103727112 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-subscription.new/python-azure-mgmt-subscription.changes
   2018-02-14 10:50:18.096534989 +0100
@@ -0,0 +1,8 @@
+---
+Wed Jan 24 15:38:28 UTC 2018 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.1.0
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + ams_drop-compatible-releases-operator.patch

New:

  LICENSE.txt
  ams_drop-compatible-releases-operator.patch
  azure-mgmt-subscription-0.1.0.zip
  python-azure-mgmt-subscription.changes
  python-azure-mgmt-subscription.spec



Other differences:
--
++ python-azure-mgmt-subscription.spec ++
#
# spec file for package python-azure-mgmt-subscription
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-azure-mgmt-subscription
Version:0.1.0
Release:0
Summary:Microsoft Azure Subscription Management Client Library
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/Azure/azure-sdk-for-python
Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-subscription/azure-mgmt-subscription-%{version}.zip
Source1:LICENSE.txt
Patch1: ams_drop-compatible-releases-operator.patch
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
BuildRequires:  %{python_module azure-mgmt-nspkg}
BuildRequires:  %{python_module azure-nspkg}
Requires:   python-azure-mgmt-nspkg
Requires:   python-azure-nspkg
Requires:   python-msrestazure >= 0.4.11
Requires:   python-msrestazure < 1.0.0
Requires:   python-azure-common >= 1.1
Requires:   python-azure-common < 2.0.0
Conflicts:  python-azure-sdk <= 2.0.0

BuildArch:  noarch

%python_subpackages

%description
This is the Microsoft Azure Subscription Management Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.

%prep
%setup -q -n azure-mgmt-subscription-%{version}
%patch1 -p1

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-subscription-%{version}
%python_build

%install
%python_install
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
}

%files %{python_files}
%defattr(-,root,root,-)
%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/subscription
%{python_sitelib}/azure_mgmt_subscription-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE 

commit python-keystoneclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:33

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


Package is "python-keystoneclient"

Wed Feb 14 10:50:33 2018 rev:27 rq:575938 version:3.15.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2018-01-24 15:26:57.372319298 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2018-02-14 10:50:35.499908695 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 09:58:03 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.15.0 (bsc#1078607)
+  - Create doc/requirements.txt
+  - Add system role functionality
+  - Add CRUD support for application credentials
+  - Updated from global requirements
+  - Add project tags to keystoneclient
+
+---

Old:

  python-keystoneclient-3.14.0.tar.gz

New:

  python-keystoneclient-3.15.0.tar.gz



Other differences:
--
++ python-keystoneclient.spec ++
--- /var/tmp/diff_new_pack.HhYWXc/_old  2018-02-14 10:50:36.355877891 +0100
+++ /var/tmp/diff_new_pack.HhYWXc/_new  2018-02-14 10:50:36.363877603 +0100
@@ -16,29 +16,27 @@
 #
 
 
-%global sname python-keystoneclient
 Name:   python-keystoneclient
-Version:3.14.0
+Version:3.15.0
 Release:0
 Summary:Client library for OpenStack Identity API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/python-keystoneclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-keystoneclient/python-keystoneclient-3.15.0.tar.gz
 BuildRequires:  openssl
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-debtcollector >= 1.2.0
-BuildRequires:  python2-keystoneauth1 >= 3.2.0
+BuildRequires:  python2-keystoneauth1 >= 3.3.0
 BuildRequires:  python2-lxml >= 3.4.1
 BuildRequires:  python2-mock >= 2.0.0
-BuildRequires:  python2-oslo.config >= 4.6.0
+BuildRequires:  python2-oslo.config >= 5.1.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.serialization >= 2.18.0
-BuildRequires:  python2-oslo.utils >= 3.31.0
-BuildRequires:  python2-oslotest >= 1.10.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest >= 3.2.0
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-positional
 BuildRequires:  python2-requests-mock >= 1.1.0
 BuildRequires:  python2-six >= 1.10.0
 BuildRequires:  python2-testrepository >= 0.0.18
@@ -46,14 +44,14 @@
 BuildRequires:  python2-testscenarios >= 0.4
 BuildRequires:  python3-debtcollector >= 1.2.0
 BuildRequires:  python3-devel
-BuildRequires:  python3-keystoneauth1 >= 3.2.0
+BuildRequires:  python3-keystoneauth1 >= 3.3.0
 BuildRequires:  python3-lxml >= 3.4.1
 BuildRequires:  python3-mock >= 2.0.0
-BuildRequires:  python3-oslo.config >= 4.6.0
+BuildRequires:  python3-oslo.config >= 5.1.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.serialization >= 2.18.0
-BuildRequires:  python3-oslo.utils >= 3.31.0
-BuildRequires:  python3-oslotest >= 1.10.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest >= 3.2.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-requests-mock >= 1.1.0
 BuildRequires:  python3-six >= 1.10.0
@@ -61,12 +59,11 @@
 BuildRequires:  python3-testresources >= 2.0.0
 BuildRequires:  python3-testscenarios >= 0.4
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-keystoneauth1 >= 3.2.0
-Requires:   python-oslo.config >= 4.6.0
+Requires:   python-keystoneauth1 >= 3.3.0
+Requires:   python-oslo.config >= 5.1.0
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.31.0
-Requires:   python-positional
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.10.0
 Requires:   python-stevedore >= 1.20.0
@@ -87,7 +84,7 @@
 Identity API.
 
 %prep
-%autosetup -p1 -n %{sname}-%{version}
+%autosetup -p1 -n python-keystoneclient-3.15.0
 %py_req_cleanup
 # disable intersphinx - no network access during build
 echo "intersphinx_mapping = {}" >> doc/source/conf.py

++ python-keystoneclient-3.14.0.tar.gz -> 
python-keystoneclient-3.15.0.tar.gz ++
diff -urN '--exclude=CVS' 

commit python-os-win for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-os-win for openSUSE:Factory 
checked in at 2018-02-14 10:50:43

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


Package is "python-os-win"

Wed Feb 14 10:50:43 2018 rev:4 rq:575943 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-os-win/python-os-win.changes  
2017-08-28 15:31:48.765201112 +0200
+++ /work/SRC/openSUSE:Factory/.python-os-win.new/python-os-win.changes 
2018-02-14 10:50:46.707505360 +0100
@@ -2 +2,61 @@
-Mon Aug  7 14:03:56 UTC 2017 - cloud-de...@suse.de
+Mon Jan 15 11:49:11 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.0.0
+  - [Trivial] Add HyperVvSwitchNotFound exception
+  - Implement VHD attach/detach
+  - Remove setting of version/release from releasenotes
+  - Add oslo.config entry point
+  - Add config sample to os-win docs
+  - doc: Switch to openstackdocstheme
+  - Avoid tox_install.sh for constraints support
+  - Adds SR-IOV support
+  - Remove deprecated methods and exceptions
+  - Updated from global requirements
+  - Add processutils module
+  - Cleanup vmutils create_vm
+
+---
+Fri Nov 24 22:57:44 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.5.0
+  - clusterutils: Adds clustering configuration options
+  - Add method returning vswitch extensions
+  - Include FCP lun when returning mappings
+  - Add methods for retrieving disks
+  - FC: cleanup WWN usage
+  - FC: add support for retrieving FC LUN UIDs
+  - check minimum VM version when setting VM snapshots
+  - Update the documentation link for doc migration
+  - Include disk ctrl addr in attachment info
+  - Allow aggregating disk rescan requests
+  - Allow detaching disks by serial tag
+  - vmutils: Fixes setting disk QoS on Hyper-V 6.2
+  - [Trivial] Add method checking if a disk is claimed by MPIO
+  - Fix fetching vm boot sources
+  - iSCSI: add checks for MPIO disks
+  - Update log translation hacking rule
+  - Adds releasenotes configuration
+  - Updated from global requirements
+  - Allow fetching disk attachment info by tag
+  - Add SAN policy setter/getter
+  - Silently continue when destroying missing vNIC
+
+---
+Thu Sep 21 13:15:15 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.2.0
+  - clusterutils: Adds clustering configuration options
+  - Include FCP lun when returning mappings
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+  - check minimum VM version when setting VM snapshots
+  - FC: cleanup WWN usage
+  - FC: add support for retrieving FC LUN UIDs
+  - Allow detaching disks by serial tag
+  - [Trivial] Add method checking if a disk is claimed by MPIO
+  - iSCSI: add checks for MPIO disks
+  - Update .gitreview for stable/pike
+  - Adds releasenotes configuration
+  - Add methods for retrieving disks
+
+---
+Tue Sep 19 05:38:49 UTC 2017 - cloud-de...@suse.de

Old:

  os-win-2.1.0.tar.gz

New:

  os-win-3.0.0.tar.gz



Other differences:
--
++ python-os-win.spec ++
--- /var/tmp/diff_new_pack.1pSc59/_old  2018-02-14 10:50:47.299484056 +0100
+++ /var/tmp/diff_new_pack.1pSc59/_new  2018-02-14 10:50:47.299484056 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-os-win
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,37 +18,37 @@
 
 %global sname os-win
 Name:   python-os-win
-Version:2.1.0
+Version:3.0.0
 Release:0
 Summary:Hyper-V library for OpenStack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Sphinx
 BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
 BuildRequires:  python-eventlet >= 0.18.2
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.concurrency >= 3.8.0
-BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-oslo.concurrency >= 3.20.0
+BuildRequires:  python-oslo.i18n >= 3.15.3
+BuildRequires:  python-oslo.log >= 3.30.0
 BuildRequires:  

commit python-manilaclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:36

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


Package is "python-manilaclient"

Wed Feb 14 10:50:36 2018 rev:11 rq:575939 version:1.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2018-01-24 15:27:03.096051585 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2018-02-14 10:50:37.363841617 +0100
@@ -1,0 +2,13 @@
+Mon Feb 12 10:00:18 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.21.0 (bsc#1078607)
+  - Fix share can not be found by name in admin context
+  - Add 'count' in list command
+  - Add functional tests for MAPRFS protocal
+  - Avoid tox_install.sh for constraints support
+  - Add show share type detail command
+  - Added 'description' in share type
+  - Updated from global requirements
+  - Add search_opts in func list of ManagerWithFind type classes
+
+---

Old:

  python-manilaclient-1.19.0.tar.gz

New:

  python-manilaclient-1.21.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.MAf1P5/_old  2018-02-14 10:50:38.063816427 +0100
+++ /var/tmp/diff_new_pack.MAf1P5/_new  2018-02-14 10:50:38.063816427 +0100
@@ -16,15 +16,14 @@
 #
 
 
-%global sname python-manilaclient
 Name:   python-manilaclient
-Version:1.19.0
+Version:1.21.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/python-manilaclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.21.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  openstack-tempest
 BuildRequires:  python-ddt >= 1.0.1
@@ -32,16 +31,17 @@
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0.0
 BuildRequires:  python-openstackclient >= 3.12.0
-BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-oslotest >= 3.2.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 2.2.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-debtcollector >= 1.2.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 4.6.0
-Requires:   python-oslo.log >= 3.30.0
+Requires:   python-oslo.config >= 5.1.0
+Requires:   python-oslo.log >= 3.36.0
 Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
 Requires:   python-simplejson >= 3.5.1
 Requires:   python-six >= 1.10.0
@@ -71,7 +71,7 @@
 Requires:   python-fixtures >= 3.0.0
 Requires:   python-mock >= 2.0.0
 Requires:   python-openstackclient >= 3.12.0
-Requires:   python-oslotest >= 1.10.0
+Requires:   python-oslotest >= 3.2.0
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testtools >= 2.2.0
 
@@ -81,7 +81,7 @@
 This package contains the testsuite.
 
 %prep
-%autosetup -n %{sname}-%{version}
+%autosetup -p1 -n python-manilaclient-1.21.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ python-manilaclient-1.19.0.tar.gz -> python-manilaclient-1.21.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.19.0/AUTHORS 
new/python-manilaclient-1.21.0/AUTHORS
--- old/python-manilaclient-1.19.0/AUTHORS  2017-12-07 21:35:35.0 
+0100
+++ new/python-manilaclient-1.21.0/AUTHORS  2018-01-26 01:35:28.0 
+0100
@@ -38,6 +38,7 @@
 Jan Provaznik 
 Jeremy Liu 
 Jeremy Stanley 
+Jiao Pengju 
 Joe Gordon 
 John Spray 
 Julia Varlamova 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.19.0/ChangeLog 
new/python-manilaclient-1.21.0/ChangeLog
--- old/python-manilaclient-1.19.0/ChangeLog2017-12-07 21:35:35.0 
+0100
+++ new/python-manilaclient-1.21.0/ChangeLog2018-01-26 

commit python-heatclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:27

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


Package is "python-heatclient"

Wed Feb 14 10:50:27 2018 rev:26 rq:575935 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2018-01-24 15:28:26.752138835 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2018-02-14 10:50:29.600121012 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 09:56:03 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.14.0 (bsc#1078607)
+  - Add reno for release notes management
+  - Updated from global requirements
+  - Fix release note formatting
+  - Avoid tox_install.sh for constraints support
+  - Migrate functional job to Zuul v3
+
+---

Old:

  python-heatclient-1.13.0.tar.gz

New:

  python-heatclient-1.14.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.mgbJg9/_old  2018-02-14 10:50:30.240097981 +0100
+++ /var/tmp/diff_new_pack.mgbJg9/_new  2018-02-14 10:50:30.240097981 +0100
@@ -17,55 +17,55 @@
 
 
 Name:   python-heatclient
-Version:1.13.0
+Version:1.14.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.13.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.14.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-PyYAML
-BuildRequires:  python2-cliff
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-mock
-BuildRequires:  python2-mox3
-BuildRequires:  python2-osc-lib
-BuildRequires:  python2-oslo.serialization
-BuildRequires:  python2-pbr
-BuildRequires:  python2-requests-mock
-BuildRequires:  python2-swiftclient
-BuildRequires:  python2-testrepository
-BuildRequires:  python2-testscenarios
-BuildRequires:  python2-testtools
-BuildRequires:  python3-PyYAML
-BuildRequires:  python3-cliff
+BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-cliff >= 2.8.0
+BuildRequires:  python2-fixtures >= 3.0.0
+BuildRequires:  python2-mock >= 2.0.0
+BuildRequires:  python2-mox3 >= 0.20.0
+BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-oslo.serialization >= 2.18.0
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-requests-mock >= 1.1.0
+BuildRequires:  python2-swiftclient >= 3.2.0
+BuildRequires:  python2-testrepository >= 0.0.18
+BuildRequires:  python2-testscenarios >= 0.4
+BuildRequires:  python2-testtools >= 2.2.0
+BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
-BuildRequires:  python3-fixtures
-BuildRequires:  python3-mock
-BuildRequires:  python3-mox3
-BuildRequires:  python3-osc-lib
-BuildRequires:  python3-oslo.serialization
-BuildRequires:  python3-pbr
-BuildRequires:  python3-requests-mock
-BuildRequires:  python3-swiftclient
-BuildRequires:  python3-testrepository
-BuildRequires:  python3-testscenarios
-BuildRequires:  python3-testtools
-Requires:   python-Babel
-Requires:   python-PrettyTable
-Requires:   python-PyYAML
-Requires:   python-cliff
-Requires:   python-iso8601
-Requires:   python-keystoneauth1
-Requires:   python-osc-lib
-Requires:   python-oslo.i18n
-Requires:   python-oslo.serialization
-Requires:   python-oslo.utils
-Requires:   python-requests
-Requires:   python-six
-Requires:   python-swiftclient
+BuildRequires:  python3-fixtures >= 3.0.0
+BuildRequires:  python3-mock >= 2.0.0
+BuildRequires:  python3-mox3 >= 0.20.0
+BuildRequires:  python3-osc-lib >= 1.8.0
+BuildRequires:  python3-oslo.serialization >= 2.18.0
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-requests-mock >= 1.1.0
+BuildRequires:  python3-swiftclient >= 3.2.0
+BuildRequires:  python3-testrepository >= 0.0.18
+BuildRequires:  python3-testscenarios >= 0.4
+BuildRequires:  python3-testtools >= 2.2.0
+Requires:   python-Babel >= 2.3.4
+Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-PyYAML >= 3.10
+Requires:   python-cliff >= 2.8.0
+Requires:   python-iso8601 >= 0.1.11
+Requires:   python-keystoneauth1 >= 3.3.0
+Requires:   python-osc-lib >= 1.8.0
+Requires:   python-oslo.i18n >= 3.15.3

commit yast2-iscsi-lio-server for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2018-02-14 10:50:56

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


Package is "yast2-iscsi-lio-server"

Wed Feb 14 10:50:56 2018 rev:24 rq:576010 version:4.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
2018-02-01 21:31:41.414612943 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new/yast2-iscsi-lio-server.changes
   2018-02-14 10:50:56.595149521 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 13:59:06 UTC 2018 - ls...@suse.com
+
+- fate#319238
+  Add code to handle targetcli.service enable / disable.
+
+---

Old:

  yast2-iscsi-lio-server-4.0.3.tar.bz2

New:

  yast2-iscsi-lio-server-4.0.4.tar.bz2



Other differences:
--
++ yast2-iscsi-lio-server.spec ++
--- /var/tmp/diff_new_pack.lULvQ5/_old  2018-02-14 10:50:57.131130232 +0100
+++ /var/tmp/diff_new_pack.lULvQ5/_new  2018-02-14 10:50:57.135130088 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.3
+Version:4.0.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iscsi-lio-server-4.0.3.tar.bz2 -> 
yast2-iscsi-lio-server-4.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.3/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-4.0.4/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-4.0.3/package/yast2-iscsi-lio-server.changes 
2018-02-01 13:43:22.0 +0100
+++ new/yast2-iscsi-lio-server-4.0.4/package/yast2-iscsi-lio-server.changes 
2018-02-13 10:01:09.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Feb 12 13:59:06 UTC 2018 - ls...@suse.com
+
+- fate#319238
+  Add code to handle targetcli.service enable / disable.
+
+---
 Thu Feb  1 11:41:10 UTC 2018 - ls...@suse.com
 
 - fate#319238
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.3/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-4.0.4/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-4.0.3/package/yast2-iscsi-lio-server.spec
2018-02-01 13:43:22.0 +0100
+++ new/yast2-iscsi-lio-server-4.0.4/package/yast2-iscsi-lio-server.spec
2018-02-13 10:01:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.3
+Version:4.0.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.3/src/include/iscsi-lio-server/UI_dialogs.rb 
new/yast2-iscsi-lio-server-4.0.4/src/include/iscsi-lio-server/UI_dialogs.rb
--- old/yast2-iscsi-lio-server-4.0.3/src/include/iscsi-lio-server/UI_dialogs.rb 
2018-02-01 13:43:22.0 +0100
+++ new/yast2-iscsi-lio-server-4.0.4/src/include/iscsi-lio-server/UI_dialogs.rb 
2018-02-13 10:01:09.0 +0100
@@ -411,7 +411,7 @@
 def initialize
   textdomain "iscsi-lio-server"
   self.initial = true
-  @service = Yast::SystemdService.find("sshd.service")
+  @service = Yast::SystemdService.find("targetcli.service")
   @service_status = ::UI::ServiceStatus.new(@service, reload_flag: true, 
reload_flag_label: :restart)
   @firewall_widget = ::CWM::WrapperWidget.new(
   CWMFirewallInterfaces.CreateOpenFirewallWidget("services" => 
["iscsi-target"]),
@@ -436,8 +436,12 @@
 end
 
 def handle(event)
-  puts event
   @service_status.handle_input(event["ID"])
+  if @service_status.enabled_flag?
+@service.enable
+  else
+@service.disable
+  end
   nil
 end
 




commit python-keystoneauth1 for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-keystoneauth1 for 
openSUSE:Factory checked in at 2018-02-14 10:50:31

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


Package is "python-keystoneauth1"

Wed Feb 14 10:50:31 2018 rev:6 rq:575937 version:3.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneauth1/python-keystoneauth1.changes
2018-01-13 21:43:13.566440685 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneauth1.new/python-keystoneauth1.changes
   2018-02-14 10:50:32.792006145 +0100
@@ -1,0 +2,16 @@
+Mon Feb 12 09:57:34 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.4.0 (bsc#1078607)
+  - Implement system scope
+  - Make none auth usable in CLI
+  - Mark SAML loader properties as required
+  - Shift additional_user_agent in the stack
+  - Fix docs builds
+  - Use stestr in tox.ini
+  - Add documentation and release note for app creds
+  - Add osc, shade and sdk tips jobs
+  - Add support for application credentials
+  - Updated from global requirements
+  - Fix masked variable name
+
+---

Old:

  keystoneauth1-3.3.0.tar.gz

New:

  keystoneauth1-3.4.0.tar.gz



Other differences:
--
++ python-keystoneauth1.spec ++
--- /var/tmp/diff_new_pack.70mpQU/_old  2018-02-14 10:50:33.483981243 +0100
+++ /var/tmp/diff_new_pack.70mpQU/_new  2018-02-14 10:50:33.483981243 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-keystoneauth1
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global sname keystoneauth1
 Name:   python-keystoneauth1
-Version:3.3.0
+Version:3.4.0
 Release:0
 Summary:OpenStack authenticating tools
 License:Apache-2.0
@@ -34,9 +34,9 @@
 BuildRequires:  python2-mock >= 2.0.0
 BuildRequires:  python2-oauthlib >= 0.6.0
 BuildRequires:  python2-os-testr >= 1.0.0
-BuildRequires:  python2-oslo.config >= 4.6.0
-BuildRequires:  python2-oslo.utils >= 3.31.0
-BuildRequires:  python2-oslotest >= 1.10.0
+BuildRequires:  python2-oslo.config >= 5.1.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest >= 3.2.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-positional
 BuildRequires:  python2-pycrypto >= 2.6
@@ -53,9 +53,9 @@
 BuildRequires:  python3-mock >= 2.0.0
 BuildRequires:  python3-oauthlib >= 0.6.0
 BuildRequires:  python3-os-testr >= 1.0.0
-BuildRequires:  python3-oslo.config >= 4.6.0
-BuildRequires:  python3-oslo.utils >= 3.31.0
-BuildRequires:  python3-oslotest >= 1.10.0
+BuildRequires:  python3-oslo.config >= 5.1.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest >= 3.2.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-positional
 BuildRequires:  python3-pycrypto >= 2.6

++ keystoneauth1-3.3.0.tar.gz -> keystoneauth1-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keystoneauth1-3.3.0/.zuul.yaml 
new/keystoneauth1-3.4.0/.zuul.yaml
--- old/keystoneauth1-3.3.0/.zuul.yaml  1970-01-01 01:00:00.0 +0100
+++ new/keystoneauth1-3.4.0/.zuul.yaml  2018-01-21 18:16:03.0 +0100
@@ -0,0 +1,8 @@
+- project:
+name: openstack/keystoneauth
+templates:
+  - openstacksdk-functional-tips
+  - openstacksdk-tox-tips
+  - osc-tox-unit-tips
+  - shade-functional-tips
+  - shade-tox-tips
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keystoneauth1-3.3.0/AUTHORS 
new/keystoneauth1-3.4.0/AUTHORS
--- old/keystoneauth1-3.3.0/AUTHORS 2017-11-29 22:54:05.0 +0100
+++ new/keystoneauth1-3.4.0/AUTHORS 2018-01-21 18:18:04.0 +0100
@@ -31,6 +31,7 @@
 Clenimar Sousa 
 Clint Byrum 
 Colleen Murphy 
+Colleen Murphy 
 Colleen Murphy 
 Corey Bryant 
 Cyril Roelandt 
@@ -144,6 +145,7 @@
 Victor Stinner 
 Vincent Untz 
 Vishvananda Ishaya 
+Vladyslav Drok 
 Vu Cong Tuan 
 Wu Wenxiang 
 YangLei 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-ironic-inspector-client for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-ironic-inspector-client for 
openSUSE:Factory checked in at 2018-02-14 10:50:30

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


Package is "python-ironic-inspector-client"

Wed Feb 14 10:50:30 2018 rev:6 rq:575936 version:3.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ironic-inspector-client/python-ironic-inspector-client.changes
2017-09-23 21:34:12.862425115 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironic-inspector-client.new/python-ironic-inspector-client.changes
   2018-02-14 10:50:30.484089200 +0100
@@ -1,0 +2,30 @@
+Mon Feb 12 09:56:32 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.1.0 (bsc#1078607)
+  - Updated from global requirements
+  - Use the tempest plugin from openstack/ironic-tempest-plugin
+
+---
+Mon Jan 15 11:34:39 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.0.0
+  - Drop default URI, make either a session or inspector_url required
+  - Documentation clean up
+  - Remove deprecated setting ipmi creds feature
+  - Update reno for stable/pike
+  - Updated from global requirements
+  - Add missing test on session + explicit URL
+  - Centralize list of irrelevant files
+  - Functional tests: pin *inspector* to HEAD
+  - Using --option ARGUMENT
+  - Remove setting of version/release from releasenotes
+  - Move legacy python-ironic-inspector-client jobs
+  - Remove deprecated ironic_inspector_client.client
+  - Avoid tox_install.sh for constraints support
+  - Update Inspector docs links in README
+  - Remove support for passing auth_token to ClientV1
+  - Add missing python-openstackclient to test-requirements
+  - Use default tox environments for docs and releasenotes
+  - Use functional tox environment
+
+---

Old:

  python-ironic-inspector-client-2.1.0.tar.gz

New:

  python-ironic-inspector-client-3.1.0.tar.gz



Other differences:
--
++ python-ironic-inspector-client.spec ++
--- /var/tmp/diff_new_pack.AsTB8K/_old  2018-02-14 10:50:31.068068185 +0100
+++ /var/tmp/diff_new_pack.AsTB8K/_new  2018-02-14 10:50:31.072068041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ironic-inspector-client
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,32 @@
 #
 
 
-%global sname python-ironic-inspector-client
 Name:   python-ironic-inspector-client
-Version:2.1.0
+Version:3.1.0
 Release:0
 Summary:Python client and CLI tool for Ironic Inspector
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/python-ironic-inspector-client
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironic-inspector-client/python-ironic-inspector-client-3.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-openstackclient >= 3.3.0
-BuildRequires:  python-openstackdocstheme >= 1.11.0
-BuildRequires:  python-osc-lib >= 1.5.1
-BuildRequires:  python-oslo.concurrency >= 3.8.0
-BuildRequires:  python-reno >= 1.8.0
-BuildRequires:  python-requests-mock >= 1.1
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-openstackclient >= 3.12.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-osc-lib >= 1.8.0
+BuildRequires:  python-oslo.concurrency >= 3.25.0
+BuildRequires:  python-reno >= 2.5.0
+BuildRequires:  python-requests-mock >= 1.1.0
 BuildRequires:  python-testrepository >= 0.0.18
-Requires:   python-keystoneauth1 >= 2.21.0
-Requires:   python-openstackclient >= 3.3.0
-Requires:   python-osc-lib >= 1.5.1
-Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-keystoneauth1 >= 3.3.0
+Requires:   python-osc-lib >= 1.8.0
+Requires:   python-oslo.i18n >= 3.15.3
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
-Requires:   python-six >= 1.9.0
+Requires:   python-six >= 1.10.0
 BuildArch:  noarch
 
 %description
@@ -56,7 +54,7 @@
 

commit python-osc-lib for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-osc-lib for openSUSE:Factory 
checked in at 2018-02-14 10:50:46

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


Package is "python-osc-lib"

Wed Feb 14 10:50:46 2018 rev:5 rq:575944 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-osc-lib/python-osc-lib.changes
2018-01-17 21:56:31.540233488 +0100
+++ /work/SRC/openSUSE:Factory/.python-osc-lib.new/python-osc-lib.changes   
2018-02-14 10:50:47.627472252 +0100
@@ -1,0 +2,30 @@
+Mon Feb 12 10:03:38 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.9.0 (bsc#1078607)
+  - Updated from global requirements
+  - Fix find() interface when attr is not specified
+  - Fix sorting in Python 3
+  - Relocate utils tests to match the main code
+
+---
+Tue Jan 30 15:13:22 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.8.0
+  - Emit warnings to encourage cliff FormattableColumn
+  - Remove -U from pip install
+  - Add CLI/ENV options and documentation for keystone-to-keystone
+  - --os-profile option suddenly causes trouble in unit tests
+  - Update reno for stable/pike
+  - Remove setting of version/release from releasenotes
+  - Use converged SDK insead of os-client-config
+  - Migrade legacy jobs into the repo
+  - Make -tips job non-voting
+  - Update the documentation link for doc migration
+  - Util to calculate header and attr names based on parsed_args.columns
+  - Updates for stestr
+  - Consume the devstack functional jobs from OSC
+  - Updated from global requirements
+  - Add utils for better column handling
+  - Avoid tox_install.sh for constraints support
+
+---

Old:

  osc-lib-1.7.0.tar.gz

New:

  osc-lib-1.9.0.tar.gz



Other differences:
--
++ python-osc-lib.spec ++
--- /var/tmp/diff_new_pack.mHUYwb/_old  2018-02-14 10:50:48.239450228 +0100
+++ /var/tmp/diff_new_pack.mHUYwb/_new  2018-02-14 10:50:48.243450084 +0100
@@ -17,25 +17,26 @@
 
 
 Name:   python-osc-lib
-Version:1.7.0
+Version:1.9.0
 Release:0
 Summary:OpenStackClient Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://docs.openstack.org/developer/osc-lib
-Source0:
https://files.pythonhosted.org/packages/source/o/osc-lib/osc-lib-1.7.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/osc-lib/osc-lib-1.9.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Babel >= 2.3.4
 BuildRequires:  python2-cliff >= 2.8.0
 BuildRequires:  python2-fixtures >= 3.0.0
-BuildRequires:  python2-keystoneauth1 >= 3.2.0
+BuildRequires:  python2-keystoneauth1 >= 3.3.0
 BuildRequires:  python2-mock >= 2.0.0
+BuildRequires:  python2-openstacksdk >= 0.9.19
 BuildRequires:  python2-os-client-config >= 1.28.0
 BuildRequires:  python2-os-testr >= 1.0.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
-BuildRequires:  python2-oslo.utils >= 3.31.0
-BuildRequires:  python2-oslotest >= 1.10.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest >= 3.2.0
 BuildRequires:  python2-osprofiler >= 1.4.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-reno >= 2.5.0
@@ -49,13 +50,14 @@
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures >= 3.0.0
-BuildRequires:  python3-keystoneauth1 >= 3.2.0
+BuildRequires:  python3-keystoneauth1 >= 3.3.0
 BuildRequires:  python3-mock >= 2.0.0
+BuildRequires:  python3-openstacksdk >= 0.9.19
 BuildRequires:  python3-os-client-config >= 1.28.0
 BuildRequires:  python3-os-testr >= 1.0.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.utils >= 3.31.0
-BuildRequires:  python3-oslotest >= 1.10.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest >= 3.2.0
 BuildRequires:  python3-osprofiler >= 1.4.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-reno >= 2.5.0
@@ -67,10 +69,11 @@
 BuildRequires:  python3-testtools >= 2.2.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-cliff >= 2.8.0
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
+Requires:   python-openstacksdk >= 0.9.19
 Requires:   python-os-client-config >= 1.28.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-pbr >= 2.0.0
 Requires:   python-simplejson >= 3.5.1
 Requires:   python-six >= 

commit crmsh for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2018-02-14 10:50:54

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


Package is "crmsh"

Wed Feb 14 10:50:54 2018 rev:141 rq:576001 version:4.0.0+git.1518510059.7a6f94e6

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2018-02-09 
15:48:02.158335569 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2018-02-14 
10:50:55.295196305 +0100
@@ -1,0 +2,9 @@
+Tue Feb 13 08:21:19 UTC 2018 - kgronl...@suse.com
+
+- Update to version 4.0.0+git.1518510059.7a6f94e6:
+  * fix: bootstrap: Create pacemaker_remote authkey(#bsc 1077389)
+  * low: bootstrap: Always ask whether to use sbd
+  * fix: hb_report: got the right file decompressor(bsc#1077553)
+  * medium: hb_report: Avoid calling deprecated network utilities (bsc#1073638)
+
+---

Old:

  crmsh-4.0.0+git.1518073467.76fb6a0b.tar.bz2

New:

  crmsh-4.0.0+git.1518510059.7a6f94e6.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.yz9e04/_old  2018-02-14 10:50:56.035169674 +0100
+++ /var/tmp/diff_new_pack.yz9e04/_new  2018-02-14 10:50:56.039169530 +0100
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:4.0.0+git.1518073467.76fb6a0b
+Version:4.0.0+git.1518510059.7a6f94e6
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.yz9e04/_old  2018-02-14 10:50:56.083167947 +0100
+++ /var/tmp/diff_new_pack.yz9e04/_new  2018-02-14 10:50:56.083167947 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  76fb6a0be7c121e971907d98af7e4b3bbc6f9548
\ No newline at end of file
+  7a6f94e6613a604a540956ff56324a788976b7db
\ No newline at end of file

++ crmsh-4.0.0+git.1518073467.76fb6a0b.tar.bz2 -> 
crmsh-4.0.0+git.1518510059.7a6f94e6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-4.0.0+git.1518073467.76fb6a0b/crmsh/bootstrap.py 
new/crmsh-4.0.0+git.1518510059.7a6f94e6/crmsh/bootstrap.py
--- old/crmsh-4.0.0+git.1518073467.76fb6a0b/crmsh/bootstrap.py  2018-02-08 
08:04:27.0 +0100
+++ new/crmsh-4.0.0+git.1518510059.7a6f94e6/crmsh/bootstrap.py  2018-02-13 
09:20:59.0 +0100
@@ -37,6 +37,8 @@
 SYSCONFIG_SBD = "/etc/sysconfig/sbd"
 SYSCONFIG_FW = "/etc/sysconfig/SuSEfirewall2"
 SYSCONFIG_FW_CLUSTER = "/etc/sysconfig/SuSEfirewall2.d/services/cluster"
+PCMK_REMOTE_AUTH = "/etc/pacemaker/authkey"
+
 
 INIT_STAGES = ("ssh", "ssh_remote", "csync2", "csync2_remote", "corosync", 
"storage", "sbd", "cluster", "vgfs", "admin")
 
@@ -684,6 +686,7 @@
 include /etc/samba/smb.conf;
 include /etc/sysconfig/pacemaker;
 include /etc/sysconfig/sbd;
+include /etc/pacemaker/authkey;
 }
 """ % (utils.this_node()), CSYNC2_CFG)
 
@@ -745,6 +748,26 @@
 invoke("corosync-keygen -l")
 
 
+def init_remote_auth():
+"""
+Generate the pacemaker-remote authkey
+"""
+if os.path.exists(PCMK_REMOTE_AUTH):
+if not confirm("%s already exists - overwrite?" % (PCMK_REMOTE_AUTH)):
+return
+try:
+os.remove(PCMK_REMOTE_AUTH)
+except os.error:
+error("Failed to remove %s" % (PCMK_REMOTE_AUTH))
+
+pcmk_remote_dir = os.path.dirname(PCMK_REMOTE_AUTH)
+if not os.path.exists(pcmk_remote_dir):
+invoke("mkdir -p --mode=0750 {}".format(pcmk_remote_dir))
+invoke("chgrp haclient {}".format(pcmk_remote_dir))
+
+invoke("dd if=/dev/urandom of={} bs=4096 count=1".format(PCMK_REMOTE_AUTH))
+
+
 def valid_network(addr, prev_value=None):
 """
 bindnetaddr(IPv4) must be one of the local networks
@@ -1282,11 +1305,6 @@
   specify here will be destroyed.
 """)
 
-configured_dev = configured_sbd_device()
-if configured_dev:
-if not confirm("SBD is already configured to use %s - overwrite?" 
% (configured_dev)):
-return
-
 if not confirm("Do you wish to use SBD?"):
 warn("Not configuring SBD - STONITH will be disabled.")
 # Comment out SBD devices if present
@@ -1303,6 +1321,11 @@
 if utils.is_program("sbd") is None:
 error("sbd executable not found! Cannot configure SBD.")
 
+configured_dev = configured_sbd_device()
+if configured_dev:
+if not confirm("SBD is already configured to use %s - overwrite?" 
% (configured_dev)):
+return

commit python-oslo.middleware for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-oslo.middleware for 
openSUSE:Factory checked in at 2018-02-14 10:50:50

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


Package is "python-oslo.middleware"

Wed Feb 14 10:50:50 2018 rev:9 rq:575946 version:3.34.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
2018-01-24 15:27:50.929814298 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new/python-oslo.middleware.changes
   2018-02-14 10:50:51.571330320 +0100
@@ -1,0 +2,8 @@
+Tue Jan 30 15:14:33 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.34.0
+  - Updated from global requirements
+  - Avoid tox_install.sh for constraints support
+  - add bandit to pep8 job
+
+---

Old:

  oslo.middleware-3.33.0.tar.gz

New:

  oslo.middleware-3.34.0.tar.gz



Other differences:
--
++ python-oslo.middleware.spec ++
--- /var/tmp/diff_new_pack.kxWf8p/_old  2018-02-14 10:50:52.087311751 +0100
+++ /var/tmp/diff_new_pack.kxWf8p/_new  2018-02-14 10:50:52.091311607 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.middleware
-Version:3.33.0
+Version:3.34.0
 Release:0
 Summary:OpenStack oslo.middleware library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/oslo.middleware
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.middleware/oslo.middleware-3.33.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.middleware/oslo.middleware-3.34.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Jinja2 >= 2.8
 BuildRequires:  python-WebOb >= 1.7.1
@@ -76,7 +76,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.middleware-3.33.0
+%autosetup -p1 -n oslo.middleware-3.34.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ oslo.middleware-3.33.0.tar.gz -> oslo.middleware-3.34.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-3.33.0/ChangeLog 
new/oslo.middleware-3.34.0/ChangeLog
--- old/oslo.middleware-3.33.0/ChangeLog2017-12-04 11:35:25.0 
+0100
+++ new/oslo.middleware-3.34.0/ChangeLog2018-01-15 21:28:51.0 
+0100
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+3.34.0
+--
+
+* Avoid tox\_install.sh for constraints support
+* Updated from global requirements
+* add bandit to pep8 job
+
 3.33.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-3.33.0/PKG-INFO 
new/oslo.middleware-3.34.0/PKG-INFO
--- old/oslo.middleware-3.33.0/PKG-INFO 2017-12-04 11:35:25.0 +0100
+++ new/oslo.middleware-3.34.0/PKG-INFO 2018-01-15 21:28:52.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.middleware
-Version: 3.33.0
+Version: 3.34.0
 Summary: Oslo Middleware library
 Home-page: https://docs.openstack.org/oslo.middleware/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-3.33.0/oslo.middleware.egg-info/PKG-INFO 
new/oslo.middleware-3.34.0/oslo.middleware.egg-info/PKG-INFO
--- old/oslo.middleware-3.33.0/oslo.middleware.egg-info/PKG-INFO
2017-12-04 11:35:25.0 +0100
+++ new/oslo.middleware-3.34.0/oslo.middleware.egg-info/PKG-INFO
2018-01-15 21:28:51.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.middleware
-Version: 3.33.0
+Version: 3.34.0
 Summary: Oslo Middleware library
 Home-page: https://docs.openstack.org/oslo.middleware/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-3.33.0/oslo.middleware.egg-info/SOURCES.txt 
new/oslo.middleware-3.34.0/oslo.middleware.egg-info/SOURCES.txt
--- old/oslo.middleware-3.33.0/oslo.middleware.egg-info/SOURCES.txt 
2017-12-04 11:35:25.0 +0100
+++ new/oslo.middleware-3.34.0/oslo.middleware.egg-info/SOURCES.txt 
2018-01-15 21:28:52.0 +0100
@@ -82,5 +82,4 @@
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
 releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
-releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po
-tools/tox_install.sh
\ No newline at end of file
+releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-oslo.db for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-oslo.db for openSUSE:Factory 
checked in at 2018-02-14 10:50:48

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


Package is "python-oslo.db"

Wed Feb 14 10:50:48 2018 rev:13 rq:575945 version:4.33.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes
2018-01-24 15:27:43.334169560 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes   
2018-02-14 10:50:49.407408196 +0100
@@ -1,0 +2,10 @@
+Tue Jan 30 15:14:08 UTC 2018 - cloud-de...@suse.de
+
+- update to version 4.33.0
+  - Remove function optimize_db_test_loader in test_base.py
+  - Updated from global requirements
+  - add bandit to pep8 job
+  - Drop tox-mysql-python job
+  - Use the new PTI for document build
+
+---

Old:

  oslo.db-4.32.0.tar.gz

New:

  oslo.db-4.33.0.tar.gz



Other differences:
--
++ python-oslo.db.spec ++
--- /var/tmp/diff_new_pack.q2ybEW/_old  2018-02-14 10:50:50.079384013 +0100
+++ /var/tmp/diff_new_pack.q2ybEW/_new  2018-02-14 10:50:50.083383869 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.db
-Version:4.32.0
+Version:4.33.0
 Release:0
 Summary:OpenStack oslo.db library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/oslo.db
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.db/oslo.db-4.32.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.db/oslo.db-4.33.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PyMySQL >= 0.7.6
 BuildRequires:  python-alembic >= 0.8.10
@@ -78,7 +78,7 @@
 Documentation for the Oslo database handling library.
 
 %prep
-%autosetup -p1 -n oslo.db-4.32.0
+%autosetup -p1 -n oslo.db-4.33.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ oslo.db-4.32.0.tar.gz -> oslo.db-4.33.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.db-4.32.0/.zuul.yaml 
new/oslo.db-4.33.0/.zuul.yaml
--- old/oslo.db-4.32.0/.zuul.yaml   2017-12-12 15:02:34.0 +0100
+++ new/oslo.db-4.33.0/.zuul.yaml   1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-- project:
-name: openstack/oslo.db
-check:
-  jobs:
-- oslo.db-tox-mysql-python
-gate:
-  jobs:
-- oslo.db-tox-mysql-python
-
-- job:
-name: oslo.db-tox-mysql-python
-parent: legacy-base
-run: playbooks/legacy/oslo.db-tox-mysql-python/run.yaml
-post-run: playbooks/legacy/oslo.db-tox-mysql-python/post.yaml
-timeout: 2400
-required-projects:
-  - openstack/requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.db-4.32.0/ChangeLog new/oslo.db-4.33.0/ChangeLog
--- old/oslo.db-4.32.0/ChangeLog2017-12-12 15:06:48.0 +0100
+++ new/oslo.db-4.33.0/ChangeLog2018-01-08 15:14:51.0 +0100
@@ -1,6 +1,15 @@
 CHANGES
 ===
 
+4.33.0
+--
+
+* Updated from global requirements
+* add bandit to pep8 job
+* Drop tox-mysql-python job
+* Use the new PTI for document build
+* Updated from global requirements
+
 4.32.0
 --
 
@@ -49,6 +58,7 @@
 * Updated from global requirements
 * Remove property message for DBInvalidUnicodeParameter and InvalidSortKey
 * Throw DBMigrationError instead of DbMigrationError
+* Remove function optimize\_db\_test\_loader in test\_base.py
 * Remove provisioned\_engine in class BackendImpl
 * Remove AutoString\* in ndb.py
 * Remove class InsertFromSelect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.db-4.32.0/PKG-INFO new/oslo.db-4.33.0/PKG-INFO
--- old/oslo.db-4.32.0/PKG-INFO 2017-12-12 15:06:48.0 +0100
+++ new/oslo.db-4.33.0/PKG-INFO 2018-01-08 15:14:51.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.db
-Version: 4.32.0
+Version: 4.33.0
 Summary: Oslo Database library
 Home-page: https://docs.openstack.org/oslo.db/latest
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.db-4.32.0/doc/requirements.txt 
new/oslo.db-4.33.0/doc/requirements.txt
--- old/oslo.db-4.32.0/doc/requirements.txt 2017-12-12 15:02:34.0 
+0100
+++ new/oslo.db-4.33.0/doc/requirements.txt 2018-01-08 15:11:38.0 
+0100
@@ -3,3 +3,11 @@
 # process, which may cause wedges in the gate later.
 openstackdocstheme>=1.17.0 # Apache-2.0
 sphinx>=1.6.2 # BSD
+doc8>=0.6.0 # Apache-2.0

commit python-openstackclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:39

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


Package is "python-openstackclient"

Wed Feb 14 10:50:39 2018 rev:13 rq:575941 version:3.14.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-01-24 15:28:21.992361455 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2018-02-14 10:50:40.495728908 +0100
@@ -1,0 +2,21 @@
+Mon Feb 12 10:01:50 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.14.0 (bsc#1078607)
+  - Fix use of new openstacksdk connection
+  - Fix func tests: Ensure to pass OS_CLOUD envvar
+  - Use Zuul v3 fetch-subunit-output
+  - Switch to use stestr directly
+  - Fix indentation in authentication.rst
+  - Allow ports filtering with device_id
+  - Rework Network client config for new SDK Connection
+  - Partially Revert "Update new documentation PTI jobs"
+  - Update new documentation PTI jobs
+  - Check that Glance returns image data before processing it
+  - Corrected spelling mistake
+  - Allow port list to shown undefined attributes
+  - Add floating IP qos_policy actions
+  - Replace assert with condition
+  - flavor: clarify --swap description
+  - Updated from global requirements
+
+---

Old:

  python-openstackclient-3.13.0.tar.gz

New:

  python-openstackclient-3.14.0.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.TYsvSn/_old  2018-02-14 10:50:41.291700263 +0100
+++ /var/tmp/diff_new_pack.TYsvSn/_new  2018-02-14 10:50:41.303699831 +0100
@@ -17,16 +17,16 @@
 
 
 Name:   python-openstackclient
-Version:3.13.0
+Version:3.14.0
 Release:0
 Summary:OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-openstackclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.13.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.14.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-cinderclient >= 3.2.0
+BuildRequires:  python2-cinderclient >= 3.3.0
 BuildRequires:  python2-cliff >= 2.8.0
 BuildRequires:  python2-fixtures >= 3.0.0
 BuildRequires:  python2-glanceclient >= 2.8.0
@@ -36,8 +36,8 @@
 BuildRequires:  python2-openstacksdk >= 0.9.19
 BuildRequires:  python2-os-client-config >= 1.28.0
 BuildRequires:  python2-os-testr >= 1.0.0
-BuildRequires:  python2-osc-lib >= 1.7.0
-BuildRequires:  python2-oslotest >= 1.10.0
+BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-oslotest >= 3.2.0
 BuildRequires:  python2-osprofiler >= 1.4.0
 BuildRequires:  python2-requests >= 2.14.2
 BuildRequires:  python2-requests-mock >= 1.1.0
@@ -45,7 +45,7 @@
 BuildRequires:  python2-testrepository >= 0.0.18
 BuildRequires:  python2-testtools >= 2.2.0
 BuildRequires:  python2-wrapt >= 1.7.0
-BuildRequires:  python3-cinderclient >= 3.2.0
+BuildRequires:  python3-cinderclient >= 3.3.0
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures >= 3.0.0
@@ -56,8 +56,8 @@
 BuildRequires:  python3-openstacksdk >= 0.9.19
 BuildRequires:  python3-os-client-config >= 1.28.0
 BuildRequires:  python3-os-testr >= 1.0.0
-BuildRequires:  python3-osc-lib >= 1.7.0
-BuildRequires:  python3-oslotest >= 1.10.0
+BuildRequires:  python3-osc-lib >= 1.8.0
+BuildRequires:  python3-oslotest >= 3.2.0
 BuildRequires:  python3-osprofiler >= 1.4.0
 BuildRequires:  python3-requests >= 2.14.2
 BuildRequires:  python3-requests-mock >= 1.1.0
@@ -66,17 +66,17 @@
 BuildRequires:  python3-testtools >= 2.2.0
 BuildRequires:  python3-wrapt >= 1.7.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-cinderclient >= 3.2.0
+Requires:   python-cinderclient >= 3.3.0
 Requires:   python-cliff >= 2.8.0
 Requires:   python-glanceclient >= 2.8.0
 Requires:   python-heatclient >= 1.10.0
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
 Requires:   python-keystoneclient >= 3.8.0
 Requires:   python-novaclient >= 9.1.0
 Requires:   python-openstacksdk >= 0.9.19
-Requires:   python-osc-lib >= 1.7.0
+Requires:   python-osc-lib >= 1.8.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   

commit python-muranoclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-muranoclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:38

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


Package is "python-muranoclient"

Wed Feb 14 10:50:38 2018 rev:4 rq:575940 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-muranoclient/python-muranoclient.changes  
2017-08-28 15:31:09.622703962 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-muranoclient.new/python-muranoclient.changes 
2018-02-14 10:50:39.495764895 +0100
@@ -1,0 +2,20 @@
+Tue Jan 30 15:12:51 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.0.1
+  - update env template output
+  - Skip two test due to apps.openstack.org is retired
+  - Imported Translations from Zanata
+  - Update links in README
+  - Update reno for stable/pike
+  - Add bundle import to openstack CLI
+  - Remove setting of version/release from releasenotes
+  - Update the documentation link for doc migration
+  - Add package show to openstack CLI
+  - Add package update to openstack CLI
+  - Avoid tox_install.sh for constraints support
+  - Fix to use "." to source script files
+  - Updated from global requirements
+  - Add package download to openstack CLI
+  - Use generic user for both zuul v2 and v3
+
+---

Old:

  python-muranoclient-0.14.0.tar.gz

New:

  python-muranoclient-1.0.1.tar.gz



Other differences:
--
++ python-muranoclient.spec ++
--- /var/tmp/diff_new_pack.2ZZiaI/_old  2018-02-14 10:50:40.143741575 +0100
+++ /var/tmp/diff_new_pack.2ZZiaI/_new  2018-02-14 10:50:40.147741431 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-muranoclient
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,50 +17,50 @@
 
 
 Name:   python-muranoclient
-Version:0.14.0
+Version:1.0.1
 Release:0
 Summary:Python API and CLI for OpenStack Murano
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/%{name}
-Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7.1
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-glanceclient >= 2.7.0
+BuildRequires:  python-glanceclient >= 2.8.0
 BuildRequires:  python-keystoneclient >= 3.8.0
-BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-mock >= 2.0.0
 BuildRequires:  python-murano-pkg-check >= 0.3.0
-BuildRequires:  python-osc-lib >= 1.5.1
-BuildRequires:  python-oslo.log >= 3.22.0
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-osc-lib >= 1.7.0
+BuildRequires:  python-oslo.log >= 3.30.0
+BuildRequires:  python-oslo.serialization >= 2.18.0
+BuildRequires:  python-oslo.utils >= 3.31.0
 BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-pyOpenSSL >= 0.14
-BuildRequires:  python-requests-mock >= 1.1
+BuildRequires:  python-pyOpenSSL >= 16.2.0
+BuildRequires:  python-requests-mock >= 1.1.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 1.4.0
-BuildRequires:  python-yaql >= 1.1.0
+BuildRequires:  python-testtools >= 2.2.0
+BuildRequires:  python-yaql >= 1.1.3
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-PyYAML >= 3.10.0
-Requires:   python-glanceclient >= 2.7.0
+Requires:   python-PyYAML >= 3.10
+Requires:   python-glanceclient >= 2.8.0
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-keystoneclient >= 3.8.0
 Requires:   python-murano-pkg-check >= 0.3.0
-Requires:   python-osc-lib >= 1.5.1
-Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.22.0
-Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-osc-lib >= 1.7.0
+Requires:   python-oslo.i18n >= 3.15.3
+Requires:   python-oslo.log >= 3.30.0
+Requires:   python-oslo.serialization >= 2.18.0
+Requires:   python-oslo.utils >= 3.31.0
 Requires:   python-pbr >= 2.0.0
-Requires:   

commit python-cinderclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:23

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


Package is "python-cinderclient"

Wed Feb 14 10:50:23 2018 rev:31 rq:575931 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2018-01-24 15:30:49.229475138 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2018-02-14 10:50:24.184315911 +0100
@@ -1,0 +2,16 @@
+Mon Feb 12 09:52:55 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.5.0 (bsc#1078607)
+  - Updated from global requirements
+  - Bump API microversion to 3.50
+  - Add api_version wraps for generic volume groups
+  - Add service cleanup command
+  - Fix 'cluster' paramter using for v3 volume manage
+  - Migrate to keystoneauth identity cli opts.
+  - Removes unicode 'u' response for "cinder get-capabilities"
+  - Add snapshot_id param note for backup-create
+  - Support for reporting backend state in service list
+  - Fix v2 volume unit tests
+  - Add cluster support in manage listings
+
+---

Old:

  python-cinderclient-3.4.0.tar.gz

New:

  python-cinderclient-3.5.0.tar.gz



Other differences:
--
++ python-cinderclient.spec ++
--- /var/tmp/diff_new_pack.nt9vid/_old  2018-02-14 10:50:24.812293312 +0100
+++ /var/tmp/diff_new_pack.nt9vid/_new  2018-02-14 10:50:24.812293312 +0100
@@ -17,23 +17,23 @@
 
 
 Name:   python-cinderclient
-Version:3.4.0
+Version:3.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Cinder
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-cinderclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-3.4.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-3.5.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable >= 0.7.1
 BuildRequires:  python2-ddt >= 1.0.1
 BuildRequires:  python2-fixtures >= 3.0.0
-BuildRequires:  python2-keystoneauth1 >= 3.2.0
+BuildRequires:  python2-keystoneauth1 >= 3.3.0
 BuildRequires:  python2-mock >= 2.0.0
 BuildRequires:  python2-os-testr >= 1.0.0
 BuildRequires:  python2-oslo.serialization >= 2.18.0
-BuildRequires:  python2-oslo.utils >= 3.31.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-python-subunit >= 1.0.0
 BuildRequires:  python2-requests >= 2.14.2
@@ -45,11 +45,11 @@
 BuildRequires:  python3-ddt >= 1.0.1
 BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures >= 3.0.0
-BuildRequires:  python3-keystoneauth1 >= 3.2.0
+BuildRequires:  python3-keystoneauth1 >= 3.3.0
 BuildRequires:  python3-mock >= 2.0.0
 BuildRequires:  python3-os-testr >= 1.0.0
 BuildRequires:  python3-oslo.serialization >= 2.18.0
-BuildRequires:  python3-oslo.utils >= 3.31.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-python-subunit >= 1.0.0
 BuildRequires:  python3-requests >= 2.14.2
@@ -59,9 +59,9 @@
 BuildRequires:  python3-testtools >= 2.2.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
 Requires:   python-simplejson >= 3.5.1
 Requires:   python-six >= 1.10.0
@@ -95,7 +95,7 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-cinderclient-3.4.0
+%autosetup -p1 -n python-cinderclient-3.5.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ python-cinderclient-3.4.0.tar.gz -> python-cinderclient-3.5.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-cinderclient-3.4.0/AUTHORS 
new/python-cinderclient-3.5.0/AUTHORS
--- old/python-cinderclient-3.4.0/AUTHORS   2018-01-08 15:02:53.0 
+0100
+++ new/python-cinderclient-3.5.0/AUTHORS   2018-01-24 23:18:18.0 
+0100
@@ -1,6 +1,7 @@
 Aaron Rosen 
 Abhijeet Malawade 
 Abhishek Kekane 
+Abijitha Nadagouda 

commit python-os-api-ref for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-os-api-ref for 
openSUSE:Factory checked in at 2018-02-14 10:50:41

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


Package is "python-os-api-ref"

Wed Feb 14 10:50:41 2018 rev:4 rq:575942 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-os-api-ref/python-os-api-ref.changes  
2017-09-20 17:13:16.224661083 +0200
+++ /work/SRC/openSUSE:Factory/.python-os-api-ref.new/python-os-api-ref.changes 
2018-02-14 10:50:41.807681694 +0100
@@ -1,0 +2,13 @@
+Mon Feb 12 10:02:41 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.5.0 (bsc#1078607)
+  - doc: Remove deprecated call to sphinx.util.compat
+  - Clear description for max_version field
+  - Add 'uuid' type
+  - Fix wrong links
+  - Remove unconstraint package installation
+  - Update and replace http with https for doc links
+  - Fix Zuul jobs
+  - Updated from global requirements
+
+---

Old:

  os-api-ref-1.4.0.tar.gz

New:

  os-api-ref-1.5.0.tar.gz



Other differences:
--
++ python-os-api-ref.spec ++
--- /var/tmp/diff_new_pack.lmY4sM/_old  2018-02-14 10:50:42.503656647 +0100
+++ /var/tmp/diff_new_pack.lmY4sM/_new  2018-02-14 10:50:42.503656647 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-os-api-ref
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,29 +18,29 @@
 
 %global sname os-api-ref
 Name:   python-os-api-ref
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Sphinx Extensions to support API reference sites in OpenStack
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PyYAML >= 3.10.0
+BuildRequires:  python-PyYAML >= 3.10
 BuildRequires:  python-Sphinx
-BuildRequires:  python-beautifulsoup4
+BuildRequires:  python-beautifulsoup4 >= 4.6.0
 BuildRequires:  python-docutils >= 0.11
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
 BuildRequires:  python-oslosphinx >= 4.7.0
 BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-sphinx-testing
+BuildRequires:  python-python-subunit >= 1.0.0
+BuildRequires:  python-sphinx-testing >= 0.7.2
 BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-PyYAML >= 3.10.0
+BuildRequires:  python-testtools >= 2.2.0
+Requires:   python-PyYAML >= 3.10
 Requires:   python-Sphinx
 Requires:   python-docutils >= 0.11
-Requires:   python-openstackdocstheme >= 1.11.0
+Requires:   python-openstackdocstheme >= 1.17.0
 Requires:   python-pbr >= 2.0.0
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.lmY4sM/_old  2018-02-14 10:50:42.539655352 +0100
+++ /var/tmp/diff_new_pack.lmY4sM/_new  2018-02-14 10:50:42.543655208 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-api-ref/os-api-ref.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/os-api-ref/os-api-ref.spec.j2
 python-os-api-ref.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
 cloud-de...@suse.de
 gh,openstack,os-api-ref
   

++ os-api-ref-1.4.0.tar.gz -> os-api-ref-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-api-ref-1.4.0/.zuul.yaml 
new/os-api-ref-1.5.0/.zuul.yaml
--- old/os-api-ref-1.4.0/.zuul.yaml 1970-01-01 01:00:00.0 +0100
+++ new/os-api-ref-1.5.0/.zuul.yaml 2018-01-18 15:20:43.0 +0100
@@ -0,0 +1,19 @@
+- job:
+name: os-api-ref-nova-src
+parent: build-openstack-api-ref
+description: |
+  Run the api-ref job against nova with proposed os-api-ref change.
+vars:
+  zuul_work_dir: src/git.openstack.org/openstack/nova
+required-projects:
+  - openstack/nova
+  - openstack/os-api-ref
+
+- project:

commit python-automaton for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2018-02-14 10:50:18

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


Package is "python-automaton"

Wed Feb 14 10:50:18 2018 rev:9 rq:575929 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2017-12-21 11:29:22.611452010 +0100
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2018-02-14 10:50:19.508484178 +0100
@@ -1,0 +2,6 @@
+Thu Jan 18 08:51:55 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.14.0
+  - Updated from global requirements
+
+---

Old:

  automaton-1.13.1.tar.gz

New:

  automaton-1.14.0.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.eLPLS8/_old  2018-02-14 10:50:20.052464602 +0100
+++ /var/tmp/diff_new_pack.eLPLS8/_new  2018-02-14 10:50:20.056464458 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-automaton
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global sname automaton
 Name:   python-automaton
-Version:1.13.1
+Version:1.14.0
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0

++ automaton-1.13.1.tar.gz -> automaton-1.14.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/AUTHORS new/automaton-1.14.0/AUTHORS
--- old/automaton-1.13.1/AUTHORS2017-12-04 11:32:15.0 +0100
+++ new/automaton-1.14.0/AUTHORS2018-01-15 17:44:36.0 +0100
@@ -15,6 +15,7 @@
 Tom Cocozzello 
 Tony Breeds 
 Vu Cong Tuan 
+Zuul 
 gecong1973 
 nizam 
 sonu.kumar 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/ChangeLog 
new/automaton-1.14.0/ChangeLog
--- old/automaton-1.13.1/ChangeLog  2017-12-04 11:32:15.0 +0100
+++ new/automaton-1.14.0/ChangeLog  2018-01-15 17:44:36.0 +0100
@@ -1,11 +1,16 @@
 CHANGES
 ===
 
+1.14.0
+--
+
+
 1.13.1
 --
 
 * Avoid tox\_install.sh for constraints support
 * Remove setting of version/release from releasenotes
+* Updated from global requirements
 
 1.13.0
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/PKG-INFO 
new/automaton-1.14.0/PKG-INFO
--- old/automaton-1.13.1/PKG-INFO   2017-12-04 11:32:15.0 +0100
+++ new/automaton-1.14.0/PKG-INFO   2018-01-15 17:44:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.13.1
+Version: 1.14.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/automaton.egg-info/PKG-INFO 
new/automaton-1.14.0/automaton.egg-info/PKG-INFO
--- old/automaton-1.13.1/automaton.egg-info/PKG-INFO2017-12-04 
11:32:15.0 +0100
+++ new/automaton-1.14.0/automaton.egg-info/PKG-INFO2018-01-15 
17:44:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.13.1
+Version: 1.14.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/automaton.egg-info/pbr.json 
new/automaton-1.14.0/automaton.egg-info/pbr.json
--- old/automaton-1.13.1/automaton.egg-info/pbr.json2017-12-04 
11:32:15.0 +0100
+++ new/automaton-1.14.0/automaton.egg-info/pbr.json2018-01-15 
17:44:36.0 +0100
@@ -1 +1 @@
-{"git_version": "67b25ef", "is_release": true}
\ No newline at end of file
+{"git_version": "90f3ed2", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.13.1/automaton.egg-info/requires.txt 
new/automaton-1.14.0/automaton.egg-info/requires.txt
--- old/automaton-1.13.1/automaton.egg-info/requires.txt2017-12-04 

commit python-barbicanclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-barbicanclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:20

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


Package is "python-barbicanclient"

Wed Feb 14 10:50:20 2018 rev:6 rq:575930 version:4.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-barbicanclient/python-barbicanclient.changes  
2018-01-17 21:59:27.164003629 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-barbicanclient.new/python-barbicanclient.changes
 2018-02-14 10:50:22.996358661 +0100
@@ -1,0 +2,11 @@
+Mon Feb 12 09:52:05 UTC 2018 - cloud-de...@suse.de
+
+- update to version 4.6.0 (bsc#1078607)
+  - Switch to use new barbican endpoint
+  - Correct docs usage of keystoneauth1 session
+  - Fix some reST field lists in docstrings
+  - Pass OSC interface through to barbican plugin
+  - Avoid tox_install.sh for constraints support
+  - Updated from global requirements
+
+---

Old:

  python-barbicanclient-4.5.2.tar.gz

New:

  python-barbicanclient-4.6.0.tar.gz



Other differences:
--
++ python-barbicanclient.spec ++
--- /var/tmp/diff_new_pack.t0vzWC/_old  2018-02-14 10:50:23.772330736 +0100
+++ /var/tmp/diff_new_pack.t0vzWC/_new  2018-02-14 10:50:23.776330592 +0100
@@ -17,21 +17,21 @@
 
 
 Name:   python-barbicanclient
-Version:4.5.2
+Version:4.6.0
 Release:0
 Summary:Client for the Barbican Key Management API
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-barbicanclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-barbicanclient/python-barbicanclient-4.5.2.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-barbicanclient/python-barbicanclient-4.6.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-cliff >= 2.8.0
-BuildRequires:  python2-keystoneauth1 >= 3.2.0
+BuildRequires:  python2-keystoneauth1 >= 3.3.0
 BuildRequires:  python2-mock >= 2.0.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.serialization >= 2.18.0
-BuildRequires:  python2-oslo.utils >= 3.31.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-requests >= 2.14.2
 BuildRequires:  python2-requests-mock >= 1.1.0
@@ -40,11 +40,11 @@
 BuildRequires:  python2-testtools >= 2.2.0
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
-BuildRequires:  python3-keystoneauth1 >= 3.2.0
+BuildRequires:  python3-keystoneauth1 >= 3.3.0
 BuildRequires:  python3-mock >= 2.0.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.serialization >= 2.18.0
-BuildRequires:  python3-oslo.utils >= 3.31.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-requests >= 2.14.2
 BuildRequires:  python3-requests-mock >= 1.1.0
@@ -52,10 +52,10 @@
 BuildRequires:  python3-testscenarios >= 0.4
 BuildRequires:  python3-testtools >= 2.2.0
 Requires:   python-cliff >= 2.8.0
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-pbr >= 2.0.0
 Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.10.0

++ python-barbicanclient-4.5.2.tar.gz -> python-barbicanclient-4.6.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-barbicanclient-4.5.2/AUTHORS 
new/python-barbicanclient-4.6.0/AUTHORS
--- old/python-barbicanclient-4.5.2/AUTHORS 2017-08-03 19:17:02.0 
+0200
+++ new/python-barbicanclient-4.6.0/AUTHORS 2018-01-26 23:32:22.0 
+0100
@@ -12,6 +12,7 @@
 Christian Berendt 
 Christopher Solis 
 Clenimar Filemon 
+Colleen Murphy 
 Craig Tracey 
 Cyril Roelandt 
 Dave McCowan 
@@ -21,6 +22,7 @@
 Douglas Mendizábal 
 Elvin Tubillara 
 Fernando Diaz 
+Gage Hugo 
 Gregory Haynes 
 Gábor Antal 
 Jamie Lennox 
@@ -69,10 +71,12 @@
 Wyllys Ingersoll 
 

commit python-debtcollector for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-debtcollector for 
openSUSE:Factory checked in at 2018-02-14 10:50:24

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


Package is "python-debtcollector"

Wed Feb 14 10:50:24 2018 rev:9 rq:575932 version:1.19.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2017-11-27 22:16:47.430164082 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes
   2018-02-14 10:50:25.436270857 +0100
@@ -1,0 +2,7 @@
+Thu Jan 18 08:52:19 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.19.0
+  - Updated from global requirements
+  - Avoid tox_install.sh for constraints support
+
+---

Old:

  debtcollector-1.18.0.tar.gz

New:

  debtcollector-1.19.0.tar.gz



Other differences:
--
++ python-debtcollector.spec ++
--- /var/tmp/diff_new_pack.PTgEGs/_old  2018-02-14 10:50:26.164244659 +0100
+++ /var/tmp/diff_new_pack.PTgEGs/_new  2018-02-14 10:50:26.164244659 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-debtcollector
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global pypi_name debtcollector
 Name:   python-debtcollector
-Version:1.18.0
+Version:1.19.0
 Release:0
 Summary:A collection of Python deprecation patterns and strategies
 License:Apache-2.0
@@ -28,25 +28,25 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-fixtures >= 3.0.0
-BuildRequires:  python2-funcsigs >= 0.4
+BuildRequires:  python2-funcsigs >= 1.0.0
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-python-subunit >= 0.0.18
+BuildRequires:  python2-python-subunit >= 1.0.0
 BuildRequires:  python2-setuptools >= 16.0
 BuildRequires:  python2-testrepository >= 0.0.18
 BuildRequires:  python2-wrapt >= 1.7.0
 BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures >= 3.0.0
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-python-subunit >= 0.0.18
+BuildRequires:  python3-python-subunit >= 1.0.0
 BuildRequires:  python3-setuptools >= 16.0
 BuildRequires:  python3-testrepository >= 0.0.18
 BuildRequires:  python3-wrapt >= 1.7.0
 Requires:   python-pbr >= 2.0.0
-Requires:   python-six >= 1.9.0
+Requires:   python-six >= 1.10.0
 Requires:   python-wrapt >= 1.7.0
 BuildArch:  noarch
 %ifpython2
-Requires:   python-funcsigs >= 0.4
+Requires:   python-funcsigs >= 1.0.0
 %endif
 %python_subpackages
 
@@ -63,10 +63,10 @@
 
 %package -n python-debtcollector-doc
 Summary:Documentation for %{name}
-Group:  Documentation
+Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python2-openstackdocstheme >= 1.11.0
-BuildRequires:  python3-openstackdocstheme >= 1.11.0
+BuildRequires:  python2-openstackdocstheme >= 1.17.0
+BuildRequires:  python3-openstackdocstheme >= 1.17.0
 
 %description -n python-debtcollector-doc
 A collection of Python deprecation patterns and strategies that help

++ debtcollector-1.18.0.tar.gz -> debtcollector-1.19.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/AUTHORS 
new/debtcollector-1.19.0/AUTHORS
--- old/debtcollector-1.18.0/AUTHORS2017-09-25 16:18:25.0 +0200
+++ new/debtcollector-1.19.0/AUTHORS2017-12-04 11:32:51.0 +0100
@@ -1,4 +1,5 @@
 Akihiro Motoki 
+Andreas Jaeger 
 Brant Knudson 
 ChangBo Guo(gcb) 
 Davanum Srinivas 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/ChangeLog 
new/debtcollector-1.19.0/ChangeLog
--- old/debtcollector-1.18.0/ChangeLog  2017-09-25 16:18:25.0 +0200
+++ new/debtcollector-1.19.0/ChangeLog  2017-12-04 11:32:51.0 +0100
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+1.19.0
+--
+
+* Avoid tox\_install.sh for constraints support
+* Updated from global requirements
+
 1.18.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/PKG-INFO 
new/debtcollector-1.19.0/PKG-INFO
--- old/debtcollector-1.18.0/PKG-INFO   2017-09-25 16:18:26.0 +0200
+++ 

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

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-reservations for 
openSUSE:Factory checked in at 2018-02-14 10:50:08

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


Package is "python-azure-mgmt-reservations"

Wed Feb 14 10:50:08 2018 rev:1 rq:575919 version:0.1.0

Changes:

New Changes file:

--- /dev/null   2018-02-08 01:06:41.103727112 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-reservations.new/python-azure-mgmt-reservations.changes
   2018-02-14 10:50:08.916865331 +0100
@@ -0,0 +1,8 @@
+---
+Wed Jan 24 15:26:48 UTC 2018 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.1.0
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amr_drop-compatible-releases-operator.patch

New:

  LICENSE.txt
  amr_drop-compatible-releases-operator.patch
  azure-mgmt-reservations-0.1.0.zip
  python-azure-mgmt-reservations.changes
  python-azure-mgmt-reservations.spec



Other differences:
--
++ python-azure-mgmt-reservations.spec ++
#
# spec file for package python-azure-mgmt-reservations
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-azure-mgmt-reservations
Version:0.1.0
Release:0
Summary:Microsoft Azure Reservations Management Client Library
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/Azure/azure-sdk-for-python
Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-reservations/azure-mgmt-reservations-%{version}.zip
Source1:LICENSE.txt
Patch1: amr_drop-compatible-releases-operator.patch
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
BuildRequires:  %{python_module azure-mgmt-nspkg}
BuildRequires:  %{python_module azure-nspkg}
Requires:   python-azure-mgmt-nspkg
Requires:   python-azure-nspkg
Requires:   python-msrestazure >= 0.4.11
Requires:   python-msrestazure < 1.0.0
Requires:   python-azure-common >= 1.1
Requires:   python-azure-common < 2.0.0
Conflicts:  python-azure-sdk <= 2.0.0

BuildArch:  noarch

%python_subpackages

%description
This is the Microsoft Azure Reservations Management Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.

%prep
%setup -q -n azure-mgmt-reservations-%{version}
%patch1 -p1

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-reservations-%{version}
%python_build

%install
%python_install
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
}

%files %{python_files}
%defattr(-,root,root,-)
%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/reservations
%{python_sitelib}/azure_mgmt_reservations-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE 

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

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-advisor for 
openSUSE:Factory checked in at 2018-02-14 10:49:37

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


Package is "python-azure-mgmt-advisor"

Wed Feb 14 10:49:37 2018 rev:1 rq:575909 version:1.0.0

Changes:

New Changes file:

--- /dev/null   2018-02-08 01:06:41.103727112 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-advisor.new/python-azure-mgmt-advisor.changes
 2018-02-14 10:49:37.893981696 +0100
@@ -0,0 +1,21 @@
+---
+Mon Jan 29 14:05:36 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.0.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+  + ama_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update Summary and Description from upstream
+
+---
+Tue Jan 23 14:35:17 UTC 2018 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.1.0
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + ama_drop-compatible-releases-operator.patch

New:

  LICENSE.txt
  ama_drop-compatible-releases-operator.patch
  azure-mgmt-advisor-1.0.0.zip
  python-azure-mgmt-advisor.changes
  python-azure-mgmt-advisor.spec



Other differences:
--
++ python-azure-mgmt-advisor.spec ++
#
# spec file for package python-azure-mgmt-advisor
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-azure-mgmt-advisor
Version:1.0.0
Release:0
Summary:Microsoft Azure Advisor Client Library
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/Azure/azure-sdk-for-python
Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-advisor/azure-mgmt-advisor-%{version}.zip
Source1:LICENSE.txt
Patch1: ama_drop-compatible-releases-operator.patch
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
BuildRequires:  %{python_module azure-mgmt-nspkg}
BuildRequires:  %{python_module azure-nspkg}
Requires:   python-azure-mgmt-nspkg
Requires:   python-azure-nspkg
Requires:   python-azure-common >= 1.1
Requires:   python-azure-common < 2.0.0
Requires:   python-msrestazure >= 0.4.20
Requires:   python-msrestazure < 2.0.0
Conflicts:  python-azure-sdk <= 2.0.0

BuildArch:  noarch

%python_subpackages

%description
This is the Microsoft Azure Advisor Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.

%prep
%setup -q -n azure-mgmt-advisor-%{version}
%patch1 -p1

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-advisor-%{version}
%python_build

%install
%python_install
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
}

%files %{python_files}
%defattr(-,root,root,-)
%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/advisor
%{python_sitelib}/azure_mgmt_advisor-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the 

commit python-bokeh for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-bokeh for openSUSE:Factory 
checked in at 2018-02-14 09:46:03

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


Package is "python-bokeh"

Wed Feb 14 09:46:03 2018 rev:6 rq:575872 version:0.12.14

Changes:

--- /work/SRC/openSUSE:Factory/python-bokeh/python-bokeh.changes
2017-12-11 18:56:38.606160250 +0100
+++ /work/SRC/openSUSE:Factory/.python-bokeh.new/python-bokeh.changes   
2018-02-14 09:46:23.551250439 +0100
@@ -1,0 +2,129 @@
+Sat Feb 10 17:44:50 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.12.14:
+  * bugfixes:
++ #5420 [component: bokehjs] View.classname doesn't respect class
+   structure
++ #6655 [component: bokehjs] X/y_range not properly set with tile
+   source
++ #6680 [component: bokehjs] Datetime (convert_datetime_type)
+   seems to add in extra milliseconds
++ #6932 [layout] 0.12.9 misplaced figure title
++ #7083 [component: bokehjs] Factorrange regression: plot does not
+   get updated when factors change
++ #7101 [component: bokehjs] [widgets] Broken datatable
+   selecteditor
++ #7139 [component: bokehjs] [regression] [widgets] Datatable
+   automatically scrolls down when app loads
++ #7218 [component: bokehjs] Circle not circular
++ #7266 [layout] [regression] Spacer does not display using show
+   on 0.12.11
++ #7290 [component: bokehjs] Regression in boxzoomtool with
+   match_aspect
++ #7291 [component: bokehjs] Hovertool with attachment="vertical"
+   incorrectly positions tooltips
++ #7295 [component: docs] Removed a broken link from server.rst
++ #7298 Remove dependency on phantomjs when other webdriver is
+   used
++ #7304 [component: bokehjs] [regression] [widgets] Datatable
+   editing regression
++ #7319 [notebook] Themes not applying in the notebook
++ #7327 Output_png and output_svgs fails in the
+   settings.phantomjs_path( ) function.
++ #7337 [component: bokehjs] Legend entry for text renderer causes
+   error
++ #7370 [component: bokehjs] Regression in graph rendering during
+   zoom
++ #7373 [component: bokehjs] [regression] "number.isinteger()"
+   javascript error of slider in internet explorer
++ #7386 [component: docs] Error in documentation for handling
+   categorical data
++ #7398 [component: bokehjs] [regression] [typescript] Missing
+   import of includes function in tile_renderer
++ #7400 Issue with figure and legend when a dataframe is passed as
+   a source
++ #7412 [component: bokehjs] [typescript] Variables in widget
+   selectview undeclared
++ #7439 [component: bokehjs] [notebook] [regression] Regression
+   displaying embedded bokeh plots outside the notebook
++ #7443 [component: bokehjs] [layout] [regression] Bokeh layout
+   elements overlap in new version
++ #7448 [component: bokehjs] [regression] [typescript] "typeerror:
+   hits.map is not a function" when hovering over multiline
++ #7452 [component: bokehjs] [regression] [widgets] Revert
+   nouislider rev update
++ #7460 Bokeh.core.properties.date#transform fails on windows
++ #7461 [component: server] [regression] Unable to reuse sessions
+   of a server application
++ #7470 [component: bokehjs] Polydrawtool does not emit event on
+   double-click
++ #7475 [component: bokehjs] [regression] Setting range end or
+   start through customjs not working
++ #7478 [component: bokehjs] [regression] Selection and
+   nonselection glyph properties ignored
++ #7484 [regression] Cannot select tools in certain examples
++ #7488 [component: bokehjs] [regression] Renderers/glyph_renderer
+   contains invalid syntax
++ #7503 [component: bokehjs] [regression] [widgets]
+   Selecteditorview (and others) doesn't have access to its model
+  * features:
++ #6370 [component: bokehjs] Proposing a bokeh draw tool
++ #7292 [API: models] Make it possible to create hovertool with
+   attachment set to explicit left, right, above, below
+  * tasks:
++ #3250 [component: bokehjs] Tool icons should have the same
+   dimensions
++ #3551 Add https to tile providers urls in
+   `bokeh/tile_providers.py`
++ #6605 [component: bokehjs] [component: build] Add support for
+   tslint in bokehjs' build
++ #6681 [component: server] Streaming numpy datetime64 data does
+   not work
++ #6887 Remove all server examples that use
+   session.loop_until_closed
++ #7014 [component: bokehjs] The inherited width should be set to
+   100% and up to the user to implement margin and padding
+   

commit tcmu-runner for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package tcmu-runner for openSUSE:Factory 
checked in at 2018-02-14 09:45:57

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


Package is "tcmu-runner"

Wed Feb 14 09:45:57 2018 rev:6 rq:575856 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/tcmu-runner/tcmu-runner.changes  2017-10-31 
15:44:42.112247511 +0100
+++ /work/SRC/openSUSE:Factory/.tcmu-runner.new/tcmu-runner.changes 
2018-02-14 09:46:15.419546779 +0100
@@ -1,0 +2,22 @@
+Fri Feb  9 17:28:47 UTC 2018 - dd...@suse.com
+
+- Update to version 1.3.0; (fate#322524)
+  + Improved Ceph RBD integration
+  + Support XCOPY copy-offload commands
+  + Support COMPARE_AND_WRITE, with Ceph OSD request mapping
+  + Asynchronous I/O improvements and bug fixes
+- Remove a number of downstream patches now carried upstream:
+  + glfs-discard-glfs_check_config
+  + 
fixed-local-dos-when-unregisterhandler-was-called-for-a-not-existing-handler
+  + 
only-allow-dynamic-unregisterhandler-for-external-handlers-thereby-fixing-dos
+  + fixed-a-number-of-memory-leaks-with-deregistering-of-dbus-handlers
+  + removed-all-check_config-callback-implementations-to-avoid-security-issues
+  + tcmu-runner-add-local-target_core_user-h
+- Remove development packages (bsc#1080619)
+  + API discontinued upstream
+- Add fix for -Werror-return-type failures:
+  + api-avoid-compiler-Werror-return-type-failures.patch
+- Add fix for library versioning:
+  + build-drop-versionless-libtcmu.so-symlink.patch
+
+---

Old:

  fixed-a-number-of-memory-leaks-with-deregistering-of-dbus-handlers
  fixed-local-dos-when-unregisterhandler-was-called-for-a-not-existing-handler
  glfs-discard-glfs_check_config
  only-allow-dynamic-unregisterhandler-for-external-handlers-thereby-fixing-dos
  removed-all-check_config-callback-implementations-to-avoid-security-issues
  tcmu-runner-1.2.0.tar.gz
  tcmu-runner-add-local-target_core_user-h

New:

  api-avoid-compiler-Werror-return-type-failures.patch
  build-drop-versionless-libtcmu.so-symlink.patch
  tcmu-runner-1.3.0.tar.gz



Other differences:
--
++ tcmu-runner.spec ++
--- /var/tmp/diff_new_pack.QQqkWW/_old  2018-02-14 09:46:16.931491680 +0100
+++ /var/tmp/diff_new_pack.QQqkWW/_new  2018-02-14 09:46:16.939491388 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tcmu-runner
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 %endif
 
 Name:   tcmu-runner
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:A userspace daemon that handles the LIO TCM-User backstore
 License:Apache-2.0
@@ -35,14 +35,10 @@
 Url:https://github.com/agrover/%{name}
 Source: %{name}-%{version}.tar.gz
 Patch1: %{name}-handler_file-add-libtcmu.patch
-Patch2: glfs-discard-glfs_check_config
-Patch3: 
fixed-local-dos-when-unregisterhandler-was-called-for-a-not-existing-handler
-Patch4: 
only-allow-dynamic-unregisterhandler-for-external-handlers-thereby-fixing-dos
-Patch5: 
fixed-a-number-of-memory-leaks-with-deregistering-of-dbus-handlers
-Patch6: 
removed-all-check_config-callback-implementations-to-avoid-security-issues
 Patch7: %{name}-remove-handler-path-install-prefix.patch
-Patch8: %{name}-add-local-target_core_user-h
 Patch9: %{name}-remove-uio-include-for-iovec.patch
+Patch10:api-avoid-compiler-Werror-return-type-failures.patch
+Patch11:build-drop-versionless-libtcmu.so-symlink.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  glib2-devel
@@ -80,30 +76,13 @@
 authors can write code just to handle the SCSI commands as desired,
 and can also link with whatever userspace libraries they like.
 
-%package -n libtcmu1
+%package -n libtcmu2
 Summary:Runtime libraries for tcmu-runner
 Group:  System/Libraries
 
-%description -n libtcmu1
+%description -n libtcmu2
 This package contains the runtime libraries for tcmu-runner.
 
-%package -n libtcmu-devel
-Summary:Runtime library development files for tcmu-runner
-Group:  Development/Libraries/C and C++
-Requires:   libtcmu1 = %{version}
-
-%description -n libtcmu-devel
-This package contains the runtime library development files for
-tcmu-runner.
-
-%package devel
-Summary:Development files for tcmu-runner
-Group:  

commit python-yarl for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-yarl for openSUSE:Factory 
checked in at 2018-02-14 09:46:16

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


Package is "python-yarl"

Wed Feb 14 09:46:16 2018 rev:8 rq:575874 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes  2018-01-13 
21:48:24.647939664 +0100
+++ /work/SRC/openSUSE:Factory/.python-yarl.new/python-yarl.changes 
2018-02-14 09:46:31.890946521 +0100
@@ -1,0 +2,17 @@
+Sat Feb 10 18:01:42 UTC 2018 - a...@gmx.de
+
+- update to version 1.1.0:
+  * Make pure Python quoter consistent with Cython version (#162)
+
+- changes from version 1.0.0:
+  * Use fast path if quoted string does not need requoting (#154)
+  * Speed up quoting/unquoting by _Quoter and _Unquoter classes (#155)
+  * Drop yarl.quote and yarl.unquote public functions (#155)
+  * Add custom string writer, reuse static buffer if available (#157)
+Code is 50-80 times faster than Pure Python version (was 4-5 times
+faster)
+  * Don’t recode IP zone (#144)
+  * Support encoded=True in yarl.URL.build() (#158)
+  * Fix updating query with multiple keys (#160)
+
+---

Old:

  yarl-0.18.0.tar.gz

New:

  yarl-1.1.0.tar.gz



Other differences:
--
++ python-yarl.spec ++
--- /var/tmp/diff_new_pack.80cWn1/_old  2018-02-14 09:46:33.538886467 +0100
+++ /var/tmp/diff_new_pack.80cWn1/_new  2018-02-14 09:46:33.546886175 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-yarl
-Version:0.18.0
+Version:1.1.0
 Release:0
 Summary:Yet another URL library
 License:Apache-2.0

++ yarl-0.18.0.tar.gz -> yarl-1.1.0.tar.gz ++
 13463 lines of diff (skipped)




commit asciinema for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package asciinema for openSUSE:Factory 
checked in at 2018-02-14 09:45:21

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


Package is "asciinema"

Wed Feb 14 09:45:21 2018 rev:4 rq:575428 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/asciinema/asciinema.changes  2017-05-09 
18:10:08.185656446 +0200
+++ /work/SRC/openSUSE:Factory/.asciinema.new/asciinema.changes 2018-02-14 
09:45:42.828734500 +0100
@@ -1,0 +2,6 @@
+Sun Feb 11 23:55:35 UTC 2018 - avvi...@yandex.by
+
+- Update to 2.0.0:
+  * see: /usr/share/doc/packages/asciinema/CHANGELOG 
+
+---

Old:

  asciinema-1.4.0.tar.gz

New:

  asciinema-2.0.0.tar.gz



Other differences:
--
++ asciinema.spec ++
--- /var/tmp/diff_new_pack.GGBgjZ/_old  2018-02-14 09:45:45.148649953 +0100
+++ /var/tmp/diff_new_pack.GGBgjZ/_new  2018-02-14 09:45:45.152649807 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   asciinema
-Version:1.4.0
+Version:2.0.0
 Release:0
 Summary:Terminal session recorder
 License:GPL-3.0+

++ asciinema-1.4.0.tar.gz -> asciinema-2.0.0.tar.gz ++
 3748 lines of diff (skipped)




commit python-pexpect for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-pexpect for openSUSE:Factory 
checked in at 2018-02-14 09:45:12

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


Package is "python-pexpect"

Wed Feb 14 09:45:12 2018 rev:23 rq:575269 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes
2017-12-21 11:24:03.970988691 +0100
+++ /work/SRC/openSUSE:Factory/.python-pexpect.new/python-pexpect.changes   
2018-02-14 09:45:25.601362343 +0100
@@ -1,0 +2,17 @@
+Sat Feb 10 17:29:45 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 4.4.0:
+  * PopenSpawn now has a preexec_fn parameter, like spawn and
+subprocess.Popen, for a function to be called in the child process
+before executing the new command. Like in Popen, this works only
+in POSIX, and can cause issues if your application also uses
+threads (PR #460).
+  * Significant performance improvements when processing large amounts
+of data (PR #464).
+  * Ensure that spawn.closed gets set by close(), and improve an
+example for passing SIGWINCH through to a child process (PR #466).
+
+---

Old:

  pexpect-4.3.1.tar.gz

New:

  pexpect-4.4.0.tar.gz



Other differences:
--
++ python-pexpect.spec ++
--- /var/tmp/diff_new_pack.ItHbrk/_old  2018-02-14 09:45:27.749284062 +0100
+++ /var/tmp/diff_new_pack.ItHbrk/_new  2018-02-14 09:45:27.753283916 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pexpect
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pexpect
-Version:4.3.1
+Version:4.4.0
 Release:0
 Summary:Pure Python Expect-like module
 License:ISC

++ pexpect-4.3.1.tar.gz -> pexpect-4.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.3.1/PKG-INFO new/pexpect-4.4.0/PKG-INFO
--- old/pexpect-4.3.1/PKG-INFO  2017-12-12 11:51:04.0 +0100
+++ new/pexpect-4.4.0/PKG-INFO  2018-02-10 13:45:15.0 +0100
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: pexpect
-Version: 4.3.1
+Version: 4.4.0
 Summary: Pexpect allows easy control of interactive console applications.
 Home-page: https://pexpect.readthedocs.io/
 Author: Noah Spurrier; Thomas Kluyver; Jeff Quast
-Author-email: n...@noah.org; tho...@kluyver.me.uk; cont...@jeffquast.com
+Author-email: n...@noah.org, tho...@kluyver.me.uk, cont...@jeffquast.com
 License: ISC license
 Description: 
 Pexpect is a pure Python module for spawning child applications; 
controlling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.3.1/doc/conf.py 
new/pexpect-4.4.0/doc/conf.py
--- old/pexpect-4.3.1/doc/conf.py   2017-12-12 11:47:25.0 +0100
+++ new/pexpect-4.4.0/doc/conf.py   2018-02-10 13:34:25.0 +0100
@@ -52,7 +52,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '4.3.1'
+version = '4.4'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.3.1/doc/history.rst 
new/pexpect-4.4.0/doc/history.rst
--- old/pexpect-4.3.1/doc/history.rst   2017-12-12 11:45:08.0 +0100
+++ new/pexpect-4.4.0/doc/history.rst   2018-02-10 13:32:20.0 +0100
@@ -4,6 +4,19 @@
 Releases
 
 
+Version 4.4
+```
+
+* :class:`~.PopenSpawn` now has a ``preexec_fn`` parameter, like 
:class:`~.spawn`
+  and :class:`subprocess.Popen`, for a function to be called in the child
+  process before executing the new command. Like in ``Popen``, this works only
+  in POSIX, and can cause issues if your application also uses threads
+  (:ghpull:`460`).
+* Significant performance improvements when processing large amounts of data
+  (:ghpull:`464`).
+* Ensure that ``spawn.closed`` gets set by :meth:`~.spawn.close`, and improve
+  an example for passing ``SIGWINCH`` through to a child process 
(:ghpull:`466`).
+
 Version 4.3.1
 `
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.3.1/pexpect/__init__.py 
new/pexpect-4.4.0/pexpect/__init__.py
--- old/pexpect-4.3.1/pexpect/__init__.py   2017-12-12 

commit gnote for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2018-02-14 09:45:51

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


Package is "gnote"

Wed Feb 14 09:45:51 2018 rev:56 rq:575814 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2017-09-25 
13:59:18.387763004 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2018-02-14 
09:45:58.196174452 +0100
@@ -1,0 +2,7 @@
+Sun Feb 11 05:51:40 UTC 2018 - qzh...@suse.com
+
+- Add shortkey-ctrl-o-alt-w.patch:
+  When left-click the note tree view, shortkey should be enable
+  ( bgo#792859 ).
+
+---

New:

  shortkey-ctrl-o-alt-w.patch



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.DpL6JV/_old  2018-02-14 09:46:02.452019355 +0100
+++ /var/tmp/diff_new_pack.DpL6JV/_new  2018-02-14 09:46:02.492017897 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnote
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
 Source: 
http://download.gnome.org/sources/gnote/3.26/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM shortkey-ctrl-o-alt-w.patch bgo#792859 qzh...@suse.com -- 
When left-click the note tree view, shortkey should be enable.
+Patch0: shortkey-ctrl-o-alt-w.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_test-devel
 %else
@@ -71,6 +73,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ shortkey-ctrl-o-alt-w.patch ++
diff --git a/src/searchnoteswidget.cpp b/src/searchnoteswidget.cpp
index 9aa7bed..1186158 100644
--- a/src/searchnoteswidget.cpp
+++ b/src/searchnoteswidget.cpp
@@ -946,6 +946,8 @@ bool 
SearchNotesWidget::on_treeview_button_released(GdkEventButton *ev)
 
 bool SearchNotesWidget::on_treeview_key_pressed(GdkEventKey * ev)
 {
+  Gtk::Menu *menu = get_note_list_context_menu();
+
   switch(ev->keyval) {
   case GDK_KEY_Delete:
 delete_selected_notes();
@@ -955,7 +957,6 @@ bool SearchNotesWidget::on_treeview_key_pressed(GdkEventKey 
* ev)
 // Pop up the context menu if a note is selected
 Note::List selected_notes = get_selected_notes();
 if(!selected_notes.empty()) {
-  Gtk::Menu *menu = get_note_list_context_menu();
   popup_context_menu_at_location(menu, 0, 0);
 }
 break;



commit python-matplotlib for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-02-14 09:44:59

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


Package is "python-matplotlib"

Wed Feb 14 09:44:59 2018 rev:59 rq:575268 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-01-31 19:51:17.375157099 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-02-14 09:45:17.541656078 +0100
@@ -6,0 +7,17 @@
+Sun Jan 28 18:52:20 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.1.2:
+  * This release fixes a number of critical bugs:
++ fix a typo in mlab.cohere which yielded incorrect results
++ allow nonposx / nonposy to pass through loglog
++ fix color comparisons when finding handles with legend
++ fixes a recursive draw bug and a major performance regression in
+  Qt5Agg backend
++ fix a re-draw bug in WxAgg
++ fix image scaling with high-bit depth integers
++ revert the busy-cursor
+
+---

Old:

  matplotlib-2.1.1.tar.gz

New:

  matplotlib-2.1.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.zUwifN/_old  2018-02-14 09:45:22.289483044 +0100
+++ /var/tmp/diff_new_pack.zUwifN/_new  2018-02-14 09:45:22.289483044 +0100
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib

++ matplotlib-2.1.1.tar.gz -> matplotlib-2.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-2.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-2.1.2.tar.gz 
differ: char 5, line 1




commit usbauth for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package usbauth for openSUSE:Factory checked 
in at 2018-02-14 09:45:25

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


Package is "usbauth"

Wed Feb 14 09:45:25 2018 rev:2 rq:575501 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/usbauth/usbauth.changes  2018-02-07 
18:40:23.743042482 +0100
+++ /work/SRC/openSUSE:Factory/.usbauth.new/usbauth.changes 2018-02-14 
09:45:51.008436400 +0100
@@ -1,0 +2,5 @@
+Mon Feb  5 08:19:29 UTC 2018 - meiss...@suse.com
+
+- updated to current git
+
+---



Other differences:
--
++ usbauth.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usbauth/.cproject new/usbauth/.cproject
--- old/usbauth/.cproject   2017-10-11 00:33:57.682704949 +0200
+++ new/usbauth/.cproject   1970-01-01 01:00:00.0 +0100
@@ -1,135 +0,0 @@
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   

-   

-   
-   
-   
-   
-   
-   

-   

-   

-   
-   
-   
-   

-   

-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-  

commit python-multidict for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2018-02-14 09:44:49

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


Package is "python-multidict"

Wed Feb 14 09:44:49 2018 rev:6 rq:575267 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2018-01-20 11:26:50.731999219 +0100
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2018-02-14 09:45:11.373880864 +0100
@@ -1,0 +2,7 @@
+Sat Feb 10 17:43:52 UTC 2018 - a...@gmx.de
+
+- update to version 4.1.0:
+  * Fix key casing in Pure Python implementation of CIMultiDict (PR
+#202)
+
+---

Old:

  multidict-4.0.0.tar.gz

New:

  multidict-4.1.0.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.v43Do5/_old  2018-02-14 09:45:13.461804769 +0100
+++ /var/tmp/diff_new_pack.v43Do5/_new  2018-02-14 09:45:13.465804624 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_without test
 Name:   python-multidict
-Version:4.0.0
+Version:4.1.0
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0

++ multidict-4.0.0.tar.gz -> multidict-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/PKG-INFO new/multidict-4.1.0/PKG-INFO
--- old/multidict-4.0.0/PKG-INFO2018-01-14 22:10:59.0 +0100
+++ new/multidict-4.1.0/PKG-INFO2018-01-28 08:54:50.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: multidict
-Version: 4.0.0
+Version: 4.1.0
 Summary: multidict implementation
 Home-page: https://github.com/aio-libs/multidict/
 Author: Andrew Svetlov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/docs/changes.rst 
new/multidict-4.1.0/docs/changes.rst
--- old/multidict-4.0.0/docs/changes.rst2018-01-14 22:10:20.0 
+0100
+++ new/multidict-4.1.0/docs/changes.rst2018-01-28 08:54:05.0 
+0100
@@ -1,5 +1,11 @@
 .. _changes:
 
+4.1.0 (2018-01-28)
+--
+
+* Fix key casing in Pure Python impmenetation of
+  :py:class:`CIMultiDict` (:pr:`202`)
+
 4.0.0 (2018-01-14)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/multidict/__init__.py 
new/multidict-4.1.0/multidict/__init__.py
--- old/multidict-4.0.0/multidict/__init__.py   2018-01-14 22:10:20.0 
+0100
+++ new/multidict-4.1.0/multidict/__init__.py   2018-01-28 08:54:05.0 
+0100
@@ -12,7 +12,7 @@
'MultiDictProxy', 'CIMultiDictProxy',
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
 
-__version__ = '4.0.0'
+__version__ = '4.1.0'
 
 
 from ._abc import MultiMapping, MutableMultiMapping
Binary files old/multidict-4.0.0/multidict/_istr.pyd and 
new/multidict-4.1.0/multidict/_istr.pyd differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/multidict/_multidict_py.py 
new/multidict-4.1.0/multidict/_multidict_py.py
--- old/multidict-4.0.0/multidict/_multidict_py.py  2018-01-14 
22:10:20.0 +0100
+++ new/multidict-4.1.0/multidict/_multidict_py.py  2018-01-28 
08:54:05.0 +0100
@@ -243,7 +243,7 @@
 
 method(items)
 
-method([(self._title(key), key, value)
+method([(self._title(key), self._key(key), value)
for key, value in kwargs.items()])
 
 def _extend_items(self, items):
@@ -258,15 +258,14 @@
 # Mapping interface #
 
 def __setitem__(self, key, value):
-key = self._title(key)
 self._replace(key, value)
 
 def __delitem__(self, key):
-key = self._title(key)
+identity = self._title(key)
 items = self._impl._items
 found = False
 for i in range(len(items) - 1, -1, -1):
-if items[i][0] == key:
+if items[i][0] == identity:
 del items[i]
 found = True
 if not found:
@@ -276,9 +275,9 @@
 
 def setdefault(self, key, default=None):
 """Return value for key, set value to default if key is not present."""
-key = self._title(key)
+identity = self._title(key)
 for i, k, v in self._impl._items:
-if i == key:
+if i == identity:
 return v
 self.add(key, default)
 return default
@@ -290,9 +289,9 @@
 KeyError is raised.
 
 """
-

commit python-pyzmq for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-02-14 09:44:44

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


Package is "python-pyzmq"

Wed Feb 14 09:44:44 2018 rev:27 rq:575266 version:17.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-02-05 10:53:47.254127934 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-02-14 09:44:58.246359306 +0100
@@ -1,0 +2,26 @@
+Sat Feb 10 17:31:28 UTC 2018 - a...@gmx.de
+
+- update to version 17.0.0:
+  * Add :meth:`zmq.Socket.send_serialized` and
+:meth:`zmq.Socket.recv_serialized` for sending/receiving messages
+with custom serialization.
+  * Add :attr:`zmq.Socket.copy_threshold` and
+:const:`zmq.COPY_THRESHOLD`. Messages smaller than this are always
+copied, regardless of copy=False, to avoid overhead of zero-copy
+bookkeeping on small messages.
+  * Added visible deprecation warnings to bundled tornado
+IOLoop. Tornado eventloop integration shouldn't be used without a
+proper tornado install since pyzmq 14.
+  * Allow pyzmq asyncio/tornado integration to run without installing
+:func:`zmq_poll` implementation. The following methods and classes
+are deprecated and no longer required:
+  :func:`zmq.eventloop.ioloop.install`
+  :class:`zmq.eventloop.ioloop.IOLoop`
+  :func:`zmq.asyncio.install`
+  :class:`zmq.asyncio.ZMQEventLoop`
+  * Set RPATH correctly when building on macOS.
+  * Compatibility fixes with tornado 5.0.dev (may not be quite enough
+for 5.0 final, which is not yet released as of pyzmq 17).
+  * Draft support for CLIENT-SERVER routing_id and group.
+
+---

Old:

  pyzmq-16.0.4.tar.gz

New:

  pyzmq-17.0.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.PcgEdJ/_old  2018-02-14 09:45:00.830265133 +0100
+++ /var/tmp/diff_new_pack.PcgEdJ/_new  2018-02-14 09:45:00.830265133 +0100
@@ -21,7 +21,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyzmq
-Version:16.0.4
+Version:17.0.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause

++ pyzmq-16.0.4.tar.gz -> pyzmq-17.0.0.tar.gz ++
 36988 lines of diff (skipped)




commit python-selenium for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-selenium for openSUSE:Factory 
checked in at 2018-02-14 09:44:35

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


Package is "python-selenium"

Wed Feb 14 09:44:35 2018 rev:4 rq:575265 version:3.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-selenium/python-selenium.changes  
2018-01-24 15:32:26.312934687 +0100
+++ /work/SRC/openSUSE:Factory/.python-selenium.new/python-selenium.changes 
2018-02-14 09:44:50.154654217 +0100
@@ -1,0 +2,10 @@
+Tue Feb  6 22:36:53 UTC 2018 - a...@gmx.de
+
+- update to version 3.9.0:
+  * Add docstrings to WebElement find methods (#5384)
+  * Additional data in unexpected alert error is now handled for w3c
+drivers (#5416)
+  * Allow service_args to be passed into Firefox WebDriver (#5421)
+  * Fix bug introduced with response logging in 3.8.1 (#5362)
+
+---

Old:

  selenium-3.8.1.tar.gz

New:

  selenium-3.9.0.tar.gz



Other differences:
--
++ python-selenium.spec ++
--- /var/tmp/diff_new_pack.GGXW8E/_old  2018-02-14 09:44:55.350464849 +0100
+++ /var/tmp/diff_new_pack.GGXW8E/_new  2018-02-14 09:44:55.354464703 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-selenium
-Version:3.8.1
+Version:3.9.0
 Release:0
 Summary:Python bindings for Selenium
 License:Apache-2.0

++ selenium-3.8.1.tar.gz -> selenium-3.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/selenium-3.8.1/CHANGES new/selenium-3.9.0/CHANGES
--- old/selenium-3.8.1/CHANGES  2018-01-04 16:00:40.0 +0100
+++ new/selenium-3.9.0/CHANGES  2018-02-05 21:46:36.0 +0100
@@ -1,3 +1,10 @@
+Selenium 3.9.0
+
+* Add docstrings to WebElement find methods (#5384)
+* Additional data in unexpected alert error is now handled for w3c drivers 
(#5416)
+* Allow service_args to be passed into Firefox WebDriver (#5421)
+* Fix bug introduced with response logging in 3.8.1 (#5362)
+
 Selenium 3.8.1
 
 * Fix bug when creating an Opera driver (#5266)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/selenium-3.8.1/PKG-INFO new/selenium-3.9.0/PKG-INFO
--- old/selenium-3.8.1/PKG-INFO 2018-01-04 20:12:31.0 +0100
+++ new/selenium-3.9.0/PKG-INFO 2018-02-05 21:50:58.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: selenium
-Version: 3.8.1
+Version: 3.9.0
 Summary: Python bindings for Selenium
 Home-page: https://github.com/SeleniumHQ/selenium/
 Author: UNKNOWN
@@ -44,7 +44,7 @@
 
 pip install -U selenium
 
-Alternately, you can download the source distribution from `PyPI 
`_ (e.g. selenium-3.8.0.tar.gz), 
unarchive it, and run::
+Alternately, you can download the source distribution from `PyPI 
`_ (e.g. selenium-3.9.0.tar.gz), 
unarchive it, and run::
 
 python setup.py install
 
@@ -136,11 +136,11 @@
 
 However, to use Selenium Webdriver Remote or the legacy Selenium API 
(Selenium-RC), you need to also run the Selenium server.  The server requires a 
Java Runtime Environment (JRE).
 
-Download the server separately, from: 
http://selenium-release.storage.googleapis.com/3.8/selenium-server-standalone-3.8.0.jar
+Download the server separately, from: 
http://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.0.jar
 
 Run the server from the command line::
 
-java -jar selenium-server-standalone-3.8.0.jar
+java -jar selenium-server-standalone-3.9.0.jar
 
 Then run your Python client scripts.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/selenium-3.8.1/README.rst 
new/selenium-3.9.0/README.rst
--- old/selenium-3.8.1/README.rst   2017-12-08 05:51:14.0 +0100
+++ new/selenium-3.9.0/README.rst   2018-02-05 21:40:41.0 +0100
@@ -35,7 +35,7 @@
 
 pip install -U selenium
 
-Alternately, you can download the source distribution from `PyPI 
`_ (e.g. selenium-3.8.0.tar.gz), 
unarchive it, and run::
+Alternately, you can download the source distribution from `PyPI 
`_ (e.g. selenium-3.9.0.tar.gz), 
unarchive it, and run::
 
 python setup.py install
 
@@ -127,11 +127,11 @@
 
 However, to use Selenium 

commit umbrello for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2018-02-14 09:44:29

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


Package is "umbrello"

Wed Feb 14 09:44:29 2018 rev:61 rq:575147 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-01-22 
16:18:10.854881529 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2018-02-14 
09:44:41.370974350 +0100
@@ -1,0 +2,15 @@
+Wed Feb 07 08:49:27 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Fix writing '44' as true boolean value into xmi file for attributes 
usesdiagramfillcolor and usesdiagramusefillcolor
+  * Reorder 'useDiagram' related variables alphabetical.
+  * Fix 'Naming of new datatypes' (kde#389353)
+  * Fix 'Font is always bold when model is opened, although default font is 
regular style' (kde#389357)
+  * Fix 'Bug in Source Code Editor'
+  * extract messages from umbrelloui.rc.cmake
+
+---

Old:

  umbrello-17.12.1.tar.xz

New:

  umbrello-17.12.2.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.ElVkgQ/_old  2018-02-14 09:44:44.186871721 +0100
+++ /var/tmp/diff_new_pack.ElVkgQ/_new  2018-02-14 09:44:44.186871721 +0100
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   umbrello
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ umbrello-17.12.1.tar.xz -> umbrello-17.12.2.tar.xz ++
 25548 lines of diff (skipped)




commit rocs for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2018-02-14 09:44:02

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


Package is "rocs"

Wed Feb 14 09:44:02 2018 rev:92 rq:575140 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2018-01-22 
16:18:06.495085462 +0100
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2018-02-14 
09:44:03.492354928 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:16 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  rocs-17.12.1.tar.xz

New:

  rocs-17.12.2.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.JB55lX/_old  2018-02-14 09:44:04.292325771 +0100
+++ /var/tmp/diff_new_pack.JB55lX/_new  2018-02-14 09:44:04.296325625 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   rocs
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ rocs-17.12.1.tar.xz -> rocs-17.12.2.tar.xz ++
 5272 lines of diff (skipped)




commit sweeper for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2018-02-14 09:44:21

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


Package is "sweeper"

Wed Feb 14 09:44:21 2018 rev:81 rq:575145 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2018-01-17 
21:54:53.896800808 +0100
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2018-02-14 
09:44:32.927282096 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:24 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  sweeper-17.12.1.tar.xz

New:

  sweeper-17.12.2.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.SUYPAP/_old  2018-02-14 09:44:34.199235737 +0100
+++ /var/tmp/diff_new_pack.SUYPAP/_new  2018-02-14 09:44:34.199235737 +0100
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   sweeper
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ sweeper-17.12.1.tar.xz -> sweeper-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sweeper-17.12.1/org.kde.sweeper.desktop 
new/sweeper-17.12.2/org.kde.sweeper.desktop
--- old/sweeper-17.12.1/org.kde.sweeper.desktop 2018-01-07 06:20:17.0 
+0100
+++ new/sweeper-17.12.2/org.kde.sweeper.desktop 2018-01-15 06:16:27.0 
+0100
@@ -151,6 +151,7 @@
 Comment[pl]=Pomaga zatrzeć niechciane ślady, które użytkownik zostawia na 
systemie i odzyskać przestrzeń dyskową poprzez usunięcie nieużywanych plików 
tymczasowych
 Comment[pt]=Ajuda a limpar os vestígios indesejados que o utilizador deixa no 
sistema para voltar a ganhar espaço em disco, removendo os ficheiros 
temporários não usados
 Comment[sk]=Pomôže vám vyčistiť neželané stopy v systéme a obnoviť miesto na 
disku odstránením nepotrebných dočasných súborov.
+Comment[sl]=Pomaga pri čiščenju neželenih sledi, ki jih uporabnik pušča na 
sistemu, in sproščanju prostora na disku z odstranjevanjem neuporabljenih 
začasnih datotek
 Comment[sr]=Помаже у отклањању нежељених трагова које корисник остави на 
систему и ослобађању простора на диску брисањем привремених фајлова
 Comment[sr@ijekavian]=Помаже у отклањању нежељених трагова које корисник 
остави на систему и ослобађању простора на диску брисањем привремених фајлова
 Comment[sr@ijekavianlatin]=Pomaže u otklanjanju neželjenih tragova koje 
korisnik ostavi na sistemu i oslobađanju prostora na disku brisanjem 
privremenih fajlova
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sweeper-17.12.1/po/ca/sweeper.po 
new/sweeper-17.12.2/po/ca/sweeper.po
--- old/sweeper-17.12.1/po/ca/sweeper.po2018-01-09 01:57:05.0 
+0100
+++ new/sweeper-17.12.2/po/ca/sweeper.po2018-02-06 01:11:54.0 
+0100
@@ -294,101 +294,3 @@
 #, kde-format
 msgid " Up"
 msgstr ""
-
-#~ msgid "Network privacy level:"
-#~ msgstr "Nivell de privacitat de la xarxa:"
-
-#~ msgid "Low"
-#~ msgstr "Baix"
-
-#~ msgid "Medium"
-#~ msgstr "Mitjà"
-
-#~ msgid "High"
-#~ msgstr "Alt"
-
-#~ msgid "Custom"
-#~ msgstr "A mida"
-
-#~ msgid "Financial Information"
-#~ msgstr "Informació financera"
-
-#~ msgid ""
-#~ "Warn me when I visit a site that uses my financial or purchase "
-#~ "information:"
-#~ msgstr ""
-#~ "Avisa'm quan visito un lloc que usa la meva informació financera o de "
-#~ "compres:"
-
-#~ msgid "For marketing or advertising purposes"
-#~ msgstr "Amb propòsits de màrqueting o publicitat"
-
-#~ msgid "To share with other companies"
-#~ msgstr "Per a compartir amb d'altres companyies"
-
-#~ msgid "Health Information"
-#~ msgstr "Informació de salut"
-
-#~ msgid ""
-#~ "Warn me when I visit a site that uses my health or medical information: "
-#~ msgstr ""
-#~ "Avisa'm quan visito un lloc que usa la meva informació sanitària o "
-#~ "mèdica: "
-
-#~ msgid "Demographics"
-#~ msgstr "Demografia"
-
-#~ msgid ""
-#~ "Warn me when I visit a site that uses my non-personally identifiable "
-#~ "information:"
-#~ msgstr ""
-#~ "Avisa'm quan visito un lloc que usa informació meva no identificable "
-#~ "personalment:"
-
-#~ msgid "To determine my interests, habits or general behavior"
-#~ msgstr ""
-#~ "Per a determinar els meus interessos, costums o comportament general"
-
-#~ msgid ""
-#~ "Warn me when I visit a site that shares my 

commit svgpart for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2018-02-14 09:44:16

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


Package is "svgpart"

Wed Feb 14 09:44:16 2018 rev:71 rq:575144 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2018-01-22 
16:18:09.138961793 +0100
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2018-02-14 
09:44:21.495698745 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:24 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  svgpart-17.12.1.tar.xz

New:

  svgpart-17.12.2.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.gPkkhM/_old  2018-02-14 09:44:22.311669005 +0100
+++ /var/tmp/diff_new_pack.gPkkhM/_new  2018-02-14 09:44:22.315668859 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   svgpart
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ svgpart-17.12.1.tar.xz -> svgpart-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-17.12.1/po/nn/svgpart.po 
new/svgpart-17.12.2/po/nn/svgpart.po
--- old/svgpart-17.12.1/po/nn/svgpart.po2018-01-09 01:56:44.0 
+0100
+++ new/svgpart-17.12.2/po/nn/svgpart.po2018-02-06 01:10:38.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: svgpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-09-03 03:05+0200\n"
+"POT-Creation-Date: 2017-09-23 03:26+0200\n"
 "PO-Revision-Date: 2008-08-03 19:23+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "k...@huftis.org"
 
-#: svgpart.cpp:37
+#: svgpart.cpp:42
 #, kde-format
 msgid "SVG Part"
 msgstr "SVG-del"
 
-#: svgpart.cpp:39
+#: svgpart.cpp:44
 #, kde-format
 msgid "A KPart to display SVG images"
 msgstr "Ein KPart for vising av SVG-bilete"
 
-#: svgpart.cpp:41
+#: svgpart.cpp:46
 #, kde-format
 msgid "Copyright 2007, Aurélien Gâteau "
 msgstr "© 2007 Aurélien Gâteau "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-17.12.1/po/tr/svgpart.po 
new/svgpart-17.12.2/po/tr/svgpart.po
--- old/svgpart-17.12.1/po/tr/svgpart.po2018-01-09 01:56:44.0 
+0100
+++ new/svgpart-17.12.2/po/tr/svgpart.po2018-02-06 01:10:38.0 
+0100
@@ -11,8 +11,8 @@
 "POT-Creation-Date: 2017-09-23 03:26+0200\n"
 "PO-Revision-Date: 2014-06-08 13:55+\n"
 "Last-Translator: Volkan Gezer \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdegraphics-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdegraphics-k-tr/;
+"language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-17.12.1/po/zh_CN/svgpart.po 
new/svgpart-17.12.2/po/zh_CN/svgpart.po
--- old/svgpart-17.12.1/po/zh_CN/svgpart.po 2018-01-09 01:56:44.0 
+0100
+++ new/svgpart-17.12.2/po/zh_CN/svgpart.po 2018-02-06 01:10:38.0 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-09-23 03:26+0200\n"
-"PO-Revision-Date: 2018-01-08 18:08-0500\n"
+"PO-Revision-Date: 2018-02-04 20:34-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit signon-kwallet-extension for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2018-02-14 09:44:04

Comparing /work/SRC/openSUSE:Factory/signon-kwallet-extension (Old)
 and  /work/SRC/openSUSE:Factory/.signon-kwallet-extension.new (New)


Package is "signon-kwallet-extension"

Wed Feb 14 09:44:04 2018 rev:33 rq:575141 version:17.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
2018-01-17 21:54:51.844896785 +0100
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
   2018-02-14 09:44:04.964301278 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:16 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  signon-kwallet-extension-17.12.1.tar.xz

New:

  signon-kwallet-extension-17.12.2.tar.xz



Other differences:
--
++ signon-kwallet-extension.spec ++
--- /var/tmp/diff_new_pack.9Va8m3/_old  2018-02-14 09:44:05.688274891 +0100
+++ /var/tmp/diff_new_pack.9Va8m3/_new  2018-02-14 09:44:05.692274745 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   signon-kwallet-extension
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ signon-kwallet-extension-17.12.1.tar.xz -> 
signon-kwallet-extension-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-17.12.1/CMakeLists.txt 
new/signon-kwallet-extension-17.12.2/CMakeLists.txt
--- old/signon-kwallet-extension-17.12.1/CMakeLists.txt 2018-01-04 
19:08:15.0 +0100
+++ new/signon-kwallet-extension-17.12.2/CMakeLists.txt 2018-02-03 
00:48:58.0 +0100
@@ -2,7 +2,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(kwalletsignon_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)




commit pim-sieve-editor for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package pim-sieve-editor for 
openSUSE:Factory checked in at 2018-02-14 09:43:53

Comparing /work/SRC/openSUSE:Factory/pim-sieve-editor (Old)
 and  /work/SRC/openSUSE:Factory/.pim-sieve-editor.new (New)


Package is "pim-sieve-editor"

Wed Feb 14 09:43:53 2018 rev:14 rq:575138 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/pim-sieve-editor/pim-sieve-editor.changes
2018-01-22 16:18:02.335280041 +0100
+++ /work/SRC/openSUSE:Factory/.pim-sieve-editor.new/pim-sieve-editor.changes   
2018-02-14 09:43:53.760709631 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:16 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  pim-sieve-editor-17.12.1.tar.xz

New:

  pim-sieve-editor-17.12.2.tar.xz



Other differences:
--
++ pim-sieve-editor.spec ++
--- /var/tmp/diff_new_pack.vlPXBn/_old  2018-02-14 09:43:54.348688200 +0100
+++ /var/tmp/diff_new_pack.vlPXBn/_new  2018-02-14 09:43:54.352688054 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pim-sieve-editor
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ pim-sieve-editor-17.12.1.tar.xz -> pim-sieve-editor-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-sieve-editor-17.12.1/CMakeLists.txt 
new/pim-sieve-editor-17.12.2/CMakeLists.txt
--- old/pim-sieve-editor-17.12.1/CMakeLists.txt 2018-01-09 02:19:15.0 
+0100
+++ new/pim-sieve-editor-17.12.2/CMakeLists.txt 2018-02-06 01:42:41.0 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.7.1")
+set(KDEPIM_VERSION_NUMBER "5.7.2")
 project( sieveeditor VERSION ${KDEPIM_VERSION_NUMBER})
 
 if (POLICY CMP0063)
@@ -40,15 +40,15 @@
 
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
-set(KMAILTRANSPORT_LIB_VERSION "5.7.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.7.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
-set(LIBKSIEVE_LIB_VERSION_LIB "5.7.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.1")
-set(KIMAP_LIB_VERSION "5.7.1")
+set(LIBKSIEVE_LIB_VERSION_LIB "5.7.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.2")
+set(KIMAP_LIB_VERSION "5.7.2")
 
 
 set(QT_REQUIRED_VERSION "5.8.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-sieve-editor-17.12.1/po/ca/sieveeditor.po 
new/pim-sieve-editor-17.12.2/po/ca/sieveeditor.po
--- old/pim-sieve-editor-17.12.1/po/ca/sieveeditor.po   2018-01-09 
02:19:14.0 +0100
+++ new/pim-sieve-editor-17.12.2/po/ca/sieveeditor.po   2018-02-06 
01:42:40.0 +0100
@@ -732,39 +732,3 @@
 #, kde-format
 msgid "Remove"
 msgstr "Elimina"
-
-#~ msgid "Display"
-#~ msgstr "Mostra"
-
-#~ msgid "IMAP Server:"
-#~ msgstr "Servidor IMAP:"
-
-#~ msgid "No errors found."
-#~ msgstr "No s'ha trobat cap error."
-
-#~ msgid "An unknown error was encountered."
-#~ msgstr "S'ha trobat un error desconegut."
-
-#~ msgid "No IMAP Settings Found."
-#~ msgstr "No s'ha trobat cap configuració IMAP per importar."
-
-#~ msgid "Autogenerate script:"
-#~ msgstr "Autogenera l'script:"
-
-#~ msgid "Autogenerate Script..."
-#~ msgstr "Autogenera l'script..."
-
-#~ msgid ""
-#~ "Debug a script:Tools > Debug Sieve ScriptAutogenerate script:Tools > Autogenerate "
-#~ "scriptImport script:File > "
-#~ "Import"
-#~ msgstr ""
-#~ "Depura un script:Eines > Depura l'script «Sieve»Autogenera un script:Eines > Autogenera "
-#~ "l'scriptImporta un script:Fitxer "
-#~ "> Importa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-sieve-editor-17.12.1/po/ca@valencia/sieveeditor.po 
new/pim-sieve-editor-17.12.2/po/ca@valencia/sieveeditor.po
--- old/pim-sieve-editor-17.12.1/po/ca@valencia/sieveeditor.po  2018-01-09 
02:19:14.0 +0100
+++ new/pim-sieve-editor-17.12.2/po/ca@valencia/sieveeditor.po  2018-02-06 
01:42:40.0 +0100
@@ -731,39 +731,3 @@
 #, kde-format
 msgid "Remove"
 msgstr "Elimina"
-
-#~ msgid "Display"
-#~ msgstr "Mostra"
-
-#~ msgid "IMAP Server:"
-#~ msgstr "Servidor IMAP:"
-
-#~ msgid "No errors found."
-#~ msgstr "No s'ha trobat cap error."
-
-#~ msgid "An unknown error was encountered."
-#~ msgstr "S'ha trobat un error desconegut."
-
-#~ msgid "No IMAP Settings Found."
-#~ 

commit poxml for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2018-02-14 09:43:57

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


Package is "poxml"

Wed Feb 14 09:43:57 2018 rev:60 rq:575139 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2018-01-22 
16:18:04.907159739 +0100
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2018-02-14 
09:44:01.960410765 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:16 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  poxml-17.12.1.tar.xz

New:

  poxml-17.12.2.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.XOwWG8/_old  2018-02-14 09:44:02.876377379 +0100
+++ /var/tmp/diff_new_pack.XOwWG8/_new  2018-02-14 09:44:02.880377233 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   poxml
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ poxml-17.12.1.tar.xz -> poxml-17.12.2.tar.xz ++




commit picmi for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2018-02-14 09:43:46

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


Package is "picmi"

Wed Feb 14 09:43:46 2018 rev:70 rq:575135 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2018-01-22 
16:17:58.175474620 +0100
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2018-02-14 
09:43:47.164950038 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:15 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  picmi-17.12.1.tar.xz

New:

  picmi-17.12.2.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.dBToZH/_old  2018-02-14 09:43:47.880923942 +0100
+++ /var/tmp/diff_new_pack.dBToZH/_new  2018-02-14 09:43:47.884923796 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   picmi
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ picmi-17.12.1.tar.xz -> picmi-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-17.12.1/po/tr/picmi.po 
new/picmi-17.12.2/po/tr/picmi.po
--- old/picmi-17.12.1/po/tr/picmi.po2018-01-09 02:15:15.0 +0100
+++ new/picmi-17.12.2/po/tr/picmi.po2018-02-06 01:32:59.0 +0100
@@ -11,8 +11,8 @@
 "POT-Creation-Date: 2017-07-02 03:02+0200\n"
 "PO-Revision-Date: 2017-05-16 12:43+\n"
 "Last-Translator: Mete \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdegames-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/;
+"language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-17.12.1/po/zh_CN/picmi.po 
new/picmi-17.12.2/po/zh_CN/picmi.po
--- old/picmi-17.12.1/po/zh_CN/picmi.po 2018-01-09 02:15:15.0 +0100
+++ new/picmi-17.12.2/po/zh_CN/picmi.po 2018-02-06 01:32:59.0 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-07-02 04:53+0200\n"
-"PO-Revision-Date: 2018-01-08 18:08-0500\n"
+"POT-Creation-Date: 2017-07-02 03:02+0200\n"
+"PO-Revision-Date: 2018-02-04 20:34-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit lskat for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2018-02-14 09:43:15

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


Package is "lskat"

Wed Feb 14 09:43:15 2018 rev:69 rq:575123 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2018-01-22 
16:17:34.992559033 +0100
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2018-02-14 
09:43:19.881944488 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:02 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  lskat-17.12.1.tar.xz

New:

  lskat-17.12.2.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.UZwM22/_old  2018-02-14 09:43:20.757912559 +0100
+++ /var/tmp/diff_new_pack.UZwM22/_new  2018-02-14 09:43:20.761912413 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   lskat
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ lskat-17.12.1.tar.xz -> lskat-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.12.1/org.kde.lskat.appdata.xml 
new/lskat-17.12.2/org.kde.lskat.appdata.xml
--- old/lskat-17.12.1/org.kde.lskat.appdata.xml 2018-01-07 05:33:20.0 
+0100
+++ new/lskat-17.12.2/org.kde.lskat.appdata.xml 2018-01-22 05:33:51.0 
+0100
@@ -14,10 +14,12 @@
   LSkat
   LSkat
   LSkat
+  LSkat
   LSkat
   LSkat
   LSkat
   LSkat
+  LSkat
   П‑скат
   P‑skat
   П‑скат
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.12.1/po/ca/lskat.po 
new/lskat-17.12.2/po/ca/lskat.po
--- old/lskat-17.12.1/po/ca/lskat.po2018-01-09 02:15:09.0 +0100
+++ new/lskat-17.12.2/po/ca/lskat.po2018-02-06 01:32:50.0 +0100
@@ -471,12 +471,3 @@
 msgctxt "Won and overall games in score widget"
 msgid "Games: %1 / %2"
 msgstr "Partides: %1/%2"
-
-#~ msgid "OK"
-#~ msgstr "D'acord"
-
-#~ msgid "Cancel"
-#~ msgstr "Cancel·la"
-
-#~ msgid "Player %1 won "
-#~ msgstr "El jugador %1 guanya"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.12.1/po/ca@valencia/lskat.po 
new/lskat-17.12.2/po/ca@valencia/lskat.po
--- old/lskat-17.12.1/po/ca@valencia/lskat.po   2018-01-09 02:15:09.0 
+0100
+++ new/lskat-17.12.2/po/ca@valencia/lskat.po   2018-02-06 01:32:50.0 
+0100
@@ -471,12 +471,3 @@
 msgctxt "Won and overall games in score widget"
 msgid "Games: %1 / %2"
 msgstr "Partides: %1/%2"
-
-#~ msgid "OK"
-#~ msgstr "D'acord"
-
-#~ msgid "Cancel"
-#~ msgstr "Cancel·la"
-
-#~ msgid "Player %1 won "
-#~ msgstr "El jugador %1 guanya"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.12.1/po/nn/lskat.po 
new/lskat-17.12.2/po/nn/lskat.po
--- old/lskat-17.12.1/po/nn/lskat.po2018-01-09 02:15:10.0 +0100
+++ new/lskat-17.12.2/po/nn/lskat.po2018-02-06 01:32:51.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: lskat\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-04-24 02:49+0200\n"
+"POT-Creation-Date: 2017-10-24 03:12+0200\n"
 "PO-Revision-Date: 2016-01-07 20:53+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -265,17 +265,17 @@
 msgid "Code Improvements"
 msgstr "Kodeforbetring"
 
-#: main.cpp:94
+#: main.cpp:92
 #, kde-format
 msgid "Enter debug level"
 msgstr "Vel feilsøkingsnivå"
 
-#: main.cpp:95
+#: main.cpp:93
 #, kde-format
 msgid "Skip intro animation"
 msgstr "Hopp over introanimasjon"
 
-#: main.cpp:96
+#: main.cpp:94
 #, kde-format
 msgid "Run game in demo (autoplay) mode"
 msgstr "Køyr spelet i demomodus (automatisk speling)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.12.1/po/tr/lskat.po 
new/lskat-17.12.2/po/tr/lskat.po
--- old/lskat-17.12.1/po/tr/lskat.po2018-01-09 02:15:10.0 +0100
+++ new/lskat-17.12.2/po/tr/lskat.po2018-02-06 01:32:51.0 +0100
@@ -16,8 +16,8 @@
 "POT-Creation-Date: 2017-10-24 03:12+0200\n"
 "PO-Revision-Date: 2014-06-08 13:55+\n"
 "Last-Translator: Volkan Gezer \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdegames-k-tr/language/tr/)\n"

commit step for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2018-02-14 09:44:09

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


Package is "step"

Wed Feb 14 09:44:09 2018 rev:89 rq:575143 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2018-01-22 
16:18:07.923018669 +0100
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2018-02-14 
09:44:14.319960284 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:23 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  step-17.12.1.tar.xz

New:

  step-17.12.2.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.eveR1M/_old  2018-02-14 09:44:15.079932584 +0100
+++ /var/tmp/diff_new_pack.eveR1M/_new  2018-02-14 09:44:15.083932439 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   step
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ step-17.12.1.tar.xz -> step-17.12.2.tar.xz ++
 3745 lines of diff (skipped)




commit palapeli for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2018-02-14 09:43:39

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


Package is "palapeli"

Wed Feb 14 09:43:39 2018 rev:69 rq:575133 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2018-01-22 
16:17:48.803912987 +0100
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2018-02-14 
09:43:42.401123674 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:12 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  palapeli-17.12.1.tar.xz

New:

  palapeli-17.12.2.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.TePtvD/_old  2018-02-14 09:43:43.169095683 +0100
+++ /var/tmp/diff_new_pack.TePtvD/_new  2018-02-14 09:43:43.173095536 +0100
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   palapeli
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ palapeli-17.12.1.tar.xz -> palapeli-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palapeli-17.12.1/po/ca/palapeli.po 
new/palapeli-17.12.2/po/ca/palapeli.po
--- old/palapeli-17.12.1/po/ca/palapeli.po  2018-01-09 02:15:12.0 
+0100
+++ new/palapeli-17.12.2/po/ca/palapeli.po  2018-02-06 01:32:55.0 
+0100
@@ -1218,14 +1218,3 @@
 msgctxt "Progress display"
 msgid "%1% finished"
 msgstr "%1% finalitzat"
-
-#~ msgid ""
-#~ "If the -i/--import option is specified, the main window will not be shown "
-#~ "after importing the given puzzle."
-#~ msgstr ""
-#~ "Si s'especifica l'opció -i/--import, no es mostrarà la finestra principal "
-#~ "després d'importar el trencaclosques proporcionat."
-
-#~ msgctxt "As in a movie close-up scene"
-#~ msgid "Close-up View"
-#~ msgstr "Vista de primer pla"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palapeli-17.12.1/po/nn/palapeli.po 
new/palapeli-17.12.2/po/nn/palapeli.po
--- old/palapeli-17.12.1/po/nn/palapeli.po  2018-01-09 02:15:13.0 
+0100
+++ new/palapeli-17.12.2/po/nn/palapeli.po  2018-02-06 01:32:55.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-09-02 03:19+0200\n"
+"POT-Creation-Date: 2017-10-25 05:38+0200\n"
 "PO-Revision-Date: 2017-09-03 18:11+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -346,43 +346,43 @@
 msgid "Change size of puzzle table area by dragging its edges"
 msgstr "Endra storleik på puslebrettområdet ved å dra i kantane"
 
-#: src/engine/gameplay.cpp:191 src/engine/gameplay.cpp:1137
+#: src/engine/gameplay.cpp:193 src/engine/gameplay.cpp:1139
 #, kde-format
 msgid "You have finished the puzzle. Do you want to restart it now?"
 msgstr "Du har lagt ferdig puslespelet. Vil du prøva å pusla det på nytt?"
 
-#: src/engine/gameplay.cpp:305
+#: src/engine/gameplay.cpp:307
 #, kde-format
 msgid "The following puzzles will be deleted. This action cannot be undone."
 msgstr "Desse puslespela vert sletta. Du kan ikkje angra denne handlinga."
 
-#: src/engine/gameplay.cpp:324 src/engine/gameplay.cpp:350
+#: src/engine/gameplay.cpp:326 src/engine/gameplay.cpp:352
 #, kde-format
 msgctxt "Filter for a file dialog"
 msgid "Palapeli puzzles (*.puzzle)"
 msgstr "Palapeli-puslespel (*.puzzle)"
 
-#: src/engine/gameplay.cpp:326
+#: src/engine/gameplay.cpp:328
 #, kde-format
 msgid "Import Palapeli puzzles"
 msgstr "Importer Palapeli-puslespel"
 
-#: src/engine/gameplay.cpp:352
+#: src/engine/gameplay.cpp:354
 #, kde-format
 msgid "Save Palapeli puzzles"
 msgstr "Lagra Palapeli-puslespel"
 
-#: src/engine/gameplay.cpp:367
+#: src/engine/gameplay.cpp:369
 #, kde-format
 msgid "Create a piece holder"
 msgstr "Lag brikkehaldar"
 
-#: src/engine/gameplay.cpp:368
+#: src/engine/gameplay.cpp:370
 #, kde-format
 msgid "Enter a short name (optional):"
 msgstr "Skriv inn eit kort namn (valfritt):"
 
-#: src/engine/gameplay.cpp:416
+#: src/engine/gameplay.cpp:418
 #, kde-format
 msgid ""
 "You need to click on a piece holder to select it before you can delete it, "
@@ -391,12 +391,12 @@
 "Du må trykkja på ein brikkehaldar for å velja han før du kan 

commit parley for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2018-02-14 09:43:42

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


Package is "parley"

Wed Feb 14 09:43:42 2018 rev:89 rq:575134 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2018-01-22 
16:17:56.791539356 +0100
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2018-02-14 
09:43:45.773000773 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:14 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  parley-17.12.1.tar.xz

New:

  parley-17.12.2.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.QWFQTw/_old  2018-02-14 09:43:46.772964325 +0100
+++ /var/tmp/diff_new_pack.QWFQTw/_new  2018-02-14 09:43:46.776964180 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   parley
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ parley-17.12.1.tar.xz -> parley-17.12.2.tar.xz ++
/work/SRC/openSUSE:Factory/parley/parley-17.12.1.tar.xz 
/work/SRC/openSUSE:Factory/.parley.new/parley-17.12.2.tar.xz differ: char 27, 
line 1




commit mbox-importer for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package mbox-importer for openSUSE:Factory 
checked in at 2018-02-14 09:43:19

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


Package is "mbox-importer"

Wed Feb 14 09:43:19 2018 rev:15 rq:575127 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes  
2018-01-22 16:17:36.312497291 +0100
+++ /work/SRC/openSUSE:Factory/.mbox-importer.new/mbox-importer.changes 
2018-02-14 09:43:27.953650276 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:04 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  mbox-importer-17.12.1.tar.xz

New:

  mbox-importer-17.12.2.tar.xz



Other differences:
--
++ mbox-importer.spec ++
--- /var/tmp/diff_new_pack.bv0LgO/_old  2018-02-14 09:43:28.761620825 +0100
+++ /var/tmp/diff_new_pack.bv0LgO/_new  2018-02-14 09:43:28.761620825 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mbox-importer
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)

++ mbox-importer-17.12.1.tar.xz -> mbox-importer-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-17.12.1/CMakeLists.txt 
new/mbox-importer-17.12.2/CMakeLists.txt
--- old/mbox-importer-17.12.1/CMakeLists.txt2018-01-09 02:19:11.0 
+0100
+++ new/mbox-importer-17.12.2/CMakeLists.txt2018-02-06 01:42:35.0 
+0100
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.7.1")
+set(KDEPIM_VERSION_NUMBER "5.7.2")
 cmake_minimum_required(VERSION 3.1)
 project(mbox-importer VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -37,16 +37,16 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADI_VERSION "5.7.1")
+set(AKONADI_VERSION "5.7.2")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets)
-set(LIBMAILIMPORTER_VERSION_LIB "5.7.1")
-set(MAILCOMMON_LIB_VERSION_LIB "5.7.1")
-set(PIMCOMMON_LIB_VERSION "5.7.1")
+set(LIBMAILIMPORTER_VERSION_LIB "5.7.2")
+set(MAILCOMMON_LIB_VERSION_LIB "5.7.2")
+set(PIMCOMMON_LIB_VERSION "5.7.2")
 
 # Find KF5 package
 find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-17.12.1/po/ca/mboximporter.po 
new/mbox-importer-17.12.2/po/ca/mboximporter.po
--- old/mbox-importer-17.12.1/po/ca/mboximporter.po 2018-01-09 
02:19:11.0 +0100
+++ new/mbox-importer-17.12.2/po/ca/mboximporter.po 2018-02-06 
01:42:34.0 +0100
@@ -86,9 +86,3 @@
 #, kde-format
 msgid "Import Mails"
 msgstr "Importa els correus"
-
-#~ msgid "Messageviewer Header Theme Editor"
-#~ msgstr "Editor de temes per a les capçaleres del visor de missatges"
-
-#~ msgid "mbox importer"
-#~ msgstr "Importador de mbox"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-17.12.1/po/ca@valencia/mboximporter.po 
new/mbox-importer-17.12.2/po/ca@valencia/mboximporter.po
--- old/mbox-importer-17.12.1/po/ca@valencia/mboximporter.po2018-01-09 
02:19:11.0 +0100
+++ new/mbox-importer-17.12.2/po/ca@valencia/mboximporter.po2018-02-06 
01:42:34.0 +0100
@@ -86,9 +86,3 @@
 #, kde-format
 msgid "Import Mails"
 msgstr "Importa els correus"
-
-#~ msgid "Messageviewer Header Theme Editor"
-#~ msgstr "Editor de temes per a les capçaleres del visor de missatges"
-
-#~ msgid "mbox importer"
-#~ msgstr "Importador de mbox"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-17.12.1/po/fr/mboximporter.po 
new/mbox-importer-17.12.2/po/fr/mboximporter.po
--- old/mbox-importer-17.12.1/po/fr/mboximporter.po 2018-01-09 
02:19:11.0 +0100
+++ new/mbox-importer-17.12.2/po/fr/mboximporter.po 2018-02-06 
01:42:34.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Geoffray Levasseur , 2013.
-# Vincent Pinon , 2017.
+# Vincent Pinon , 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit lokalize for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2018-02-14 09:43:10

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


Package is "lokalize"

Wed Feb 14 09:43:10 2018 rev:60 rq:575122 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2018-01-22 
16:17:32.284685698 +0100
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2018-02-14 
09:43:14.474141604 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:01 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  lokalize-17.12.1.tar.xz

New:

  lokalize-17.12.2.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.eSg354/_old  2018-02-14 09:43:15.314110986 +0100
+++ /var/tmp/diff_new_pack.eSg354/_new  2018-02-14 09:43:15.318110840 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   lokalize
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ lokalize-17.12.1.tar.xz -> lokalize-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-17.12.1/po/ar/lokalize.po 
new/lokalize-17.12.2/po/ar/lokalize.po
--- old/lokalize-17.12.1/po/ar/lokalize.po  2018-01-09 02:15:44.0 
+0100
+++ new/lokalize-17.12.2/po/ar/lokalize.po  2018-02-06 01:33:41.0 
+0100
@@ -624,7 +624,9 @@
 msgid ""
 "symbol: a designation of a concept by letters, numerals, pictograms or any "
 "combination thereof"
-msgstr "رمز: تسمية لمعنًى بالأحرف، أو الأرقام، أو المصوّرات أو أيّة تجميعة 
منها"
+msgstr ""
+"رمز: تسمية لمعنًى بالأحرف، أو الأرقام، أو المصوّرات أو أيّة تجميعة منهارمز: "
+"تسمية لمعنًى بالأحرف، أو الأرقام، أو المصوّرات أو أيّة تجميعة منها"
 
 #: src/catalog/catalogstring.cpp:161
 #, kde-format
@@ -1322,7 +1324,9 @@
 msgid ""
 "Open catalog to be merged into the current one / replicate base file changes "
 "to"
-msgstr "افتح كتالوجًا ليُدمج بالحاليّ (أي لتكرار التّغييرات في الملفّ الأساس 
عليه)"
+msgstr ""
+"افتح كتالوجًا ليُدمج بالحاليّ (أي لتكرار التّغييرات في الملفّ الأساس 
عليه)افتح "
+"كتالوجًا ليُدمج بالحاليّ (أي لتكرار التّغييرات في الملفّ الأساس عليه)"
 
 #: src/editortab.cpp:669 src/editortab.cpp:726
 #, kde-format
@@ -2762,7 +2766,9 @@
 msgid ""
 "LEDs to indicate Fuzzy and Untranslated status as well as cursor column "
 "number"
-msgstr "أضواء لتمثيل حالتي الغبشة وغير المترجمة إضافة إلى موقع المؤشّر في 
النّصّ"
+msgstr ""
+"أضواء لتمثيل حالتي الغبشة وغير المترجمة إضافة إلى موقع المؤشّر في النّصّأضواء 
"
+"لتمثيل حالتي الغبشة وغير المترجمة إضافة إلى موقع المؤشّر في النّصّ"
 
 #. i18n: ectx: property (whatsThis), widget (QGroupBox, groupBox)
 #: src/prefs/prefs_appearance.ui:56
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-17.12.1/po/ca/lokalize.po 
new/lokalize-17.12.2/po/ca/lokalize.po
--- old/lokalize-17.12.1/po/ca/lokalize.po  2018-01-09 02:15:44.0 
+0100
+++ new/lokalize-17.12.2/po/ca/lokalize.po  2018-02-06 01:33:41.0 
+0100
@@ -4097,150 +4097,3 @@
 msgctxt "@item Undo action item"
 msgid "Copy source to target"
 msgstr "Copia l'origen a la destinació"
-
-#~ msgctxt "@title actions category"
-#~ msgid "Tools"
-#~ msgstr "Eines"
-
-#~ msgid ""
-#~ "Translate-Toolkit not found. Please install this package for the feature "
-#~ "to work."
-#~ msgstr ""
-#~ "No s'ha trobat «translate-toolkit». Si us plau, instal·leu aquest paquet "
-#~ "per que funcioni aquesta característica."
-
-#~ msgid "What do you want to do?"
-#~ msgstr "Què és el que voleu fer?"
-
-#~ msgid "Identify the kind of project you want:"
-#~ msgstr "Identifiqueu el tipus de projecte que voleu:"
-
-#~ msgid "Translate application interface"
-#~ msgstr "Traduir una interfície d'aplicació"
-
-#~ msgid "Choose a document to be translated"
-#~ msgstr "Trieu un document per traduir"
-
-#~ msgid "Choose document in a source language."
-#~ msgstr "Trieu un document en l'idioma d'origen."
-
-#~ msgid "Select file:"
-#~ msgstr "Selecció de fitxer:"
-
-#~ msgid "Select a folder:"
-#~ msgstr "Selecció de carpeta:"
-
-#~ msgid "Choose project name and location"
-#~ msgstr "Seleccioneu el nom del projecte i la ubicació"
-
-#~ msgid ""
-#~ "If you choose custom paths then the source files will be copied to it."
-#~ msgstr ""
-#~ "Si seleccioneu camins 

commit okteta for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-02-14 09:43:36

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


Package is "okteta"

Wed Feb 14 09:43:36 2018 rev:59 rq:575131 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2018-01-22 
16:17:46.220033851 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2018-02-14 
09:43:39.557227332 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:10 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * Bump version to 0.24.2
+
+---

Old:

  okteta-17.12.1.tar.xz

New:

  okteta-17.12.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.8yxuwo/_old  2018-02-14 09:43:41.321163037 +0100
+++ /var/tmp/diff_new_pack.8yxuwo/_new  2018-02-14 09:43:41.321163037 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.12.1.tar.xz -> okteta-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.1/po/ca/libkasten.po 
new/okteta-17.12.2/po/ca/libkasten.po
--- old/okteta-17.12.1/po/ca/libkasten.po   2018-01-09 02:15:49.0 
+0100
+++ new/okteta-17.12.2/po/ca/libkasten.po   2018-02-06 01:33:47.0 
+0100
@@ -459,7 +459,3 @@
 "changes?"
 msgstr ""
 "El %1 s'ha modificat.Voleu descartar els canvis?"
-
-#~ msgctxt "@info:tooltip"
-#~ msgid "Export the data into the file with the entered name."
-#~ msgstr "Exporta les dades seleccionades al fitxer amb el nom introduït."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.1/po/ca/liboktetakasten.po 
new/okteta-17.12.2/po/ca/liboktetakasten.po
--- old/okteta-17.12.1/po/ca/liboktetakasten.po 2018-01-09 02:15:49.0 
+0100
+++ new/okteta-17.12.2/po/ca/liboktetakasten.po 2018-02-06 01:33:47.0 
+0100
@@ -3401,81 +3401,3 @@
 "@item:inlistbox coding of the bytes as UTF-8 characters with the values"
 msgid "UTF-8"
 msgstr "UTF-8:"
-
-#~ msgid " byte"
-#~ msgid_plural " bytes"
-#~ msgstr[0] " byte"
-#~ msgstr[1] " bytes"
-
-#~ msgid " bit"
-#~ msgid_plural " bits"
-#~ msgstr[0] " bit"
-#~ msgstr[1] " bits"
-
-#~ msgctxt "advertizer in the footer of the printed page"
-#~ msgid "Okteta, built on KDE4"
-#~ msgstr "Okteta, creat en el KDE4"
-
-#~ msgid "invalid name"
-#~ msgstr "nom no vàlid"
-
-#~ msgctxt "@label:spinbox number of bytes which are grouped"
-#~ msgid "Per Group:"
-#~ msgstr "Per grup:"
-
-#~ msgctxt "@label:spinbox number of bytes which are shown per line"
-#~ msgid "Per Line:"
-#~ msgstr "Per línia:"
-
-#~ msgctxt "@label:spinbox size of the bytes to generate"
-#~ msgid ":"
-#~ msgstr ":"
-
-#~ msgid "flags (%1)"
-#~ msgstr "indicadors (%1)"
-
-#~ msgid "Unsigned values display"
-#~ msgstr "Mostra els valors sense signe"
-
-#~ msgctxt "invalid value (out of range)"
-#~ msgid "invalid"
-#~ msgstr "no vàlid"
-
-#~ msgctxt "bit flags, i.e. 'R | W | X' with undelying type"
-#~ msgid "flags(%1)"
-#~ msgstr "indicadors(%1)"
-
-#~ msgid ""
-#~ msgstr ""
-
-#~ msgctxt "@window:title"
-#~ msgid "Create new View Profile"
-#~ msgstr "Crea un nou perfil de vista"
-
-#~ msgctxt "Data type"
-#~ msgid "signed bitfield"
-#~ msgstr "camp de bits amb signe"
-
-#~ msgctxt "Data type"
-#~ msgid "boolean bitfield"
-#~ msgstr "camp de bits booleà"
-
-#~ msgctxt "Data type"
-#~ msgid "unsigned bitfield"
-#~ msgstr "camp de bits sense signe"
-
-#~ msgctxt "Data type"
-#~ msgid "float"
-#~ msgstr "flotant"
-
-#~ msgctxt "Data type"
-#~ msgid "double"
-#~ msgstr "doble"
-
-#~ msgctxt "Data type"
-#~ msgid "char"
-#~ msgstr "caràcter"
-
-#~ msgctxt "@info:tooltip"
-#~ msgid "The byte order used to decode the values."
-#~ msgstr "L'ordre dels bytes utilitzat per a descodificar els valors."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.12.1/po/ca/okteta.po 
new/okteta-17.12.2/po/ca/okteta.po
--- old/okteta-17.12.1/po/ca/okteta.po  2018-01-09 02:15:49.0 +0100
+++ new/okteta-17.12.2/po/ca/okteta.po  2018-02-06 01:33:47.0 +0100
@@ -97,7 +97,3 @@
 #, kde-format
 msgid "File(s) to load."
 msgstr "Fitxer/s a carregar."
-
-#~ msgctxt "@title:menu submenu to select the view profile or 

commit minuet for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package minuet for openSUSE:Factory checked 
in at 2018-02-14 09:43:28

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


Package is "minuet"

Wed Feb 14 09:43:28 2018 rev:18 rq:575129 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/minuet/minuet.changes2018-01-22 
16:17:44.792100645 +0100
+++ /work/SRC/openSUSE:Factory/.minuet.new/minuet.changes   2018-02-14 
09:43:33.149460891 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:09 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  minuet-17.12.1.tar.xz

New:

  minuet-17.12.2.tar.xz



Other differences:
--
++ minuet.spec ++
--- /var/tmp/diff_new_pack.Jc2uui/_old  2018-02-14 09:43:35.837362918 +0100
+++ /var/tmp/diff_new_pack.Jc2uui/_new  2018-02-14 09:43:35.837362918 +0100
@@ -22,7 +22,7 @@
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:   minuet
-Version:17.12.1
+Version:17.12.2
 Release:0
 Summary:A KDE Software for Music Education
 License:GPL-2.0+

++ minuet-17.12.1.tar.xz -> minuet-17.12.2.tar.xz ++
/work/SRC/openSUSE:Factory/minuet/minuet-17.12.1.tar.xz 
/work/SRC/openSUSE:Factory/.minuet.new/minuet-17.12.2.tar.xz differ: char 27, 
line 1




commit pim-data-exporter for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package pim-data-exporter for 
openSUSE:Factory checked in at 2018-02-14 09:43:47

Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and  /work/SRC/openSUSE:Factory/.pim-data-exporter.new (New)


Package is "pim-data-exporter"

Wed Feb 14 09:43:47 2018 rev:16 rq:575137 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes  
2018-01-22 16:18:00.851349453 +0100
+++ /work/SRC/openSUSE:Factory/.pim-data-exporter.new/pim-data-exporter.changes 
2018-02-14 09:43:52.864742288 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:15 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  pim-data-exporter-17.12.1.tar.xz

New:

  pim-data-exporter-17.12.2.tar.xz



Other differences:
--
++ pim-data-exporter.spec ++
--- /var/tmp/diff_new_pack.DfPsir/_old  2018-02-14 09:43:53.480719836 +0100
+++ /var/tmp/diff_new_pack.DfPsir/_new  2018-02-14 09:43:53.484719690 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pim-data-exporter
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ pim-data-exporter-17.12.1.tar.xz -> pim-data-exporter-17.12.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-17.12.1/CMakeLists.txt 
new/pim-data-exporter-17.12.2/CMakeLists.txt
--- old/pim-data-exporter-17.12.1/CMakeLists.txt2018-01-09 
02:19:13.0 +0100
+++ new/pim-data-exporter-17.12.2/CMakeLists.txt2018-02-06 
01:42:38.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.7.1")
+set(KDEPIM_VERSION_NUMBER "5.7.2")
 project(pim-data-exporter VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.39.0")
@@ -41,15 +41,15 @@
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml Test)
 
-set(AKONADI_VERSION "5.7.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.1")
-set(KCONTACTS_LIB_VERSION "5.7.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.7.1")
-set(KMIME_LIB_VERSION "5.7.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.7.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.7.1")
-set(MAILCOMMON_LIB_VERSION_LIB "5.7.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.7.1")
+set(AKONADI_VERSION "5.7.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.7.2")
+set(KCONTACTS_LIB_VERSION "5.7.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.7.2")
+set(KMIME_LIB_VERSION "5.7.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.7.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.7.2")
+set(MAILCOMMON_LIB_VERSION_LIB "5.7.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.7.2")
 
 # Find KF5 package
 find_package(KF5Archive ${KF5_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-17.12.1/gui/org.kde.pimsettingexporter.desktop 
new/pim-data-exporter-17.12.2/gui/org.kde.pimsettingexporter.desktop
--- old/pim-data-exporter-17.12.1/gui/org.kde.pimsettingexporter.desktop
2017-12-31 12:38:14.0 +0100
+++ new/pim-data-exporter-17.12.2/gui/org.kde.pimsettingexporter.desktop
2018-02-02 07:16:38.0 +0100
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=PIM Setting Exporter
+Name[ar]=مصدّر إعدادات PIM
 Name[ast]=Esportador d'axustes PIM
 Name[bs]=Izvoženje PIM postavki
 Name[ca]=Exportador de la configuració PIM
@@ -47,6 +48,7 @@
 Type=Application
 Icon=kontact
 Comment=PIM Setting Exporter allows to save all data from PIM apps and restore 
them in other system.
+Comment[ar]=يتيح لك «مصدّر إعدادات PIM» حفظ كلّ البيانات من تطبيقات PIM 
واسترجاعها في الأنظمة الأخرى.
 Comment[bs]=PIM izvoznik postavki vam omogućava da spremite sve podatke iz PIM 
aplikacija i vratite ih u drugi sistem.
 Comment[ca]=L'exportador de la configuració PIM permet desar totes les dades 
de les aplicacions PIM i restaura-les en un altre sistema.
 Comment[ca@valencia]=L'exportador de la configuració PIM permet guardar totes 
les dades de les aplicacions PIM i restaura-les en un altre sistema.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-17.12.1/po/ca/pimsettingexporter.po 
new/pim-data-exporter-17.12.2/po/ca/pimsettingexporter.po
--- old/pim-data-exporter-17.12.1/po/ca/pimsettingexporter.po   2018-01-09 
02:19:12.0 +0100
+++ new/pim-data-exporter-17.12.2/po/ca/pimsettingexporter.po   2018-02-06 

commit kubrick for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2018-02-14 09:42:14

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


Package is "kubrick"

Wed Feb 14 09:42:14 2018 rev:69 rq:575102 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2018-01-22 
16:17:13.557561694 +0100
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2018-02-14 
09:42:22.720028111 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:50 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kubrick-17.12.1.tar.xz

New:

  kubrick-17.12.2.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.k7eWNd/_old  2018-02-14 09:42:25.635921820 +0100
+++ /var/tmp/diff_new_pack.k7eWNd/_new  2018-02-14 09:42:25.639921674 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kubrick
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kubrick-17.12.1.tar.xz -> kubrick-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-17.12.1/po/tr/kubrick.po 
new/kubrick-17.12.2/po/tr/kubrick.po
--- old/kubrick-17.12.1/po/tr/kubrick.po2018-01-09 02:14:46.0 
+0100
+++ new/kubrick-17.12.2/po/tr/kubrick.po2018-02-06 01:32:23.0 
+0100
@@ -13,8 +13,8 @@
 "POT-Creation-Date: 2017-06-23 03:05+0200\n"
 "PO-Revision-Date: 2017-07-07 13:53+\n"
 "Last-Translator: Kaan \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdegames-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/;
+"language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -54,8 +54,8 @@
 "options dialog at menu item Game->Choose Puzzle Type->Make Your Own..."
 msgstr ""
 "Üzgünüm, Küp şu an karıştırılamıyor. Karıştırma hareketlerinin sayısı sıfıra "
-"ayarlanmış durumda. Lütfen seçenekler diyaloğunda  Oyun->Bulmaca Türünü Seç->"
-"Kendi Bulmacanı Yap... menü ögesinden karıştırma hareketi sayısını seçin."
+"ayarlanmış durumda. Lütfen seçenekler diyaloğunda  Oyun->Bulmaca Türünü Seç-"
+">Kendi Bulmacanı Yap... menü ögesinden karıştırma hareketi sayısını seçin."
 
 #: game.cpp:160
 #, kde-format
@@ -203,8 +203,8 @@
 "Please use 'Choose Puzzle Type->Make Your Own...' to set the "
 "above options."
 msgstr ""
-"Lütfen yukarıdaki seçenekleri ayarlamak için 'Bulmaca Türünü Seç->->"
-"Kendi Bulmacanı Yap...' seçeneğini kullanın."
+"Lütfen yukarıdaki seçenekleri ayarlamak için 'Bulmaca Türünü Seç->-"
+">Kendi Bulmacanı Yap...' seçeneğini kullanın."
 
 #: gamedialog.cpp:112
 #, kde-format
@@ -393,8 +393,8 @@
 "like."
 msgstr ""
 "Rubik Küpü birçok ilginç desene çevrilebilir. David Singmaster'ın ünlü "
-"kitabı 'Rubik'in Sihirli Küpü Üzerine Notlar, Beşinci Basım'ın içinden ("
-"1981'de basılmış, sayfa 47-49) bir kaç örnek görebilirsiniz. Bir desen "
+"kitabı 'Rubik'in Sihirli Küpü Üzerine Notlar, Beşinci Basım'ın içinden "
+"(1981'de basılmış, sayfa 47-49) bir kaç örnek görebilirsiniz. Bir desen "
 "oluşturduktan sonra istediğiniz kadar geri almak, yinelemek için Çöz "
 "seçeneğini (öntanımlı atananı S) kullanabilirsiniz."
 
@@ -479,8 +479,8 @@
 msgstr ""
 "Matematikçiler 3x3x3 küplerinin toplamda 43,252,003,274,489,856,000 "
 "farklı desene evrilebileceğini hesaplamışlar ve bütün konumların aşağı "
-"yukarı 20 hamlede çözüleceğine karar vermişlerdir. Bunu yapabilen yöntem ("
-"henüz keşfedilmemiş olan) Tanrı'nın Algoritmasıdır.Birçok değişik "
+"yukarı 20 hamlede çözüleceğine karar vermişlerdir. Bunu yapabilen yöntem "
+"(henüz keşfedilmemiş olan) Tanrı'nın Algoritmasıdır.Birçok değişik "
 "method bilinmektedir. Rubik Küpü ve Rubik Küpü için En Uygun Çözümler "
 "hakkındaki bu iki Vikipedi makalesine göz atın.Yapılmış olanları "
 "bozmadan bir kaç parçayı çözecek şekildeki bir  hamle dizisini kullanarak, "
@@ -674,7 +674,8 @@
 #, kde-format
 msgid ""
 "Realign the cube so that the top, front and right faces are visible together."
-msgstr "Üst, ön ve sağ yüzlerin birlikte gözükmesi için küpü yeniden 
yerleştir."
+msgstr ""
+"Üst, ön ve sağ yüzlerin birlikte gözükmesi için küpü yeniden yerleştir."
 
 #: kubrick.cpp:298
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit libkgeomap for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2018-02-14 09:42:50

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


Package is "libkgeomap"

Wed Feb 14 09:42:50 2018 rev:33 rq:575115 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes2018-01-17 
21:53:11.137607319 +0100
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes   
2018-02-14 09:43:03.334547647 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:59 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkgeomap-17.12.1.tar.xz

New:

  libkgeomap-17.12.2.tar.xz



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.hI9kPs/_old  2018-02-14 09:43:04.894490786 +0100
+++ /var/tmp/diff_new_pack.hI9kPs/_new  2018-02-14 09:43:04.898490640 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkgeomap
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkgeomap-17.12.1.tar.xz -> libkgeomap-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgeomap-17.12.1/po/tr/libkgeomap.po 
new/libkgeomap-17.12.2/po/tr/libkgeomap.po
--- old/libkgeomap-17.12.1/po/tr/libkgeomap.po  2018-01-09 01:56:31.0 
+0100
+++ new/libkgeomap-17.12.2/po/tr/libkgeomap.po  2018-02-06 01:10:18.0 
+0100
@@ -11,8 +11,8 @@
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
 "PO-Revision-Date: 2017-08-03 12:15+\n"
 "Last-Translator: Mesutcan \n"
-"Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-;
-"libs-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-libs-k-;
+"tr/language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgeomap-17.12.1/po/zh_CN/libkgeomap.po 
new/libkgeomap-17.12.2/po/zh_CN/libkgeomap.po
--- old/libkgeomap-17.12.1/po/zh_CN/libkgeomap.po   2018-01-09 
01:56:31.0 +0100
+++ new/libkgeomap-17.12.2/po/zh_CN/libkgeomap.po   2018-02-06 
01:10:18.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2018-01-08 18:08-0500\n"
+"PO-Revision-Date: 2018-02-04 20:34-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit libkmahjongg for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2018-02-14 09:43:03

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


Package is "libkmahjongg"

Wed Feb 14 09:43:03 2018 rev:70 rq:575118 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2018-01-22 16:17:29.760803757 +0100
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2018-02-14 09:43:09.830310873 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:49:00 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkmahjongg-17.12.1.tar.xz

New:

  libkmahjongg-17.12.2.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.9P7bCJ/_old  2018-02-14 09:43:10.526285504 +0100
+++ /var/tmp/diff_new_pack.9P7bCJ/_new  2018-02-14 09:43:10.526285504 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkmahjongg
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkmahjongg-17.12.1.tar.xz -> libkmahjongg-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-17.12.1/po/tr/libkmahjongg5.po 
new/libkmahjongg-17.12.2/po/tr/libkmahjongg5.po
--- old/libkmahjongg-17.12.1/po/tr/libkmahjongg5.po 2018-01-09 
02:15:06.0 +0100
+++ new/libkmahjongg-17.12.2/po/tr/libkmahjongg5.po 2018-02-06 
01:32:46.0 +0100
@@ -11,8 +11,8 @@
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
 "PO-Revision-Date: 2014-06-08 13:55+\n"
 "Last-Translator: Volkan Gezer \n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdegames-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/;
+"language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-17.12.1/po/zh_CN/libkmahjongg5.po 
new/libkmahjongg-17.12.2/po/zh_CN/libkmahjongg5.po
--- old/libkmahjongg-17.12.1/po/zh_CN/libkmahjongg5.po  2018-01-09 
02:15:06.0 +0100
+++ new/libkmahjongg-17.12.2/po/zh_CN/libkmahjongg5.po  2018-02-06 
01:32:46.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2018-01-08 18:08-0500\n"
+"PO-Revision-Date: 2018-02-04 20:34-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kwave for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package kwave for openSUSE:Factory checked 
in at 2018-02-14 09:42:19

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


Package is "kwave"

Wed Feb 14 09:42:19 2018 rev:15 rq:575104 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kwave/kwave.changes  2018-01-22 
16:17:16.217437272 +0100
+++ /work/SRC/openSUSE:Factory/.kwave.new/kwave.changes 2018-02-14 
09:42:30.555742481 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:53 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  kwave-17.12.1.tar.xz

New:

  kwave-17.12.2.tar.xz



Other differences:
--
++ kwave.spec ++
--- /var/tmp/diff_new_pack.0TGsrt/_old  2018-02-14 09:42:31.563705738 +0100
+++ /var/tmp/diff_new_pack.0TGsrt/_new  2018-02-14 09:42:31.563705738 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kwave
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kwave-17.12.1.tar.xz -> kwave-17.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwave-17.12.1/CMakeLists.txt 
new/kwave-17.12.2/CMakeLists.txt
--- old/kwave-17.12.1/CMakeLists.txt2018-01-09 02:07:20.0 +0100
+++ new/kwave-17.12.2/CMakeLists.txt2018-02-06 01:22:09.0 +0100
@@ -30,7 +30,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 #
 ### build options:###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwave-17.12.1/kwave/org.kde.kwave.desktop.in 
new/kwave-17.12.2/kwave/org.kde.kwave.desktop.in
--- old/kwave-17.12.1/kwave/org.kde.kwave.desktop.in2018-01-04 
18:54:32.0 +0100
+++ new/kwave-17.12.2/kwave/org.kde.kwave.desktop.in2018-02-03 
00:44:29.0 +0100
@@ -61,6 +61,7 @@
 Comment[ca]=Un editor de so, creat per la comunitat KDE
 Comment[ca@valencia]=Un editor de so, creat per la comunitat KDE
 Comment[cs]=Editor zvuku od KDE
+Comment[da]=Lydredigering fra KDE
 Comment[de]=Ein Sound-Editor von KDE
 Comment[el]=Ένας επεξεργαστής ήχου από το KDE
 Comment[en_GB]=A sound editor by KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwave-17.12.1/plugins/codec_flac/kwaveplugin_codec_flac.desktop.in 
new/kwave-17.12.2/plugins/codec_flac/kwaveplugin_codec_flac.desktop.in
--- old/kwave-17.12.1/plugins/codec_flac/kwaveplugin_codec_flac.desktop.in  
2018-01-04 18:54:32.0 +0100
+++ new/kwave-17.12.2/plugins/codec_flac/kwaveplugin_codec_flac.desktop.in  
2018-02-03 00:44:29.0 +0100
@@ -4,6 +4,7 @@
 Name[ca]=Còdec FLAC
 Name[ca@valencia]=Còdec FLAC
 Name[cs]=Kodek FLAC
+Name[da]=FLAC-codec
 Name[de]=FLAC-Codec
 Name[el]=Κωδικοποιητής FLAC
 Name[en_GB]=FLAC Codec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwave-17.12.1/plugins/codec_mp3/kwaveplugin_codec_mp3.desktop.in 
new/kwave-17.12.2/plugins/codec_mp3/kwaveplugin_codec_mp3.desktop.in
--- old/kwave-17.12.1/plugins/codec_mp3/kwaveplugin_codec_mp3.desktop.in
2018-01-04 18:54:32.0 +0100
+++ new/kwave-17.12.2/plugins/codec_mp3/kwaveplugin_codec_mp3.desktop.in
2018-02-03 00:44:29.0 +0100
@@ -4,6 +4,7 @@
 Name[ca]=Còdec MP3
 Name[ca@valencia]=Còdec MP3
 Name[cs]=Kodek MP3
+Name[da]=MP3-codec
 Name[de]=MP3-Codec
 Name[el]=Κωδικοποιητής MP3
 Name[en_GB]=MP3 Codec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwave-17.12.1/plugins/codec_ogg/kwaveplugin_codec_ogg.desktop.in 
new/kwave-17.12.2/plugins/codec_ogg/kwaveplugin_codec_ogg.desktop.in
--- old/kwave-17.12.1/plugins/codec_ogg/kwaveplugin_codec_ogg.desktop.in
2018-01-04 18:54:32.0 +0100
+++ new/kwave-17.12.2/plugins/codec_ogg/kwaveplugin_codec_ogg.desktop.in
2018-02-03 00:44:29.0 +0100
@@ -4,6 +4,7 @@
 Name[ca]=Còdec Ogg
 Name[ca@valencia]=Còdec Ogg
 Name[cs]=Kodek Ogg
+Name[da]=Ogg-codec
 Name[de]=Ogg-Codec
 Name[el]=Κωδικοποιητής Ogg
 Name[en_GB]=Ogg Codec
diff -urN 

commit ktuberling for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2018-02-14 09:42:00

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


Package is "ktuberling"

Wed Feb 14 09:42:00 2018 rev:70 rq:575100 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2018-01-22 
16:17:09.677743180 +0100
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2018-02-14 09:42:12.008418578 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:45 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  ktuberling-17.12.1.tar.xz

New:

  ktuberling-17.12.2.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.BrVeoc/_old  2018-02-14 09:42:14.344333427 +0100
+++ /var/tmp/diff_new_pack.BrVeoc/_new  2018-02-14 09:42:14.348333281 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ktuberling
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ktuberling-17.12.1.tar.xz -> ktuberling-17.12.2.tar.xz ++
/work/SRC/openSUSE:Factory/ktuberling/ktuberling-17.12.1.tar.xz 
/work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling-17.12.2.tar.xz differ: 
char 27, line 1




  1   2   3   >