commit gstreamer-plugins-vaapi for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Factory checked in at 2018-05-03 12:34:38

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


Package is "gstreamer-plugins-vaapi"

Thu May  3 12:34:38 2018 rev:27 rq:603351 version:1.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
  2018-04-03 12:12:02.991492767 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
 2018-05-03 12:34:40.911365530 +0200
@@ -1,0 +2,13 @@
+Wed May  2 06:33:17 UTC 2018 - bjorn@gmail.com
+
+- Add upstream bug fix patches:
+  + gst-vaapi-egl-mark-context-wrapped.patch: libs: egl: utils:
+mark context as wrapped when it is. The returning egl context
+may be null, so we should check the return value (bgo#795391).
+  + gst-vaapi-wayland-dont-poll-no-pending-frames.patch: wayland:
+don't poll if there are no pending frames. Otherwise the
+following poll may not return for an arbitrary amount of time.
+This can happen if another wayland event queue has flushed and
+read our events (bgo#795224).
+
+---

New:

  gst-vaapi-egl-mark-context-wrapped.patch
  gst-vaapi-wayland-dont-poll-no-pending-frames.patch



Other differences:
--
++ gstreamer-plugins-vaapi.spec ++
--- /var/tmp/diff_new_pack.VAyvLL/_old  2018-05-03 12:34:41.499344582 +0200
+++ /var/tmp/diff_new_pack.VAyvLL/_new  2018-05-03 12:34:41.499344582 +0200
@@ -26,6 +26,10 @@
 Group:  Productivity/Multimedia/Other
 URL:https://gstreamer.freedesktop.org/
 Source0:
https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gst-vaapi-wayland-dont-poll-no-pending-frames.patch 
bgo#795224 -- wayland: don't poll if there are no pending frames
+Patch0: gst-vaapi-wayland-dont-poll-no-pending-frames.patch
+# PATCH-FIX-UPSTREAM gst-vaapi-egl-mark-context-wrapped.patch bgo#795391 -- 
libs: egl: utils: mark context as wrapped when it is
+Patch1: gst-vaapi-egl-mark-context-wrapped.patch
 
 BuildRequires:  Mesa-devel
 BuildRequires:  Mesa-libGLESv3-devel

++ gst-vaapi-egl-mark-context-wrapped.patch ++
>From 1660bd0df1817f2232328c41bb2f5fc54ff41f6b Mon Sep 17 00:00:00 2001
From: Hyunjun Ko 
Date: Tue, 24 Apr 2018 18:12:44 +0900
Subject: libs: egl: utils: mark context as wrapped when it is

The returning egl context may be null, so we should check the
return value.

https://bugzilla.gnome.org/show_bug.cgi?id=795391
---
 gst-libs/gst/vaapi/gstvaapiutils_egl.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/gst-libs/gst/vaapi/gstvaapiutils_egl.c 
b/gst-libs/gst/vaapi/gstvaapiutils_egl.c
index 0f03909..00b9124 100644
--- a/gst-libs/gst/vaapi/gstvaapiutils_egl.c
+++ b/gst-libs/gst/vaapi/gstvaapiutils_egl.c
@@ -1083,11 +1083,15 @@ egl_context_new_wrapped (EglDisplay * display, 
EGLContext gl_context)
   args.display = display;
   args.config = config;
   args.gl_parent_context = gl_context;
+  args.context = NULL;
   success = egl_display_run (display, (EglContextRunFunc) do_egl_context_new,
   );
   egl_object_unref (config);
   if (!success)
 return NULL;
+
+  if (args.context)
+args.context->base.is_wrapped = TRUE;
   return args.context;
 }
 
-- 
cgit v1.1

++ gst-vaapi-wayland-dont-poll-no-pending-frames.patch ++
>From 1dc3c9e183669c2b23ab0428109a6e107ace6e25 Mon Sep 17 00:00:00 2001
From: Michael Olbrich 
Date: Fri, 13 Apr 2018 09:28:53 +0200
Subject: wayland: don't poll if there are no pending frames

Otherwise the following poll may not return for an arbitrary amount of
time. This can happen if another wayland event queue has flushed and read
our events.

https://bugzilla.gnome.org/show_bug.cgi?id=795224
---
 gst-libs/gst/vaapi/gstvaapiwindow_wayland.c | 5 +
 1 file changed, 5 insertions(+)

diff --git a/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c 
b/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
index 3d77e45..bd2d89d 100644
--- a/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
+++ b/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
@@ -185,6 +185,11 @@ gst_vaapi_window_wayland_sync (GstVaapiWindow * window)
 if (wl_display_flush (wl_display) < 0)
   goto error;
 
+if (g_atomic_int_get (>num_frames_pending) == 0) {
+  wl_display_cancel_read (wl_display);
+  return TRUE;
+}
+
   again:
 if (gst_poll_wait (priv->poll, GST_CLOCK_TIME_NONE) < 0) {
   int saved_errno = errno;
-- 
cgit v1.1




commit 000product for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-05-03 12:35:09

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


Package is "000product"

Thu May  3 12:35:09 2018 rev:152 rq: version:unknown
Thu May  3 12:35:01 2018 rev:151 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.7eOEVS/_old  2018-05-03 12:35:35.017437688 +0200
+++ /var/tmp/diff_new_pack.7eOEVS/_new  2018-05-03 12:35:35.021437546 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180502
+  20180503
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180502,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180503,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.7eOEVS/_old  2018-05-03 12:35:35.045436691 +0200
+++ /var/tmp/diff_new_pack.7eOEVS/_new  2018-05-03 12:35:35.049436548 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180502
+Version:    20180503
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180502-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180503-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180502
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180503
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180502-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180503-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180502
+  20180503
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180502
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180503
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.7eOEVS/_old  2018-05-03 12:35:35.069435836 +0200
+++ /var/tmp/diff_new_pack.7eOEVS/_new  2018-05-03 12:35:35.069435836 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180502
+  20180503
   11
-  cpe:/o:opensuse:opensuse:20180502,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180503,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.7eOEVS/_old  2018-05-03 12:35:35.165432415 +0200
+++ /var/tmp/diff_new_pack.7eOEVS/_new  2018-05-03 12:35:35.165432415 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180502-i586-x86_64
+  openSUSE-20180503-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180502
+  20180503
   11
-  cpe:/o:opensuse:opensuse:20180502,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180503,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja

commit python-virtualbmc for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package python-virtualbmc for 
openSUSE:Factory checked in at 2018-05-03 12:34:47

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


Package is "python-virtualbmc"

Thu May  3 12:34:47 2018 rev:2 rq:603519 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualbmc/python-virtualbmc.changes  
2018-04-30 22:53:16.176872403 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualbmc.new/python-virtualbmc.changes 
2018-05-03 12:34:47.887116999 +0200
@@ -1,0 +2,5 @@
+Thu Apr 26 12:53:20 UTC 2018 - jeng...@inai.de
+
+- Fixup summary to be in noun phrase.
+
+---



Other differences:
--
++ python-virtualbmc.spec ++
--- /var/tmp/diff_new_pack.zVxueB/_old  2018-05-03 12:34:48.751086217 +0200
+++ /var/tmp/diff_new_pack.zVxueB/_new  2018-05-03 12:34:48.755086076 +0200
@@ -19,7 +19,7 @@
 Name:   python-virtualbmc
 Version:1.3.0
 Release:0
-Summary:Create virtual BMCs for controlling virtual instances via IPMI
+Summary:Python module to create virtual BMCs for controlling virtual 
instances via IPMI
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:http://www.openstack.org/




commit drbd for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package drbd for openSUSE:Factory checked in 
at 2018-05-03 12:34:44

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


Package is "drbd"

Thu May  3 12:34:44 2018 rev:68 rq:603419 version:9.0.14+git.62f906cf

Changes:

--- /work/SRC/openSUSE:Factory/drbd/drbd.changes2018-04-19 
15:32:53.630661326 +0200
+++ /work/SRC/openSUSE:Factory/.drbd.new/drbd.changes   2018-05-03 
12:34:46.599162887 +0200
@@ -1,0 +2,24 @@
+Thu May  3 01:04:29 UTC 2018 - nw...@suse.com
+
+- Update to 9.0.14-1
+* fix regression in 9.0.13: call after-split-brain-recovery
+  handlers no auto-recovery strategies (not even the default:
+  disconnect) would be applied, nodes would stay connected
+  and all nodes would try to become the source of the resync.
+* fix spurious temporary promotion failure: if after Primary
+  loss failover happened too quickly, transparently retry internally.
+* fixup recently introduced P_ZEROES to actually work as intended
+* fix online-verify to account for skipped blocks; otherwise,
+  it won't notice that it has finished, apparently being stuck
+  near "100% done"
+* expose more resync and online-verify statistics and details
+* improve accounting of "in-flight" data and resync requests
+* allow taking down an already useless minor device during "down",
+  even if it is (temporarily) opened by for example udev scanning
+* fix for a node staying "only" Consistent and not returning
+  to UpToDate in certain scenarios when fencing is enabled
+* fix data generation UUID propagate during resync
+* compat for upstream kernels up to v4.17
+ 
+
+---

Old:

  drbd-9.0.13+git.b83ade31.tar.bz2

New:

  drbd-9.0.14+git.62f906cf.tar.bz2



Other differences:
--
++ drbd.spec ++
--- /var/tmp/diff_new_pack.ldUjR8/_old  2018-05-03 12:34:47.423133530 +0200
+++ /var/tmp/diff_new_pack.ldUjR8/_new  2018-05-03 12:34:47.427133388 +0200
@@ -24,7 +24,7 @@
 %endif
 
 Name:   drbd
-Version:9.0.13+git.b83ade31
+Version:9.0.14+git.62f906cf
 Release:0
 Summary:DRBD driver for Linux
 License:GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.ldUjR8/_old  2018-05-03 12:34:47.479131535 +0200
+++ /var/tmp/diff_new_pack.ldUjR8/_new  2018-05-03 12:34:47.479131535 +0200
@@ -7,10 +7,10 @@
 To update to a new release, change "revision" to the desired
 git commit hash and bump "version" if necessary
 
-9.0.13
+9.0.14
 -->
-9.0.13+git.%h
-b83ade31e10925030206854027021eb4fc9f2563
+9.0.14+git.%h
+62f906cf44ef02a30ce0c148fec223b40c51c533
   
 
   

++ drbd-9.0.13+git.b83ade31.tar.bz2 -> drbd-9.0.14+git.62f906cf.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-9.0.13+git.b83ade31/ChangeLog 
new/drbd-9.0.14+git.62f906cf/ChangeLog
--- old/drbd-9.0.13+git.b83ade31/ChangeLog  2018-04-17 12:04:10.0 
+0200
+++ new/drbd-9.0.14+git.62f906cf/ChangeLog  2018-05-01 00:15:21.0 
+0200
@@ -2,6 +2,25 @@
 --
  For even more detail, use "git log" or visit http://git.drbd.org/.
 
+9.0.14-1 (api:genl2/proto:86-113/transport:14)
+ * fix regression in 9.0.13: call after-split-brain-recovery handlers
+   no auto-recovery strategies (not even the default: disconnect) would be
+   applied, nodes would stay connected and all nodes would try to become the
+   source of the resync.
+ * fix spurious temporary promotion failure: if after Primary loss
+   failover happened too quickly, transparently retry internally.
+ * fixup recently introduced P_ZEROES to actually work as intended
+ * fix online-verify to account for skipped blocks; otherwise, it won't
+   notice that it has finished, apparently being stuck near "100% done"
+ * expose more resync and online-verify statistics and details
+ * improve accounting of "in-flight" data and resync requests
+ * allow taking down an already useless minor device during "down",
+   even if it is (temporarily) opened by for example udev scanning
+ * fix for a node staying "only" Consistent and not returning to UpToDate
+   in certain scenarios when fencing is enabled
+ * fix data generation UUID propagate during resync
+ * compat for upstream kernels up to v4.17
+
 9.0.13-1 (api:genl2/proto:86-113/transport:14)
 
  * abort a resync if a resync source becomes weakly connected and the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-9.0.13+git.b83ade31/Makefile 
new/drbd-9.0.14+git.62f906cf/Makefile
--- old/drbd-9.0.13+git.b83ade31/Makefile   2018-04-17 12:04:10.0 

commit qgroundcontrol for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package qgroundcontrol for openSUSE:Factory 
checked in at 2018-05-03 12:34:54

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


Package is "qgroundcontrol"

Thu May  3 12:34:54 2018 rev:4 rq:603559 version:3.3.2

Changes:

--- /work/SRC/openSUSE:Factory/qgroundcontrol/qgroundcontrol.changes
2018-03-08 11:00:08.863592401 +0100
+++ /work/SRC/openSUSE:Factory/.qgroundcontrol.new/qgroundcontrol.changes   
2018-05-03 12:35:04.682518591 +0200
@@ -1,0 +2,12 @@
+Thu May  3 07:15:04 UTC 2018 - adr...@suse.de
+
+- update to version 3.3.2
+  * crash fixes and debugging improvements
+
+---
+Fri Apr 13 06:07:46 UTC 2018 - adr...@suse.de
+
+- update to version 3.3.1
+  * minor enhancements and bugfixes
+
+---

Old:

  qgroundcontrol-3.3.0.tar.xz

New:

  qgroundcontrol-3.3.2.tar.xz



Other differences:
--
++ qgroundcontrol.spec ++
--- /var/tmp/diff_new_pack.UQVWlf/_old  2018-05-03 12:35:08.358387618 +0200
+++ /var/tmp/diff_new_pack.UQVWlf/_new  2018-05-03 12:35:08.358387618 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   qgroundcontrol
-Version:3.3.0
+Version:3.3.2
 Release:0
 Summary:An operator control unit / ground control software for micro 
air vehicles
 License:GPL-3.0-only

++ _service ++
--- /var/tmp/diff_new_pack.UQVWlf/_old  2018-05-03 12:35:08.390386478 +0200
+++ /var/tmp/diff_new_pack.UQVWlf/_new  2018-05-03 12:35:08.390386478 +0200
@@ -2,8 +2,8 @@
   
 git://github.com/mavlink/qgroundcontrol.git
 git
-v3.3.0
-3.3.0
+v3.3.2
+3.3.2
 lib
 

commit grub2-theme-breeze for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package grub2-theme-breeze for 
openSUSE:Factory checked in at 2018-05-03 12:34:25

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


Package is "grub2-theme-breeze"

Thu May  3 12:34:25 2018 rev:28 rq:603276 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/grub2-theme-breeze/grub2-theme-breeze.changes
2018-03-29 11:56:43.603956985 +0200
+++ 
/work/SRC/openSUSE:Factory/.grub2-theme-breeze.new/grub2-theme-breeze.changes   
2018-05-03 12:34:27.359848322 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:06:25 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---

Old:

  breeze-grub-5.12.4.tar.xz

New:

  breeze-grub-5.12.5.tar.xz



Other differences:
--
++ grub2-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.9oEGQz/_old  2018-05-03 12:34:28.091822246 +0200
+++ /var/tmp/diff_new_pack.9oEGQz/_new  2018-05-03 12:34:28.095822103 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   grub2-theme-breeze
-Version:5.12.4
+Version:5.12.5
 Release:0
 Summary:Plasma branding for GRUB2's graphical console
 License:GPL-3.0+

++ breeze-grub-5.12.4.tar.xz -> breeze-grub-5.12.5.tar.xz ++




commit php7-memcached for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package php7-memcached for openSUSE:Factory 
checked in at 2018-05-03 12:34:51

Comparing /work/SRC/openSUSE:Factory/php7-memcached (Old)
 and  /work/SRC/openSUSE:Factory/.php7-memcached.new (New)


Package is "php7-memcached"

Thu May  3 12:34:51 2018 rev:4 rq:603555 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/php7-memcached/php7-memcached.changes
2018-03-22 12:11:56.219006810 +0100
+++ /work/SRC/openSUSE:Factory/.php7-memcached.new/php7-memcached.changes   
2018-05-03 12:34:53.866903948 +0200
@@ -1,0 +2,16 @@
+Thu May  3 06:53:01 UTC 2018 - m...@suse.com
+
+- Update to 3.0.4
+  * PHP 7.0 - 7.1 - 7.2 release of memcached extension. Note that support for
+libmemcached 0.x series has been discontinued and the oldest actively 
tested
+version is 1.0.2. It is highly recommended to use version 1.0.18 of
+libmemcached.
+  * Fix corrupted interned strings (#338)
+  * Fix unit tests for compatibility with PHP 7.2 (#358, #359)
+  * Fix \x0a in key name locks up connection and triggers a fatal timeout 
error (#339)
+  * Fix missing optional parameter getStats($type) (#337)
+  * Fix typo in skip message (#331)
+  * Fix build warnings (329)
+  * Document GET_EXTENDED flag, add/rename other missing/misnamed constants 
(#335)
+
+---

Old:

  memcached-3.0.3.tgz

New:

  memcached-3.0.4.tgz



Other differences:
--
++ php7-memcached.spec ++
--- /var/tmp/diff_new_pack.Tqqi4W/_old  2018-05-03 12:34:54.654875873 +0200
+++ /var/tmp/diff_new_pack.Tqqi4W/_new  2018-05-03 12:34:54.658875731 +0200
@@ -20,7 +20,7 @@
 %define conf_dir %{_sysconfdir}/php7/conf.d
 %define ext_dir  %(%{__php_config} --extension-dir)
 Name:   php7-memcached
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:PHP MemcacheD client Extension
 License:PHP-3.01

++ memcached-3.0.3.tgz -> memcached-3.0.4.tgz ++
 25808 lines of diff (skipped)




commit gnu-netcat for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package gnu-netcat for openSUSE:Factory 
checked in at 2018-05-03 12:34:41

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


Package is "gnu-netcat"

Thu May  3 12:34:41 2018 rev:4 rq:603393 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/gnu-netcat/gnu-netcat.changes2018-04-24 
15:35:21.585380487 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-netcat.new/gnu-netcat.changes   
2018-05-03 12:34:41.951328479 +0200
@@ -1,0 +2,5 @@
+Mon Apr 30 14:11:54 UTC 2018 - jeng...@inai.de
+
+- Trim filler wording and metadata repetitions from description.
+
+---



Other differences:
--
++ gnu-netcat.spec ++
--- /var/tmp/diff_new_pack.Hz42sS/_old  2018-05-03 12:34:43.123286725 +0200
+++ /var/tmp/diff_new_pack.Hz42sS/_new  2018-05-03 12:34:43.127286582 +0200
@@ -29,17 +29,14 @@
 Conflicts:  netcat-openbsd
 
 %description
-Netcat is a featured networking utility which reads and writes data across
-network connections, using the TCP/IP protocol.  It is designed to be a
-reliable "back-end" tool that can be used directly or easily driven by other
-programs and scripts. At the same time, it is a feature-rich network debugging
-and exploration tool, since it can create almost any kind of connection you
-would need and has several interesting built-in capabilities.
-
-It provides access to the following main features:
+Netcat is a networking utility which reads and writes data across
+network connections. It is a "back-end" tool that can be used
+directly or driven by other programs and scripts. It is also a
+network debugging and exploration tool, since it can create a number
+of connection types. It provides the following main features:
 
   * Outbound and inbound connections, TCP or UDP, to or from any ports.
-  * Featured tunneling mode which allows also special tunneling such as UDP to
+  * Tunneling mode which allows also tunneling such as UDP to
 TCP, with the possibility of specifying all network parameters (source
 port/interface, listening port/interface, and the remote host allowed to
 connect to the tunnel.
@@ -49,8 +46,6 @@
 received data.
   * Optional RFC854 telnet codes parser and responder.
 
-The GNU Netcat is distributed freely under the GNU General Public License 
(GPL).
-
 %prep
 %setup -q -n netcat-%{version}
 






commit mypaint for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package mypaint for openSUSE:Factory checked 
in at 2018-05-03 12:34:32

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


Package is "mypaint"

Thu May  3 12:34:32 2018 rev:6 rq:603340 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/mypaint/mypaint.changes  2018-05-02 
12:19:06.210689159 +0200
+++ /work/SRC/openSUSE:Factory/.mypaint.new/mypaint.changes 2018-05-03 
12:34:36.515522141 +0200
@@ -1,0 +2,6 @@
+Wed May  2 13:44:24 UTC 2018 - badshah...@gmail.com
+
+- Drop devel pkg: no one is using it and libmypaint-devel >= 1.3
+  obsoletes it.
+
+---



Other differences:
--
++ mypaint.spec ++
--- /var/tmp/diff_new_pack.bysl8n/_old  2018-05-03 12:34:37.951470983 +0200
+++ /var/tmp/diff_new_pack.bysl8n/_new  2018-05-03 12:34:37.951470983 +0200
@@ -64,14 +64,6 @@
 standard brushes can emulate traditional media like charcoal,
 pencils, ink, or paint.
 
-%package devel
-Summary:Development files for MyPaint
-Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
-
-%description devel
-MyPaint is graphics application for digital painters.
-
 %prep
 %setup -q
 %if 0%{?suse_version} > 1320
@@ -96,10 +88,6 @@
 scons prefix=%{_prefix} \
 --install-sandbox=install_tmp
 cp -r {.,po,brushlib,brushlib/po}/install_tmp/* %{buildroot}
-%ifarch x86_64 ppc64 ppc64le aarch64
-mv %{buildroot}/usr/lib/lib%{name}.a %{buildroot}/%{_libdir}
-sed -i 's|/usr/lib|/usr/%{_lib}|g' 
%{buildroot}/%{_libdir}/pkgconfig/lib%{name}.pc
-%endif
 #FIXME incorrect file permissions, source has them as 0755
 chmod 0755 %{buildroot}%{_datadir}/%{name}/brushes/label-brush-mypaint.sh
 chmod 0755 %{buildroot}%{_datadir}/%{name}/brushlib/generate.py
@@ -115,16 +103,19 @@
 # Fix env-based hashbang
 sed -E -i "s:/usr/bin/env python*.*:/usr/bin/python3:" 
%{buildroot}%{_bindir}/mypaint 
 
+# Nuke the devel pkg: no one is using it and libmypaint-devel >= 1.3 obsoletes 
it
+rm -r %{buildroot}%{_includedir}/lib%{name}
+rm %{buildroot}%{_libdir}/pkgconfig/lib%{name}.pc
+rm %{buildroot}/usr/lib/lib%{name}.a
+
 %fdupes %{buildroot}/%{_prefix}
 
-%post
 %if 0%{?suse_version} < 1500
+%post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
 
 %postun
-%if 0%{?suse_version} < 1500
 %desktop_database_postun
 %icon_theme_cache_postun
 %endif
@@ -143,10 +134,4 @@
 
 %files lang -f %{name}.lang
 
-%files devel
-%defattr(-, root, root)
-%{_includedir}/lib%{name}
-%{_libdir}/pkgconfig/lib%{name}.pc
-%{_libdir}/lib%{name}.a
-
 %changelog




commit plasma5-workspace-wallpapers for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace-wallpapers for 
openSUSE:Factory checked in at 2018-05-03 12:34:22

Comparing /work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new (New)


Package is "plasma5-workspace-wallpapers"

Thu May  3 12:34:22 2018 rev:48 rq:603271 version:5.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma5-workspace-wallpapers.changes
2018-03-29 11:56:59.403386532 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma5-workspace-wallpapers.changes
   2018-05-03 12:34:24.899935958 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:25:50 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---

Old:

  plasma-workspace-wallpapers-5.12.4.tar.xz

New:

  plasma-workspace-wallpapers-5.12.5.tar.xz



Other differences:
--
++ plasma5-workspace-wallpapers.spec ++
--- /var/tmp/diff_new_pack.XvcHjM/_old  2018-05-03 12:34:26.567876537 +0200
+++ /var/tmp/diff_new_pack.XvcHjM/_new  2018-05-03 12:34:26.571876394 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-workspace-wallpapers
-Version:5.12.4
+Version:5.12.5
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12

++ plasma-workspace-wallpapers-5.12.4.tar.xz -> 
plasma-workspace-wallpapers-5.12.5.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma-workspace-wallpapers-5.12.4.tar.xz
 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma-workspace-wallpapers-5.12.5.tar.xz
 differ: char 26, line 1




commit rubygem-nio4r for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package rubygem-nio4r for openSUSE:Factory 
checked in at 2018-05-03 12:34:58

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


Package is "rubygem-nio4r"

Thu May  3 12:34:58 2018 rev:5 rq:603564 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nio4r/rubygem-nio4r.changes  
2018-02-12 10:13:35.513014684 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-nio4r.new/rubygem-nio4r.changes 
2018-05-03 12:35:08.954366382 +0200
@@ -1,0 +2,29 @@
+Thu May  3 00:11:59 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.3.1
+ see installed CHANGES.md
+
+  ## 2.3.1 (2018-05-03)
+  
+  * [#188](https://github.com/socketry/nio4r/pull/188)
+Fix remove interests
+([@ioquatix])
+
+---
+Mon Apr 16 16:36:55 UTC 2018 - mschnit...@suse.com
+
+- Only build against ruby versions 2.3.x, 2.4.x, and 2.5.x
+
+---
+Tue Mar 20 10:12:05 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.3.0
+ see installed CHANGES.md
+
+  ## 2.3.0 (2018-03-15)
+  
+  * [#183](https://github.com/socketry/nio4r/pull/183)
+Allow `Monitor#interests` to be nil
+([@ioquatix])
+
+---

Old:

  nio4r-2.2.0.gem

New:

  nio4r-2.3.1.gem



Other differences:
--
++ rubygem-nio4r.spec ++
--- /var/tmp/diff_new_pack.BSo77X/_old  2018-05-03 12:35:09.902332606 +0200
+++ /var/tmp/diff_new_pack.BSo77X/_new  2018-05-03 12:35:09.902332606 +0200
@@ -24,10 +24,16 @@
 #
 
 Name:   rubygem-nio4r
-Version:2.2.0
+Version:2.3.1
 Release:0
 %define mod_name nio4r
 %define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
+%define rb_build_versions ruby23 ruby24 ruby25
+%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
+%endif
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{rubydevel >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.BSo77X/_old  2018-05-03 12:35:09.938331323 +0200
+++ /var/tmp/diff_new_pack.BSo77X/_new  2018-05-03 12:35:09.938331323 +0200
@@ -71,3 +71,9 @@
 ---
 :sources:
   - rubygem-nio4r-rpmlintrc 
+
+:preamble: |-
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
+%define rb_build_versions ruby23 ruby24 ruby25
+%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
+%endif

++ nio4r-2.2.0.gem -> nio4r-2.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-12-27 17:33:22.0 +0100
+++ new/.travis.yml 2018-05-03 01:15:13.0 +0200
@@ -13,7 +13,7 @@
 - master
 
 rvm:
-  - jruby-9.1.15.0 # latest stable
+  - jruby-9.1.17.0 # latest stable
   - 2.2.7
   - 2.3.4
   - 2.4.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.md new/CHANGES.md
--- old/CHANGES.md  2017-12-27 17:33:22.0 +0100
+++ new/CHANGES.md  2018-05-03 01:15:13.0 +0200
@@ -1,3 +1,15 @@
+## 2.3.1 (2018-05-03)
+
+* [#188](https://github.com/socketry/nio4r/pull/188)
+  Fix remove interests
+  ([@ioquatix])
+
+## 2.3.0 (2018-03-15)
+
+* [#183](https://github.com/socketry/nio4r/pull/183)
+  Allow `Monitor#interests` to be nil
+  ([@ioquatix])
+
 ## 2.2.0 (2017-12-27)
 
 * [#151](https://github.com/socketry/nio4r/pull/151)
@@ -206,3 +218,4 @@
 [@larskanis]: https://github.com/larskanis
 [@HoneyryderChuck]: https://github.com/HoneyryderChuck
 [@tompng]: https://github.com/tompng
+[@ioquatix]: https://github.com/ioquatix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2017-12-27 17:33:22.0 +0100
+++ new/LICENSE.txt 2018-05-03 01:15:13.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2017 Tony Arcieri
+Copyright (c) 2011-2018 Tony Arcieri
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-12-27 17:33:22.0 +0100
+++ new/README.md   2018-05-03 01:15:13.0 +0200
@@ -95,7 +95,7 @@
 
 ## License
 
-Copyright (c) 2011-2017 Tony Arcieri. Distributed under the MIT License.
+Copyright (c) 2011-2018 Tony Arcieri. Distributed under the MIT License.
 

commit postfixadmin for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2018-05-03 12:34:30

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


Package is "postfixadmin"

Thu May  3 12:34:30 2018 rev:28 rq:603334 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/postfixadmin/postfixadmin.changes
2017-06-27 10:21:41.355659496 +0200
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new/postfixadmin.changes   
2018-05-03 12:34:30.831724634 +0200
@@ -1,0 +2,24 @@
+Wed May  2 21:36:42 UTC 2018 - suse-b...@cboltz.de
+
+- update to PostfixAdmin 3.2:
+  - new directory layout (see below)
+  - enable users to reset their passwords by mail or SMS
+($CONF['forgotten_user_password_reset'],
+$CONF['forgotten_admin_password_reset'], $CONF['sms_send_function'])
+  - allow local alias targets (without @domain)
+  - add $CONF['edit_alias'] to disable "edit alias" function for users
+  - add php_crypt $CONF["encrypt"] option
+  - add support for MySQL connections over SSL
+  - and more - see CHANGELOG.TXT for the full list
+- move out of /srv/www/htdocs/postfixadmin - PHP code moved to
+  /usr/share/postfixadmin/, smarty cache to /var/cache/postfixadmin/ and
+  the config files to /etc/postfixadmin/ (no automated migration!)
+- add apache config file to glue everything together. Note that the
+  /postfixadmin alias is *not* enabled by default to avoid that it is
+  active on all vhosts. Run "a2enflag POSTFIXADMIN" if you want that.
+- adjust perl requirements for latest vacation.pl
+- drop apache2-devel / httpd-devel BuildRequires - no longer needed with
+  the new directory layout
+- package /usr/bin/postfixadmin-cli symlink
+
+---

Old:

  postfixadmin-3.1.tar.gz

New:

  apache-postfixadmin.conf
  config.local.php
  postfixadmin-3.2.tar.gz



Other differences:
--
++ postfixadmin.spec ++
--- /var/tmp/diff_new_pack.gMOset/_old  2018-05-03 12:34:31.647695564 +0200
+++ /var/tmp/diff_new_pack.gMOset/_new  2018-05-03 12:34:31.647695564 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package postfixadmin
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2007-2018 Christian Boltz
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +18,12 @@
 
 
 Name:   postfixadmin
-Version:3.1
+Version:3.2
 Release:0
 Url:http://postfixadmin.sourceforge.net/
 Source0:
http://sourceforge.net/projects/postfixadmin/files/postfixadmin/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:config.local.php
+Source2:apache-postfixadmin.conf
 
 BuildArch:  noarch
 
@@ -46,13 +49,17 @@
 
 # vacation.pl
 Requires:   perl(DBI)
+Requires:   perl(Email::Sender::Simple)
+Requires:   perl(Email::Sender::Transport::SMTP)
+Requires:   perl(Email::Simple)
+Requires:   perl(Email::Simple::Creator)
 Requires:   perl(Email::Valid)
 Requires:   perl(Encode)
+Requires:   perl(File::Basename)
 Requires:   perl(Getopt::Std)
 Requires:   perl(Log::Log4perl)
-Requires:   perl(MIME::Base64)
 Requires:   perl(MIME::EncWords)
-Requires:   perl(Mail::Sender)
+Requires:   perl(Try::Tiny)
 Requires:   perl(strict)
 
 # cleanupdirs.pl
@@ -72,15 +79,10 @@
 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_ver}
 # create vacation user/group
 PreReq: shadow-utils
-BuildRequires:  httpd-devel
-#define serverroot %(/usr/sbin/apxs -q datadir 2>/dev/null || /usr/sbin/apxs 
-q PREFIX)/htdocs/
-%define serverroot /var/www/html/
 %define apache_group apache
 %else
 # create vacation user/group
 PreReq: pwdutils
-BuildRequires:  apache2-devel
-%define serverroot %(/usr/sbin/apxs2 -q datadir 2>/dev/null || /usr/sbin/apxs2 
-q PREFIX)/htdocs/
 %define apache_group www
 Recommends: postfix
 Suggests:   php-pgsql
@@ -113,43 +115,46 @@
 %setup -q
 
 %build
-echo "*** serverroot: %{serverroot} ***"
 
 %install
 mkdir -p -m0755 %{buildroot}%{_sysconfdir}/%{name}
 #mkdir -p -m0755 %{buildroot}%{_datadir}/%{name}
-mkdir -p -m0755 %{buildroot}%{serverroot}/%{name}
 mkdir -p -m0755 %{buildroot}%{_localstatedir}/spool/vacation
 mkdir -p -m0755 %{buildroot}/%{_prefix}/lib/%{name}
 
-# install the config files
-#install -m 0640 config.inc.php.sample 
%{buildroot}%{_sysconfdir}/%{name}/config.inc.php
-#ln -s ../../../..%{_sysconfdir}/%{name}/config.inc.php \
-#%{buildroot}%{_datadir}/%{name}/config.inc.php
-
-install -m 

commit xdg-desktop-portal-kde for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package xdg-desktop-portal-kde for 
openSUSE:Factory checked in at 2018-05-03 12:34:27

Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-kde (Old)
 and  /work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new (New)


Package is "xdg-desktop-portal-kde"

Thu May  3 12:34:27 2018 rev:20 rq:603278 version:5.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2018-03-29 11:57:04.363207464 +0200
+++ 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new/xdg-desktop-portal-kde.changes
   2018-05-03 12:34:29.311778783 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:26:03 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---

Old:

  xdg-desktop-portal-kde-5.12.4.tar.xz

New:

  xdg-desktop-portal-kde-5.12.5.tar.xz



Other differences:
--
++ xdg-desktop-portal-kde.spec ++
--- /var/tmp/diff_new_pack.a8w55g/_old  2018-05-03 12:34:30.107750426 +0200
+++ /var/tmp/diff_new_pack.a8w55g/_new  2018-05-03 12:34:30.111750284 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.26.0
 Name:   xdg-desktop-portal-kde
-Version:5.12.4
+Version:5.12.5
 Release:0
 Summary:QT/KF5 backend for xdg-desktop-portal
 License:LGPL-2.1+

++ xdg-desktop-portal-kde-5.12.4.tar.xz -> 
xdg-desktop-portal-kde-5.12.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.12.4/CMakeLists.txt 
new/xdg-desktop-portal-kde-5.12.5/CMakeLists.txt
--- old/xdg-desktop-portal-kde-5.12.4/CMakeLists.txt2018-03-27 
13:33:27.0 +0200
+++ new/xdg-desktop-portal-kde-5.12.5/CMakeLists.txt2018-05-01 
15:10:53.0 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
-set(PROJECT_VERSION "5.12.4")
+set(PROJECT_VERSION "5.12.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 # set KDE specific information #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.12.4/po/cs/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.12.5/po/cs/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.12.4/po/cs/xdg-desktop-portal-kde.po   
2018-03-27 13:33:12.0 +0200
+++ new/xdg-desktop-portal-kde-5.12.5/po/cs/xdg-desktop-portal-kde.po   
2018-05-01 15:10:35.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2017.
+# Vít Pelčák , 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.12.4/po/it/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.12.5/po/it/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.12.4/po/it/xdg-desktop-portal-kde.po   
2018-03-27 13:33:17.0 +0200
+++ new/xdg-desktop-portal-kde-5.12.5/po/it/xdg-desktop-portal-kde.po   
2018-05-01 15:10:41.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the 
xdg-desktop-portal-kde package.
-# Luigi Toscano , 2017.
+# Luigi Toscano , 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.12.4/po/zh_CN/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.12.5/po/zh_CN/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.12.4/po/zh_CN/xdg-desktop-portal-kde.po
2018-03-27 13:33:27.0 +0200
+++ new/xdg-desktop-portal-kde-5.12.5/po/zh_CN/xdg-desktop-portal-kde.po
2018-05-01 15:10:53.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-23 03:08+0200\n"
-"PO-Revision-Date: 2018-03-18 19:40-0400\n"
+"PO-Revision-Date: 2018-04-26 06:07-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit perl-Math-BigInt-GMP for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Math-BigInt-GMP for 
openSUSE:Factory checked in at 2018-05-03 12:33:54

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


Package is "perl-Math-BigInt-GMP"

Thu May  3 12:33:54 2018 rev:19 rq:603053 version:1.6005

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.changes
2017-02-07 12:10:25.626540887 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Math-BigInt-GMP.new/perl-Math-BigInt-GMP.changes
   2018-05-03 12:33:56.804936798 +0200
@@ -1,0 +2,6 @@
+Tue Apr 24 05:29:03 UTC 2018 - co...@suse.com
+
+- updated to 1.6005
+   see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
+
+---

Old:

  Math-BigInt-GMP-1.6004.tar.gz

New:

  Math-BigInt-GMP-1.6005.tar.gz



Other differences:
--
++ perl-Math-BigInt-GMP.spec ++
--- /var/tmp/diff_new_pack.0aDqV2/_old  2018-05-03 12:33:57.852899468 +0200
+++ /var/tmp/diff_new_pack.0aDqV2/_new  2018-05-03 12:33:57.856899326 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Math-BigInt-GMP
 #
-# 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,22 +17,22 @@
 
 
 Name:   perl-Math-BigInt-GMP
-Version:1.6004
+Version:1.6005
 Release:0
 %define cpan_name Math-BigInt-GMP
 Summary:Backend Library for Math::Bigint Etc. Based On Gmp
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Math-BigInt-GMP/
-Source0:
http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Math::BigInt) >= 1.999808
-BuildRequires:  perl(Test::More) >= 0.82
-Requires:   perl(Math::BigInt) >= 1.999808
-Requires:   perl(Test::More) >= 0.82
+BuildRequires:  perl(Math::BigInt) >= 1.999812
+BuildRequires:  perl(Test::More) >= 0.88
+Requires:   perl(Math::BigInt) >= 1.999812
+Requires:   perl(Test::More) >= 0.88
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  gmp-devel
@@ -57,6 +57,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -72,6 +73,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc BUGS CHANGES CREDITS LICENSE README TODO
+%doc BUGS CHANGES CREDITS README TODO
+%license LICENSE
 
 %changelog

++ Math-BigInt-GMP-1.6004.tar.gz -> Math-BigInt-GMP-1.6005.tar.gz ++
 4463 lines of diff (skipped)




commit perl-PPIx-Regexp for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-PPIx-Regexp for 
openSUSE:Factory checked in at 2018-05-03 12:33:37

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


Package is "perl-PPIx-Regexp"

Thu May  3 12:33:37 2018 rev:39 rq:603046 version:0.058

Changes:

--- /work/SRC/openSUSE:Factory/perl-PPIx-Regexp/perl-PPIx-Regexp.changes
2018-04-25 10:01:05.675408504 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new/perl-PPIx-Regexp.changes   
2018-05-03 12:33:40.209527936 +0200
@@ -1,0 +2,15 @@
+Fri Apr 27 05:45:17 UTC 2018 - co...@suse.com
+
+- updated to 0.058
+   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
+
+  0.0582018-04-26  T. R. Wyant
+  Prefer /[0-9]/ over /\d/ for numeric checks. The latter can match
+  non-ASCII digits.
+  
+  Explain the negated POSIX character classes. Also tweak some of the
+  asserted explanations -- mostly for readability and parallel
+  construction with the negated explanations, but it turns out
+  [[:digit:]] is NOT equivalent to [0-9].
+
+---

Old:

  PPIx-Regexp-0.057.tar.gz

New:

  PPIx-Regexp-0.058.tar.gz



Other differences:
--
++ perl-PPIx-Regexp.spec ++
--- /var/tmp/diff_new_pack.Er86xe/_old  2018-05-03 12:33:41.165493885 +0200
+++ /var/tmp/diff_new_pack.Er86xe/_new  2018-05-03 12:33:41.165493885 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PPIx-Regexp
-Version:0.057
+Version:0.058
 Release:0
 %define cpan_name PPIx-Regexp
 Summary:Represent a regular expression of some sort

++ PPIx-Regexp-0.057.tar.gz -> PPIx-Regexp-0.058.tar.gz ++
 1674 lines of diff (skipped)




commit plasma-vault for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Factory 
checked in at 2018-05-03 12:34:19

Comparing /work/SRC/openSUSE:Factory/plasma-vault (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-vault.new (New)


Package is "plasma-vault"

Thu May  3 12:34:19 2018 rev:16 rq:603269 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma-vault/plasma-vault.changes
2018-03-29 11:56:51.875658321 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-vault.new/plasma-vault.changes   
2018-05-03 12:34:20.920077740 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:25:54 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * Add missing includes to fix compilation with Qt 5.11
+
+---

Old:

  plasma-vault-5.12.4.tar.xz

New:

  plasma-vault-5.12.5.tar.xz



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.yr8sqR/_old  2018-05-03 12:34:21.756047959 +0200
+++ /var/tmp/diff_new_pack.yr8sqR/_new  2018-05-03 12:34:21.760047816 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   plasma-vault
-Version:5.12.4
+Version:5.12.5
 Release:0
 %define kf5_version 5.17.0
 Summary:Plasma applet and services for creating encrypted vaults

++ plasma-vault-5.12.4.tar.xz -> plasma-vault-5.12.5.tar.xz ++
 1804 lines of diff (skipped)




commit openmpi3 for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package openmpi3 for openSUSE:Factory 
checked in at 2018-05-03 12:34:06

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


Package is "openmpi3"

Thu May  3 12:34:06 2018 rev:8 rq:603229 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/openmpi3/openmpi3.changes2018-03-28 
10:31:03.829730911 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi3.new/openmpi3.changes   2018-05-03 
12:34:06.812580303 +0200
@@ -1,0 +2,5 @@
+Wed May  2 18:24:56 UTC 2018 - e...@suse.com
+
+- Create missing docs master package (bsc#1091714)
+
+---



Other differences:
--
++ openmpi3.spec ++
--- /var/tmp/diff_new_pack.9GfvBU/_old  2018-05-03 12:34:07.696548813 +0200
+++ /var/tmp/diff_new_pack.9GfvBU/_new  2018-05-03 12:34:07.700548671 +0200
@@ -349,6 +349,7 @@
 %{hpc_master_package -L -a}
 %{hpc_master_package -l}
 %{hpc_master_package devel}
+%{hpc_master_package docs}
 %{hpc_master_package macros-devel}
 %{hpc_master_package -a devel-static}
 %endif # ?with_hpc




commit plymouth-theme-breeze for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package plymouth-theme-breeze for 
openSUSE:Factory checked in at 2018-05-03 12:34:08

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


Package is "plymouth-theme-breeze"

Thu May  3 12:34:08 2018 rev:28 rq:603239 version:5.12.5

Changes:

--- 
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes  
2018-03-29 11:57:01.595307395 +0200
+++ 
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new/plymouth-theme-breeze.changes
 2018-05-03 12:34:11.588410173 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:25:56 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---

Old:

  breeze-plymouth-5.12.4.tar.xz

New:

  breeze-plymouth-5.12.5.tar.xz



Other differences:
--
++ plymouth-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.xGiXLL/_old  2018-05-03 12:34:12.176389226 +0200
+++ /var/tmp/diff_new_pack.xGiXLL/_new  2018-05-03 12:34:12.180389085 +0200
@@ -34,7 +34,7 @@
 
 
 Name:   plymouth-theme-breeze
-Version:5.12.4
+Version:5.12.5
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.8.0

++ breeze-plymouth-5.12.4.tar.xz -> breeze-plymouth-5.12.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-plymouth-5.12.4/CMakeLists.txt 
new/breeze-plymouth-5.12.5/CMakeLists.txt
--- old/breeze-plymouth-5.12.4/CMakeLists.txt   2018-03-27 13:04:12.0 
+0200
+++ new/breeze-plymouth-5.12.5/CMakeLists.txt   2018-05-01 14:38:32.0 
+0200
@@ -1,5 +1,5 @@
 project(breeze-plymouth)
-set(PROJECT_VERSION "5.12.4")
+set(PROJECT_VERSION "5.12.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit perl-Module-CPANfile for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Module-CPANfile for 
openSUSE:Factory checked in at 2018-05-03 12:33:43

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


Package is "perl-Module-CPANfile"

Thu May  3 12:33:43 2018 rev:7 rq:603048 version:1.1004

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-CPANfile/perl-Module-CPANfile.changes
2018-04-26 13:37:52.672417719 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-CPANfile.new/perl-Module-CPANfile.changes
   2018-05-03 12:33:46.545302256 +0200
@@ -1,0 +2,10 @@
+Fri Apr 27 05:34:18 UTC 2018 - co...@suse.com
+
+- updated to 1.1004
+   see /usr/share/doc/packages/perl-Module-CPANfile/Changes
+
+  1.1004  2018-04-26 02:07:14 PDT
+  - Fix a bug in to_strings with empty feature block (charsbar) #50
+  - Explicitly add . in tests for perl 5.26
+
+---

Old:

  Module-CPANfile-1.1003.tar.gz

New:

  Module-CPANfile-1.1004.tar.gz



Other differences:
--
++ perl-Module-CPANfile.spec ++
--- /var/tmp/diff_new_pack.6kKBbg/_old  2018-05-03 12:33:47.613264214 +0200
+++ /var/tmp/diff_new_pack.6kKBbg/_new  2018-05-03 12:33:47.617264073 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-CPANfile
-Version:1.1003
+Version:1.1004
 Release:0
 %define cpan_name Module-CPANfile
 Summary:Parse cpanfile

++ Module-CPANfile-1.1003.tar.gz -> Module-CPANfile-1.1004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-CPANfile-1.1003/Changes 
new/Module-CPANfile-1.1004/Changes
--- old/Module-CPANfile-1.1003/Changes  2018-04-22 01:54:49.0 +0200
+++ new/Module-CPANfile-1.1004/Changes  2018-04-26 11:07:23.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Module::Install::CPANfile
 
+1.1004  2018-04-26 02:07:14 PDT
+- Fix a bug in to_strings with empty feature block (charsbar) #50
+- Explicitly add . in tests for perl 5.26
+
 1.1003  2018-04-22 01:54:46 CEST
 - Make options written back with save()
 - Documented options_for_module method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-CPANfile-1.1003/META.json 
new/Module-CPANfile-1.1004/META.json
--- old/Module-CPANfile-1.1003/META.json2018-04-22 01:54:49.0 
+0200
+++ new/Module-CPANfile-1.1004/META.json2018-04-26 11:07:23.0 
+0200
@@ -4,7 +4,7 @@
   "Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.009, 
CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "Dist::Milla version v1.0.20, Dist::Zilla version 6.009, 
CPAN::Meta::Converter version 2.150010",
"license" : [
   "perl_5"
],
@@ -34,7 +34,7 @@
   },
   "develop" : {
  "requires" : {
-"Dist::Milla" : "v1.0.18",
+"Dist::Milla" : "v1.0.20",
 "Test::Pod" : "1.41"
  }
   },
@@ -67,7 +67,7 @@
  "web" : "https://github.com/miyagawa/cpanfile;
   }
},
-   "version" : "1.1003",
+   "version" : "1.1004",
"x_contributors" : [
   "Atsushi Kato ",
   "David Golden ",
@@ -76,6 +76,7 @@
   "Gregory Oschwald ",
   "grtodd ",
   "ikasam_a ",
+  "James E Keenan ",
   "Kenichi Ishigaki ",
   "Masahiro Honma ",
   "Michiel Beijen ",
@@ -83,6 +84,7 @@
   "Tatsuhiko Miyagawa ",
   "Tatsuhiko Miyagawa "
],
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233",
+   "x_static_install" : 1
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-CPANfile-1.1003/META.yml 
new/Module-CPANfile-1.1004/META.yml
--- old/Module-CPANfile-1.1003/META.yml 2018-04-22 01:54:49.0 +0200
+++ new/Module-CPANfile-1.1004/META.yml 2018-04-26 11:07:23.0 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Milla version v1.0.18, Dist::Zilla version 6.009, 
CPAN::Meta::Converter version 2.150010'
+generated_by: 'Dist::Milla version v1.0.20, Dist::Zilla version 6.009, 
CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ 

commit tpm2.0-tools for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package tpm2.0-tools for openSUSE:Factory 
checked in at 2018-05-03 12:34:00

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


Package is "tpm2.0-tools"

Thu May  3 12:34:00 2018 rev:12 rq:603119 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/tpm2.0-tools/tpm2.0-tools.changes
2018-03-08 10:59:28.133064564 +0100
+++ /work/SRC/openSUSE:Factory/.tpm2.0-tools.new/tpm2.0-tools.changes   
2018-05-03 12:34:02.844721649 +0200
@@ -1,0 +2,17 @@
+Wed May  2 12:09:22 UTC 2018 - matthias.gerst...@suse.com
+
+- install-man.patch: even after update to 3.0.4 the man pages are not
+  installed correctly. This patch fixes it locally.
+
+---
+Wed May  2 11:02:07 UTC 2018 - matthias.gerst...@suse.com
+
+- update to version 3.0.4:
+  - Fix save and load for TPM2B_PRIVATE object.
+  - Use a default buffer size for tpm2_nv{read,write} if the TPM reports a 0 
size.
+  - Fix --verbose and --version options crossover.
+  - Generate man pages from markdown and include them in the distribution 
tarball.
+  - Print usage summary if tools are executed with no options or man page 
can't be displayed.
+- man pages will be shipped for SLE version now, too (pandoc dependency was 
removed)
+
+---

Old:

  tpm2-tools-3.0.3.tar.gz

New:

  install-man.patch
  tpm2-tools-3.0.4.tar.gz



Other differences:
--
++ tpm2.0-tools.spec ++
--- /var/tmp/diff_new_pack.sObrGX/_old  2018-05-03 12:34:03.724690302 +0200
+++ /var/tmp/diff_new_pack.sObrGX/_new  2018-05-03 12:34:03.724690302 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   tpm2.0-tools
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:Trusted Platform Module (TPM) 2.0 administration tools
 License:BSD-3-Clause
@@ -25,6 +25,7 @@
 Url:https://github.com/tpm2-software/tpm2-tools/releases
 Source0:
https://github.com/tpm2-software/tpm2-tools/releases/download/%{version}/tpm2-tools-%{version}.tar.gz
 Patch0: tpm2.0-tools-fix-hardening.patch
+Patch1: install-man.patch
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -32,6 +33,14 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
 %if 0%{?is_opensuse}
+# releases prior to 3.0.4 required pandoc for building the man pages. On SLE
+# we don't have pandoc and it requires a complete haskell stack so adding it
+# is out of the question just for man pages.
+#
+# since 3.0.4 the man pages are shipped with the distribution tarball and we
+# don't need to generate them any more. On openSUSE we can still keep this
+# dependency for having fresh builds of the man pages (if that helps
+# anything?).
 BuildRequires:  pandoc
 %endif
 BuildRequires:  pkgconfig
@@ -51,6 +60,7 @@
 %prep
 %setup -q -n tpm2-tools-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static
@@ -67,8 +77,6 @@
 %defattr(-,root,root)
 %doc README.md LICENSE CHANGELOG.md
 /usr/bin/tpm2_*
-%if 0%{?is_opensuse}
 %{_mandir}/man1/tpm2_*
-%endif
 
 %changelog

++ install-man.patch ++
Index: tpm2-tools-3.0.4/Makefile.am
===
--- tpm2-tools-3.0.4.orig/Makefile.am
+++ tpm2-tools-3.0.4/Makefile.am
@@ -273,7 +273,6 @@ EXTRA_DIST = $(top_srcdir)/man \
 RELEASE.md \
 test/system
 
-if HAVE_PANDOC
 man1_MANS := \
 man/man1/tpm2_activatecredential.1 \
 man/man1/tpm2_certify.1 \
@@ -315,6 +314,7 @@ if HAVE_PANDOC
 man/man1/tpm2_unseal.1 \
 man/man1/tpm2_verifysignature.1
 
+if HAVE_PANDOC
 # If pandoc is enabled, we want to generate the manpages for the dist tarball
 EXTRA_DIST += $(man1_MANS)
 else
++ tpm2-tools-3.0.3.tar.gz -> tpm2-tools-3.0.4.tar.gz ++
 10253 lines of diff (skipped)




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

2018-05-03 Thread root
Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2018-05-03 12:33:58

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"

Thu May  3 12:33:58 2018 rev:29 rq:603081 version:4.0.10

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
2018-05-02 12:20:00.224718413 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new/yast2-iscsi-lio-server.changes
   2018-05-03 12:33:59.220850739 +0200
@@ -1,0 +2,8 @@
+Wed May  2 09:43:35 UTC 2018 - ls...@suse.com
+
+- bsc#1091626
+  Change regular expression for matching a LUN path, in order
+  to pick file names include special characters.
+- 4.10
+
+---

Old:

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

New:

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



Other differences:
--
++ yast2-iscsi-lio-server.spec ++
--- /var/tmp/diff_new_pack.7yznx9/_old  2018-05-03 12:33:59.992823240 +0200
+++ /var/tmp/diff_new_pack.7yznx9/_new  2018-05-03 12:33:59.992823240 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.9
+Version:4.0.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iscsi-lio-server-4.0.9.tar.bz2 -> 
yast2-iscsi-lio-server-4.0.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.9/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-4.0.10/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-4.0.9/package/yast2-iscsi-lio-server.changes 
2018-05-02 09:59:57.0 +0200
+++ new/yast2-iscsi-lio-server-4.0.10/package/yast2-iscsi-lio-server.changes
2018-05-02 13:51:42.0 +0200
@@ -1,4 +1,12 @@
 ---
+Wed May  2 09:43:35 UTC 2018 - ls...@suse.com
+
+- bsc#1091626
+  Change regular expression for matching a LUN path, in order
+  to pick file names include special characters.
+- 4.10
+
+---
 Sat Apr 28 05:59:05 UTC 2018 - ls...@suse.com
 
 - bsc#1091194
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.9/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-4.0.10/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-4.0.9/package/yast2-iscsi-lio-server.spec
2018-05-02 09:59:57.0 +0200
+++ new/yast2-iscsi-lio-server-4.0.10/package/yast2-iscsi-lio-server.spec   
2018-05-02 13:51:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.9
+Version:4.0.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.9/src/include/iscsi-lio-server/TargetData.rb 
new/yast2-iscsi-lio-server-4.0.10/src/include/iscsi-lio-server/TargetData.rb
--- old/yast2-iscsi-lio-server-4.0.9/src/include/iscsi-lio-server/TargetData.rb 
2018-05-02 09:59:57.0 +0200
+++ 
new/yast2-iscsi-lio-server-4.0.10/src/include/iscsi-lio-server/TargetData.rb
2018-05-02 13:51:42.0 +0200
@@ -323,7 +323,7 @@
   #match lun name like [fileio/iscsi_file1 or [block/iscsi_sdb
   RE_LUN_NAME = /\[(fileio|block)\/[\w\_\-\d]+\s/
   #match lun patch like:(/home/lszhu/target1.raw) or (/dev/sdb)
-  RE_LUN_PATH = /[(]\/(\w|\.|\/)+[)]/
+  RE_LUN_PATH = /\(\/.+\)\ /
   # match portal like 0.12.121.121:3260
   RE_PORTAL = /(\d{1,3}\.){3}\d{1,3}:\d{1,5}/
 
@@ -468,7 +468,7 @@
 # lun_num_int is a number like 1,3,57.
 lun_num_int = lun_num[3,lun_num.length]
 lun_path_tmp = RE_LUN_PATH.match(line).to_s
-lun_path = lun_path_tmp[1,lun_path_tmp.length-2]
+lun_path = lun_path_tmp[1,lun_path_tmp.length-3]
 if !File.exist?(lun_path)
   msg = format(_("Cannot access the storage %s.\n" \
 "Please consider reconnecting the storage or\n" \




commit perl-Mojolicious-Plugin-AssetPack for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2018-05-03 12:33:40

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


Package is "perl-Mojolicious-Plugin-AssetPack"

Thu May  3 12:33:40 2018 rev:38 rq:603047 version:2.03

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2018-02-09 15:47:23.335729710 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2018-05-03 12:33:42.417449291 +0200
@@ -1,0 +2,11 @@
+Fri Apr 27 05:35:11 UTC 2018 - co...@suse.com
+
+- updated to 2.03
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  2.03 2018-04-26T10:22:06+0200
+   - Ensure asset is processed when calling processed
+   - Update favicon generator URL to use https
+   - Set higher inactivity timeout for favicon generator
+
+---

Old:

  Mojolicious-Plugin-AssetPack-2.02.tar.gz

New:

  Mojolicious-Plugin-AssetPack-2.03.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.PDxoIa/_old  2018-05-03 12:33:43.193421650 +0200
+++ /var/tmp/diff_new_pack.PDxoIa/_new  2018-05-03 12:33:43.197421508 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:2.02
+Version:2.03
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious-Plugin-AssetPack/
-Source0:
https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MR/MRAMBERG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Mojolicious-Plugin-AssetPack-2.02.tar.gz -> 
Mojolicious-Plugin-AssetPack-2.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.02/Changes 
new/Mojolicious-Plugin-AssetPack-2.03/Changes
--- old/Mojolicious-Plugin-AssetPack-2.02/Changes   2018-01-28 
13:12:59.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-2.03/Changes   2018-04-26 
10:22:06.0 +0200
@@ -1,5 +1,10 @@
 Revision history for perl distribution Mojolicious-Plugin-AssetPack
 
+2.03 2018-04-26T10:22:06+0200
+ - Ensure asset is processed when calling processed
+ - Update favicon generator URL to use https
+ - Set higher inactivity timeout for favicon generator
+
 2.02 2018-01-28T13:12:59+0100
  - Add EXPERIMENTAL support for fetching assets from helpers
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.02/META.json 
new/Mojolicious-Plugin-AssetPack-2.03/META.json
--- old/Mojolicious-Plugin-AssetPack-2.02/META.json 2018-01-28 
13:13:01.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-2.03/META.json 2018-04-26 
10:22:07.0 +0200
@@ -1,10 +1,10 @@
 {
"abstract" : "Compress and convert css, less, sass, javascript and 
coffeescript files",
"author" : [
-  "Jan Henning Thorsen "
+  "Marcus Ramberg "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -53,6 +53,6 @@
  "web" : "https://github.com/jhthorsen/mojolicious-plugin-assetpack;
   }
},
-   "version" : "2.02",
-   "x_serialization_backend" : "JSON::PP version 2.27400_02"
+   "version" : "2.03",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-2.02/META.yml 
new/Mojolicious-Plugin-AssetPack-2.03/META.yml
--- old/Mojolicious-Plugin-AssetPack-2.02/META.yml  2018-01-28 
13:13:01.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-2.03/META.yml  2018-04-26 
10:22:07.0 +0200
@@ -1,13 +1,13 @@
 ---
 abstract: 'Compress and convert css, less, sass, javascript and coffeescript 
files'
 author:
-  - 'Jan Henning Thorsen 

commit plasma5-sdk for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package plasma5-sdk for openSUSE:Factory 
checked in at 2018-05-03 12:34:16

Comparing /work/SRC/openSUSE:Factory/plasma5-sdk (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-sdk.new (New)


Package is "plasma5-sdk"

Thu May  3 12:34:16 2018 rev:45 rq:603268 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2018-03-29 
11:56:55.547525747 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes 
2018-05-03 12:34:18.044180193 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:25:13 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---

Old:

  plasma-sdk-5.12.4.tar.xz

New:

  plasma-sdk-5.12.5.tar.xz



Other differences:
--
++ plasma5-sdk.spec ++
--- /var/tmp/diff_new_pack.LpUXxS/_old  2018-05-03 12:34:19.124141720 +0200
+++ /var/tmp/diff_new_pack.LpUXxS/_new  2018-05-03 12:34:19.128141577 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-sdk
-Version:5.12.4
+Version:5.12.5
 Release:0
 Summary:Plasma SDK
 License:LGPL-2.0+ and GPL-2.0

++ plasma-sdk-5.12.4.tar.xz -> plasma-sdk-5.12.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.12.4/CMakeLists.txt 
new/plasma-sdk-5.12.5/CMakeLists.txt
--- old/plasma-sdk-5.12.4/CMakeLists.txt2018-03-27 13:25:45.0 
+0200
+++ new/plasma-sdk-5.12.5/CMakeLists.txt2018-05-01 15:02:36.0 
+0200
@@ -1,5 +1,5 @@
 project(plasma-sdk)
-set(PROJECT_VERSION "5.12.4")
+set(PROJECT_VERSION "5.12.5")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.12.4/po/cs/plasmoidviewer.po 
new/plasma-sdk-5.12.5/po/cs/plasmoidviewer.po
--- old/plasma-sdk-5.12.4/po/cs/plasmoidviewer.po   2018-03-27 
13:25:10.0 +0200
+++ new/plasma-sdk-5.12.5/po/cs/plasmoidviewer.po   2018-05-01 
15:01:59.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2011, 2012, 2013, 2014, 2015, 2017.
+# Vít Pelčák , 2011, 2012, 2013, 2014, 2015, 2017, 2018.
 # Lukáš Tinkl , 2012.
 #
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.12.4/po/id/cuttlefish_editorplugin.po 
new/plasma-sdk-5.12.5/po/id/cuttlefish_editorplugin.po
--- old/plasma-sdk-5.12.4/po/id/cuttlefish_editorplugin.po  1970-01-01 
01:00:00.0 +0100
+++ new/plasma-sdk-5.12.5/po/id/cuttlefish_editorplugin.po  2018-05-01 
15:02:11.0 +0200
@@ -0,0 +1,23 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Wantoyo , 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2016-11-19 20:21+0100\n"
+"PO-Revision-Date: 2018-04-29 06:31+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: cuttlefishplugin.cpp:84
+#, kde-format
+msgid "Insert Icon with Cuttlefish"
+msgstr "Sisipkan Ikon dengan Cuttlefish"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.12.4/po/id/plasmaengineexplorer.po 
new/plasma-sdk-5.12.5/po/id/plasmaengineexplorer.po
--- old/plasma-sdk-5.12.4/po/id/plasmaengineexplorer.po 2018-03-27 
13:25:20.0 +0200
+++ new/plasma-sdk-5.12.5/po/id/plasmaengineexplorer.po 2018-05-01 
15:02:11.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: plasmaengineexplorer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-28 06:08+0100\n"
-"PO-Revision-Date: 2018-03-14 22:40+0700\n"
+"PO-Revision-Date: 2018-04-03 06:32+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -268,7 +268,7 @@
 "ParentApp entry in the DataEngine's .desktop file."
 msgstr ""
 "Hanya tampilkan mesin yang diasosiasikan dengan aplikasi induk; 

commit perl-Safe-Isa for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Safe-Isa for openSUSE:Factory 
checked in at 2018-05-03 12:33:51

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


Package is "perl-Safe-Isa"

Thu May  3 12:33:51 2018 rev:8 rq:603050 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/perl-Safe-Isa/perl-Safe-Isa.changes  
2018-04-26 13:38:01.200105167 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Safe-Isa.new/perl-Safe-Isa.changes 
2018-05-03 12:33:53.009072012 +0200
@@ -1,0 +2,9 @@
+Thu Apr 26 05:56:49 UTC 2018 - co...@suse.com
+
+- updated to 1.10
+   see /usr/share/doc/packages/perl-Safe-Isa/Changes
+
+  1.10 - 2018-04-25
+- fix DOES tests on 5.8.x
+
+---

Old:

  Safe-Isa-1.09.tar.gz

New:

  Safe-Isa-1.10.tar.gz



Other differences:
--
++ perl-Safe-Isa.spec ++
--- /var/tmp/diff_new_pack.Hk5eno/_old  2018-05-03 12:33:53.993036962 +0200
+++ /var/tmp/diff_new_pack.Hk5eno/_new  2018-05-03 12:33:53.997036820 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Safe-Isa
-Version:1.09
+Version:1.10
 Release:0
 %define cpan_name Safe-Isa
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects

++ Safe-Isa-1.09.tar.gz -> Safe-Isa-1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/Changes 
new/Safe-Isa-1.10/Changes
--- old/Safe-Isa-1.09/Changes   2018-04-21 19:13:44.0 +0200
+++ new/Safe-Isa-1.10/Changes   2018-04-26 01:12:43.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Safe-Isa
 
+1.10 - 2018-04-25
+  - fix DOES tests on 5.8.x
+
 1.09 - 2018-04-21
   - Fix handling of DOES and does (they no longer fall back to isa in most
 situations outside of Moo/Moose)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/META.json 
new/Safe-Isa-1.10/META.json
--- old/Safe-Isa-1.09/META.json 2018-04-21 19:13:55.0 +0200
+++ new/Safe-Isa-1.10/META.json 2018-04-26 01:12:52.0 +0200
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.3501, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -50,7 +50,7 @@
  "web" : "https://github.com/p5sagit/Safe-Isa;
   }
},
-   "version" : "1.09",
+   "version" : "1.10",
"x_contributors" : [
   "Karen Etheridge ",
   "Matt S Trout ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/META.yml 
new/Safe-Isa-1.10/META.yml
--- old/Safe-Isa-1.09/META.yml  2018-04-21 19:13:54.0 +0200
+++ new/Safe-Isa-1.10/META.yml  2018-04-26 01:12:52.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.3501, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,7 +24,7 @@
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Safe-Isa
   repository: https://github.com/p5sagit/Safe-Isa.git
-version: '1.09'
+version: '1.10'
 x_contributors:
   - 'Karen Etheridge '
   - 'Matt S Trout '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/Makefile.PL 
new/Safe-Isa-1.10/Makefile.PL
--- old/Safe-Isa-1.09/Makefile.PL   2018-04-21 17:40:34.0 +0200
+++ new/Safe-Isa-1.10/Makefile.PL   2018-04-26 00:58:19.0 +0200
@@ -1,6 +1,5 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008001;
 use ExtUtils::MakeMaker;
 (do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Safe-Isa-1.09/lib/Safe/Isa.pm 
new/Safe-Isa-1.10/lib/Safe/Isa.pm
--- old/Safe-Isa-1.09/lib/Safe/Isa.pm   2018-04-21 19:13:19.0 
+0200
+++ new/Safe-Isa-1.10/lib/Safe/Isa.pm   2018-04-21 19:14:06.0 
+0200
@@ -5,7 +5,7 @@
 use Scalar::Util ();
 use Exporter 5.57 qw(import);
 
-our 

commit perl-Math-Clipper for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Math-Clipper for 
openSUSE:Factory checked in at 2018-05-03 12:33:47

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


Package is "perl-Math-Clipper"

Thu May  3 12:33:47 2018 rev:3 rq:603049 version:1.24

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-Clipper/perl-Math-Clipper.changes  
2014-06-18 07:52:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Math-Clipper.new/perl-Math-Clipper.changes 
2018-05-03 12:33:47.833256379 +0200
@@ -1,0 +2,11 @@
+Fri Apr 27 05:31:48 UTC 2018 - co...@suse.com
+
+- updated to 1.24
+   see /usr/share/doc/packages/perl-Math-Clipper/Changes
+
+  1.24  Fri April 20 15:19:00 2018
+  
+- Fix Integerize.t to handle '-0' from sprintf("%.0f")
+  in Perl 5.27.8.
+
+---

Old:

  Math-Clipper-1.23.tar.gz

New:

  Math-Clipper-1.24.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Math-Clipper.spec ++
--- /var/tmp/diff_new_pack.uZFwJI/_old  2018-05-03 12:33:49.189208079 +0200
+++ /var/tmp/diff_new_pack.uZFwJI/_new  2018-05-03 12:33:49.189208079 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Math-Clipper
 #
-# Copyright (c) 2014 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
@@ -17,21 +17,22 @@
 
 
 Name:   perl-Math-Clipper
-Version:1.23
+Version:1.24
 Release:0
 %define cpan_name Math-Clipper
 Summary:Polygon clipping in 2D
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Math-Clipper/
-Source: 
http://www.cpan.org/authors/id/S/SM/SMUELLER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHELDRAKE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::CppGuess) >= 0.07
+BuildRequires:  perl(ExtUtils::CppGuess) >= 0.11
 BuildRequires:  perl(ExtUtils::Typemaps::Default) >= 0.05
 BuildRequires:  perl(ExtUtils::XSpp) >= 0.18
-BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(Module::Build) >= 0.38
 BuildRequires:  perl(Module::Build::WithXSpp) >= 0.14
 BuildRequires:  perl(Test::Deep)
 %{perl_requires}
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor optimize="%{optflags}"

++ Math-Clipper-1.23.tar.gz -> Math-Clipper-1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Clipper-1.23/Changes 
new/Math-Clipper-1.24/Changes
--- old/Math-Clipper-1.23/Changes   2014-05-22 20:35:14.0 +0200
+++ new/Math-Clipper-1.24/Changes   2018-04-26 08:45:35.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension Math::Clipper.
 
+1.24  Fri April 20 15:19:00 2018
+
+  - Fix Integerize.t to handle '-0' from sprintf("%.0f")
+in Perl 5.27.8.
+
 1.23  Thu May 22 20:30:00 2014
 
   - Fix 5.20 compatibility: av_extend is now using
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Clipper-1.23/MANIFEST 
new/Math-Clipper-1.24/MANIFEST
--- old/Math-Clipper-1.23/MANIFEST  2014-05-22 20:35:14.0 +0200
+++ new/Math-Clipper-1.24/MANIFEST  2018-04-26 08:45:35.0 +0200
@@ -3,7 +3,6 @@
 lib/Math/Clipper.pm
 MANIFEST   This list of files
 MANIFEST.SKIP
-META.json
 META.yml
 src/clipper.cpp
 src/clipper.hpp
@@ -26,3 +25,4 @@
 xsp/Clipper.xsp
 xsp/my.map
 xsp/types.xspt
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Clipper-1.23/META.json 
new/Math-Clipper-1.24/META.json
--- old/Math-Clipper-1.23/META.json 2014-05-22 20:35:14.0 +0200
+++ new/Math-Clipper-1.24/META.json 2018-04-26 08:45:35.0 +0200
@@ -4,7 +4,7 @@
   "Steffen Mueller (Esmuel...@cpan.orge),"
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4205",
+   "generated_by" : "Module::Build version 0.4216",
"license" : [
   "perl_5"
],
@@ -23,7 +23,7 @@
   },
   "configure" : {
  "requires" : 

commit pam_kwallet for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package pam_kwallet for openSUSE:Factory 
checked in at 2018-05-03 12:34:13

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


Package is "pam_kwallet"

Thu May  3 12:34:13 2018 rev:27 rq:603263 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2018-03-29 
11:56:45.935872786 +0200
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new/pam_kwallet.changes 
2018-05-03 12:34:16.184246452 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:23:58 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---

Old:

  kwallet-pam-5.12.4.tar.xz

New:

  kwallet-pam-5.12.5.tar.xz



Other differences:
--
++ pam_kwallet.spec ++
--- /var/tmp/diff_new_pack.FXPMrc/_old  2018-05-03 12:34:16.784225078 +0200
+++ /var/tmp/diff_new_pack.FXPMrc/_new  2018-05-03 12:34:16.788224935 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pam_kwallet
-Version:5.12.4
+Version:5.12.5
 Release:0
 Summary:A PAM Module for KWallet signing
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0

++ kwallet-pam-5.12.4.tar.xz -> kwallet-pam-5.12.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.12.4/CMakeLists.txt 
new/kwallet-pam-5.12.5/CMakeLists.txt
--- old/kwallet-pam-5.12.4/CMakeLists.txt   2018-03-27 13:15:56.0 
+0200
+++ new/kwallet-pam-5.12.5/CMakeLists.txt   2018-05-01 14:51:31.0 
+0200
@@ -1,7 +1,7 @@
 project(pam_kwallet)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.12.4")
+set(PROJECT_VERSION "5.12.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package (ECM 1.2.0 REQUIRED NO_MODULE)




commit kwrited5 for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2018-05-03 12:34:11

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


Package is "kwrited5"

Thu May  3 12:34:11 2018 rev:57 rq:603257 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2018-03-29 
11:56:45.147901237 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2018-05-03 
12:34:12.892363721 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:07:22 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---

Old:

  kwrited-5.12.4.tar.xz

New:

  kwrited-5.12.5.tar.xz



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.IEyqg6/_old  2018-05-03 12:34:13.568339640 +0200
+++ /var/tmp/diff_new_pack.IEyqg6/_new  2018-05-03 12:34:13.568339640 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwrited5
-Version:5.12.4
+Version:5.12.5
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0+

++ kwrited-5.12.4.tar.xz -> kwrited-5.12.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.12.4/CMakeLists.txt 
new/kwrited-5.12.5/CMakeLists.txt
--- old/kwrited-5.12.4/CMakeLists.txt   2018-03-27 13:17:58.0 +0200
+++ new/kwrited-5.12.5/CMakeLists.txt   2018-05-01 14:53:37.0 +0200
@@ -1,5 +1,5 @@
 project(kwrited)
-set(PROJECT_VERSION "5.12.4")
+set(PROJECT_VERSION "5.12.5")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 set(KF5_MIN_VERSION "5.10.0")




commit clinfo for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package clinfo for openSUSE:Factory checked 
in at 2018-05-03 12:34:04

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


Package is "clinfo"

Thu May  3 12:34:04 2018 rev:9 rq:603206 version:2.2.18.04.06

Changes:

--- /work/SRC/openSUSE:Factory/clinfo/clinfo.changes2017-10-29 
20:25:03.189842488 +0100
+++ /work/SRC/openSUSE:Factory/.clinfo.new/clinfo.changes   2018-05-03 
12:34:06.036607946 +0200
@@ -1,0 +2,7 @@
+Mon Apr 30 20:18:28 UTC 2018 - badshah...@gmail.com
+
+- Update to version 2.2.18.04.06:
+  * No upstream documentation of changes.
+- Use %%license macro to package LICENSE file.
+
+---

Old:

  clinfo-2.2.17.10.25.tar.gz

New:

  clinfo-2.2.18.04.06.tar.gz



Other differences:
--
++ clinfo.spec ++
--- /var/tmp/diff_new_pack.pDFB6V/_old  2018-05-03 12:34:06.572588853 +0200
+++ /var/tmp/diff_new_pack.pDFB6V/_new  2018-05-03 12:34:06.576588710 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clinfo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   clinfo
-Version:2.2.17.10.25
+Version:2.2.18.04.06
 Release:0
 Summary:Utility that reports status information for all installed 
OpenCL ICDs
 License:SUSE-Public-Domain
@@ -49,7 +49,8 @@
 %make_install
 
 %files
-%doc LICENSE README
+%doc README.md
+%license LICENSE
 %{_bindir}/clinfo
 %{_mandir}/man1/clinfo.1%{ext_man}
 

++ clinfo-2.2.17.10.25.tar.gz -> clinfo-2.2.18.04.06.tar.gz ++
 5076 lines of diff (skipped)




commit nautilus-share for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package nautilus-share for openSUSE:Factory 
checked in at 2018-05-03 12:33:02

Comparing /work/SRC/openSUSE:Factory/nautilus-share (Old)
 and  /work/SRC/openSUSE:Factory/.nautilus-share.new (New)


Package is "nautilus-share"

Thu May  3 12:33:02 2018 rev:30 rq:602996 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/nautilus-share/nautilus-share.changes
2018-04-30 22:59:23.475470267 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus-share.new/nautilus-share.changes   
2018-05-03 12:33:03.794824920 +0200
@@ -1,0 +2,5 @@
+Mon Apr 30 21:59:23 UTC 2018 - jeng...@inai.de
+
+- Ensure neutrality of descriptions.
+
+---



Other differences:
--
++ nautilus-share.spec ++
--- /var/tmp/diff_new_pack.728AVR/_old  2018-05-03 12:33:04.874786458 +0200
+++ /var/tmp/diff_new_pack.728AVR/_new  2018-05-03 12:33:04.878786316 +0200
@@ -21,7 +21,7 @@
 Name:   nautilus-share
 Version:0.7.3
 Release:0
-Summary:A Quick and Easy Way to Share Folders in Nautilus Via Samba
+Summary:Nautilus plugin for sharing directories over SMB
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Samba
 Url:http://git.gnome.org/nautilus-share
@@ -35,22 +35,25 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Application for the GNOME desktop integrated in Nautilus, that allows
-simple use of Nautilus shares without signing in as root.
+An application for the GNOME desktop integrated into Nautilus
+which allows use of Nautilus shares without signing in as root.
 
-Features: * A new entry in your Nautilus right-click menu with a
-   nice icon.
+Features:
 
-* A simple dialog to share your folder, which allows you to choose a
-   name and decide whether to make it read-only.
+* A new command in the Nautilus context menu
+  (Menu key or right click).
 
-* Possibility to access it from the Properties tab of your folder.
+* A dialog to share a directory, which allows choosing a
+  name and decide on read-only/read-write status.
 
-* Possibility to see whether a share name already exists by simply
+* Possibility to access the share settings from the Properties
+  tab of a directory.
+
+* Possibility to examine whether a share name already exists by
typing it.
 
-* Nautilus displays a palm icon to visually show you which folders are
-shared.
+* Nautilus displays a palm icon to visually show which
+  directories are shared.
 
 %lang_package
 %prep




commit perl-bareword-filehandles for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-bareword-filehandles for 
openSUSE:Factory checked in at 2018-05-03 12:33:34

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


Package is "perl-bareword-filehandles"

Thu May  3 12:33:34 2018 rev:5 rq:603045 version:0.006

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-bareword-filehandles/perl-bareword-filehandles.changes
  2017-04-24 09:50:05.028925116 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new/perl-bareword-filehandles.changes
 2018-05-03 12:33:37.693617551 +0200
@@ -1,0 +2,9 @@
+Fri Apr 27 06:08:40 UTC 2018 - co...@suse.com
+
+- updated to 0.006
+   see /usr/share/doc/packages/perl-bareword-filehandles/Changes
+
+  0.006 2018-04-26 22:36:49+01:00 Europe/London
+   - Only use Lexical::SealRequireHints before perl 5.12
+
+---

Old:

  bareword-filehandles-0.005.tar.gz

New:

  bareword-filehandles-0.006.tar.gz



Other differences:
--
++ perl-bareword-filehandles.spec ++
--- /var/tmp/diff_new_pack.2HYTeN/_old  2018-05-03 12:33:38.517588201 +0200
+++ /var/tmp/diff_new_pack.2HYTeN/_new  2018-05-03 12:33:38.517588201 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-bareword-filehandles
 #
-# 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,11 +17,11 @@
 
 
 Name:   perl-bareword-filehandles
-Version:0.005
+Version:0.006
 Release:0
 %define cpan_name bareword-filehandles
 Summary:Disables Bareword Filehandles
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/bareword-filehandles/
 Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
@@ -31,10 +31,8 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(B::Hooks::OP::Check)
 BuildRequires:  perl(ExtUtils::Depends)
-BuildRequires:  perl(Lexical::SealRequireHints)
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(B::Hooks::OP::Check)
-Requires:   perl(Lexical::SealRequireHints)
 %{perl_requires}
 
 %description

++ bareword-filehandles-0.005.tar.gz -> bareword-filehandles-0.006.tar.gz 
++
 3249 lines of diff (skipped)




commit perl-multidimensional for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-multidimensional for 
openSUSE:Factory checked in at 2018-05-03 12:33:31

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


Package is "perl-multidimensional"

Thu May  3 12:33:31 2018 rev:5 rq:603044 version:0.014

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-multidimensional/perl-multidimensional.changes  
2017-04-24 09:49:56.474135056 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-multidimensional.new/perl-multidimensional.changes
 2018-05-03 12:33:33.717759166 +0200
@@ -1,0 +2,9 @@
+Fri Apr 27 06:09:38 UTC 2018 - co...@suse.com
+
+- updated to 0.014
+   see /usr/share/doc/packages/perl-multidimensional/Changes
+
+  0.014 2018-04-26 22:35:46+01:00 Europe/London
+   - Only use Lexical::SealRequireHints before perl 5.12
+
+---

Old:

  multidimensional-0.013.tar.gz

New:

  multidimensional-0.014.tar.gz



Other differences:
--
++ perl-multidimensional.spec ++
--- /var/tmp/diff_new_pack.Ljbz8R/_old  2018-05-03 12:33:34.349736656 +0200
+++ /var/tmp/diff_new_pack.Ljbz8R/_new  2018-05-03 12:33:34.349736656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-multidimensional
 #
-# 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,11 +17,11 @@
 
 
 Name:   perl-multidimensional
-Version:0.013
+Version:0.014
 Release:0
 %define cpan_name multidimensional
 Summary:Disables Multidimensional Array Emulation
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/multidimensional/
 Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
@@ -32,10 +32,8 @@
 BuildRequires:  perl(B::Hooks::OP::Check) >= 0.19
 BuildRequires:  perl(CPAN::Meta) >= 2.112580
 BuildRequires:  perl(ExtUtils::Depends)
-BuildRequires:  perl(Lexical::SealRequireHints) >= 0.005
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(B::Hooks::OP::Check) >= 0.19
-Requires:   perl(Lexical::SealRequireHints) >= 0.005
 %{perl_requires}
 
 %description

++ multidimensional-0.013.tar.gz -> multidimensional-0.014.tar.gz ++
 3275 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2018-05-03 12:33:28

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


Package is "perl-Mojolicious"

Thu May  3 12:33:28 2018 rev:96 rq:603036 version:7.77

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2018-04-26 13:38:27.971123951 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2018-05-03 12:33:30.417876702 +0200
@@ -1,0 +2,13 @@
+Wed May  2 05:35:20 UTC 2018 - co...@suse.com
+
+- updated to 7.77
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.77  2018-04-28
+- Added support for namespace selectors like "ns|*" to Mojo::DOM::CSS.
+  (jberger)
+- Added support for :link and :visited pseudo-classes to Mojo::DOM::CSS.
+- Added support for hyphen-separated list attribute selectors like
+  "[heflang|=en]" to Mojo::DOM::CSS.
+
+---

Old:

  Mojolicious-7.76.tar.gz

New:

  Mojolicious-7.77.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.2JxKYs/_old  2018-05-03 12:33:31.309844932 +0200
+++ /var/tmp/diff_new_pack.2JxKYs/_new  2018-05-03 12:33:31.309844932 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.76
+Version:7.77
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.76.tar.gz -> Mojolicious-7.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.76/Changes new/Mojolicious-7.77/Changes
--- old/Mojolicious-7.76/Changes2018-04-23 22:35:18.0 +0200
+++ new/Mojolicious-7.77/Changes2018-04-30 00:08:39.0 +0200
@@ -1,7 +1,14 @@
 
+7.77  2018-04-28
+  - Added support for namespace selectors like "ns|*" to Mojo::DOM::CSS.
+(jberger)
+  - Added support for :link and :visited pseudo-classes to Mojo::DOM::CSS.
+  - Added support for hyphen-separated list attribute selectors like
+"[heflang|=en]" to Mojo::DOM::CSS.
+
 7.76  2018-04-23
   - Due to lack of domain experts on the team, Windows is no longer officially
-supported. Moving foward, we will try to keep Mojolicious installable on
+supported. Moving forward, we will try to keep Mojolicious installable on
 Windows, but cannot make any promises regarding security and/or 
reliability.
   - Fixed a bug in Mojolicious::Plugin::Config where the config stash value was
 not available when the config_override feature was used. (tim)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.76/META.json 
new/Mojolicious-7.77/META.json
--- old/Mojolicious-7.76/META.json  2018-04-24 18:54:58.0 +0200
+++ new/Mojolicious-7.77/META.json  2018-05-01 19:17:25.0 +0200
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.76",
+   "version" : "7.77",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.76/META.yml 
new/Mojolicious-7.77/META.yml
--- old/Mojolicious-7.76/META.yml   2018-04-24 18:54:58.0 +0200
+++ new/Mojolicious-7.77/META.yml   2018-05-01 19:17:25.0 +0200
@@ -31,5 +31,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '7.76'
+version: '7.77'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.76/README.md 
new/Mojolicious-7.77/README.md
--- old/Mojolicious-7.76/README.md  2017-12-03 03:34:54.0 +0100
+++ new/Mojolicious-7.77/README.md  2018-04-27 20:37:53.0 +0200
@@ -71,7 +71,7 @@
 
   Use all the latest Perl and HTML features in beautiful single file
   prototypes like this one, and
-  [grow](http://mojolicious.org/perldoc/Mojolicious/Guides/Growing#Differences)
+  
[grow](https://mojolicious.org/perldoc/Mojolicious/Guides/Growing#Differences)
   them easily into well-structured **Model-View-Controller** web applications.
 
 ```perl
@@ -104,4 +104,4 @@
 
 ## Want to know more?
 
-  Take a look at our excellent [documentation](http://mojolicious.org/perldoc)!
+  Take a look at our excellent 
[documentation](https://mojolicious.org/perldoc)!
diff -urN '--exclude=CVS' 

commit llvm4 for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package llvm4 for openSUSE:Factory checked 
in at 2018-05-03 12:33:17

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


Package is "llvm4"

Thu May  3 12:33:17 2018 rev:16 rq:603027 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/llvm4/llvm4.changes  2018-03-18 
21:44:34.450298339 +0100
+++ /work/SRC/openSUSE:Factory/.llvm4.new/llvm4.changes 2018-05-03 
12:33:17.698329739 +0200
@@ -1,0 +2,6 @@
+Wed May  2 07:53:39 UTC 2018 - m...@suse.com
+
+- Add appropriate Conflicts to make the package acceptable to Leap
+  42.3. It is required as rust/Firefox dependency. (bnc#1091551)
+
+---



Other differences:
--
++ llvm4.spec ++
--- /var/tmp/diff_new_pack.pLxdGR/_old  2018-05-03 12:33:22.342164341 +0200
+++ /var/tmp/diff_new_pack.pLxdGR/_new  2018-05-03 12:33:22.346164198 +0200
@@ -131,6 +131,9 @@
 %if %{with oprofile}
 BuildRequires:  oprofile-devel
 %endif
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm
+%endif
 
 %description
 LLVM is a compiler infrastructure designed for compile-time,
@@ -174,6 +177,9 @@
 %if %{with oprofile}
 Requires:   oprofile-devel
 %endif
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-devel
+%endif
 
 %description devel
 This package contains library and header files needed to develop
@@ -194,6 +200,9 @@
 %if %{with cxx}
 Requires:   libc++%{_socxx}
 %endif
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-clang
+%endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 
@@ -211,6 +220,9 @@
 Conflicts:  scan-view
 Provides:   scan-build
 Provides:   scan-view
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-clang
+%endif
 
 %description -n clang%{_sonum}-checker
 This package contains scan-build and scan-view, command line
@@ -264,6 +276,9 @@
 # Avoid multiple provider errors
 Group:  Development/Languages/Other
 Requires:   libLLVM%{_sonum}
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-clang
+%endif
 
 %description -n libLTO%{_sonum}
 This package contains the link-time optimizer for LLVM.
@@ -309,6 +324,9 @@
 Summary:C++ standard library implementation
 Group:  Development/Libraries/C and C++
 Requires:   libc++abi%{_socxx} = %{version}
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-clang
+%endif
 
 %description -n libc++%{_socxx}
 This package contains libc++, a new implementation of the C++
@@ -322,6 +340,9 @@
 Requires:   libc++abi-devel = %{version}
 Conflicts:  libc++.so
 Provides:   libc++.so
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-clang
+%endif
 
 %description -n libc++-devel
 This package contains libc++, a new implementation of the C++
@@ -330,6 +351,9 @@
 %package -n libc++abi%{_socxx}
 Summary:C++ standard library ABI
 Group:  Development/Libraries/C and C++
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-clang
+%endif
 
 %description -n libc++abi%{_socxx}
 This package contains the ABI for libc++, a new implementation
@@ -342,6 +366,9 @@
 Requires:   libc++-devel
 Conflicts:  libc++abi.so
 Provides:   libc++abi.so
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  llvm-clang
+%endif
 
 %description -n libc++abi-devel
 This package contains the ABI for libc++, a new implementation
@@ -378,6 +405,9 @@
 BuildArch:  noarch
 Provides:   %{python3_sitearch}/clang/
 Conflicts:  %{python3_sitearch}/clang/
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  python-clang
+%endif
 
 %description -n python3-clang
 This package contains the Python bindings to clang (C language)
@@ -421,6 +451,9 @@
 Requires:   liblldb%{_sonum} = %{version}
 Requires:   python3
 Requires:   python3-six
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+Conflicts:  lldb
+%endif
 ExclusiveArch:  x86_64
 Requires(post): update-alternatives
 Requires(postun): update-alternatives




commit transactional-update for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package transactional-update for 
openSUSE:Factory checked in at 2018-05-03 12:33:10

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


Package is "transactional-update"

Thu May  3 12:33:10 2018 rev:28 rq:603009 version:2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2018-04-30 22:59:21.403545871 +0200
+++ 
/work/SRC/openSUSE:Factory/.transactional-update.new/transactional-update.changes
   2018-05-03 12:33:12.342520493 +0200
@@ -1,0 +2,8 @@
+Wed May  2 08:39:18 UTC 2018 - ifors...@suse.com
+
+- Update to version 2.2
+  - Fix security issue in self update [boo#1091316]
+  - Create dirs in /var more reliably by sorting the list
+- Rebuild initrd (needed since 2.0)
+
+---

Old:

  transactional-update-2.1.tar.bz2

New:

  transactional-update-2.2.tar.bz2



Other differences:
--
++ transactional-update.spec ++
--- /var/tmp/diff_new_pack.oAgYww/_old  2018-05-03 12:33:13.234488724 +0200
+++ /var/tmp/diff_new_pack.oAgYww/_new  2018-05-03 12:33:13.238488582 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   transactional-update
-Version:2.1
+Version:2.2
 Release:0
 Summary:Transactional Updates with btrfs and snapshots
 License:GPL-2.0-or-later
@@ -28,6 +28,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  rpm-devel
+BuildRequires:  suse-module-tools
 BuildRequires:  pkgconfig(libzypp)
 Requires:   logrotate
 Requires:   lsof
@@ -58,12 +59,17 @@
 
 %post
 %service_add_post %{name}.service %{name}.timer create-dirs-from-rpmdb.service
+%regenerate_initrd_post
+
+%posttrans
+%regenerate_initrd_posttrans
 
 %preun
 %service_del_preun %{name}.service %{name}.timer create-dirs-from-rpmdb.service
 
 %postun
 %service_del_postun %{name}.service %{name}.timer 
create-dirs-from-rpmdb.service
+%regenerate_initrd_post
 
 %files
 %license COPYING

++ transactional-update-2.1.tar.bz2 -> transactional-update-2.2.tar.bz2 
++
 2976 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/transactional-update-2.1/NEWS new/transactional-update-2.2/NEWS
--- old/transactional-update-2.1/NEWS   2018-04-26 15:00:29.0 +0200
+++ new/transactional-update-2.2/NEWS   2018-05-02 10:30:45.0 +0200
@@ -2,6 +2,10 @@
 
 Copyright (C) 2016, 2017, 2018 Thorsten Kukuk
 
+Version 2.2
+* Fix security issue in self update
+* Create dirs in /var more reliably by sorting the list
+
 Version 2.1
 * Cleanup /etc cleanup
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/transactional-update-2.1/compile new/transactional-update-2.2/compile
--- old/transactional-update-2.1/compile1970-01-01 01:00:00.0 
+0100
+++ new/transactional-update-2.2/compile2018-04-30 13:54:06.0 
+0200
@@ -0,0 +1,348 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2016-01-11.22; # UTC
+
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Written by Tom Tromey .
+#
+# 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, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This file is maintained in Automake, please report
+# bugs to 

commit python-docker for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package python-docker for openSUSE:Factory 
checked in at 2018-05-03 12:33:13

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


Package is "python-docker"

Thu May  3 12:33:13 2018 rev:4 rq:603010 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-docker/python-docker.changes  
2018-01-10 23:30:00.338558975 +0100
+++ /work/SRC/openSUSE:Factory/.python-docker.new/python-docker.changes 
2018-05-03 12:33:16.398376038 +0200
@@ -1,0 +2,8 @@
+Wed May  2 09:17:51 UTC 2018 - tchva...@suse.com
+
+- Version update to 3.3.0:
+  * Too many changes to name see upstream tag list:
+https://github.com/docker/docker-py/releases
+- Make sure to run tests and properly name all the requirements
+
+---

Old:

  docker-2.6.1.tar.gz

New:

  docker-3.3.0.tar.gz



Other differences:
--
++ python-docker.spec ++
--- /var/tmp/diff_new_pack.nGKZBQ/_old  2018-05-03 12:33:17.470337859 +0200
+++ /var/tmp/diff_new_pack.nGKZBQ/_new  2018-05-03 12:33:17.470337859 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-docker
 #
-# 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
@@ -19,36 +19,37 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-docker
-Version:2.6.1
+Version:3.3.0
 Release:0
 Summary:Docker API Client
 License:Apache-2.0
 Group:  System/Management
-Url:https://pypi.python.org/pypi/docker
+URL:https://github.com/docker/docker-py
 Source0:
https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz
+BuildRequires:  %{python_module docker-pycreds >= 0.2.3}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module pytest >= 2.9.1}
+BuildRequires:  %{python_module pytest-cov >= 2.1.0}
+BuildRequires:  %{python_module pytest-timeout >= 1.2.1}
+BuildRequires:  %{python_module requests >= 2.14.2}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module websocket-client}
+BuildRequires:  %{python_module six >= 1.4.0}
+BuildRequires:  %{python_module websocket-client >= 0.32.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%ifpython2
-Requires:   python-backports.ssl_match_hostname >= 3.5
-Requires:   python-ipaddress >= 1.0.16
-%endif
-Requires:   python-docker-pycreds >= 0.2.1
-Requires:   python-requests >= 2.5.3
+Requires:   python-docker-pycreds >= 0.2.3
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.4.0
 Requires:   python-websocket-client >= 0.32.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 # docker-py got renamed to docker in 2017
 Obsoletes:  python-docker-py < %{version}
 Provides:   python-docker-py = %{version}
+BuildArch:  noarch
+%ifpython2
+Requires:   %{oldpython}-backports.ssl_match_hostname >= 3.5
+Requires:   %{oldpython}-ipaddress >= 1.0.16
+%endif
 %ifpython2
 Obsoletes:  %{oldpython}-docker-py < %{version}
 Provides:   %{oldpython}-docker-py = %{version}
@@ -69,11 +70,11 @@
 %fdupes %{buildroot}
 
 %check
-# % python_exec tests/test.py
+%python_expand py.test-%{$python_bin_suffix} tests/unit --deselect 
tests/unit/ssladapter_test.py::MatchHostnameTest
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %dir %{python_sitelib}/*
 %{python_sitelib}/docker/*
 %{python_sitelib}/*egg-info/*

++ docker-2.6.1.tar.gz -> docker-3.3.0.tar.gz ++
 12880 lines of diff (skipped)




commit borgbackup for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package borgbackup for openSUSE:Factory 
checked in at 2018-05-03 12:33:08

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


Package is "borgbackup"

Thu May  3 12:33:08 2018 rev:15 rq:603006 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes2018-04-20 
17:25:52.798350293 +0200
+++ /work/SRC/openSUSE:Factory/.borgbackup.new/borgbackup.changes   
2018-05-03 12:33:09.806610810 +0200
@@ -1,0 +2,7 @@
+Wed May  2 06:37:13 UTC 2018 - m...@suse.com
+
+- Leap 15.0 and SLE15 both are moved to renamed python3-msgpack,
+  fix-msgpack-requirement.patch have to be used to deal with msgpack
+  package rename fallout.
+
+---



Other differences:
--
++ borgbackup.spec ++
--- /var/tmp/diff_new_pack.ZwZIFm/_old  2018-05-03 12:33:10.562583886 +0200
+++ /var/tmp/diff_new_pack.ZwZIFm/_new  2018-05-03 12:33:10.566583744 +0200
@@ -46,7 +46,7 @@
 %if 0%{?suse_version} >= 1500
 BuildRequires:  python3-guzzle_sphinx_theme
 %endif
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} >= 1500
 BuildRequires:  python3-msgpack >= 0.4.6
 %else
 BuildRequires:  python3-msgpack-python >= 0.4.6
@@ -63,7 +63,7 @@
 BuildRequires:  python3-setuptools_scm
 BuildRequires:  python3-sphinx_rtd_theme
 BuildRequires:  zsh
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} >= 1500
 Requires:   python3-msgpack >= 0.4.6
 %else
 Requires:   python3-msgpack-python >= 0.4.6
@@ -132,7 +132,7 @@
 %prep
 %setup -q
 # fix msgpack requirement
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} >= 1500
 %patch1 -p1
 %endif
 # fall back to sphinx default theme




commit openSUSE-release-tools for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-05-03 12:33:23

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


Package is "openSUSE-release-tools"

Thu May  3 12:33:23 2018 rev:90 rq:603034 version:20180502.978881d

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-05-02 12:19:45.193266848 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-05-03 12:33:27.561978424 +0200
@@ -1,0 +2,8 @@
+Wed May 02 10:52:19 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180502.978881d:
+  * [oqamaint] Take build number as last resort to avoid crash
+  * [openqa-maintenance] Use to_xml method of Request object
+  * [oqamaint] Do not export variables not necessary for scheduling
+
+---

Old:

  openSUSE-release-tools-20180430.eb1d0be.obscpio

New:

  openSUSE-release-tools-20180502.978881d.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.BuBGWG/_old  2018-05-03 12:33:28.641939958 +0200
+++ /var/tmp/diff_new_pack.BuBGWG/_new  2018-05-03 12:33:28.641939958 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180430.eb1d0be
+Version:20180502.978881d
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.BuBGWG/_old  2018-05-03 12:33:28.693938106 +0200
+++ /var/tmp/diff_new_pack.BuBGWG/_new  2018-05-03 12:33:28.693938106 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-b20c01669e0fe5d1bc199858dfeefcf71e4d7b2f
+09403e0ffd1680f6b2dc8e58d22795b6b4432f72
   
 

++ openSUSE-release-tools-20180430.eb1d0be.obscpio -> 
openSUSE-release-tools-20180502.978881d.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180430.eb1d0be/oqamaint/openqabot.py 
new/openSUSE-release-tools-20180502.978881d/oqamaint/openqabot.py
--- old/openSUSE-release-tools-20180430.eb1d0be/oqamaint/openqabot.py   
2018-04-30 22:28:09.0 +0200
+++ new/openSUSE-release-tools-20180502.978881d/oqamaint/openqabot.py   
2018-05-02 12:46:41.0 +0200
@@ -378,7 +378,7 @@
 self.logger.debug("request %s state %s", req.reqid, qa_state)
 msg = None
 if qa_state == QA_UNKNOWN:
-incident_id = 
req.findall('.action/source')[0].get('project').split(":")[-1]
+incident_id = 
req.to_xml().findall('.action/source')[0].get('project').split(":")[-1]
 if not jobs and incident_id not in self.wait_for_build:
 msg = "no openQA tests defined"
 self.comment_write(state='done', message=msg, request=req, 
result='accepted')
@@ -397,6 +397,7 @@
 
 msg += self.summarize_openqa_jobs(jobs)
 self.comment_write(state='done', message=msg, result=result, 
request=req)
+return ret
 elif qa_state == QA_INPROGRESS:
 self.logger.info("request %s still in progress", req.reqid)
 else:
@@ -408,7 +409,7 @@
 self.logger.error(traceback.format_exc())
 return None
 
-return ret
+return
 
 def find_obs_request_comment(self, request_id=None, project_name=None):
 """Return previous comments (should be one)."""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180430.eb1d0be/oqamaint/opensuse.py 
new/openSUSE-release-tools-20180502.978881d/oqamaint/opensuse.py
--- old/openSUSE-release-tools-20180430.eb1d0be/oqamaint/opensuse.py
2018-04-30 22:28:09.0 +0200
+++ new/openSUSE-release-tools-20180502.978881d/oqamaint/opensuse.py
2018-05-02 12:46:41.0 +0200
@@ -68,10 +68,4 @@
 settings['VERIFY_PACKAGE_VERSIONS'] = ' '.join(
 ['{} {}-{}'.format(p.name, p.version, p.release) for p in 
packages.values()])
 
-settings['ZYPPER_ADD_REPOS'] = settings['INCIDENT_REPO']
-settings['ADDONURL'] = settings['INCIDENT_REPO']
-
-settings['WITH_MAIN_REPO'] = 1
-settings['WITH_UPDATE_REPO'] = 1
-
 return [settings]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit flatpak-builder for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2018-05-03 12:33:06

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


Package is "flatpak-builder"

Thu May  3 12:33:06 2018 rev:6 rq:603001 version:0.10.10

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2018-03-14 19:36:59.829551186 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2018-05-03 12:33:07.254701697 +0200
@@ -1,0 +2,29 @@
+Wed May  2 05:54:26 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.10.10:
+  + We now support yaml manifest as well as json.
+  + New source type "svn" to download subversion checkouts.
+  + New source type "dir" for local directories.
+  + Set FLATPAK_BUILDER_N_JOBS in environment during build.
+  + If not using ccache, enforce it of. This helps builds with
+meson as they pick up ccache by default, which makes no
+sense when there is no persistent storage for ccache to use.
+  + New options prepend--path similar to the existing append--path
+ones, but prepending instead.
+  + New argument --no-shallow-clone which disables any shallow
+clone optimizations.
+  + New inherit-sdk-extensions property similar to
+inherit-extensions, but is not inherited in the platform.
+  + We now ignore json keys starting with "//" and "__" allowing
+these to be used for comments.
+  + Fixed a bug that caused --install to not work properly.
+  + New argument --extension-tag for using the new tagged extension
+feature.
+  + The build metadata now records which extensions were produced
+as part of a build.
+  + New property add-build-extensions allows creating exension
+points that can be used during the build.
+  + flatpak-builder --run now also binds /run/build-runtime to the
+builds, allowing it to work when building runtimes.
+
+---

Old:

  flatpak-builder-0.10.9.tar.xz

New:

  flatpak-builder-0.10.10.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.z3PjaT/_old  2018-05-03 12:33:07.926677765 +0200
+++ /var/tmp/diff_new_pack.z3PjaT/_new  2018-05-03 12:33:07.930677623 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flatpak-builder
-Version:0.10.9
+Version:0.10.10
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1-or-later

++ flatpak-builder-0.10.9.tar.xz -> flatpak-builder-0.10.10.tar.xz ++
 3526 lines of diff (skipped)




commit gnome-calendar for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-calendar for openSUSE:Factory 
checked in at 2018-05-03 12:33:04

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


Package is "gnome-calendar"

Thu May  3 12:33:04 2018 rev:24 rq:602999 version:3.28.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes
2018-04-17 11:16:30.953228880 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-calendar.new/gnome-calendar.changes   
2018-05-03 12:33:05.410767369 +0200
@@ -1,0 +2,12 @@
+Wed May  2 04:47:20 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.2:
+  + Don't show time labels on full day events.
+  + Fix Week grid collapsing non-overlapping events.
+  + Force timed events square box to be squared.
+  + Use the correct end date on tooltips.
+  + Minor improvements to the Month view paddings.
+  + Fix a crash when deleting tasks.
+  + Updates translations.
+
+---

Old:

  gnome-calendar-3.28.1.tar.xz

New:

  gnome-calendar-3.28.2.tar.xz



Other differences:
--
++ gnome-calendar.spec ++
--- /var/tmp/diff_new_pack.YtYGWu/_old  2018-05-03 12:33:06.286736172 +0200
+++ /var/tmp/diff_new_pack.YtYGWu/_new  2018-05-03 12:33:06.290736029 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-calendar
-Version:3.28.1
+Version:3.28.2
 Release:0
 Summary:A calendar application for GNOME
 License:GPL-3.0-or-later

++ gnome-calendar-3.28.1.tar.xz -> gnome-calendar-3.28.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calendar-3.28.1/NEWS 
new/gnome-calendar-3.28.2/NEWS
--- old/gnome-calendar-3.28.1/NEWS  2018-04-10 16:52:05.0 +0200
+++ new/gnome-calendar-3.28.2/NEWS  2018-05-02 02:26:44.0 +0200
@@ -1,3 +1,12 @@
+Major changes in 3.28.2:
+* Don't show time labels on full day events (Abdullahi Usman)
+* Fix Week grid collapsing non-overlapping events
+* Force timed events square box to be squared
+* Use the correct end date on tooltips
+* Minor improvements to the Month view paddings
+* Fix a crash when deleting tasks
+* Updates translations
+
 Major changes in 3.28.1:
 * Updated translations
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-calendar-3.28.1/data/appdata/org.gnome.Calendar.appdata.xml.in 
new/gnome-calendar-3.28.2/data/appdata/org.gnome.Calendar.appdata.xml.in
--- old/gnome-calendar-3.28.1/data/appdata/org.gnome.Calendar.appdata.xml.in
2018-04-10 16:52:05.0 +0200
+++ new/gnome-calendar-3.28.2/data/appdata/org.gnome.Calendar.appdata.xml.in
2018-05-02 02:26:44.0 +0200
@@ -49,6 +49,15 @@
   GNOME
 
   
+
+  
+
+  The 3.28.2 release brings polish to the Month and Week views, and 
fixes a crash
+  when removing tasks. It also updates many translations.
+
+  
+
+
 
   
 This release updates many translations.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calendar-3.28.1/data/theme/Adwaita.css 
new/gnome-calendar-3.28.2/data/theme/Adwaita.css
--- old/gnome-calendar-3.28.1/data/theme/Adwaita.css2018-04-10 
16:52:05.0 +0200
+++ new/gnome-calendar-3.28.2/data/theme/Adwaita.css2018-05-02 
02:26:44.0 +0200
@@ -424,7 +424,7 @@
 border: solid 1px alpha(@borders, 0.3);
 border-width: 1px 0 0 1px;
 background: transparent;
-padding: 1px 0 1px 0;
+padding: 1px 3px 0 3px;
 transition: background-color 200ms;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calendar-3.28.1/data/ui/event-widget.ui 
new/gnome-calendar-3.28.2/data/ui/event-widget.ui
--- old/gnome-calendar-3.28.1/data/ui/event-widget.ui   2018-04-10 
16:52:05.0 +0200
+++ new/gnome-calendar-3.28.2/data/ui/event-widget.ui   2018-05-02 
02:26:44.0 +0200
@@ -22,6 +22,10 @@
   
 True
 False
+center
+center
+16
+16
 
   
 
@@ -48,6 +52,7 @@
   
 True
 False
+True
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calendar-3.28.1/data/ui/month-popover.ui 
new/gnome-calendar-3.28.2/data/ui/month-popover.ui
--- 

commit geary for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package geary for openSUSE:Factory checked 
in at 2018-05-03 12:32:59

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


Package is "geary"

Thu May  3 12:32:59 2018 rev:37 rq:602993 version:0.12.2

Changes:

--- /work/SRC/openSUSE:Factory/geary/geary.changes  2018-04-30 
22:54:04.815097731 +0200
+++ /work/SRC/openSUSE:Factory/.geary.new/geary.changes 2018-05-03 
12:33:01.090921219 +0200
@@ -1,0 +2,5 @@
+Mon Apr 30 15:18:26 UTC 2018 - jeng...@inai.de
+
+- Trim filler wording of description.
+
+---



Other differences:
--
++ geary.spec ++
--- /var/tmp/diff_new_pack.znKCPt/_old  2018-05-03 12:33:01.862893726 +0200
+++ /var/tmp/diff_new_pack.znKCPt/_new  2018-05-03 12:33:01.862893726 +0200
@@ -19,7 +19,7 @@
 Name:   geary
 Version:0.12.2
 Release:0
-Summary:A lightweight email reader for the GNOME desktop
+Summary:An email reader for the GNOME desktop
 License:LGPL-2.1-or-later AND CC-BY-3.0 AND BSD-2-Clause
 Group:  Productivity/Networking/Email/Clients
 URL:https://wiki.gnome.org/Apps/Geary
@@ -53,10 +53,10 @@
 Recommends: %{name}-lang
 
 %description
-Geary is a new email reader for GNOME designed to let you read your email 
quickly and effortlessly.
+Geary is a email reader for GNOME.
 
-Its interface is based on conversations, so you can easily read an entire 
discussion without having
-to click from message to message.
+Its interface is based on conversations, so entire discussion
+may be read without having to navigate between messages.
 
 %lang_package
 




commit gimp for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2018-05-03 12:32:07

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


Package is "gimp"

Thu May  3 12:32:07 2018 rev:102 rq:603017 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/gimp/gimp.changes2018-03-12 
12:02:41.330878763 +0100
+++ /work/SRC/openSUSE:Factory/.gimp.new/gimp.changes   2018-05-03 
12:32:09.824746855 +0200
@@ -1,0 +2,63 @@
+Wed May  2 09:48:37 UTC 2018 - bjorn@gmail.com
+
+- Add gimp-Fix-reference-to-gegl-0.3.patch: gimp.pc: Fix reference
+  to gegl-0.3 - we require and build for gegl-0.4 now.
+
+---
+Mon Apr 30 19:39:35 UTC 2018 - badshah...@gmail.com
+
+- Update BuildRequires versions to be consistent with configure
+  script.
+
+---
+Sat Apr 28 17:30:13 UTC 2018 - jweberho...@weberhofer.at
+
+- libbabl is required in version 0.1.46+
+
+---
+Sat Apr 28 00:59:13 UTC 2018 - mrueck...@suse.de
+
+- add BR for gdk-pixbuf-loader-rsvg to enable svg icons
+- enable jpeg2000 support: new BR pkgconfig(libopenjp2)
+- enable webp support: new BR pkgconfig(libwebp) >= 0.6.0
+- enable OpenEXR support: new BR pkgconfig(OpenEXR)
+- enable email support: new BR/R for xdg-utils for xdg-email
+- set LC_ALL/LANG in %prep and %build to silence warnings about
+  encoding of the translations
+- make sure we can see the compiler cmdlines by disabling the
+  silent rules
+
+---
+Fri Apr 27 22:22:46 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.10.0:
+  + Image processing nearly fully ported to GEGL, allowing high bit
+depth processing, multi-threaded and hardware accelerated pixel
+processing, and more. 
+  + Color management is a core feature now, most widgets and
+preview areas are color-managed.
+  + Many improved tools, and several new and exciting tools, such
+as the Warp transform, the Unified transform and the Handle
+transform tools.
+  + On-canvas preview for all filters ported to GEGL.
+  + Improved digital painting with canvas rotation and flipping,
+symmetry painting, MyPaint brush support.
+  + Support for several new image formats added (OpenEXR, RGBE,
+WebP, HGT), as well as improved support for many existing
+formats (in particular more robust PSD importing).
+  + Metadata viewing and editing for Exif, XMP, IPTC, and DICOM.
+  + Basic HiDPI support: automatic or user-selected icon size.
+  + New themes for GIMP (Light, Gray, Dark, and System) and new
+symbolic icons meant to somewhat dim the environment and shift
+the focus towards content (former theme and color icons are
+still available in Preferences).
+  + And more, better, more, and even more awesome!
+- Drop gimp-gegl03-buildfix.patch: Fixed upstream, following this
+  drop libtool BuildRequires and no longer pass autoreconf.
+- Replace pkgconfig(gegl-0.3) with gegl-0.4) BuildRequires.
+- Add gcc-c++, gegl, glib-networking, pkgconfig(gexiv2),
+  pkgconfig(liblzma), pkgconfig(libmypaint),
+  pkgconfig(mypaint-brushes-1.0) and pkgconfig(poppler-data)
+  BuildRequires: New dependencies.
+
+---

Old:

  gimp-2.8.22.tar.bz2
  gimp-gegl03-buildfix.patch

New:

  gimp-2.10.0.tar.bz2
  gimp-Fix-reference-to-gegl-0.3.patch



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.cIXs18/_old  2018-05-03 12:32:10.784712673 +0200
+++ /var/tmp/diff_new_pack.cIXs18/_new  2018-05-03 12:32:10.784712673 +0200
@@ -18,30 +18,33 @@
 
 %global abiver 4
 %global apiver 2.0
-
 Name:   gimp
-Version:2.8.22
+Version:2.10.0
 Release:0
 Summary:The GNU Image Manipulation Program
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Bitmap Editors
 URL:http://www.gimp.org/
-Source: 
http://download.gimp.org/pub/gimp/v2.8/%{name}-%{version}.tar.bz2
+Source: 
http://download.gimp.org/pub/gimp/v2.10/%{name}-%{version}.tar.bz2
 Source1:macros.gimp
 # openSUSE palette file
 Source2:openSUSE.gpl
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM gimp-gegl03-buildfix.patch bjorn@gmail.com -- Port to 
gegl-03, patch taken from debian
-Patch0: gimp-gegl03-buildfix.patch
-
+# PATCH-FIX-UPSTREAM gimp-Fix-reference-to-gegl-0.3.patch -- gimp.pc: Fix 
reference to gegl-0.3
+Patch0: gimp-Fix-reference-to-gegl-0.3.patch
 

commit gegl for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package gegl for openSUSE:Factory checked in 
at 2018-05-03 12:31:47

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


Package is "gegl"

Thu May  3 12:31:47 2018 rev:41 rq:602149 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/gegl/gegl.changes2018-04-25 
09:57:57.626307432 +0200
+++ /work/SRC/openSUSE:Factory/.gegl.new/gegl.changes   2018-05-03 
12:31:49.497470632 +0200
@@ -1,0 +2,27 @@
+Fri Apr 27 18:11:11 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.4.0:
+  + GEGL 0.4.x is a stable release series of GEGL to have a stable
+API and ABI to go with GIMP-2.10. When the need arises to break
+API or ABI compatibility the 0.4.x series will get its own
+branch and unstable API experiments and development, 0.5.x will
+happen in master. For now though master will track the 0.4.x
+series.
+  + Core: Change GeglParamSpecSeed from int to uint to match the
+value range of GeglRandom's seed.
+  + Operations:
+- Ripple fixed remaining issues needed to remove legacy GIMP
+  plug-in in GIMP.
+- Spherize, requrise transform and color-overlay moved out of
+  workshop.
+- Ppm-load ported to GIO.
+- Rename subpackages following upstreams soname bump.
+
+---
+Thu Apr 26 13:44:38 UTC 2018 - fcro...@suse.com
+
+- Do not buildrequires lensfun-devel, it would be only used when
+  building workshop, if Makefile was really compiling relevant
+  code.
+
+---

Old:

  gegl-0.3.34.tar.bz2

New:

  gegl-0.4.0.tar.bz2



Other differences:
--
++ gegl.spec ++
--- /var/tmp/diff_new_pack.mGtido/_old  2018-05-03 12:31:50.213445140 +0200
+++ /var/tmp/diff_new_pack.mGtido/_new  2018-05-03 12:31:50.213445140 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gegl
-Version:0.3.34
+Version:0.4.0
 Release:0
 Summary:Generic Graphics Library
 License:GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:  Productivity/Graphics/Other
 URL:http://gegl.org/
-Source0:
https://download.gimp.org/pub/gegl/0.3/%{name}-%{version}.tar.bz2
+Source0:
https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.bz2
 BuildRequires:  ImageMagick
 BuildRequires:  SDL-devel >= 1.2.0
 BuildRequires:  enscript
@@ -31,7 +31,6 @@
 BuildRequires:  gobject-introspection-devel >= 1.32.0
 BuildRequires:  graphviz-gd
 BuildRequires:  gtk-doc
-BuildRequires:  lensfun-devel >= 0.2.5
 BuildRequires:  libjpeg-devel
 BuildRequires:  libspiro-devel
 BuildRequires:  libstdc++-devel
@@ -70,9 +69,9 @@
 # exists in Tumbleweed and we use it to build
 Provides:   %{name}-0_3-orig-addon = %{version}
 Obsoletes:  %{name}-0_3-orig-addon < 0.3.5
-# Since 13/02/18 (version 0.3.28) gegl-unstable is obsolete, gegl is now on 
"0.3" branch.
+# Since 13/02/18 (version 0.3.28) gegl-unstable is obsolete, gegl is now on 
"0.4" branch.
 Provides:   gegl-unstable = %{version}
-Obsoletes:  gegl-unstable < %{version}
+Obsoletes:  gegl-unstable < 0.3.28
 
 %description
 GEGL provides infrastructure to do demand based cached non destructive
@@ -80,34 +79,34 @@
 support for a wide range of color models and pixel storage formats for
 input and output.
 
-%package -n %{name}-0_3
+%package -n %{name}-0_4
 Summary:Generic Graphics Library
 Group:  System/Libraries
-Recommends: %{name}-0_3-lang
+Recommends: %{name}-0_4-lang
 
-%description -n %{name}-0_3
+%description -n %{name}-0_4
 GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl, it provides
 support for a wide range of color models and pixel storage formats for
 input and output.
 
-%package -n libgegl-0_3-0
+%package -n libgegl-0_4-0
 Summary:Generic Graphics Library
 # The plugins are required for the lib to be usable
 Group:  System/Libraries
-Requires:   %{name}-0_3 >= %{version}
+Requires:   %{name}-0_4 >= %{version}
 
-%description -n libgegl-0_3-0
+%description -n libgegl-0_4-0
 GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl, it provides
 support for a wide range of color models and pixel storage formats for
 input and output.
 
-%package -n typelib-1_0-Gegl-0_3
+%package -n typelib-1_0-Gegl-0_4
 Summary:Introspection bindings for the GEGL "Generic Graphics Library"
 Group:  System/Libraries
 
-%description -n typelib-1_0-Gegl-0_3
+%description -n typelib-1_0-Gegl-0_4
 GEGL provides 

commit libwebp for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2018-05-03 12:31:57

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


Package is "libwebp"

Thu May  3 12:31:57 2018 rev:24 rq:602244 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2016-02-29 
09:15:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2018-05-03 
12:31:58.753141080 +0200
@@ -1,0 +2,74 @@
+Sat Apr 28 01:14:53 UTC 2018 - mrueck...@suse.de
+
+- update baselibs.conf for the new soversions
+
+---
+Sat Apr 28 00:53:26 UTC 2018 - mrueck...@suse.de
+
+- update to 1.0.0
+  - lossy encoder improvements to avoid chroma shifts in various
+-ircumstances (issues #308, #340)
+  - big-endian fixes for decode, RGBA import and
+WebPPictureDistortion
+  - Tool updates:
+gifwebp, anim_diff - default duration behavior (<= 10ms)
+ changed to match web browsers, transcoding
+tools (issue #379)
+img2webp, webpmux - allow options to be passed in via a file
+(issue #355)
+- changes from 0.6.1
+  - lossless performance and compression improvements + a new
+'cruncher' mode (-m 6 -q 100)
+  - ARM performance improvements with clang (15-20% w/ndk r15c,
+issue #339)
+  - webp-js: emscripten/webassembly based javascript decoder
+  - miscellaneous bug & build fixes (issue #329, #332, #343, #353,
+#360, #361, #363)
+  - Tool updates / additions:
+- added webpinfo - prints file format information (issue #330)
+- gif2webp - loop behavior modified to match Chrome M63+
+ (crbug.com/649264); '-loop_compatibility' can be
+ used for the old behavior
+- changes from 0.6.0
+  - lossless performance and compression improvements
+  - miscellaneous performance improvements (SSE2, NEON, MSA)
+  - webpmux gained a -duration option allowing for frame timing
+modification
+  - new img2webp utility allowing a sequence of images to be
+converted to animated webp
+  - API changes:
+- libwebp:
+  WebPPictureSharpARGBToYUVA
+  WebPPlaneDistortion
+- libwebpmux / gif2webp:
+  WebPAnimEncoderOptions: kmax <= 0 now disables keyframes,
+  kmax == 1 forces all keyframes. See
+  mux.h and the gif2webp manpage for
+  details.
+- changes from 0.5.2
+  - This release covers CVE-2016- and CVE-2016-9085.
+  - further security related hardening in the tools; fixes to
+gif2webp/AnimEncoder (issues #310, #314, #316, #322),
+cwebp/libwebp (issue #312)
+  - full libwebp (encoder & decoder) iOS framework; libwebpdecoder
+WebP.framework renamed to WebPDecoder.framework (issue #307)
+  - CMake support for Android Studio (2.2)
+  - miscellaneous build related fixes (issue #306, #313)
+  - miscellaneous documentation improvements (issue #225)
+  - minor lossy encoder fixes and improvements
+- changes from 0.5.1
+  - miscellaneous bug fixes (issues #280, #289)
+  - reverted alpha plane encoding with color cache for
+compatibility with libwebp 0.4.0->0.4.3 (issues #291, #298)
+  - lossless encoding performance improvements
+  - memory reduction in both lossless encoding and decoding
+  - force mux output to be in the extended format (VP8X) when
+undefined chunks are present (issue #294)
+  - gradle, cmake build support
+  - workaround for compiler bug causing 64-bit decode failures on
+android devices using clang-3.8 in the r11c NDK
+  - various WebPAnimEncoder improvements
+- disable extras for now. it seems it is not building and
+  installing a library anymore
+
+---

Old:

  libwebp-0.5.0.tar.gz
  libwebp-0.5.0.tar.gz.asc

New:

  libwebp-1.0.0.tar.gz
  libwebp-1.0.0.tar.gz.asc



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.Po3dCa/_old  2018-05-03 12:31:59.445116441 +0200
+++ /var/tmp/diff_new_pack.Po3dCa/_new  2018-05-03 12:31:59.449116299 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.5.0
+Version:1.0.0
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -58,11 +58,11 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebp6
+%package -n libwebp7
 Summary:Library for the WebP graphics format
 Group:  System/Libraries
 
-%description -n libwebp6
+%description -n libwebp7
 WebP is an image format that does 

commit gnome-photos for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-photos for openSUSE:Factory 
checked in at 2018-05-03 12:32:02

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


Package is "gnome-photos"

Thu May  3 12:32:02 2018 rev:42 rq:602462 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-photos/gnome-photos.changes
2018-03-24 16:04:56.346080527 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-photos.new/gnome-photos.changes   
2018-05-03 12:32:04.304943399 +0200
@@ -1,0 +2,15 @@
+Fri Apr 27 18:33:02 UTC 2018 - bjorn@gmail.com
+
+- Add gnome-photos-Bump-minimum-GEGL-version.patch: build: Bump
+  minimum GEGL version to 0.4.0.
+- Following the above, replace pkgconfig(gegl-0.3) with
+  pkgconfig(gegl-0.4) and add libtool BuildRequires aswell as
+  passing autoreconf since the patch touches the buildsystem.
+
+---
+Thu Apr 26 19:21:52 UTC 2018 - bjorn@gmail.com
+
+- Add gnome-photos-export-unbreak-empty-trash-button.patch:
+  export-notification: Unbreak the "Empty Trash" button.
+
+---

New:

  gnome-photos-Bump-minimum-GEGL-version.patch
  gnome-photos-export-unbreak-empty-trash-button.patch



Other differences:
--
++ gnome-photos.spec ++
--- /var/tmp/diff_new_pack.a10jJN/_old  2018-05-03 12:32:04.848924031 +0200
+++ /var/tmp/diff_new_pack.a10jJN/_new  2018-05-03 12:32:04.852923888 +0200
@@ -23,13 +23,21 @@
 License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:https://wiki.gnome.org/Design/Apps/Photos
-Source: 
http://download.gnome.org/sources/gnome-photos/3.28/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-photos/3.28/%{name}-%{version}.tar.xz
+
+# PATCH-FIX-UPSTREAM gnome-photos-export-unbreak-empty-trash-button.patch -- 
export-notification: Unbreak the "Empty Trash" button on GNOME >= 3.26
+Patch0: gnome-photos-export-unbreak-empty-trash-button.patch
+# PATCH-FEATURE-UPSTREAM gnome-photos-Bump-minimum-GEGL-version.patch -- 
build: Bump minimum GEGL version to 0.4.0
+Patch1: gnome-photos-Bump-minimum-GEGL-version.patch
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 # Technically seen, glib2-tools would require this, but it introduces a loop 
there. So explictly require here
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  itstool
 BuildRequires:  libjpeg-devel
+# Needed for patch1
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(babl)
@@ -37,7 +45,7 @@
 BuildRequires:  pkgconfig(cairo-gobject)
 BuildRequires:  pkgconfig(exempi-2.0) >= 1.99.5
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.32
-BuildRequires:  pkgconfig(gegl-0.3) >= 0.3.28
+BuildRequires:  pkgconfig(gegl-0.4) >= 0.4.0
 BuildRequires:  pkgconfig(geocode-glib-1.0)
 BuildRequires:  pkgconfig(gexiv2)
 BuildRequires:  pkgconfig(gio-2.0)
@@ -57,6 +65,7 @@
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(tracker-control-2.0)
 BuildRequires:  pkgconfig(tracker-sparql-2.0)
+
 # gnome-photos references tracker's glib schemas
 Requires:   tracker
 # If we want to be able to send photos to a remote DLNA renderer, we require 
the dbus service for it
@@ -85,6 +94,8 @@
 %autosetup -p1
 
 %build
+# Needed for patch1
+autoreconf -fiv
 %configure
 %make_build
 

++ gnome-photos-Bump-minimum-GEGL-version.patch ++
>From 4479b7da00ba788e85b463e06dbf57f633ec2c01 Mon Sep 17 00:00:00 2001
From: Debarshi Ray 
Date: Fri, 27 Apr 2018 10:52:37 +0200
Subject: [PATCH] build: Bump minimum GEGL version to 0.4.0

No code change needed. It's a natural progression from the unstable
0.3.x series to the stable 0.4.x series.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9d78c37..7c7751b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ CAIRO_MIN_VERSION=1.14.0
 DAZZLE_MIN_VERSION=3.26.0
 GDATA_MIN_VERSION=0.15.2
 GDK_PIXBUF_MIN_VERSION=2.32
-GEGL_MIN_VERSION=0.3.28
+GEGL_MIN_VERSION=0.4.0
 GFBGRAPH_MIN_VERSION=0.2.1
 GLIB_MIN_VERSION=2.44.0
 GOA_MIN_VERSION=3.8.0
@@ -103,7 +103,7 @@ PKG_CHECK_MODULES(CAIRO, [cairo >= $CAIRO_MIN_VERSION 
cairo-gobject])
 PKG_CHECK_MODULES(DAZZLE, [libdazzle-1.0 >= $DAZZLE_MIN_VERSION])
 PKG_CHECK_MODULES(GFBGRAPH, [libgfbgraph-0.2 >= $GFBGRAPH_MIN_VERSION])
 PKG_CHECK_MODULES(GDATA, [libgdata >= $GDATA_MIN_VERSION])
-PKG_CHECK_MODULES(GEGL, [gegl-0.3 >= $GEGL_MIN_VERSION])
+PKG_CHECK_MODULES(GEGL, [gegl-0.4 >= 

commit libnetfilter_conntrack for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package libnetfilter_conntrack for 
openSUSE:Factory checked in at 2018-05-03 12:30:54

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


Package is "libnetfilter_conntrack"

Thu May  3 12:30:54 2018 rev:24 rq:602811 version:1.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_conntrack/libnetfilter_conntrack.changes
2016-08-26 23:13:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_conntrack.new/libnetfilter_conntrack.changes
   2018-05-03 12:30:56.939341768 +0200
@@ -1,0 +2,8 @@
+Tue May  1 12:29:12 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 1.0.7
+  * new synproxy support
+  * don't crash on NULL labelmap
+  * expose a copy of nf_conntrack_common.h
+
+---

Old:

  libnetfilter_conntrack-1.0.6.tar.bz2
  libnetfilter_conntrack-1.0.6.tar.bz2.sig

New:

  libnetfilter_conntrack-1.0.7.tar.bz2
  libnetfilter_conntrack-1.0.7.tar.bz2.sig



Other differences:
--
++ libnetfilter_conntrack.spec ++
--- /var/tmp/diff_new_pack.M4kM8b/_old  2018-05-03 12:30:57.727313718 +0200
+++ /var/tmp/diff_new_pack.M4kM8b/_new  2018-05-03 12:30:57.731313576 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_conntrack
 #
-# 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
@@ -18,11 +18,11 @@
 
 Name:   libnetfilter_conntrack
 %define lname  libnetfilter_conntrack3
-Version:1.0.6
+Version:1.0.7
 Release:0
 Url:http://netfilter.org/projects/libnetfilter_conntrack/
 Summary:Userspace library for the in-kernel connection tracking state 
table
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
 
 #Git-Clone:git://git.netfilter.org/libnetfilter_conntrack

++ libnetfilter_conntrack-1.0.6.tar.bz2 -> 
libnetfilter_conntrack-1.0.7.tar.bz2 ++
 36831 lines of diff (skipped)




commit MozillaFirefox for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2018-05-03 12:31:06

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


Package is "MozillaFirefox"

Thu May  3 12:31:06 2018 rev:270 rq:603325 version:59.0.3

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2018-04-29 19:36:56.131321150 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2018-05-03 12:31:10.690852233 +0200
@@ -1,0 +2,12 @@
+Wed May  2 20:46:37 UTC 2018 - w...@rosenauer.org
+
+- do not try CSD on kwin (boo#1091592)
+- fix build in openSUSE:Leap:42.3:Update, use gcc7
+
+---
+Tue May  1 14:26:24 UTC 2018 - astie...@suse.com
+
+- Mozilla Firefox 59.0.3:
+  * fixes for platforms other than GNU/Linux
+
+---

Old:

  firefox-59.0.2-source.tar.xz
  l10n-59.0.2.tar.xz

New:

  firefox-59.0.3-source.tar.xz
  l10n-59.0.3.tar.xz



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.XwrpXA/_old  2018-05-03 12:31:38.153874510 +0200
+++ /var/tmp/diff_new_pack.XwrpXA/_new  2018-05-03 12:31:38.157874367 +0200
@@ -19,10 +19,10 @@
 
 # changed with every update
 %define major 59
-%define mainver %major.0.2
+%define mainver %major.0.3
 %define update_channel release
 %define branding 1
-%define releasedate 20180323154952
+%define releasedate 2018034000
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
@@ -58,7 +58,7 @@
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 %if 0%{?suse_version} <= 1320
-BuildRequires:  gcc5-c++
+BuildRequires:  gcc7-c++
 %else
 BuildRequires:  gcc-c++
 %endif
@@ -298,7 +298,7 @@
 export BUILD_OFFICIAL=1
 export MOZ_TELEMETRY_REPORTING=1
 %if 0%{?suse_version} <= 1320
-export CC=gcc-5
+export CC=gcc-7
 %endif
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 # boo#986541: add -fno-delete-null-pointer-checks for gcc6

++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.XwrpXA/_old  2018-05-03 12:31:38.337867959 +0200
+++ /var/tmp/diff_new_pack.XwrpXA/_new  2018-05-03 12:31:38.341867816 +0200
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_59_0_2_RELEASE"
-VERSION="59.0.2"
+RELEASE_TAG="FIREFOX_59_0_3_RELEASE"
+VERSION="59.0.3"
 
 # check required tools
 test -x /usr/bin/hg || ( echo "hg missing: execute zypper in mercurial"; exit 
5 )

++ firefox-59.0.2-source.tar.xz -> firefox-59.0.3-source.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-59.0.2-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-59.0.3-source.tar.xz 
differ: char 8, line 1

++ l10n-59.0.2.tar.xz -> l10n-59.0.3.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-59.0.2.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-59.0.3.tar.xz differ: char 
8, line 1

++ mozilla-enable-csd.patch ++
--- /var/tmp/diff_new_pack.XwrpXA/_old  2018-05-03 12:31:38.529861124 +0200
+++ /var/tmp/diff_new_pack.XwrpXA/_new  2018-05-03 12:31:38.533860981 +0200
@@ -45,7 +45,7 @@
 +} else if (strstr(currentDesktop, "X-Cinnamon") != nullptr) {
 +sCSDSupportLevel = CSD_SUPPORT_FULL;
 +} else if (strstr(currentDesktop, "KDE") != nullptr) {
-+sCSDSupportLevel = CSD_SUPPORT_FLAT;
++sCSDSupportLevel = CSD_SUPPORT_NONE;
 +} else if (strstr(currentDesktop, "LXDE") != nullptr) {
 +sCSDSupportLevel = CSD_SUPPORT_FLAT;
 +} else if (strstr(currentDesktop, "openbox") != nullptr) {

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.XwrpXA/_old  2018-05-03 12:31:38.629857563 +0200
+++ /var/tmp/diff_new_pack.XwrpXA/_new  2018-05-03 12:31:38.629857563 +0200
@@ -1,2 +1,2 @@
-REV=239e434d6d2b
+REV=6b51784853e4
 REPO=http://hg.mozilla.org/releases/mozilla-release




commit cargo for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package cargo for openSUSE:Factory checked 
in at 2018-05-03 12:30:47

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


Package is "cargo"

Thu May  3 12:30:47 2018 rev:19 rq:602810 version:0.25.0

Changes:

--- /work/SRC/openSUSE:Factory/cargo/cargo.changes  2018-03-26 
12:34:25.631335427 +0200
+++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2018-05-03 
12:30:49.663600764 +0200
@@ -1,0 +2,10 @@
+Tue May  1 12:12:29 UTC 2018 - mman...@outlook.de
+
+- update to 0.25.0
+  + Added a workspace.default-members config that overrides implied --all in 
virtual workspaces.
+  + Enable incremental by default on development builds. Also added 
configuration keys to Cargo.toml
+and .cargo/config to disable on a per-project or global basis respectively.
+- Patch disabled
+  * update-config-guess.patch
+
+---

Old:

  cargo-0.24.0.tar.gz

New:

  cargo-0.25.0.tar.gz



Other differences:
--
++ cargo.spec ++
--- /var/tmp/diff_new_pack.QN1BUB/_old  2018-05-03 12:30:52.091514338 +0200
+++ /var/tmp/diff_new_pack.QN1BUB/_new  2018-05-03 12:30:52.095514196 +0200
@@ -47,7 +47,7 @@
 %global rust_triple %{rust_arch}-unknown-linux-%{abi}
 
 Name:   cargo
-Version:0.24.0
+Version:0.25.0
 Release:0
 Summary:The Rust package manager
 License:MIT OR Apache-2.0
@@ -95,7 +95,7 @@
 %prep
 %setup -q -n cargo-%{version}
 %setup -q -D -T -a 1 -n cargo-%{version}
-%patch0 -p1
+# %patch0 -p1
 mkdir cargo-home
 cat >cargo-home/config < cargo-0.25.0.tar.gz ++
 6239 lines of diff (skipped)

++ update-config-guess.patch ++
 13489 lines (skipped)
 between /work/SRC/openSUSE:Factory/cargo/update-config-guess.patch
 and /work/SRC/openSUSE:Factory/.cargo.new/update-config-guess.patch

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/cargo/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.cargo.new/vendor.tar.xz differ: char 25, line 1




commit libinput for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2018-05-03 12:31:00

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


Package is "libinput"

Thu May  3 12:31:00 2018 rev:61 rq:602812 version:1.10.6

Changes:

--- /work/SRC/openSUSE:Factory/libinput/libinput.changes2018-04-22 
14:34:05.233023468 +0200
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2018-05-03 
12:31:02.123157234 +0200
@@ -1,0 +2,11 @@
+Tue May  1 12:03:33 UTC 2018 - jeng...@inai.de
+
+- Update to new bugfix release 1.10.6
+  * Improve responsiveness for Apple Magic Trackpad.
+  * evdev: don't suspend keyboard on ThinkPad X1 Yoga 1st
+in tablet mode.
+  * evdev: disable ABS_MT_TOOL_PALM on the Lenovo X1
+Carbon 6th gen.
+  * udev: add the P50 to the T450 jumping motion quirks.
+
+---

Old:

  libinput-1.10.5.tar.xz
  libinput-1.10.5.tar.xz.sig

New:

  libinput-1.10.6.tar.xz
  libinput-1.10.6.tar.xz.sig



Other differences:
--
++ libinput.spec ++
--- /var/tmp/diff_new_pack.jbK4jP/_old  2018-05-03 12:31:03.063123773 +0200
+++ /var/tmp/diff_new_pack.jbK4jP/_new  2018-05-03 12:31:03.063123773 +0200
@@ -18,7 +18,7 @@
 
 Name:   libinput
 %define lname  libinput10
-Version:1.10.5
+Version:1.10.6
 Release:0
 Summary:Input device and event processing library
 License:MIT

++ libinput-1.10.5.tar.xz -> libinput-1.10.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.10.5/meson.build 
new/libinput-1.10.6/meson.build
--- old/libinput-1.10.5/meson.build 2018-04-19 04:02:13.0 +0200
+++ new/libinput-1.10.6/meson.build 2018-05-01 09:43:36.0 +0200
@@ -1,5 +1,5 @@
 project('libinput', 'c', 'cpp',
-   version : '1.10.5',
+   version : '1.10.6',
license : 'MIT/Expat',
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.40.0')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.10.5/src/evdev-fallback.c 
new/libinput-1.10.6/src/evdev-fallback.c
--- old/libinput-1.10.5/src/evdev-fallback.c2018-04-19 04:02:13.0 
+0200
+++ new/libinput-1.10.6/src/evdev-fallback.c2018-05-01 09:43:36.0 
+0200
@@ -1175,6 +1175,9 @@
 (EVDEV_TAG_TRACKPOINT|EVDEV_TAG_INTERNAL_KEYBOARD)) == 0)
return;
 
+   if (keyboard->model_flags & EVDEV_MODEL_TABLET_MODE_NO_SUSPEND)
+   return;
+
if ((tablet_mode_switch->tags & EVDEV_TAG_TABLET_MODE_SWITCH) == 0)
return;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.10.5/src/evdev.c 
new/libinput-1.10.6/src/evdev.c
--- old/libinput-1.10.5/src/evdev.c 2018-04-19 04:02:13.0 +0200
+++ new/libinput-1.10.6/src/evdev.c 2018-05-01 09:43:36.0 +0200
@@ -1272,6 +1272,8 @@
MODEL(LOGITECH_MARBLE_MOUSE),
MODEL(TABLET_NO_PROXIMITY_OUT),
MODEL(MS_NANO_TRANSCEIVER),
+   MODEL(TABLET_MODE_NO_SUSPEND),
+   MODEL(LENOVO_CARBON_X1_6TH),
 #undef MODEL
{ "ID_INPUT_TRACKBALL", EVDEV_MODEL_TRACKBALL },
{ NULL, EVDEV_MODEL_DEFAULT },
@@ -1868,6 +1870,13 @@
/* Logitech Marble Mouse claims to have a middle button */
if (device->model_flags & EVDEV_MODEL_LOGITECH_MARBLE_MOUSE)
libevdev_disable_event_code(device->evdev, EV_KEY, BTN_MIDDLE);
+
+   /* Lenovo Carbon X1 6th gen sends bogus ABS_MT_TOOL_TYPE events for
+* MT_TOOL_PALM */
+   if (device->model_flags & EVDEV_MODEL_LENOVO_CARBON_X1_6TH)
+   libevdev_disable_event_code(device->evdev,
+   EV_ABS,
+   ABS_MT_TOOL_TYPE);
 }
 
 static void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.10.5/src/evdev.h 
new/libinput-1.10.6/src/evdev.h
--- old/libinput-1.10.5/src/evdev.h 2018-04-19 04:02:13.0 +0200
+++ new/libinput-1.10.6/src/evdev.h 2018-05-01 09:43:36.0 +0200
@@ -112,6 +112,7 @@
EVDEV_MODEL_JUMPING_SEMI_MT = (1 << 10),
EVDEV_MODEL_LOGITECH_K400 = (1 << 11),
EVDEV_MODEL_LENOVO_X220_TOUCHPAD_FW81 = (1 << 12),
+   EVDEV_MODEL_LENOVO_CARBON_X1_6TH = (1 << 13),
EVDEV_MODEL_CYBORG_RAT = (1 << 14),
EVDEV_MODEL_HP_STREAM11_TOUCHPAD = (1 << 16),