commit gtk3 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2016-11-04 20:50:46

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


Package is "gtk3"

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2016-10-10 
17:34:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2016-11-04 
20:50:48.0 +0100
@@ -1,0 +2,19 @@
+Tue Nov  1 10:07:53 UTC 2016 - zai...@opensuse.org
+
+- Add gtk3-startupfix-wayland.patch: Fix slow startup notification
+  for some gtk3 apps when running on wayland (bgo#768531).
+
+---
+Mon Oct 24 10:45:05 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.2:
+  + Several improvements to the win32 theme.
+  + Deprecations have been added for APIs that will be removed in
+GTK+ 4.
+  + Bugs fixed: bgo#767713, bgo#771320, bgo#772345, bgo#772389,
+bgo#772415, bgo#772552, bgo#772683, bgo#772695, bgo#772775,
+bgo#772859, bgo#772922, bgo#772926, bgo#773029, bgo#773082,
+bgo#773113, bgo#773180, bgo#773246.
+  + Updated translations.
+
+---

Old:

  gtk+-3.22.1.tar.xz

New:

  gtk+-3.22.2.tar.xz
  gtk3-startupfix-wayland.patch



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.gpnhoX/_old  2016-11-04 20:50:50.0 +0100
+++ /var/tmp/diff_new_pack.gpnhoX/_new  2016-11-04 20:50:50.0 +0100
@@ -29,7 +29,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.22.1
+Version:3.22.2
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+
@@ -44,6 +44,8 @@
 Patch0: gtk3-GTK_PATH64.patch
 # PATCH-NEEDS-REBASE gtk3-path-local.patch Search in /usr/local/%{_lib} by 
default. bnc369696 bgo534474 -- Was PATCH-FIX-OPENSUSE
 Patch1: gtk3-path-local.patch
+# PATCH-FIX-UPSTREAM gtk3-startupfix-wayland.patch bgo#768531 
zai...@opensuse.org -- Fix slow startup notification on wayland
+Patch2: gtk3-startupfix-wayland.patch
 BuildRequires:  cups-devel >= 1.2
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -339,6 +341,7 @@
 %endif
 # Patch disabled, needs rebase.
 #patch1 -p0
+%patch2 -p1
 
 %build
 # Disabled since patch 1 is in need of rebase

++ gtk+-3.22.1.tar.xz -> gtk+-3.22.2.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.22.1.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.22.2.tar.xz differ: char 25, line 1

++ gtk3-startupfix-wayland.patch ++
>From c51b463dae1ebcee4e9394e068079fb6639bb71e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
Date: Mon, 10 Oct 2016 12:33:54 +0200
Subject: [PATCH] gdkdisplay-wayland: Add API to set startup notification ID

For wayland clients, the startup notification ID is currently only set
from the DESKTOP_STARTUP_ID environment variable. As that variable is
only set for clients launched via exec(), startup completion is not
indicated correctly for DBus-activated applications unless an explicit
ID is specified - usually that is not the case, as the default handling
uses gdk_notify_startup_complete().
To address this, we need API to set the startup notification ID from GTK
as we have on X11.

https://bugzilla.gnome.org/show_bug.cgi?id=768531
---
 gdk/wayland/gdkdisplay-wayland.c | 27 +++
 gdk/wayland/gdkwaylanddisplay.h  |  3 +++
 2 files changed, 30 insertions(+)

diff --git a/gdk/wayland/gdkdisplay-wayland.c b/gdk/wayland/gdkdisplay-wayland.c
index cddb2de..784cfbe 100644
--- a/gdk/wayland/gdkdisplay-wayland.c
+++ b/gdk/wayland/gdkdisplay-wayland.c
@@ -796,6 +796,33 @@ gdk_wayland_display_get_next_serial (GdkDisplay *display)
   return ++serial;
 }
 
+/**
+ * gdk_wayland_display_set_startup_notification_id:
+ * @display: (type GdkWaylandDisplay): a #GdkDisplay
+ * @startup_id: the startup notification ID (must be valid utf8)
+ *
+ * Sets the startup notification ID for a display.
+ *
+ * This is usually taken from the value of the DESKTOP_STARTUP_ID
+ * environment variable, but in some cases (such as the application not
+ * being launched using exec()) it can come from other sources.
+ *
+ * The startup ID is also what is used to signal that the startup is
+ * complete (for example, when opening a window or when calling
+ * gdk_notify_startup_complete()).
+ *
+ * Since: 3.22
+ **/
+void
+gdk_wayland_display_set_startup_notification_id (GdkDisplay *display,
+ const char *startup_id)
+{
+  GdkWaylandDisplay *display_wayland = GDK_WAYLAND_DISPLAY (display);
+
+  g_free 

commit go for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2016-11-04 21:02:26

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


Package is "go"

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2016-09-01 14:03:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2016-11-04 
21:02:27.0 +0100
@@ -1,0 +2,47 @@
+Thu Nov  3 16:17:51 UTC 2016 - jmassaguer...@suse.com
+
+- Make sure we build go using gcc-go in Factory cause there is no go1.4 
+
+---
+Mon Sep 26 14:29:33 UTC 2016 - jmassaguer...@suse.com
+
+- update to go1.7.0 (bsc#996303)
+
+  Most of its changes are in the implementation of the toolchain,
+  runtime, and libraries. There is one minor change to the language
+  specification.
+
+  The release adds a port to IBM LinuxOne; updates the x86-64 compiler
+  back end to generate more efficient code; includes the context package,
+  promoted from the x/net subrepository and now used in the standard
+  library; and adds support in the testing package for creating
+  hierarchies of tests and benchmarks. The release also finalizes
+  the vendoring support started in Go 1.5, making it a standard feature. 
+
+  more at: https://golang.org/doc/go1.7
+
+  Review patches: 
+- armv6l.patch
+- fix_certificates_lookup.patch,
+- go-1.5-install-dont-reinstall-stdlibs.patch
+- gcc5-go.patch
+
+---
+Fri Sep 23 15:25:15 UTC 2016 - jmassaguer...@suse.com
+
+- Reverting to use gcc-go instead of go1.4 for Factory and Leap
+  The fallback boostrap method via go1.4 does not work for Factory because
+  of a known bug with binutils 2.27 https://github.com/golang/go/issues/16906.
+  Leap will work but we don't have go1.4 in there.
+
+---
+Wed Sep 21 15:35:51 UTC 2016 - jmassaguer...@suse.com
+
+- update to gcc6-go for Factory
+- add gcc6-go.patch for Factory
+- build with gcc-go for aarch64, ppc64le and ppc64, but for x86_64
+  always use go1.4, as it should be according to
+  https://golang.org/doc/install/source#go14
+
+
+---

Old:

  go1.6.3.src.tar.gz

New:

  gcc6-go.patch
  go1.7.src.tar.gz



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.c00YeD/_old  2016-11-04 21:02:29.0 +0100
+++ /var/tmp/diff_new_pack.c00YeD/_new  2016-11-04 21:02:29.0 +0100
@@ -16,23 +16,29 @@
 #
 
 
+# By default use go and not gccgo
+%define with_gccgo 0
+
+# The fallback boostrap method via go1.4 does not work for Factory because
+# of a known bug with binutils 2.27 https://github.com/golang/go/issues/16906.
+# Leap will work but we don't have go1.4 in there.
 %if 0%{?suse_version} > 1320
+# openSUSE Factory
 %define with_gccgo 1
 %else
 %if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
+# openSUSE Leap
 %define with_gccgo 1
-%else
+%endif
+%endif
+
 # The fallback bootstrap method via go1.4 doesn't work
 # for aarch64 nor ppc64le because go 1.4 did not support that architecture.
-%ifarch aarch64 ppc64le
+%ifarch aarch64 ppc64le ppc64
 %define with_gccgo 1
-%else
-%define with_gccgo 0
-%endif
-%endif
 %endif
 
-%define go_api 1.6
+%define go_api 1.7
 
 # shared library support
 %define shared_supported %(echo "%{go_api} >= 1.5" | bc -l)
@@ -54,13 +60,13 @@
 %endif
 
 Name:   go
-Version:1.6.3
+Version:1.7.0
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:http://golang.org
-Source0:http://golang.org/dl/go%{version}.src.tar.gz
+Source0:http://golang.org/dl/go1.7.src.tar.gz
 Source1:go-rpmlintrc
 Source2:go.sh
 Source4:README.SUSE
@@ -84,10 +90,15 @@
 Patch7: fix_certificates_lookup.patch
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org - find /usr/bin/go-5 when 
bootstrapping with gcc5-go
 Patch8: gcc5-go.patch
+Patch9: gcc6-go.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # boostrap
 %if %{with_gccgo}
+%if 0%{?suse_version} > 1320 
+BuildRequires:  gcc6-go
+%else
 BuildRequires:  gcc5-go
+%endif
 %else
 BuildRequires:  go1.4
 %endif
@@ -147,8 +158,12 @@
 %endif
 %patch7 -p1
 %if %{with_gccgo}
+%if 0%{?suse_version} > 1320 
+%patch9 -p1
+%else
 %patch8 -p1
 %endif
+%endif
 cp %{SOURCE4} .
 
 # setup go_arch (BSD-like scheme)

++ armv6l.patch ++
--- /var/tmp/diff_new_pack.c00YeD/_old  2016-11-04 21:02:29.0 +0100
+++ 

commit wcd for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2016-11-04 21:02:09

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


Package is "wcd"

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2016-02-22 08:58:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2016-11-04 
21:02:10.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  3 21:42:24 UTC 2016 - water...@xs4all.nl
+
+- Update to 5.3.3
+
+---

Old:

  wcd-5.3.2.tar.gz

New:

  wcd-5.3.3.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.K1kVmK/_old  2016-11-04 21:02:11.0 +0100
+++ /var/tmp/diff_new_pack.K1kVmK/_new  2016-11-04 21:02:11.0 +0100
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.3.2
+Version:5.3.3
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0

++ wcd-5.3.2.tar.gz -> wcd-5.3.3.tar.gz ++
 25049 lines of diff (skipped)




commit mpv for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package mpv for openSUSE:Factory checked in 
at 2016-11-04 21:02:21

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


Package is "mpv"

Changes:

--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2016-10-23 12:51:41.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2016-11-04 
21:02:22.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov  4 08:48:25 UTC 2016 - tchva...@suse.com
+
+- Add patch to not require equal libav soname version we were built with
+  OBS rebuilds packages as needed and it is over the head
+  * mpv-make-ffmpeg-version-check-non-fatal.patch
+
+---

New:

  mpv-make-ffmpeg-version-check-non-fatal.patch



Other differences:
--
++ mpv.spec ++
--- /var/tmp/diff_new_pack.JQCwMV/_old  2016-11-04 21:02:23.0 +0100
+++ /var/tmp/diff_new_pack.JQCwMV/_new  2016-11-04 21:02:23.0 +0100
@@ -25,14 +25,16 @@
 Version:0.21.0
 Release:0
 Summary:Advanced general-purpose multimedia player
+# waf is licensed with BSD-3-Clause
 License:GPL-2.0+ and BSD-3-Clause
 Group:  Productivity/Multimedia/Video/Players
-# waf is licensed with BSD-3-Clause
 Url:http://mpv.io/
 Source: 
http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Can't use system one as it breaks quite often with updates
 Source1:http://waf.io/waf-%{_waf_ver}
 Source2:%{name}.changes
+# PATCH-FIX-OPENSUSE do not require equal libav versions, obs rebuilds as 
needed
+Patch0: mpv-make-ffmpeg-version-check-non-fatal.patch
 BuildRequires:  hicolor-icon-theme
 Requires:   hicolor-icon-theme
 Requires(post): hicolor-icon-theme
@@ -92,14 +94,6 @@
 BuildRequires:  pkgconfig(xv)
 BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zlib)
-# we need to rebuild with every new minor version of ffmpeg
-# update soname once it changes
-Requires:   %(rpm -qf $(readlink -f %{_libdir}/libavcodec.so) --qf 
"%%{name} = %%{version}")
-Requires:   %(rpm -qf $(readlink -f %{_libdir}/libavfilter.so) --qf 
"%%{name} = %%{version}")
-Requires:   %(rpm -qf $(readlink -f %{_libdir}/libavformat.so) --qf 
"%%{name} = %%{version}")
-Requires:   %(rpm -qf $(readlink -f %{_libdir}/libavutil.so) --qf 
"%%{name} = %%{version}")
-Requires:   %(rpm -qf $(readlink -f %{_libdir}/libswresample.so) --qf 
"%%{name} = %%{version}")
-Requires:   %(rpm -qf $(readlink -f %{_libdir}/libswscale.so) --qf 
"%%{name} = %%{version}")
 # Used via LUA scripts
 Recommends: youtube-dl
 # Obsoletion of mplayer2 that is dead for 2 years now
@@ -158,6 +152,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 # As we downloaded specific waf version we need to put and prepare it in place.
 cp -f %{SOURCE1} waf

++ mpv-make-ffmpeg-version-check-non-fatal.patch ++
player: make ffmpeg/libav version check non-fatal

We already enforce mpv rebuilds when ffmpeg/libav SONAME changes.

Index: mpv-0.21.0/player/main.c
===
--- mpv-0.21.0.orig/player/main.c
+++ mpv-0.21.0/player/main.c
@@ -432,13 +432,12 @@ int mp_initialize(struct MPContext *mpct
 if (!print_libav_versions(mp_null_log, 0)) {
 // Using mismatched libraries can be legitimate, but even then it's
 // a bad idea. We don't acknowledge its usefulness and stability.
-print_libav_versions(mpctx->log, MSGL_FATAL);
-MP_FATAL(mpctx, "\nmpv was compiled against a different version of "
- "FFmpeg/Libav than the shared\nlibrary it is linked against. "
- "This is most likely a broken build and could\nresult in "
- "misbehavior and crashes.\n\nmpv does not support this "
- "configuration and will not run - rebuild mpv instead.\n");
-return -1;
+print_libav_versions(mpctx->log, MSGL_WARN);
+MP_WARN(mpctx, "\nmpv was compiled against a different version of "
+"FFmpeg/Libav than the shared\nlibrary it is linked against. "
+"This is most likely a broken build and could\nresult in "
+"misbehavior and crashes.\n\nUpstream does not support this "
+"configuration.\nPlease rebuild mpv in case of any 
problems.\n");
 }
 
 if (!mpctx->playlist->first && !opts->player_idle_mode)



commit gnucash for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2016-11-04 21:01:59

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


Package is "gnucash"

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2016-07-01 
10:00:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2016-11-04 
21:02:04.0 +0100
@@ -1,0 +2,43 @@
+Wed Nov  2 17:30:43 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.6.14:
+  + Build improvements with CMake, accomodation for Guile-2.0.12 on
+Gentoo.
+  + Change the date_posted timestamp from midnight local to
+11:00 AM GMT, which will be the same date in nearly all
+timezones.
+  + SX - Recalculate all occurrences of all SX if the calendar is
+updated to start on another month.
+  + SX Window: correctly show first sx on calendar when it is moved
+to next weekday.
+  + Work around libofx bug which caused OFX imports to have the
+wrong date_posted when in an eastern-hemisphere timezone and
+not daylight time.
+  + Indicate in the register when a transaction has an associated
+file or URI. The indicator will appear in the "reconciled"
+column in the second transaction line (enable double-line view
+to see it).
+  + Bugs fixed: bgo#643025, bgo#733153, bgo#742461, bgo#756416,
+bgo#761667, bgo#762901, bgo#769730, bgo#769746, bgo#770113,
+bgo#770136, bgo#770181, bgo#770196, bgo#770303, bgo#771246,
+bgo#771379.
+- Changes from version 2.6.13:
+  + Check printing: make logic easier to follow.
+  + Fix adjust_sql_option_string test on Windows.
+  + Don't try to compile test_adjust_sql_options on windows, it
+won't link.
+  + Fix the CMake build by linking gnc-backend-dbi for
+test-backend-dbi.
+  + Improved adjust_sql_options_string, added tests.
+  + Improve quickfill performance on huge registers.
+  + Mac Localization: Prefer the country to the language for
+fall-back locales.
+  + Update README to refer to wiki Submitting_Patches and regarding
+pull request policy.
+  + Bugs fixed: bgo#637004, bgo#736352, bgo#748983, bgo#760021,
+bgo#761672, bgo#764248, bgo#764871, bgo#765859, bgo#766028,
+bgo#766200, bgo#766688, bgo#766960, bgo#767824.
+  + Updated translations.
+- Drop gnucash-libdbi-0.9.patch: fixed upstream.
+
+---

Old:

  gnucash-2.6.12.tar.gz
  gnucash-libdbi-0.9.patch

New:

  gnucash-2.6.14.tar.gz



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.kccPKC/_old  2016-11-04 21:02:06.0 +0100
+++ /var/tmp/diff_new_pack.kccPKC/_new  2016-11-04 21:02:07.0 +0100
@@ -17,18 +17,16 @@
 
 
 Name:   gnucash
-Version:2.6.12
+Version:2.6.14
 Release:0
 Summary:Personal Finance Manager
 License:SUSE-GPL-2.0-with-openssl-exception or 
SUSE-GPL-3.0-with-openssl-exception
 Group:  Productivity/Office/Finance
 Url:http://www.gnucash.org/
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/%{version}/%{name}-%{version}.tar.gz
+Source: 
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/2.6.14/gnucash-2.6.14.tar.gz/download#/%{name}-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch0: gnucash-cpan-warning.patch
-# PATCH-FIX-UPSTREAM gnucash-libdbi-0.9.patch dims...@opensuse.org -- Fix 
build with libdbi-0.9.0+git23 and newer
-Patch1: gnucash-libdbi-0.9.patch
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -118,11 +116,6 @@
 %setup -q
 # This patch must be applied:
 %patch0
-%if (0%{?suse_version} == 1315 && %{is_opensuse}) || 0%{suse_version} > 1315
-# in openSUSE Factory, we have libdbi 0.9.0+git23, which changed the API a bit
-# SLE12 contains libdbi 0.9.0, before this API change.
-%patch1 -p1
-%endif
 
 %build
 autoreconf -fiv

++ gnucash-2.6.12.tar.gz -> gnucash-2.6.14.tar.gz ++
/work/SRC/openSUSE:Factory/gnucash/gnucash-2.6.12.tar.gz 
/work/SRC/openSUSE:Factory/.gnucash.new/gnucash-2.6.14.tar.gz differ: char 5, 
line 1




commit nano for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2016-11-04 21:02:05

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


Package is "nano"

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2016-09-05 
21:24:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2016-11-04 
21:02:07.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov  3 20:19:59 UTC 2016 - astie...@suse.com
+
+- GNU nano 2.7.1:
+  * add ability to display line numbers
+  * fix some bugs with scrolling in softwrap mode
+  * stricter parsing of key rebindungs
+  * marks a new buffer as modified when the output of a command
+(^R ^X) has been read into it
+
+---

Old:

  nano-2.7.0.tar.xz
  nano-2.7.0.tar.xz.asc

New:

  nano-2.7.1.tar.xz
  nano-2.7.1.tar.xz.asc



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.jfRK0u/_old  2016-11-04 21:02:08.0 +0100
+++ /var/tmp/diff_new_pack.jfRK0u/_new  2016-11-04 21:02:08.0 +0100
@@ -18,7 +18,7 @@
 
 %define _version 2.7
 Name:   nano
-Version:2.7.0
+Version:2.7.1
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+

++ nano-2.7.0.tar.xz -> nano-2.7.1.tar.xz ++
 93390 lines of diff (skipped)





commit gbrainy for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2016-11-04 21:01:43

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


Package is "gbrainy"

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2016-01-15 
10:41:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2016-11-04 
21:01:44.0 +0100
@@ -1,0 +2,28 @@
+Thu Nov  3 12:45:22 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.3.1:
+  + Port to new documentation infrastructure.
+  + Better metadata describing the app for software centers.
+  + Small bug fixes.
+  + Updated translations.
+- Replace gnome-doc-utils-devel BuildRequires for yelp-tools,
+  following upstreams port to the new documentation infrastructure.
+- Drop gbrainy-appdata-workaround.patch: fixed upstream.
+
+---
+Sun Aug 21 09:18:17 UTC 2016 - mailaen...@opensuse.org
+
+- Update to version 2.3.0:
+  + Ported to Gtk3.
+  + Small fixes.
+  + Updated translations.
+- Add gbrainy-appdata-workaround.patch: Directly link to https.
+  Fixed upstream already (bgo#770604).
+- Replace BuildRequirements:
+  + gtk-sharp2 for pkgconfig(gtk-sharp-3.0).
+  + pkgconfig(libcanberra-gtk) for pkgconfig(libcanberra-gtk3).
+  + librsvg-devel for pkgconfig(librsvg-2.0).
+  + mono-addins for pkgconfig(mono-addins).
+  + mono-devel for pkgconfig(mono).
+
+---

Old:

  gbrainy-2.2.7.tar.gz

New:

  gbrainy-2.3.1.tar.gz



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.EGl515/_old  2016-11-04 21:01:46.0 +0100
+++ /var/tmp/diff_new_pack.EGl515/_new  2016-11-04 21:01:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gbrainy
-Version:2.2.7
+Version:2.3.1
 Release:0
 Summary:A brain teaser game and trainer
 License:GPL-2.0+
@@ -27,20 +27,21 @@
 # PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch
 Patch0: gbrainy-use-libexecdir.patch
 BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtk-sharp2
 BuildRequires:  intltool
-BuildRequires:  librsvg-devel
-BuildRequires:  mono-addins
-BuildRequires:  mono-devel >= 3.0.0
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(libcanberra-gtk) >= 0.26
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(gtk-sharp-3.0)
+BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
+BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(mono) >= 4.0.0
+BuildRequires:  pkgconfig(mono-addins)
 Recommends: %{name}-lang
 # For the help system to work, we require a ghelp:// URI handler.
 Recommends: mimehandler(x-scheme-handler/ghelp)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 gbrainy is a brain teaser game and trainer to have fun and to keep
@@ -67,10 +68,10 @@
 %lang_package
 
 %build
-export MONO_SHARED_DIR=/var/tmp
+export MONO_SHARED_DIR=%{_localstatedir}/tmp
 %configure \
 --disable-static
-make
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -97,19 +98,17 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS NEWS README COPYING
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/gbrainy/
-%doc %{_datadir}/gnome/help/gbrainy/C/
-%{_bindir}/gbrainy
-%{_libexecdir}/gbrainy/
-%{_datadir}/games/gbrainy/
+%{_bindir}/%{name}
+%{_libexecdir}/%{name}/
+%{_datadir}/games/%{name}/
+%{_datadir}/help/C/%{name}/
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/gbrainy.appdata.xml
-%{_datadir}/applications/gbrainy.desktop
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/*
-%{_mandir}/man6/gbrainy.6.gz
+%{_mandir}/man6/%{name}.6%{?ext_man}
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++ gbrainy-2.2.7.tar.gz -> gbrainy-2.3.1.tar.gz ++
 80823 lines of diff (skipped)




commit gnucash-docs for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package gnucash-docs for openSUSE:Factory 
checked in at 2016-11-04 21:01:55

Comparing /work/SRC/openSUSE:Factory/gnucash-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnucash-docs.new (New)


Package is "gnucash-docs"

Changes:

--- /work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs.changes
2016-07-01 10:01:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs.changes   
2016-11-04 21:01:58.0 +0100
@@ -1,0 +2,14 @@
+Thu Nov  3 07:44:43 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.6.14:
+  + Updated german translation of the F::Q appendix.
+  + Update the list of Finance::Quote methods to 1.38.
+  + Bugs fixed: bgo#115461, bgo#687290, bgo#769457, bgo#769746,
+bgo#771230, bgo#769663.
+- Changes from version 2.6.13:
+  + Fix unclear statement re docbook stylesheets in README.
+  + Fix the very stale Release Schedule link in the Guide.
+  + Bugs fixed: bgo#637004, bgo#712764, bgo#751686, bgo#754239,
+bgo#754239, bgo#765131.
+
+---

Old:

  gnucash-docs-2.6.12.tar.gz

New:

  gnucash-docs-2.6.14.tar.gz



Other differences:
--
++ gnucash-docs.spec ++
--- /var/tmp/diff_new_pack.lct0eW/_old  2016-11-04 21:02:02.0 +0100
+++ /var/tmp/diff_new_pack.lct0eW/_new  2016-11-04 21:02:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnucash-docs
-Version:2.6.12
+Version:2.6.14
 Release:0
 Summary:Documentation Module for GnuCash
 License:GFDL-1.1 and GPL-2.0+

++ gnucash-docs-2.6.12.tar.gz -> gnucash-docs-2.6.14.tar.gz ++
/work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs-2.6.12.tar.gz 
/work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs-2.6.14.tar.gz differ: 
char 5, line 1




commit corebird for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package corebird for openSUSE:Factory 
checked in at 2016-11-04 21:01:49

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


Package is "corebird"

Changes:

--- /work/SRC/openSUSE:Factory/corebird/corebird.changes2016-07-01 
10:01:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.corebird.new/corebird.changes   2016-11-04 
21:01:50.0 +0100
@@ -1,0 +2,44 @@
+Wed Nov  2 15:49:52 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.3.3:
+  + Support longer tweets in a few more places.
+  + Properly escape ampersand characters in user mentions to fix
+GtkLabel warnings about wrong escape characters in tooltips.
+  + Fix tweet length calculations for whitespace-only tweets.
+  + Check for duplicated entries in media arrays. This is
+apparently a problem on Twitter's side but led to crashes in
+Corebird (gh#baedert/corebird#627).
+  + Use the correct nsfw status of a tweet, i.e. the one that can
+actually show images.
+  + Fix a crash when sending a tweet with multiple images attached.
+  + Fix tweet length calculation of quote tweets. This previously
+led to tweets getting rejected by the server even though
+Corebird claimed they were fine (gh#baedert/corebird#628).
+- Changes from version 1.3.2:
+  + Cope with the tweet length changes introduced by Twitter.
+  + Fix a problem with malformed media URLs.
+- Changes from version 1.3.1:
+  + Fix muted and/or blocked tweets still showing up in timelines.
+  + Fix accounts not getting saved when first created.
+  + Fix retweets of the authenticating user not getting their
+correct seen status.
+  + Fix profiles descriptions containing ampersand characters and
+links.
+  + Fix profile banner fade-in transition.
+  + Fix doubly-escaped ampersands in link tooltips.
+  + Fix missing underlines in @screen_names in the profile popover.
+- Changes from version 1.3.0:
+  + The build system will now check for gtksink.
+  + Remove libgee dependency.
+  + The compose tweet window will now a save the current text on
+cancel.
+  + Allow self-retweeting.
+  + Fade loaded inline media in.
+  + Twitter wont send mp4 urls for their videos anymore starting
+August 1st, so support HLS videos.
+  + Query full-length DMs.
+  + Support muting in profiles.
+- Drop pkgconfig(gee-0.8) BuildRequires: no longer needed.
+- No longer call autogen.sh: the tarball is bootstrapped.
+
+---

Old:

  corebird-1.2.2.tar.gz

New:

  corebird-1.3.3.tar.xz



Other differences:
--
++ corebird.spec ++
--- /var/tmp/diff_new_pack.Lof1xT/_old  2016-11-04 21:01:51.0 +0100
+++ /var/tmp/diff_new_pack.Lof1xT/_new  2016-11-04 21:01:51.0 +0100
@@ -18,20 +18,18 @@
 
 
 Name:   corebird
-Version:1.2.2
+Version:1.3.3
 Release:0
 Summary:A lightweight Twitter Client
 License:GPL-3.0+
 Group:  Productivity/Networking/Other
 Url:http://corebird.baedert.org/
-#Source:https://github.com/baedert/corebird/archive/%%{version}.tar.gz
-Source0:%{name}-%{version}.tar.gz
+Source: 
https://github.com/baedert/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  vala-devel >= 0.28.0
 BuildRequires:  pkgconfig(gdk-x11-3.0)
-BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gstreamer-video-1.0) >= 1.6
@@ -52,7 +50,6 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{?_smp_mflags}
 




commit ghc-yesod-form for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ghc-yesod-form for openSUSE:Factory 
checked in at 2016-11-04 21:01:05

Comparing /work/SRC/openSUSE:Factory/ghc-yesod-form (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-yesod-form.new (New)


Package is "ghc-yesod-form"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-yesod-form/ghc-yesod-form.changes
2016-07-20 09:22:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yesod-form.new/ghc-yesod-form.changes   
2016-11-04 21:01:06.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 30 16:27:03 UTC 2016 - psim...@suse.com
+
+- Update to version 1.4.8 with cabal2obs.
+
+---

Old:

  yesod-form-1.4.7.1.tar.gz

New:

  yesod-form-1.4.8.tar.gz



Other differences:
--
++ ghc-yesod-form.spec ++
--- /var/tmp/diff_new_pack.2AVODX/_old  2016-11-04 21:01:07.0 +0100
+++ /var/tmp/diff_new_pack.2AVODX/_new  2016-11-04 21:01:07.0 +0100
@@ -19,15 +19,14 @@
 %global pkg_name yesod-form
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.4.7.1
+Version:1.4.8
 Release:0
 Summary:Form handling support for Yesod Web Framework
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-blaze-builder-devel
@@ -56,7 +55,6 @@
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 API docs and the README are available at
@@ -79,20 +77,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ yesod-form-1.4.7.1.tar.gz -> yesod-form-1.4.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-form-1.4.7.1/ChangeLog.md 
new/yesod-form-1.4.8/ChangeLog.md
--- old/yesod-form-1.4.7.1/ChangeLog.md 2015-12-03 19:55:30.0 +0100
+++ new/yesod-form-1.4.8/ChangeLog.md   2016-10-27 10:18:25.0 +0200
@@ -1,3 +1,7 @@
+## 1.4.8
+
+* Added Yesod.Form.I18n.Spanish
+
 ## 1.4.6
 
 * Functor instances for Option/OptionList
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-form-1.4.7.1/Yesod/Form/I18n/Spanish.hs 
new/yesod-form-1.4.8/Yesod/Form/I18n/Spanish.hs
--- old/yesod-form-1.4.7.1/Yesod/Form/I18n/Spanish.hs   1970-01-01 
01:00:00.0 +0100
+++ new/yesod-form-1.4.8/Yesod/Form/I18n/Spanish.hs 2016-10-27 
10:18:25.0 +0200
@@ -0,0 +1,27 @@
+{-# LANGUAGE OverloadedStrings #-}
+
+module Yesod.Form.I18n.Spanish where
+
+import Yesod.Form.Types (FormMessage (..))
+import Data.Monoid (mappend)
+import Data.Text (Text)
+
+spanishFormMessage :: FormMessage -> Text
+spanishFormMessage (MsgInvalidInteger t) = "Número entero inválido: " 
`mappend` t
+spanishFormMessage (MsgInvalidNumber t) = "Número inválido: " `mappend` t
+spanishFormMessage (MsgInvalidEntry t) = "Entrada inválida: " `mappend` t
+spanishFormMessage MsgInvalidTimeFormat = "Hora inválida, debe tener el 
formato HH:MM[:SS]"
+spanishFormMessage MsgInvalidDay = "Fecha inválida, debe tener el formato 
-MM-DD"
+spanishFormMessage (MsgInvalidUrl t) = "URL inválida: " `mappend` t
+spanishFormMessage (MsgInvalidEmail t) = "Dirección de correo electrónico 
inválida: " `mappend` t
+spanishFormMessage (MsgInvalidHour t) = "Hora inválida: " `mappend` t
+spanishFormMessage (MsgInvalidMinute t) = "Minuto inválido: " `mappend` t
+spanishFormMessage (MsgInvalidSecond t) = "Segundo inválido: " `mappend` t
+spanishFormMessage MsgCsrfWarning = "Como protección contra ataques CSRF, 
confirme su envío por favor."
+spanishFormMessage MsgValueRequired = "Se requiere un valor"
+spanishFormMessage (MsgInputNotFound t) = "Entrada no encontrada: " `mappend` t
+spanishFormMessage MsgSelectNone = ""
+spanishFormMessage (MsgInvalidBool t) = "Booleano inválido: " `mappend` t
+spanishFormMessage MsgBoolYes = "Sí"
+spanishFormMessage MsgBoolNo = "No"
+spanishFormMessage MsgDelete = "¿Eliminar?"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-form-1.4.7.1/yesod-form.cabal 
new/yesod-form-1.4.8/yesod-form.cabal
--- old/yesod-form-1.4.7.1/yesod-form.cabal 2016-04-25 17:20:24.0 
+0200
+++ 

commit ghc-monad-logger for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-logger for 
openSUSE:Factory checked in at 2016-11-04 21:01:21

Comparing /work/SRC/openSUSE:Factory/ghc-monad-logger (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-monad-logger.new (New)


Package is "ghc-monad-logger"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monad-logger/ghc-monad-logger.changes
2016-07-20 09:27:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-logger.new/ghc-monad-logger.changes   
2016-11-04 21:01:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Oct 11 08:49:27 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.20 with cabal2obs.
+
+---

Old:

  monad-logger-0.3.19.tar.gz

New:

  monad-logger-0.3.20.tar.gz



Other differences:
--
++ ghc-monad-logger.spec ++
--- /var/tmp/diff_new_pack.HDm7EQ/_old  2016-11-04 21:01:23.0 +0100
+++ /var/tmp/diff_new_pack.HDm7EQ/_new  2016-11-04 21:01:23.0 +0100
@@ -18,15 +18,14 @@
 
 %global pkg_name monad-logger
 Name:   ghc-%{pkg_name}
-Version:0.3.19
+Version:0.3.20
 Release:0
 Summary:A class of monads which can log messages
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-conduit-devel
@@ -47,7 +46,6 @@
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Hackage documentation generation is not reliable. For up to date documentation,
@@ -67,15 +65,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ monad-logger-0.3.19.tar.gz -> monad-logger-0.3.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.19/ChangeLog.md 
new/monad-logger-0.3.20/ChangeLog.md
--- old/monad-logger-0.3.19/ChangeLog.md2016-07-04 08:19:53.0 
+0200
+++ new/monad-logger-0.3.20/ChangeLog.md2016-10-01 19:31:22.0 
+0200
@@ -1,3 +1,8 @@
+## 0.3.20
+
+* Generalize the type of `unChanLoggingT`
+  [#104](https://github.com/kazu-yamamoto/logger/pull/104)
+
 ## 0.3.19
 
 * Add CallStack-based functions and `Control.Monad.Logger.CallStack` module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.19/Control/Monad/Logger.hs 
new/monad-logger-0.3.20/Control/Monad/Logger.hs
--- old/monad-logger-0.3.19/Control/Monad/Logger.hs 2016-07-04 
08:19:53.0 +0200
+++ new/monad-logger-0.3.20/Control/Monad/Logger.hs 2016-10-01 
19:31:22.0 +0200
@@ -654,7 +654,7 @@
 --   For use in a dedicated thread with a channel fed by `runChanLoggingT`.
 --
 -- @since 0.3.17
-unChanLoggingT :: (MonadLogger m, MonadIO m) => Chan (Loc, LogSource, 
LogLevel, LogStr) -> m ()
+unChanLoggingT :: (MonadLogger m, MonadIO m) => Chan (Loc, LogSource, 
LogLevel, LogStr) -> m void
 unChanLoggingT chan = forever $ do
 (loc,src,lvl,msg) <- liftIO $ readChan chan
 monadLoggerLog loc src lvl msg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.19/monad-logger.cabal 
new/monad-logger-0.3.20/monad-logger.cabal
--- old/monad-logger-0.3.19/monad-logger.cabal  2016-07-04 08:19:53.0 
+0200
+++ new/monad-logger-0.3.20/monad-logger.cabal  2016-10-01 19:31:22.0 
+0200
@@ -1,5 +1,5 @@
 name:monad-logger
-version: 0.3.19
+version: 0.3.20
 synopsis:A class of monads which can log messages.
 description: Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
.
 homepage:https://github.com/kazu-yamamoto/logger




commit ghc-resourcet for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ghc-resourcet for openSUSE:Factory 
checked in at 2016-11-04 21:01:15

Comparing /work/SRC/openSUSE:Factory/ghc-resourcet (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resourcet.new (New)


Package is "ghc-resourcet"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resourcet/ghc-resourcet.changes  
2016-09-05 21:20:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resourcet.new/ghc-resourcet.changes 
2016-11-04 21:01:16.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 17 15:37:45 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.8 with cabal2obs.
+
+---

Old:

  resourcet-1.1.7.5.tar.gz

New:

  resourcet-1.1.8.tar.gz



Other differences:
--
++ ghc-resourcet.spec ++
--- /var/tmp/diff_new_pack.pEH4b2/_old  2016-11-04 21:01:17.0 +0100
+++ /var/tmp/diff_new_pack.pEH4b2/_new  2016-11-04 21:01:17.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name resourcet
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.1.7.5
+Version:1.1.8
 Release:0
 Summary:Deterministic allocation and freeing of scarce resources
 License:BSD-3-Clause

++ resourcet-1.1.7.5.tar.gz -> resourcet-1.1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resourcet-1.1.7.5/ChangeLog.md 
new/resourcet-1.1.8/ChangeLog.md
--- old/resourcet-1.1.7.5/ChangeLog.md  2016-08-08 13:13:50.0 +0200
+++ new/resourcet-1.1.8/ChangeLog.md2016-10-13 14:58:24.0 +0200
@@ -1,3 +1,8 @@
+## 1.1.8
+
+* Add `instance MonadFix ResourceT`
+  [#281](https://github.com/snoyberg/conduit/pull/281)
+
 ## 1.1.7.5
 
 * Inline the tutorial from SoH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resourcet-1.1.7.5/Control/Monad/Trans/Resource/Internal.hs 
new/resourcet-1.1.8/Control/Monad/Trans/Resource/Internal.hs
--- old/resourcet-1.1.7.5/Control/Monad/Trans/Resource/Internal.hs  
2016-08-08 13:13:50.0 +0200
+++ new/resourcet-1.1.8/Control/Monad/Trans/Resource/Internal.hs
2016-10-13 14:58:24.0 +0200
@@ -32,6 +32,7 @@
 import Control.Exception (throw,Exception,SomeException)
 import Control.Applicative (Applicative (..), Alternative(..))
 import Control.Monad (MonadPlus(..))
+import Control.Monad.Fix (MonadFix(..))
 import Control.Monad.Trans.Control
 ( MonadTransControl (..), MonadBaseControl (..) )
 import Control.Monad.Base (MonadBase, liftBase)
@@ -247,6 +248,10 @@
 let ResourceT f' = f a
 f' r
 
+-- | @since 1.1.8
+instance MonadFix m => MonadFix (ResourceT m) where
+  mfix f = ResourceT $ \r -> mfix $ \a -> unResourceT (f a) r
+
 instance MonadTrans ResourceT where
 lift = ResourceT . const
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resourcet-1.1.7.5/README.md 
new/resourcet-1.1.8/README.md
--- old/resourcet-1.1.7.5/README.md 2016-08-08 13:13:50.0 +0200
+++ new/resourcet-1.1.8/README.md   2016-10-13 14:58:24.0 +0200
@@ -20,7 +20,7 @@
 
 ResourceT is a monad transformer which creates a region of code where you can 
safely allocate resources. Let's write a simple example program: we'll ask the 
user for some input and pretend like it's a scarce resource that must be 
released. We'll then do something dangerous (potentially introducing a 
divide-by-zero error). We then want to immediately release our scarce resource 
and perform some long-running computation.
 
-```haskell active
+```haskell
 import Control.Monad.Trans.Resource
 import Control.Monad.IO.Class
 
@@ -46,7 +46,7 @@
 
 In this specific case, we could easily represent our code in terms of bracket 
with a little refactoring.
 
-```haskell active
+```haskell
 import Control.Exception (bracket)
 
 main = do
@@ -75,7 +75,7 @@
 
 The first one is pretty easy to demonstrate:
 
-```haskell active
+```haskell
 import Control.Monad.Trans.Resource
 import Control.Monad.Trans.Class
 
@@ -95,7 +95,7 @@
 
 The `bracket` pattern is designed with nested resource allocations. For 
example, consider the following program which copies data from one file to 
another. We'll open up the source file using `withFile`, and then nest within 
it another `withFile` to open the destination file, and finally do the copying 
with both file handles.
 
-```haskell active
+```haskell
 {-# START_FILE main.hs #-}
 import System.IO
 import qualified Data.ByteString as S
@@ -121,7 +121,7 @@
 
 Let's demonstrate the interleaving example described above. To simplify the 
code, we'll use the conduit package for the actual chunking implementation. 
Notice when you 

commit turpial for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package turpial for openSUSE:Factory checked 
in at 2016-11-04 21:01:33

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


Package is "turpial"

Changes:

--- /work/SRC/openSUSE:Factory/turpial/turpial.changes  2015-03-25 
21:04:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.turpial.new/turpial.changes 2016-11-04 
21:01:34.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  3 13:01:40 UTC 2016 - dims...@opensuse.org
+
+- Add (again!) python-distribute requires. This was accidentally
+  lost when updating to version 3.0 (boo#957885).
+
+---



Other differences:
--
++ turpial.spec ++
--- /var/tmp/diff_new_pack.j3Q54W/_old  2016-11-04 21:01:35.0 +0100
+++ /var/tmp/diff_new_pack.j3Q54W/_new  2016-11-04 21:01:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package turpial
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -30,6 +30,8 @@
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
 Requires:   libturpial
+# boo#751192 & boo#957885: /usr/bin/turpial has from pkg_resources import 
load_entry_point (pkg_resources coming from pyton-distribute)
+Requires:   python-distribute
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit python-uritemplate for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-uritemplate for 
openSUSE:Factory checked in at 2016-11-04 21:01:28

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


Package is "python-uritemplate"

Changes:

--- /work/SRC/openSUSE:Factory/python-uritemplate/python-uritemplate.changes
2014-03-11 06:46:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-uritemplate.new/python-uritemplate.changes   
2016-11-04 21:01:29.0 +0100
@@ -1,0 +2,14 @@
+Thu Oct 27 15:50:21 UTC 2016 - rjsch...@suse.com
+
+- Update to version 3.0.0 (bsc#1002895)
+  + No upstream change entry for 2.0 -> 3.0
+- From 2.0.0
+  + Merge uritemplate.py into uritemplate
+  + Relicense uritemplate.py as Apache 2 and BSD
+- From 1.0.1
+  + Fix some minor packaging problems
+- From 1.0.0
+  + Fix handling of Unicode values on Python 2.6 and 2.7 for urllib.quote.
+  + Confirm public stable API via version number.
+
+---

Old:

  uritemplate-0.6.tar.gz

New:

  uritemplate-3.0.0.tar.gz



Other differences:
--
++ python-uritemplate.spec ++
--- /var/tmp/diff_new_pack.vxsAPn/_old  2016-11-04 21:01:30.0 +0100
+++ /var/tmp/diff_new_pack.vxsAPn/_new  2016-11-04 21:01:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-uritemplate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 #
 
 Name:   python-uritemplate
-Version:0.6
+Version:3.0.0
 Release:0
 Summary:URI Template Expansison
 License:Apache-2.0

++ uritemplate-0.6.tar.gz -> uritemplate-3.0.0.tar.gz ++
 4040 lines of diff (skipped)




commit ghc-dns for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ghc-dns for openSUSE:Factory checked 
in at 2016-11-04 21:01:10

Comparing /work/SRC/openSUSE:Factory/ghc-dns (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-dns.new (New)


Package is "ghc-dns"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dns/ghc-dns.changes  2016-10-22 
13:21:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-dns.new/ghc-dns.changes 2016-11-04 
21:01:11.0 +0100
@@ -1,0 +2,10 @@
+Thu Oct 27 15:55:21 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0.8 with cabal2obs.
+
+---
+Mon Oct 17 15:37:36 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0.7 with cabal2obs.
+
+---

Old:

  dns-2.0.6.tar.gz

New:

  dns-2.0.8.tar.gz



Other differences:
--
++ ghc-dns.spec ++
--- /var/tmp/diff_new_pack.lX9rdF/_old  2016-11-04 21:01:12.0 +0100
+++ /var/tmp/diff_new_pack.lX9rdF/_new  2016-11-04 21:01:12.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name dns
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.0.6
+Version:2.0.8
 Release:0
 Summary:DNS library in Haskell
 License:BSD-3-Clause

++ dns-2.0.6.tar.gz -> dns-2.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.6/Changelog new/dns-2.0.8/Changelog
--- old/dns-2.0.6/Changelog 2016-09-29 03:44:30.0 +0200
+++ new/dns-2.0.8/Changelog 2016-10-21 02:28:50.0 +0200
@@ -1,3 +1,7 @@
+2.0.8
+   - Better handling of encoding and decoding the "root" domain ".". 
[#45](https://github.com/kazu-yamamoto/dns/pull/45)
+2.0.7
+   - Add length checks for A and  records. 
[#43](https://github.com/kazu-yamamoto/dns/pull/43)
 2.0.6
- Adding Ord instance. 
[#41](https://github.com/kazu-yamamoto/dns/pull/41)
- Adding DNSSEC-related RRTYPEs 
[#40](https://github.com/kazu-yamamoto/dns/pull/40)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.6/Network/DNS/Decode.hs 
new/dns-2.0.8/Network/DNS/Decode.hs
--- old/dns-2.0.6/Network/DNS/Decode.hs 2016-09-29 03:44:30.0 +0200
+++ new/dns-2.0.8/Network/DNS/Decode.hs 2016-10-21 02:28:50.0 +0200
@@ -196,8 +196,12 @@
 decodeRData TXT len = (RD_TXT . ignoreLength) <$> getNByteString len
   where
 ignoreLength = BS.tail
-decodeRData A len  = (RD_A . toIPv4) <$> getNBytes len
-decodeRData  len  = (RD_ . toIPv6b) <$> getNBytes len
+decodeRData A len
+  | len == 4  = (RD_A . toIPv4) <$> getNBytes len
+  | otherwise = fail "IPv4 addresses must be 4 bytes long"
+decodeRData  len
+  | len == 16 = (RD_ . toIPv6b) <$> getNBytes len
+  | otherwise = fail "IPv6 addresses must be 16 bytes long"
 decodeRData SOA _ = RD_SOA <$> decodeDomain
<*> decodeDomain
<*> decodeSerial
@@ -265,7 +269,7 @@
 let n = getValue c
 -- Syntax hack to avoid using MultiWayIf
 case () of
-_ | c == 0 -> return ""
+_ | c == 0 -> return "." -- Perhaps the root domain?
 _ | isPointer c -> do
 d <- getInt8
 let offset = n * 256 + d
@@ -281,7 +285,10 @@
 _ | otherwise -> do
 hs <- getNByteString n
 ds <- decodeDomain
-let dom = hs `BS.append` "." `BS.append` ds
+let dom =
+case ds of -- avoid trailing ".."
+"." -> hs `BS.append` "."
+_   -> hs `BS.append` "." `BS.append` ds
 push pos dom
 return dom
   where
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.6/Network/DNS/Encode.hs 
new/dns-2.0.8/Network/DNS/Encode.hs
--- old/dns-2.0.6/Network/DNS/Encode.hs 2016-09-29 03:44:30.0 +0200
+++ new/dns-2.0.8/Network/DNS/Encode.hs 2016-10-21 02:28:50.0 +0200
@@ -201,9 +201,12 @@
 
 
 
+rootDomain :: Domain
+rootDomain = BS.pack "."
+
 encodeDomain :: Domain -> SPut
 encodeDomain dom
-| BS.null dom = put8 0
+| (BS.null dom || dom == rootDomain) = put8 0
 | otherwise = do
 mpos <- wsPop dom
 cur <- gets wsPosition
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.6/dns.cabal new/dns-2.0.8/dns.cabal
--- old/dns-2.0.6/dns.cabal 2016-09-29 03:44:30.0 +0200
+++ new/dns-2.0.8/dns.cabal 2016-10-21 02:28:50.0 +0200
@@ -1,5 +1,5 @@
 Name:   dns
-Version:

commit ghc-wai-extra for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ghc-wai-extra for openSUSE:Factory 
checked in at 2016-11-04 21:00:58

Comparing /work/SRC/openSUSE:Factory/ghc-wai-extra (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-wai-extra.new (New)


Package is "ghc-wai-extra"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-wai-extra/ghc-wai-extra.changes  
2016-10-22 13:21:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-wai-extra.new/ghc-wai-extra.changes 
2016-11-04 21:00:59.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 27 15:54:48 UTC 2016 - psim...@suse.com
+
+- Update to version 3.0.19 with cabal2obs.
+
+---

Old:

  wai-extra-3.0.18.tar.gz

New:

  wai-extra-3.0.19.tar.gz



Other differences:
--
++ ghc-wai-extra.spec ++
--- /var/tmp/diff_new_pack.57crHq/_old  2016-11-04 21:01:00.0 +0100
+++ /var/tmp/diff_new_pack.57crHq/_new  2016-11-04 21:01:00.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name wai-extra
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:3.0.18
+Version:3.0.19
 Release:0
 Summary:Provides some basic WAI handlers and middleware
 License:MIT

++ wai-extra-3.0.18.tar.gz -> wai-extra-3.0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.18/ChangeLog.md 
new/wai-extra-3.0.19/ChangeLog.md
--- old/wai-extra-3.0.18/ChangeLog.md   2016-09-26 06:19:24.0 +0200
+++ new/wai-extra-3.0.19/ChangeLog.md   2016-10-21 09:04:14.0 +0200
@@ -1,3 +1,7 @@
+## 3.0.19
+
+* Add a new function basicAuth', which passes request to the CheckCreds 
argument.
+
 ## 3.0.18
 
 * ForceSSL: preserve port number when redirecting to https. 
[#582](https://github.com/yesodweb/wai/pull/582)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.18/Network/Wai/Middleware/ForceSSL.hs 
new/wai-extra-3.0.19/Network/Wai/Middleware/ForceSSL.hs
--- old/wai-extra-3.0.18/Network/Wai/Middleware/ForceSSL.hs 2016-09-26 
06:19:24.0 +0200
+++ new/wai-extra-3.0.19/Network/Wai/Middleware/ForceSSL.hs 2016-10-21 
09:04:14.0 +0200
@@ -17,8 +17,6 @@
 import Data.Monoid ((<>))
 import Network.HTTP.Types (hLocation, methodGet, status301, status307)
 
-import Data.Word8 (_colon)
-
 -- | For requests that don't appear secure, redirect to https
 --
 -- Since 3.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.18/Network/Wai/Middleware/HttpAuth.hs 
new/wai-extra-3.0.19/Network/Wai/Middleware/HttpAuth.hs
--- old/wai-extra-3.0.18/Network/Wai/Middleware/HttpAuth.hs 2016-09-26 
06:19:24.0 +0200
+++ new/wai-extra-3.0.19/Network/Wai/Middleware/HttpAuth.hs 2016-10-21 
09:04:14.0 +0200
@@ -5,6 +5,7 @@
 module Network.Wai.Middleware.HttpAuth
 ( -- * Middleware
   basicAuth
+, basicAuth'
 , CheckCreds
 , AuthSettings
 , authRealm
@@ -36,11 +37,19 @@
 --
 -- > basicAuth (\u p -> return $ u == "michael" && p == "mypass") "My Realm"
 --
--- Since 1.3.4
+-- @since 1.3.4
 basicAuth :: CheckCreds
   -> AuthSettings
   -> Middleware
-basicAuth checkCreds AuthSettings {..} app req sendResponse = do
+basicAuth checkCreds = basicAuth' (\_ -> checkCreds)
+
+-- | Like 'basicAuth', but also passes a request to the authentication 
function.
+--
+-- @since 3.0.19
+basicAuth' :: (Request -> CheckCreds)
+   -> AuthSettings
+   -> Middleware
+basicAuth' checkCreds AuthSettings {..} app req sendResponse = do
 isProtected <- authIsProtected req
 allowed <- if isProtected then check else return True
 if allowed
@@ -51,8 +60,7 @@
 case (lookup hAuthorization $ requestHeaders req)
  >>= extractBasicAuth of
 Nothing -> return False
-Just (username, password) -> checkCreds username password
-
+Just (username, password) -> checkCreds req username password
 
 -- | Basic authentication settings. This value is an instance of
 -- @IsString@, so the recommended approach to create a value is to
@@ -61,23 +69,23 @@
 --
 -- > "My Realm" { authIsProtected = someFunc } :: AuthSettings
 --
--- Since 1.3.4
+-- @since 1.3.4
 data AuthSettings = AuthSettings
 { authRealm :: !ByteString
 -- ^
 --
--- Since 1.3.4
+-- @since 1.3.4
 , authOnNoAuth :: !(ByteString -> Application)
 -- ^ Takes the realm and returns an appropriate 401 response when
 -- authentication is not provided.
 --
--- Since 1.3.4
+-- @since 1.3.4
 , authIsProtected :: !(Request -> IO Bool)
 -- ^ Determine if access to the 

commit fio for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2016-11-04 21:00:54

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


Package is "fio"

Changes:

--- /work/SRC/openSUSE:Factory/fio/fio.changes  2016-08-29 15:47:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes 2016-11-04 
21:00:54.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  3 09:18:15 UTC 2016 - mplus...@suse.com
+
+- Update to version 2.15:
+  * See http://brick.kernel.dk/snaps/fio-2.15.shortlog.txt
+
+---

Old:

  fio-2.13.tar.bz2

New:

  fio-2.15.tar.bz2



Other differences:
--
++ fio.spec ++
--- /var/tmp/diff_new_pack.gTfjLT/_old  2016-11-04 21:00:55.0 +0100
+++ /var/tmp/diff_new_pack.gTfjLT/_new  2016-11-04 21:00:55.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   fio
-Version:2.13
+Version:2.15
 Release:0
 Summary:Flexible I/O Tester/benchmarker
 License:GPL-2.0
@@ -102,10 +102,12 @@
 %{_bindir}/fio-genzipf
 %{_bindir}/fio-verify-state
 %{_bindir}/fio_latency2csv.py
+%{_bindir}/fiologparser_hist.py
 %{_datadir}/fio
 %{_mandir}/man1/fio.1%{ext_man}
 %{_mandir}/man1/fio_generate_plots.1%{ext_man}
 %{_mandir}/man1/fio2gnuplot.1%{ext_man}
+%{_mandir}/man1/fiologparser_hist.py.1%{ext_man}
 
 %files -n gfio
 %defattr(-,root,root)

++ fio-2.13.tar.bz2 -> fio-2.15.tar.bz2 ++
 9333 lines of diff (skipped)




commit mkvtoolnix for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2016-11-04 21:00:34

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


Package is "mkvtoolnix"

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2016-09-21 
18:49:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2016-11-04 21:00:36.0 +0100
@@ -1,0 +2,31 @@
+Thu Oct 27 13:29:56 UTC 2016 - r...@fthiessen.de
+
+- Update to new release 9.5.0
+  * mkvmerge: bug fix: The Ogg/OGM reader did not recognize Opus
+ files with comment headers anymore.
+WAV reader bug fix: the track properties (channels, samplerate)
+ for DTS and AC-3 in WAV will now be derived from the decoded
+ bitstream headers instead of the WAV file header as the latter
+ is often incorrect.
+WAV reader bug fix: fixed detection and merging of DTS in WAV
+ that uses the 14-bytes-in-16-bytes packing method.
+MPEG transport stream reader bug fix: fixed mis-detection of
+ certain h.264 files as MPEG transport streams.
+MPEG transport stream reader bug fix: fixed the handling of
+ Blu-ray PCM audio with an odd number of channels by removing
+ their alignment bytes.
+h.264 elementary stream handling bug fix: if mkvmerge ever
+ encounters changing SPS or PPS NALUs (ones where their ID has
+ been encountered before with different settings) in the h.264
+ then it will prepend all following key frames with all
+ currently active SPS and PPS NALUs. This enables playback from
+ arbitrary key frames even if they require other SPS or PPS
+ settings than the ones stored in the AVCC in CodecPrivate.
+VobSub handling bug fix: mkvmerge and mkvextract will now
+ update the duration stored in the SPU bitsream with the
+ duration from the container level if it differs at least 1ms.
+  * mkvprpedit, MKVToolNix GUI: Added support for "field order"
+ video track header element.
+- Use GPG signature for verification.
+
+---

Old:

  mkvtoolnix-9.4.2.tar.xz

New:

  mkvtoolnix-9.5.0.tar.xz
  mkvtoolnix-9.5.0.tar.xz.sig
  mkvtoolnix.keyring



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.9I3cXc/_old  2016-11-04 21:00:37.0 +0100
+++ /var/tmp/diff_new_pack.9I3cXc/_new  2016-11-04 21:00:37.0 +0100
@@ -17,14 +17,17 @@
 
 
 Name:   mkvtoolnix
-Version:9.4.2
+Version:9.5.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://bunkus.org/videotools/mkvtoolnix/
 #Git:   http://github.com/mbunkus/mkvtoolnix
-Source: 
https://mkvtoolnix.download/sources/mkvtoolnix-%{version}.tar.xz
+Source0:
https://mkvtoolnix.download/sources/mkvtoolnix-%{version}.tar.xz
+Source1:
https://mkvtoolnix.download/sources/mkvtoolnix-%{version}.tar.xz.sig
+# Sub-key ID 0x74AF00AD F2E32C85 of key ID 0x0F92290A 445B9007 is used for 
signing
+Source2:mkvtoolnix.keyring
 # PATCH-OPENSUSE-FIX disable-update-check.patch -- Disable default update check
 Patch0: disable-update-check.patch
 # PATCH-OPENSUSE-FIX mkvtoolnix-use-system-boost.patch -- Fix includes to use 
boost from system

++ mkvtoolnix-9.4.2.tar.xz -> mkvtoolnix-9.5.0.tar.xz ++
 136991 lines of diff (skipped)




commit usbprog for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package usbprog for openSUSE:Factory checked 
in at 2016-11-04 21:00:39

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


Package is "usbprog"

Changes:

--- /work/SRC/openSUSE:Factory/usbprog/usbprog.changes  2013-05-16 
11:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.usbprog.new/usbprog.changes 2016-11-04 
21:00:40.0 +0100
@@ -1,0 +2,16 @@
+Wed Oct  5 09:18:27 UTC 2016 - zai...@opensuse.org 
+
+- Add patch ubsprog-wxwidgets-3.0.patch to port usbprog to
+  wxWidgets 3.0; patch taken from upstream. 
+
+---
+Wed Oct  5 09:16:39 UTC 2016 - badshah...@gmail.com
+
+- Drop outdated macros "%define __find_requires %wx_requires" and
+  "%define _use_internal_dependency_generator 0"; no longer
+  required and causes build failures.
+- Drop conditionals intended to support openSUSE versions that are
+  now old and unmaintained.
+- Switch to pkgconfig based BuildRequires.
+
+---

New:

  ubsprog-wxwidgets-3.0.patch



Other differences:
--
++ usbprog.spec ++
--- /var/tmp/diff_new_pack.VXaw2Q/_old  2016-11-04 21:00:41.0 +0100
+++ /var/tmp/diff_new_pack.VXaw2Q/_new  2016-11-04 21:00:41.0 +0100
@@ -49,41 +49,22 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.distribution
 Patch0: usbprog-wxwidgets-2.4.diff
+Patch1: ubsprog-wxwidgets-3.0.patch
 Summary:Programmer for the USBprog hardware
 License:GPL-2.0+ and CC-BY-SA-3.0
 Group:  Development/Tools/Other
 
 BuildRequires:  gcc-c++
-BuildRequires:  libusb-devel
-BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig(libusb)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(udev)
 %if %{build_gui}
-%if 0%{?suse_version} > 1130
-BuildRequires:  python-wxWidgets
-BuildRequires:  wxWidgets-devel
-%else
-BuildRequires:  python-wxGTK
-BuildRequires:  wxGTK-devel
+BuildRequires:  python-wxWidgets-3_0
+BuildRequires:  wxWidgets-3_0-nostl-devel
 %endif
-%endif
-
-%if 0%{?suse_version} >= 1030
-BuildRequires:  libcurl-devel
-%else
-BuildRequires:  curl-devel
-%endif
-
-%if 0%{?suse_version} >= 1010
+BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkg-config
-%else
-BuildRequires:  pkgconfig
-%endif
-
-%if 0%{?suse_version} > 1130
-%define _use_internal_dependency_generator 0
-%define __find_requires %wx_requires
-%endif
 
 %define _udevdir %(pkg-config --variable=udevdir udev)
 %define _udevrulesdir %{_udevdir}/rules.d
@@ -140,6 +121,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ ubsprog-wxwidgets-3.0.patch ++
Description: Fix to build with wxWidgets 3.0
 This patch should also work with wxWidgets 2.8.
Author: Olly Betts 
Last-Update: 2014-03-12

--- usbprog-0.2.0.orig/gui/usbprogFrm.cc
+++ usbprog-0.2.0/gui/usbprogFrm.cc
@@ -296,7 +296,7 @@ void usbprogFrm::CreateGUIControls()
 
 // file dialog
m_fileDialog = new wxFileDialog(m_panel, wxT("Choose a file"),
-wxT(""), wxT(""), wxT("*.bin"), wxOPEN);
+wxT(""), wxT(""), wxT("*.bin"), wxFD_OPEN);
 
 m_topBox->Add(topSizer, wxEXPAND, wxALL, 10);
 
@@ -670,7 +670,7 @@ void usbprogFrm::enableDisableDebug(wxCo
 dbg->setFileHandle(NULL);
 } else {
 wxFileDialog fdg(m_panel, wxT("Choose a file"),
-wxT(""), wxT(""), wxT("*.log"), wxSAVE);
+wxT(""), wxT(""), wxT("*.log"), wxFD_SAVE);
 if (fdg.ShowModal() != wxID_OK)
 dbg->setFileHandle(stderr);
 else {



commit twinkle for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package twinkle for openSUSE:Factory checked 
in at 2016-11-04 21:00:45

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


Package is "twinkle"

Changes:

--- /work/SRC/openSUSE:Factory/twinkle/twinkle.changes  2016-09-01 
14:03:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.twinkle.new/twinkle.changes 2016-11-04 
21:00:46.0 +0100
@@ -1,0 +2,13 @@
+Mon Oct 24 11:46:58 UTC 2016 - mkube...@suse.cz
+
+- update to version 1.10.1
+  * stability fixes (calling Qt methods from wrong thread)
+  * set PA role to phone to pause music playback automatically
+  * French translation updates
+  * remove obsolete commoncpp2 dependency
+- DTMF-event-type-cleanup.patch:
+  drop (merged into upstream)
+- Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch:
+  refresh
+
+---

Old:

  DTMF-event-type-cleanup.patch
  twinkle-1.10~git20160520.tar.xz

New:

  twinkle-1.10.1.tar.xz



Other differences:
--
++ twinkle.spec ++
--- /var/tmp/diff_new_pack.XPtTER/_old  2016-11-04 21:00:47.0 +0100
+++ /var/tmp/diff_new_pack.XPtTER/_new  2016-11-04 21:00:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   twinkle
-Version:1.10~git20160520
+Version:1.10.1
 Release:0
 Summary:A SIP Soft Phone
 License:GPL-2.0+
@@ -55,7 +55,6 @@
 BuildRequires:  ilbc
 %endif
 
-Patch1: DTMF-event-type-cleanup.patch
 # workaround for broken std::regex in gcc 4.8; please keep at the end
 Patch91:Revert-Build-fix-for-a-probably-broken-std-match_res.patch
 Patch92:Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch
@@ -67,7 +66,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 # workaround for broken std::regex in gcc 4.8
 %if 0%{?suse_version} <= 1320
 %patch91 -p1

++ Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch ++
--- /var/tmp/diff_new_pack.XPtTER/_old  2016-11-04 21:00:47.0 +0100
+++ /var/tmp/diff_new_pack.XPtTER/_new  2016-11-04 21:00:47.0 +0100
@@ -20,7 +20,7 @@
  9 files changed, 28 insertions(+), 25 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d8841729dcf6..b6e2f92f0409 100644
+index 86a80330f2df..170fea8e1bbc 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -26,6 +26,7 @@ find_package(LibSndfile REQUIRED)
@@ -28,15 +28,15 @@
  find_package(BISON REQUIRED)
  find_package(FLEX REQUIRED)
 +find_package(Boost REQUIRED COMPONENTS regex)
+ find_package(Ucommon REQUIRED)
  find_package(Commoncpp REQUIRED)
  find_package(Ccrtp REQUIRED)
- find_package(Ucommon REQUIRED)
 diff --git a/README.md b/README.md
-index 34d690865f8c..c539cf76b8d0 100644
+index 6c1ea7a70133..0bce84bd3f0b 100644
 --- a/README.md
 +++ b/README.md
 @@ -9,6 +9,7 @@ To compile Twinkle you need the following libraries:
- * commoncpp2 and ucommon (version >= 1.4.2) - [GNU Common 
C++](http://www.gnu.org/software/commoncpp/)
+ * ucommon [GNU uCommon C++](http://www.gnu.org/software/commoncpp/)
  * ccRTP (version >= 1.5.0) [GNU RTP Stack](http://www.gnu.org/software/ccrtp/)
  * libxml2
 +* Boost regex
@@ -56,10 +56,10 @@
${G729_LIBRARY}
  )
 diff --git a/src/call_history.cpp b/src/call_history.cpp
-index cf9ff5cbebd4..4fa4af789f11 100644
+index c2d135b17e27..df662bc341f3 100644
 --- a/src/call_history.cpp
 +++ b/src/call_history.cpp
-@@ -296,9 +296,9 @@ bool t_call_record::populate_from_file_record(const 
vector ) {
+@@ -295,9 +295,9 @@ bool t_call_record::populate_from_file_record(const 
vector ) {
// Check number of fields
if (v.size() != 20) return false;

@@ -88,20 +88,20 @@
  tr("Invalid regular expression.").toStdString(), MSG_CRITICAL);
exprLineEdit->setFocus();
 diff --git a/src/gui/userprofileform.cpp b/src/gui/userprofileform.cpp
-index 788d87b1b983..d7f39a0091ac 100644
+index f20a0d9faece..978dd07ddea4 100644
 --- a/src/gui/userprofileform.cpp
 +++ b/src/gui/userprofileform.cpp
-@@ -598,7 +598,7 @@ void UserProfileForm::populate()
+@@ -597,7 +597,7 @@ void UserProfileForm::populate()
  int j = 0;
- for (list::reverse_iterator i = 
conversions.rbegin(); i != conversions.rend(); i++, j++)
+ for (list::iterator i = conversions.begin(); i != 
conversions.end(); i++, j++)
{
 -QTableWidgetItem* item = new 
QTableWidgetItem(QString::fromStdString(i->re));
 +QTableWidgetItem* item = new 
QTableWidgetItem(QString::fromStdString(i->re.str()));
  conversionListView->setItem(j, 0, item);
  item = new QTableWidgetItem(QString::fromStdString(i->fmt));
  conversionListView->setItem(j, 1, item);

commit octave for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2016-11-04 21:00:49

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


Package is "octave"

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2016-10-23 
12:52:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2016-11-04 
21:00:50.0 +0100
@@ -1,0 +2,15 @@
+Mon Oct 31 17:01:37 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 4.2.0-rc3
+  * See icluded NEWS file for details
+  * Drop octave-gui-info-links.patch, octave-gui-utf8.patch
+
+---
+Thu Oct 27 15:32:47 UTC 2016 - dmitr...@opensuse.org
+
+- Fix Qt5-based GUI documentation links
+  * octave-gui-info-links.patch
+- Fix Qt4-based GUI text encoding [boo#1005431]
+  * octave-gui-utf8.patch
+
+---

Old:

  octave-4.2.0-rc2.tar.xz

New:

  octave-4.2.0-rc3.tar.lz



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.6nIseO/_old  2016-11-04 21:00:52.0 +0100
+++ /var/tmp/diff_new_pack.6nIseO/_new  2016-11-04 21:00:52.0 +0100
@@ -51,16 +51,16 @@
 %endif
 
 Name:   octave
-Version:4.2.0~rc2
+Version:4.2.0~rc3
 Release:0
 # Required for RC builds, in this case version contains ~rc, src_ver -rc
-%define src_ver 4.2.0-rc2
+%define src_ver 4.2.0-rc3
 Summary:A High Level Programming Language
 License:GPL-3.0+
 Group:  Productivity/Scientific/Math
 %define apiver  v51
 Url:http://www.octave.org/
-Source: ftp://alpha.gnu.org/gnu/octave/%{name}-%{src_ver}.tar.xz
+Source: ftp://alpha.gnu.org/gnu/octave/%{name}-%{src_ver}.tar.lz
 Source2:octave.pc.in
 Source3:octave.macros
 BuildRequires:  arpack-ng-devel
@@ -81,6 +81,7 @@
 %else
 BuildRequires:  pkgconfig(GraphicsMagick++)
 %endif
+BuildRequires:  lzip
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
 BuildRequires:  qhull-devel
@@ -88,7 +89,6 @@
 BuildRequires:  readline-devel
 BuildRequires:  suitesparse-devel
 BuildRequires:  termcap
-BuildRequires:  xz
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(zlib)
 # Documentation build requires




commit ntl for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ntl for openSUSE:Factory checked in 
at 2016-11-04 21:00:24

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


Package is "ntl"

Changes:

--- /work/SRC/openSUSE:Factory/ntl/ntl.changes  2016-09-30 15:33:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ntl.new/ntl.changes 2016-11-04 
21:00:25.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 20 18:28:08 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 10.1.0
+* the classical LIP module is finally thread safe
+
+---

Old:

  ntl-9.11.0.tar.gz

New:

  ntl-10.1.0.tar.gz



Other differences:
--
++ ntl.spec ++
--- /var/tmp/diff_new_pack.c7HoVk/_old  2016-11-04 21:00:26.0 +0100
+++ /var/tmp/diff_new_pack.c7HoVk/_new  2016-11-04 21:00:26.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   ntl
-%define lname  libntl29
-Version:9.11.0
+%define lname  libntl31
+Version:10.1.0
 Release:0
 Summary:Library for Number Theory
-License:GPL-2.0+
+License:LGPL-2.1+
 Group:  Productivity/Scientific/Math
 Url:http://shoup.net/ntl/
 
@@ -30,6 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gf2x-devel
 BuildRequires:  gmp-devel >= 3.1
@@ -67,14 +68,9 @@
 %prep
 %setup -qn ntl-%version
 %patch -P 1 -p1
+rm -f src/makefile
 
 %build
-pushd src/
-for i in *.c; do
-   mv "$i" "${i%.c}.cpp"
-done
-rm -f makefile
-popd
 mkdir -p m4
 autoreconf -fi
 %configure --disable-static
@@ -87,6 +83,7 @@
 %install
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
+%fdupes %buildroot/%_prefix
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -97,7 +94,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/NTL
+%_includedir/NTL/
 %_libdir/libntl.so
 %doc doc/*
 

++ ntl-9.11.0.tar.gz -> ntl-10.1.0.tar.gz ++
 295538 lines of diff (skipped)

++ ntl-automake.diff ++
--- /var/tmp/diff_new_pack.c7HoVk/_old  2016-11-04 21:00:27.0 +0100
+++ /var/tmp/diff_new_pack.c7HoVk/_new  2016-11-04 21:00:27.0 +0100
@@ -7,15 +7,14 @@
  Makefile.am |   15 ++
  autogen.sh  |5 ++
  configure.ac|   96 
- include/Makefile.am |  100 ++
- include/NTL/g_lip.h |1 
+ include/Makefile.am |   98 +
  src/Makefile.am |  122 

- 6 files changed, 338 insertions(+), 1 deletion(-)
+ 5 files changed, 336 insertions(+)
 
-Index: ntl-9.9.1/Makefile.am
+Index: ntl-10.1.0/Makefile.am
 ===
 --- /dev/null
-+++ ntl-9.9.1/Makefile.am
 ntl-10.1.0/Makefile.am
 @@ -0,0 +1,15 @@
 +# -*- Makefile -*-
 +
@@ -32,20 +31,20 @@
 +include/NTL/config.h: config.h
 +  mkdir -p include/NTL
 +  grep 'define NTL_' <$< >$@
-Index: ntl-9.9.1/autogen.sh
+Index: ntl-10.1.0/autogen.sh
 ===
 --- /dev/null
-+++ ntl-9.9.1/autogen.sh
 ntl-10.1.0/autogen.sh
 @@ -0,0 +1,5 @@
 +#!/bin/sh -e
 +
 +mkdir -p m4;
 +autoreconf -fi;
 +rm -Rf autom4te.cache;
-Index: ntl-9.9.1/configure.ac
+Index: ntl-10.1.0/configure.ac
 ===
 --- /dev/null
-+++ ntl-9.9.1/configure.ac
 ntl-10.1.0/configure.ac
 @@ -0,0 +1,96 @@
 +AC_INIT([ntl], [9.6.4])
 +AC_CONFIG_AUX_DIR([build-aux])
@@ -143,11 +142,11 @@
 +AC_SUBST([my_CXXFLAGS])
 +AC_CONFIG_FILES([Makefile src/Makefile include/Makefile])
 +AC_OUTPUT
-Index: ntl-9.9.1/include/Makefile.am
+Index: ntl-10.1.0/include/Makefile.am
 ===
 --- /dev/null
-+++ ntl-9.9.1/include/Makefile.am
-@@ -0,0 +1,100 @@
 ntl-10.1.0/include/Makefile.am
+@@ -0,0 +1,98 @@
 +# -*- Makefile -*-
 +
 +nobase_include_HEADERS = \
@@ -165,13 +164,13 @@
 +  NTL/HAVE_BUILTIN_CLZL.h \
 +  NTL/HAVE_FMA.h \
 +  NTL/HAVE_LL_TYPE.h \
++  NTL/HAVE_PCLMUL.h \
 +  NTL/HNF.h \
 +  NTL/Lazy.h \
 +  NTL/LazyTable.h \
 +  NTL/LLL.h \
 +  NTL/RR.h \
 +  NTL/SmartPtr.h \
-+  NTL/SPMM_ASM.h \
 +  NTL/WordVector.h \
 +  NTL/ZZ.h \
 +  NTL/ZZVec.h \
@@ -183,11 +182,9 @@
 +  NTL/ZZ_pEXFactoring.h \
 +  NTL/ZZ_pX.h \
 +  NTL/ZZ_pXFactoring.h \
-+  NTL/c_lip.h \
 +  NTL/ctools.h \
 +  NTL/def_config.h \
 +  

commit fflas-ffpack for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package fflas-ffpack for openSUSE:Factory 
checked in at 2016-11-04 21:00:18

Comparing /work/SRC/openSUSE:Factory/fflas-ffpack (Old)
 and  /work/SRC/openSUSE:Factory/.fflas-ffpack.new (New)


Package is "fflas-ffpack"

Changes:

--- /work/SRC/openSUSE:Factory/fflas-ffpack/fflas-ffpack.changes
2016-06-26 23:52:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes   
2016-11-04 21:00:20.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 20 18:34:24 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2.2.2
+* new feature: checkers for Freivalds based verification
+* improved performance of permutation application
+
+---

Old:

  v2.2.1.tar.gz

New:

  v2.2.2.tar.gz



Other differences:
--
++ fflas-ffpack.spec ++
--- /var/tmp/diff_new_pack.EHKe2M/_old  2016-11-04 21:00:21.0 +0100
+++ /var/tmp/diff_new_pack.EHKe2M/_new  2016-11-04 21:00:21.0 +0100
@@ -24,13 +24,14 @@
 
 Name:   fflas-ffpack
 %define lname  libfflas0
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:Finite Field Linear Algebra Subroutines
 License:LGPL-2.1+
 Group:  Productivity/Scientific/Math
 Url:https://linbox-team.github.io/fflas-ffpack/
 
+#Git-Clone:https://github.com/linbox-team/fflas-ffpack
 Source: https://github.com/linbox-team/%name/archive/v%version.tar.gz
 BuildRequires:  blas-devel
 BuildRequires:  cblas-devel
@@ -40,8 +41,7 @@
 BuildRequires:  gmp-devel >= 3.1.1
 BuildRequires:  libtool >= 2.2
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(givaro) < 4.0.2
-BuildRequires:  pkgconfig(givaro) >= 4.0.1
+BuildRequires:  pkgconfig(givaro)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ v2.2.1.tar.gz -> v2.2.2.tar.gz ++
 19118 lines of diff (skipped)




commit neko for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package neko for openSUSE:Factory checked in 
at 2016-11-04 21:00:31

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


Package is "neko"

Changes:

--- /work/SRC/openSUSE:Factory/neko/neko.changes2015-12-09 
22:25:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.neko.new/neko.changes   2016-11-04 
21:00:32.0 +0100
@@ -1,0 +2,26 @@
+Sat Oct 29 17:13:04 UTC 2016 - a...@onthewings.net
+
+- Update to neko 2.1.0.
+  * Remove patches already applied in 2.1.0:
+* 0001-library-paths.patch
+* 0002-ndll-paths.patch
+* 0003-no-apache.patch
+* 0004-no-mod_tora.patch
+* 0005-set-soname.patch
+* 0006-libmysqlclient.patch
+* 0007-extra-cflags.patch
+* 0008-jit.patch
+  * Add upstream patches:
+* patch-GC_INCLUDE_DIRS.diff: fix a CMake variable typo.
+* patch0001-INSTALL_DIR.diff, patch0002-GNUInstallDirs.diff,
+  and patch0003-NEKOMODULE_PATH.diff: fix install paths.
+* patch0004-target_include_directories.patch: fix CMake
+  target_include_directories shim.
+* patch0005-mincoming-stack-boundary.patch: use
+  -mincoming-stack-boundary when it is available.
+* patch0006-INCLUDEDIR.diff: add missing reference to
+  *_INCLUDEDIR in CMake.
+* patch0007-CMAKE_INSTALL_LIBDIR.diff: make sure
+  CMAKE_INSTALL_LIBDIR is relative. 
+
+---

Old:

  0001-library-paths.patch
  0002-ndll-paths.patch
  0003-no-apache.patch
  0004-no-mod_tora.patch
  0005-set-soname.patch
  0006-libmysqlclient.patch
  0007-extra-cflags.patch
  0008-jit.patch
  neko-2.0.0.tar.gz

New:

  neko-2.1.0-src.tar.gz
  patch-GC_INCLUDE_DIRS.diff
  patch0001-INSTALL_DIR.diff
  patch0002-GNUInstallDirs.diff
  patch0003-NEKOMODULE_PATH.diff
  patch0004-target_include_directories.patch
  patch0005-mincoming-stack-boundary.patch
  patch0006-INCLUDEDIR.diff
  patch0007-CMAKE_INSTALL_LIBDIR.diff



Other differences:
--
++ neko.spec ++
--- /var/tmp/diff_new_pack.xXTxrh/_old  2016-11-04 21:00:33.0 +0100
+++ /var/tmp/diff_new_pack.xXTxrh/_new  2016-11-04 21:00:33.0 +0100
@@ -17,21 +17,26 @@
 
 
 Name:   neko
-Version:2.0.0
+Version:2.1.0
 Release:0
 Summary:A cross-platform lightweight virtual machine and language
 License:MIT
 Group:  Development/Languages/Other
 Url:http://nekovm.org
-Source0:http://nekovm.org/_media/neko-%{version}.tar.gz
-Patch0: 0001-library-paths.patch
-Patch1: 0002-ndll-paths.patch
-Patch2: 0003-no-apache.patch
-Patch3: 0004-no-mod_tora.patch
-Patch4: 0005-set-soname.patch
-Patch5: 0006-libmysqlclient.patch
-Patch6: 0007-extra-cflags.patch
-Patch7: 0008-jit.patch
+Source0:http://nekovm.org/media/neko-%{version}-src.tar.gz
+# All patches are commits from the upstream
+Patch0: patch-GC_INCLUDE_DIRS.diff
+Patch1: patch0001-INSTALL_DIR.diff
+Patch2: patch0002-GNUInstallDirs.diff
+Patch3: patch0003-NEKOMODULE_PATH.diff
+Patch4: patch0004-target_include_directories.patch
+Patch5: patch0005-mincoming-stack-boundary.patch
+Patch6: patch0006-INCLUDEDIR.diff
+Patch7: patch0007-CMAKE_INSTALL_LIBDIR.diff
+BuildRequires:  cmake
+BuildRequires:  ninja
+BuildRequires:  pkgconfig
+BuildRequires:  git
 BuildRequires:  apache2-devel
 BuildRequires:  gc-devel
 BuildRequires:  gtk2-devel
@@ -39,8 +44,9 @@
 BuildRequires:  pcre-devel-static
 BuildRequires:  sqlite3-devel
 BuildRequires:  zlib-devel-static
+BuildRequires:  mbedtls-devel >= 2.2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   libneko1 = %{version}
+Requires:   libneko2 = %{version}
 Provides:   nekovm = %version
 Obsoletes:  nekovm < %version
 
@@ -51,19 +57,19 @@
 Summary:Development files for the neko virtual machine
 License:MIT
 Group:  Development/Languages/Other
-Requires:   libneko1 = %{version}
+Requires:   libneko2 = %{version}
 Provides:   nekovm-devel = %version
 Obsoletes:  nekovm-devel < %version
 
 %description devel
 Development files and headers for the neko virtual machine
 
-%package -n libneko1
+%package -n libneko2
 Summary:Neko virtual machine shared library
 License:MIT
 Group:  System/Libraries
 
-%description -n libneko1
+%description -n libneko2
 Shared library for the Neko virtual machine
 
 %package mysql
@@ -78,7 +84,7 @@
 MySQL library for the Neko virtual machine
 
 %prep
-%setup -q -n neko-%{version}
+%setup -q -n 

commit ghc-call-stack for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ghc-call-stack for openSUSE:Factory 
checked in at 2016-11-04 21:00:11

Comparing /work/SRC/openSUSE:Factory/ghc-call-stack (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-call-stack.new (New)


Package is "ghc-call-stack"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-call-stack.new/ghc-call-stack.changes   
2016-11-04 21:00:11.0 +0100
@@ -0,0 +1,5 @@
+---
+Tue Oct 11 08:50:29 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0 with cabal2obs.
+

New:

  call-stack-0.1.0.tar.gz
  ghc-call-stack.changes
  ghc-call-stack.spec



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

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


%global pkg_name call-stack
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.1.0
Release:0
Summary:Use GHC call-stacks in a backward compatible way
License:MIT
Group:  Development/Languages/Other
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-nanospec-devel
%endif

%description
Use GHC call-stacks in a backward compatible way.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit perl-B-Hooks-OP-PPAddr for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Hooks-OP-PPAddr for 
openSUSE:Factory checked in at 2016-11-04 21:00:05

Comparing /work/SRC/openSUSE:Factory/perl-B-Hooks-OP-PPAddr (Old)
 and  /work/SRC/openSUSE:Factory/.perl-B-Hooks-OP-PPAddr.new (New)


Package is "perl-B-Hooks-OP-PPAddr"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-B-Hooks-OP-PPAddr/perl-B-Hooks-OP-PPAddr.changes
2012-01-04 07:25:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-B-Hooks-OP-PPAddr.new/perl-B-Hooks-OP-PPAddr.changes
   2016-11-04 21:00:06.0 +0100
@@ -1,0 +2,6 @@
+Thu Jul 14 05:02:02 UTC 2016 - co...@suse.com
+
+- updated to 0.05
+   see /usr/share/doc/packages/perl-B-Hooks-OP-PPAddr/Changes
+
+---

Old:

  B-Hooks-OP-PPAddr-0.03.tar.gz

New:

  B-Hooks-OP-PPAddr-0.05.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-B-Hooks-OP-PPAddr.spec ++
--- /var/tmp/diff_new_pack.NKXkDc/_old  2016-11-04 21:00:07.0 +0100
+++ /var/tmp/diff_new_pack.NKXkDc/_new  2016-11-04 21:00:07.0 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-B-Hooks-OP-PPAddr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,61 +14,60 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-B-Hooks-OP-PPAddr
-Version:0.03
+Version:0.05
 Release:0
+%define cpan_name B-Hooks-OP-PPAddr
 Summary:Hook into opcode execution
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-PPAddr-%{version}.tar.gz
-Source99:   %{name}-rpmlintrc
-Url:http://search.cpan.org/dist/B-Hooks-OP-PPAddr
+Url:http://search.cpan.org/dist/B-Hooks-OP-PPAddr/
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:perl-B-Hooks-OP-PPAddr-rpmlintrc
+Source2:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Depends) >= 0.302
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(parent)
-Requires:   perl(ExtUtils::Depends)
 Requires:   perl(parent)
+%{perl_requires}
 
 %description
-This module provides a c api for XS modules to hook into the execution of
+This module provides a C API for XS modules to hook into the execution of
 perl opcodes.
 
+ExtUtils::Depends is used to export all functions for other XS modules to
+use. Include the following in your _Makefile.PL_:
+
+my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::PPAddr');
+WriteMakefile(
+... # your normal makefile flags
+$pkg->get_makefile_vars,
+);
+
+Your XS module can now include 'hook_op_ppaddr.h'.
+
 %prep
-%setup -q -n "B-Hooks-OP-PPAddr-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorarch}/B
-%dir %{perl_vendorarch}/B/Hooks
-%dir %{perl_vendorarch}/B/Hooks/OP
-%{perl_vendorarch}/B/Hooks/OP/PPAddr.pm
-%{perl_vendorarch}/B/Hooks/OP/PPAddr
-%dir %{perl_vendorarch}/auto/B
-%dir %{perl_vendorarch}/auto/B/Hooks
-%dir %{perl_vendorarch}/auto/B/Hooks/OP
-%{perl_vendorarch}/auto/B/Hooks/OP/PPAddr
-%doc %{perl_man3dir}/B::Hooks::OP::PPAddr.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++ B-Hooks-OP-PPAddr-0.03.tar.gz -> B-Hooks-OP-PPAddr-0.05.tar.gz ++
 9352 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
sources:
  - perl-B-Hooks-OP-PPAddr-rpmlintrc
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  

commit perl-Dist-Zilla for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2016-11-04 20:59:57

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


Package is "perl-Dist-Zilla"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Dist-Zilla/perl-Dist-Zilla.changes  
2016-08-09 22:15:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes 
2016-11-04 20:59:58.0 +0100
@@ -1,0 +2,13 @@
+Fri Oct  7 05:25:07 UTC 2016 - co...@suse.com
+
+- updated to 6.008
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  6.008 2016-10-05 21:35:23-04:00 America/New_York
+  - fix the skip message from ExtraTests (thanks, Roy Ivy Ⅲ!)
+  - cope with error changes in latest Moose (thanks, Karen Etheridge 
and
+Dave Rolsky)
+  - always stringify $] in MetaConfig to avoid losing trailing zeroes
+through numification (thanks, Karen Etheridge!)
+
+---

Old:

  Dist-Zilla-6.007.tar.gz

New:

  Dist-Zilla-6.008.tar.gz



Other differences:
--
++ perl-Dist-Zilla.spec ++
--- /var/tmp/diff_new_pack.qaziK2/_old  2016-11-04 20:59:59.0 +0100
+++ /var/tmp/diff_new_pack.qaziK2/_new  2016-11-04 20:59:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Dist-Zilla
-Version:6.007
+Version:6.008
 Release:0
 %define cpan_name Dist-Zilla
 Summary:Distribution Builder; Installer Not Included!

++ Dist-Zilla-6.007.tar.gz -> Dist-Zilla-6.008.tar.gz ++
 3354 lines of diff (skipped)




commit perl-Image-Info for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-Info for openSUSE:Factory 
checked in at 2016-11-04 20:59:46

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


Package is "perl-Image-Info"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Info/perl-Image-Info.changes  
2015-04-22 01:18:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Image-Info.new/perl-Image-Info.changes 
2016-11-04 20:59:47.0 +0100
@@ -1,0 +2,24 @@
+Sat Oct  8 14:33:01 UTC 2016 - co...@suse.com
+
+- updated to 1.39
+   see /usr/share/doc/packages/perl-Image-Info/CHANGES
+
+  2016-10-08  Slaven Rezic  
+  
+  Release 1.39
+  
+  Stable release with all changes in 1.38_50..1.38_51
+  
+  2016-10-01  Slaven Rezic  
+  
+  Release 1.38_51
+  
+  Just recreated distribution with a changed SIGNATURE.
+  
+  Release 1.38_50
+  
+  Don't allow XXE (XML External Entities) processing while parsing
+  SVG files. Addresses RT #118205. This is a potentially
+  incompatible change; however usually SVG files do not rely on XXE.
+
+---

Old:

  Image-Info-1.38.tar.gz

New:

  Image-Info-1.39.tar.gz



Other differences:
--
++ perl-Image-Info.spec ++
--- /var/tmp/diff_new_pack.Cc5NSO/_old  2016-11-04 20:59:48.0 +0100
+++ /var/tmp/diff_new_pack.Cc5NSO/_new  2016-11-04 20:59:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Image-Info
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Image-Info
-Version:1.38
+Version:1.39
 Release:0
 %define cpan_name Image-Info
 Summary:Extract meta information from image files
@@ -44,7 +44,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} Makefile.PL INSTALLDIRS=vendor

++ Image-Info-1.38.tar.gz -> Image-Info-1.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/CHANGES new/Image-Info-1.39/CHANGES
--- old/Image-Info-1.38/CHANGES 2015-04-20 06:46:24.0 +0200
+++ new/Image-Info-1.39/CHANGES 2016-10-08 10:58:57.0 +0200
@@ -1,5 +1,23 @@
 Revision history for Image::Info
 
+2016-10-08  Slaven Rezic  
+
+Release 1.39
+
+Stable release with all changes in 1.38_50..1.38_51
+
+2016-10-01  Slaven Rezic  
+
+Release 1.38_51
+
+Just recreated distribution with a changed SIGNATURE.
+
+Release 1.38_50
+
+Don't allow XXE (XML External Entities) processing while parsing
+SVG files. Addresses RT #118205. This is a potentially
+incompatible change; however usually SVG files do not rely on XXE.
+
 2015-04-19  Slaven Rezic  
 
 Release 1.38
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/MANIFEST new/Image-Info-1.39/MANIFEST
--- old/Image-Info-1.38/MANIFEST2015-04-20 06:57:39.0 +0200
+++ new/Image-Info-1.39/MANIFEST2016-10-08 11:00:28.0 +0200
@@ -35,6 +35,7 @@
 img/test1-fuji.jpg Testcase for RT #49546
 img/tiny.pgm
 img/upside-down.bmp
+img/xxe.svgTestcase for RT #118099
 img/ztxt.png   PNG example with ztxt chunk
 imgdumpTest driver script
 lib/Bundle/Image/Info/Everything.pm
@@ -80,8 +81,11 @@
 t/tiff_segfault.t
 t/tiny-pgm.t
 t/wbmp.t
+t/xbm.t
+t/xpm.t
 TODO
 xt/kwalitee.t
+xt/rt118099.t
 xt/strict.t
 xt/synopsis.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/MANIFEST.SKIP 
new/Image-Info-1.39/MANIFEST.SKIP
--- old/Image-Info-1.38/MANIFEST.SKIP   2013-10-21 08:11:18.0 +0200
+++ new/Image-Info-1.39/MANIFEST.SKIP   2016-01-23 15:58:19.0 +0100
@@ -7,6 +7,7 @@
 ^\.git/
 ^\.prove\z
 ^\.travis\.yml\z
+^appveyor\.yml\z
 ^MYMETA.json$
 ^MYMETA.yml$
 # Temporarily, until Module::Install is fixed (0.93 is broken)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Image-Info-1.38/META.json 
new/Image-Info-1.39/META.json
--- 

commit perl-Params-Validate for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Params-Validate for 
openSUSE:Factory checked in at 2016-11-04 20:59:42

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


Package is "perl-Params-Validate"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Params-Validate/perl-Params-Validate.changes
2016-10-02 00:08:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-Validate.new/perl-Params-Validate.changes
   2016-11-04 20:59:43.0 +0100
@@ -1,0 +2,10 @@
+Fri Oct  7 06:15:14 UTC 2016 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-Params-Validate/Changes
+
+  1.262016-10-06
+  
+  - Reverted to Module::Build. The use of EUMM in 1.25 broke Windows builds.
+
+---

Old:

  Params-Validate-1.25.tar.gz

New:

  Params-Validate-1.26.tar.gz



Other differences:
--
++ perl-Params-Validate.spec ++
--- /var/tmp/diff_new_pack.rsjJNU/_old  2016-11-04 20:59:44.0 +0100
+++ /var/tmp/diff_new_pack.rsjJNU/_new  2016-11-04 20:59:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Params-Validate
-Version:1.25
+Version:1.26
 Release:0
 %define cpan_name Params-Validate
 Summary:Validate method/function parameters
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Module::Implementation)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -50,15 +51,14 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Params-Validate-1.25.tar.gz -> Params-Validate-1.26.tar.gz ++
 17159 lines of diff (skipped)




commit perl-DBD-ODBC for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-ODBC for openSUSE:Factory 
checked in at 2016-11-04 20:59:51

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


Package is "perl-DBD-ODBC"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-ODBC/perl-DBD-ODBC.changes  
2015-09-03 18:07:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-ODBC.new/perl-DBD-ODBC.changes 
2016-11-04 20:59:52.0 +0100
@@ -1,0 +2,43 @@
+Fri Oct  7 05:12:38 UTC 2016 - co...@suse.com
+
+- updated to 1.56
+   see /usr/share/doc/packages/perl-DBD-ODBC/Changes
+
+  1.56 2016-10-06
+  
+Full release of the 1.53 development series
+  
+One version skipped because of indexing problems.
+  
+  1.53_2 2016-02-03
+  
+[MISCELLANEOUS]
+  
+Add new FAQs
+  
+  1.53_1 2015-10-16
+  
+[BUG FIXES]
+  
+Strictly speaking this is a bug fix to DBI and not DBD::ODBC but DBI
+now supports 64 bit row counts where an IV in perl is 64 bits. However, it
+necessitated changes to DBD::ODBC to pick up the fix. odbc_rows (my 
workaround
+since 2012) is still supported but should no longer be required so long as 
you
+use this DBD::ODBC and DBI 1.633_92 or above.
+  
+[INTERNALS]
+  
+Removed dbd_st_rows and now setting DBIc_ROW_COUNT.
+  
+[DOCUMENTATION]
+  
+Add tables and table_info section to deviations from the DBI spec.
+  
+[MISCELLANEOUS]
+  
+Change column name in t/rt_101579.t as "method" is a reserved word
+in. Teradata Thanks to Zhenyi Zhou.
+  
+Remove duplicate dynamic_config from META.yml.
+
+---

Old:

  DBD-ODBC-1.52.tar.gz

New:

  DBD-ODBC-1.56.tar.gz



Other differences:
--
++ perl-DBD-ODBC.spec ++
--- /var/tmp/diff_new_pack.L32dFc/_old  2016-11-04 20:59:53.0 +0100
+++ /var/tmp/diff_new_pack.L32dFc/_new  2016-11-04 20:59:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-ODBC
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-ODBC
-Version:1.52
+Version:1.56
 Release:0
 %define cpan_name DBD-ODBC
 Summary:ODBC Driver for DBI
@@ -45,7 +45,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
 %patch0 -p0
 # MANUAL BEGIN
 for file in README.af README.unicode; do

++ DBD-ODBC-1.52.tar.gz -> DBD-ODBC-1.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-ODBC-1.52/Changes new/DBD-ODBC-1.56/Changes
--- old/DBD-ODBC-1.52/Changes   2015-04-15 10:58:08.0 +0200
+++ new/DBD-ODBC-1.56/Changes   2016-10-06 10:30:13.0 +0200
@@ -5,6 +5,43 @@
 
 DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
 
+1.56 2016-10-06
+
+  Full release of the 1.53 development series
+
+  One version skipped because of indexing problems.
+
+1.53_2 2016-02-03
+
+  [MISCELLANEOUS]
+
+  Add new FAQs
+
+1.53_1 2015-10-16
+
+  [BUG FIXES]
+
+  Strictly speaking this is a bug fix to DBI and not DBD::ODBC but DBI
+  now supports 64 bit row counts where an IV in perl is 64 bits. However, it
+  necessitated changes to DBD::ODBC to pick up the fix. odbc_rows (my 
workaround
+  since 2012) is still supported but should no longer be required so long as 
you
+  use this DBD::ODBC and DBI 1.633_92 or above.
+
+  [INTERNALS]
+
+  Removed dbd_st_rows and now setting DBIc_ROW_COUNT.
+
+  [DOCUMENTATION]
+
+  Add tables and table_info section to deviations from the DBI spec.
+
+  [MISCELLANEOUS]
+
+  Change column name in t/rt_101579.t as "method" is a reserved word
+  in. Teradata Thanks to Zhenyi Zhou.
+
+  Remove duplicate dynamic_config from META.yml.
+
 1.52 2015-04-15
 
   [MISCELLANEOUS]
@@ -29,7 +66,7 @@
   [BUG FIXES]
 
   RT101579 - using bound input parameters for numeric columns (e.g.,
-  SQL_NUMERIC) only works the first time and will quite likey fail
+  SQL_NUMERIC) only works the first time and will quite likely fail
   with "string data, right truncation" on the second and subsequent
   calls to execute. Thanks to Laura Cox for finding.
 
@@ -39,7 +76,8 @@
 
   The table_info method (ANSI version only) was incorrectly passing
   the table name for the type argument. I think this bug was
-  introduced last year.
+  introduced last year. Thanks to Nick Gorham for 

commit plasma5-openSUSE for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2016-11-04 20:58:45

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


Package is "plasma5-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2016-10-28 12:26:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2016-11-04 20:58:46.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+- Remove git URL for now
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.TOv4ta/_old  2016-11-04 20:58:47.0 +0100
+++ /var/tmp/diff_new_pack.TOv4ta/_new  2016-11-04 20:58:47.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define plasma_version 5.8.2
+%define plasma_version 5.8.3
 
 Name:   plasma5-openSUSE
 Version:42.1.1
@@ -24,7 +24,6 @@
 Summary:openSUSE KDE Extension
 License:GPL-2.0+
 Group:  System/GUI/KDE
-# git clone git://github.com/openSUSE/kdebase-opensuse.git
 Url:http://www.opensuse.org/
 # We use diffs to be as close to upstream as possible and get
 # fixes directly. For files that diverge too much from upstream,





commit systemsettings5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2016-11-04 20:58:26

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


Package is "systemsettings5"

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2016-10-22 13:10:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2016-11-04 20:58:27.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  systemsettings-5.8.2.tar.xz

New:

  systemsettings-5.8.3.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.3tSWQr/_old  2016-11-04 20:58:28.0 +0100
+++ /var/tmp/diff_new_pack.3tSWQr/_new  2016-11-04 20:58:28.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:KDE's control center
 License:GPL-2.0+

++ systemsettings-5.8.2.tar.xz -> systemsettings-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.8.2/CMakeLists.txt 
new/systemsettings-5.8.3/CMakeLists.txt
--- old/systemsettings-5.8.2/CMakeLists.txt 2016-10-18 13:52:08.0 
+0200
+++ new/systemsettings-5.8.3/CMakeLists.txt 2016-11-01 13:29:37.0 
+0100
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.8.2/categories/old/settings-display.desktop 
new/systemsettings-5.8.3/categories/old/settings-display.desktop
--- old/systemsettings-5.8.2/categories/old/settings-display.desktop
2016-10-18 13:51:47.0 +0200
+++ new/systemsettings-5.8.3/categories/old/settings-display.desktop
2016-11-01 13:29:17.0 +0100
@@ -22,7 +22,7 @@
 Name[et]=Ekraan ja monitor
 Name[eu]=Bistaratzea eta monitorea
 Name[fi]=Näyttö
-Name[fr]=Affichage et surveillance
+Name[fr]=Affichage et Écran
 Name[ga]=Scáileán agus Monatóir
 Name[gl]=Pantalla e monitor
 Name[he]=תצוגה וצגים
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.8.2/categories/settings-hardware-display.desktop 
new/systemsettings-5.8.3/categories/settings-hardware-display.desktop
--- old/systemsettings-5.8.2/categories/settings-hardware-display.desktop   
2016-10-18 13:51:47.0 +0200
+++ new/systemsettings-5.8.3/categories/settings-hardware-display.desktop   
2016-11-01 13:29:17.0 +0100
@@ -23,7 +23,7 @@
 Name[et]=Ekraan ja monitor
 Name[eu]=Bistaratzea eta monitorea
 Name[fi]=Näyttö
-Name[fr]=Affichage et surveillance
+Name[fr]=Affichage et Écran
 Name[ga]=Scáileán agus Monatóir
 Name[gl]=Pantalla e monitor
 Name[he]=תצוגה וצגים
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.8.2/categories/settings-hardware-removable-storage.desktop 
new/systemsettings-5.8.3/categories/settings-hardware-removable-storage.desktop
--- 
old/systemsettings-5.8.2/categories/settings-hardware-removable-storage.desktop 
2016-10-18 13:51:47.0 +0200
+++ 
new/systemsettings-5.8.3/categories/settings-hardware-removable-storage.desktop 
2016-11-01 13:29:17.0 +0100
@@ -16,7 +16,9 @@
 Name[es]=Almacenamiento extraíble
 Name[et]=Eemaldatavad andmekandjad
 Name[fi]=Irrotettava tallennustila
+Name[fr]=Stockage amovible
 Name[it]=Archiviazione rimovibile
+Name[ko]=이동식 저장소
 Name[lt]=Keičiamosios laikmenos
 Name[nl]=Verwijderbare opslag
 Name[nn]=Flyttbare lagringseiningar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.8.2/categories/settings-personalization-notification.desktop
 
new/systemsettings-5.8.3/categories/settings-personalization-notification.desktop
--- 
old/systemsettings-5.8.2/categories/settings-personalization-notification.desktop
   2016-10-18 13:51:47.0 +0200
+++ 
new/systemsettings-5.8.3/categories/settings-personalization-notification.desktop
   2016-11-01 13:29:17.0 +0100
@@ -19,6 +19,7 @@
 Name[es]=Notificaciones
 Name[et]=Märguanded
 Name[fi]=Ilmoitukset
+Name[fr]=Notifications
 Name[gl]=Notificacións
 

commit plasma5-workspace for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2016-11-04 20:58:35

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


Package is "plasma5-workspace"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2016-10-28 12:26:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2016-11-04 20:58:36.0 +0100
@@ -1,0 +2,25 @@
+Wed Nov  2 12:24:35 UTC 2016 - wba...@tmo.at
+
+- Call qtpaths with an absolute path in startkde to make sure the
+  system one is used (boo#1004769)
+
+---
+Wed Nov  2 11:12:23 UTC 2016 - alarr...@suse.com
+
+- Add use-nearest-aspect-ratio-available-wallpaper.diff to improve the
+  selection of wallpapers keeping the same (or as similar as possible)
+  aspect ratio (boo#990257). Include the latest changes submitted
+  upstream to work better with QUAD HD screen resolutions.
+
+---
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+- Remove upstream patches:
+  * fix-sddm-theme-logic.diff
+  * remove-sddm-graphicaleffects-dep.patch
+
+---

Old:

  fix-sddm-theme-logic.diff
  plasma-workspace-5.8.2.tar.xz
  remove-sddm-graphicaleffects-dep.patch

New:

  plasma-workspace-5.8.3.tar.xz
  use-nearest-aspect-ratio-available-wallpaper.diff



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.2Nk6QA/_old  2016-11-04 20:58:37.0 +0100
+++ /var/tmp/diff_new_pack.2Nk6QA/_new  2016-11-04 20:58:37.0 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-workspace
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:The KDE Plasma Workspace Components
@@ -40,10 +40,8 @@
 # PATCHES 100-200 and above are from upstream 5.8 branch
 # PATCH-FIX-UPSTREAM 
keep-wallpaper-aspect-ratio-wallpaper-on-screen-resolution-change.diff 
alarr...@suse.com -- Keep wallpaper aspect ratio on screen resolution change
 Patch100:   
keep-wallpaper-aspect-ratio-wallpaper-on-screen-resolution-change.diff
-# PATCH-FIX-UPSTREAM fix-sddm-theme-logic.diff boo#1003742 alarr...@suse.com 
-- Fix sddm logic to use avatar list or text entry when usermodel.count is 0
-Patch101:   fix-sddm-theme-logic.diff
-# PATCH-FIX-UPSTREAM remove-sddm-graphicaleffects-dep.patch kde#371493 
k...@privat.broulik.de -- Remove unused import QtGraphicalEffects
-Patch102:   remove-sddm-graphicaleffects-dep.patch
+# PATCH-FIX-UPSTREAM use-nearest-aspect-ratio-available-wallpaper.diff 
alarr...@suse.com -- New distance algorithm to simplify and improve the 
wallpaper selection
+Patch101:   use-nearest-aspect-ratio-available-wallpaper.diff
 # PATCHES 201-300 and above are from upstream master/5.9 branch
 BuildRequires:  breeze5-icons
 BuildRequires:  fdupes
@@ -216,7 +214,6 @@
 %patch3 -p1
 %patch100 -p1
 %patch101 -p1
-%patch102 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ 0001-Rename-qdbus-in-startkde.patch ++
--- /var/tmp/diff_new_pack.2Nk6QA/_old  2016-11-04 20:58:37.0 +0100
+++ /var/tmp/diff_new_pack.2Nk6QA/_new  2016-11-04 20:58:37.0 +0100
@@ -2,11 +2,13 @@
 index 91c8a3c..0c658bd 100644
 --- a/startkde/startkde.cmake
 +++ b/startkde/startkde.cmake
-@@ -21,13 +21,13 @@ unset DYLD_FORCE_FLAT_NAMESPACE
+@@ -20,14 +20,14 @@ unset DYLD_FORCE_FLAT_NAMESPACE
+ # in case we have been started with full pathname spec without being in PATH
  bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'`
  if [ -n "$bindir" ]; then
-   qbindir=`qtpaths --binaries-dir`
+-  qbindir=`qtpaths --binaries-dir`
 -  qdbus=$qbindir/qdbus
++  qbindir=`/usr/bin/qtpaths --binaries-dir`
 +  qdbus=$qbindir/qdbus-qt5
case $PATH in
  $bindir|$bindir:*|*:$bindir|*:$bindir:*) ;;

++ plasma-workspace-5.8.2.tar.xz -> plasma-workspace-5.8.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.8.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma-workspace-5.8.3.tar.xz 
differ: char 27, line 1

++ use-nearest-aspect-ratio-available-wallpaper.diff ++
Index: plasma-workspace-5.8.2/wallpapers/image/image.cpp

commit powerdevil5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2016-11-04 20:58:15

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


Package is "powerdevil5"

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2016-10-22 
13:10:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2016-11-04 20:58:16.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  powerdevil-5.8.2.tar.xz

New:

  powerdevil-5.8.3.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.vEHiPO/_old  2016-11-04 20:58:17.0 +0100
+++ /var/tmp/diff_new_pack.vEHiPO/_new  2016-11-04 20:58:17.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:KDE Power Management module

++ powerdevil-5.8.2.tar.xz -> powerdevil-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.8.2/CMakeLists.txt 
new/powerdevil-5.8.3/CMakeLists.txt
--- old/powerdevil-5.8.2/CMakeLists.txt 2016-10-18 13:51:16.0 +0200
+++ new/powerdevil-5.8.3/CMakeLists.txt 2016-11-01 13:28:46.0 +0100
@@ -1,5 +1,5 @@
 project(PowerDevil)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.8.2/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 
new/powerdevil-5.8.3/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
--- 
old/powerdevil-5.8.2/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 2016-10-18 13:50:22.0 +0200
+++ 
new/powerdevil-5.8.3/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 2016-11-01 13:27:47.0 +0100
@@ -17,6 +17,7 @@
 Name[gl]=Aforro de enerxía de redes sen fíos
 Name[he]=חיסכון באנרגיה אלחוטית (בלוטוס ו־WiFi)
 Name[it]=Risparmio energetico wireless
+Name[ko]=무선 절전
 Name[lt]=Energijos taupymas išjungiant belaidį ryšį
 Name[nl]=Energiebesparing van draadloos
 Name[nn]=Straumsparing trådlauseiningar
@@ -48,6 +49,7 @@
 Comment[gl]=Apagar os dispositivos de emisión de sinais.
 Comment[he]=כבה התקני שידור
 Comment[it]=Spegne i dispositivi che trasmettono segnali
+Comment[ko]=무선 장치 끄기
 Comment[lt]=Išjungti belaidžius signalą perduodančius įrenginius
 Comment[nl]=Zet apparaten die een radiosignaal uitzenden uit
 Comment[nn]=Slå av einingar som sender signal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.8.2/daemon/powerdevilapp.cpp 
new/powerdevil-5.8.3/daemon/powerdevilapp.cpp
--- old/powerdevil-5.8.2/daemon/powerdevilapp.cpp   2016-10-18 
13:50:22.0 +0200
+++ new/powerdevil-5.8.3/daemon/powerdevilapp.cpp   2016-11-01 
13:27:47.0 +0100
@@ -46,6 +46,7 @@
 
 PowerDevilApp::~PowerDevilApp()
 {
+delete m_core;
 }
 
 void PowerDevilApp::init()
@@ -69,7 +70,9 @@
 return;
 }
 
-m_core = new PowerDevil::Core(this/*, KComponentData(aboutData)*/);
+// not parenting Core to PowerDevilApp as it is the deleted too late on 
teardown
+// where the X connection is already lost leading to a a crash (Bug 371127)
+m_core = new PowerDevil::Core(nullptr/*, KComponentData(aboutData)*/);
 
 connect(m_core, SIGNAL(coreReady()), this, SLOT(onCoreReady()));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.8.2/po/ko/powerdevil.po 
new/powerdevil-5.8.3/po/ko/powerdevil.po
--- old/powerdevil-5.8.2/po/ko/powerdevil.po2016-10-18 13:50:44.0 
+0200
+++ new/powerdevil-5.8.3/po/ko/powerdevil.po2016-11-01 13:28:09.0 
+0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Shinjo Park , 2008, 2009, 2010.
-# Shinjo Park , 2011, 2012, 2013, 2014, 2015.
+# Shinjo Park , 2011, 2012, 2013, 2014, 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: powerdevil\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 

commit polkit-kde-agent-5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2016-11-04 20:58:03

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


Package is "polkit-kde-agent-5"

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2016-10-22 13:10:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new/polkit-kde-agent-5.changes   
2016-11-04 20:58:04.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  polkit-kde-agent-1-5.8.2.tar.xz

New:

  polkit-kde-agent-1-5.8.3.tar.xz



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.InAbWU/_old  2016-11-04 20:58:05.0 +0100
+++ /var/tmp/diff_new_pack.InAbWU/_new  2016-11-04 20:58:05.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0 and LGPL-2.1+

++ polkit-kde-agent-1-5.8.2.tar.xz -> polkit-kde-agent-1-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.8.2/CMakeLists.txt 
new/polkit-kde-agent-1-5.8.3/CMakeLists.txt
--- old/polkit-kde-agent-1-5.8.2/CMakeLists.txt 2016-10-18 13:50:12.0 
+0200
+++ new/polkit-kde-agent-1-5.8.3/CMakeLists.txt 2016-11-01 13:27:31.0 
+0100
@@ -1,5 +1,5 @@
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 # minimal requirements
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)




commit plasma-nm5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2016-11-04 20:57:46

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


Package is "plasma-nm5"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2016-10-22 
13:10:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2016-11-04 20:57:47.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  plasma-nm-5.8.2.tar.xz

New:

  plasma-nm-5.8.3.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.k1Y9mZ/_old  2016-11-04 20:57:48.0 +0100
+++ /var/tmp/diff_new_pack.k1Y9mZ/_new  2016-11-04 20:57:48.0 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)

++ plasma-nm-5.8.2.tar.xz -> plasma-nm-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.8.2/CMakeLists.txt 
new/plasma-nm-5.8.3/CMakeLists.txt
--- old/plasma-nm-5.8.2/CMakeLists.txt  2016-10-18 13:45:01.0 +0200
+++ new/plasma-nm-5.8.3/CMakeLists.txt  2016-11-01 13:21:17.0 +0100
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 set(PLASMANM_VERSION_STRING ${PROJECT_VERSION} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.8.2/kded/networkmanagement.notifyrc 
new/plasma-nm-5.8.3/kded/networkmanagement.notifyrc
--- old/plasma-nm-5.8.2/kded/networkmanagement.notifyrc 2016-10-18 
13:44:17.0 +0200
+++ new/plasma-nm-5.8.3/kded/networkmanagement.notifyrc 2016-11-01 
13:20:31.0 +0100
@@ -782,8 +782,9 @@
 Name[da]=Captive portal detekteret
 Name[en_GB]=Captive portal detected
 Name[es]=Se ha detectado un portal cautivo
-Name[fi]=Havaittu vangittu portaali
+Name[fi]=Verkon kirjautumissivu havaittu
 Name[it]=Captive portal rilevato
+Name[ko]=인증 포털 감지됨
 Name[nl]=Vangstportaal gedetecteerd
 Name[nn]=Oppdaga innloggingsside
 Name[pl]=Wykryto portal Captive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.8.2/po/es/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.8.3/po/es/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.8.2/po/es/plasmanetworkmanagement-libs.po   2016-10-18 
13:44:26.0 +0200
+++ new/plasma-nm-5.8.3/po/es/plasmanetworkmanagement-libs.po   2016-11-01 
13:20:42.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: libplasmanm_editor\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-09-07 07:18+\n"
-"PO-Revision-Date: 2016-09-08 19:35+0200\n"
+"PO-Revision-Date: 2016-10-25 12:26+0200\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: declarative/networkstatus.cpp:117
 msgctxt ""
@@ -1704,7 +1704,7 @@
 
 #: editor/widgets/passwordfield.cpp:42 editor/widgets/passwordfield.cpp:49
 msgid "Store password for this user only (encrypted)"
-msgstr "Guardar únicamente la contraseña de este usuario (cifrada)"
+msgstr "Guardar la contraseña solo para este usuario (cifrada)"
 
 #: editor/widgets/passwordfield.cpp:45 editor/widgets/passwordfield.cpp:57
 msgid "Store password and make it available for all users (not encrypted)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.8.2/po/it/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.8.3/po/it/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.8.2/po/it/plasmanetworkmanagement-libs.po   2016-10-18 
13:44:36.0 +0200
+++ new/plasma-nm-5.8.3/po/it/plasmanetworkmanagement-libs.po   2016-11-01 
13:20:51.0 +0100
@@ -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.
-# Vincenzo 

commit plasma5-pa for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-11-04 20:57:10

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


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-10-22 
13:09:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-11-04 20:57:11.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  plasma-pa-5.8.2.tar.xz

New:

  plasma-pa-5.8.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.GeRGW3/_old  2016-11-04 20:57:12.0 +0100
+++ /var/tmp/diff_new_pack.GeRGW3/_new  2016-11-04 20:57:12.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.8.2.tar.xz -> plasma-pa-5.8.3.tar.xz ++
 3009 lines of diff (skipped)




commit plasma5-integration for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2016-11-04 20:56:58

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


Package is "plasma5-integration"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2016-10-22 13:09:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new/plasma5-integration.changes 
2016-11-04 20:56:59.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  plasma-integration-5.8.2.tar.xz

New:

  plasma-integration-5.8.3.tar.xz



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.MDOWw6/_old  2016-11-04 20:57:00.0 +0100
+++ /var/tmp/diff_new_pack.MDOWw6/_new  2016-11-04 20:57:00.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-integration
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace

++ plasma-integration-5.8.2.tar.xz -> plasma-integration-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.8.2/CMakeLists.txt 
new/plasma-integration-5.8.3/CMakeLists.txt
--- old/plasma-integration-5.8.2/CMakeLists.txt 2016-10-18 13:44:07.0 
+0200
+++ new/plasma-integration-5.8.3/CMakeLists.txt 2016-11-01 13:20:21.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.8.2/po/ko/plasmaintegration5.po 
new/plasma-integration-5.8.3/po/ko/plasmaintegration5.po
--- old/plasma-integration-5.8.2/po/ko/plasmaintegration5.po1970-01-01 
01:00:00.0 +0100
+++ new/plasma-integration-5.8.3/po/ko/plasmaintegration5.po2016-11-01 
13:20:17.0 +0100
@@ -0,0 +1,126 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Shinjo Park , 2014, 2015, 2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2016-04-15 07:51+\n"
+"PO-Revision-Date: 2016-10-20 22:52+0100\n"
+"Last-Translator: Shinjo Park \n"
+"Language-Team: Korean \n"
+"Language: ko\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"
+
+#: platformtheme/kdeplatformfiledialoghelper.cpp:256
+msgctxt "@title:window"
+msgid "Open File"
+msgstr "파일 열기"
+
+#: platformtheme/kdeplatformfiledialoghelper.cpp:256
+msgctxt "@title:window"
+msgid "Save File"
+msgstr "파일 저장"
+
+#: platformtheme/kdeplatformtheme.cpp:237
+msgctxt "@action:button"
+msgid "Save All"
+msgstr "모두 저장"
+
+#: platformtheme/kdeplatformtheme.cpp:243
+msgctxt "@action:button"
+msgid "Yes to All"
+msgstr "모두 예"
+
+#: platformtheme/kdeplatformtheme.cpp:247
+msgctxt "@action:button"
+msgid "No to All"
+msgstr "모두 아니요"
+
+#: platformtheme/kdeplatformtheme.cpp:250
+msgctxt "@action:button"
+msgid "Abort"
+msgstr "중지"
+
+#: platformtheme/kdeplatformtheme.cpp:252
+msgctxt "@action:button"
+msgid "Retry"
+msgstr "다시 시도"
+
+#: platformtheme/kdeplatformtheme.cpp:254
+msgctxt "@action:button"
+msgid "Ignore"
+msgstr "무시"
+
+#: platformtheme/kdirselectdialog.cpp:132
+msgctxt "folder name"
+msgid "New Folder"
+msgstr "새 폴더"
+
+#: platformtheme/kdirselectdialog.cpp:137
+msgctxt "@title:window"
+msgid "New Folder"
+msgstr "새 폴더"
+
+#: platformtheme/kdirselectdialog.cpp:138
+#, kde-format
+msgctxt "@label:textbox"
+msgid ""
+"Create new folder in:\n"
+"%1"
+msgstr ""
+"다음에 새 폴더 만들기:\n"
+"%1"
+
+#: platformtheme/kdirselectdialog.cpp:168
+#, kde-format
+msgid "A file or folder named %1 already exists."
+msgstr "파일이나 폴더 %1이(가) 이미 존재합니다."
+
+#: platformtheme/kdirselectdialog.cpp:171
+msgid "You do not have permission to create that folder."
+msgstr "폴더를 만들 권한이 없습니다."
+
+#: platformtheme/kdirselectdialog.cpp:285
+msgctxt "@title:window"
+msgid "Select Folder"

commit plasma5-sdk for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-sdk for openSUSE:Factory 
checked in at 2016-11-04 20:57:22

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


Package is "plasma5-sdk"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2016-10-22 
13:09:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes 
2016-11-04 20:57:23.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  plasma-sdk-5.8.2.tar.xz

New:

  plasma-sdk-5.8.3.tar.xz



Other differences:
--
++ plasma5-sdk.spec ++
--- /var/tmp/diff_new_pack.gunBrF/_old  2016-11-04 20:57:24.0 +0100
+++ /var/tmp/diff_new_pack.gunBrF/_new  2016-11-04 20:57:24.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-sdk
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Plasma SDK
 License:LGPL-2.0+

++ plasma-sdk-5.8.2.tar.xz -> plasma-sdk-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.8.2/CMakeLists.txt 
new/plasma-sdk-5.8.3/CMakeLists.txt
--- old/plasma-sdk-5.8.2/CMakeLists.txt 2016-10-18 13:46:54.0 +0200
+++ new/plasma-sdk-5.8.3/CMakeLists.txt 2016-11-01 13:23:27.0 +0100
@@ -1,5 +1,5 @@
 project(plasma-sdk)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 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.8.2/cuttlefish/org.kde.cuttlefish.appdata.xml 
new/plasma-sdk-5.8.3/cuttlefish/org.kde.cuttlefish.appdata.xml
--- old/plasma-sdk-5.8.2/cuttlefish/org.kde.cuttlefish.appdata.xml  
2016-10-18 13:46:15.0 +0200
+++ new/plasma-sdk-5.8.3/cuttlefish/org.kde.cuttlefish.appdata.xml  
2016-11-01 13:22:40.0 +0100
@@ -13,6 +13,7 @@
   Cuttlefish
   Cuttlefish
   Cuttlefish
+  Cuttlefish
   Cuttlefish
   Cuttlefish
   Cuttlefish
@@ -40,6 +41,7 @@
   Ikoonide eelvaatlus kunstnikele ja 
arendajatele
   Kuvakkeiden esikatselu graafikoille ja 
kehittäjille
   Visore di anteprime di icone per artisti e 
sviluppatori
+  예술가와 개발자를 위한 아이콘 뷰어
   Pictogramviewer voor kunstenaars en 
ontwikkelaars
   Førehandsvising av ikon for kunstnarar og 
utviklarar
   Podglądanie ikon dla artystów i programistów
@@ -67,6 +69,7 @@
 Cuttlefish annab kunstnikele ja arendajatele võimaluse 
näha ikoonide eelvaatlust ja neid siis enda tarbeks välja valida. Cuttlefish 
püüab ikoone näidata täpselt sellisena, nagu need oleksid näha vastavas 
rakenduses. Ikoone on võimalik filtreerida kategooria ja nime järgi. Cuttlefish 
ei ole nii-öelda tavakasutajale mõeldud rakendus, vaid sihtrühmana nähakse 
eelkõige kunstnikke ja arendajaid. Samuti pakub Cuttlefish Katele ja 
KDevelopile pluginat, mida saab kasutada ikoonide valimiseks.
 Cuttlefish sallii graafikoiden ja kehittäjien esikatsella 
ja valita kuvakkeita. Se yrittää hahmontaa kuvakkeet juuri niin kuin ne 
näkyisivät sovelluksessa. Kuvakkeita voi suodattaa luokan ja nimen perusteella. 
Cuttlefish ei ole yleistyökalu vaan suunnattu graafikoille ja kehittäjille. Se 
tarjoaa myös Kate- ja KDevelop-liitännäisten käytön kuvakkeiden valinnassa.
 Cuttlefish permette agli artisti ed agli sviluppatori di 
visualizzare anteprime e scegliere icone. Cuttlefish tenta di mostrare l'icona 
esattamente per come apparirebbe all'interno dell'applicazione. Permette di 
filtrare in base alla categoria ed al nome. Cuttlefish non è uno strumento di 
uso generico, ma indirizzato ai casi d'uso di artisti e sviluppatori. 
Cuttlefish fornisce inoltre un'estensione per Kate e KDevelop che permette la 
selezione di icone.
+Cuttlefish에서는 아이콘을 미리 보고 선택할 수 있습니다. Cuttlefish는 아이콘을 최대한 
프로그램에 표시되는 대로 그리며, 분류와 이름을 기준으로 필터링할 수 있습니다. Cuttlefish는 디자이너와 개발자의 사용 방식에 
최적화되어 있으며, Kate와 KDevelop에서 아이콘 선택기로 사용할 수 있도록 플러그인을 제공합니다.
 Cuttlefish biedt artiesten en ontwikkelaars om 
pictogrammen te kiezen en te bekijken. Cuttlefish probeert de pictogrammen 
exact weer te geven zoals ze er uit zouden zien in de toepassing. Het biedt 
filtering gebaseerd op categorie en naam. Cuttlefish is geen hulpmiddel voor 
algemeen gebruik, maar is toegespitst op gebruik door artiesten en 
ontwikkelaars. Cuttlefish biedt ook een plug-in voor Kate en KDevelop om te 
worden gebruikt als kiezer voor pictogrammen.
 

commit plasma5-session for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-session for openSUSE:Factory 
checked in at 2016-11-04 20:57:35

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


Package is "plasma5-session"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-session/plasma5-session.changes  
2016-10-22 13:09:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-session.new/plasma5-session.changes 
2016-11-04 20:57:37.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---



Other differences:
--
++ plasma5-session.spec ++
--- /var/tmp/diff_new_pack.ErSnda/_old  2016-11-04 20:57:38.0 +0100
+++ /var/tmp/diff_new_pack.ErSnda/_new  2016-11-04 20:57:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-session
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:The KDE Session
 License:GPL-2.0+




commit plasma5-desktop for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2016-11-04 20:56:48

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


Package is "plasma5-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2016-10-22 13:09:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2016-11-04 20:56:49.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  plasma-desktop-5.8.2.tar.xz

New:

  plasma-desktop-5.8.3.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.0Z56ds/_old  2016-11-04 20:56:50.0 +0100
+++ /var/tmp/diff_new_pack.0Z56ds/_new  2016-11-04 20:56:50.0 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:The KDE Plasma Workspace Components

++ plasma-desktop-5.8.2.tar.xz -> plasma-desktop-5.8.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.8.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma-desktop-5.8.3.tar.xz 
differ: char 26, line 1




commit milou5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2016-11-04 20:56:22

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


Package is "milou5"

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2016-10-22 
13:08:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2016-11-04 
20:56:22.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  milou-5.8.2.tar.xz

New:

  milou-5.8.3.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.GhqY1w/_old  2016-11-04 20:56:23.0 +0100
+++ /var/tmp/diff_new_pack.GhqY1w/_new  2016-11-04 20:56:23.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+

++ milou-5.8.2.tar.xz -> milou-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.8.2/CMakeLists.txt 
new/milou-5.8.3/CMakeLists.txt
--- old/milou-5.8.2/CMakeLists.txt  2016-10-18 13:40:45.0 +0200
+++ new/milou-5.8.3/CMakeLists.txt  2016-11-01 13:17:14.0 +0100
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 




commit libkscreen2 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2016-11-04 20:56:04

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


Package is "libkscreen2"

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2016-10-22 
13:08:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2016-11-04 20:56:05.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  libkscreen-5.8.2.tar.xz

New:

  libkscreen-5.8.3.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.2FFgXK/_old  2016-11-04 20:56:06.0 +0100
+++ /var/tmp/diff_new_pack.2FFgXK/_new  2016-11-04 20:56:06.0 +0100
@@ -19,7 +19,7 @@
 %define lname   libKF5Screen7
 %define plasma_version 5.0.0
 Name:   libkscreen2
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 BuildRequires:  cmake >= 2.8.12

++ libkscreen-5.8.2.tar.xz -> libkscreen-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.8.2/CMakeLists.txt 
new/libkscreen-5.8.3/CMakeLists.txt
--- old/libkscreen-5.8.2/CMakeLists.txt 2016-10-18 13:39:00.0 +0200
+++ new/libkscreen-5.8.3/CMakeLists.txt 2016-11-01 13:15:24.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 find_package(ECM 5.14.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})




commit plasma5-addons for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2016-11-04 20:56:40

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


Package is "plasma5-addons"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2016-10-22 13:09:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2016-11-04 20:56:41.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kdeplasma-addons-5.8.2.tar.xz

New:

  kdeplasma-addons-5.8.3.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.KhCpmy/_old  2016-11-04 20:56:42.0 +0100
+++ /var/tmp/diff_new_pack.KhCpmy/_new  2016-11-04 20:56:42.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:Additional Plasma5 Widgets

++ kdeplasma-addons-5.8.2.tar.xz -> kdeplasma-addons-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-5.8.2/CMakeLists.txt 
new/kdeplasma-addons-5.8.3/CMakeLists.txt
--- old/kdeplasma-addons-5.8.2/CMakeLists.txt   2016-10-18 13:30:53.0 
+0200
+++ new/kdeplasma-addons-5.8.3/CMakeLists.txt   2016-11-01 13:06:21.0 
+0100
@@ -1,5 +1,5 @@
 project(kdeplasma-addons)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-5.8.2/applets/comic/comic.cpp 
new/kdeplasma-addons-5.8.3/applets/comic/comic.cpp
--- old/kdeplasma-addons-5.8.2/applets/comic/comic.cpp  2016-10-18 
13:29:53.0 +0200
+++ new/kdeplasma-addons-5.8.3/applets/comic/comic.cpp  2016-11-01 
13:05:28.0 +0100
@@ -92,7 +92,9 @@
 //set maximum number of cached strips per comic, -1 means that there is no 
limit
 KConfigGroup global = globalConfig();
 const int maxComicLimit = global.readEntry( "maxComicLimit", CACHE_LIMIT );
-mEngine->connectSource( QLatin1String( "setting_maxComicLimit:" ) + 
QString::number( maxComicLimit ), this );
+if (mEngine) {
+mEngine->connectSource( QLatin1String( "setting_maxComicLimit:" ) + 
QString::number( maxComicLimit ), this );
+}
 
 mCurrentDay = QDate::currentDate();
 mDateChangedTimer = new QTimer( this );
@@ -166,7 +168,7 @@
 setBusy(false);
 
 //disconnect prefetched comic strips
-if ( source != mOldSource ) {
+if (mEngine && source != mOldSource ) {
 mEngine->disconnectSource( source, this );
 return;
 }
@@ -178,7 +180,7 @@
 const bool errorAutoFixable = data[ "Error automatically fixable" 
].toBool();
 if ( hasError ) {
 const QString previousIdentifierSuffix = data[ "Previous identifier 
suffix" ].toString();
-if ( !mShowErrorPicture && !previousIdentifierSuffix.isEmpty() ) {
+if (mEngine && !mShowErrorPicture && 
!previousIdentifierSuffix.isEmpty() ) {
 mEngine->disconnectSource( source, this );
 updateComic( previousIdentifierSuffix );
 return;
@@ -199,19 +201,21 @@
 //call the slot to check if the position needs to be saved
 slotStorePosition();
 
-//disconnect if there is either no error, or an error that can not be 
fixed automatically
-if ( !errorAutoFixable ) {
-mEngine->disconnectSource( source, this );
-}
+if (mEngine) {
+//disconnect if there is either no error, or an error that can not be 
fixed automatically
+if ( !errorAutoFixable ) {
+mEngine->disconnectSource( source, this );
+}
 
-//prefetch the previous and following comic for faster navigation
-if (mCurrent.hasNext()) {
-const QString prefetch = mCurrent.id() + ':' + mCurrent.next();
-mEngine->connectSource( prefetch, this );
-}
-if ( mCurrent.hasPrev()) {
-const QString prefetch = mCurrent.id() + ':' + mCurrent.prev();
-mEngine->connectSource( prefetch, this );
+//prefetch the previous and following comic for faster navigation
+if (mCurrent.hasNext()) {
+const QString prefetch = mCurrent.id() + ':' + mCurrent.next();
+ 

commit oxygen5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2016-11-04 20:56:31

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


Package is "oxygen5"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2016-10-22 
13:09:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2016-11-04 
20:56:32.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  oxygen-5.8.2.tar.xz

New:

  oxygen-5.8.3.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.m5DzM8/_old  2016-11-04 20:56:33.0 +0100
+++ /var/tmp/diff_new_pack.m5DzM8/_new  2016-11-04 20:56:33.0 +0100
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:Oxygen style, KWin decoration, cursors and sounds

++ oxygen-5.8.2.tar.xz -> oxygen-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.8.2/CMakeLists.txt 
new/oxygen-5.8.3/CMakeLists.txt
--- old/oxygen-5.8.2/CMakeLists.txt 2016-10-18 13:41:46.0 +0200
+++ new/oxygen-5.8.3/CMakeLists.txt 2016-11-01 13:18:09.0 +0100
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.8.2/kdecoration/oxygen.json 
new/oxygen-5.8.3/kdecoration/oxygen.json
--- old/oxygen-5.8.2/kdecoration/oxygen.json2016-10-18 13:40:59.0 
+0200
+++ new/oxygen-5.8.3/kdecoration/oxygen.json2016-11-01 13:17:25.0 
+0100
@@ -12,6 +12,7 @@
 "Description[fi]": "Oxygen-tyyliä käyttävä ikkunan kehys 
Plasma-työpöydälle", 
 "Description[gl]": "Decoración de xanelas que usa o estilo visual 
Oxygen para o escritorio Plasma.", 
 "Description[it]": "Decorazione per finestre che usa lo stile visuale 
di Oxygen per il desktop Plasma", 
+"Description[ko]": "Plasma 데스크톱의 Oxygen 시각 스타일을 사용하는 창 장식", 
 "Description[nl]": "Vensterdecoratie met gebruik van de visuele stijl 
Oxygen voor het Plasma bureaublad", 
 "Description[nn]": "Vindaugspynt som brukar Oxygen-stilen for 
Plasma-skrivebordet", 
 "Description[pl]": "Wystrój okien przy użyciu stylu wizualnego Tlenu 
dla Pulpitu Plazmy", 




commit libksysguard5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2016-11-04 20:56:14

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


Package is "libksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2016-10-22 13:08:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2016-11-04 20:56:15.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  libksysguard-5.8.2.tar.xz

New:

  libksysguard-5.8.3.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.oDYdZJ/_old  2016-11-04 20:56:16.0 +0100
+++ /var/tmp/diff_new_pack.oDYdZJ/_new  2016-11-04 20:56:16.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+

++ libksysguard-5.8.2.tar.xz -> libksysguard-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.8.2/CMakeLists.txt 
new/libksysguard-5.8.3/CMakeLists.txt
--- old/libksysguard-5.8.2/CMakeLists.txt   2016-10-18 13:39:54.0 
+0200
+++ new/libksysguard-5.8.3/CMakeLists.txt   2016-11-01 13:16:18.0 
+0100
@@ -1,5 +1,5 @@
 project(libksysguard)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit ksysguard5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2016-11-04 20:55:09

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


Package is "ksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2016-10-22 
13:08:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2016-11-04 20:55:10.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  ksysguard-5.8.2.tar.xz

New:

  ksysguard-5.8.3.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.ssnljv/_old  2016-11-04 20:55:11.0 +0100
+++ /var/tmp/diff_new_pack.ssnljv/_new  2016-11-04 20:55:11.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksysguard5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:KDE System Guard daemon

++ ksysguard-5.8.2.tar.xz -> ksysguard-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.8.2/CMakeLists.txt 
new/ksysguard-5.8.3/CMakeLists.txt
--- old/ksysguard-5.8.2/CMakeLists.txt  2016-10-18 13:36:51.0 +0200
+++ new/ksysguard-5.8.3/CMakeLists.txt  2016-11-01 13:13:11.0 +0100
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.8.2/gui/org.kde.ksysguard.desktop 
new/ksysguard-5.8.3/gui/org.kde.ksysguard.desktop
--- old/ksysguard-5.8.2/gui/org.kde.ksysguard.desktop   2016-10-18 
13:36:28.0 +0200
+++ new/ksysguard-5.8.3/gui/org.kde.ksysguard.desktop   2016-11-01 
13:12:49.0 +0100
@@ -181,6 +181,7 @@
 Comment[fi]=Tarkkaile käynnissä olevia prosesseja ja järjestelmän suorituskykyä
 Comment[gl]=Vixiar os procesos en execución e o rendemento do sistema.
 Comment[he]=מנטר תהליכים פיעילים וביצועי מערכת
+Comment[ko]=실행 중인 프로세스와 시스템 성능 감시
 Comment[nl]=Actieve processen en systeemprestaties monitoren
 Comment[nn]=Overvak køyrande prosessar og systemyting
 Comment[pl]=Monitoruje uruchomione procesy i wydajność systemu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.8.2/po/ko/ksysguard.po 
new/ksysguard-5.8.3/po/ko/ksysguard.po
--- old/ksysguard-5.8.2/po/ko/ksysguard.po  2016-10-18 13:36:34.0 
+0200
+++ new/ksysguard-5.8.3/po/ko/ksysguard.po  2016-11-01 13:12:55.0 
+0100
@@ -6,14 +6,14 @@
 # Youngbin Park , 2005.
 # Sung-Jae, Cho , 2005.
 # Shinjo Park , 2007, 2008, 2009.
-# Shinjo Park , 2011, 2012, 2014, 2015.
+# Shinjo Park , 2011, 2012, 2014, 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: ksysguard\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-04-20 07:44+\n"
-"PO-Revision-Date: 2015-06-27 12:03+0200\n"
+"PO-Revision-Date: 2016-10-20 21:52+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -184,10 +184,8 @@
 msgstr "스왑: %1 / %2œ스왑: %1œ%1"
 
 #: ksysguard.cpp:538
-#, fuzzy
-#| msgid "(c) 1996-2008 The KDE System Monitor Developers"
 msgid "(c) 1996-2016 The KDE System Monitor Developers"
-msgstr "(c) 1996-2008 KDE 시스템 모니터 개발자"
+msgstr "(c) 1996-2016 The KDE System Monitor Developers"
 
 #: ksysguard.cpp:540
 msgid "John Tapsell"
@@ -833,10 +831,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, m_lblLowerLimit)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:86
-#, fuzzy
-#| msgid "Lower limit:"
 msgid " limit:"
-msgstr "최소 한계"
+msgstr "최소 한계():"
 
 #. i18n: ectx: property (text), widget (QCheckBox, m_upperLimitActive)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:119
@@ -851,24 +847,18 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
 #: SensorDisplayLib/MultiMeterSettingsWidget.ui:175
-#, fuzzy
-#| msgid 

commit kwrited5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2016-11-04 20:55:37

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


Package is "kwrited5"

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2016-10-22 
13:08:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2016-11-04 
20:55:37.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kwrited-5.8.2.tar.xz

New:

  kwrited-5.8.3.tar.xz



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.gU9qQm/_old  2016-11-04 20:55:38.0 +0100
+++ /var/tmp/diff_new_pack.gU9qQm/_new  2016-11-04 20:55:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kwrited5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0+

++ kwrited-5.8.2.tar.xz -> kwrited-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.8.2/CMakeLists.txt 
new/kwrited-5.8.3/CMakeLists.txt
--- old/kwrited-5.8.2/CMakeLists.txt2016-10-18 13:38:50.0 +0200
+++ new/kwrited-5.8.3/CMakeLists.txt2016-11-01 13:15:13.0 +0100
@@ -1,5 +1,5 @@
 project(kwrited)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 set(KF5_MIN_VERSION "5.10.0")




commit kwayland-integration for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2016-11-04 20:55:17

Comparing /work/SRC/openSUSE:Factory/kwayland-integration (Old)
 and  /work/SRC/openSUSE:Factory/.kwayland-integration.new (New)


Package is "kwayland-integration"

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2016-10-22 13:08:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
   2016-11-04 20:55:18.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kwayland-integration-5.8.2.tar.xz

New:

  kwayland-integration-5.8.3.tar.xz



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.Qt2XpY/_old  2016-11-04 20:55:19.0 +0100
+++ /var/tmp/diff_new_pack.Qt2XpY/_new  2016-11-04 20:55:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kwayland-integration
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:Integration plugins for various KDE frameworks for wayland 
windowing system

++ kwayland-integration-5.8.2.tar.xz -> kwayland-integration-5.8.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.8.2/CMakeLists.txt 
new/kwayland-integration-5.8.3/CMakeLists.txt
--- old/kwayland-integration-5.8.2/CMakeLists.txt   2016-10-18 
13:37:15.0 +0200
+++ new/kwayland-integration-5.8.3/CMakeLists.txt   2016-11-01 
13:13:34.0 +0100
@@ -1,5 +1,5 @@
 project(kwayland-integration)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit kwin5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2016-11-04 20:55:26

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


Package is "kwin5"

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2016-10-28 
12:26:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2016-11-04 
20:55:26.0 +0100
@@ -1,0 +2,16 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+- Remove upstream patches:
+  * 0001-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
+  * 0002-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
+  * 0003-Remove-most-overhead-caused-by-the-freeze-detection-.patch
+  * 0004-Do-a-count-down-of-framesToTestForSafety.patch
+  * 0005-Use-only-one-timer-to-detect-freezes-and-other-optim.patch
+  * 0006-Test-3-frames-for-freezes-by-default.patch
+  * 0007-Only-call-PostLastGuardedFrame-when-OpenGLCompositin.patch
+
+---

Old:

  0001-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
  0002-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
  0003-Remove-most-overhead-caused-by-the-freeze-detection-.patch
  0004-Do-a-count-down-of-framesToTestForSafety.patch
  0005-Use-only-one-timer-to-detect-freezes-and-other-optim.patch
  0006-Test-3-frames-for-freezes-by-default.patch
  0007-Only-call-PostLastGuardedFrame-when-OpenGLCompositin.patch
  kwin-5.8.2.tar.xz

New:

  kwin-5.8.3.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.x5n4gg/_old  2016-11-04 20:55:28.0 +0100
+++ /var/tmp/diff_new_pack.x5n4gg/_new  2016-11-04 20:55:28.0 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.26.0
 %bcond_without lang
 Name:   kwin5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:KDE Window Manager
@@ -27,20 +27,6 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
0001-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch boo#1005323 -- 
Adds a thread to detect kwin freezing and recover from it
-Patch0: 0001-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
-# PATCH-FIX-UPSTREAM 
0002-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch boo#1005323 -- 
Adds a thread to detect kwin freezing and recover from it
-Patch1: 0002-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
-# PATCH-FIX-UPSTREAM 
0003-Remove-most-overhead-caused-by-the-freeze-detection-.patch boo#1005323 -- 
Use only one thread for all frames
-Patch2: 0003-Remove-most-overhead-caused-by-the-freeze-detection-.patch
-# PATCH-FIX-UPSTREAM 0004-Do-a-count-down-of-framesToTestForSafety.patch 
boo#1005323 -- Do a countdown instead of counting up
-Patch3: 0004-Do-a-count-down-of-framesToTestForSafety.patch
-# PATCH-FIX-UPSTREAM 
0005-Use-only-one-timer-to-detect-freezes-and-other-optim.patch boo#1005323 -- 
Use only one timer 
-Patch4: 0005-Use-only-one-timer-to-detect-freezes-and-other-optim.patch
-# PATCH-FIX-UPSTREAM 0006-Test-3-frames-for-freezes-by-default.patch 
boo#1005323 -- Test only 3 frames by default, which is enough to detect freezes
-Patch5: 0006-Test-3-frames-for-freezes-by-default.patch
-# PATCH-FIX-UPSTREAM 
0007-Only-call-PostLastGuardedFrame-when-OpenGLCompositin.patch boo#1005323 -- 
Only call PostLastGuardedFrame when OpenGLCompositing is set
-Patch6: 0007-Only-call-PostLastGuardedFrame-when-OpenGLCompositin.patch
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -151,13 +137,6 @@
 
 %prep
 %setup -q -n kwin-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ kwin-5.8.2.tar.xz -> kwin-5.8.3.tar.xz ++
 4534 lines of diff (skipped)




commit libkdecoration2 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2016-11-04 20:55:52

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


Package is "libkdecoration2"

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2016-10-22 13:08:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 
2016-11-04 20:55:53.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kdecoration-5.8.2.tar.xz

New:

  kdecoration-5.8.3.tar.xz



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.kDsJzX/_old  2016-11-04 20:55:54.0 +0100
+++ /var/tmp/diff_new_pack.kDsJzX/_new  2016-11-04 20:55:54.0 +0100
@@ -19,7 +19,7 @@
 %define lname   libkdecorations2-5
 %define lname_private   libkdecorations2private5
 Name:   libkdecoration2
-Version:5.8.2
+Version:5.8.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11

++ kdecoration-5.8.2.tar.xz -> kdecoration-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.8.2/CMakeLists.txt 
new/kdecoration-5.8.3/CMakeLists.txt
--- old/kdecoration-5.8.2/CMakeLists.txt2016-10-18 13:29:18.0 
+0200
+++ new/kdecoration-5.8.3/CMakeLists.txt2016-11-01 13:02:59.0 
+0100
@@ -1,5 +1,5 @@
 project(decoration-api)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit ksshaskpass5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2016-11-04 20:55:02

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


Package is "ksshaskpass5"

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2016-10-22 13:07:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2016-11-04 20:55:03.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  ksshaskpass-5.8.2.tar.xz

New:

  ksshaskpass-5.8.3.tar.xz



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.pywPxH/_old  2016-11-04 20:55:04.0 +0100
+++ /var/tmp/diff_new_pack.pywPxH/_new  2016-11-04 20:55:04.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0+

++ ksshaskpass-5.8.2.tar.xz -> ksshaskpass-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.8.2/CMakeLists.txt 
new/ksshaskpass-5.8.3/CMakeLists.txt
--- old/ksshaskpass-5.8.2/CMakeLists.txt2016-10-18 13:36:17.0 
+0200
+++ new/ksshaskpass-5.8.3/CMakeLists.txt2016-11-01 13:12:40.0 
+0100
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 find_package(Qt5 REQUIRED COMPONENTS Core)
 




commit kscreenlocker for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2016-11-04 20:54:56

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


Package is "kscreenlocker"

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2016-10-22 13:07:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new/kscreenlocker.changes 
2016-11-04 20:54:57.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kscreenlocker-5.8.2.tar.xz

New:

  kscreenlocker-5.8.3.tar.xz



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.vRzJ6G/_old  2016-11-04 20:54:58.0 +0100
+++ /var/tmp/diff_new_pack.vRzJ6G/_new  2016-11-04 20:54:58.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0+

++ kscreenlocker-5.8.2.tar.xz -> kscreenlocker-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.8.2/CMakeLists.txt 
new/kscreenlocker-5.8.3/CMakeLists.txt
--- old/kscreenlocker-5.8.2/CMakeLists.txt  2016-10-18 13:35:53.0 
+0200
+++ new/kscreenlocker-5.8.3/CMakeLists.txt  2016-11-01 13:12:19.0 
+0100
@@ -1,4 +1,4 @@
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.8.2/po/he/screenlocker_kcm.po 
new/kscreenlocker-5.8.3/po/he/screenlocker_kcm.po
--- old/kscreenlocker-5.8.2/po/he/screenlocker_kcm.po   2016-10-18 
13:35:26.0 +0200
+++ new/kscreenlocker-5.8.3/po/he/screenlocker_kcm.po   2016-11-01 
13:11:52.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-09-14 07:13+\n"
-"PO-Revision-Date: 2016-09-18 23:48+0200\n"
+"PO-Revision-Date: 2016-10-23 11:05+0200\n"
 "Last-Translator: Elkana Bardugo \n"
 "Language-Team: Hebrew \n"
 "Language: he\n"
@@ -21,15 +21,15 @@
 msgctxt "Spinbox suffix. Short for minutes"
 msgid " min"
 msgid_plural " mins"
-msgstr[0] "דקה"
-msgstr[1] "דקות"
+msgstr[0] " דקה"
+msgstr[1] " דקות"
 
 #: kcm.cpp:57
 msgctxt "Spinbox suffix. Short for seconds"
 msgid " sec"
 msgid_plural " secs"
-msgstr[0] "שניה"
-msgstr[1] "שניות"
+msgstr[0] " שניה"
+msgstr[1] " שניות"
 
 #: kcm.cpp:78
 msgid "Lock Session"
@@ -51,7 +51,7 @@
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_Autolock)
 #: kcm.ui:50
 msgid "Lock screen automatically after:"
-msgstr "נעל את המסף אוטומטית לאחר:"
+msgstr "נעל את המסך אוטומטית לאחר:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: kcm.ui:73
@@ -71,9 +71,8 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_5)
 #: kcm.ui:105
-#, fuzzy
 msgid " screen on resume:"
-msgstr "מסך נעילה בחזרה משינה"
+msgstr "מסך נעילה בחזרה משינה:"
 
 #. i18n: ectx: property (toolTip), widget (QLabel, label_7)
 #: kcm.ui:128
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.8.2/po/ko/kscreenlocker_greet.po 
new/kscreenlocker-5.8.3/po/ko/kscreenlocker_greet.po
--- old/kscreenlocker-5.8.2/po/ko/kscreenlocker_greet.po2016-10-18 
13:35:32.0 +0200
+++ new/kscreenlocker-5.8.3/po/ko/kscreenlocker_greet.po2016-11-01 
13:11:58.0 +0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Shinjo Park , 2012, 2013, 2014.
-# Shinjo Park , 2015.
+# Shinjo Park , 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-08-25 07:37+\n"
-"PO-Revision-Date: 2015-04-25 23:37+0200\n"
+"PO-Revision-Date: 2016-10-20 21:51+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: 

commit khotkeys5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2016-11-04 20:54:11

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


Package is "khotkeys5"

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2016-10-22 
13:07:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2016-11-04 
20:54:12.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  khotkeys-5.8.2.tar.xz

New:

  khotkeys-5.8.3.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.Rc91XW/_old  2016-11-04 20:54:13.0 +0100
+++ /var/tmp/diff_new_pack.Rc91XW/_new  2016-11-04 20:54:13.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:KDE's hotkey daemon

++ khotkeys-5.8.2.tar.xz -> khotkeys-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.8.2/CMakeLists.txt 
new/khotkeys-5.8.3/CMakeLists.txt
--- old/khotkeys-5.8.2/CMakeLists.txt   2016-10-18 13:32:13.0 +0200
+++ new/khotkeys-5.8.3/CMakeLists.txt   2016-11-01 13:08:59.0 +0100
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.8.2/app/khotkeys.desktop 
new/khotkeys-5.8.3/app/khotkeys.desktop
--- old/khotkeys-5.8.2/app/khotkeys.desktop 2016-10-18 13:31:48.0 
+0200
+++ new/khotkeys-5.8.3/app/khotkeys.desktop 2016-11-01 13:08:37.0 
+0100
@@ -22,7 +22,7 @@
 Name[eu]=Sarrerako ekintzak
 Name[fa]=کنشهای ورودی
 Name[fi]=Syöttötoiminnot
-Name[fr]=Actions d'entrée 
+Name[fr]=Informations SCSI
 Name[fy]=Ynfieraksjes
 Name[ga]=Gníomhartha Ionchurtha
 Name[gl]=Accións de entrada
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.8.2/data/kde32b1.khotkeys 
new/khotkeys-5.8.3/data/kde32b1.khotkeys
--- old/khotkeys-5.8.2/data/kde32b1.khotkeys2016-10-18 13:31:48.0 
+0200
+++ new/khotkeys-5.8.3/data/kde32b1.khotkeys2016-11-01 13:08:37.0 
+0100
@@ -2088,7 +2088,7 @@
 Name[nds]=Konqui-Muustekens
 Name[ne]=कन्क्वि गेस्चर
 Name[nl]=Konqueror-gebaren
-Name[nn]=Konqi-musrørsler
+Name[nn]=Konqi-muserørsler
 Name[pa]=ਕੋਨਕਿ ਜੈੱਸਚਰ
 Name[pl]=Gesty Konqi
 Name[pt]=Gestos do Konqui




commit kscreen5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2016-11-04 20:54:38

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


Package is "kscreen5"

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2016-10-22 
13:07:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new/kscreen5.changes   2016-11-04 
20:54:39.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kscreen-5.8.2.tar.xz

New:

  kscreen-5.8.3.tar.xz



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.O8zocw/_old  2016-11-04 20:54:40.0 +0100
+++ /var/tmp/diff_new_pack.O8zocw/_new  2016-11-04 20:54:40.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreen5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:KDE's screen management software

++ kscreen-5.8.2.tar.xz -> kscreen-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.8.2/CMakeLists.txt 
new/kscreen-5.8.3/CMakeLists.txt
--- old/kscreen-5.8.2/CMakeLists.txt2016-10-18 13:34:57.0 +0200
+++ new/kscreen-5.8.3/CMakeLists.txt2016-11-01 13:11:26.0 +0100
@@ -1,5 +1,5 @@
 project(KScreen)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.8.2/kcm/kcm_kscreen.desktop.cmake 
new/kscreen-5.8.3/kcm/kcm_kscreen.desktop.cmake
--- old/kscreen-5.8.2/kcm/kcm_kscreen.desktop.cmake 2016-10-18 
13:34:13.0 +0200
+++ new/kscreen-5.8.3/kcm/kcm_kscreen.desktop.cmake 2016-11-01 
13:10:46.0 +0100
@@ -19,6 +19,7 @@
 Name[es]=Pantallas
 Name[fi]=Näytöt
 Name[it]=Schermi
+Name[ko]=디스플레이
 Name[nl]=Schermen
 Name[nn]=Skjermar
 Name[pl]=Ekrany
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.8.2/po/ko/kcm_displayconfiguration.po 
new/kscreen-5.8.3/po/ko/kcm_displayconfiguration.po
--- old/kscreen-5.8.2/po/ko/kcm_displayconfiguration.po 2016-10-18 
13:34:36.0 +0200
+++ new/kscreen-5.8.3/po/ko/kcm_displayconfiguration.po 2016-11-01 
13:11:05.0 +0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Shinjo Park , 2014.
-# Shinjo Park , 2015.
+# Shinjo Park , 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-10-17 10:52+\n"
-"PO-Revision-Date: 2015-10-17 21:11+0200\n"
+"PO-Revision-Date: 2016-10-20 20:21+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -174,22 +174,22 @@
 #. i18n: ectx: property (windowTitle), widget (QDialog, Scaling)
 #: src/scaling.ui:14
 msgid "Dialog"
-msgstr ""
+msgstr "대화 상자"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: src/scaling.ui:20
 msgid "Screen Scaling"
-msgstr ""
+msgstr "화면 비율 조정"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: src/scaling.ui:31
 msgid "Scale:"
-msgstr ""
+msgstr "비율:"
 
 #. i18n: ectx: property (text), widget (QLabel, scaleLabel)
 #: src/scaling.ui:72
 msgid "TextLabel"
-msgstr ""
+msgstr "텍스트 레이블"
 
 #: src/scalingconfig.cpp:40
 msgid "Scaling changes will come into effect after restart"
@@ -198,38 +198,38 @@
 #. i18n: ectx: attribute (title), widget (QWidget, tab)
 #: src/stylepreview.ui:19
 msgid "Tab 1"
-msgstr ""
+msgstr "탭 1"
 
 #. i18n: ectx: property (title), widget (QGroupBox, GroupBox1)
 #: src/stylepreview.ui:29
 msgid "Group Box"
-msgstr ""
+msgstr "그룹 상자"
 
 #. i18n: ectx: property (text), widget (QRadioButton, RadioButton1)
 #. i18n: ectx: property (text), widget (QRadioButton, RadioButton2)
 #: src/stylepreview.ui:35 src/stylepreview.ui:45
 msgid "Radio button"
-msgstr ""
+msgstr "라디오 단추"
 
 #. i18n: ectx: property (text), widget 

commit kmenuedit5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2016-11-04 20:54:30

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


Package is "kmenuedit5"

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2016-10-22 
13:07:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2016-11-04 20:54:31.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kmenuedit-5.8.2.tar.xz

New:

  kmenuedit-5.8.3.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.yxlzRO/_old  2016-11-04 20:54:32.0 +0100
+++ /var/tmp/diff_new_pack.yxlzRO/_new  2016-11-04 20:54:32.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kmenuedit5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:Provides the interface and basic tools for the KDE workspace

++ kmenuedit-5.8.2.tar.xz -> kmenuedit-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.8.2/CMakeLists.txt 
new/kmenuedit-5.8.3/CMakeLists.txt
--- old/kmenuedit-5.8.2/CMakeLists.txt  2016-10-18 13:34:01.0 +0200
+++ new/kmenuedit-5.8.3/CMakeLists.txt  2016-11-01 13:10:36.0 +0100
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")




commit kgamma5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2016-11-04 20:54:03

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


Package is "kgamma5"

Changes:

--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2016-10-22 
13:07:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new/kgamma5.changes 2016-11-04 
20:54:04.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kgamma5-5.8.2.tar.xz

New:

  kgamma5-5.8.3.tar.xz



Other differences:
--
++ kgamma5.spec ++
--- /var/tmp/diff_new_pack.XzX35P/_old  2016-11-04 20:54:05.0 +0100
+++ /var/tmp/diff_new_pack.XzX35P/_new  2016-11-04 20:54:05.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kgamma5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+

++ kgamma5-5.8.2.tar.xz -> kgamma5-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.8.2/CMakeLists.txt 
new/kgamma5-5.8.3/CMakeLists.txt
--- old/kgamma5-5.8.2/CMakeLists.txt2016-10-18 13:31:37.0 +0200
+++ new/kgamma5-5.8.3/CMakeLists.txt2016-11-01 13:07:56.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.9)
 project(kgamma)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)




commit kinfocenter5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2016-11-04 20:54:23

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


Package is "kinfocenter5"

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2016-10-22 13:07:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2016-11-04 20:54:24.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kinfocenter-5.8.2.tar.xz

New:

  kinfocenter-5.8.3.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.1kPG9w/_old  2016-11-04 20:54:25.0 +0100
+++ /var/tmp/diff_new_pack.1kPG9w/_new  2016-11-04 20:54:25.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kinfocenter5
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:Utility that provides information about a computer system

++ kinfocenter-5.8.2.tar.xz -> kinfocenter-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.8.2/CMakeLists.txt 
new/kinfocenter-5.8.3/CMakeLists.txt
--- old/kinfocenter-5.8.2/CMakeLists.txt2016-10-18 13:33:23.0 
+0200
+++ new/kinfocenter-5.8.3/CMakeLists.txt2016-11-01 13:10:03.0 
+0100
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.8.2/org.kde.kinfocenter.desktop 
new/kinfocenter-5.8.3/org.kde.kinfocenter.desktop
--- old/kinfocenter-5.8.2/org.kde.kinfocenter.desktop   2016-10-18 
13:32:25.0 +0200
+++ new/kinfocenter-5.8.3/org.kde.kinfocenter.desktop   2016-11-01 
13:09:10.0 +0100
@@ -21,6 +21,7 @@
 Name[gl]=Centro de información
 Name[he]=מרכז המידע
 Name[it]=Centro delle informazioni
+Name[ko]=정보 센터
 Name[lt]=Info centras
 Name[nl]=Informatiecentrum
 Name[nn]=Infosenter
@@ -141,6 +142,7 @@
 Comment[et]=Mugav tsentraliseeritud süsteemi teabe ülevaade
 Comment[fi]=Järjestelmätietojen keskitetty ja mukava yleisnäkymä
 Comment[it]=Riepilogo centralizzato e comodo delle informazioni di sistema
+Comment[ko]=시스템 정보를 한 눈에 보기
 Comment[lt]=Vienoje vietoje suprantamai pateikiama sistemos informacija
 Comment[nl]=Gecentraliseerd en prettig overzicht van systeeminformatie
 Comment[nn]=Sentralisert og praktisk oversikt over systeminformasjon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.8.2/po/ko/kcm-about-distro.po 
new/kinfocenter-5.8.3/po/ko/kcm-about-distro.po
--- old/kinfocenter-5.8.2/po/ko/kcm-about-distro.po 2016-10-18 
13:32:49.0 +0200
+++ new/kinfocenter-5.8.3/po/ko/kcm-about-distro.po 2016-11-01 
13:09:31.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park , 2014, 2015.
+# Shinjo Park , 2014, 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-08-02 08:44+\n"
-"PO-Revision-Date: 2015-01-02 00:54+0900\n"
+"PO-Revision-Date: 2016-10-20 20:52+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -70,7 +70,7 @@
 #. i18n: ectx: property (text), widget (QLabel, variantLabel)
 #: Module.ui:42
 msgid "{variantLabel}"
-msgstr ""
+msgstr "{variantLabel}"
 
 #. i18n: ectx: property (text), widget (QLabel, plasma)
 #: Module.ui:77
@@ -109,7 +109,5 @@
 
 #. i18n: ectx: property (text), widget (QLabel, frameworksLabelKey)
 #: Module.ui:330
-#, fuzzy
-#| msgid "KDE Plasma Version:"
 msgid "KDE Frameworks Version:"
-msgstr "KDE Plasma 버전:"
\ No newline at end of file
+msgstr "KDE 프레임워크 버전:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kde-gtk-config5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2016-11-04 20:53:39

Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old)
 and  /work/SRC/openSUSE:Factory/.kde-gtk-config5.new (New)


Package is "kde-gtk-config5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2016-10-22 13:06:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 
2016-11-04 20:53:40.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kde-gtk-config-5.8.2.tar.xz

New:

  kde-gtk-config-5.8.3.tar.xz



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.ajuBoO/_old  2016-11-04 20:53:41.0 +0100
+++ /var/tmp/diff_new_pack.ajuBoO/_new  2016-11-04 20:53:41.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:LGPL-3.0+ and GPL-3.0+

++ kde-gtk-config-5.8.2.tar.xz -> kde-gtk-config-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.8.2/CMakeLists.txt 
new/kde-gtk-config-5.8.3/CMakeLists.txt
--- old/kde-gtk-config-5.8.2/CMakeLists.txt 2016-10-18 13:29:41.0 
+0200
+++ new/kde-gtk-config-5.8.3/CMakeLists.txt 2016-11-01 13:04:18.0 
+0100
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 cmake_minimum_required(VERSION 2.8.12)
 
 find_package(ECM 0.0.9 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.8.2/po/fi/kde-gtk-config.po 
new/kde-gtk-config-5.8.3/po/fi/kde-gtk-config.po
--- old/kde-gtk-config-5.8.2/po/fi/kde-gtk-config.po2016-10-18 
13:29:33.0 +0200
+++ new/kde-gtk-config-5.8.3/po/fi/kde-gtk-config.po2016-11-01 
13:04:11.0 +0100
@@ -9,15 +9,15 @@
 "Project-Id-Version: kde-gtk-config\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-08-13 07:30+\n"
-"PO-Revision-Date: 2016-10-11 20:32+0300\n"
-"Last-Translator: Tommi Nieminen \n"
+"PO-Revision-Date: 2016-10-18 22:27+0200\n"
+"Last-Translator: Lasse Liehu \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-POT-Import-Date: 2013-01-13 21:16:49+\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 msgctxt "NAME OF TRANSLATORS"
@@ -323,11 +323,10 @@
 msgid "Show icons in GTK menus:"
 msgstr "Näytä kuvakkeet GTK-valikoissa:"
 
-# *** TARKISTA: Arvaus!
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: src/ui/gui.ui:172
 msgid "Left mouse button warps scroll bar:"
-msgstr "Hiiren vasen painike kiihdyttää vierityspalkkia:"
+msgstr "Vasen hiiripainike asettaa vierityskohdan:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_6)
 #: src/ui/gui.ui:207
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.8.2/po/ko/kde-gtk-config.po 
new/kde-gtk-config-5.8.3/po/ko/kde-gtk-config.po
--- old/kde-gtk-config-5.8.2/po/ko/kde-gtk-config.po2016-10-18 
13:29:35.0 +0200
+++ new/kde-gtk-config-5.8.3/po/ko/kde-gtk-config.po2016-11-01 
13:04:13.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-08-13 07:30+\n"
-"PO-Revision-Date: 2016-01-24 22:43+0100\n"
+"PO-Revision-Date: 2016-10-20 21:05+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -321,7 +321,7 @@
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: src/ui/gui.ui:172
 msgid "Left mouse button warps scroll bar:"
-msgstr ""
+msgstr "왼쪽 마우스 단추로 스크롤 바 변형:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_6)
 #: src/ui/gui.ui:207




commit kde-user-manager for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2016-11-04 20:53:49

Comparing /work/SRC/openSUSE:Factory/kde-user-manager (Old)
 and  /work/SRC/openSUSE:Factory/.kde-user-manager.new (New)


Package is "kde-user-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2016-10-22 13:07:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-user-manager.new/kde-user-manager.changes   
2016-11-04 20:53:50.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+- Remove upstream patches:
+  * do-not-request-root-password-when-changing-avatar.diff
+
+---

Old:

  do-not-request-root-password-when-changing-avatar.diff
  user-manager-5.8.2.tar.xz

New:

  user-manager-5.8.3.tar.xz



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.8lyZbA/_old  2016-11-04 20:53:51.0 +0100
+++ /var/tmp/diff_new_pack.8lyZbA/_new  2016-11-04 20:53:51.0 +0100
@@ -18,15 +18,13 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:KDE System Settings module to manage users
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: 
http://download.kde.org/stable/plasma/%{version}/user-manager-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM do-not-request-root-password-when-changing-avatar.diff 
alarr...@suse.com -- Only try to save the data the user modified
-Patch0: do-not-request-root-password-when-changing-avatar.diff
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  libpwquality-devel
 BuildRequires:  cmake(KF5I18n)
@@ -43,7 +41,6 @@
 
 %prep
 %setup -q -n user-manager-%{version}
-%patch0 -p1
 
 %build
 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ user-manager-5.8.2.tar.xz -> user-manager-5.8.3.tar.xz ++
 2546 lines of diff (skipped)




commit discover for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package discover for openSUSE:Factory 
checked in at 2016-11-04 20:52:45

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


Package is "discover"

Changes:

--- /work/SRC/openSUSE:Factory/discover/discover.changes2016-10-22 
13:06:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes   2016-11-04 
20:53:04.0 +0100
@@ -1,0 +2,15 @@
+Wed Nov  2 13:02:27 UTC 2016 - alarr...@suse.com
+
+- Added 0001-Make-screenshots-visible-when-only-one.patch which fixes
+  an issue by which discover didn't show application screenshots when
+  there was only one screenshot (kde#371724) 
+
+---
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  discover-5.8.2.tar.xz

New:

  0001-Make-screenshots-visible-when-only-one.patch
  discover-5.8.3.tar.xz



Other differences:
--
++ discover.spec ++
--- /var/tmp/diff_new_pack.PAP3cZ/_old  2016-11-04 20:53:06.0 +0100
+++ /var/tmp/diff_new_pack.PAP3cZ/_new  2016-11-04 20:53:06.0 +0100
@@ -18,13 +18,15 @@
 
 %bcond_without lang
 Name:   discover
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:KDE Software Installer
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:https://quickgit.kde.org/?p=discover.git
 Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 0001-Make-screenshots-visible-when-only-one.patch -- Show 
app screenshots when there's only one too
+Patch0: 0001-Make-screenshots-visible-when-only-one.patch
 BuildRequires:  PackageKit-Qt5-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules
@@ -78,6 +80,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Make-screenshots-visible-when-only-one.patch ++
>From 3297fe6026edebb8db72bb179289bee844c26ae3 Mon Sep 17 00:00:00 2001
From: Antonio Larrosa 
Date: Wed, 2 Nov 2016 11:43:17 +0100
Subject: Make screenshots visible when there's only one screenshot too

Summary:
Applications with only one screenshot also deserve to have it visible.

BUG: 371724
FIXED-IN: 5.8.4

Test Plan:
Open any application that only has one screenshot (e.g. poedit).
No screenshot is shown until this patch is applied.

Reviewers: davidedmundson, apol

Reviewed By: davidedmundson, apol

Differential Revision: https://phabricator.kde.org/D3223
---
 discover/qml/ApplicationScreenshots.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discover/qml/ApplicationScreenshots.qml 
b/discover/qml/ApplicationScreenshots.qml
index dc7c62d..92e2d8c 100644
--- a/discover/qml/ApplicationScreenshots.qml
+++ b/discover/qml/ApplicationScreenshots.qml
@@ -32,7 +32,7 @@ Flow {
 
 readonly property real side: Kirigami.Units.gridUnit * 8
 property QtObject page
-visible: screenshotsModel.count>1
+visible: screenshotsModel.count>0
 
 readonly property var fu: Kirigami.OverlaySheet {
 id: overlay
-- 
cgit v0.11.2

++ discover-5.8.2.tar.xz -> discover-5.8.3.tar.xz ++
/work/SRC/openSUSE:Factory/discover/discover-5.8.2.tar.xz 
/work/SRC/openSUSE:Factory/.discover.new/discover-5.8.3.tar.xz differ: char 26, 
line 1




commit kactivitymanagerd for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2016-11-04 20:53:12

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


Package is "kactivitymanagerd"

Changes:

--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes  
2016-10-22 13:06:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2016-11-04 20:53:13.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kactivitymanagerd-5.8.2.tar.xz

New:

  kactivitymanagerd-5.8.3.tar.xz



Other differences:
--
++ kactivitymanagerd.spec ++
--- /var/tmp/diff_new_pack.dr1ai6/_old  2016-11-04 20:53:14.0 +0100
+++ /var/tmp/diff_new_pack.dr1ai6/_new  2016-11-04 20:53:14.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kactivitymanagerd
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivitymanagerd-5.8.2.tar.xz -> kactivitymanagerd-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.8.2/po/se/kactivities5.po 
new/kactivitymanagerd-5.8.3/po/se/kactivities5.po
--- old/kactivitymanagerd-5.8.2/po/se/kactivities5.po   2016-10-18 
13:27:56.0 +0200
+++ new/kactivitymanagerd-5.8.3/po/se/kactivities5.po   2016-11-01 
12:59:46.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-07-28 07:52+\n"
+"POT-Creation-Date: 2016-10-15 11:26+\n"
 "PO-Revision-Date: 2011-10-26 01:37+0200\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -27,7 +27,7 @@
 msgid "Your emails"
 msgstr "boe...@skolelinux.no"
 
-#: service/Activities.cpp:106
+#: service/Activities.cpp:124
 msgid "Default"
 msgstr "Standárda"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.8.2/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
 
new/kactivitymanagerd-5.8.3/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
--- 
old/kactivitymanagerd-5.8.2/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
   2016-10-18 13:27:49.0 +0200
+++ 
new/kactivitymanagerd-5.8.3/src/service/plugins/activitytemplates/kactivitymanagerd-plugin-activitytemplates.json
   2016-11-01 12:59:38.0 +0100
@@ -23,6 +23,7 @@
 "Description[fi]": "Tuki aktiviteettimallien tekemiseen", 
 "Description[gl]": "Permite a creación de modelos de actividades", 
 "Description[it]": "Supporto per creare attività da modelli", 
+"Description[ko]": "템플릿에서 활동 생성 지원", 
 "Description[nl]": "Ondersteuning voor aanmaken van activiteiten 
volgens sjablonen", 
 "Description[nn]": "Støtte for å oppretta aktivitetar frå malar", 
 "Description[pl]": "Obsługa tworzenia szablonowych działań", 
@@ -56,6 +57,7 @@
 "Name[fi]": "Aktiviteettimallit", 
 "Name[gl]": "Modelos de actividade", 
 "Name[it]": "Modelli di attività", 
+"Name[ko]": "활동 템플릿", 
 "Name[nl]": "Sjablonen voor activiteit", 
 "Name[nn]": "Aktivitetsmalar", 
 "Name[pl]": "Szablony działań", 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.8.2/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
 
new/kactivitymanagerd-5.8.3/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
--- 
old/kactivitymanagerd-5.8.2/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
 2016-10-18 13:27:49.0 +0200
+++ 
new/kactivitymanagerd-5.8.3/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
 2016-11-01 12:59:38.0 +0100
@@ -23,6 +23,7 @@
 "Description[fi]": "Kerää tapahtumia sovelluksilta, jotka tukevat 
viimeaikaisten tiedostojen määrittelyä", 
 "Description[gl]": "Recolle eventos dos programas compatíbeis coa 
especificación de documentos recentes.", 
 "Description[it]": "Raccoglie eventi dalle applicazioni che supportano 
la specifica dei documenti recenti", 
+

commit kcm_sddm for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2016-11-04 20:53:23

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


Package is "kcm_sddm"

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2016-10-22 
13:06:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2016-11-04 
20:53:24.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  sddm-kcm-5.8.2.tar.xz

New:

  sddm-kcm-5.8.3.tar.xz



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.Ousfyz/_old  2016-11-04 20:53:25.0 +0100
+++ /var/tmp/diff_new_pack.Ousfyz/_new  2016-11-04 20:53:25.0 +0100
@@ -21,7 +21,7 @@
 Summary:A sddm control module for KDE
 License:GPL-2.0
 Group:  System/GUI/KDE
-Version:5.8.2
+Version:5.8.3
 Release:0
 Url:https://projects.kde.org/projects/kdereview/sddm-kcm/repository
 Source: 
http://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz

++ sddm-kcm-5.8.2.tar.xz -> sddm-kcm-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.8.2/CMakeLists.txt 
new/sddm-kcm-5.8.3/CMakeLists.txt
--- old/sddm-kcm-5.8.2/CMakeLists.txt   2016-10-18 13:51:37.0 +0200
+++ new/sddm-kcm-5.8.3/CMakeLists.txt   2016-11-01 13:29:07.0 +0100
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)




commit kde-cli-tools5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2016-11-04 20:53:31

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


Package is "kde-cli-tools5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2016-10-22 13:06:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2016-11-04 20:53:32.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  kde-cli-tools-5.8.2.tar.xz

New:

  kde-cli-tools-5.8.3.tar.xz



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.Zdqqbj/_old  2016-11-04 20:53:33.0 +0100
+++ /var/tmp/diff_new_pack.Zdqqbj/_new  2016-11-04 20:53:33.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0+

++ kde-cli-tools-5.8.2.tar.xz -> kde-cli-tools-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.8.2/CMakeLists.txt 
new/kde-cli-tools-5.8.3/CMakeLists.txt
--- old/kde-cli-tools-5.8.2/CMakeLists.txt  2016-10-18 13:29:05.0 
+0200
+++ new/kde-cli-tools-5.8.3/CMakeLists.txt  2016-11-01 13:01:48.0 
+0100
@@ -1,5 +1,5 @@
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.8.2/po/ko/kcmshell.po 
new/kde-cli-tools-5.8.3/po/ko/kcmshell.po
--- old/kde-cli-tools-5.8.2/po/ko/kcmshell.po   2016-10-18 13:28:32.0 
+0200
+++ new/kde-cli-tools-5.8.3/po/ko/kcmshell.po   2016-11-01 13:01:18.0 
+0100
@@ -2,14 +2,14 @@
 # Copyright (C) 2007 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdebase package.
 # Shinjo Park , 2007, 2010, 2011.
-# Shinjo Park , 2011, 2014, 2015.
+# Shinjo Park , 2011, 2014, 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmshell\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-09-23 10:51+\n"
-"PO-Revision-Date: 2015-10-17 22:38+0200\n"
+"PO-Revision-Date: 2016-10-20 20:10+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -29,19 +29,15 @@
 
 #: main.cpp:168
 msgid "System Settings Module"
-msgstr ""
+msgstr "시스템 설정 모듈"
 
 #: main.cpp:170
-#, fuzzy
-#| msgid "A tool to start single KDE control modules"
 msgid "A tool to start single system settings modules"
-msgstr "단일 KDE 제어 모듈을 시작하는 도구"
+msgstr "단일 시스템 설정 모듈을 시작하는 도구"
 
 #: main.cpp:172
-#, fuzzy
-#| msgid "(c) 1999-2015, The KDE Developers"
 msgid "(c) 1999-2016, The KDE Developers"
-msgstr "(c) 1999-2015, The KDE Developers"
+msgstr "(c) 1999-2016, The KDE Developers"
 
 #: main.cpp:174
 msgid "Frans Englich"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.8.2/po/ko/kdesu.po 
new/kde-cli-tools-5.8.3/po/ko/kdesu.po
--- old/kde-cli-tools-5.8.2/po/ko/kdesu.po  2016-10-18 13:28:32.0 
+0200
+++ new/kde-cli-tools-5.8.3/po/ko/kdesu.po  2016-11-01 13:01:18.0 
+0100
@@ -2,14 +2,14 @@
 # Copyright (C) 2001, 2007-2008.
 # Yu-Chan, Park , 2001.
 # Shinjo Park , 2007, 2008, 2009, 2011.
-# Shinjo Park , 2011, 2014, 2015.
+# Shinjo Park , 2011, 2014, 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdesu\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-09-10 07:51+\n"
-"PO-Revision-Date: 2015-01-17 23:53+0900\n"
+"PO-Revision-Date: 2016-10-20 20:10+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"

commit breeze-gtk for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2016-11-04 20:52:19

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


Package is "breeze-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2016-10-22 
13:06:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes   
2016-11-04 20:52:45.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  breeze-gtk-5.8.2.tar.xz

New:

  breeze-gtk-5.8.3.tar.xz



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.QM9LKX/_old  2016-11-04 20:52:46.0 +0100
+++ /var/tmp/diff_new_pack.QM9LKX/_new  2016-11-04 20:52:46.0 +0100
@@ -18,7 +18,7 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1

++ breeze-gtk-5.8.2.tar.xz -> breeze-gtk-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.8.2/CMakeLists.txt 
new/breeze-gtk-5.8.3/CMakeLists.txt
--- old/breeze-gtk-5.8.2/CMakeLists.txt 2016-10-18 13:26:18.0 +0200
+++ new/breeze-gtk-5.8.3/CMakeLists.txt 2016-11-01 12:55:16.0 +0100
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)




commit breeze for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-11-04 20:51:56

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


Package is "breeze"

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2016-10-28 
12:26:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-11-04 
20:52:41.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.8.2.tar.xz

New:

  breeze-5.8.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.6jJZDU/_old  2016-11-04 20:52:43.0 +0100
+++ /var/tmp/diff_new_pack.6jJZDU/_new  2016-11-04 20:52:43.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.6jJZDU/_old  2016-11-04 20:52:43.0 +0100
+++ /var/tmp/diff_new_pack.6jJZDU/_new  2016-11-04 20:52:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.8.2
+Version:5.8.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.8.2.tar.xz -> breeze-5.8.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.8.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.8.3.tar.xz differ: char 26, 
line 1




commit bluedevil5 for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2016-11-04 20:51:33

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


Package is "bluedevil5"

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2016-10-22 
13:05:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes   
2016-11-04 20:51:34.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  bluedevil-5.8.2.tar.xz

New:

  bluedevil-5.8.3.tar.xz



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.63sTjg/_old  2016-11-04 20:51:35.0 +0100
+++ /var/tmp/diff_new_pack.63sTjg/_new  2016-11-04 20:51:35.0 +0100
@@ -19,7 +19,7 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+

++ bluedevil-5.8.2.tar.xz -> bluedevil-5.8.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.8.2/CMakeLists.txt 
new/bluedevil-5.8.3/CMakeLists.txt
--- old/bluedevil-5.8.2/CMakeLists.txt  2016-10-18 13:23:51.0 +0200
+++ new/bluedevil-5.8.3/CMakeLists.txt  2016-11-01 12:50:15.0 +0100
@@ -1,5 +1,5 @@
 project(bluedevil)
-set(PROJECT_VERSION "5.8.2")
+set(PROJECT_VERSION "5.8.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.8.2/po/ko/bluedevil.po 
new/bluedevil-5.8.3/po/ko/bluedevil.po
--- old/bluedevil-5.8.2/po/ko/bluedevil.po  2016-10-18 13:23:28.0 
+0200
+++ new/bluedevil-5.8.3/po/ko/bluedevil.po  2016-11-01 12:49:57.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-03-19 07:53+\n"
-"PO-Revision-Date: 2016-01-24 22:41+0100\n"
+"PO-Revision-Date: 2016-10-20 20:13+0100\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -249,11 +249,10 @@
 msgstr "알 수 없음"
 
 #: kcmodule/devices/devicedetails.cpp:274
-#, fuzzy, kde-format
-#| msgid "Network"
+#, kde-format
 msgctxt "DeviceName Network (Service)"
 msgid "%1 Network (%2)"
-msgstr "네트워크"
+msgstr "%1 네트워크(%2)"
 
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: kcmodule/devices/devicedetails.ui:113
@@ -339,17 +338,13 @@
 
 #. i18n: ectx: property (toolTip), widget (QPushButton, addButton)
 #: kcmodule/devices/devices.ui:62
-#, fuzzy
-#| msgid "Add new device"
 msgid "Add device"
-msgstr "새 장치 추가"
+msgstr "장치 추가"
 
 #. i18n: ectx: property (toolTip), widget (QPushButton, removeButton)
 #: kcmodule/devices/devices.ui:76
-#, fuzzy
-#| msgid "Select a device"
 msgid "Remove device"
-msgstr "장치 선택"
+msgstr "장치 삭제"
 
 #: kcmodule/global/global.cpp:49
 msgid "Bluetooth Advanced Settings"
@@ -376,10 +371,8 @@
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_enableGlobalBluetooth)
 #: kcmodule/global/global.ui:17
-#, fuzzy
-#| msgid "Enable KDE Bluetooth integration"
 msgid "Enable Bluetooth integration"
-msgstr "KDE 블루투스 통합 사용하기"
+msgstr "블루투스 통합 사용하기"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_receivingFiles)
 #: kcmodule/global/global.ui:40




commit ModemManager for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2016-11-04 20:50:55

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


Package is "ModemManager"

Changes:

--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes
2016-10-18 10:34:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2016-11-04 20:50:56.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov  1 13:24:34 UTC 2016 - zai...@opensuse.org
+
+- Drop obsolete automake BuildRequires: Leftover from past patches.
+
+---



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.5zEh2E/_old  2016-11-04 20:50:57.0 +0100
+++ /var/tmp/diff_new_pack.5zEh2E/_new  2016-11-04 20:50:57.0 +0100
@@ -27,7 +27,6 @@
 Source0:
http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE ModemManager-1.0.0-systemd-activation.patch bnc#892682 
lnus...@suse.de -- Fix systemd dbus activation
 Patch0: ModemManager-1.0.0-systemd-activation.patch
-BuildRequires:  automake
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gobject-introspection-devel >= 0.9.6
 BuildRequires:  hicolor-icon-theme




commit plasma-framework for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2016-11-04 20:51:12

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


Package is "plasma-framework"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2016-10-28 12:27:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2016-11-04 20:51:13.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  2 11:28:03 UTC 2016 - alarr...@suse.com
+
+- Add 0001-make-sure-OSD-doesnt-have-Dialog-flag.patch to fix an 
+  issue by which OSD (like volume changes notifications) were
+  not shown when panel was hidden (kde#370433).
+
+---

New:

  0001-make-sure-OSD-doesnt-have-Dialog-flag.patch



Other differences:
--
++ plasma-framework.spec ++
--- /var/tmp/diff_new_pack.d5hcHV/_old  2016-11-04 20:51:14.0 +0100
+++ /var/tmp/diff_new_pack.d5hcHV/_new  2016-11-04 20:51:14.0 +0100
@@ -36,6 +36,8 @@
 Patch2: new-bool-to-use-activated-signal-as-toggle.patch
 # PATCH-FIX-UPSTREAM Fixes-for-building-plasma-framework-with-Qt-55.patch
 Patch3: Fixes-for-building-plasma-framework-with-Qt-55.patch
+# PATCH-FIX-UPSTREAM 0001-make-sure-OSD-doesnt-have-Dialog-flag.patch -- Fix 
OSD not showing up when panel visibility is set to auto-hide
+Patch4: 0001-make-sure-OSD-doesnt-have-Dialog-flag.patch
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kactivities5-devel >= 5.19.0
@@ -131,6 +133,7 @@
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 # install updated network.svgz
 cp %{S:2} src/desktoptheme/air/icons
 

++ 0001-make-sure-OSD-doesnt-have-Dialog-flag.patch ++
>From 62b0865492d863cd000814054681ba6a97972cd5 Mon Sep 17 00:00:00 2001
From: Marco Martin 
Date: Wed, 2 Nov 2016 11:56:40 +0100
Subject: make sure OSD doesn't have Dialog flag

an OSD can't be a Dialog, as qt xcb would attempt to set a
transient parent for it, same as panels, which in turn will
make for invisible osd on autohide panels

Change-Id: I5afea6d4bfa0bfee8b3453e78a1c214a3a0894ec
reviewed-by: Martin Graesslin 
CCMAIL:distributi...@kde.org
BUG:370433
---
 src/plasmaquick/dialog.cpp | 5 +
 1 file changed, 5 insertions(+)

diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp
index 9afdf60..6e2041a 100644
--- a/src/plasmaquick/dialog.cpp
+++ b/src/plasmaquick/dialog.cpp
@@ -1037,6 +1037,11 @@ void Dialog::setType(WindowType type)
 } else {
 setFlags(Qt::FramelessWindowHint | flags());
 }
+//an OSD can't be a Dialog, as qt xcb would attempt to set a transient 
parent for it
+//see bug 370433
+if (type == OnScreenDisplay) {
+setFlags((flags() & ~Qt::Dialog) | Qt::Window);
+}
 
 if (d->backgroundHints == Dialog::NoBackground) {
 d->frameSvgItem->setImagePath(QString());
-- 
cgit v0.11.2





commit mutter for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2016-11-04 20:50:35

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


Package is "mutter"

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2016-10-18 
10:35:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2016-11-04 
20:50:36.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov  1 10:09:57 UTC 2016 - zai...@opensuse.org
+
+- Add mutter-fix-startup.patch: Fix slow startup notification for
+  some gtk3 apps when running on wayland (bgo#768531).
+
+---

New:

  mutter-fix-startup.patch



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.8XQAtY/_old  2016-11-04 20:50:37.0 +0100
+++ /var/tmp/diff_new_pack.8XQAtY/_new  2016-11-04 20:50:37.0 +0100
@@ -42,6 +42,8 @@
 Patch4: mutter-screeenshot-coords.patch
 # PATCH-FIX-UPSTREAM mutter-scale-positioner-coordinates.patch bgo#771841 
zai...@opensuse.org -- wayland/xdg-shell: Scale positioner coordinates, fix 
hidpi menus.
 Patch5: mutter-scale-positioner-coordinates.patch
+# PATCH-FIX-UPSTREAM mutter-fix-startup.patch bgo#768531 zai...@opensuse.org 
-- Fix slow startup notification on wayland
+Patch6: mutter-fix-startup.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 0.9.5
 BuildRequires:  libSM-devel
@@ -98,9 +100,9 @@
 
 %package -n libmutter0
 Summary:Window and compositing manager based on Clutter -- Library
-Group:  System/Libraries
 # we need the gsettings schema; hopefully, they'll stay backwards compatible
 # (since we can't require = version, to not break SLPP)
+Group:  System/Libraries
 Requires:   %{name}-data >= %{version}
 
 %description -n libmutter0
@@ -143,6 +145,7 @@
 %endif
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %configure \

++ mutter-fix-startup.patch ++
>From 4ed430b4ef3013c96fa56cdc57b925b42d20ead9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
Date: Thu, 20 Oct 2016 18:00:04 +0200
Subject: [PATCH] gtk-shell: Work around non-working startup notifications

GNOME Shell relies on the MetaScreen::startup-sequence-changed signal,
which is tied to (lib)startup-notification and therefore X11. As a result,
when we remove the startup sequence of a wayland client, GNOME Shell will
not be notified about this until startup-notification's timeout is hit.
As a temporary stop-gap, go through XWayland even for wayland clients,
so that the signal is emitted when expected.

https://bugzilla.gnome.org/show_bug.cgi?id=768531
---
 src/wayland/meta-wayland-gtk-shell.c | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/src/wayland/meta-wayland-gtk-shell.c 
b/src/wayland/meta-wayland-gtk-shell.c
index d6e249f..9d1a19e 100644
--- a/src/wayland/meta-wayland-gtk-shell.c
+++ b/src/wayland/meta-wayland-gtk-shell.c
@@ -219,11 +219,21 @@ gtk_shell_set_startup_id (struct wl_client   *client,
   struct wl_resource *resource,
   const char *startup_id)
 {
+#if 0
   MetaDisplay *display;
 
   display = meta_get_display ();
   meta_startup_notification_remove_sequence (display->startup_notification,
  startup_id);
+#else
+  /* HACK: MetaScreen::startup-sequence-changed is currently tied to
+   (lib)startup-notification, which means it only works on X11;
+   so for now, always go through XWayland, even for wayland clients */
+  gdk_x11_display_broadcast_startup_message (gdk_display_get_default (),
+ "remove",
+ "ID", startup_id,
+ NULL);
+#endif
 }
 
 static void
-- 
2.9.3




commit linux-atm for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2016-11-04 20:48:56

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new (New)


Package is "linux-atm"

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2014-01-30 
12:52:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-atm.new/linux-atm.changes 2016-11-04 
20:48:57.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 17 09:36:39 UTC 2016 - sch...@suse.de
+
+- linux-atm-2.5.2-fix-header-conflict.patch: avoid conflict with kernel
+  headers
+
+---

New:

  linux-atm-2.5.2-fix-header-conflict.patch



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.2xWNPe/_old  2016-11-04 20:48:58.0 +0100
+++ /var/tmp/diff_new_pack.2xWNPe/_new  2016-11-04 20:48:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-atm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -30,6 +30,8 @@
 Patch0: linux-atm-2.5.2_fdleak.patch
 # PATCH-FIX-UPSTREAM linux-atm-2.5.2_implicit-fortify-decl.patch -- fix 
implicit declarations
 Patch1: linux-atm-2.5.2_implicit-fortify-decl.patch
+# PATCH-FIX-UPSTREAM linux-atm-2.5.2-fix-header-conflict.patch -- avoid 
conflict with kernel headers
+Patch2: linux-atm-2.5.2-fix-header-conflict.patch
 
 BuildRequires:  bison
 BuildRequires:  flex
@@ -63,6 +65,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static

++ linux-atm-2.5.2-fix-header-conflict.patch ++
Index: linux-atm-2.5.2/src/maint/zntune.c
===
--- linux-atm-2.5.2.orig/src/maint/zntune.c
+++ linux-atm-2.5.2/src/maint/zntune.c
@@ -14,6 +14,7 @@
 #include 
 #include 
 #include  /* for struct timeval, although it's not used */
+#define _LINUX_TIME_H /* block linux/time.h from being included */
 #include 
 
 



commit shadow for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package shadow for openSUSE:Factory checked 
in at 2016-11-04 20:49:38

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


Package is "shadow"

Changes:

--- /work/SRC/openSUSE:Factory/shadow/shadow.changes2016-10-23 
12:49:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.shadow.new/shadow.changes   2016-11-04 
20:49:39.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  2 07:41:51 UTC 2016 - meiss...@suse.com
+
+- add keyring, three public keys from 
https://pkg-shadow.alioth.debian.org/download.php
+
+---

New:

  shadow-4.2.1.tar.xz.sig
  shadow.keyring



Other differences:
--
++ shadow.spec ++
--- /var/tmp/diff_new_pack.YjAUzN/_old  2016-11-04 20:49:40.0 +0100
+++ /var/tmp/diff_new_pack.YjAUzN/_new  2016-11-04 20:49:40.0 +0100
@@ -24,6 +24,8 @@
 Release:0
 Url:http://pkg-shadow.alioth.debian.org/
 Source: 
http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.xz
+Source42:   
http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.xz.sig
+Source43:   %name.keyring
 Source1:pamd.tar.bz2
 Source2:README.changes-pwdutils
 Source3:useradd.local




commit coreutils for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2016-11-04 20:49:26

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


Package is "coreutils"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2016-08-05 18:11:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2016-11-04 20:49:27.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov  1 09:41:12 UTC 2016 - m...@bernhard-voelker.de
+
+- coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch:
+  Add upstream patch to fix "md5sum --check --ignore-missing" which
+  treated files with checksums starting with "00" as missing.
+
+---
coreutils.changes: same change

New:

  coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.PKjavF/_old  2016-11-04 20:49:29.0 +0100
+++ /var/tmp/diff_new_pack.PKjavF/_new  2016-11-04 20:49:29.0 +0100
@@ -140,6 +140,11 @@
 # to be removed with coreutils > v8.25.
 Patch710:   coreutils-maint-fix-dependency-of-man-arch.1.patch
 
+# Upstream patch to fix "md5sum --check --ignore-missing" which treated
+# files with checksums starting with "00" as missing;
+# to be removed with coreutils > v8.25.
+Patch715:   
coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -185,6 +190,7 @@
 %patch700
 %patch705
 %patch710
+%patch715
 
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.PKjavF/_old  2016-11-04 20:49:29.0 +0100
+++ /var/tmp/diff_new_pack.PKjavF/_new  2016-11-04 20:49:29.0 +0100
@@ -140,6 +140,11 @@
 # to be removed with coreutils > v8.25.
 Patch710:   coreutils-maint-fix-dependency-of-man-arch.1.patch
 
+# Upstream patch to fix "md5sum --check --ignore-missing" which treated
+# files with checksums starting with "00" as missing;
+# to be removed with coreutils > v8.25.
+Patch715:   
coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -185,6 +190,7 @@
 %patch700
 %patch705
 %patch710
+%patch715
 
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in


++ coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch ++
Upstream patch to fix "md5sum --check --ignore-missing" which treated
files with checksums starting with "00" as missing.
To be removed with coreutils > v8.25.

Test case illustrating the issue:

  $ echo 559 > file
  
  $ md5sum file | tee file.md5
  000b64c5d808b7ae98718d6a191325b7  file
  
With the file being intact, md5sum previously issued a misleading error
diagnostic, and returned with exit code 1.

  $ md5sum -c --ignore-missing file.md5; echo $?
  md5sum: file.md5: no file was verified
  1

With the file being changed, md5sum still detected the changed file ("FAILED"),
but still stated that the file was not checked; at least the exit code was okay.

  $ echo tampered >> file

  $ md5sum -c --ignore-missing file.md5; echo $?
  file: FAILED
  md5sum: WARNING: 1 computed checksum did NOT match
  md5sum: file.md5: no file was verified
  1

Original patch:
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=d0ddfadfb27de

>From d0ddfadfb27def2861f35b1a45190a4c1780b257 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A1draig=20Brady?= 
Date: Wed, 26 Oct 2016 15:45:01 +0100
Subject: [PATCH] md5sum,sha*sum: fix --ignore-missing with checksums starting
 with 00

* NEWS: Mention the fix.
* src/md5sum.c (digest_file): Add a new MISSING parameter to
return whether the file was missing, separately from the digest.
* tests/misc/md5sum.pl: Add a test case.
Fixes http://bugs.gnu.org/24795
---
 NEWS |4 
 src/md5sum.c |   20 
 tests/misc/md5sum.pl |7 +++
 3 files changed, 23 insertions(+), 8 deletions(-)

Index: NEWS
===
--- NEWS.orig
+++ NEWS
@@ -11,6 +11,10 @@ GNU coreutils NEWS
   df now filters the system mount list more efficiently, with 2
   mount entries now being processed in about 1.1s compared to 

commit net-tools for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package net-tools for openSUSE:Factory 
checked in at 2016-11-04 20:49:14

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


Package is "net-tools"

Changes:

--- /work/SRC/openSUSE:Factory/net-tools/net-tools.changes  2016-05-26 
23:52:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.net-tools.new/net-tools.changes 2016-11-04 
20:49:15.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 17 07:39:12 UTC 2016 - sch...@suse.de
+
+- net-tools-1.60-fix-header-conflict.patch: use kernel headers to avoid
+  conflict with user-space headers
+
+---

New:

  net-tools-1.60-fix-header-conflict.patch



Other differences:
--
++ net-tools.spec ++
--- /var/tmp/diff_new_pack.ghoAML/_old  2016-11-04 20:49:17.0 +0100
+++ /var/tmp/diff_new_pack.ghoAML/_new  2016-11-04 20:49:17.0 +0100
@@ -85,6 +85,7 @@
 Patch52:net-tools-1.60-plipconfig-ecode.patch
 # PATCH-FIX-UPSTREAM net-tools-1.60-hostname-s.patch boo#872264 ticket#14 
commit#452f8e 
 Patch53:net-tools-1.60-hostname-s.patch
+Patch54:net-tools-1.60-fix-header-conflict.patch
 
 %description
 This package contains essential programs for network administration and
@@ -164,6 +165,7 @@
 %patch51 -p1
 %patch52 -p1
 %patch53 -p1
+%patch54 -p1
 cp %{S:4} .
 cp %{S:5} ./man/en_US
 

++ net-tools-1.60-fix-header-conflict.patch ++
Index: net-tools-1.60/iptunnel.c
===
--- net-tools-1.60.orig/iptunnel.c
+++ net-tools-1.60/iptunnel.c
@@ -26,7 +26,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #if defined(__GLIBC__) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ 
>= 1))
 #include 



commit ppp for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package ppp for openSUSE:Factory checked in 
at 2016-11-04 20:48:45

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


Package is "ppp"

Changes:

--- /work/SRC/openSUSE:Factory/ppp/ppp.changes  2015-11-18 22:31:19.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ppp.new/ppp.changes 2016-11-04 
20:48:46.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 17 10:26:16 UTC 2016 - sch...@suse.de
+
+- fix-header-conflict.patch: avoid conflict with kernel headers
+
+---

New:

  fix-header-conflict.patch



Other differences:
--
++ ppp.spec ++
--- /var/tmp/diff_new_pack.f9veNE/_old  2016-11-04 20:48:48.0 +0100
+++ /var/tmp/diff_new_pack.f9veNE/_new  2016-11-04 20:48:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ppp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -71,6 +71,7 @@
 Patch23:ppp-send-padt.patch
 # PATCH-FIX-UPSTREAM -- Patch for CVE-2015-3310
 Patch24:ppp-CVE-2015-3310.patch
+Patch25:fix-header-conflict.patch
 
 %description
 The ppp package contains the PPP (Point-to-Point Protocol) daemon,
@@ -112,6 +113,7 @@
 %patch22
 %patch23 -p1
 %patch24
+%patch25 -p1
 sed -i -e '1s/local\///' scripts/secure-card
 find scripts -type f | xargs chmod a-x
 find -type f -name '*.orig' | xargs rm -f

++ fix-header-conflict.patch ++
Index: ppp-2.4.7/pppd/plugins/rp-pppoe/plugin.c
===
--- ppp-2.4.7.orig/pppd/plugins/rp-pppoe/plugin.c
+++ ppp-2.4.7/pppd/plugins/rp-pppoe/plugin.c
@@ -49,6 +49,8 @@ static char const RCSID[] =
 #include 
 #include 
 #include 
+#define _LINUX_IN_H /* block  from being included */
+#define _LINUX_IN6_H /* block  from being included */
 #include 
 
 #ifndef _ROOT_PATH




commit chromium for openSUSE:13.2:Update

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:13.2:Update 
checked in at 2016-11-04 17:42:59

Comparing /work/SRC/openSUSE:13.2:Update/chromium (Old)
 and  /work/SRC/openSUSE:13.2:Update/.chromium.new (New)


Package is "chromium"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.28IjIt/_old  2016-11-04 17:43:02.0 +0100
+++ /var/tmp/diff_new_pack.28IjIt/_new  2016-11-04 17:43:02.0 +0100
@@ -1 +1 @@
-
+




commit patchinfo.5770 for openSUSE:13.2:Update

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.5770 for 
openSUSE:13.2:Update checked in at 2016-11-04 12:49:23

Comparing /work/SRC/openSUSE:13.2:Update/patchinfo.5770 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.patchinfo.5770.new (New)


Package is "patchinfo.5770"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-0: CVE-2016-4658: libxml2: Use after 
free via namespace node in XPointer ranges
  
  security
  moderate
  AndreasStieger
  
This update for libxml2 fixes the following issues:

- CVE-2016-4658: libxml2 allowed remote attackers to execute arbitrary code or 
cause a denial of service (memory corruption) via a crafted XML document 
(boo#1005544).

  Security update for libxml2





commit python-libxml2 for openSUSE:13.2:Update

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2 for 
openSUSE:13.2:Update checked in at 2016-11-04 12:49:22

Comparing /work/SRC/openSUSE:13.2:Update/python-libxml2 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.python-libxml2.new (New)


Package is "python-libxml2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QgE4pG/_old  2016-11-04 12:49:23.0 +0100
+++ /var/tmp/diff_new_pack.QgE4pG/_new  2016-11-04 12:49:23.0 +0100
@@ -1 +1 @@
-
+




commit libxml2 for openSUSE:13.2:Update

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:13.2:Update 
checked in at 2016-11-04 12:49:20

Comparing /work/SRC/openSUSE:13.2:Update/libxml2 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.libxml2.new (New)


Package is "libxml2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zW4BWP/_old  2016-11-04 12:49:21.0 +0100
+++ /var/tmp/diff_new_pack.zW4BWP/_new  2016-11-04 12:49:21.0 +0100
@@ -1 +1 @@
-
+




commit jasper for openSUSE:13.2:Update

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package jasper for openSUSE:13.2:Update 
checked in at 2016-11-04 09:23:16

Comparing /work/SRC/openSUSE:13.2:Update/jasper (Old)
 and  /work/SRC/openSUSE:13.2:Update/.jasper.new (New)


Package is "jasper"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cJOml4/_old  2016-11-04 09:23:17.0 +0100
+++ /var/tmp/diff_new_pack.cJOml4/_new  2016-11-04 09:23:17.0 +0100
@@ -1 +1 @@
-
+