commit poedit for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-06-20 11:07:26

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


Package is "poedit"

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2016-04-06 
11:52:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-06-20 
11:07:28.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 19 14:45:04 UTC 2016 - astie...@suse.com
+
+- poedit 1.8.8:
+  * Multiple fixes to Poedit’s interface in right-to-left languages.
+  * Don't leave directional marks in translated text if there's a
+LTR/RTL mismatch.
+  * Assorted small fixes.
+
+---

Old:

  poedit-1.8.7.1.tar.gz

New:

  poedit-1.8.8.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.Cq5nbE/_old  2016-06-20 11:07:29.0 +0200
+++ /var/tmp/diff_new_pack.Cq5nbE/_new  2016-06-20 11:07:29.0 +0200
@@ -20,16 +20,17 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.7.1
+Version:1.8.8
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
-BuildRequires:  boost-devel
+BuildRequires:  boost-devel >= 1.54
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel >= 3.0.0
 BuildRequires:  pkgconfig(gtkspell-2.0)

++ poedit-1.8.7.1.tar.gz -> poedit-1.8.8.tar.gz ++
 70490 lines of diff (skipped)




commit scim-unikey for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package scim-unikey for openSUSE:Factory 
checked in at 2016-06-20 11:07:06

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


Package is "scim-unikey"

Changes:

--- /work/SRC/openSUSE:Factory/scim-unikey/scim-unikey.changes  2015-09-24 
06:13:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-unikey.new/scim-unikey.changes 
2016-06-20 11:07:13.0 +0200
@@ -1,0 +2,19 @@
+Fri Jun 17 19:55:04 UTC 2016 - i...@marguerite.su
+
+- update version 0.3.2
+  * replace deprecated gtk_signal_connect and GTK_OBJECT
+  * gcc6: narrowing conversion from char to unsigned char
+  * update pot file and zh_CN translation
+- drop patch: gtk-replace-gtk_signal_connect-and-GTK_OBJECT.patch
+  upstreamed.
+- drop patch: scim-unikey-static_cast.patch, upstreamed
+- change source URL from google code to github
+
+---
+Fri Jun 17 10:15:09 UTC 2016 - i...@marguerite.su
+
+- add patch scim-unikey-static_cast.patch, fix boo#985186
+  * fix narrowing conversion from char to unsigned char
+  * modified from fcitx one
+
+---

Old:

  gtk-replace-gtk_signal_connect-and-GTK_OBJECT.patch
  scim-unikey-0.3.1.tar.gz

New:

  scim-unikey-0.3.2.tar.gz



Other differences:
--
++ scim-unikey.spec ++
--- /var/tmp/diff_new_pack.d7QTvy/_old  2016-06-20 11:07:14.0 +0200
+++ /var/tmp/diff_new_pack.d7QTvy/_new  2016-06-20 11:07:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-unikey
 #
-# 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,17 +17,17 @@
 
 
 Name:   scim-unikey
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:Vietnamese Input Method Engine for SCIM using Unikey IME
 License:GPL-2.0
 Group:  System/Localization
-Url:http://code.google.com/p/scim-unikey/
-Source: 
https://scim-unikey.googlecode.com/files/scim-unikey-0.3.1.tar.gz
-#FIX-FOR-UPSTREAM replace old gtk functions for openSUSE
-Patch1: gtk-replace-gtk_signal_connect-and-GTK_OBJECT.patch
+Url:https://github.com/scim-im/scim-unikey
+Source: 
https://github.com/scim-im/scim-unikey/archive/v%{version}/scim-unikey-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  scim-devel >= 1.4.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,35 +39,30 @@
 
 %prep
 %setup -q
-%if %suse_version >= 1140
-%patch1 -p1
-%endif
+NOCONFIGURE=1 ./autogen.sh
 
 %build
 %configure --libdir=%{_libdir}
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-find %{buildroot} -name "*.la" -delete -print
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_scim_enginedir}/unikey.so
-%if 0%{?suse_version} >= 1140
 %{_scim_helperdir}/unikey-helper.so
 %{_libexecdir}/scim-setup-unikey
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/setup
 %{_datadir}/%{name}/setup/setup-macro.glade
 %{_datadir}/%{name}/setup/setup-main.glade
-%endif
 %{_libdir}/libunikey-scim.so
 %{_libdir}/libunikey-scim.so.1
 %{_libdir}/libunikey-scim.so.1.0.0

++ scim-unikey-0.3.1.tar.gz -> scim-unikey-0.3.2.tar.gz ++
 52393 lines of diff (skipped)




commit charybdis for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package charybdis for openSUSE:Factory 
checked in at 2016-06-20 11:07:29

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


Package is "charybdis"

Changes:

--- /work/SRC/openSUSE:Factory/charybdis/charybdis.changes  2016-06-11 
00:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.charybdis.new/charybdis.changes 2016-06-20 
11:07:31.0 +0200
@@ -1,0 +2,20 @@
+Sun Jun 19 18:51:42 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 3.5.2
+* Allow IRCv3.1 STARTTLS to work with other SSL backends besides
+  OpenSSL.
+* Fix an edge case regression involving channel ban cache that was
+  introduced in 3.5.0.
+* Ensure ssld does not crash when DH parameters are not provided.
+* mbedtls TLS backend improvements from charybdis 4 development
+  branch:
+* add support for CertFP
+* provide personalization data for the PRNG
+* openssl TLS backend improvements from charybdis 4:
+* do not manually initialise openssl when running with OpenSSL
+  1.1.0 or later
+* support ECDHE on more than one curve on OpenSSL 1.0.2 and above
+* fix DH parameters memory leak
+* free the old TLS context before constructing a new one
+
+---

Old:

  charybdis-3.5.1.tar.gz

New:

  charybdis-3.5.2.tar.gz



Other differences:
--
++ charybdis.spec ++
--- /var/tmp/diff_new_pack.suDz50/_old  2016-06-20 11:07:32.0 +0200
+++ /var/tmp/diff_new_pack.suDz50/_new  2016-06-20 11:07:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package charybdis
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   charybdis
-Version:3.5.1
+Version:3.5.2
 Release:0
 Summary:Highly scalable IRCv3 compliant irc daemon
 License:GPL-2.0+

++ charybdis-3.5.1.tar.gz -> charybdis-3.5.2.tar.gz ++
 2136 lines of diff (skipped)




commit ntl for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ntl for openSUSE:Factory checked in 
at 2016-06-20 11:07:34

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-03-26 15:23:16.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntl.new/ntl.changes 2016-06-20 
11:07:36.0 +0200
@@ -1,0 +2,30 @@
+Sun Jun 19 20:21:21 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 9.9.1
+* Introduced ll_type and related routines which perform a
+  restricted set of operations on a long-long-like type. It can
+  be implemented via inline asm, and is a cleaner interface and
+  sometimes faster. On x86-64/gcc platforms, the assembly code
+  version is used and gives a modest speed boost.
+* Introduced PreconditionedRemainder class for faster reduction
+  of a ZZ modulo a fixed long. This is intended to make Chinese
+  Remaindering type computations faster. (For the time being,
+  this is an undocumented feature.)
+* Allow p.move(q), where p is a UniquePtr, q is a
+  UniquePtr, and Y* converts to T*.
+* Added elts() method to UniqueArray and AlignedArray (for
+  compatibility with Vec class)
+* Added get() and release() methods to OptionalVal
+
+---
+Sun Apr 17 21:57:51 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 9.7.0
+* Changes to mat_lzz_p: improved performance of mul, inv, solve
+  and deterministic routines
+* NTLThreadPool is no longer directly accessible: new access
+  functions are provided
+* Got rid of method SplitProblems, and made a more general/abstract
+  class PartitionInfo
+
+---

Old:

  ntl-9.6.4.tar.gz

New:

  ntl-9.9.1.tar.gz



Other differences:
--
++ ntl.spec ++
--- /var/tmp/diff_new_pack.iKCxms/_old  2016-06-20 11:07:38.0 +0200
+++ /var/tmp/diff_new_pack.iKCxms/_new  2016-06-20 11:07:38.0 +0200
@@ -16,25 +16,9 @@
 #
 
 
- #
-# spec file for package ntl
-#
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
 Name:   ntl
-%define lname  libntl21
-Version:9.6.4
+%define lname  libntl27
+Version:9.9.1
 Release:0
 Summary:Library for Number Theory
 License:GPL-2.0+

++ ntl-9.6.4.tar.gz -> ntl-9.9.1.tar.gz ++
 19267 lines of diff (skipped)

++ ntl-automake.diff ++
--- /var/tmp/diff_new_pack.iKCxms/_old  2016-06-20 11:07:38.0 +0200
+++ /var/tmp/diff_new_pack.iKCxms/_new  2016-06-20 11:07:38.0 +0200
@@ -6,16 +6,16 @@
 ---
  Makefile.am |   15 ++
  autogen.sh  |5 ++
- configure.ac|   94 
+ configure.ac|   96 
  include/Makefile.am |  100 ++
  include/NTL/g_lip.h |1 
  src/Makefile.am |  122 

- 6 files changed, 336 insertions(+), 1 deletion(-)
+ 6 files changed, 338 insertions(+), 1 deletion(-)
 
-Index: ntl-9.6.4/Makefile.am
+Index: ntl-9.9.1/Makefile.am
 ===
 --- /dev/null
-+++ ntl-9.6.4/Makefile.am
 ntl-9.9.1/Makefile.am
 @@ -0,0 +1,15 @@
 +# -*- Makefile -*-
 +
@@ -32,21 +32,21 @@
 +include/NTL/config.h: config.h
 +  mkdir -p include/NTL
 +  grep 'define NTL_' <$< >$@
-Index: ntl-9.6.4/autogen.sh
+Index: ntl-9.9.1/autogen.sh
 ===
 --- /dev/null
-+++ ntl-9.6.4/autogen.sh
 ntl-9.9.1/autogen.sh
 @@ -0,0 +1,5 @@
 +#!/bin/sh -e
 +
 +mkdir -p m4;
 +autoreconf -fi;
 +rm -Rf autom4te.cache;
-Index: ntl-9.6.4/configure.ac
+Index: ntl-9.9.1/configure.ac
 ===
 --- /dev/null
-+++ ntl-9.6.4/configure.ac
-@@ -0,0 +1,94 @@
 ntl-9.9.1/configure.ac
+@@ -0,0 +1,96 @@
 +AC_INIT([ntl], [9.6.4])
 +AC_CONFIG_AUX_DIR([build-aux])
 +AC_CONFIG_HEADERS([config.h])
@@ -78,6 +78,8 @

commit dtb-source for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package dtb-source for openSUSE:Factory 
checked in at 2016-06-20 11:07:16

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


Package is "dtb-source"

Changes:

--- /work/SRC/openSUSE:Factory/dtb-source/dtb-aarch64.changes   2016-04-07 
13:32:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-aarch64.changes  
2016-06-20 11:07:17.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 18 11:41:17 UTC 2016 - afaer...@suse.de
+
+- Re-enable bcm2836
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
dtb-source.changes: same change



Other differences:
--
dtb-armv6l.spec: same change
++ dtb-armv7l.spec ++
--- /var/tmp/diff_new_pack.aMorgQ/_old  2016-06-20 11:07:19.0 +0200
+++ /var/tmp/diff_new_pack.aMorgQ/_new  2016-06-20 11:07:19.0 +0200
@@ -120,6 +120,15 @@
 %description -n dtb-armada-xp
 Device Tree Files for Armada XP based systems.
 
+%package -n dtb-bcm2836
+Summary:Raspberry Pi 2 Model B
+Group:  System/Boot
+Provides:   multiversion(dtb)
+Requires(post): coreutils
+
+%description -n dtb-bcm2836
+Device Tree Files for Raspberry Pi 2 Model B.
+
 %package -n dtb-dove
 Summary:Marvell dove based systems
 Group:  System/Boot
@@ -429,7 +438,7 @@
 export DTC_FLAGS="-R 4 -p 0x1000"
 
 cd %{_prefix}/src/linux/arch/arm/boot/dts
-for dts in am335x-*.dts am3517*.dts am57xx-*.dts armada-370-*.dts 
armada-375-*.dts armada-385-*.dts armada-388-*.dts armada-398-*.dts 
armada-xp-*.dts dove-*.dts exynos4*.dts exynos5*.dts imx5*.dts imx6*.dts 
imx7*.dts k2e-*.dts k2hk-*.dts k2l-*.dts meson6-*.dts meson8-*.dts 
meson8b-*.dts omap3*.dts omap4*.dts omap5*.dts qcom-*.dts rk3*.dts ste-*.dts 
sun4i-*.dts sun5i-*.dts sun6i-*.dts sun7i-*.dts sun8i-*.dts sun9i-*.dts 
tegra20-*.dts tegra30-*.dts tegra114-*.dts tegra124-*.dts vexpress-*.dts 
vf500-*.dts vf610-*.dts xenvm-*.dts zynq-*.dts ; do
+for dts in am335x-*.dts am3517*.dts am57xx-*.dts armada-370-*.dts 
armada-375-*.dts armada-385-*.dts armada-388-*.dts armada-398-*.dts 
armada-xp-*.dts bcm2836*.dts dove-*.dts exynos4*.dts exynos5*.dts imx5*.dts 
imx6*.dts imx7*.dts k2e-*.dts k2hk-*.dts k2l-*.dts meson6-*.dts meson8-*.dts 
meson8b-*.dts omap3*.dts omap4*.dts omap5*.dts qcom-*.dts rk3*.dts ste-*.dts 
sun4i-*.dts sun5i-*.dts sun6i-*.dts sun7i-*.dts sun8i-*.dts sun9i-*.dts 
tegra20-*.dts tegra30-*.dts tegra114-*.dts tegra124-*.dts vexpress-*.dts 
vf500-*.dts vf610-*.dts xenvm-*.dts zynq-*.dts ; do
target=${dts%*.dts}
mkdir -p $PPDIR/$(dirname $target)
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ 
-P $target.dts -o $PPDIR/$target.dts
@@ -443,7 +452,7 @@
 %if "dtb-armv7l" != "dtb-source"
 
 cd pp
-for dts in am335x-*.dts am3517*.dts am57xx-*.dts armada-370-*.dts 
armada-375-*.dts armada-385-*.dts armada-388-*.dts armada-398-*.dts 
armada-xp-*.dts dove-*.dts exynos4*.dts exynos5*.dts imx5*.dts imx6*.dts 
imx7*.dts k2e-*.dts k2hk-*.dts k2l-*.dts meson6-*.dts meson8-*.dts 
meson8b-*.dts omap3*.dts omap4*.dts omap5*.dts qcom-*.dts rk3*.dts ste-*.dts 
sun4i-*.dts sun5i-*.dts sun6i-*.dts sun7i-*.dts sun8i-*.dts sun9i-*.dts 
tegra20-*.dts tegra30-*.dts tegra114-*.dts tegra124-*.dts vexpress-*.dts 
vf500-*.dts vf610-*.dts xenvm-*.dts zynq-*.dts ; do
+for dts in am335x-*.dts am3517*.dts am57xx-*.dts armada-370-*.dts 
armada-375-*.dts armada-385-*.dts armada-388-*.dts armada-398-*.dts 
armada-xp-*.dts bcm2836*.dts dove-*.dts exynos4*.dts exynos5*.dts imx5*.dts 
imx6*.dts imx7*.dts k2e-*.dts k2hk-*.dts k2l-*.dts meson6-*.dts meson8-*.dts 
meson8b-*.dts omap3*.dts omap4*.dts omap5*.dts qcom-*.dts rk3*.dts ste-*.dts 
sun4i-*.dts sun5i-*.dts sun6i-*.dts sun7i-*.dts sun8i-*.dts sun9i-*.dts 
tegra20-*.dts tegra30-*.dts tegra114-*.dts tegra124-*.dts vexpress-*.dts 
vf500-*.dts vf610-*.dts xenvm-*.dts zynq-*.dts ; do
target=${dts%*.dts}
install -m 700 -d %{buildroot}%{dtbdir}/$(dirname $target)
install -m 644 $target.dtb %{buildroot}%{dtbdir}/$(dirname $target)
@@ -513,6 +522,13 @@
 # Unless /boot/dtb exists as real directory, create a symlink.
 [ -d dtb ] || ln -sf dtb-%{kernel_version}-%{kernel_release} dtb
 
+%post -n dtb-bcm2836
+cd /boot
+# If /boot/dtb is a symlink, remove it, so that we can replace it.
+[ -d dtb ] && [ -L dtb ] && rm -f dtb
+# Unless /boot/dtb exists as real directory, create a symlink.
+[ -d dtb ] || ln -sf dtb-%{kernel_version}-%{kernel_release} dtb
+
 %post -n dtb-dove
 cd /boot
 # If /boot/dtb is a symlink, remove it, so that we can replace it.
@@ -807,6 +823,13 @@
 %dir %{dtbdir}
 %{dtbdir}/armada

commit snorenotify-qt5 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package snorenotify-qt5 for openSUSE:Factory 
checked in at 2016-06-20 11:07:19

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


Package is "snorenotify-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/snorenotify-qt5/snorenotify-qt5.changes  
2016-03-07 13:29:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.snorenotify-qt5.new/snorenotify-qt5.changes 
2016-06-20 11:07:25.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 19 13:12:38 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Stop BuildRequiring deprecated qtquick1 module
+
+---



Other differences:
--
++ snorenotify-qt5.spec ++
--- /var/tmp/diff_new_pack.ltx4Cb/_old  2016-06-20 11:07:26.0 +0200
+++ /var/tmp/diff_new_pack.ltx4Cb/_new  2016-06-20 11:07:26.0 +0200
@@ -33,7 +33,6 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Declarative)
 BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Quick)




commit logwarn for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package logwarn for openSUSE:Factory checked 
in at 2016-06-20 11:07:38

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


Package is "logwarn"

Changes:

--- /work/SRC/openSUSE:Factory/logwarn/logwarn.changes  2016-05-29 
03:14:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.logwarn.new/logwarn.changes 2016-06-20 
11:07:44.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 19 22:36:00 UTC 2016 - archie.co...@gmail.com
+
+- Upgrade to release 1.0.13
+  + Added `-T' flag for frequency filtering
+
+---

Old:

  logwarn-1.0.12.tar.gz

New:

  logwarn-1.0.13.tar.gz



Other differences:
--
++ logwarn.spec ++
--- /var/tmp/diff_new_pack.dMrbQ0/_old  2016-06-20 11:07:46.0 +0200
+++ /var/tmp/diff_new_pack.dMrbQ0/_new  2016-06-20 11:07:46.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   logwarn
-Version:1.0.12
+Version:1.0.13
 Release:0
 Summary:Utility for finding interesting messages in log files
 License:Apache-2.0

++ logwarn-1.0.12.tar.gz -> logwarn-1.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logwarn-1.0.12/CHANGES new/logwarn-1.0.13/CHANGES
--- old/logwarn-1.0.12/CHANGES  2016-05-25 04:04:38.0 +0200
+++ new/logwarn-1.0.13/CHANGES  2016-06-19 23:16:59.0 +0200
@@ -1,4 +1,8 @@
 
+Version 1.0.13 Released June 19, 2016
+
+- Added `-T num/secs' for frequency filtering
+
 Version 1.0.12 Released May 24, 2016
 
 - Added note to man page that the default behavior is to match
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logwarn-1.0.12/README.md new/logwarn-1.0.13/README.md
--- old/logwarn-1.0.12/README.md2015-05-04 20:21:56.0 +0200
+++ new/logwarn-1.0.13/README.md2016-06-19 01:01:27.0 +0200
@@ -11,3 +11,5 @@
 A [Nagios](http://www.nagios.org/) plugin is also included: see the 
[NagiosPlugin](https://github.com/archiecobbs/logwarn/wiki/NagiosPlugin) wiki 
page for more info.
 
 You can view the 
[ManPage](https://github.com/archiecobbs/logwarn/wiki/ManPage) online.
+
+Downloads available 
[here](https://github.com/archiecobbs/logwarn/wiki/Downloads).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logwarn-1.0.12/configure new/logwarn-1.0.13/configure
--- old/logwarn-1.0.12/configure2016-05-25 04:15:47.0 +0200
+++ new/logwarn-1.0.13/configure2016-06-19 23:20:32.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for logwarn Utility for finding interesting 
messages in log files 1.0.12.
+# Generated by GNU Autoconf 2.69 for logwarn Utility for finding interesting 
messages in log files 1.0.13.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='logwarn Utility for finding interesting messages in log files'
 PACKAGE_TARNAME='logwarn'
-PACKAGE_VERSION='1.0.12'
-PACKAGE_STRING='logwarn Utility for finding interesting messages in log files 
1.0.12'
+PACKAGE_VERSION='1.0.13'
+PACKAGE_STRING='logwarn Utility for finding interesting messages in log files 
1.0.13'
 PACKAGE_BUGREPORT='https://github.com/archiecobbs/logwarn/'
 PACKAGE_URL=''
 
@@ -1274,7 +1274,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures logwarn Utility for finding interesting messages in 
log files 1.0.12 to adapt to many kinds of systems.
+\`configure' configures logwarn Utility for finding interesting messages in 
log files 1.0.13 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1340,7 +1340,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of logwarn Utility for finding 
interesting messages in log files 1.0.12:";;
+ short | recursive ) echo "Configuration of logwarn Utility for finding 
interesting messages in log files 1.0.13:";;
esac
   cat <<\_ACEOF
 
@@ -1437,7 +1437,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-logwarn Utility for finding interesting messages in log files configure 1.0.12
+logwarn Utility for finding interesting messages in log files configure 1.0.13
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1693,7 +1693,7 @@
 This f

commit audacity for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "audacity"

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2016-04-28 
17:01:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2016-06-20 
11:06:50.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 09:37:05 UTC 2016 - martin.li...@suse.com
+
+- Add audacity-gcc6.patch: Fix GCC6 warnings.
+
+---

New:

  audacity-gcc6.patch



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.SDnMUY/_old  2016-06-20 11:06:51.0 +0200
+++ /var/tmp/diff_new_pack.SDnMUY/_new  2016-06-20 11:06:51.0 +0200
@@ -41,6 +41,8 @@
 Patch3: %{name}-ffmpeg.patch
 # PATCH-FIX-UPSTREAM audacity-2.1.1-fix-tempdir.patch boo#976964 -- Fix usage 
of custom temp directories (commit 2a6d423).
 Patch4: %{name}-2.1.1-fix-tempdir.patch
+# PATCH-FIX-UPSTREAM audacity-gcc6.patch mli...@suse.cz -- Fix GCC6 warnings.
+Patch5: %{name}-gcc6.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cmake
@@ -100,6 +102,7 @@
 %patch2 -p1
 %patch3
 %patch4 -p1
+%patch5 -p1
 cp -f %{SOURCE1} LICENSE_NYQUIST.txt
 # Make sure we use the system versions.
 rm -rf lib-src/{expat,libvamp,libsoxr,ffmpeg}/

++ audacity-gcc6.patch ++
diff -r -u /tmp/audacity-minsrc-2.1.1/src/effects/vamp/LoadVamp.cpp 
audacity-minsrc-2.1.1/src/effects/vamp/LoadVamp.cpp
--- audacity-minsrc-2.1.1/src/effects/vamp/LoadVamp.cpp 2015-07-10 
19:35:40.0 +0200
+++ audacity-minsrc-2.1.1/src/effects/vamp/LoadVamp.cpp 2016-06-17 
11:18:54.897140407 +0200
@@ -266,7 +266,7 @@
Plugin *vp = PluginLoader::getInstance()->loadPlugin(key, 48000); // rate 
doesn't matter here
if (!vp)
{
-  return false;
+  return 0;
}
 
// We limit the listed plugin outputs to those whose results can
diff -r -u /tmp/audacity-minsrc-2.1.1/src/import/ImportFLAC.cpp 
audacity-minsrc-2.1.1/src/import/ImportFLAC.cpp
--- audacity-minsrc-2.1.1/src/import/ImportFLAC.cpp 2015-07-10 
19:35:40.0 +0200
+++ audacity-minsrc-2.1.1/src/import/ImportFLAC.cpp 2016-06-17 
11:17:46.555821274 +0200
@@ -296,7 +296,7 @@
int cnt;
wxFile binaryFile;
if (!binaryFile.Open(filename)) {
-  return false; // File not found
+  return NULL; // File not found
}
 
 #ifdef USE_LIBID3TAG
@@ -313,7 +313,7 @@
 
if (cnt == wxInvalidOffset || strncmp(buf, FLAC_HEADER, 4) != 0) {
   // File is not a FLAC file
-  return false;
+  return NULL;
}
 
// Open the file for import
diff -r -u /tmp/audacity-minsrc-2.1.1/src/WaveTrack.cpp 
audacity-minsrc-2.1.1/src/WaveTrack.cpp
--- audacity-minsrc-2.1.1/src/WaveTrack.cpp 2015-07-10 19:35:40.0 
+0200
+++ audacity-minsrc-2.1.1/src/WaveTrack.cpp 2016-06-17 11:17:12.099156221 
+0200
@@ -2561,7 +2561,7 @@
 const sampleCount len0 = mPTrack->GetBestBlockSize(start0);
 wxASSERT(len0 <= mBufferSize);
 if (!mPTrack->Get(samplePtr(mBuffers[0].data), floatSample, 
start0, len0))
-   return false;
+   return 0;
 mBuffers[0].start = start0;
 mBuffers[0].len = len0;
 if (!fillSecond &&
@@ -2587,7 +2587,7 @@
const sampleCount len1 = mPTrack->GetBestBlockSize(start1);
wxASSERT(len1 <= mBufferSize);
if (!mPTrack->Get(samplePtr(mBuffers[1].data), floatSample, 
start1, len1))
-  return false;
+  return 0;
mBuffers[1].start = start1;
mBuffers[1].len = len1;
mNValidBuffers = 2;
@@ -2637,7 +2637,7 @@
  // Very big request!
  // Fall back to direct fetch
  if (!mPTrack->Get(buffer, format, start, remaining))
-return false;
+return 0;
   }
 
   return mOverlapBuffer.ptr();



commit zinnia for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package zinnia for openSUSE:Factory checked 
in at 2016-06-20 11:07:03

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


Package is "zinnia"

Changes:

--- /work/SRC/openSUSE:Factory/zinnia/zinnia.changes2013-03-15 
10:50:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.zinnia.new/zinnia.changes   2016-06-20 
11:07:04.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 17 13:27:42 UTC 2016 - i...@marguerite.su
+
+- fix boo#985148: GCC6: zinnia fails to build
+- add patch: zinnia-gcc6.patch
+  * fix no matching function for call to 'make_pair' error
+
+---

New:

  zinnia-gcc6.patch



Other differences:
--
++ zinnia.spec ++
--- /var/tmp/diff_new_pack.icp2tA/_old  2016-06-20 11:07:05.0 +0200
+++ /var/tmp/diff_new_pack.icp2tA/_new  2016-06-20 11:07:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zinnia
 #
-# Copyright (c) 2013 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
@@ -16,18 +16,19 @@
 #
 
 
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 Name:   zinnia
 Version:0.06
 Release:0
 Summary:Online hand recognition system with machine learning
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://zinnia.sourceforge.net/
+Url:http://taku910.github.io/zinnia
 Source0:%{name}-%{version}.tar.gz
 Patch0: optflags-fixes.diff
 Patch1: zinnia-automake-1.13.patch
+# PATCH-FIX-UPSTREAM fix compile with gcc 6.0
+Patch2: zinnia-gcc6.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -37,7 +38,6 @@
 %description
 Zinnia is a simple, customizable and portable online hand recognition system 
based on Support Vector Machines. Zinnia simply receives user pen strokes as a 
sequence of coordinate data and outputs n-best characters sorted by SVM 
confidence. To keep portability, Zinnia doesn\'t have any rendering 
functionality. In addition to recognition, Zinnia provides training module that 
allows us to create any hand-written recognition systems with low-cost.
 
-
 %package -n libzinnia0
 Summary:Shared library for zinnia
 Group:  System/Libraries
@@ -45,7 +45,6 @@
 %description -n libzinnia0
 This package contains shared libraries used by zinnia.
 
-
 %packagedevel
 Summary:Development files for zinnia
 Group:  Development/Libraries/C and C++
@@ -55,7 +54,6 @@
 The zinnia-devel package contains libraries and header files for
 developing applications that use zinnia.
 
-
 %package -n python-zinnia
 Summary:Python bindings for zinnia
 Group:  Development/Languages/Python
@@ -64,11 +62,11 @@
 %description -n python-zinnia
 This package contains python bindings for zinnia.
 
-
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi
@@ -76,8 +74,8 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-rm -f %{buildroot}%{_libdir}/lib*.la
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 cd python
 CFLAGS="%{optflags} -I../" LDFLAGS="-L../.libs" \
@@ -90,18 +88,21 @@
 %defattr(-, root, root)
 %doc README COPYING AUTHORS
 %doc doc
-%{_bindir}/*
+%{_bindir}/zinnia
+%{_bindir}/zinnia_learn
+%{_bindir}/zinnia_convert
 
 %files -n libzinnia0
 %defattr(-,root,root)
-%{_libdir}/libzinnia*.so.*
+%{_libdir}/libzinnia.so.0
+%{_libdir}/libzinnia.so.0.0.0
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/zinnia.h
 %{_includedir}/zinnia
-%{_libdir}/libzinnia*.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/libzinnia.so
+%{_libdir}/pkgconfig/zinnia.pc
 
 %files -n python-zinnia
 %defattr (-,root,root)

++ zinnia-gcc6.patch ++
Index: zinnia-0.06/trainer.cpp
===
--- zinnia-0.06.orig/trainer.cpp
+++ zinnia-0.06/trainer.cpp
@@ -93,7 +93,7 @@ class TrainerImpl: public Trainer {
 
  public:
   bool add(const Character &character) {
-const std::string y = character.value();
+std::string y = character.value();
 CHECK_FALSE(!y.empty()) << "input character is empty";
 Features features;
  

commit fbterm for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "fbterm"

Changes:

--- /work/SRC/openSUSE:Factory/fbterm/fbterm.changes2014-10-07 
16:01:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.fbterm.new/fbterm.changes   2016-06-20 
11:06:59.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 12:24:38 CEST 2016 - ti...@suse.de
+
+- Fix build error with gcc6 (boo#985146)
+  fbterm-gcc6-fixes.patch
+
+---

New:

  fbterm-gcc6-fixes.patch



Other differences:
--
++ fbterm.spec ++
--- /var/tmp/diff_new_pack.ARugxM/_old  2016-06-20 11:07:00.0 +0200
+++ /var/tmp/diff_new_pack.ARugxM/_new  2016-06-20 11:07:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fbterm
 #
-# 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
@@ -25,6 +25,7 @@
 Url:http://code.google.com/p/fbterm/
 
 Source: https://fbterm.googlecode.com/files/%name-1.7.0.tar.gz
+Patch1: fbterm-gcc6-fixes.patch
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 autoreconf -fi

++ fbterm-gcc6-fixes.patch ++
---
 src/lib/vterm_states.cpp |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

--- a/src/lib/vterm_states.cpp
+++ b/src/lib/vterm_states.cpp
@@ -39,14 +39,14 @@ const VTerm::Sequence VTerm::control_seq
{ 0x1B, 0,  ESesc },
{ 0x7F, 0,  ESkeep },
{ 0x9B, 0,  ESsquare },
-   { -1}
+   { (u16)-1}
 };
 
 const VTerm::Sequence VTerm::escape_sequences[] = {
{   0, 0, ESnormal },
 
// ESnormal
-   { -1 },
+   { (u16)-1 },
 
// ESesc
{ '[', &VTerm::clear_param, ESsquare },
@@ -65,7 +65,7 @@ const VTerm::Sequence VTerm::escape_sequ
{ '8', &VTerm::restore_cursor,  ESnormal },
{ '>', &VTerm::keypad_numeric,  ESnormal },
{ '=', &VTerm::keypad_application,  ESnormal },
-   { -1 },
+   { (u16)-1 },
 
// ESsquare
{ '[', 0,   ESfunckey },
@@ -104,7 +104,7 @@ const VTerm::Sequence VTerm::escape_sequ
{ '`', &VTerm::cursor_position_col, ESnormal },
{ ']', &VTerm::linux_specific, ESnormal },
{ '}', &VTerm::fbterm_specific, ESnormal },
-   { -1 },
+   { (u16)-1 },
 
// ESnonstd
{ '0' | ADDSAME(9), &VTerm::set_palette,ESkeep },
@@ -112,25 +112,25 @@ const VTerm::Sequence VTerm::escape_sequ
{ 'a' | ADDSAME(5), &VTerm::set_palette,ESkeep },
{ 'P', &VTerm::begin_set_palette, ESkeep },
{ 'R', &VTerm::reset_palette, ESnormal },
-   { -1 },
+   { (u16)-1 },
 
// ESpercent
{ '@', &VTerm::clear_utf8,  ESnormal },
{ 'G', &VTerm::set_utf8,ESnormal },
{ '8', &VTerm::set_utf8,ESnormal },
-   { -1 },
+   { (u16)-1 },
 
// EScharset
{ '0', &VTerm::set_charset, ESnormal },
{ 'B', &VTerm::set_charset, ESnormal },
{ 'U', &VTerm::set_charset, ESnormal },
{ 'K', &VTerm::set_charset, ESnormal },
-   { -1 },
+   { (u16)-1 },
 
// EShash
{ '8', &VTerm::screen_align,ESnormal },
-   { -1 },
+   { (u16)-1 },
 
// ESfunckey
-   { -1 },
+   { (u16)-1 },
 };



commit git-annex for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package git-annex for openSUSE:Factory 
checked in at 2016-06-20 11:07:05

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


Package is "git-annex"

Changes:

--- /work/SRC/openSUSE:Factory/git-annex/git-annex.changes  2016-05-25 
21:28:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.git-annex.new/git-annex.changes 2016-06-20 
11:07:05.0 +0200
@@ -1,0 +2,13 @@
+Fri Jun 17 13:30:58 UTC 2016 - psim...@suse.com
+
+- Declare the fact that the git-annex bash-completion sub-package
+  supplements normal bash-completions, i.e. it's a recommended
+  package. Suggested by @dimstar in his OBS review.
+
+---
+Tue Jun 14 14:31:03 UTC 2016 - mimi...@gmail.com
+
+- Declare build requirement on 'bash-completion' to fix the build in
+  Tumbleweed.
+
+---



Other differences:
--
++ git-annex.spec ++
--- /var/tmp/diff_new_pack.xtQUJn/_old  2016-06-20 11:07:06.0 +0200
+++ /var/tmp/diff_new_pack.xtQUJn/_new  2016-06-20 11:07:06.0 +0200
@@ -26,6 +26,7 @@
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
+BuildRequires:  bash-completion
 BuildRequires:  ghc-DAV-devel
 BuildRequires:  ghc-IfElse-devel
 BuildRequires:  ghc-MissingH-devel
@@ -55,20 +56,20 @@
 BuildRequires:  ghc-edit-distance-devel
 BuildRequires:  ghc-esqueleto-devel
 BuildRequires:  ghc-exceptions-devel
-BuildRequires:  ghc-mountpoints-devel
 BuildRequires:  ghc-fdo-notify-devel
 BuildRequires:  ghc-feed-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-gnutls-devel
 BuildRequires:  ghc-hinotify-devel
-BuildRequires:  ghc-magic-devel
 BuildRequires:  ghc-hslogger-devel
 BuildRequires:  ghc-http-client-devel
 BuildRequires:  ghc-http-conduit-devel
 BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-json-devel
+BuildRequires:  ghc-magic-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-monad-logger-devel
+BuildRequires:  ghc-mountpoints-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-network-info-devel
@@ -120,16 +121,16 @@
 Requires(postun):  desktop-file-utils
 Requires(post):hicolor-icon-theme
 Requires(postun):  hicolor-icon-theme
+BuildRequires:  curl
 BuildRequires: git-core
 BuildRequires: rsync
-BuildRequires: curl
 Requires:  git-core
 Recommends: curl
 Recommends: gpg2
 Recommends: lsof
 Recommends: rsync
 Recommends: ssh
-
+Suggests:   %{name}-bash-completion
 
 %description
 Git-annex allows managing files with git, without checking the file contents
@@ -149,39 +150,42 @@
 transferring them to other computers. The git-annex webapp makes it easy to set
 up and use git-annex this way.
 
+%package bash-completion
+Summary:Bash completion for git-annex
+Group:  System/Shells
+Requires:   %{name} = %{version}
+Requires:   bash-completion
+Supplements:packageand(%{name}:bash-completion)
+
+%description bash-completion
+Optional dependency offering bash completion for git-annex
+
 %prep
 %setup -q
 
-
 %build
 %{ghc_bin_build}
 
-
 %install
 %ghc_bin_install
 make DESTDIR=%{buildroot} BUILDER=./Setup install-misc install-mans
 
-
 %check
 make DESTDIR=%{buildroot} BUILDER=./Setup test
 
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
 
-
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
 
-
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT README
 %{_bindir}/%{name}
 %{_bindir}/%{name}-shell
-%dir %{_datadir}/bash-completion/completions
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/16x16
 %dir %{_datadir}/icons/hicolor/16x16/apps
@@ -190,8 +194,11 @@
 %{_sysconfdir}/xdg/autostart/git-annex.desktop
 %{_mandir}/man1/git-annex*.1.gz
 %{_datadir}/applications/git-annex.desktop
-%{_datadir}/bash-completion/completions/git-annex
 %{_datadir}/icons/hicolor/16x16/apps/git-annex.png
 %{_datadir}/icons/hicolor/scalable/apps/git-annex.svg
 
+%files bash-completion
+%defattr(-,root,root)
+%{_datadir}/bash-completion/completions/git-annex
+
 %changelog




commit buzztrax for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package buzztrax for openSUSE:Factory 
checked in at 2016-06-20 11:07:02

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


Package is "buzztrax"

Changes:

--- /work/SRC/openSUSE:Factory/buzztrax/buzztrax.changes2016-04-14 
13:04:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.buzztrax.new/buzztrax.changes   2016-06-20 
11:07:03.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 17 05:26:40 UTC 2016 - davejpla...@gmail.com
+
+- Added -Wno-error=misleading-indentation to CFLAGS as a work
+  around for boo#985062 and to fix build with gcc6. Will be fixed
+  upstream.
+
+---



Other differences:
--
++ buzztrax.spec ++
--- /var/tmp/diff_new_pack.lkCPmw/_old  2016-06-20 11:07:04.0 +0200
+++ /var/tmp/diff_new_pack.lkCPmw/_new  2016-06-20 11:07:04.0 +0200
@@ -205,7 +205,9 @@
 cp -v %{SOURCE1} .
 
 %build
-#export CFLAGS="-Wno-error=implicit-int 
-Wno-error=implicit-function-declaration -Wno-error=int-to-pointer-cast 
%%{optflags}"
+%if 0%{?suse_version} > 1320
+export CFLAGS="-Wno-error=misleading-indentation %{optflags}"
+%endif
 /bin/sh ./autogen.sh --noconfigure
 %configure --disable-static \
 --disable-schemas-compile \




commit kdebase4-runtime for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2016-06-20 11:06:12

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


Package is "kdebase4-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2016-05-31 12:13:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2016-06-20 11:06:14.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 22:25:27 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+
+---
+Fri Jun 10 17:54:41 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kde-runtime-16.04.1.tar.xz

New:

  kde-runtime-16.04.2.tar.xz



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.RxymeW/_old  2016-06-20 11:06:16.0 +0200
+++ /var/tmp/diff_new_pack.RxymeW/_new  2016-06-20 11:06:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-runtime
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:The KDE Runtime Components
 License:GPL-2.0+
@@ -149,7 +149,7 @@
 
 %post
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
+%mime_database_post
 %set_permissions %{_kde4_libexecdir}/kdesud
 %{_sbindir}/update-alternatives \
 --install %{_kde4_bindir}/kdesu kdesu %{_kde4_libexecdir}/kdesu 20 \
@@ -157,7 +157,7 @@
 
 %postun
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
+%mime_database_postun
 
 if [ $1 -eq 0 ]; then
 %{_sbindir}/update-alternatives --remove kdesu \


++ kde-runtime-16.04.1.tar.xz -> kde-runtime-16.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-runtime/kde-runtime-16.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kde-runtime-16.04.2.tar.xz 
differ: char 26, line 1




commit freqtweak for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package freqtweak for openSUSE:Factory 
checked in at 2016-06-20 11:06:59

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


Package is "freqtweak"

Changes:

--- /work/SRC/openSUSE:Factory/freqtweak/freqtweak.changes  2011-12-05 
12:43:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.freqtweak.new/freqtweak.changes 2016-06-20 
11:07:00.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 12:41:33 CEST 2016 - ti...@suse.de
+
+- Fix build error with gcc6 (boo#985355):
+  freqtweak-gcc6-fixes.patch
+
+---

New:

  freqtweak-gcc6-fixes.patch



Other differences:
--
++ freqtweak.spec ++
--- /var/tmp/diff_new_pack.LqYs8S/_old  2016-06-20 11:07:01.0 +0200
+++ /var/tmp/diff_new_pack.LqYs8S/_new  2016-06-20 11:07:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freqtweak
 #
-# 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   freqtweak
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -29,10 +30,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel
 Summary:Real-Time Audio Spectral Visualization
-Version:0.7.2
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Visualization
+Version:0.7.2
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://freqtweak.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
@@ -42,6 +43,7 @@
 Patch3: freqtweak-0.6.1-wrong-var-ref.diff
 Patch5: freqtweak-gcc43-fixes.diff
 Patch6: freqtweak-delete-array-fix.diff
+Patch7: freqtweak-gcc6-fixes.patch
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 
@@ -66,6 +68,7 @@
 %patch3 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 autoreconf --force --install

++ freqtweak-gcc6-fixes.patch ++
---
 src/FTjackSupport.cpp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/FTjackSupport.cpp
+++ b/src/FTjackSupport.cpp
@@ -289,7 +289,7 @@ FTprocessPath * FTjackSupport::setProces
return ppath;
}

-   return false;
+   return NULL;
 }
 
 




commit kdelibs4 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "kdelibs4"

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2016-05-31 12:23:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2016-06-20 11:06:06.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:26:43 UTC 2016 - tittiatc...@gmail.com
+
+- Update to 4.14.21
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2016-05-31 
12:23:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2016-06-20 
11:06:06.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 22:20:46 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+
+---
+Fri Jun 10 18:26:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to 4.14.21
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kdelibs-4.14.19.tar.xz

New:

  kdelibs-4.14.21.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.hmxIRx/_old  2016-06-20 11:06:08.0 +0200
+++ /var/tmp/diff_new_pack.hmxIRx/_new  2016-06-20 11:06:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.14.19
+Version:4.14.21
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.hmxIRx/_old  2016-06-20 11:06:08.0 +0200
+++ /var/tmp/diff_new_pack.hmxIRx/_new  2016-06-20 11:06:08.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with gendoxygen
 
 Name:   kdelibs4
-Version:4.14.19
+Version:4.14.21
 Release:0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4
@@ -208,13 +208,13 @@
 
 %post
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
+%mime_database_post
 
 %set_permissions %{_kde4_libexecdir}/start_kdeinit
 
 %postun
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
+%mime_database_postun
 
 %verifyscript
 %verify_permissions -e %{_kde4_libexecdir}/start_kdeinit

++ kdelibs-4.14.19.tar.xz -> kdelibs-4.14.21.tar.xz ++
/work/SRC/openSUSE:Factory/kdelibs4/kdelibs-4.14.19.tar.xz 
/work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs-4.14.21.tar.xz differ: char 
26, line 1





commit ibus-unikey for openSUSE:Factory

2016-06-20 Thread h_root


binUxzME0eUTM.bin
Description: Binary data


commit sysdig for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "sysdig"

Changes:

--- /work/SRC/openSUSE:Factory/sysdig/sysdig.changes2016-04-14 
13:07:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysdig.new/sysdig.changes   2016-06-20 
11:06:45.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 17 07:15:22 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.10.0:
+  * setsid event
+  * proc.sid filter field: the session id of the process 
+generating the event
+  * proc.sname filter field: the name of the current process 
+session leader
+  * --force-term-compat command line option: try to configure 
+simple terminal
+  * settings (xterm-1002) that work better with terminals like 
+putty
+  * Many minor bugfixes
+  * builds with gcc6 (boo#985121)
+- Use pkgconfig() style dependencies
+- Build with lua-5.1 as builds fail with lua-5.2 and later
+
+---

Old:

  sysdig-0.9.0.tar.gz

New:

  sysdig-0.10.0.tar.gz



Other differences:
--
++ sysdig.spec ++
--- /var/tmp/diff_new_pack.o4KMuS/_old  2016-06-20 11:06:46.0 +0200
+++ /var/tmp/diff_new_pack.o4KMuS/_new  2016-06-20 11:06:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sysdig
-Version:0.9.0
+Version:0.10.0
 Release:0
 Summary:System-level exploration
 License:GPL-2.0
@@ -27,16 +27,16 @@
 Source1:sysdig-kmp-preamble
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  cmake
-BuildRequires:  curl-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  jsoncpp-devel
 BuildRequires:  libb64-devel
-BuildRequires:  lua51-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(jsoncpp)
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(lua-5.1)
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:ppc ppc64 ppc64le aarch64
 

++ sysdig-0.9.0.tar.gz -> sysdig-0.10.0.tar.gz ++
 12361 lines of diff (skipped)




commit ghc-cmark for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-cmark for openSUSE:Factory 
checked in at 2016-06-20 11:06:42

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


Package is "ghc-cmark"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cmark/ghc-cmark.changes  2016-05-25 
21:28:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cmark.new/ghc-cmark.changes 2016-06-20 
11:06:44.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 13:28:16 UTC 2016 - mimi...@gmail.com
+
+- use system libcmark on SLE12SP2+ and Leap:42.2 
+
+---



Other differences:
--
++ ghc-cmark.spec ++
--- /var/tmp/diff_new_pack.gZrbA2/_old  2016-06-20 11:06:45.0 +0200
+++ /var/tmp/diff_new_pack.gZrbA2/_new  2016-06-20 11:06:45.0 +0200
@@ -15,6 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version} >= 1330
+%define is_tumble 1
+%endif
+
+# is Leap 42.2+ or SLE12SP2+
+%if 0%{?sle_version} >= 120200
+%define is_sp2up 1
+%endif
 
 %global pkg_name cmark
 
@@ -36,7 +44,7 @@
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-text-devel
-%if 0%{?suse_version} >= 1330
+%if 0%{?is_tumble} || 0%{?is_sp2up} 
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcmark)
 %endif
@@ -108,7 +116,7 @@
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
 Requires:   %{name} = %{version}-%{release}
-%if 0%{?suse_version} >=1330
+%if 0%{?is_tumble} || 0%{?is_sp2up} 
 Requires:   pkgconfig(libcmark)
 %endif
 
@@ -118,7 +126,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%if 0%{?suse_version} >= 1330
+%if 0%{?is_tumble} || 0%{?is_sp2up}
 cabal-tweak-flagpkgconfig   True
 %endif
 




commit dolphin for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "dolphin"

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2016-05-31 
12:20:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.dolphin.new/dolphin.changes 2016-06-20 
11:06:27.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun 15 22:07:03 UTC 2016 - alarr...@suse.com
+
+- Require baloo5-kioslaves so dolphin doesn't show an "Invalid
+  protocol" error when trying to find a file because the
+  baloosearch kioslave is not installed.
+
+---
+Fri Jun 10 17:46:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  dolphin-16.04.1.tar.xz

New:

  dolphin-16.04.2.tar.xz



Other differences:
--
++ dolphin.spec ++
--- /var/tmp/diff_new_pack.rZDsHA/_old  2016-06-20 11:06:28.0 +0200
+++ /var/tmp/diff_new_pack.rZDsHA/_new  2016-06-20 11:06:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dolphin
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE File Manager
 License:GPL-2.0+
@@ -56,6 +56,7 @@
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+Requires:   baloo5-kioslaves
 Requires:   dolphin-part = %{version}-%{release}
 Recommends: konsole-part
 Recommends: kio_mtp5

++ dolphin-16.04.1.tar.xz -> dolphin-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-16.04.1/CMakeLists.txt 
new/dolphin-16.04.2/CMakeLists.txt
--- old/dolphin-16.04.1/CMakeLists.txt  2016-04-27 20:55:15.0 +0200
+++ new/dolphin-16.04.2/CMakeLists.txt  2016-06-07 14:03:39.0 +0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-16.04.1/src/dolphinmainwindow.cpp 
new/dolphin-16.04.2/src/dolphinmainwindow.cpp
--- old/dolphin-16.04.1/src/dolphinmainwindow.cpp   2016-04-27 
20:55:15.0 +0200
+++ new/dolphin-16.04.2/src/dolphinmainwindow.cpp   2016-06-07 
14:03:39.0 +0200
@@ -48,6 +48,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1098,11 +1099,13 @@
 compareFiles->setEnabled(false);
 connect(compareFiles, &QAction::triggered, this, 
&DolphinMainWindow::compareFiles);
 
-QAction* openTerminal = 
actionCollection()->addAction(QStringLiteral("open_terminal"));
-openTerminal->setText(i18nc("@action:inmenu Tools", "Open Terminal"));
-
openTerminal->setIcon(QIcon::fromTheme(QStringLiteral("utilities-terminal")));
-actionCollection()->setDefaultShortcut(openTerminal, Qt::SHIFT | 
Qt::Key_F4);
-connect(openTerminal, &QAction::triggered, this, 
&DolphinMainWindow::openTerminal);
+if (KAuthorized::authorizeKAction(QStringLiteral("shell_access"))) {
+QAction* openTerminal = 
actionCollection()->addAction(QStringLiteral("open_terminal"));
+openTerminal->setText(i18nc("@action:inmenu Tools", "Open Terminal"));
+
openTerminal->setIcon(QIcon::fromTheme(QStringLiteral("utilities-terminal")));
+actionCollection()->setDefaultShortcut(openTerminal, Qt::SHIFT | 
Qt::Key_F4);
+connect(openTerminal, &QAction::triggered, this, 
&DolphinMainWindow::openTerminal);
+}
 
 // setup 'Settings' menu
 KToggleAction* showMenuBar = KStandardAction::showMenubar(0, 0, 
actionCollection());
@@ -1205,33 +1208,36 @@
 
 // Setup "Terminal"
 #ifndef Q_OS_WIN
-DolphinDockWidget* terminalDock = new 
DolphinDockWidget(i18nc("@title:window Shell terminal", "Terminal"));
-terminalDock->setLocked(lock);
-terminalDock->setObjectName(QStringLiteral("terminalDock"));
-terminalDock->setAllowedAreas(Qt::TopDockWidgetArea | 
Qt::BottomDockWidgetArea);
-TerminalPanel* terminalPanel = new TerminalPanel(terminalDock);
-terminalPanel->setCustomContextMenuActions({lockL

commit kaccounts-integration for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2016-06-20 11:06:19

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


Package is "kaccounts-integration"

Changes:

--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
2016-06-12 18:52:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
 2016-06-20 11:06:20.0 +0200
@@ -1,0 +2,17 @@
+Wed Jun 15 10:26:49 UTC 2016 - dims...@opensuse.org
+
+- Split out libkaccounts1 per shared library packaing policy:
+  + Recommend the main package from libkaccounts1.
+  + Require libkaccounts1 instead of the main package by -devel.
+  + Move the /sbin/ldconfig post/postun scriptlets from the main
+package to libkaccounts1.
+
+---
+Fri Jun 10 17:50:29 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kaccounts-integration-16.04.1.tar.xz

New:

  kaccounts-integration-16.04.2.tar.xz



Other differences:
--
++ kaccounts-integration.spec ++
--- /var/tmp/diff_new_pack.h1Yltd/_old  2016-06-20 11:06:21.0 +0200
+++ /var/tmp/diff_new_pack.h1Yltd/_new  2016-06-20 11:06:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kaccounts-integration
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE Accounts Providers
 License:GPL-2.0+
@@ -37,8 +37,8 @@
 BuildRequires:  kio-devel
 BuildRequires:  kwallet-devel
 BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  libaccounts-qt5-devel
 BuildRequires:  libaccounts-glib-devel
+BuildRequires:  libaccounts-qt5-devel
 BuildRequires:  libsignon-qt5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
@@ -54,12 +54,22 @@
 and services across the KDE desktop, including: Google,
 Facebook, Owncloud, IMAP, Jabber and others.
 
+%package -n libkaccounts1
+Summary:KDE Accounts Providers - System Library
+Group:  System/Libraries
+Recommends: %{name}
+
+%description -n libkaccounts1
+Small system to administer web accounts for the sites
+and services across the KDE desktop, including: Google,
+Facebook, Owncloud, IMAP, Jabber and others.
+
 %package devel
 Summary:KDE Accounts Providers - Development Files
 Group:  Development/Libraries/KDE
-Requires:   %{name} = %{version}
 Requires:   kcoreaddons-devel
 Requires:   libaccounts-qt5-devel
+Requires:   libkaccounts1 = %{version}
 Requires:   pkgconfig(Qt5Core) >= 5.2.0
 
 %description devel
@@ -77,18 +87,21 @@
 %install
   %kf5_makeinstall -C build
 
-%post   -p /sbin/ldconfig
+%post   -n libkaccounts1 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libkaccounts1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc COPYING
-%{_kf5_libdir}/libkaccounts.so*
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %_kf5_qmldir/
 
+%files -n libkaccounts1
+%defattr(-,root,root)
+%{_kf5_libdir}/libkaccounts.so*
+
 %files devel
 %defattr(-,root,root)
 %{_kf5_prefix}/include/KAccounts/

++ kaccounts-integration-16.04.1.tar.xz -> 
kaccounts-integration-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-16.04.1/CMakeLists.txt 
new/kaccounts-integration-16.04.2/CMakeLists.txt
--- old/kaccounts-integration-16.04.1/CMakeLists.txt2016-04-27 
21:12:28.0 +0200
+++ new/kaccounts-integration-16.04.2/CMakeLists.txt2016-06-07 
14:26:57.0 +0200
@@ -10,7 +10,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KACCOUNTS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(KACCOUNTS_SOVERSION "1")
 set(REQUIRED_QT_VERSION "5.2.0")




commit akonadi-server for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package akonadi-server for openSUSE:Factory 
checked in at 2016-06-20 11:05:54

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


Package is "akonadi-server"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes
2016-05-31 12:22:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes   
2016-06-20 11:05:56.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 21:24:55 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+
+---
+Fri Jun 10 17:45:29 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  akonadi-16.04.1.tar.xz

New:

  akonadi-16.04.2.tar.xz



Other differences:
--
++ akonadi-server.spec ++
--- /var/tmp/diff_new_pack.69CNRx/_old  2016-06-20 11:05:57.0 +0200
+++ /var/tmp/diff_new_pack.69CNRx/_new  2016-06-20 11:05:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   akonadi-server
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define rname   akonadi
 Summary:PIM Storage Service
@@ -130,11 +130,11 @@
 
 %post
 /sbin/ldconfig
-%{_kf5_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_post
 
 %postun
 /sbin/ldconfig
-%{_kf5_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_postun
 
 %post -n libKF5AkonadiWidgets5 -p /sbin/ldconfig
 %postun -n libKF5AkonadiWidgets5 -p /sbin/ldconfig

++ akonadi-16.04.1.tar.xz -> akonadi-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-16.04.1/CMakeLists.txt 
new/akonadi-16.04.2/CMakeLists.txt
--- old/akonadi-16.04.1/CMakeLists.txt  2016-05-02 14:03:47.0 +0200
+++ new/akonadi-16.04.2/CMakeLists.txt  2016-05-31 11:33:56.0 +0200
@@ -21,7 +21,7 @@
 include(AkonadiMacros)
 
 set(QT_REQUIRED_VERSION "5.2.0")
-set(AKONADI_VERSION "5.2.1")
+set(AKONADI_VERSION "5.2.2")
 set(KF5_VERSION "5.16.0")
 
 ecm_setup_version(${AKONADI_VERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-16.04.1/src/core/collectionsync.cpp 
new/akonadi-16.04.2/src/core/collectionsync.cpp
--- old/akonadi-16.04.1/src/core/collectionsync.cpp 2016-05-02 
14:03:47.0 +0200
+++ new/akonadi-16.04.2/src/core/collectionsync.cpp 2016-05-31 
11:33:56.0 +0200
@@ -644,8 +644,20 @@
 //Prevent double result emission
 Q_ASSERT(!resultEmitted);
 if (!resultEmitted) {
-resultEmitted = true;
-q->emitResult();
+if (q->hasSubjobs()) {
+// If there are subjobs, pick one, wait for it to finish, then
+// try again. This way we make sure we don't emit result() 
signal
+// while there is still a Transaction job running
+KJob *subjob = q->subjobs().at(0);
+connect(subjob, &KJob::result,
+q, [this](KJob*) {
+emitResult();
+},
+Qt::QueuedConnection);
+} else {
+resultEmitted = true;
+q->emitResult();
+}
 }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-16.04.1/src/core/jobs/collectioncopyjob.cpp 
new/akonadi-16.04.2/src/core/jobs/collectioncopyjob.cpp
--- old/akonadi-16.04.1/src/core/jobs/collectioncopyjob.cpp 2016-05-02 
14:03:47.0 +0200
+++ new/akonadi-16.04.2/src/core/jobs/collectioncopyjob.cpp 2016-05-31 
11:33:56.0 +0200
@@ -74,7 +74,7 @@
 
 bool CollectionCopyJob::doHandleResponse(qint64 tag, const Protocol::Command 
&response)
 {
-if (!response.isResponse() || response.type() != 
Protocol::Command::CreateCollection) {
+if (!response.isResponse() || response.type() != 
Protocol::Command::CopyCollection) {
 return Job::doHandleResponse(tag, response);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-16.04.1/src/core/jobs/job.cpp 
new/akonadi-16.04.2/src/core/jobs/job.cpp
--- old/akonadi-16.04.1/src/core/jobs/job.cpp   2016-05-02 14:03:47.0 
+0200
+++ new/akonadi-16.04.2/src/core/jobs/job.cpp   2016-05-31 11:33:56.0 
+0200
@@ -62,7 +62,14 @@
  

commit spectacle for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2016-06-20 11:05:45

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


Package is "spectacle"

Changes:

--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes  2016-05-31 
12:19:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.spectacle.new/spectacle.changes 2016-06-20 
11:05:47.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:57 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  spectacle-16.04.1.tar.xz

New:

  spectacle-16.04.2.tar.xz



Other differences:
--
++ spectacle.spec ++
--- /var/tmp/diff_new_pack.hflClB/_old  2016-06-20 11:05:48.0 +0200
+++ /var/tmp/diff_new_pack.hflClB/_new  2016-06-20 11:05:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spectacle
-Version:16.04.1
+Version:16.04.2
 Release:0
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel

++ spectacle-16.04.1.tar.xz -> spectacle-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-16.04.1/CMakeLists.txt 
new/spectacle-16.04.2/CMakeLists.txt
--- old/spectacle-16.04.1/CMakeLists.txt2016-05-03 13:28:31.0 
+0200
+++ new/spectacle-16.04.2/CMakeLists.txt2016-06-07 14:09:14.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(SPECTACLE_VERSION ${KDE_APPLICATIONS_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-16.04.1/desktop/org.kde.spectacle.desktop 
new/spectacle-16.04.2/desktop/org.kde.spectacle.desktop
--- old/spectacle-16.04.1/desktop/org.kde.spectacle.desktop 2016-05-03 
13:28:31.0 +0200
+++ new/spectacle-16.04.2/desktop/org.kde.spectacle.desktop 2016-06-07 
14:09:14.0 +0200
@@ -6,6 +6,7 @@
 GenericName[ca]=Utilitat de captura de pantalla
 GenericName[ca@valencia]=Utilitat de captura de pantalla
 GenericName[cs]=Nástroj na snímání obrazovky
+GenericName[da]=Værktøj til skærmbilleder
 GenericName[de]=Dienstprogramm für Bildschirmfotos
 GenericName[el]=Εργαλείο λήψης στιγμιοτύπων οθόνης
 GenericName[en_GB]=Screenshot Capture Utility
@@ -57,7 +58,6 @@
 Name[zh_CN]=Spectacle
 Name[zh_TW]=Spectacle
 Categories=Qt;KDE;Utility;
-MimeType=
 Exec=spectacle
 Icon=spectacle
 Type=Application
@@ -73,6 +73,7 @@
 Name[ast]=Capturar tol escritoriu
 Name[ca]=Captura l'escriptori sencer
 Name[ca@valencia]=Captura l'escriptori sencer
+Name[da]=Indfang hele skrivebordet
 Name[de]=Die gesamte Arbeitsfläche aufnehmen
 Name[el]=Λήψη όλης της επιφάνειας εργασίας
 Name[en_GB]=Capture Entire Desktop
@@ -102,6 +103,7 @@
 Name[ast]=Capturar monitor actual
 Name[ca]=Captura el monitor actual
 Name[ca@valencia]=Captura el monitor actual
+Name[da]=Indfang den aktuelle skærm
 Name[de]=Den aktuellen Bildschirm aufnehmen
 Name[el]=Λήψη της τρέχουσας οθόνης
 Name[en_GB]=Capture Current Monitor
@@ -131,6 +133,7 @@
 Name[ast]=Capturar ventana actual
 Name[ca]=Captura la finestra activa
 Name[ca@valencia]=Captura la finestra activa
+Name[da]=Indfang det aktive vindue
 Name[de]=Das aktive Fenster aufnehmen
 Name[el]=Λήψη του ενεργού παραθύρου
 Name[en_GB]=Capture Active Window
@@ -160,6 +163,7 @@
 Name[ast]=Capturar rexón rectangular
 Name[ca]=Captura una regió rectangular
 Name[ca@valencia]=Captura una regió rectangular
+Name[da]=Indfang firkantet område
 Name[de]=Einen rechteckigen Bereich aufnehmen
 Name[el]=Λήψη ορθογώνιας περιοχής
 Name[en_GB]=Capture Rectangular Region
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-16.04.1/desktop/spectacle.khotkeys 
new/spectacle-16.04.2/desktop/spectacle.khotkeys
--- old/spectacle-16.04.1/desktop/spectacle.khotkeys2016-05-03 
13:28:31.0 +0200
+++ new/spectacle-16.04.2/desktop/spectacle.khotkeys2016-06-07 
14:09:14.0 +0200
@@ -1,6 +1,6 @@
 [Main]
 ImportId=spectacle
-Version=3
+Version=2
 
 [Data]
 DataCount=1
@@ -9,6 +9,7 @@
 Comment=Shortcuts for taking screenshots
 Comment[ca]=Dreceres per a prendre captures de pantalla
 Comment[ca@valen

commit syndication for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2016-06-20 11:05:36

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


Package is "syndication"

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2016-05-31 
12:16:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 
2016-06-20 11:05:37.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:40 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  syndication-16.04.1.tar.xz

New:

  syndication-16.04.2.tar.xz



Other differences:
--
++ syndication.spec ++
--- /var/tmp/diff_new_pack.VUEG75/_old  2016-06-20 11:05:38.0 +0200
+++ /var/tmp/diff_new_pack.VUEG75/_new  2016-06-20 11:05:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   syndication
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Syndication

++ syndication-16.04.1.tar.xz -> syndication-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-16.04.1/CMakeLists.txt 
new/syndication-16.04.2/CMakeLists.txt
--- old/syndication-16.04.1/CMakeLists.txt  2016-04-26 22:22:02.0 
+0200
+++ new/syndication-16.04.2/CMakeLists.txt  2016-05-11 07:13:02.0 
+0200
@@ -18,7 +18,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(SYNDICATION_LIB_VERSION "5.2.1")
+set(SYNDICATION_LIB_VERSION "5.2.2")
 
 ecm_setup_version(${SYNDICATION_LIB_VERSION} VARIABLE_PREFIX SYNDICATION
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/syndication_version.h"




commit sweeper for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2016-06-20 11:05:27

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


Package is "sweeper"

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2016-05-31 
12:21:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2016-06-20 
11:05:28.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:34 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  sweeper-16.04.1.tar.xz

New:

  sweeper-16.04.2.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.GzfDMa/_old  2016-06-20 11:05:29.0 +0200
+++ /var/tmp/diff_new_pack.GzfDMa/_new  2016-06-20 11:05:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-16.04.1.tar.xz -> sweeper-16.04.2.tar.xz ++




commit signon-kwallet-extension for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2016-06-20 11:05:19

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


Package is "signon-kwallet-extension"

Changes:

--- 
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
2016-05-31 12:21:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
   2016-06-20 11:05:21.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:13 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  signon-kwallet-extension-16.04.1.tar.xz

New:

  signon-kwallet-extension-16.04.2.tar.xz



Other differences:
--
++ signon-kwallet-extension.spec ++
--- /var/tmp/diff_new_pack.shM6n7/_old  2016-06-20 11:05:22.0 +0200
+++ /var/tmp/diff_new_pack.shM6n7/_new  2016-06-20 11:05:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   signon-kwallet-extension
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KWallet integration for signon framework
 License:GPL-2.0+

++ signon-kwallet-extension-16.04.1.tar.xz -> 
signon-kwallet-extension-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-16.04.1/CMakeLists.txt 
new/signon-kwallet-extension-16.04.2/CMakeLists.txt
--- old/signon-kwallet-extension-16.04.1/CMakeLists.txt 2016-04-27 
21:12:58.0 +0200
+++ new/signon-kwallet-extension-16.04.2/CMakeLists.txt 2016-06-07 
14:27:34.0 +0200
@@ -2,7 +2,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(kwalletsignon_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)




commit okular for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2016-06-20 11:05:11

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


Package is "okular"

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2016-05-31 
12:19:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2016-06-20 
11:05:12.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:12:20 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  okular-16.04.1.tar.xz

New:

  okular-16.04.2.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.2HLz78/_old  2016-06-20 11:05:13.0 +0200
+++ /var/tmp/diff_new_pack.2HLz78/_new  2016-06-20 11:05:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   okular
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+

++ okular-16.04.1.tar.xz -> okular-16.04.2.tar.xz ++




commit mobipocket for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2016-06-20 11:05:02

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


Package is "mobipocket"

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2016-05-31 
12:14:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2016-06-20 11:05:03.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:12:04 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kdegraphics-mobipocket-16.04.1.tar.xz

New:

  kdegraphics-mobipocket-16.04.2.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.Sk2ja6/_old  2016-06-20 11:05:04.0 +0200
+++ /var/tmp/diff_new_pack.Sk2ja6/_new  2016-06-20 11:05:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:E-book plugin and library
 License:GPL-2.0+

++ kdegraphics-mobipocket-16.04.1.tar.xz -> 
kdegraphics-mobipocket-16.04.2.tar.xz ++




commit marble for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "marble"

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2016-05-31 
12:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2016-06-20 
11:04:58.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:11:42 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  marble-16.04.1.tar.xz

New:

  marble-16.04.2.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.Dl4UuL/_old  2016-06-20 11:04:59.0 +0200
+++ /var/tmp/diff_new_pack.Dl4UuL/_new  2016-06-20 11:04:59.0 +0200
@@ -18,7 +18,7 @@
 %define _so -24
 
 Name:   marble
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+

++ marble-16.04.1.tar.xz -> marble-16.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/marble/marble-16.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.marble.new/marble-16.04.2.tar.xz differ: char 27, 
line 1




commit libkface for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkface"

Changes:

--- /work/SRC/openSUSE:Factory/libkface/libkface.changes2016-05-31 
12:18:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkface.new/libkface.changes   2016-06-20 
11:04:27.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:10:18 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkface-16.04.1.tar.xz

New:

  libkface-16.04.2.tar.xz



Other differences:
--
++ libkface.spec ++
--- /var/tmp/diff_new_pack.ucYlAx/_old  2016-06-20 11:04:28.0 +0200
+++ /var/tmp/diff_new_pack.ucYlAx/_new  2016-06-20 11:04:28.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 #PATCH-FIX-OPENSUSE fix-opencv.diff -- Make libkface build with an older 
opencv version

++ libkface-16.04.1.tar.xz -> libkface-16.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/libkface/libkface-16.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.libkface.new/libkface-16.04.2.tar.xz differ: char 
26, line 1




commit libkipi for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-06-03 
16:38:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-06-20 
11:04:38.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:10:39 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkipi-16.04.1.tar.xz

New:

  libkipi-16.04.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.X8XFFM/_old  2016-06-20 11:04:39.0 +0200
+++ /var/tmp/diff_new_pack.X8XFFM/_new  2016-06-20 11:04:39.0 +0200
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-16.04.1.tar.xz -> libkipi-16.04.2.tar.xz ++




commit libkdcraw for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkdcraw"

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2016-05-31 
12:19:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2016-06-20 
11:04:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:09:30 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkdcraw-16.04.1.tar.xz

New:

  libkdcraw-16.04.2.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.urs43h/_old  2016-06-20 11:04:17.0 +0200
+++ /var/tmp/diff_new_pack.urs43h/_new  2016-06-20 11:04:17.0 +0200
@@ -20,7 +20,7 @@
 %define lname libKF5KDcraw
 
 Name:   libkdcraw
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.0+ and GPL-2.0+ and GPL-3.0+

++ libkdcraw-16.04.1.tar.xz -> libkdcraw-16.04.2.tar.xz ++




commit libkomparediff2 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkomparediff2"

Changes:

--- /work/SRC/openSUSE:Factory/libkomparediff2/libkomparediff2.changes  
2016-05-31 12:18:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2016-06-20 11:04:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:10:55 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkomparediff2-16.04.1.tar.xz

New:

  libkomparediff2-16.04.2.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.HUp3mM/_old  2016-06-20 11:04:45.0 +0200
+++ /var/tmp/diff_new_pack.HUp3mM/_new  2016-06-20 11:04:45.0 +0200
@@ -35,7 +35,7 @@
 Summary:A library to compare files and strings
 License:(GPL-2.0+ and LGPL-2.0+) and BSD-2-Clause
 Group:  Development/Libraries/KDE
-Version:16.04.1
+Version:16.04.2
 Release:0
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ libkomparediff2-16.04.1.tar.xz -> libkomparediff2-16.04.2.tar.xz ++




commit libkexiv2 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkexiv2"

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2016-05-31 
12:20:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2016-06-20 
11:04:21.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:10:06 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkexiv2-16.04.1.tar.xz

New:

  libkexiv2-16.04.2.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.LZ2X9q/_old  2016-06-20 11:04:22.0 +0200
+++ /var/tmp/diff_new_pack.LZ2X9q/_new  2016-06-20 11:04:22.0 +0200
@@ -20,7 +20,7 @@
 %define lname   libKF5KExiv2
 
 Name:   libkexiv2
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+

++ libkexiv2-16.04.1.tar.xz -> libkexiv2-16.04.2.tar.xz ++




commit libkcompactdisc4 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkcompactdisc4"

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc4/libkcompactdisc4.changes
2016-05-31 12:16:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2016-06-20 11:04:08.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:09:22 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkcompactdisc-16.04.1.tar.xz

New:

  libkcompactdisc-16.04.2.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.PX9vC0/_old  2016-06-20 11:04:09.0 +0200
+++ /var/tmp/diff_new_pack.PX9vC0/_new  2016-06-20 11:04:09.0 +0200
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcompactdisc-16.04.1.tar.xz -> libkcompactdisc-16.04.2.tar.xz ++




commit libkgeomap for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkgeomap"

Changes:

--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes2016-05-31 
12:17:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes   
2016-06-20 11:04:33.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:10:31 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkgeomap-16.04.1.tar.xz

New:

  libkgeomap-16.04.2.tar.xz



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.pmrXXW/_old  2016-06-20 11:04:34.0 +0200
+++ /var/tmp/diff_new_pack.pmrXXW/_new  2016-06-20 11:04:34.0 +0200
@@ -21,7 +21,7 @@
 License:LGPL-2.1 and GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE find-astro.diff -- As that we rename libastro for 
coinstallability, we need to search for the right name

++ libkgeomap-16.04.1.tar.xz -> libkgeomap-16.04.2.tar.xz ++




commit libksane for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libksane"

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2016-05-31 
12:20:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2016-06-20 
11:04:52.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:11:01 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libksane-16.04.1.tar.xz

New:

  libksane-16.04.2.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.oh8QRN/_old  2016-06-20 11:04:53.0 +0200
+++ /var/tmp/diff_new_pack.oh8QRN/_new  2016-06-20 11:04:53.0 +0200
@@ -35,7 +35,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libksane-16.04.1.tar.xz -> libksane-16.04.2.tar.xz ++




commit libkcddb4 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "libkcddb4"

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb4/libkcddb4.changes  2016-05-31 
12:19:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2016-06-20 
11:04:02.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:09:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkcddb-16.04.1.tar.xz

New:

  libkcddb-16.04.2.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.YxKalW/_old  2016-06-20 11:04:03.0 +0200
+++ /var/tmp/diff_new_pack.YxKalW/_new  2016-06-20 11:04:03.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcddb-16.04.1.tar.xz -> libkcddb-16.04.2.tar.xz ++




commit ktp-desktop-applets for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-desktop-applets for 
openSUSE:Factory checked in at 2016-06-20 11:03:24

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


Package is "ktp-desktop-applets"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-desktop-applets/ktp-desktop-applets.changes  
2016-05-31 12:13:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-desktop-applets.new/ktp-desktop-applets.changes 
2016-06-20 11:03:26.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:31 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-desktop-applets-16.04.1.tar.xz

New:

  ktp-desktop-applets-16.04.2.tar.xz



Other differences:
--
++ ktp-desktop-applets.spec ++
--- /var/tmp/diff_new_pack.iFMpLM/_old  2016-06-20 11:03:27.0 +0200
+++ /var/tmp/diff_new_pack.iFMpLM/_new  2016-06-20 11:03:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-desktop-applets
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Telepathy presence applet
 License:GPL-2.0+ and LGPL-2.1+

++ ktp-desktop-applets-16.04.1.tar.xz -> ktp-desktop-applets-16.04.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-desktop-applets-16.04.1/CMakeLists.txt 
new/ktp-desktop-applets-16.04.2/CMakeLists.txt
--- old/ktp-desktop-applets-16.04.1/CMakeLists.txt  2016-04-27 
21:11:10.0 +0200
+++ new/ktp-desktop-applets-16.04.2/CMakeLists.txt  2016-06-07 
14:25:24.0 +0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_DESKTOP_APPLETS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-16.04.1/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
 
new/ktp-desktop-applets-16.04.2/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
--- 
old/ktp-desktop-applets-16.04.1/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
2016-04-27 21:11:10.0 +0200
+++ 
new/ktp-desktop-applets-16.04.2/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
2016-06-07 14:25:24.0 +0200
@@ -161,9 +161,17 @@
 bottom: parent.bottom
 }
 
-Keys.onReturnPressed: {
+onAccepted: {
 view.model.sendNewMessage(text);
 text = "";
 }
+
+Keys.onEscapePressed: {
+if (length > 0) {
+text = ""
+} else {
+chatWidget.closeRequested()
+}
+}
 }
 }




commit ktp-filetransfer-handler for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-filetransfer-handler for 
openSUSE:Factory checked in at 2016-06-20 11:03:30

Comparing /work/SRC/openSUSE:Factory/ktp-filetransfer-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new (New)


Package is "ktp-filetransfer-handler"

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-filetransfer-handler/ktp-filetransfer-handler.changes
2016-05-31 12:13:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new/ktp-filetransfer-handler.changes
   2016-06-20 11:03:31.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:38 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-filetransfer-handler-16.04.1.tar.xz

New:

  ktp-filetransfer-handler-16.04.2.tar.xz



Other differences:
--
++ ktp-filetransfer-handler.spec ++
--- /var/tmp/diff_new_pack.bhUPlk/_old  2016-06-20 11:03:32.0 +0200
+++ /var/tmp/diff_new_pack.bhUPlk/_new  2016-06-20 11:03:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-filetransfer-handler
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Telepathy filetransfer handler
 License:GPL-2.0+

++ ktp-filetransfer-handler-16.04.1.tar.xz -> 
ktp-filetransfer-handler-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-filetransfer-handler-16.04.1/CMakeLists.txt 
new/ktp-filetransfer-handler-16.04.2/CMakeLists.txt
--- old/ktp-filetransfer-handler-16.04.1/CMakeLists.txt 2016-04-27 
21:11:25.0 +0200
+++ new/ktp-filetransfer-handler-16.04.2/CMakeLists.txt 2016-06-07 
14:25:42.0 +0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_FILETRANSFER_HANDLER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)




commit ktp-kded-module for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2016-06-20 11:03:37

Comparing /work/SRC/openSUSE:Factory/ktp-kded-module (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-kded-module.new (New)


Package is "ktp-kded-module"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-kded-module/ktp-kded-module.changes  
2016-05-31 12:19:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-kded-module.new/ktp-kded-module.changes 
2016-06-20 11:03:38.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:44 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-kded-module-16.04.1.tar.xz

New:

  ktp-kded-module-16.04.2.tar.xz



Other differences:
--
++ ktp-kded-module.spec ++
--- /var/tmp/diff_new_pack.MLVPcs/_old  2016-06-20 11:03:39.0 +0200
+++ /var/tmp/diff_new_pack.MLVPcs/_new  2016-06-20 11:03:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-kded-module
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDED module that manages the telepathy interactions with the 
KDE Desktop
 License:LGPL-2.1+

++ ktp-kded-module-16.04.1.tar.xz -> ktp-kded-module-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-16.04.1/CMakeLists.txt 
new/ktp-kded-module-16.04.2/CMakeLists.txt
--- old/ktp-kded-module-16.04.1/CMakeLists.txt  2016-04-27 21:11:41.0 
+0200
+++ new/ktp-kded-module-16.04.2/CMakeLists.txt  2016-06-07 14:26:01.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_KDED_MODULE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_policy(SET CMP0002 OLD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-16.04.1/ktp_integration_module.desktop 
new/ktp-kded-module-16.04.2/ktp_integration_module.desktop
--- old/ktp-kded-module-16.04.1/ktp_integration_module.desktop  2016-04-27 
21:11:41.0 +0200
+++ new/ktp-kded-module-16.04.2/ktp_integration_module.desktop  2016-06-07 
14:26:01.0 +0200
@@ -78,7 +78,7 @@
 Comment[nds]=Moduul, dat en wiedergahn Integreren vun Kortnarichten na KDE 
praatstellt
 Comment[nl]=Deze module biedt een diepere integratie van Instant Messaging met 
KDE.
 Comment[pa]=ਮੋਡੀਊਲ ਤੁਰੰਤ ਸੁਨੇਹੇਦਾਰ ਨੂੰ KDE ਨਾਲ ਡੂੰਘੇ ਰੂਪ ਵਿੱਚ ਜੋੜਦਾ ਹੈ।
-Comment[pl]=Moduł zapewniający głębszą integrację komunikatora internetowego z 
KDE.
+Comment[pl]=Zapewnia głębszą integrację komunikatora internetowego z KDE.
 Comment[pt]=Um módulo que fornece maior integração com as Mensagens 
Instantâneas no KDE.
 Comment[pt_BR]=Módulo que proporciona maior integração com as mensagens 
instantâneas no KDE.
 Comment[ro]=Modul ce furnizează integrare mai profundă între mesageria 
instantanee și KDE.




commit ktp-text-ui for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-text-ui for openSUSE:Factory 
checked in at 2016-06-20 11:03:49

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


Package is "ktp-text-ui"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-text-ui/ktp-text-ui.changes  2016-05-31 
12:18:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new/ktp-text-ui.changes 
2016-06-20 11:03:50.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:58 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-text-ui-16.04.1.tar.xz

New:

  ktp-text-ui-16.04.2.tar.xz



Other differences:
--
++ ktp-text-ui.spec ++
--- /var/tmp/diff_new_pack.qqwpQo/_old  2016-06-20 11:03:51.0 +0200
+++ /var/tmp/diff_new_pack.qqwpQo/_new  2016-06-20 11:03:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-text-ui
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Telepathy chat handler for KDE
 License:GPL-2.0+

++ ktp-text-ui-16.04.1.tar.xz -> ktp-text-ui-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-text-ui-16.04.1/CMakeLists.txt 
new/ktp-text-ui-16.04.2/CMakeLists.txt
--- old/ktp-text-ui-16.04.1/CMakeLists.txt  2016-04-27 21:12:11.0 
+0200
+++ new/ktp-text-ui-16.04.2/CMakeLists.txt  2016-06-07 14:26:37.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_TEXT_UI_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "5")
 set(IS_KTP_INTERNAL_MODULE TRUE)




commit ktp-common-internals for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2016-06-20 11:03:06

Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-common-internals.new (New)


Package is "ktp-common-internals"

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes
2016-05-31 12:17:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2016-06-20 11:03:07.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:08 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-common-internals-16.04.1.tar.xz

New:

  ktp-common-internals-16.04.2.tar.xz



Other differences:
--
++ ktp-common-internals.spec ++
--- /var/tmp/diff_new_pack.XlvFm6/_old  2016-06-20 11:03:08.0 +0200
+++ /var/tmp/diff_new_pack.XlvFm6/_new  2016-06-20 11:03:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-common-internals
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Telepathy common module
 License:LGPL-2.1+

++ ktp-common-internals-16.04.1.tar.xz -> 
ktp-common-internals-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-common-internals-16.04.1/CMakeLists.txt 
new/ktp-common-internals-16.04.2/CMakeLists.txt
--- old/ktp-common-internals-16.04.1/CMakeLists.txt 2016-04-27 
21:10:23.0 +0200
+++ new/ktp-common-internals-16.04.2/CMakeLists.txt 2016-06-07 
14:24:29.0 +0200
@@ -12,7 +12,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 # Bump for every 0.x release, or whenever BC changes
 set (KTP_SONUMBER 9) # SO 9 is for 15.08 release




commit ktp-contact-runner for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-runner for 
openSUSE:Factory checked in at 2016-06-20 11:03:19

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


Package is "ktp-contact-runner"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-runner/ktp-contact-runner.changes
2016-05-31 12:20:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-contact-runner.new/ktp-contact-runner.changes   
2016-06-20 11:03:20.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:23 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-contact-runner-16.04.1.tar.xz

New:

  ktp-contact-runner-16.04.2.tar.xz



Other differences:
--
++ ktp-contact-runner.spec ++
--- /var/tmp/diff_new_pack.E39RpL/_old  2016-06-20 11:03:21.0 +0200
+++ /var/tmp/diff_new_pack.E39RpL/_new  2016-06-20 11:03:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-runner
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Telepathy Krunner plugin
 License:LGPL-2.1+

++ ktp-contact-runner-16.04.1.tar.xz -> ktp-contact-runner-16.04.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-runner-16.04.1/CMakeLists.txt 
new/ktp-contact-runner-16.04.2/CMakeLists.txt
--- old/ktp-contact-runner-16.04.1/CMakeLists.txt   2016-04-27 
21:10:55.0 +0200
+++ new/ktp-contact-runner-16.04.2/CMakeLists.txt   2016-06-07 
14:25:05.0 +0200
@@ -7,7 +7,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_CONTACT_RUNNER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(IS_KTP_INTERNAL_MODULE TRUE)
 




commit ktp-contact-list for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-list for 
openSUSE:Factory checked in at 2016-06-20 11:03:12

Comparing /work/SRC/openSUSE:Factory/ktp-contact-list (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-contact-list.new (New)


Package is "ktp-contact-list"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-list/ktp-contact-list.changes
2016-05-31 12:17:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-contact-list.new/ktp-contact-list.changes   
2016-06-20 11:03:13.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-contact-list-16.04.1.tar.xz

New:

  ktp-contact-list-16.04.2.tar.xz



Other differences:
--
++ ktp-contact-list.spec ++
--- /var/tmp/diff_new_pack.hDzNHO/_old  2016-06-20 11:03:14.0 +0200
+++ /var/tmp/diff_new_pack.hDzNHO/_new  2016-06-20 11:03:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-list
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Telepathy contact list
 License:LGPL-2.1+

++ ktp-contact-list-16.04.1.tar.xz -> ktp-contact-list-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-16.04.1/CMakeLists.txt 
new/ktp-contact-list-16.04.2/CMakeLists.txt
--- old/ktp-contact-list-16.04.1/CMakeLists.txt 2016-04-27 21:10:40.0 
+0200
+++ new/ktp-contact-list-16.04.2/CMakeLists.txt 2016-06-07 14:24:48.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_CONTACT_LIST_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 




commit ktp-send-file for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2016-06-20 11:03:43

Comparing /work/SRC/openSUSE:Factory/ktp-send-file (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-send-file.new (New)


Package is "ktp-send-file"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-send-file/ktp-send-file.changes  
2016-05-31 12:16:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new/ktp-send-file.changes 
2016-06-20 11:03:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:50 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-send-file-16.04.1.tar.xz

New:

  ktp-send-file-16.04.2.tar.xz



Other differences:
--
++ ktp-send-file.spec ++
--- /var/tmp/diff_new_pack.vsX3Q7/_old  2016-06-20 11:03:45.0 +0200
+++ /var/tmp/diff_new_pack.vsX3Q7/_new  2016-06-20 11:03:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-send-file
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:File manager plugin
 License:LGPL-2.1+

++ ktp-send-file-16.04.1.tar.xz -> ktp-send-file-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-16.04.1/CMakeLists.txt 
new/ktp-send-file-16.04.2/CMakeLists.txt
--- old/ktp-send-file-16.04.1/CMakeLists.txt2016-04-27 21:11:56.0 
+0200
+++ new/ktp-send-file-16.04.2/CMakeLists.txt2016-06-07 14:26:19.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KTP_SEND_FILE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)




commit kwalletmanager5 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager5 for openSUSE:Factory 
checked in at 2016-06-20 11:03:55

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


Package is "kwalletmanager5"

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager5/kwalletmanager5.changes  
2016-05-31 12:19:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwalletmanager5.new/kwalletmanager5.changes 
2016-06-20 11:03:56.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:09:00 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kwalletmanager-16.04.1.tar.xz

New:

  kwalletmanager-16.04.2.tar.xz



Other differences:
--
++ kwalletmanager5.spec ++
--- /var/tmp/diff_new_pack.RHFBqu/_old  2016-06-20 11:03:57.0 +0200
+++ /var/tmp/diff_new_pack.RHFBqu/_new  2016-06-20 11:03:57.0 +0200
@@ -18,7 +18,7 @@
 
 %define rname   kwalletmanager
 Name:   kwalletmanager5
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwalletmanager-16.04.1.tar.xz -> kwalletmanager-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwalletmanager-16.04.1/CMakeLists.txt 
new/kwalletmanager-16.04.2/CMakeLists.txt
--- old/kwalletmanager-16.04.1/CMakeLists.txt   2016-04-27 21:01:44.0 
+0200
+++ new/kwalletmanager-16.04.2/CMakeLists.txt   2016-06-07 14:12:12.0 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)




commit ktp-auth-handler for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-auth-handler for 
openSUSE:Factory checked in at 2016-06-20 11:03:00

Comparing /work/SRC/openSUSE:Factory/ktp-auth-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-auth-handler.new (New)


Package is "ktp-auth-handler"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-auth-handler/ktp-auth-handler.changes
2016-05-31 12:21:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-auth-handler.new/ktp-auth-handler.changes   
2016-06-20 11:03:01.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:07:00 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-auth-handler-16.04.1.tar.xz

New:

  ktp-auth-handler-16.04.2.tar.xz



Other differences:
--
++ ktp-auth-handler.spec ++
--- /var/tmp/diff_new_pack.TvkU1p/_old  2016-06-20 11:03:02.0 +0200
+++ /var/tmp/diff_new_pack.TvkU1p/_new  2016-06-20 11:03:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-auth-handler
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Telepathy auth handler
 License:LGPL-2.1+

++ ktp-auth-handler-16.04.1.tar.xz -> ktp-auth-handler-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-16.04.1/CMakeLists.txt 
new/ktp-auth-handler-16.04.2/CMakeLists.txt
--- old/ktp-auth-handler-16.04.1/CMakeLists.txt 2016-04-27 21:10:03.0 
+0200
+++ new/ktp-auth-handler-16.04.2/CMakeLists.txt 2016-06-07 14:24:04.0 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KTP_AUTH_HANDLER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit krfb for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

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

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


Package is "krfb"

Changes:

--- /work/SRC/openSUSE:Factory/krfb/krfb.changes2016-05-31 
12:18:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.krfb.new/krfb.changes   2016-06-20 
11:02:23.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:04:31 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  krfb-16.04.1.tar.xz

New:

  krfb-16.04.2.tar.xz



Other differences:
--
++ krfb.spec ++
--- /var/tmp/diff_new_pack.oj96gS/_old  2016-06-20 11:02:24.0 +0200
+++ /var/tmp/diff_new_pack.oj96gS/_new  2016-06-20 11:02:24.0 +0200
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  update-desktop-files
 BuildRequires:  oxygen-icon-theme-large
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Desktop Sharing
 License:GPL-2.0+

++ krfb-16.04.1.tar.xz -> krfb-16.04.2.tar.xz ++




commit ktnef for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2016-06-20 11:02:34

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


Package is "ktnef"

Changes:

--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes  2016-05-31 
12:19:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktnef.new/ktnef.changes 2016-06-20 
11:02:38.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:06:30 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktnef-16.04.1.tar.xz

New:

  ktnef-16.04.2.tar.xz



Other differences:
--
++ ktnef.spec ++
--- /var/tmp/diff_new_pack.ugrcgz/_old  2016-06-20 11:02:39.0 +0200
+++ /var/tmp/diff_new_pack.ugrcgz/_new  2016-06-20 11:02:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktnef
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: TNEF support

++ ktnef-16.04.1.tar.xz -> ktnef-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-16.04.1/CMakeLists.txt 
new/ktnef-16.04.2/CMakeLists.txt
--- old/ktnef-16.04.1/CMakeLists.txt2016-04-26 22:20:06.0 +0200
+++ new/ktnef-16.04.2/CMakeLists.txt2016-05-11 07:10:58.0 +0200
@@ -21,7 +21,7 @@
 
 # FIXME: Do we want the same versions in kdepimlibs and kf5?
 set(KF5_VERSION "5.19.0")
-set(KTNEF_LIB_VERSION "5.2.1")
+set(KTNEF_LIB_VERSION "5.2.2")
 set(CALENDARCORE_LIB_VERSION "5.2.0")
 set(CALENDARUTILS_LIB_VERSION "5.2.0")
 set(KCONTACTS_LIB_VERSION "5.2.0")




commit ktp-approver for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-approver for openSUSE:Factory 
checked in at 2016-06-20 11:02:54

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


Package is "ktp-approver"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-approver/ktp-approver.changes
2016-05-31 12:18:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-approver.new/ktp-approver.changes   
2016-06-20 11:02:56.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:06:54 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-approver-16.04.1.tar.xz

New:

  ktp-approver-16.04.2.tar.xz



Other differences:
--
++ ktp-approver.spec ++
--- /var/tmp/diff_new_pack.Dy7eQB/_old  2016-06-20 11:02:56.0 +0200
+++ /var/tmp/diff_new_pack.Dy7eQB/_new  2016-06-20 11:02:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-approver
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE Channel Approver for Telepathy
 License:LGPL-2.1+

++ ktp-approver-16.04.1.tar.xz -> ktp-approver-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-16.04.1/CMakeLists.txt 
new/ktp-approver-16.04.2/CMakeLists.txt
--- old/ktp-approver-16.04.1/CMakeLists.txt 2016-04-27 21:09:47.0 
+0200
+++ new/ktp-approver-16.04.2/CMakeLists.txt 2016-06-07 14:23:46.0 
+0200
@@ -4,7 +4,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_APPROVER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 




commit ktp-accounts-kcm for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2016-06-20 11:02:46

Comparing /work/SRC/openSUSE:Factory/ktp-accounts-kcm (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new (New)


Package is "ktp-accounts-kcm"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-accounts-kcm/ktp-accounts-kcm.changes
2016-05-31 12:17:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new/ktp-accounts-kcm.changes   
2016-06-20 11:02:47.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:06:47 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktp-accounts-kcm-16.04.1.tar.xz

New:

  ktp-accounts-kcm-16.04.2.tar.xz



Other differences:
--
++ ktp-accounts-kcm.spec ++
--- /var/tmp/diff_new_pack.1zxoGY/_old  2016-06-20 11:02:48.0 +0200
+++ /var/tmp/diff_new_pack.1zxoGY/_new  2016-06-20 11:02:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-accounts-kcm
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KCM Module for configuring Telepathy Instant Messaging Accounts
 License:LGPL-2.1+

++ ktp-accounts-kcm-16.04.1.tar.xz -> ktp-accounts-kcm-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-16.04.1/CMakeLists.txt 
new/ktp-accounts-kcm-16.04.2/CMakeLists.txt
--- old/ktp-accounts-kcm-16.04.1/CMakeLists.txt 2016-04-27 21:09:32.0 
+0200
+++ new/ktp-accounts-kcm-16.04.2/CMakeLists.txt 2016-06-07 14:23:28.0 
+0200
@@ -12,7 +12,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(KTP_ACCOUNTS_KCM_SONUMBER "9")
 set(KTP_ACCOUNTS_KCM_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")




commit kqtquickcharts for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kqtquickcharts for openSUSE:Factory 
checked in at 2016-06-20 11:02:08

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


Package is "kqtquickcharts"

Changes:

--- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes
2016-05-31 12:17:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new/kqtquickcharts.changes   
2016-06-20 11:02:09.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:03:57 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kqtquickcharts-16.04.1.tar.xz

New:

  kqtquickcharts-16.04.2.tar.xz



Other differences:
--
++ kqtquickcharts.spec ++
--- /var/tmp/diff_new_pack.RW8J2J/_old  2016-06-20 11:02:10.0 +0200
+++ /var/tmp/diff_new_pack.RW8J2J/_new  2016-06-20 11:02:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kqtquickcharts
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Plugin to render beautiful and interactive graphs
 License:LGPL-2.1+

++ kqtquickcharts-16.04.1.tar.xz -> kqtquickcharts-16.04.2.tar.xz ++




commit krdc for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2016-06-20 11:02:15

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


Package is "krdc"

Changes:

--- /work/SRC/openSUSE:Factory/krdc/krdc.changes2016-05-31 
12:14:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2016-06-20 
11:02:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:04:03 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  krdc-16.04.1.tar.xz

New:

  krdc-16.04.2.tar.xz



Other differences:
--
++ krdc.spec ++
--- /var/tmp/diff_new_pack.gztDZu/_old  2016-06-20 11:02:17.0 +0200
+++ /var/tmp/diff_new_pack.gztDZu/_new  2016-06-20 11:02:17.0 +0200
@@ -36,7 +36,7 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  oxygen5-icon-theme-large
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Remote Desktop Connection
 License:GPL-2.0+

++ krdc-16.04.1.tar.xz -> krdc-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-16.04.1/CMakeLists.txt 
new/krdc-16.04.2/CMakeLists.txt
--- old/krdc-16.04.1/CMakeLists.txt 2016-04-27 21:09:10.0 +0200
+++ new/krdc-16.04.2/CMakeLists.txt 2016-06-07 14:23:02.0 +0200
@@ -3,7 +3,7 @@
 
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 




commit kruler for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2016-06-20 11:02:27

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


Package is "kruler"

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2016-05-31 
12:21:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2016-06-20 
11:02:29.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:04:45 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kruler-16.04.1.tar.xz

New:

  kruler-16.04.2.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.YaSdST/_old  2016-06-20 11:02:30.0 +0200
+++ /var/tmp/diff_new_pack.YaSdST/_new  2016-06-20 11:02:30.0 +0200
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kruler-16.04.1.tar.xz -> kruler-16.04.2.tar.xz ++




commit kmousetool for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2016-06-20 11:01:27

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


Package is "kmousetool"

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2016-05-31 
12:16:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2016-06-20 11:01:29.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:01:42 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kmousetool-16.04.1.tar.xz

New:

  kmousetool-16.04.2.tar.xz



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.FHoHgm/_old  2016-06-20 11:01:30.0 +0200
+++ /var/tmp/diff_new_pack.FHoHgm/_new  2016-06-20 11:01:30.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmousetool-16.04.1.tar.xz -> kmousetool-16.04.2.tar.xz ++




commit kontactinterface for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kontactinterface for 
openSUSE:Factory checked in at 2016-06-20 11:01:45

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


Package is "kontactinterface"

Changes:

--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2016-05-31 12:15:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kontactinterface.new/kontactinterface.changes   
2016-06-20 11:01:47.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:03:10 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kontactinterface-16.04.1.tar.xz

New:

  kontactinterface-16.04.2.tar.xz



Other differences:
--
++ kontactinterface.spec ++
--- /var/tmp/diff_new_pack.17eEPC/_old  2016-06-20 11:01:48.0 +0200
+++ /var/tmp/diff_new_pack.17eEPC/_new  2016-06-20 11:01:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kontactinterface
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Interface to Contacts

++ kontactinterface-16.04.1.tar.xz -> kontactinterface-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-16.04.1/CMakeLists.txt 
new/kontactinterface-16.04.2/CMakeLists.txt
--- old/kontactinterface-16.04.1/CMakeLists.txt 2016-04-26 22:19:41.0 
+0200
+++ new/kontactinterface-16.04.2/CMakeLists.txt 2016-05-11 07:10:33.0 
+0200
@@ -20,7 +20,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kontactinterfaces5\")
 set(KF5_VERSION "5.19.0")
-set(KONTACTINTERFACE_LIB_VERSION "5.2.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.2.2")
 set(CMAKECONFIG_INSTALL_DIR 
"${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5KontactInterface")
 
 ecm_setup_version(${KONTACTINTERFACE_LIB_VERSION} VARIABLE_PREFIX 
KONTACTINTERFACE




commit konsole for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2016-06-20 11:01:40

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


Package is "konsole"

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2016-05-31 
12:15:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2016-06-20 
11:01:41.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:03:02 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  konsole-16.04.1.tar.xz

New:

  konsole-16.04.2.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.ic5xuU/_old  2016-06-20 11:01:42.0 +0200
+++ /var/tmp/diff_new_pack.ic5xuU/_new  2016-06-20 11:01:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   konsole
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE Terminal
 License:GPL-2.0+

++ konsole-16.04.1.tar.xz -> konsole-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-16.04.1/CMakeLists.txt 
new/konsole-16.04.2/CMakeLists.txt
--- old/konsole-16.04.1/CMakeLists.txt  2016-04-27 20:54:54.0 +0200
+++ new/konsole-16.04.2/CMakeLists.txt  2016-06-07 14:03:16.0 +0200
@@ -4,7 +4,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 # minimal requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-16.04.1/desktop/konsolehere.desktop 
new/konsole-16.04.2/desktop/konsolehere.desktop
--- old/konsole-16.04.1/desktop/konsolehere.desktop 2016-04-27 
20:54:54.0 +0200
+++ new/konsole-16.04.2/desktop/konsolehere.desktop 2016-06-07 
14:03:16.0 +0200
@@ -105,10 +105,12 @@
 Comment=Opens a terminal at the current folder
 Comment[ca]=Obre un terminal en la carpeta actual
 Comment[ca@valencia]=Obri un terminal en la carpeta actual
+Comment[da]=Åbner en terminal i den aktuelle mappe
 Comment[de]=Öffnet ein Terminal in dem aktuellen Ordner
 Comment[en_GB]=Opens a terminal at the current folder
 Comment[es]=Abre una terminal en la carpeta actual
 Comment[fi]=Avaa päätteen nykyiseen kansioon
+Comment[fr]=Ouvre un terminal dans le dossier courant
 Comment[gl]=Abre un terminal no cartafol actual.
 Comment[ia]=Aperi un terminal al dossier currente
 Comment[it]=Apre un terminale alla cartella attuale
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-16.04.1/desktop/konsolepart.desktop 
new/konsole-16.04.2/desktop/konsolepart.desktop
--- old/konsole-16.04.1/desktop/konsolepart.desktop 2016-04-27 
20:54:54.0 +0200
+++ new/konsole-16.04.2/desktop/konsolepart.desktop 2016-06-07 
14:03:16.0 +0200
@@ -107,10 +107,12 @@
 Comment=Command line access
 Comment[ca]=Accés a la línia d'ordres
 Comment[ca@valencia]=Accés a la línia d'ordes
+Comment[da]=Kommandolinjetilgang
 Comment[de]=Zugriff auf die Befehlszeile
 Comment[en_GB]=Command line access
 Comment[es]=Acceso a la línea de órdenes
 Comment[fi]=Pääsy komentoriville
+Comment[fr]=Ligne de commande
 Comment[gl]=Acceso á liña de ordes.
 Comment[ia]=Accesso a linea de commando
 Comment[it]=Accesso alla riga di comando
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-16.04.1/desktop/konsolerun.desktop 
new/konsole-16.04.2/desktop/konsolerun.desktop
--- old/konsole-16.04.1/desktop/konsolerun.desktop  2016-04-27 
20:54:54.0 +0200
+++ new/konsole-16.04.2/desktop/konsolerun.desktop  2016-06-07 
14:03:16.0 +0200
@@ -61,10 +61,12 @@
 Comment[ca]=Executa al Konsole
 Comment[ca@valencia]=Executa al Konsole
 Comment[cs]=Spustit v Konsoli
+Comment[da]=Kør i Konsole
 Comment[de]=In Konsole ausführen
 Comment[en_GB]=Run within Konsole
 Comment[es]=Ejecutar en Konsole
 Comment[fi]=Suorita Konsolessa
+Comment[fr]=Exécuter dans Konsole
 Comment[gl]=Executar dentro de Konsole.
 Comment[ia]=Executa intra Konsole
 Comment[it]=Esegui in Konsole
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-16.04.1/

commit kompare for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kompare for openSUSE:Factory checked 
in at 2016-06-20 11:01:34

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


Package is "kompare"

Changes:

--- /work/SRC/openSUSE:Factory/kompare/kompare.changes  2016-05-31 
12:14:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kompare.new/kompare.changes 2016-06-20 
11:01:35.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:02:45 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kompare-16.04.1.tar.xz

New:

  kompare-16.04.2.tar.xz



Other differences:
--
++ kompare.spec ++
--- /var/tmp/diff_new_pack.ZGroLE/_old  2016-06-20 11:01:36.0 +0200
+++ /var/tmp/diff_new_pack.ZGroLE/_new  2016-06-20 11:01:36.0 +0200
@@ -36,7 +36,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kompare-16.04.1.tar.xz -> kompare-16.04.2.tar.xz ++




commit kmbox for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kmbox for openSUSE:Factory checked 
in at 2016-06-20 11:01:09

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


Package is "kmbox"

Changes:

--- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes  2016-05-31 
12:15:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmbox.new/kmbox.changes 2016-06-20 
11:01:10.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:01:10 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kmbox-16.04.1.tar.xz

New:

  kmbox-16.04.2.tar.xz



Other differences:
--
++ kmbox.spec ++
--- /var/tmp/diff_new_pack.gAso8n/_old  2016-06-20 11:01:11.0 +0200
+++ /var/tmp/diff_new_pack.gAso8n/_new  2016-06-20 11:01:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmbox
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Mailbox functionality

++ kmbox-16.04.1.tar.xz -> kmbox-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-16.04.1/CMakeLists.txt 
new/kmbox-16.04.2/CMakeLists.txt
--- old/kmbox-16.04.1/CMakeLists.txt2016-04-26 22:19:16.0 +0200
+++ new/kmbox-16.04.2/CMakeLists.txt2016-05-11 07:09:47.0 +0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KMBOX_LIB_VERSION "5.2.1")
+set(KMBOX_LIB_VERSION "5.2.2")
 set(KMIME_LIB_VERSION "5.2.0")
 
 ecm_setup_version(${KMBOX_LIB_VERSION} VARIABLE_PREFIX KMBOX




commit kpimtextedit for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2016-06-20 11:02:00

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


Package is "kpimtextedit"

Changes:

--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes
2016-05-31 12:12:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2016-06-20 11:02:01.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:03:41 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kpimtextedit-16.04.1.tar.xz

New:

  kpimtextedit-16.04.2.tar.xz



Other differences:
--
++ kpimtextedit.spec ++
--- /var/tmp/diff_new_pack.9pyPBG/_old  2016-06-20 11:02:02.0 +0200
+++ /var/tmp/diff_new_pack.9pyPBG/_new  2016-06-20 11:02:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kpimtextedit
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Text edit functionality

++ kpimtextedit-16.04.1.tar.xz -> kpimtextedit-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-16.04.1/CMakeLists.txt 
new/kpimtextedit-16.04.2/CMakeLists.txt
--- old/kpimtextedit-16.04.1/CMakeLists.txt 2016-04-26 22:19:54.0 
+0200
+++ new/kpimtextedit-16.04.2/CMakeLists.txt 2016-05-23 09:01:09.0 
+0200
@@ -18,7 +18,7 @@
 include(ECMAddTests)
 
 set(KF5_VERSION "5.19.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.2.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.2.2")
 
 ecm_setup_version(${KPIMTEXTEDIT_LIB_VERSION} VARIABLE_PREFIX KPIMTEXTEDIT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kpimtextedit_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-16.04.1/src/insertimagewidget.cpp 
new/kpimtextedit-16.04.2/src/insertimagewidget.cpp
--- old/kpimtextedit-16.04.1/src/insertimagewidget.cpp  2016-04-26 
22:19:54.0 +0200
+++ new/kpimtextedit-16.04.2/src/insertimagewidget.cpp  2016-05-23 
09:01:09.0 +0200
@@ -42,6 +42,7 @@
 : imageRatio(-1), q(qq)
 {
 QVBoxLayout *lay = new QVBoxLayout(q);
+lay->setMargin(0);
 QHBoxLayout *hbox = new QHBoxLayout;
 QLabel *lab = new QLabel(i18n("Image Location:"));
 imageUrlRequester = new KUrlRequester;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-16.04.1/src/inserttablewidget.cpp 
new/kpimtextedit-16.04.2/src/inserttablewidget.cpp
--- old/kpimtextedit-16.04.1/src/inserttablewidget.cpp  2016-04-26 
22:19:54.0 +0200
+++ new/kpimtextedit-16.04.2/src/inserttablewidget.cpp  2016-05-23 
09:01:09.0 +0200
@@ -49,6 +49,7 @@
 mBorder->setSuffix(i18n(" px"));
 
 QGridLayout *gridLayout = new QGridLayout;
+gridLayout->setMargin(0);
 gridLayout->addWidget(new QLabel(i18n("Rows:")), 0, 0);
 gridLayout->addWidget(mRows, 0, 1);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-16.04.1/src/tableformatdialog.cpp 
new/kpimtextedit-16.04.2/src/tableformatdialog.cpp
--- old/kpimtextedit-16.04.1/src/tableformatdialog.cpp  2016-04-26 
22:19:54.0 +0200
+++ new/kpimtextedit-16.04.2/src/tableformatdialog.cpp  2016-05-23 
09:01:09.0 +0200
@@ -47,6 +47,7 @@
 
 QWidget *page = new QWidget(q);
 QVBoxLayout *lay = new QVBoxLayout(page);
+lay->setMargin(0);
 tableWidget = new InsertTableWidget;
 lay->addWidget(tableWidget);
 




commit kopete for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kopete for openSUSE:Factory checked 
in at 2016-06-20 11:01:53

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


Package is "kopete"

Changes:

--- /work/SRC/openSUSE:Factory/kopete/kopete.changes2016-05-31 
12:22:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kopete.new/kopete.changes   2016-06-20 
11:01:55.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 10 18:03:19 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+- Drop upstream patch gcc6.patch (Included upstream)
+
+---

Old:

  gcc6.patch
  kopete-16.04.1.tar.xz

New:

  kopete-16.04.2.tar.xz



Other differences:
--
++ kopete.spec ++
--- /var/tmp/diff_new_pack.o8xdmK/_old  2016-06-20 11:01:56.0 +0200
+++ /var/tmp/diff_new_pack.o8xdmK/_new  2016-06-20 11:01:56.0 +0200
@@ -17,14 +17,12 @@
 
 
 Name:   kopete
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Instant Messenger
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gcc6.patch kde#363053 -- fix build with GCC6
-Patch1: gcc6.patch
 BuildRequires:  alsa-devel
 BuildRequires:  giflib-devel
 BuildRequires:  libgadu-devel
@@ -69,7 +67,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %ifarch ppc ppc64

++ kopete-16.04.1.tar.xz -> kopete-16.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/kopete/kopete-16.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.kopete.new/kopete-16.04.2.tar.xz differ: char 27, 
line 1




commit kmix for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2016-06-20 11:01:21

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


Package is "kmix"

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2016-05-31 
12:14:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes   2016-06-20 
11:01:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:01:34 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kmix-16.04.1.tar.xz

New:

  kmix-16.04.2.tar.xz



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.kqzQ90/_old  2016-06-20 11:01:23.0 +0200
+++ /var/tmp/diff_new_pack.kqzQ90/_new  2016-06-20 11:01:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmix
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Sound Mixer
 License:GPL-2.0+

++ kmix-16.04.1.tar.xz -> kmix-16.04.2.tar.xz ++




commit kmime for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kmime for openSUSE:Factory checked 
in at 2016-06-20 11:01:15

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


Package is "kmime"

Changes:

--- /work/SRC/openSUSE:Factory/kmime/kmime.changes  2016-05-31 
12:15:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2016-06-20 
11:01:17.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:01:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kmime-16.04.1.tar.xz

New:

  kmime-16.04.2.tar.xz



Other differences:
--
++ kmime.spec ++
--- /var/tmp/diff_new_pack.f1iUZF/_old  2016-06-20 11:01:18.0 +0200
+++ /var/tmp/diff_new_pack.f1iUZF/_new  2016-06-20 11:01:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmime
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Mime support

++ kmime-16.04.1.tar.xz -> kmime-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-16.04.1/CMakeLists.txt 
new/kmime-16.04.2/CMakeLists.txt
--- old/kmime-16.04.1/CMakeLists.txt2016-04-26 22:19:30.0 +0200
+++ new/kmime-16.04.2/CMakeLists.txt2016-05-11 07:10:15.0 +0200
@@ -18,7 +18,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(KMIME_LIB_VERSION "5.2.1")
+set(KMIME_LIB_VERSION "5.2.2")
 set(QT_REQUIRED_VERSION "5.2.0")
 
 ecm_setup_version(${KMIME_LIB_VERSION} VARIABLE_PREFIX KMIME




commit kio_audiocd for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:Factory 
checked in at 2016-06-20 11:00:35

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


Package is "kio_audiocd"

Changes:

--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2016-05-31 
12:17:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new/kio_audiocd.changes 
2016-06-20 11:00:39.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:59:32 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  audiocd-kio-16.04.1.tar.xz

New:

  audiocd-kio-16.04.2.tar.xz



Other differences:
--
++ kio_audiocd.spec ++
--- /var/tmp/diff_new_pack.KZ7Smz/_old  2016-06-20 11:00:40.0 +0200
+++ /var/tmp/diff_new_pack.KZ7Smz/_new  2016-06-20 11:00:40.0 +0200
@@ -28,7 +28,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:audiocd-kio-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ audiocd-kio-16.04.1.tar.xz -> audiocd-kio-16.04.2.tar.xz ++




commit kmailtransport for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kmailtransport for openSUSE:Factory 
checked in at 2016-06-20 11:00:58

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


Package is "kmailtransport"

Changes:

--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes
2016-05-31 12:15:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes   
2016-06-20 11:00:59.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:01:03 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kmailtransport-16.04.1.tar.xz

New:

  kmailtransport-16.04.2.tar.xz



Other differences:
--
++ kmailtransport.spec ++
--- /var/tmp/diff_new_pack.302yZO/_old  2016-06-20 11:00:59.0 +0200
+++ /var/tmp/diff_new_pack.302yZO/_new  2016-06-20 11:00:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmailtransport
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Mailtransport layer

++ kmailtransport-16.04.1.tar.xz -> kmailtransport-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-16.04.1/CMakeLists.txt 
new/kmailtransport-16.04.2/CMakeLists.txt
--- old/kmailtransport-16.04.1/CMakeLists.txt   2016-04-26 22:19:04.0 
+0200
+++ new/kmailtransport-16.04.2/CMakeLists.txt   2016-05-11 07:09:26.0 
+0200
@@ -21,7 +21,7 @@
 
 set(KF5_VERSION "5.19.0")
 
-set(KMAILTRANSPORT_LIB_VERSION "5.2.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.2.2")
 
 set(KMIME_LIB_VERSION "5.2.0")
 set(AKONADI_LIB_VERSION "5.2.0")




commit kio-extras5 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2016-06-20 11:00:28

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


Package is "kio-extras5"

Changes:

--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2016-05-31 
12:20:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes 
2016-06-20 11:00:30.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:59:25 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kio-extras-16.04.1.tar.xz

New:

  kio-extras-16.04.2.tar.xz



Other differences:
--
++ kio-extras5.spec ++
--- /var/tmp/diff_new_pack.DWWHdf/_old  2016-06-20 11:00:31.0 +0200
+++ /var/tmp/diff_new_pack.DWWHdf/_new  2016-06-20 11:00:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kio-extras5
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Additional KIO-slaves for KDE applications
 License:GPL-2.0+

++ kio-extras-16.04.1.tar.xz -> kio-extras-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-16.04.1/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
 
new/kio-extras-16.04.2/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
--- 
old/kio-extras-16.04.1/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
  2016-04-28 15:02:33.0 +0200
+++ 
new/kio-extras-16.04.2/activities/fileitemplugin/kactivitymanagerd_fileitem_linking_plugin.desktop
  2016-05-29 14:22:10.0 +0200
@@ -4,6 +4,7 @@
 Name=File to activity linking plugin
 Name[ca]=Connector per enllaçar fitxers amb activitats
 Name[ca@valencia]=Connector per enllaçar fitxers amb activitats
+Name[da]=Fil til aktivitetslink-plugin
 Name[de]=Modul für die Verknüpfung von Dateien zu Aktivitäten
 Name[en_GB]=File to activity linking plugin
 Name[es]=Archivo para el complemento de enlace de actividades
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-16.04.1/fish/fish.cpp 
new/kio-extras-16.04.2/fish/fish.cpp
--- old/kio-extras-16.04.1/fish/fish.cpp2016-04-28 15:02:33.0 
+0200
+++ new/kio-extras-16.04.2/fish/fish.cpp2016-05-29 14:22:10.0 
+0200
@@ -1220,7 +1220,7 @@
 
 void fishProtocol::writeStdin(const QString &line)
 {
-qlist.append(line.toLatin1());
+qlist.append(E(line));
 
 if (writeReady) {
 writeReady = false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-16.04.1/thumbnail/kraorathumbnail.desktop 
new/kio-extras-16.04.2/thumbnail/kraorathumbnail.desktop
--- old/kio-extras-16.04.1/thumbnail/kraorathumbnail.desktop2016-04-28 
15:02:33.0 +0200
+++ new/kio-extras-16.04.2/thumbnail/kraorathumbnail.desktop2016-05-29 
14:22:10.0 +0200
@@ -4,6 +4,7 @@
 Name[ca]=Documents del Krita
 Name[ca@valencia]=Documents del Krita
 Name[cs]=Dokumenty Krita
+Name[da]=Krita-dokumenter
 Name[de]=Krita-Dokumente
 Name[en_GB]=Krita Documents
 Name[es]=Documentos de Krita




commit kldap for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kldap for openSUSE:Factory checked 
in at 2016-06-20 11:00:43

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


Package is "kldap"

Changes:

--- /work/SRC/openSUSE:Factory/kldap/kldap.changes  2016-05-31 
12:16:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kldap.new/kldap.changes 2016-06-20 
11:00:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:00:12 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kldap-16.04.1.tar.xz

New:

  kldap-16.04.2.tar.xz



Other differences:
--
++ kldap.spec ++
--- /var/tmp/diff_new_pack.c8Abqr/_old  2016-06-20 11:00:45.0 +0200
+++ /var/tmp/diff_new_pack.c8Abqr/_new  2016-06-20 11:00:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kldap
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries

++ kldap-16.04.1.tar.xz -> kldap-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kldap-16.04.1/CMakeLists.txt 
new/kldap-16.04.2/CMakeLists.txt
--- old/kldap-16.04.1/CMakeLists.txt2016-04-26 22:18:51.0 +0200
+++ new/kldap-16.04.2/CMakeLists.txt2016-05-11 07:09:04.0 +0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KLDAP_LIB_VERSION "5.2.1")
+set(KLDAP_LIB_VERSION "5.2.2")
 
 ecm_setup_version(${KLDAP_LIB_VERSION} VARIABLE_PREFIX KLDAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kldap_version.h"




commit kmag for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kmag for openSUSE:Factory checked in 
at 2016-06-20 11:00:50

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


Package is "kmag"

Changes:

--- /work/SRC/openSUSE:Factory/kmag/kmag.changes2016-05-31 
12:18:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes   2016-06-20 
11:00:52.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:00:47 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kmag-16.04.1.tar.xz

New:

  kmag-16.04.2.tar.xz



Other differences:
--
++ kmag.spec ++
--- /var/tmp/diff_new_pack.NwgJn8/_old  2016-06-20 11:00:53.0 +0200
+++ /var/tmp/diff_new_pack.NwgJn8/_new  2016-06-20 11:00:53.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmag-16.04.1.tar.xz -> kmag-16.04.2.tar.xz ++




commit kimap for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2016-06-20 11:00:21

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


Package is "kimap"

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2016-05-31 
12:20:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new/kimap.changes 2016-06-20 
11:00:23.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:59:18 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kimap-16.04.1.tar.xz

New:

  kimap-16.04.2.tar.xz



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.Kj8JGR/_old  2016-06-20 11:00:24.0 +0200
+++ /var/tmp/diff_new_pack.Kj8JGR/_new  2016-06-20 11:00:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kimap
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: IMAP library

++ kimap-16.04.1.tar.xz -> kimap-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-16.04.1/CMakeLists.txt 
new/kimap-16.04.2/CMakeLists.txt
--- old/kimap-16.04.1/CMakeLists.txt2016-04-26 22:18:39.0 +0200
+++ new/kimap-16.04.2/CMakeLists.txt2016-05-11 07:08:52.0 +0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KIMAP_LIB_VERSION "5.2.1")
+set(KIMAP_LIB_VERSION "5.2.2")
 set(KMIME_LIBS_VERSION "5.2.0")
 ecm_setup_version(${KIMAP_LIB_VERSION} VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"




commit kidentitymanagement for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kidentitymanagement for 
openSUSE:Factory checked in at 2016-06-20 11:00:13

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


Package is "kidentitymanagement"

Changes:

--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes  
2016-05-31 12:20:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kidentitymanagement.new/kidentitymanagement.changes 
2016-06-20 11:00:14.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:58:46 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kidentitymanagement-16.04.1.tar.xz

New:

  kidentitymanagement-16.04.2.tar.xz



Other differences:
--
++ kidentitymanagement.spec ++
--- /var/tmp/diff_new_pack.o8rKkn/_old  2016-06-20 11:00:15.0 +0200
+++ /var/tmp/diff_new_pack.o8rKkn/_new  2016-06-20 11:00:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kidentitymanagement
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: Identity Management

++ kidentitymanagement-16.04.1.tar.xz -> kidentitymanagement-16.04.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidentitymanagement-16.04.1/CMakeLists.txt 
new/kidentitymanagement-16.04.2/CMakeLists.txt
--- old/kidentitymanagement-16.04.1/CMakeLists.txt  2016-04-29 
19:30:55.0 +0200
+++ new/kidentitymanagement-16.04.2/CMakeLists.txt  2016-05-15 
20:01:22.0 +0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KIDENTITYMANAGEMENT_LIB_VERSION "5.2.1")
+set(KIDENTITYMANAGEMENT_LIB_VERSION "5.2.2")
 set(PIMTEXTEDIT_LIB_VERSION "5.2.0")
 
 ecm_setup_version(${KIDENTITYMANAGEMENT_LIB_VERSION} VARIABLE_PREFIX 
KIDENTITYMANAGEMENT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidentitymanagement-16.04.1/src/identitymanager.cpp 
new/kidentitymanagement-16.04.2/src/identitymanager.cpp
--- old/kidentitymanagement-16.04.1/src/identitymanager.cpp 2016-04-29 
19:30:55.0 +0200
+++ new/kidentitymanagement-16.04.2/src/identitymanager.cpp 2016-05-15 
20:01:22.0 +0200
@@ -290,9 +290,13 @@
 : QObject(parent),
   d(new Private(this))
 {
-Kdelibs4ConfigMigrator migrate(QStringLiteral("identitymanager"));
-migrate.setConfigFiles(QStringList() << QStringLiteral("emailidentities"));
-migrate.migrate();
+static bool triedMigration = false;
+if (!triedMigration) {
+triedMigration = true;
+Kdelibs4ConfigMigrator migrate(QStringLiteral("identitymanager"));
+migrate.setConfigFiles(QStringList() << 
QStringLiteral("emailidentities"));
+migrate.migrate();
+}
 
 setObjectName(QLatin1String(name));
 new IdentityManagerAdaptor(this);




commit kdepim for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdepim for openSUSE:Factory checked 
in at 2016-06-20 10:59:26

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


Package is "kdepim"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim/kdepim.changes2016-05-31 
12:20:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim.new/kdepim.changes   2016-06-20 
10:59:27.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:55:49 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kdepim-16.04.1.tar.xz

New:

  kdepim-16.04.2.tar.xz



Other differences:
--
++ kdepim.spec ++
--- /var/tmp/diff_new_pack.vB4MIc/_old  2016-06-20 10:59:28.0 +0200
+++ /var/tmp/diff_new_pack.vB4MIc/_new  2016-06-20 10:59:28.0 +0200
@@ -55,7 +55,7 @@
 %{nil}
 
 Name:   kdepim
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0+ and LGPL-2.1+

++ kdepim-16.04.1.tar.xz -> kdepim-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-16.04.1/CMakeLists.txt 
new/kdepim-16.04.2/CMakeLists.txt
--- old/kdepim-16.04.1/CMakeLists.txt   2016-05-04 22:15:04.0 +0200
+++ new/kdepim-16.04.2/CMakeLists.txt   2016-06-06 14:12:06.0 +0200
@@ -50,7 +50,7 @@
   set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
 endif()
 
-set(KDEPIM_VERSION_NUMBER "5.2.1")
+set(KDEPIM_VERSION_NUMBER "5.2.2")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-16.04.1/blogilo/org.kde.blogilo.appdata.xml 
new/kdepim-16.04.2/blogilo/org.kde.blogilo.appdata.xml
--- old/kdepim-16.04.1/blogilo/org.kde.blogilo.appdata.xml  2016-05-04 
22:15:04.0 +0200
+++ new/kdepim-16.04.2/blogilo/org.kde.blogilo.appdata.xml  2016-06-06 
14:12:06.0 +0200
@@ -207,8 +207,8 @@
   xxPreviewing your post with your blog stylexx
   以您的部落格的樣式來預覽您的文章
   Support for Blogger1.0, MetaWeblog, MovableType (Wordpress supports 
All of these!) and Google GData (used on Blogspot.com blogs) APIs
-  Implementa les API Blogger1.0, MetaWeblog, MovableType 
(el Wordpress implementa tots aquests!) i Google GData (usada al blog 
Blogspot.com)
-  Implementa les API Blogger1.0, MetaWeblog, 
MovableType (el Wordpress implementa tots estos!) i Google GData (usada al blog 
Blogspot.com)
+  Permet les API Blogger1.0, MetaWeblog, MovableType (el 
Wordpress admet tots aquests!) i Google GData (usada al blog Blogspot.com)
+  Permet les API Blogger1.0, MetaWeblog, 
MovableType (el Wordpress admet tots estos!) i Google GData (usada al blog 
Blogspot.com)
   Unterstützung für die Programmier-Schnittstellen 
(APIs) von Blogger1.0, MetaWeblog, MovableType (alle von Wordpress verwendet) 
und Google GData (verwendet auf Blogspot.com blogs)
   Support for Blogger1.0, MetaWeblog, MovableType 
(Wordpress supports All of these!) and Google GData (used on Blogspot.com 
blogs) APIs
   Reconoce las API Blogger1.0, MetaWeblog, MovableType 
(¡Wordpress reconoce todos esos!) y Google GData (usado en blogs de 
Blogspot.com b)
@@ -238,8 +238,8 @@
   支援 Blogger1.0, MetaWeblog, MovableType (Wordpress 
全部都支援!) 以及 Google GData (用於 Blogspot.com) APIs
   Support for Creating/Modifying/Deleting posts.
   دعم إنشاء التّدوينات وتعديلها وحذفها.
-  Implementa la creació/modificació/eliminació dels 
articles.
-  Implementa la creació/modificació/eliminació 
dels articles.
+  Permet la creació/modificació/eliminació dels 
articles.
+  Permet la creació/modificació/eliminació dels 
articles.
   Unterstützung für das Erstellen/Verändern/Löschen von 
Posts.
   Support for Creating/Modifying/Deleting posts.
   Implementa creación/modificación/borrado de 
envíos.
@@ -269,8 +269,8 @@
   支援建立、變更與刪除文章。
   Support for creating drafts and scheduled posts
   دعم إنشاء المسودّات والتّدوينات المجدولة
-  Implementa la creació d'esborranys i articles 
programats
-  Implementa la creació d'esborranys i articles 
programats
+  Permet la creació d'esborranys i articles 
programats
+  Permet la creació d'esborranys i articles 
programats
   Unterstützung für das Erstellen von Entwürfen und 
geplanten Posts
   Support for creating drafts and scheduled posts
   Implementa la creación de borradores y envíos 
pla

commit kholidays for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2016-06-20 11:00:06

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


Package is "kholidays"

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2016-05-31 
12:18:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2016-06-20 
11:00:07.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:58:39 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kholidays-16.04.1.tar.xz

New:

  kholidays-16.04.2.tar.xz



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.DjmTnX/_old  2016-06-20 11:00:08.0 +0200
+++ /var/tmp/diff_new_pack.DjmTnX/_new  2016-06-20 11:00:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kholidays
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries

++ kholidays-16.04.1.tar.xz -> kholidays-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-16.04.1/CMakeLists.txt 
new/kholidays-16.04.2/CMakeLists.txt
--- old/kholidays-16.04.1/CMakeLists.txt2016-04-26 22:18:12.0 
+0200
+++ new/kholidays-16.04.2/CMakeLists.txt2016-05-11 07:08:27.0 
+0200
@@ -19,7 +19,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(KHOLIDAYS_LIB_VERSION "5.2.1")
+set(KHOLIDAYS_LIB_VERSION "5.2.2")
 
 ecm_setup_version(${KHOLIDAYS_LIB_VERSION} VARIABLE_PREFIX KHOLIDAYS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kholidays_version.h"




commit kdnssd for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdnssd for openSUSE:Factory checked 
in at 2016-06-20 10:59:46

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


Package is "kdnssd"

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd/kdnssd.changes2016-05-31 
12:18:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdnssd.new/kdnssd.changes   2016-06-20 
10:59:47.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:57:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  zeroconf-ioslave-16.04.1.tar.xz

New:

  zeroconf-ioslave-16.04.2.tar.xz



Other differences:
--
++ kdnssd.spec ++
--- /var/tmp/diff_new_pack.KC52RK/_old  2016-06-20 10:59:48.0 +0200
+++ /var/tmp/diff_new_pack.KC52RK/_new  2016-06-20 10:59:48.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   kdnssd
 BuildRequires:  libkde4-devel
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Zeroconf Support for KDE
 License:GPL-2.0+

++ zeroconf-ioslave-16.04.1.tar.xz -> zeroconf-ioslave-16.04.2.tar.xz ++




commit kdepim-runtime for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdepim-runtime for openSUSE:Factory 
checked in at 2016-06-20 10:59:32

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


Package is "kdepim-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes
2016-05-31 12:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new/kdepim-runtime.changes   
2016-06-20 10:59:34.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 21:31:14 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+
+---
+Fri Jun 10 17:56:01 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kdepim-runtime-16.04.1.tar.xz

New:

  kdepim-runtime-16.04.2.tar.xz



Other differences:
--
++ kdepim-runtime.spec ++
--- /var/tmp/diff_new_pack.QED0Ug/_old  2016-06-20 10:59:35.0 +0200
+++ /var/tmp/diff_new_pack.QED0Ug/_new  2016-06-20 10:59:35.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define kf5_version 5.1.0
-%define kf5_pimlibs_version 16.04.1
+%define kf5_pimlibs_version 16.04.2
 Name:   kdepim-runtime
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Runtime modules for kdepim
 License:GPL-2.0
@@ -99,11 +99,11 @@
 
 %post
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_post
 
 %postun
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_postun
 
 %files
 %defattr(-,root,root)

++ kdepim-runtime-16.04.1.tar.xz -> kdepim-runtime-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-16.04.1/CMakeLists.txt 
new/kdepim-runtime-16.04.2/CMakeLists.txt
--- old/kdepim-runtime-16.04.1/CMakeLists.txt   2016-04-28 23:01:46.0 
+0200
+++ new/kdepim-runtime-16.04.2/CMakeLists.txt   2016-05-12 21:26:25.0 
+0200
@@ -35,7 +35,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION "")
 endif()
 
-set(KDEPIM_RUNTIME_VERSION_NUMBER "5.2.1")
+set(KDEPIM_RUNTIME_VERSION_NUMBER "5.2.2")
 set(KDEPIM_RUNTIME_VERSION 
"${KDEPIM_RUNTIME_VERSION_NUMBER}${KDEPIM_RUNTIME_DEV_VERSION}")
 
 configure_file(kdepim-runtime-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-16.04.1/resources/birthdays/configdialog.ui 
new/kdepim-runtime-16.04.2/resources/birthdays/configdialog.ui
--- old/kdepim-runtime-16.04.1/resources/birthdays/configdialog.ui  
2016-04-28 23:01:46.0 +0200
+++ new/kdepim-runtime-16.04.2/resources/birthdays/configdialog.ui  
2016-05-12 21:26:25.0 +0200
@@ -1,7 +1,8 @@
-
+
+
  ConfigDialog
- 
-  
+ 
+  

 0
 0
@@ -9,45 +10,57 @@
 364

   
-  
+  
+   
+0
+   
+   
+0
+   
+   
+0
+   
+   
+0
+   

-
- 
+
+ 
   Reminder
  
- 
+ 
   false
  
- 
-  
-   
-
+ 
+  
+   
+
  Set &reminder
 

   
-  
-   
-
+  
+   
+
  false
 
-
- R&emind prior to event:
+
+ &Remind prior to event:
 
-
+
  kcfg_AlarmDays
 

   
-  
-   
-
+  
+   
+
  false
 
-
+
  
 
-
+
  355
 

@@ -56,21 +69,21 @@
 


-
- 
+
+ 
   Filter
  
- 
+ 
   
-   
-
+   
+
  &Filter by categories
 

   
   
-   
-
+   
+
  false
 

@@ -79,11 +92,11 @@
 


-
- 
+
+ 
   Qt::Vertical
  
- 
+ 
   
20
18
@@ -97,7 +110,7 @@
   
Akonadi::TagSelectWidget
QWidget
-   AkonadiWidgets/tagselectwidget.h
+   tagselectwidget.h
   
   
KPluralHandlingSpinBox
@@ -113,11 +126,11 @@
label
setEnabled(bool)

-
+
  97
  54
 
-
+
  104
  75
 
@@ -129,11 +142,11 @@
kcfg_AlarmDays
setEnabled(bool)

-
+
  169
  51
 
-
+
  292
  85
 
@@ -145,11 +158,11 @@

commit kgpg for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2016-06-20 10:59:58

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


Package is "kgpg"

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2016-05-31 
12:17:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2016-06-20 
11:00:00.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:58:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kgpg-16.04.1.tar.xz

New:

  kgpg-16.04.2.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.uH1bGa/_old  2016-06-20 11:00:01.0 +0200
+++ /var/tmp/diff_new_pack.uH1bGa/_new  2016-06-20 11:00:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgpg
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Encryption Tool
 License:GPL-2.0+

++ kgpg-16.04.1.tar.xz -> kgpg-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-16.04.1/keyinfodialog.cpp 
new/kgpg-16.04.2/keyinfodialog.cpp
--- old/kgpg-16.04.1/keyinfodialog.cpp  2016-03-08 18:48:12.0 +0100
+++ new/kgpg-16.04.2/keyinfodialog.cpp  2016-06-06 18:58:55.0 +0200
@@ -29,7 +29,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-16.04.1/model/kgpgsearchresultmodel.cpp 
new/kgpg-16.04.2/model/kgpgsearchresultmodel.cpp
--- old/kgpg-16.04.1/model/kgpgsearchresultmodel.cpp2016-03-08 
18:48:12.0 +0100
+++ new/kgpg-16.04.2/model/kgpgsearchresultmodel.cpp2016-06-06 
18:58:55.0 +0200
@@ -16,6 +16,8 @@
 #include 
 #include 
 #include 
+
+#include 
 #include 
 #include 
 #include 
@@ -352,7 +354,7 @@
 }
 
 void
-KGpgSearchResultModel::slotAddKey(QStringList lines)
+KGpgSearchResultModel::slotAddKey(const QStringList &lines)
 {
Q_ASSERT(!lines.isEmpty());
Q_ASSERT(lines.first().startsWith(QLatin1String("pub:")));
@@ -360,13 +362,15 @@
if (lines.count() == 1)
return;
 
-   SearchResult *nkey = new SearchResult(lines.takeFirst());
-   if (!nkey->m_validPub) {
-   delete nkey;
+   QStringList::const_iterator it = lines.constBegin();
+
+   QScopedPointer nkey(new SearchResult(*it));
+   if (!nkey->m_validPub)
return;
-   }
 
-   foreach (const QString &line, lines) {
+   const QStringList::const_iterator itEnd = lines.constEnd();
+   for (it++; it != itEnd; it++) {
+   const QString &line = *it;
if (line.startsWith(QLatin1String("uid:"))) {
QString kid = d->urlDecode(line.section(QLatin1Char( 
':' ), 1, 1));
 
@@ -380,10 +384,7 @@
 
if (nkey->getUidCount() > 0) {
beginInsertRows(QModelIndex(), d->m_items.count(), 
d->m_items.count());
-   d->m_items.append(nkey);
+   d->m_items.append(nkey.take());
endInsertRows();
-   } else {
-   // key server sent back a crappy key
-   delete nkey;
}
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-16.04.1/model/kgpgsearchresultmodel.h 
new/kgpg-16.04.2/model/kgpgsearchresultmodel.h
--- old/kgpg-16.04.1/model/kgpgsearchresultmodel.h  2016-03-08 
18:48:12.0 +0100
+++ new/kgpg-16.04.2/model/kgpgsearchresultmodel.h  2016-06-06 
18:58:55.0 +0200
@@ -20,12 +20,10 @@
 #define KGPGSEARCHRESULTMODEL_H
 
 #include 
+#include 
 
 #include 
 
-class QString;
-class QStringList;
-
 class KGpgSearchResultModelPrivate;
 
 /**
@@ -56,7 +54,7 @@
const QString &idForIndex(const QModelIndex &index) const;
 
 public slots:
-   void slotAddKey(QStringList lines);
+   void slotAddKey(const QStringList &lines);
 
 private:
KGpgSearchResultModelPrivate * const d;




commit kdebase4 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2016-06-20 10:59:08

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


Package is "kdebase4"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes2016-05-31 
12:16:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2016-06-20 
10:59:14.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:54:25 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kde-baseapps-16.04.1.tar.xz

New:

  kde-baseapps-16.04.2.tar.xz



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.3pd05T/_old  2016-06-20 10:59:16.0 +0200
+++ /var/tmp/diff_new_pack.3pd05T/_new  2016-06-20 10:59:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:The Base KDE Apps
 License:GPL-2.0+

++ kde-baseapps-16.04.1.tar.xz -> kde-baseapps-16.04.2.tar.xz ++




commit kget for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kget for openSUSE:Factory checked in 
at 2016-06-20 10:59:52

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


Package is "kget"

Changes:

--- /work/SRC/openSUSE:Factory/kget/kget.changes2016-05-31 
12:19:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes   2016-06-20 
10:59:55.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:57:57 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kget-16.04.1.tar.xz

New:

  kget-16.04.2.tar.xz



Other differences:
--
++ kget.spec ++
--- /var/tmp/diff_new_pack.RPog9f/_old  2016-06-20 10:59:56.0 +0200
+++ /var/tmp/diff_new_pack.RPog9f/_new  2016-06-20 10:59:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kget
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Download Manager
 License:GPL-2.0+

++ kget-16.04.1.tar.xz -> kget-16.04.2.tar.xz ++




commit kdenetwork4-filesharing for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4-filesharing for 
openSUSE:Factory checked in at 2016-06-20 10:59:19

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


Package is "kdenetwork4-filesharing"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdenetwork4-filesharing/kdenetwork4-filesharing.changes
  2016-05-31 12:21:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
 2016-06-20 10:59:21.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:55:27 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kdenetwork-filesharing-16.04.1.tar.xz

New:

  kdenetwork-filesharing-16.04.2.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.vpoyou/_old  2016-06-20 10:59:22.0 +0200
+++ /var/tmp/diff_new_pack.vpoyou/_new  2016-06-20 10:59:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdenetwork4-filesharing
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE Network Libraries
 License:GPL-2.0+

++ kdenetwork-filesharing-16.04.1.tar.xz -> 
kdenetwork-filesharing-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdenetwork-filesharing-16.04.1/samba/filepropertiesplugin/sambausershareplugin.cpp
 
new/kdenetwork-filesharing-16.04.2/samba/filepropertiesplugin/sambausershareplugin.cpp
--- 
old/kdenetwork-filesharing-16.04.1/samba/filepropertiesplugin/sambausershareplugin.cpp
  2015-12-30 10:33:15.0 +0100
+++ 
new/kdenetwork-filesharing-16.04.2/samba/filepropertiesplugin/sambausershareplugin.cpp
  2016-06-09 21:51:38.0 +0200
@@ -40,6 +40,19 @@
 K_PLUGIN_FACTORY(SambaUserSharePluginFactory, 
registerPlugin();)
 K_EXPORT_PLUGIN(SambaUserSharePluginFactory("fileshare_propsdlgplugin"))
 
+// copied from kio/src/core/ksambashare.cpp, 
KSambaSharePrivate::isSambaInstalled()
+static bool isSambaInstalled()
+{
+if (QFile::exists(QStringLiteral("/usr/sbin/smbd"))
+|| QFile::exists(QStringLiteral("/usr/local/sbin/smbd"))) {
+return true;
+}
+
+//qDebug() << "Samba is not installed!";
+
+return false;
+}
+
 SambaUserSharePlugin::SambaUserSharePlugin(QObject *parent, const 
QList &args)
 : KPropertiesDialogPlugin(qobject_cast(parent))
 , m_url(properties->url().toLocalFile())
@@ -105,7 +118,7 @@
 for (int i = 0; i < model->rowCount(); ++i) {
 propertiesUi.tableView->openPersistentEditor(model->index(i, 1, 
QModelIndex()));
 }
-if (QStandardPaths::findExecutable(QStringLiteral("smbd")).isEmpty()) {
+if (!isSambaInstalled()) {
 m_installSambaWidgets->show();
 m_shareWidgets->hide();
 } else {




commit kdepimlibs for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs for openSUSE:Factory 
checked in at 2016-06-20 10:59:39

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


Package is "kdepimlibs"

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs/kdepimlibs.changes2016-05-31 
12:19:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs.new/kdepimlibs.changes   
2016-06-20 10:59:40.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:56:09 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kdepimlibs-16.04.1.tar.xz

New:

  kdepimlibs-16.04.2.tar.xz



Other differences:
--
++ kdepimlibs.spec ++
--- /var/tmp/diff_new_pack.SfeAOK/_old  2016-06-20 10:59:41.0 +0200
+++ /var/tmp/diff_new_pack.SfeAOK/_new  2016-06-20 10:59:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepimlibs
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries

++ kdepimlibs-16.04.1.tar.xz -> kdepimlibs-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-16.04.1/akonadi-contact/CMakeLists.txt 
new/kdepimlibs-16.04.2/akonadi-contact/CMakeLists.txt
--- old/kdepimlibs-16.04.1/akonadi-contact/CMakeLists.txt   2016-04-29 
19:32:27.0 +0200
+++ new/kdepimlibs-16.04.2/akonadi-contact/CMakeLists.txt   2016-05-12 
13:21:40.0 +0200
@@ -19,7 +19,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KDEPIMLIBS_VERSION "5.2.1")
+set(KDEPIMLIBS_VERSION "5.2.2")
 set(KCONTACTS_VERSION "5.2.0")
 set(CALENDARCORE_VERSION "5.2.0")
 set(KMIMELIB_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepimlibs-16.04.1/akonadi-contact/src/kcm/akonadicontactactions.ui 
new/kdepimlibs-16.04.2/akonadi-contact/src/kcm/akonadicontactactions.ui
--- old/kdepimlibs-16.04.1/akonadi-contact/src/kcm/akonadicontactactions.ui 
2016-04-29 19:32:27.0 +0200
+++ new/kdepimlibs-16.04.2/akonadi-contact/src/kcm/akonadicontactactions.ui 
2016-05-12 13:21:40.0 +0200
@@ -27,6 +27,18 @@
 
 
  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
   

 
@@ -45,6 +57,18 @@
 
 
  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
   

 
@@ -97,6 +121,18 @@
 
 
  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
   

 
@@ -152,6 +188,18 @@
 
 
  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
+  
+   0
+  
   

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-16.04.1/akonadi-mime/CMakeLists.txt 
new/kdepimlibs-16.04.2/akonadi-mime/CMakeLists.txt
--- old/kdepimlibs-16.04.1/akonadi-mime/CMakeLists.txt  2016-04-29 
19:32:27.0 +0200
+++ new/kdepimlibs-16.04.2/akonadi-mime/CMakeLists.txt  2016-05-12 
13:21:40.0 +0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KDEPIMLIBS_VERSION "5.2.1")
+set(KDEPIMLIBS_VERSION "5.2.2")
 set(AKONADI_VERSION "5.2.0")
 set(KF5_MIME_VERSION "5.2.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-16.04.1/akonadi-notes/CMakeLists.txt 
new/kdepimlibs-16.04.2/akonadi-notes/CMakeLists.txt
--- old/kdepimlibs-16.04.1/akonadi-notes/CMakeLists.txt 2016-04-29 
19:32:27.0 +0200
+++ new/kdepimlibs-16.04.2/akonadi-notes/CMakeLists.txt 2016-05-12 
13:21:40.0 +0200
@@ -19,7 +19,7 @@
 
 set(KF5_VERSION "5.19.0")
 set(QT_REQUIRED_VERSION "5.4.0")
-set(KDEPIMLIBS_VERSION "5.2.1")
+set(KDEPIMLIBS_VERSION "5.2.2")
 set(KMIMELIB_VERSION "5.2.0")
 set(AKONADI_VERSION "5.2.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepimlibs-16.04.1/akonadi-socialutils/CMakeLists.txt 
new/kdepimlibs-16.04.2/ak

commit kcolorchooser for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for openSUSE:Factory 
checked in at 2016-06-20 10:58:52

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


Package is "kcolorchooser"

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2016-05-31 12:21:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2016-06-20 10:58:54.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:53:39 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kcolorchooser-16.04.1.tar.xz

New:

  kcolorchooser-16.04.2.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.WHFZjV/_old  2016-06-20 10:58:55.0 +0200
+++ /var/tmp/diff_new_pack.WHFZjV/_new  2016-06-20 10:58:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcolorchooser
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Color Chooser
 License:MIT

++ kcolorchooser-16.04.1.tar.xz -> kcolorchooser-16.04.2.tar.xz ++




commit kate for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2016-06-20 10:58:14

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


Package is "kate"

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2016-05-31 
12:16:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2016-06-20 
10:58:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:51:58 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kate-16.04.1.tar.xz

New:

  kate-16.04.2.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.RlL4DI/_old  2016-06-20 10:58:17.0 +0200
+++ /var/tmp/diff_new_pack.RlL4DI/_new  2016-06-20 10:58:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kate
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Advanced Text Editor
 License:GPL-2.0+

++ kate-16.04.1.tar.xz -> kate-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kate-16.04.1/CMakeLists.txt 
new/kate-16.04.2/CMakeLists.txt
--- old/kate-16.04.1/CMakeLists.txt 2016-04-30 23:08:20.0 +0200
+++ new/kate-16.04.2/CMakeLists.txt 2016-06-07 14:02:43.0 +0200
@@ -9,7 +9,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 # we need some parts of the ECM CMake helpers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-16.04.1/addons/backtracebrowser/katebacktracebrowserplugin.desktop 
new/kate-16.04.2/addons/backtracebrowser/katebacktracebrowserplugin.desktop
--- old/kate-16.04.1/addons/backtracebrowser/katebacktracebrowserplugin.desktop 
2016-04-30 23:08:20.0 +0200
+++ new/kate-16.04.2/addons/backtracebrowser/katebacktracebrowserplugin.desktop 
2016-06-07 14:02:43.0 +0200
@@ -39,7 +39,7 @@
 Name[pa]=ਬੈਕਟਰੇਸ ਬਰਾਊਜ਼ਰ
 Name[pl]=Przeglądarka śladu
 Name[pt]=Navegação na Lista de Chamadas
-Name[pt_BR]=Navegador de estouros
+Name[pt_BR]=Navegador de backtrace
 Name[ro]=Navigator de backtrace-uri
 Name[ru]=Просмотр стека вызовов
 Name[si]=පසුසෙවුම් ගවේශකය
@@ -92,7 +92,7 @@
 Comment[nn]=Navigeringsverktøy for tilbakeloggar
 Comment[pl]=Widok narzędzia nawigacji śladu
 Comment[pt]=Área da ferramenta de navegação pela lista de chamadas
-Comment[pt_BR]=Janela da ferramenta de navegação dos estouros
+Comment[pt_BR]=Janela da ferramenta de navegação de backtrace
 Comment[ro]=Mod de vizualizare a navigării backtrace
 Comment[ru]=Инструмент для просмотра стека вызовов
 Comment[si]=පසුසෙවුම් ගවේශන මෙවලම් දසුන
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kate-16.04.1/addons/lumen/ktexteditor_lumen.desktop 
new/kate-16.04.2/addons/lumen/ktexteditor_lumen.desktop
--- old/kate-16.04.1/addons/lumen/ktexteditor_lumen.desktop 2016-04-30 
23:08:20.0 +0200
+++ new/kate-16.04.2/addons/lumen/ktexteditor_lumen.desktop 2016-06-07 
14:02:43.0 +0200
@@ -68,7 +68,7 @@
 Comment[nn]=Lumen er eit tillegg for autofullføring for D, og som brukar 
autofullføringstenesta DCD
 Comment[pl]=Lumen jest wtyczką samoczynnego uzupełniania dla D. Wykorzystuje 
serwer samoczynnego uzupełniania DCD.
 Comment[pt]=O Lumen é um 'plugin' de completação automática para o D, usando o 
servidor de completação automática DCD
-Comment[pt_BR]=Lumen é um plugin de completação automática para D, que usa o 
servidor DCD
+Comment[pt_BR]=Lumen é um plugin de autocompletar para D, que usa o servidor 
DCD
 Comment[ru]=Lumen — модуль автодополнения для языка D, использующий сервер 
автодополнения DCD
 Comment[sk]=Lumen je plugin pre automatické dokončovanie pre D, pomocou 
servera automatického dokončovania DCD
 Comment[sl]=Lumen je vstavek za samodejno dopolnjevanje za D, ki uporablja 
strežnik DCD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-16.04.1/addons/openheader/kateopenheaderplugin.desktop 
new/kate-16.04.2/addons/openheader/kateopenheaderplugin.desktop
--- old/kate-16.04.1/addons/openheader/kateopenheaderplugin.desktop 
2016-04-30 23:08:20.0 +0200
+++ new/kate-16.

commit kcharselect for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2016-06-20 10:58:46

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


Package is "kcharselect"

Changes:

--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2016-05-31 
12:15:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes 
2016-06-20 10:58:48.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:53:33 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kcharselect-16.04.1.tar.xz

New:

  kcharselect-16.04.2.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.9M5QTt/_old  2016-06-20 10:58:49.0 +0200
+++ /var/tmp/diff_new_pack.9M5QTt/_new  2016-06-20 10:58:49.0 +0200
@@ -30,7 +30,7 @@
 Summary:KDE Character Selector
 License:GPL-2.0+
 Group:  Productivity/Other
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kcharselect-16.04.1.tar.xz -> kcharselect-16.04.2.tar.xz ++




commit kamera for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2016-06-20 10:58:07

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


Package is "kamera"

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2016-05-31 
12:17:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2016-06-20 
10:58:09.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:51:18 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kamera-16.04.1.tar.xz

New:

  kamera-16.04.2.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.tKHObB/_old  2016-06-20 10:58:10.0 +0200
+++ /var/tmp/diff_new_pack.tKHObB/_new  2016-06-20 10:58:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kamera
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package for kdegraphics apps
 License:LGPL-2.1+

++ kamera-16.04.1.tar.xz -> kamera-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-16.04.1/CMakeLists.txt 
new/kamera-16.04.2/CMakeLists.txt
--- old/kamera-16.04.1/CMakeLists.txt   2016-04-27 20:58:36.0 +0200
+++ new/kamera-16.04.2/CMakeLists.txt   2016-06-07 14:08:09.0 +0200
@@ -4,7 +4,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(PROJECT_VERSION ${KDE_APPLICATIONS_VERSION})
 




commit kcontacts for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2016-06-20 10:59:01

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


Package is "kcontacts"

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2016-05-31 
12:13:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2016-06-20 
10:59:03.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:53:46 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kcontacts-16.04.1.tar.xz

New:

  kcontacts-16.04.2.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.wTFHfl/_old  2016-06-20 10:59:04.0 +0200
+++ /var/tmp/diff_new_pack.wTFHfl/_new  2016-06-20 10:59:04.0 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:New address book API for KDE
 License:LGPL-2.1+

++ kcontacts-16.04.1.tar.xz -> kcontacts-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-16.04.1/CMakeLists.txt 
new/kcontacts-16.04.2/CMakeLists.txt
--- old/kcontacts-16.04.1/CMakeLists.txt2016-04-26 22:16:55.0 
+0200
+++ new/kcontacts-16.04.2/CMakeLists.txt2016-05-11 07:06:41.0 
+0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KCONTACTS_LIB_VERSION "5.2.1")
+set(KCONTACTS_LIB_VERSION "5.2.2")
 
 ecm_setup_version(${KCONTACTS_LIB_VERSION} VARIABLE_PREFIX KContacts
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcontacts_version.h"




commit kblog for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kblog for openSUSE:Factory checked 
in at 2016-06-20 10:58:21

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


Package is "kblog"

Changes:

--- /work/SRC/openSUSE:Factory/kblog/kblog.changes  2016-05-31 
12:17:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblog.new/kblog.changes 2016-06-20 
10:58:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:52:30 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kblog-16.04.1.tar.xz

New:

  kblog-16.04.2.tar.xz



Other differences:
--
++ kblog.spec ++
--- /var/tmp/diff_new_pack.IiC6z3/_old  2016-06-20 10:58:22.0 +0200
+++ /var/tmp/diff_new_pack.IiC6z3/_new  2016-06-20 10:58:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kblog
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: KBlog

++ kblog-16.04.1.tar.xz -> kblog-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-16.04.1/CMakeLists.txt 
new/kblog-16.04.2/CMakeLists.txt
--- old/kblog-16.04.1/CMakeLists.txt2016-04-26 22:16:18.0 +0200
+++ new/kblog-16.04.2/CMakeLists.txt2016-05-11 07:06:04.0 +0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KBLOG_LIB_VERSION "5.2.1")
+set(KBLOG_LIB_VERSION "5.2.2")
 set(CALENDARCORE_LIB_VERSION "5.2.0")
 set(SYNDICATION_LIB_VERSION "5.2.0")
 set(XMLRPCCLIENT_LIB_VERSION "5.2.0")




commit kcalutils for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2016-06-20 10:58:40

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


Package is "kcalutils"

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2016-05-31 
12:15:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new/kcalutils.changes 2016-06-20 
10:58:41.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:53:26 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kcalutils-16.04.1.tar.xz

New:

  kcalutils-16.04.2.tar.xz



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.MmhIx7/_old  2016-06-20 10:58:42.0 +0200
+++ /var/tmp/diff_new_pack.MmhIx7/_new  2016-06-20 10:58:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcalutils
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: KCalUtils

++ kcalutils-16.04.1.tar.xz -> kcalutils-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-16.04.1/CMakeLists.txt 
new/kcalutils-16.04.2/CMakeLists.txt
--- old/kcalutils-16.04.1/CMakeLists.txt2016-04-26 22:16:43.0 
+0200
+++ new/kcalutils-16.04.2/CMakeLists.txt2016-05-11 07:06:28.0 
+0200
@@ -17,7 +17,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(CALENDARUTILS_LIB_VERSION "5.2.1")
+set(CALENDARUTILS_LIB_VERSION "5.2.2")
 set(CALENDARCORE_LIB_VERSION "5.2.0")
 set(IDENTITYMANAGER_LIB_VERSION "5.2.0")
 ecm_setup_version(${CALENDARUTILS_LIB_VERSION} VARIABLE_PREFIX KCALUTILS




commit kcalc for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2016-06-20 10:58:27

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


Package is "kcalc"

Changes:

--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes  2016-05-31 
12:19:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2016-06-20 
10:58:28.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:53:12 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kcalc-16.04.1.tar.xz

New:

  kcalc-16.04.2.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.59pQFO/_old  2016-06-20 10:58:29.0 +0200
+++ /var/tmp/diff_new_pack.59pQFO/_new  2016-06-20 10:58:29.0 +0200
@@ -34,7 +34,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kcalc-16.04.1.tar.xz -> kcalc-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-16.04.1/CMakeLists.txt 
new/kcalc-16.04.2/CMakeLists.txt
--- old/kcalc-16.04.1/CMakeLists.txt2016-05-05 23:47:22.0 +0200
+++ new/kcalc-16.04.2/CMakeLists.txt2016-06-07 14:10:54.0 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)




commit kcalcore for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kcalcore for openSUSE:Factory 
checked in at 2016-06-20 10:58:33

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


Package is "kcalcore"

Changes:

--- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes2016-05-31 
12:13:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes   2016-06-20 
10:58:34.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:53:19 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kcalcore-16.04.1.tar.xz

New:

  kcalcore-16.04.2.tar.xz



Other differences:
--
++ kcalcore.spec ++
--- /var/tmp/diff_new_pack.XuHItO/_old  2016-06-20 10:58:35.0 +0200
+++ /var/tmp/diff_new_pack.XuHItO/_new  2016-06-20 10:58:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcalcore
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Libraries: KCalCore

++ kcalcore-16.04.1.tar.xz -> kcalcore-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-16.04.1/CMakeLists.txt 
new/kcalcore-16.04.2/CMakeLists.txt
--- old/kcalcore-16.04.1/CMakeLists.txt 2016-04-26 22:16:31.0 +0200
+++ new/kcalcore-16.04.2/CMakeLists.txt 2016-05-11 07:06:16.0 +0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KCALENDARCORE_LIB_VERSION "5.2.1")
+set(KCALENDARCORE_LIB_VERSION "5.2.2")
 ecm_setup_version(${KCALENDARCORE_LIB_VERSION} VARIABLE_PREFIX KCALCORE
 VERSION_HEADER 
"${KCalCore_BINARY_DIR}/kcalcore_version.h"
 PACKAGE_VERSION_FILE 
"${KCalCore_BINARY_DIR}/KF5CalendarCoreConfigVersion.cmake"




commit pimcommon for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-06-20 10:57:43

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


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-05-31 
12:23:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-06-20 
10:57:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:50:03 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  pimcommon-16.04.1.tar.xz

New:

  pimcommon-16.04.2.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.I7QWKu/_old  2016-06-20 10:57:45.0 +0200
+++ /var/tmp/diff_new_pack.I7QWKu/_new  2016-06-20 10:57:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pimcommon
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of KDE PIM PimCommon library
 License:GPL-2.0 and LGPL-2.1+

++ pimcommon-16.04.1.tar.xz -> pimcommon-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.04.1/CMakeLists.txt 
new/pimcommon-16.04.2/CMakeLists.txt
--- old/pimcommon-16.04.1/CMakeLists.txt2016-04-29 19:29:30.0 
+0200
+++ new/pimcommon-16.04.2/CMakeLists.txt2016-05-11 07:12:50.0 
+0200
@@ -20,7 +20,7 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIMCOMMON_LIB_VERSION "5.2.1")
+set(PIMCOMMON_LIB_VERSION "5.2.2")
 set(KF5_VERSION "5.19.0")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(LIBKDEPIM_LIB_VERSION "5.2.0")




commit mailimporter for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package mailimporter for openSUSE:Factory 
checked in at 2016-06-20 10:57:29

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


Package is "mailimporter"

Changes:

--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes
2016-05-31 12:23:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2016-06-20 10:57:31.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:49:44 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  mailimporter-16.04.1.tar.xz

New:

  mailimporter-16.04.2.tar.xz



Other differences:
--
++ mailimporter.spec ++
--- /var/tmp/diff_new_pack.9ZFCYF/_old  2016-06-20 10:57:32.0 +0200
+++ /var/tmp/diff_new_pack.9ZFCYF/_new  2016-06-20 10:57:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mailimporter
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0

++ mailimporter-16.04.1.tar.xz -> mailimporter-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-16.04.1/CMakeLists.txt 
new/mailimporter-16.04.2/CMakeLists.txt
--- old/mailimporter-16.04.1/CMakeLists.txt 2016-04-26 22:21:24.0 
+0200
+++ new/mailimporter-16.04.2/CMakeLists.txt 2016-05-14 15:06:55.0 
+0200
@@ -26,6 +26,7 @@
 set(QT_REQUIRED_VERSION "5.4.0")
 set(KMIME_LIB_VERSION "5.2.0")
 set(AKONADI_VERSION "5.2.0")
+set(MAILIMPORTER_LIB "5.2.2")
 
 find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test UiTools 
Xml)
@@ -37,7 +38,7 @@
 find_package(KF5Libkdepim ${KDEPIM_LIB_VERSION} CONFIG REQUIRED)
 find_package(KF5AkonadiContact ${KDEPIMLIBS_LIB_VERSION} CONFIG REQUIRED)
 
-ecm_setup_version(${KDEPIM_LIB_VERSION} VARIABLE_PREFIX MAILIMPORTER
+ecm_setup_version(${MAILIMPORTER_LIB} VARIABLE_PREFIX MAILIMPORTER
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/mailimporter_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5MailImporterConfigVersion.cmake"
 SOVERSION 5




commit kalarmcal for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kalarmcal for openSUSE:Factory 
checked in at 2016-06-20 10:57:59

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


Package is "kalarmcal"

Changes:

--- /work/SRC/openSUSE:Factory/kalarmcal/kalarmcal.changes  2016-05-31 
12:15:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalarmcal.new/kalarmcal.changes 2016-06-20 
10:58:01.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:50:53 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kalarmcal-16.04.1.tar.xz

New:

  kalarmcal-16.04.2.tar.xz



Other differences:
--
++ kalarmcal.spec ++
--- /var/tmp/diff_new_pack.9GJseN/_old  2016-06-20 10:58:01.0 +0200
+++ /var/tmp/diff_new_pack.9GJseN/_new  2016-06-20 10:58:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kalarmcal
-Version:16.04.1
+Version:16.04.2
 Release:0
 %define kf5_version 5.1.0
 Summary:KDE PIM Library kalarmcal

++ kalarmcal-16.04.1.tar.xz -> kalarmcal-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-16.04.1/CMakeLists.txt 
new/kalarmcal-16.04.2/CMakeLists.txt
--- old/kalarmcal-16.04.1/CMakeLists.txt2016-04-26 22:16:05.0 
+0200
+++ new/kalarmcal-16.04.2/CMakeLists.txt2016-05-11 07:05:52.0 
+0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 set(KF5_VERSION "5.19.0")
-set(KALARM_LIB_VERSION "5.2.1")
+set(KALARM_LIB_VERSION "5.2.2")
 set(CALENDARCORE_LIB_VERSION "5.2.0")
 set(HOLIDAY_LIB_VERSION "5.2.0")
 set(IDENTITYMANAGER_LIB_VERSION "5.2.0")




commit libkleo for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2016-06-20 10:57:06

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


Package is "libkleo"

Changes:

--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2016-05-31 
12:22:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes 2016-06-20 
10:57:10.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:49:23 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkleo-16.04.1.tar.xz

New:

  libkleo-16.04.2.tar.xz



Other differences:
--
++ libkleo.spec ++
--- /var/tmp/diff_new_pack.dxbDgt/_old  2016-06-20 10:57:11.0 +0200
+++ /var/tmp/diff_new_pack.dxbDgt/_new  2016-06-20 10:57:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkleo
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+

++ libkleo-16.04.1.tar.xz -> libkleo-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-16.04.1/CMakeLists.txt 
new/libkleo-16.04.2/CMakeLists.txt
--- old/libkleo-16.04.1/CMakeLists.txt  2016-04-26 22:20:45.0 +0200
+++ new/libkleo-16.04.2/CMakeLists.txt  2016-05-11 07:11:44.0 +0200
@@ -20,7 +20,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(LIBKLEO_LIB_VERSION "5.2.1")
+set(LIBKLEO_LIB_VERSION "5.2.2")
 set(QT_REQUIRED_VERSION "5.4.0")
 set(GPGMEPP_LIB_VERSION "5.2.0")
 set(KDEPIMTEXTEDIT_VERSION "5.2.0")




commit messagelib for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2016-06-20 10:57:35

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


Package is "messagelib"

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2016-05-31 
12:16:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes   
2016-06-20 10:57:37.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:49:53 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  messagelib-16.04.1.tar.xz

New:

  messagelib-16.04.2.tar.xz



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.Koierw/_old  2016-06-20 10:57:38.0 +0200
+++ /var/tmp/diff_new_pack.Koierw/_new  2016-06-20 10:57:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   messagelib
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and GPL-3.0 and LGPL-2.1+

++ messagelib-16.04.1.tar.xz -> messagelib-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/messagelib-16.04.1/CMakeLists.txt 
new/messagelib-16.04.2/CMakeLists.txt
--- old/messagelib-16.04.1/CMakeLists.txt   2016-04-26 22:21:37.0 
+0200
+++ new/messagelib-16.04.2/CMakeLists.txt   2016-05-25 13:24:53.0 
+0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
 
-set(MESSAGELIB_LIB_VERSION "5.2.1")
+set(MESSAGELIB_LIB_VERSION "5.2.2")
 
 set(KF5_VERSION "5.19.0")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/messagelib-16.04.1/messagecore/src/utils/stringutil.cpp 
new/messagelib-16.04.2/messagecore/src/utils/stringutil.cpp
--- old/messagelib-16.04.1/messagecore/src/utils/stringutil.cpp 2016-04-26 
22:21:37.0 +0200
+++ new/messagelib-16.04.2/messagecore/src/utils/stringutil.cpp 2016-05-25 
13:24:53.0 +0200
@@ -549,7 +549,7 @@
   + 
QString::fromLatin1(QUrl::toPercentEncoding(KEmailAddress::encodeMailtoUrl(mailbox.prettyAddress(KMime::Types::Mailbox::QuoteWhenNecessary)).path()))
   + QLatin1String("\" ") + cssStyle + QLatin1Char('>');
 }
-const bool foundMe = 
im->identityForAddress(mailbox.prettyAddress()) != 
KIdentityManagement::Identity::null();
+const bool foundMe = (im->identities().count() == 1) && 
(im->identityForAddress(mailbox.prettyAddress()) != 
KIdentityManagement::Identity::null());
 const QString i18nMe = i18nc("signal that this email is defined in 
my identity", "Me");
 if (display == DisplayNameOnly) {
 if (!mailbox.name().isEmpty()) { // Fallback to the email 
address when the name is not set.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/messagelib-16.04.1/messagelist/src/core/view.cpp 
new/messagelib-16.04.2/messagelist/src/core/view.cpp
--- old/messagelib-16.04.1/messagelist/src/core/view.cpp2016-04-26 
22:21:37.0 +0200
+++ new/messagelib-16.04.2/messagelist/src/core/view.cpp2016-05-25 
13:24:53.0 +0200
@@ -85,6 +85,8 @@
 View::View(Widget *pParent)
 : QTreeView(pParent), d(new Private(this, pParent))
 {
+setFocusPolicy(Qt::NoFocus);
+
 d->mSaveThemeColumnStateTimer = new QTimer();
 connect(d->mSaveThemeColumnStateTimer, &QTimer::timeout, this, 
&View::saveThemeColumnState);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/messagelib-16.04.1/messageviewer/src/settings/messageviewer.kcfg.cmake 
new/messagelib-16.04.2/messageviewer/src/settings/messageviewer.kcfg.cmake
--- old/messagelib-16.04.1/messageviewer/src/settings/messageviewer.kcfg.cmake  
2016-04-26 22:21:37.0 +0200
+++ new/messagelib-16.04.2/messageviewer/src/settings/messageviewer.kcfg.cmake  
2016-05-25 13:24:53.0 +0200
@@ -49,7 +49,7 @@
   false
 
 
-  false
+  true
   Show HTML status bar
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/messagelib-16.04.1/messageviewer/src/utils/messageviewerutil.cpp 
new/messagelib-16.04.2/messageviewer/src/utils/messageviewerutil.cpp
--- old/messagelib-16.04.1/messageviewer/src/utils/messageviewerutil.cpp
2016-04-26 22

commit mailcommon for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2016-06-20 10:57:23

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


Package is "mailcommon"

Changes:

--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes2016-05-31 
12:22:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes   
2016-06-20 10:57:24.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:49:37 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  mailcommon-16.04.1.tar.xz

New:

  mailcommon-16.04.2.tar.xz



Other differences:
--
++ mailcommon.spec ++
--- /var/tmp/diff_new_pack.boV7Ph/_old  2016-06-20 10:57:25.0 +0200
+++ /var/tmp/diff_new_pack.boV7Ph/_new  2016-06-20 10:57:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mailcommon
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and LGPL-2.1+

++ mailcommon-16.04.1.tar.xz -> mailcommon-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-16.04.1/CMakeLists.txt 
new/mailcommon-16.04.2/CMakeLists.txt
--- old/mailcommon-16.04.1/CMakeLists.txt   2016-05-04 01:58:26.0 
+0200
+++ new/mailcommon-16.04.2/CMakeLists.txt   2016-05-20 18:01:46.0 
+0200
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
 
-set(MAILCOMMON_LIB_VERSION "5.2.1")
+set(MAILCOMMON_LIB_VERSION "5.2.2")
 set(KF5_VERSION "5.19.0")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(MESSAGELIB_LIB_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mailcommon-16.04.1/src/folder/accountconfigorderdialog.cpp 
new/mailcommon-16.04.2/src/folder/accountconfigorderdialog.cpp
--- old/mailcommon-16.04.1/src/folder/accountconfigorderdialog.cpp  
2016-05-04 01:58:26.0 +0200
+++ new/mailcommon-16.04.2/src/folder/accountconfigorderdialog.cpp  
2016-05-20 18:01:46.0 +0200
@@ -214,6 +214,7 @@
 }
 }
 }
+instanceList.sort(Qt::CaseInsensitive);
 const int numberOfList(listOrderAccount.count());
 for (int i = 0; i < numberOfList; ++i) {
 instanceList.removeOne(listOrderAccount.at(i));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-16.04.1/src/folder/foldercollection.cpp 
new/mailcommon-16.04.2/src/folder/foldercollection.cpp
--- old/mailcommon-16.04.1/src/folder/foldercollection.cpp  2016-05-04 
01:58:26.0 +0200
+++ new/mailcommon-16.04.2/src/folder/foldercollection.cpp  2016-05-20 
18:01:46.0 +0200
@@ -64,6 +64,7 @@
 
 FolderCollection::FolderCollection(const Akonadi::Collection &col, bool 
writeconfig)
 : mCollection(col),
+  mFormatMessage(MessageViewer::Viewer::Unknown),
   mPutRepliesInSameFolder(false),
   mHideInSelectionDialog(false),
   mWriteConfig(writeconfig)
@@ -76,6 +77,16 @@
 this, SLOT(slotIdentitiesChanged()));
 }
 
+MessageViewer::Viewer::DisplayFormatMessage FolderCollection::formatMessage() 
const
+{
+return mFormatMessage;
+}
+
+void 
FolderCollection::setFormatMessage(MessageViewer::Viewer::DisplayFormatMessage 
formatMessage)
+{
+mFormatMessage = formatMessage;
+}
+
 FolderCollection::~FolderCollection()
 {
 //qCDebug(MAILCOMMON_LOG)<<" FolderCollection::~FolderCollection"<(configGroup.readEntry("displayFormatOverride",
+   
   static_cast(MessageViewer::Viewer::UseGlobalSetting)));
 }
 
 bool FolderCollection::isValid() const
@@ -255,6 +269,14 @@
 } else {
 configGroup.deleteEntry("Shortcut");
 }
+
+if (mFormatMessage != MessageViewer::Viewer::Unknown) {
+if (mFormatMessage == MessageViewer::Viewer::UseGlobalSetting) {
+configGroup.deleteEntry("displayFormatOverride");
+} else {
+configGroup.writeEntry("displayFormatOverride", 
static_cast(mFormatMessage));
+}
+}
 }
 
 void FolderCollection::setShortcut(const QKeySequence &sc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-16.04.1/src/folder/foldercollection.h 
new/mailcommon-16.04.2/src/folder/foldercollection.h
--- old/mailcommon-16.04.1/src/folder/foldercollection.h2

commit libksieve for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package libksieve for openSUSE:Factory 
checked in at 2016-06-20 10:57:15

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


Package is "libksieve"

Changes:

--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes  2016-05-31 
12:20:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksieve.new/libksieve.changes 2016-06-20 
10:57:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:49:30 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libksieve-16.04.1.tar.xz

New:

  libksieve-16.04.2.tar.xz



Other differences:
--
++ libksieve.spec ++
--- /var/tmp/diff_new_pack.KwMzCp/_old  2016-06-20 10:57:17.0 +0200
+++ /var/tmp/diff_new_pack.KwMzCp/_new  2016-06-20 10:57:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libksieve
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and LGPL-2.1+

++ libksieve-16.04.1.tar.xz -> libksieve-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-16.04.1/CMakeLists.txt 
new/libksieve-16.04.2/CMakeLists.txt
--- old/libksieve-16.04.1/CMakeLists.txt2016-05-02 09:13:39.0 
+0200
+++ new/libksieve-16.04.2/CMakeLists.txt2016-05-26 08:56:12.0 
+0200
@@ -20,7 +20,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(LIBKSIEVE_LIB_VERSION "5.2.1")
+set(LIBKSIEVE_LIB_VERSION "5.2.2")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(QT_REQUIRED_VERSION "5.4.0")
 set(KMIME_LIB_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libksieve-16.04.1/src/ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp
 
new/libksieve-16.04.2/src/ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp
--- 
old/libksieve-16.04.1/src/ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp
2016-05-02 09:13:39.0 +0200
+++ 
new/libksieve-16.04.2/src/ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp
2016-05-26 08:56:12.0 +0200
@@ -140,6 +140,7 @@
 QTemporaryFile *temporaryFile = new QTemporaryFile();
 if (!temporaryFile->open()) {
 mSieveScriptDebuggerWarning->setErrorMessage(i18n("Impossible to open 
temporary file."));
+delete temporaryFile;
 return;
 }
 mDebugScript->setEnabled(false);




commit kaccounts-providers for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kaccounts-providers for 
openSUSE:Factory checked in at 2016-06-20 10:57:51

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


Package is "kaccounts-providers"

Changes:

--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2016-05-31 12:18:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new/kaccounts-providers.changes 
2016-06-20 10:57:52.0 +0200
@@ -1,0 +2,14 @@
+Fri Jun 10 17:50:36 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---
+Sat Jun  4 13:20:38 UTC 2016 - wba...@tmo.at
+
+- Require signon-plugin-oauth2, creating a Google account doesn't
+  work without it (boo#953175)
+
+---

Old:

  kaccounts-providers-16.04.1.tar.xz

New:

  kaccounts-providers-16.04.2.tar.xz



Other differences:
--
++ kaccounts-providers.spec ++
--- /var/tmp/diff_new_pack.LQpBto/_old  2016-06-20 10:57:53.0 +0200
+++ /var/tmp/diff_new_pack.LQpBto/_new  2016-06-20 10:57:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kaccounts-providers
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE Accounts Providers
 License:GPL-2.0+
@@ -37,6 +37,7 @@
 BuildRequires:  libsignon-qt5-devel
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5Widgets)
+Requires:   signon-plugin-oauth2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kaccounts-providers-16.04.1.tar.xz -> kaccounts-providers-16.04.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-16.04.1/CMakeLists.txt 
new/kaccounts-providers-16.04.2/CMakeLists.txt
--- old/kaccounts-providers-16.04.1/CMakeLists.txt  2016-04-27 
21:12:43.0 +0200
+++ new/kaccounts-providers-16.04.2/CMakeLists.txt  2016-06-07 
14:27:16.0 +0200
@@ -4,7 +4,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KACCOUNTS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(REQUIRED_QT_VERSION "5.2.0")




commit kdepim-apps-libs for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdepim-apps-libs for 
openSUSE:Factory checked in at 2016-06-20 10:56:35

Comparing /work/SRC/openSUSE:Factory/kdepim-apps-libs (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim-apps-libs.new (New)


Package is "kdepim-apps-libs"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-apps-libs/kdepim-apps-libs.changes
2016-05-31 12:17:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-apps-libs.new/kdepim-apps-libs.changes   
2016-06-20 10:56:37.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:48:47 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kdepim-apps-libs-16.04.1.tar.xz

New:

  kdepim-apps-libs-16.04.2.tar.xz



Other differences:
--
++ kdepim-apps-libs.spec ++
--- /var/tmp/diff_new_pack.vsbwmK/_old  2016-06-20 10:56:38.0 +0200
+++ /var/tmp/diff_new_pack.vsbwmK/_new  2016-06-20 10:56:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim-apps-libs
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+

++ kdepim-apps-libs-16.04.1.tar.xz -> kdepim-apps-libs-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-apps-libs-16.04.1/CMakeLists.txt 
new/kdepim-apps-libs-16.04.2/CMakeLists.txt
--- old/kdepim-apps-libs-16.04.1/CMakeLists.txt 2016-04-29 19:30:13.0 
+0200
+++ new/kdepim-apps-libs-16.04.2/CMakeLists.txt 2016-05-11 07:07:36.0 
+0200
@@ -19,7 +19,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(KDEPIM_APPS_LIB_VERSION "5.2.1")
+set(KDEPIM_APPS_LIB_VERSION "5.2.2")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(QT_REQUIRED_VERSION "5.4.0")
 set(KMIME_LIB_VERSION "5.2.0")




commit calendarsupport for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package calendarsupport for openSUSE:Factory 
checked in at 2016-06-20 10:56:05

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


Package is "calendarsupport"

Changes:

--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes  
2016-05-31 12:14:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.calendarsupport.new/calendarsupport.changes 
2016-06-20 10:56:07.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:48:12 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  calendarsupport-16.04.1.tar.xz

New:

  calendarsupport-16.04.2.tar.xz



Other differences:
--
++ calendarsupport.spec ++
--- /var/tmp/diff_new_pack.qAfg7S/_old  2016-06-20 10:56:08.0 +0200
+++ /var/tmp/diff_new_pack.qAfg7S/_new  2016-06-20 10:56:08.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname libKF5CalendarSupport5
 Name:   calendarsupport
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE PIM calendaring support library
 License:GPL-2.0+ and LGPL-2.1+

++ calendarsupport-16.04.1.tar.xz -> calendarsupport-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-16.04.1/CMakeLists.txt 
new/calendarsupport-16.04.2/CMakeLists.txt
--- old/calendarsupport-16.04.1/CMakeLists.txt  2016-04-26 22:15:01.0 
+0200
+++ new/calendarsupport-16.04.2/CMakeLists.txt  2016-05-11 07:04:13.0 
+0200
@@ -20,7 +20,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.2.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.2.2")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(KDEPIM_LIB_VERSION "5.2.0")
 set(QT_REQUIRED_VERSION "5.4.0")




commit libkdepim for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package libkdepim for openSUSE:Factory 
checked in at 2016-06-20 10:56:59

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


Package is "libkdepim"

Changes:

--- /work/SRC/openSUSE:Factory/libkdepim/libkdepim.changes  2016-05-31 
12:22:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdepim.new/libkdepim.changes 2016-06-20 
10:57:00.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:49:15 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkdepim-16.04.1.tar.xz

New:

  libkdepim-16.04.2.tar.xz



Other differences:
--
++ libkdepim.spec ++
--- /var/tmp/diff_new_pack.bJm3g0/_old  2016-06-20 10:57:01.0 +0200
+++ /var/tmp/diff_new_pack.bJm3g0/_new  2016-06-20 10:57:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkdepim
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+

++ libkdepim-16.04.1.tar.xz -> libkdepim-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdepim-16.04.1/CMakeLists.txt 
new/libkdepim-16.04.2/CMakeLists.txt
--- old/libkdepim-16.04.1/CMakeLists.txt2016-04-26 22:20:33.0 
+0200
+++ new/libkdepim-16.04.2/CMakeLists.txt2016-05-11 07:11:22.0 
+0200
@@ -19,7 +19,7 @@
 include(ECMAddTests)
 
 set(KF5_VERSION "5.19.0")
-set(LIBKDEPIM_LIB_VERSION "5.2.1")
+set(LIBKDEPIM_LIB_VERSION "5.2.2")
 set(KDEPIMLIBS_LIB_VERSION "5.2.0")
 set(QT_REQUIRED_VERSION "5.4.0")
 set(KMIME_LIB_VERSION "5.2.0")




commit gwenview5 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package gwenview5 for openSUSE:Factory 
checked in at 2016-06-20 10:55:57

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


Package is "gwenview5"

Changes:

--- /work/SRC/openSUSE:Factory/gwenview5/gwenview5.changes  2016-05-31 
12:19:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview5.new/gwenview5.changes 2016-06-20 
10:55:58.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:47:48 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  gwenview-16.04.1.tar.xz

New:

  gwenview-16.04.2.tar.xz



Other differences:
--
++ gwenview5.spec ++
--- /var/tmp/diff_new_pack.uNBzEH/_old  2016-06-20 10:55:59.0 +0200
+++ /var/tmp/diff_new_pack.uNBzEH/_new  2016-06-20 10:55:59.0 +0200
@@ -18,7 +18,7 @@
 
 %define rname gwenview
 Name:   gwenview5
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Simple Image Viewer for KDE
 License:GPL-2.0+

++ gwenview-16.04.1.tar.xz -> gwenview-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-16.04.1/CMakeLists.txt 
new/gwenview-16.04.2/CMakeLists.txt
--- old/gwenview-16.04.1/CMakeLists.txt 2016-04-27 20:58:21.0 +0200
+++ new/gwenview-16.04.2/CMakeLists.txt 2016-06-07 14:07:50.0 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-16.04.1/app/gwenview.appdata.xml 
new/gwenview-16.04.2/app/gwenview.appdata.xml
--- old/gwenview-16.04.1/app/gwenview.appdata.xml   2016-04-27 
20:58:21.0 +0200
+++ new/gwenview-16.04.2/app/gwenview.appdata.xml   2016-06-07 
14:07:50.0 +0200
@@ -123,8 +123,8 @@
   Supports simple image manipulations: rotate, mirror, flip, and 
resize
   دعم التّلاعب البسيط بالصّورة: التّدوير، والعكس، والقلب 
وتغيير الحجم
   Sofita manipulación simple d'imaxen: rotar, espeyar, 
voltiar y redimensionar
-  Implementa la manipulació d'imatges simples: gira, 
mirall, inverteix i canvia la mida
-  Implementa la manipulació d'imatges simples: 
gira, mirall, inverteix i canvia la mida
+  Permet la manipulació senzilla d'imatges: gira, 
mirall, inverteix i canvia la mida
+  Permet la manipulació senzilla d'imatges: 
gira, mirall, inverteix i canvia la mida
   Unterstützt einfache Bildbearbeitung wie Drehen, 
Spiegeln waagerecht und senkrecht und Größenänderung
   Υποστηρίζει απλές λειτουργίες διαχείρισης εικόνας: 
περιστροφή, καθρεπτισμό, αναστροφή και αλλαγή μεγέθους
   Supports simple image manipulations: rotate, 
mirror, flip, and resize
@@ -159,8 +159,8 @@
   Supports basic file management actions such as copy, move, delete, 
and others
   دعم إجراءات إدارة الملفّات البسيطة كالنّسخ، والنّقل، 
والحذف وغيرها
   Sofita la xestión básica de ficheros como copiar, 
mover, desaniciar y otros
-  Implementa les accions bàsiques per a la gestió de 
fitxers com copia, mou, suprimeix i altres
-  Implementa les accions bàsiques per a la 
gestió de fitxers com copia, mou, suprimeix i altres
+  Permet les accions bàsiques per a la gestió de fitxers 
com copia, mou, suprimeix i altres
+  Permet les accions bàsiques per a la gestió 
de fitxers com copia, mou, suprimeix i altres
   Grundlegende Dateiverwaltungsaktionen wie Kopieren, 
Verschieben, Löschen und weitere Aktionen
   Υποστηρίζει βασικές ενέργειες διαχείρισης αρχείων όπως 
αντιγραφή, μετακίνηση, διαγραφή κ.α.
   Supports basic file management actions such as 
copy, move, delete, and others




  1   2   >