commit zeromq for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2017-12-18 08:59:15

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


Package is "zeromq"

Mon Dec 18 08:59:15 2017 rev:32 rq:557271 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes2017-06-02 
10:34:15.836007198 +0200
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes   2017-12-18 
08:59:24.211101324 +0100
@@ -1,0 +2,34 @@
+Thu Dec 14 08:00:12 UTC 2017 - adam.ma...@suse.de
+
+- New upstream version 4.2.3
+   * API change: previously ZMQ_POLLOUT on a ZMQ_ROUTER socket
+ returned always true due to how the type works. When
+ ZMQ_ROUTER_MANDATORY is set, sending fails when the peer is
+ not available, but ZMQ_POLLOUT always returns true anyway,
+ which does not make sense. Now when ZMQ_ROUTER_MANDATORY is
+ set, ZMQ_POLLOUT on a ZMQ_ROUTER will return true only if
+ at least one peer is available.
+ Given ZMQ_POLLOUT with ZMQ_ROUTER was not usable at all
+ previously, we do not consider this a breakage warranting a
+ major or minor version increase.
+   * ZMQ_IDENTITY has been renamed to ZMQ_ROUTING_ID and
+ ZMQ_CONNECT_RID has been renamed to ZMQ_CONNTECT_ROUTING_ID
+ to disambiguate. ZMQ_IDENTITY and ZMQ_CONNECT_RID are still
+ available to keep backward compatibility, and will be
+ removed in a future release after further advance notice.
+   * DRAFT API change: zmq_poller_wait, zmq_poller_wait_all and
+ zmq_poller_poll have been changed to be inline with other
+ existing APIs that have a timeout to return EAGAIN instead
+ of ETIMEDOUT as the errno value.
+   * Existing non-DRAFT socket types ZMQ_REP/REQ, ZMQ_ROUTER/DEALER
+ and ZMQPUB/SUB, that were previously declared deprecated, have
+ been reinstated as stable and supported
+   * Curve: all remaining traces of debug output to console are now
+ removed, and new DRAFT events are available to properly debug
+ CURVE, PLAIN, GSSAPI and ZAP events and failures.
+   * for compelete changelog see
+ https://github.com/zeromq/libzmq/releases/tag/v4.2.3
+- drop remove_werror.patch: can now be disabled at configure time,
+  if needed.
+
+---

Old:

  remove_werror.patch
  zeromq-4.2.2.tar.gz

New:

  zeromq-4.2.3.tar.gz



Other differences:
--
++ zeromq.spec ++
--- /var/tmp/diff_new_pack.zF4a8w/_old  2017-12-18 08:59:25.007062900 +0100
+++ /var/tmp/diff_new_pack.zF4a8w/_new  2017-12-18 08:59:25.011062707 +0100
@@ -23,14 +23,13 @@
 %bcond_with pgm
 %endif
 Name:   zeromq
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:Lightweight messaging kernel
 License:LGPL-3.0+
 Group:  Productivity/Networking/Web/Servers
 Url:http://www.zeromq.org/
 Source: 
https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz
-Patch:  remove_werror.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  libunwind-devel
@@ -75,8 +74,8 @@
 
 %package tools
 Summary:Tools to work with ZeroMQ
-Group:  Productivity/Networking/Web/Servers
 # Conflict old libraries as we collide with them
+Group:  Productivity/Networking/Web/Servers
 Conflicts:  libzmq1
 Conflicts:  libzmq2
 Conflicts:  libzmq3
@@ -105,7 +104,6 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 export LIBS=-ldl
@@ -117,7 +115,8 @@
 %endif
   --disable-static \
   --disable-dependency-tracking \
-  --disable-silent-rules
+  --disable-silent-rules \
+  --disable-Werror
 make %{?_smp_mflags}
 
 %install

++ zeromq-4.2.2.tar.gz -> zeromq-4.2.3.tar.gz ++
 38303 lines of diff (skipped)




commit mksh for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package mksh for openSUSE:Factory checked in 
at 2017-12-18 08:59:11

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


Package is "mksh"

Mon Dec 18 08:59:11 2017 rev:16 rq:557261 version:54

Changes:

--- /work/SRC/openSUSE:Factory/mksh/mksh.changes2017-12-01 
15:54:33.126063721 +0100
+++ /work/SRC/openSUSE:Factory/.mksh.new/mksh.changes   2017-12-18 
08:59:13.971595628 +0100
@@ -1,0 +2,6 @@
+Fri Dec 15 07:59:20 UTC 2017 - wer...@suse.de
+
+- Add patch mksh-locale.patch to enable the mksh to set internal
+  lcoale settings like utf support during runtime 
+
+---

New:

  mksh-locale.patch



Other differences:
--
++ mksh.spec ++
--- /var/tmp/diff_new_pack.WK9bz2/_old  2017-12-18 08:59:14.787556239 +0100
+++ /var/tmp/diff_new_pack.WK9bz2/_new  2017-12-18 08:59:14.791556046 +0100
@@ -30,6 +30,8 @@
 Source: 
https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
 # PATCH-FEATURE-OPENSUSE mksh-vendor-mkshrc.patch g...@opensuse.org -- Add 
support for a vendor-supplied kshrc which is read by interactive shells before 
$ENV or $HOME/.mkshrc are processed
 Patch0: mksh-vendor-mkshrc.patch
+# PATCH-FEATURE-OPENSUSE mksh-locale.patch -- Add support for setting locale 
in running mksh
+Patch1: mksh-locale.patch
 BuildRequires:  ed
 # for %%check
 BuildRequires:  perl
@@ -63,6 +65,7 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1 -b .p0
+%patch1 -p0 -b .p1
 
 %if 0%{?suse_version} > 0
 %if !0%{?is_opensuse}
@@ -84,6 +87,11 @@
w
EOF
 %endif
+# Some timing issues on qemu ppc* systems
+case "$(uname -m)" in
+ppc*)  sed -ri '/sleep/{s/(sleep)[[:space:]]+2/\1 5/;}' check.t
+   sed -ri '/regression-65/,/^---/{s/(time-limit:)[[:space:]]+3/\1 5/;}' 
check.t
+esac
 ed -s mksh.1 <<-'EOF'
/insert-your-name-here/s/^\.\\" //
s/insert-your-name-here/SUSE/

++ mksh-locale.patch ++
Add support for setting locale after mksh has started.
With this change it is possible to override the locale
in the personal ~/.profile or ~/.mkshrc as well as in
the system wide /etc/profile.

---
 main.c |3 +--
 sh.h   |1 +
 var.c  |   51 +++
 var_spec.h |6 ++
 4 files changed, 59 insertions(+), 2 deletions(-)

--- main.c
+++ main.c  2017-12-15 07:34:47.135915295 +
@@ -46,7 +46,6 @@ extern char **environ;
 #define MKSH_DEFAULT_TMPDIRMKSH_UNIXROOT "/tmp"
 #endif
 
-static uint8_t isuc(const char *);
 static int main_init(int, const char *[], Source **, struct block **);
 void chvt_reinit(void);
 static void reclaim(void);
@@ -155,7 +154,7 @@ static const char *empty_argv[] = {
Tmksh, NULL
 };
 
-static uint8_t
+uint8_t
 isuc(const char *cx) {
char *cp, *x;
uint8_t rv = 0;
--- sh.h
+++ sh.h2017-12-15 07:35:43.938851966 +
@@ -2169,6 +2169,7 @@ void set_prompt(int, Source *);
 int pprompt(const char *, int);
 /* main.c */
 int include(const char *, int, const char **, bool);
+uint8_t isuc(const char *);
 int command(const char *, int);
 int shell(Source * volatile, volatile bool);
 /* argument MUST NOT be 0 */
--- var.c
+++ var.c   2017-12-15 07:33:49.364996826 +
@@ -28,6 +28,13 @@
 #include 
 #endif
 
+#if HAVE_LANGINFO_CODESET
+#include 
+#endif
+#if HAVE_SETLOCALE_CTYPE
+#include 
+#endif
+
 __RCSID("$MirOS: src/bin/mksh/var.c,v 1.209 2016/11/11 23:31:39 tg Exp $");
 
 /*-
@@ -1326,6 +1333,28 @@ setspec(struct tbl *vp)
strdupx(tmpdir, s, APERM);
}
return;
+#if HAVE_SETLOCALE_CTYPE
+   case V_LC_ALL:
+   case V_LC_CTYPE:
+   case V_LANG:
+   {
+   char *loc;
+   loc = str_val(global("LC_ALL"));
+   if (loc == null)
+   loc = str_val(global("LC_CTYPE"));
+   if (loc == null)
+   loc = str_val(global("LANG"));
+   if (loc == null)
+   return;
+   setlocale(LC_CTYPE, loc);
+#if HAVE_LANGINFO_CODESET
+   if (!isuc(loc))
+   loc = nl_langinfo(CODESET);
+#endif
+   UTFMODE = isuc(loc);
+   }
+   return;
+#endif
/* common sub-cases */
case V_COLUMNS:
case V_LINES:
@@ -1444,6 +1473,28 @@ unsetspec(struct tbl *vp)
tmpdir = NULL;
}
break;
+#if HAVE_SETLOCALE_CTYPE
+   case 

commit platformsh-cli for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-12-18 08:58:20

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


Package is "platformsh-cli"

Mon Dec 18 08:58:20 2017 rev:28 rq:557243 version:3.25.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-12-14 11:03:46.501390931 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-12-18 08:58:31.993622083 +0100
@@ -1,0 +2,9 @@
+Fri Dec 15 03:02:14 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.25.1:
+  * Release v3.25.1
+  * Ensure we do not pass an invalid CWD to Symfony Process
+  * Identifier: Add short timeout on URL check
+  * Remove var_dump()s
+
+---

Old:

  platformsh-cli-3.25.0.tar.xz

New:

  platformsh-cli-3.25.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.DUZMZZ/_old  2017-12-18 08:58:35.185467998 +0100
+++ /var/tmp/diff_new_pack.DUZMZZ/_new  2017-12-18 08:58:35.189467805 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.25.0
+Version:3.25.1
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.DUZMZZ/_old  2017-12-18 08:58:35.225466068 +0100
+++ /var/tmp/diff_new_pack.DUZMZZ/_new  2017-12-18 08:58:35.229465875 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.25.0
+refs/tags/v3.25.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.DUZMZZ/_old  2017-12-18 08:58:35.253464716 +0100
+++ /var/tmp/diff_new_pack.DUZMZZ/_new  2017-12-18 08:58:35.257464523 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-ee6d5d8c61a07793a2362a882c02ab5cc04ec042
+86aa5331daf2797f9c9fdcacf5fa3b2843fe65f1
   
 

++ platformsh-cli-3.25.0.tar.xz -> platformsh-cli-3.25.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.25.0/config.yaml 
new/platformsh-cli-3.25.1/config.yaml
--- old/platformsh-cli-3.25.0/config.yaml   2017-12-13 18:23:08.0 
+0100
+++ new/platformsh-cli-3.25.1/config.yaml   2017-12-14 21:48:13.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.25.0'
+  version: '3.25.1'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.25.0/dist/manifest.json 
new/platformsh-cli-3.25.1/dist/manifest.json
--- old/platformsh-cli-3.25.0/dist/manifest.json2017-12-13 
18:23:08.0 +0100
+++ new/platformsh-cli-3.25.1/dist/manifest.json2017-12-14 
21:48:13.0 +0100
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "672b9e2a9001abc17cefddd193eecce185f316f7",
-"sha256": 
"1eaf93ee25ae67080ed347993dea747857e08e853f0818d2123b2e5fe0a77b4d",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.25.0/platform.phar;,
-"version": "3.25.0",
+"sha1": "f9db4be41db6d96d8163603c4d8083168e1e472f",
+"sha256": 
"aa8c294dcb85e16b5382407d162e22008f8a574acb186f29d7277d24232526c7",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.25.1/platform.phar;,
+"version": "3.25.1",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.25.0/src/Service/Identifier.php 
new/platformsh-cli-3.25.1/src/Service/Identifier.php
--- old/platformsh-cli-3.25.0/src/Service/Identifier.php2017-12-13 
18:23:08.0 +0100
+++ new/platformsh-cli-3.25.1/src/Service/Identifier.php2017-12-14 
21:48:13.0 +0100
@@ -156,7 +156,12 @@
 if ($cluster === false) {
 $this->debug('Making a HEAD request to identify project from URL: 
' . $url);
 try {
-$response = $this->api->getHttpClient()->head($url, ['auth' => 
false]);
+$response = $this->api->getHttpClient()->head($url, [
+'auth' => false,
+'timeout' => 5,
+'connect_timeout' => 5,
+'allow_redirects' => 

commit openscad for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package openscad for openSUSE:Factory 
checked in at 2017-12-18 08:58:04

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


Package is "openscad"

Mon Dec 18 08:58:04 2017 rev:2 rq:557203 version:2015.03

Changes:

--- /work/SRC/openSUSE:Factory/openscad/openscad.changes2017-08-24 
18:30:38.481296015 +0200
+++ /work/SRC/openSUSE:Factory/.openscad.new/openscad.changes   2017-12-18 
08:58:18.290283600 +0100
@@ -1,0 +2,5 @@
+Fri Dec 15 02:12:01 UTC 2017 - plinn...@opensuse.org
+
+- Fix the BuildRequires to fix build on Factory/TW
+
+---



Other differences:
--
++ openscad.spec ++
--- /var/tmp/diff_new_pack.Pxi0A8/_old  2017-12-18 08:58:20.330185126 +0100
+++ /var/tmp/diff_new_pack.Pxi0A8/_new  2017-12-18 08:58:20.330185126 +0100
@@ -32,6 +32,9 @@
 BuildRequires:  harfbuzz-devel
 BuildRequires:  libcgal-devel
 BuildRequires:  opencsg-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  harfbuzz-devel
+BuildRequires:  boost-devel
 %if 0%{?suse_version}
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
@@ -42,6 +45,14 @@
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5OpenGL)
 BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  fontconfig-devel
+BuildRequires:  libboost_thread-devel
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_regex-devel
+
+
 %endif
 %if 0%{?fedora_version}
 BuildRequires:  byacc




commit whois for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2017-12-18 08:58:30

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


Package is "whois"

Mon Dec 18 08:58:30 2017 rev:65 rq:557252 version:5.2.19

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2017-09-21 
12:36:21.466493427 +0200
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2017-12-18 
08:58:40.873193428 +0100
@@ -1,0 +2,10 @@
+Wed Dec 13 15:35:12 UTC 2017 - kstreit...@suse.com
+
+- whois 5.2.19:
+  * Switched do libidn2
+  * Adopted getentropy(2) for mkpasswd on recent Linux
+  * Updated the .id and .museum TLD servers
+  * Removed the .dj TLD server
+- run spec-cleaner
+
+---

Old:

  whois_5.2.18.tar.xz

New:

  whois_5.2.19.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.YKRxrb/_old  2017-12-18 08:58:43.193081437 +0100
+++ /var/tmp/diff_new_pack.YKRxrb/_new  2017-12-18 08:58:43.197081244 +0100
@@ -17,24 +17,20 @@
 
 
 Name:   whois
-Version:5.2.18
+Version:5.2.19
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.linux.it/~md/software/
 Source: 
http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
-# https://db.debian.org/ - Debian login "md", m...@linux.it
-# 
https://db.debian.org/search.cgi?id=md==
-Source2:%{name}.keyring
-# rename .dsc to not build the package in OBS
-Source3:
http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.dsc#/%{name}.asc
+Source2:
http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.dsc#/%{name}.asc
+Source3:
https://db.debian.org/fetchkey.cgi?fingerprint=6791403B68AE2690517C42EAE6FFF1E38DC968B0#/%{name}.keyring
 Patch0: whois-nobsdsource.patch
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libidn2)
 Provides:   ripe-whois-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} != 1310
 BuildRequires:  perl(autodie)
 %endif
@@ -58,9 +54,9 @@
 
 %prep
 # the signature is on the Debian .dsc. Extract the checksums and verify 
against source
-echo "`grep -A1 "Files:" %{SOURCE3} | grep %{name}_%{version}.tar.xz | cut -d\ 
 -f2`  %{SOURCE0}" | md5sum -c
-echo "`grep -A1 "Checksums-Sha1" %{SOURCE3} | grep %{name}_%{version}.tar.xz | 
cut -d\  -f2`  %{SOURCE0}" | sha1sum -c
-echo "`grep -A1 "Checksums-Sha256" %{SOURCE3} | grep %{name}_%{version}.tar.xz 
| cut -d\  -f2`  %{SOURCE0}" | sha256sum -c
+echo "`grep -A1 "Files:" %{SOURCE2} | grep %{name}_%{version}.tar.xz | cut -d\ 
 -f2`  %{SOURCE0}" | md5sum -c
+echo "`grep -A1 "Checksums-Sha1" %{SOURCE2} | grep %{name}_%{version}.tar.xz | 
cut -d\  -f2`  %{SOURCE0}" | sha1sum -c
+echo "`grep -A1 "Checksums-Sha256" %{SOURCE2} | grep %{name}_%{version}.tar.xz 
| cut -d\  -f2`  %{SOURCE0}" | sha256sum -c
 
 %setup -q
 %patch0 -p1
@@ -81,7 +77,6 @@
 %find_lang %{name}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %doc README debian/changelog debian/copyright
 %{_bindir}/mkpasswd
 %{_bindir}/whois

++ whois.asc ++
--- /var/tmp/diff_new_pack.YKRxrb/_old  2017-12-18 08:58:43.241079120 +0100
+++ /var/tmp/diff_new_pack.YKRxrb/_new  2017-12-18 08:58:43.241079120 +0100
@@ -1,36 +1,36 @@
 -BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
+Hash: SHA512
 
 Format: 3.0 (native)
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.2.18
+Version: 5.2.19
 Maintainer: Marco d'Itri 
-Standards-Version: 4.1.0
+Standards-Version: 4.1.2
 Vcs-Browser: https://github.com/rfc1036/whois
 Vcs-Git: git://github.com/rfc1036/whois.git
-Build-Depends: debhelper (>= 5), gettext, libidn11-dev
+Build-Depends: debhelper (>= 9), gettext, libidn2-dev (>= 2.0.3)
 Package-List:
  whois deb net standard arch=any
 Checksums-Sha1:
- d8794d63caccb049e3ebf43b7321a83f1dedf82f 82368 whois_5.2.18.tar.xz
+ 22f0896010f14fdad0269b8222b6b9e37b163ea6 82476 whois_5.2.19.tar.xz
 Checksums-Sha256:
- c35d0d26aff37107c244a8ad54fd42e497ec0b90f76309e9beb7078b827c97d5 82368 
whois_5.2.18.tar.xz
+ 6c39a274fd73b87c0ce1e34dfbd1842a0b2ca7a00c97d4202d639ec010e1262c 82476 
whois_5.2.19.tar.xz
 Files:
- 5dfcf14c7c00a01f34966a920c8b97c2 82368 whois_5.2.18.tar.xz
+ ca75f511c9bcf78b294dac09324222f0 82476 whois_5.2.19.tar.xz
 
 -BEGIN PGP SIGNATURE-
 
-iQGzBAEBCAAdFiEEGBsIcS5ipP0URKfyK/WlwSLE96QFAlmcYIoACgkQK/WlwSLE
-96TCNwwAi9IwTYCS0etLmj/EuY3T9z5jfcYWBck+/NzBgdEG3rKKtRgFqmahZro2
-KDD9EYzddLm6h372pBEZPk2EaAS/tFoNAPy0q3YxnfSBxtf3jzHX36prjKYVMLDS

commit FreeCAD for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package FreeCAD for openSUSE:Factory checked 
in at 2017-12-18 08:58:41

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


Package is "FreeCAD"

Mon Dec 18 08:58:41 2017 rev:4 rq:557258 version:0.16.6712

Changes:

--- /work/SRC/openSUSE:Factory/FreeCAD/FreeCAD.changes  2017-11-09 
16:28:14.738313815 +0100
+++ /work/SRC/openSUSE:Factory/.FreeCAD.new/FreeCAD.changes 2017-12-18 
08:59:03.120119475 +0100
@@ -1,0 +2,5 @@
+Fri Dec 15 07:13:05 UTC 2017 - adr...@suse.de
+
+- fix build for factory (boost dependencies)
+
+---



Other differences:
--
++ FreeCAD.spec ++
--- /var/tmp/diff_new_pack.vOPDip/_old  2017-12-18 08:59:11.263726349 +0100
+++ /var/tmp/diff_new_pack.vOPDip/_new  2017-12-18 08:59:11.267726155 +0100
@@ -29,9 +29,15 @@
 Source2:FreeCAD_shared_mimeinfo
 BuildRequires:  Coin-devel
 BuildRequires:  SoQt-devel
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse} == 1
-# Leap has its own special boost-devel
-BuildRequires:  boost_1_58_0-devel
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libboost_filesystem-devel >= 1.55
+BuildRequires:  libboost_graph-devel >= 1.55
+BuildRequires:  libboost_program_options-devel >= 1.55
+BuildRequires:  libboost_python-devel >= 1.55
+BuildRequires:  libboost_regex-devel >= 1.55
+BuildRequires:  libboost_signals-devel >= 1.55
+BuildRequires:  libboost_system-devel >= 1.55
+BuildRequires:  libboost_thread-devel >= 1.55
 %else
 BuildRequires:  boost-devel >= 1.55
 %endif




commit perl-Perl-Tidy for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2017-12-18 08:57:53

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


Package is "perl-Perl-Tidy"

Mon Dec 18 08:57:53 2017 rev:18 rq:557138 version:20171214

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes
2017-05-27 13:19:40.816348557 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new/perl-Perl-Tidy.changes   
2017-12-18 08:57:59.811175665 +0100
@@ -1,0 +2,67 @@
+Thu Dec 14 19:09:03 UTC 2017 - co...@suse.com
+
+- updated to 20171214
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES
+
+2017 12 14
+- RT #123749, partial fix.  "Continuation indentation" is removed from 
lines 
+  with leading closing parens which are part of a call chain. 
+  For example, the call to pack() is is now outdented to the starting 
+  indentation in the following experession:  
+  
+  # OLD
+  $mw->Button(
+  -text=> "New Document",
+  -command => \_document
+)->pack(
+  -side   => 'bottom',
+  -anchor => 'e'
+);
+  
+  # NEW
+  $mw->Button(
+  -text=> "New Document",
+  -command => \_document
+  )->pack(
+  -side   => 'bottom',
+  -anchor => 'e'
+  );
+  
+  This modification improves readability of complex expressions, 
especially
+  when the user uses the same value for continuation indentation 
(-ci=n) and 
+  normal indentation (-i=n).  Perltidy was already programmed to
+  do this but a minor bug was preventing it.
+  
+- RT #123774, added flag to control space between a backslash and a 
single or
+  double quote, requested by Robert Rothenberg.  The issue is that 
lines like
+  
+ $str1=\"string1";
+ $str2=\'string2';
+  
+  confuse syntax highlighters unless a space is left between the 
backslash and
+  the quote.
+  
+  The new flag to control this is -sbq=n (--space-backslash-quote=n), 
+  where n=0 means no space, n=1 means follow existing code, n=2 means 
always
+  space.  The default is n=1, meaning that a space will be retained if 
there
+  is one in the source code.
+  
+- Fixed RT #123492, support added for indented here doc operator <<~ 
added 
+  in v5.26.  Thanks to Chris Weyl for the report.
+  
+- Fixed docs; --closing-side-comment-list-string should have been just
+  --closing-side-comment-list.  Thanks to F.Li.
+  
+- Added patch RT #122030] Perl::Tidy sometimes does not call binmode.
+  Thanks to Irilis Aelae.
+  
+- Fixed RT #121959, PERLTIDY doesn't honor the 'three dot' notation 
for 
+  locating a config file using environment variables.  Thanks to John 
+  Wittkowski.
+  
+- Minor improvements to formatting, in which some additional vertical
+  aligmnemt is done. Thanks to Keith Neargarder.
+  
+- RT #119588.  Vertical alignment is no longer done for // operator.
+
+---

Old:

  Perl-Tidy-20170521.tar.gz

New:

  Perl-Tidy-20171214.tar.gz



Other differences:
--
++ perl-Perl-Tidy.spec ++
--- /var/tmp/diff_new_pack.5l0ehp/_old  2017-12-18 08:58:00.455144578 +0100
+++ /var/tmp/diff_new_pack.5l0ehp/_new  2017-12-18 08:58:00.455144578 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Tidy
-Version:20170521
+Version:20171214
 Release:0
 #Upstream:  This package is free software; you can redistribute it and/or 
modify it under the terms of the "GNU General Public License". Please refer to 
the file "COPYING" for details.
 %define cpan_name Perl-Tidy

++ Perl-Tidy-20170521.tar.gz -> Perl-Tidy-20171214.tar.gz ++
 1649 lines of diff (skipped)




commit amanda for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package amanda for openSUSE:Factory checked 
in at 2017-12-18 08:57:43

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


Package is "amanda"

Mon Dec 18 08:57:43 2017 rev:54 rq:556934 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/amanda/amanda.changes2017-10-23 
16:44:03.474613671 +0200
+++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes   2017-12-18 
08:57:53.663472441 +0100
@@ -1,0 +2,19 @@
+Wed Dec 13 15:23:06 UTC 2017 - kstreit...@suse.com
+
+- update to 3.5.1
+  * do not check all 'r' bit on suid binary
+  * fix parsing of configuration override (-o)
+* can unset some setting
+  * client code will not fail if shared memory is not available
+  * amreport
+* lot of improvement
+  * allow '*' for a datestamp wildcard
+  * amgetconf
+* print an empty string if a parameter is not set instead of 
+ 'no such parameter'
+  * amdump
+* new --no-dump, --no-flush and --no-vault argument
+  * amstatus fix
+  * lock holding disk to protect multiple parallel access
+
+---

Old:

  amanda-3.5.tar.gz

New:

  amanda-3.5.1.tar.gz



Other differences:
--
++ amanda.spec ++
--- /var/tmp/diff_new_pack.a1YfU0/_old  2017-12-18 08:57:54.871414129 +0100
+++ /var/tmp/diff_new_pack.a1YfU0/_new  2017-12-18 08:57:54.875413936 +0100
@@ -18,7 +18,7 @@
 
 %define amanda_group amanda
 Name:   amanda
-Version:3.5
+Version:3.5.1
 Release:0
 Summary:Network Disk Archiver
 License:GPL-3.0+

++ amanda-3.5.tar.gz -> amanda-3.5.1.tar.gz ++
 7182 lines of diff (skipped)




commit yate for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2017-12-18 08:57:25

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


Package is "yate"

Mon Dec 18 08:57:25 2017 rev:28 rq:556059 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2017-09-28 
12:35:36.373690947 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2017-12-18 
08:57:27.676726931 +0100
@@ -1,0 +2,6 @@
+Tue Dec  5 16:03:51 CET 2017 - r...@suse.de
+
+- add patch yate-openssl-1.1.patch
+  to fix build against openssl-1.1 
+
+---

New:

  yate-openssl-1.1.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.wOZx4V/_old  2017-12-18 08:57:28.272698161 +0100
+++ /var/tmp/diff_new_pack.wOZx4V/_new  2017-12-18 08:57:28.272698161 +0100
@@ -28,6 +28,7 @@
 Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
 Patch1: dont-mess-with-cflags.patch
 Patch2: add-arm64-support.patch
+Patch3: yate-openssl-1.1.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -109,6 +110,7 @@
 %setup -q -n %{name}
 %patch1 -p1
 %patch2 -p1
+%patch3
 
 %build
 autoreconf -fiv

++ yate-openssl-1.1.patch ++
--- modules/openssl.cpp
+++ modules/openssl.cpp
@@ -36,6 +36,10 @@
 #include 
 #endif
 
+#if OPENSSL_VERSION_NUMBER >= 0x1010L
+#include 
+#endif
+
 using namespace TelEngine;
 namespace { // anonymous
 
@@ -644,6 +648,17 @@
inpData = outData;
 unsigned int num = 0;
 unsigned char eCountBuf[AES_BLOCK_SIZE];
+#if OPENSSL_VERSION_NUMBER >= 0x1010L
+CRYPTO_ctr128_encrypt(
+   (const unsigned char*)inpData,
+   (unsigned char*)outData,
+   len,
+   m_key,
+   m_initVector,
+   eCountBuf,
+   ,
+   (block128_f)AES_encrypt);
+#else
 AES_ctr128_encrypt(
(const unsigned char*)inpData,
(unsigned char*)outData,
@@ -652,6 +667,7 @@
m_initVector,
eCountBuf,
);
+#endif
 return true;
 }
 



commit kchmviewer for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kchmviewer for openSUSE:Factory 
checked in at 2017-12-18 08:57:36

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


Package is "kchmviewer"

Mon Dec 18 08:57:36 2017 rev:33 rq:556918 version:7.2.1

Changes:

--- /work/SRC/openSUSE:Factory/kchmviewer/kchmviewer.changes2016-12-01 
10:26:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.kchmviewer.new/kchmviewer.changes   
2017-12-18 08:57:37.436255797 +0100
@@ -1,0 +2,10 @@
+Thu Dec 14 10:15:11 UTC 2017 - wba...@tmo.at
+
+- Build with Qt5, Qt4's QtWebKit is about to be dropped
+
+---
+Thu Dec  8 19:57:53 UTC 2016 - fab...@ritter-vogt.de
+
+- Revert kde4_runtime_requires change
+
+---



Other differences:
--
++ kchmviewer.spec ++
--- /var/tmp/diff_new_pack.YajbNT/_old  2017-12-18 08:57:38.108223359 +0100
+++ /var/tmp/diff_new_pack.YajbNT/_new  2017-12-18 08:57:38.112223165 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kchmviewer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,13 @@
 
 Name:   kchmviewer
 BuildRequires:  chmlib-devel
-BuildRequires:  libkde4-devel
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5WebKit)
+BuildRequires:  pkgconfig(Qt5WebKitWidgets)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(libzip)
 Summary:KDE CHM Viewer
 License:GPL-3.0
@@ -28,7 +34,6 @@
 Url:http://www.kchmviewer.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: 
http://downloads.sourceforge.net/%name/%version/%name-%version.tar.gz
-%{?kde4_runtime_requires}
 
 %description
 This is a viewer for the CHM files which are used for end user
@@ -39,22 +44,21 @@
 %setup -q -n %{name}-7.2
 
 %build
-  %cmake_kde4 -d build
-  %make_jobs
+%qmake5
+%make_jobs
 
 %install
-pushd build
-  make DESTDIR=%{buildroot} install
-popd
+%{__mkdir_p} %{buildroot}%{_bindir}
+install bin/kchmviewer %{buildroot}%{_bindir}
+%{__mkdir_p} %{buildroot}%{_datadir}/applications
+install packages/kchmviewer.desktop %{buildroot}%{_datadir}/applications
 %{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
-install src/resources/kchmviewer.png %{buildroot}%{_datadir}/pixmaps
-%kde_post_install
-%find_lang %name
+install packages/kchmviewer.png %{buildroot}%{_datadir}/pixmaps
 
-%files -f %name.lang
+%files
 %defattr(-,root,root)
 %{_bindir}/kchmviewer
-%{_datadir}/applications/kde4/kchmviewer.desktop
+%{_datadir}/applications/kchmviewer.desktop
 %{_datadir}/pixmaps/kchmviewer.*
 
 %changelog




commit tor for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2017-12-18 08:57:22

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


Package is "tor"

Mon Dec 18 08:57:22 2017 rev:61 rq:547269 version:0.3.1.9

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2017-10-26 18:44:33.667455576 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2017-12-18 
08:57:25.104851086 +0100
@@ -1,0 +2,11 @@
+Fri Dec  1 20:33:08 UTC 2017 - astie...@suse.com
+
+- tor 0.3.1.9 with the following security fixes that prevent some
+  traffic confirmation, DoS and other problems (bsc#1070849):
+  * CVE-2017-8819: Replay-cache ineffective for v2 onion services
+  * CVE-2017-8820: Remote DoS attack against directory authorities
+  * CVE-2017-8821: An attacker can make Tor ask for a password
+  * CVE-2017-8822: Relays can pick themselves in a circuit path
+  * CVE-2017-8823: Use-after-free in onion service v2
+
+---

Old:

  tor-0.3.1.8.tar.gz
  tor-0.3.1.8.tar.gz.asc

New:

  tor-0.3.1.9.tar.gz
  tor-0.3.1.9.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.UJtF4s/_old  2017-12-18 08:57:25.804817296 +0100
+++ /var/tmp/diff_new_pack.UJtF4s/_new  2017-12-18 08:57:25.808817103 +0100
@@ -20,7 +20,7 @@
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
 Name:   tor
-Version:0.3.1.8
+Version:0.3.1.9
 Release:0
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause

++ tor-0.3.1.8.tar.gz -> tor-0.3.1.9.tar.gz ++
 19619 lines of diff (skipped)





commit yast2-s390 for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package yast2-s390 for openSUSE:Factory 
checked in at 2017-12-18 08:57:59

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


Package is "yast2-s390"

Mon Dec 18 08:57:59 2017 rev:3 rq:557199 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-s390/yast2-s390.changes2017-11-11 
14:20:51.252455392 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-s390.new/yast2-s390.changes   
2017-12-18 08:58:05.590896654 +0100
@@ -1,0 +2,7 @@
+Tue Dec 12 12:00:24 UTC 2017 - an...@suse.com
+
+- Clients used during upgrade now rely on yast-storage-ng
+  instead of the old yast2-storage (bsc#1066538).
+- 4.0.1
+
+---

Old:

  yast2-s390-4.0.0.tar.bz2

New:

  yast2-s390-4.0.1.tar.bz2



Other differences:
--
++ yast2-s390.spec ++
--- /var/tmp/diff_new_pack.fUiuwR/_old  2017-12-18 08:58:09.566704725 +0100
+++ /var/tmp/diff_new_pack.fUiuwR/_new  2017-12-18 08:58:09.570704532 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-s390
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-s390-4.0.0.tar.bz2 -> yast2-s390-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.0.0/package/yast2-s390.changes 
new/yast2-s390-4.0.1/package/yast2-s390.changes
--- old/yast2-s390-4.0.0/package/yast2-s390.changes 2017-11-10 
02:10:19.403968169 +0100
+++ new/yast2-s390-4.0.1/package/yast2-s390.changes 2017-12-14 
10:55:47.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Dec 12 12:00:24 UTC 2017 - an...@suse.com
+
+- Clients used during upgrade now rely on yast-storage-ng
+  instead of the old yast2-storage (bsc#1066538).
+- 4.0.1
+
+---
 Wed Nov 08 22:44:33 CET 2017 - aschn...@suse.com
 
 - fixed call of dasdview (bsc#1067265)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.0.0/package/yast2-s390.spec 
new/yast2-s390-4.0.1/package/yast2-s390.spec
--- old/yast2-s390-4.0.0/package/yast2-s390.spec2017-11-10 
02:10:19.403968169 +0100
+++ new/yast2-s390-4.0.1/package/yast2-s390.spec2017-12-14 
10:55:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-s390
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.0.0/src/clients/dasd_proposal.rb 
new/yast2-s390-4.0.1/src/clients/dasd_proposal.rb
--- old/yast2-s390-4.0.0/src/clients/dasd_proposal.rb   2017-11-10 
02:10:19.403968169 +0100
+++ new/yast2-s390-4.0.1/src/clients/dasd_proposal.rb   2017-12-14 
10:55:47.0 +0100
@@ -25,6 +25,10 @@
 # Authors: Jiri Srain 
 #
 # Proposal function dispatcher for dasd configuration.
+
+require "yast"
+require "y2storage"
+
 module Yast
   class DasdProposalClient < Client
 def main
@@ -32,7 +36,6 @@
 
   Yast.import "DASDController"
   Yast.import "Wizard"
-  Yast.import "Storage"
 
   @func = Convert.to_string(WFM.Args(0))
   @param = Convert.to_map(WFM.Args(1))
@@ -54,9 +57,14 @@
   # Run an interactive workflow
   elsif @func == "AskUser"
 Wizard.CreateDialog
-Storage.ActivateHld(false)
+storage = Y2Storage::StorageManager.instance
+# Deactivate high level devices (RAID, multipath, LVM, encryption...)
+storage.deactivate
 @sequence = WFM.CallFunction("inst_dasd", [])
-Storage.ReReadTargetMap
+# NOTE: the pre-storage-ng code called ReReadTargetMap here,
+# without any explicit reactivation of the high level devices.
+# So far, we do the same (calling .probe without calling .activate)
+storage.probe
 Wizard.CloseDialog
 
 # Fill return map
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.0.0/src/clients/zfcp_proposal.rb 
new/yast2-s390-4.0.1/src/clients/zfcp_proposal.rb
--- old/yast2-s390-4.0.0/src/clients/zfcp_proposal.rb   2017-11-10 
02:10:19.403968169 +0100
+++ new/yast2-s390-4.0.1/src/clients/zfcp_proposal.rb   2017-12-14 
10:55:47.0 +0100
@@ -25,6 +25,10 @@
 # Authors: Jiri Srain 
 #
 # Proposal function dispatcher for zfcp configuration.
+
+require "yast"
+require "y2storage"
+
 module Yast
   class ZfcpProposalClient < Client
 def 

commit cmake for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2017-12-18 08:56:44

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


Package is "cmake"

Mon Dec 18 08:56:44 2017 rev:140 rq:557687 version:3.10.1

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2017-11-10 
14:37:46.742637410 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2017-12-18 
08:56:47.322674992 +0100
@@ -1,0 +2,13 @@
+Sat Dec 16 07:23:26 UTC 2017 - f...@grueninger.de
+
+- Update to version 3.10.1
+  * No changes specific to CMake-GUI
+
+---
+Tue Nov 28 21:46:08 UTC 2017 - f...@grueninger.de
+
+- Update to version 3.10.0
+  * No changes specific to CMake-GUI
+- update form.patch
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2017-11-10 
14:37:46.858633218 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2017-12-18 
08:56:50.694512219 +0100
@@ -1,0 +2,28 @@
+Sat Dec 16 07:16:40 UTC 2017 - f...@grueninger.de
+
+- Update to 3.10.1
+  * CUDA: Treat /usr/include as an implicit include directory
+  * FindMPI: Correct legacy variable handling, Fix multiple configure
+runs, Fix various legacy problems
+  * IAR: FindBinUtils should work for CXX as well as C
+  * GoogleTest: Fix multiple discovery on same target, Improve
+gtest_discover_tests messages, Add timeout to discovery,
+Add test for missing test executable
+  * Do not mistake clang-cl 6.0 for GNU-like clang
+  full changelog: https://blog.kitware.com/cmake-3-10-1-available-for-download/
+
+---
+Tue Nov 28 21:46:30 UTC 2017 - f...@grueninger.de
+
+- Update to 3.10.0
+  * The flang Fortran compiler is now supported, with compiler id
+“Flang”.
+  * The “include_guard()” command was introduced.
+  * “FindMPI” received a major overhaul. It now features language
+specific components, better Fortran support, and support for
+statically linked MPI implementations.
+  * A “FindOpenACC” module was added.
+  full changelog: https://cmake.org/cmake/help/v3.10/release/3.10.html
+- update form.patch
+
+---

Old:

  cmake-3.9.5-SHA-256.txt
  cmake-3.9.5-SHA-256.txt.asc
  cmake-3.9.5.tar.gz

New:

  cmake-3.10.1-SHA-256.txt
  cmake-3.10.1-SHA-256.txt.asc
  cmake-3.10.1.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.JFP9JQ/_old  2017-12-18 08:56:52.622419151 +0100
+++ /var/tmp/diff_new_pack.JFP9JQ/_new  2017-12-18 08:56:52.622419151 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define shortversion 3.9
+%define shortversion 3.10
 Name:   cmake-gui
-Version:3.9.5
+Version:3.10.1
 Release:0
 Summary:CMake graphical user interface
 License:BSD-3-Clause

cmake.spec: same change
++ cmake-3.9.5-SHA-256.txt -> cmake-3.10.1-SHA-256.txt ++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.9.5-SHA-256.txt2017-11-10 
14:37:41.282834727 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-3.10.1-SHA-256.txt  
2017-12-18 08:56:45.454765164 +0100
@@ -1,11 +1,11 @@
-b72eab062b1f5acb9ca498e22070bdc4465ac0daac65068cf7d55caf4b892400  
cmake-3.9.5-Darwin-x86_64.dmg
-b43bbef45ac400a76c6e4fc34bf7b53b2c1c712cbad362c1d432e6ad1c6d8d45  
cmake-3.9.5-Darwin-x86_64.tar.gz
-8e1755d466f269ac0dc4a1b86883f4c2c31471fb02e149eb6e96f34f29e45471  
cmake-3.9.5-Linux-x86_64.sh
-bbe7e2ea703835661bb92fedd485d62dc587ee36daaedaa0a7bebcbf937a1cea  
cmake-3.9.5-Linux-x86_64.tar.gz
-b487b53966569fe40ae7fa93ef08e58134f49b1793648f62bbd1d6a9295090a1  
cmake-3.9.5-win32-x86.msi
-dd3e183254c12f7c338d3edfa642f1ac84a763b8b9a2feabb4ad5fccece5dff9  
cmake-3.9.5-win32-x86.zip
-5cda319307abbfb5739b0a1d932abf0f283ba0aebb769beb4ece15d528e82c69  
cmake-3.9.5-win64-x64.msi
-53077acd0f7571def887634db23c83310dd45e1fe31a7679c2bb8bf7e50c840b  
cmake-3.9.5-win64-x64.zip
-56fea3d229c7690e786ec7ed7711abb34adc981a80e3aa9e06170fae061e31df  
cmake-3.9.5.tar.Z
-6220c1683b4e6bb8f38688fa3ffb17a7cf39f36317c2ddfdc3f12f09d086c166  
cmake-3.9.5.tar.gz
-7a0e821b12cd8bab11ba205d0e44136572f07e1118c2e9c2e370da939d48eee5  
cmake-3.9.5.zip
+d4926678fe1a348f620545c3664140737ae3001dd684df682e168fb0054602f5  
cmake-3.10.1-Darwin-x86_64.dmg
+8684f9e084fe4a5565dd2b9538ba843832acb207955e71047a686219f928fb3d  
cmake-3.10.1-Darwin-x86_64.tar.gz
+4488dc5876d202512c5a172a37604adb4d68acfcd010ab25a0d134296217174a  
cmake-3.10.1-Linux-x86_64.sh
+f0f84761a254324ed9076c23fca502eb135ec49c0b752212a6298f317d303438  

commit sweeper for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2017-12-18 08:56:18

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


Package is "sweeper"

Mon Dec 18 08:56:18 2017 rev:79 rq:556312 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2017-11-16 
14:34:42.276396475 +0100
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2017-12-18 
08:56:18.816051127 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+- Removed patches, no longer needed:
+  * desktop-files.diff
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:52 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  desktop-files.diff
  sweeper-17.08.3.tar.xz

New:

  sweeper-17.12.0.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.ihvK5Y/_old  2017-12-18 08:56:19.364024674 +0100
+++ /var/tmp/diff_new_pack.ihvK5Y/_new  2017-12-18 08:56:19.368024481 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sweeper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,53 +15,81 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:   sweeper
-Version:17.08.3
+Version:17.12.0
 Release:0
+%define kf5_version 5.26.0
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
+%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Privacy Utility
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:sweeper-%{version}.tar.xz
-Patch1: desktop-files.diff
-BuildRequires:  libkde4-devel
-BuildRequires:  oxygen5-icon-theme
+BuildRequires:  breeze5-icons
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kbookmarks-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  kconfigwidgets-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kcrash-devel
+BuildRequires:  kdoctools-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kxmlgui-devel
+BuildRequires: kactivities-stats-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+%if %{with lang}
+Recommends: %{name}-lang
+%endif
+
 
 %description
 Helps clean unwanted traces the user leaves on the system.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n sweeper-%{version}
-%patch1
 
 %build
-%cmake_kde4 -d build
+%cmake_kf5 -d build
 %make_jobs
 
 %install
-cd build
-%make_install
-for i in 16 22 32 48; do
-mkdir -p %{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/apps
-cp %{_kde4_iconsdir}/oxygen/base/${i}x${i}/actions/trash-empty.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/apps/sweeper.png
-done
-%suse_update_desktop_file sweeper Utility Security
-%kde_post_install
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+  %kf5_find_htmldocs
+%endif
+%suse_update_desktop_file org.kde.sweeper Utility Security
+mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/actions
+mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
+cp %{_kf5_iconsdir}/breeze/actions/24/trash-empty.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/actions/
+cp %{_kf5_iconsdir}/breeze/apps/48/sweeper.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
 
 

commit kdepim-runtime for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kdepim-runtime for openSUSE:Factory 
checked in at 2017-12-18 08:56:27

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


Package is "kdepim-runtime"

Mon Dec 18 08:56:27 2017 rev:31 rq:557026 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes
2017-11-16 14:21:59.536031075 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new/kdepim-runtime.changes   
2017-12-18 08:56:34.599289203 +0100
@@ -1,0 +2,46 @@
+Thu Dec 14 10:38:41 UTC 2017 - christo...@krop.fr
+
+- Update license to GPL-2.0+ and GPL-3.0+
+
+---
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Adapt to Qt 5.10 rc2 API changes
+  * Remove duplicate find_package(KPimGAPI ...) call
+
+---
+Fri Dec  8 15:46:46 UTC 2017 - fab...@ritter-vogt.de
+
+- Remove libkolab-qt5-devel BuildDep
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Fix error when generate contact
+  * Fix POP3 mail fetch not finishing if there are no new messages but some 
old ones
+  * IMAP: always set merge mode in RetrieveItemsTask
+  * Fix check version
+  * Recreate full URLs from partial URLs (kde#386985)
+  * Fix message extraction in kdepim-runtime/resources/ews/wizard/
+
+---
+Mon Nov 20 06:59:07 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kdepim-runtime-17.08.3.tar.xz

New:

  kdepim-runtime-17.12.0.tar.xz



Other differences:
--
++ kdepim-runtime.spec ++
--- /var/tmp/diff_new_pack.ZCUSFm/_old  2017-12-18 08:56:35.211259661 +0100
+++ /var/tmp/diff_new_pack.ZCUSFm/_new  2017-12-18 08:56:35.211259661 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 
 Name:   kdepim-runtime
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Akonadi resources for PIM applications
-License:GPL-2.0
+License:GPL-2.0+ and GPL-3.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kdepim-runtime-%{version}.tar.xz
@@ -52,11 +52,12 @@
 BuildRequires:  kmime-devel >= %{_kapp_version}
 BuildRequires:  knewstuff-devel >= %{kf5_version}
 BuildRequires:  knotifyconfig-devel >= %{kf5_version}
+BuildRequires:  ktextwidgets-devel >= %{kf5_version}
 BuildRequires:  kwallet-devel >= %{kf5_version}
 BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
 BuildRequires:  libkgapi-devel >= 1.9.81
-BuildRequires:  libkolab-qt5-devel >= 1.0
 BuildRequires:  libkolabxml-devel >= 1.1
+BuildRequires:  libxerces-c-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  cmake(KF5Akonadi)
 # broken KF5::AkonadiContact, phonon is in interface includes, but private 
link library
@@ -66,8 +67,16 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  syndication-devel >= %{_kapp_version}
 BuildRequires:  xz
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel
+%endif
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.5.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5TextToSpeech) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5UiTools) >= 5.5.0
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.5.0
@@ -123,6 +132,12 @@
 %config %{_kf5_configdir}/kdepim-runtime.categories
 %config %{_kf5_configdir}/kdepim-runtime.renamecategories
 %doc %lang(en) %{_kf5_htmldir}/en/kioslave5/
+%dir %{_kf5_iconsdir}/hicolor/24x24
+%dir %{_kf5_iconsdir}/hicolor/72x72
+%dir %{_kf5_iconsdir}/hicolor/96x96

commit okular for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2017-12-18 08:56:22

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


Package is "okular"

Mon Dec 18 08:56:22 2017 rev:92 rq:556482 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2017-11-16 
14:33:50.422276120 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2017-12-18 
08:56:24.247788914 +0100
@@ -1,0 +2,43 @@
+Tue Dec 12 12:53:46 UTC 2017 - lbeltr...@kde.org
+
+- Adjust license after legal review
+
+---
+Sat Dec 09 14:59:12 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Fix crash when accessing text page after save
+  * Unbreak compilation of the chm backend
+  * We broke ABI by adding a new virtual to generator
+  * Increase version now that we're not on unstable versioning anymore
+  * Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Prevent Okular from crashing when synctex logs an error (kde#383915)
+  * Change whitespace in synctex patches
+  * Fix highlight/annotation clipping with Qt scaling (kde#386110)
+  * Give warnings when the file is modified externally
+  * generators: Use a specific description for libzip
+
+---
+Mon Nov 20 06:59:41 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  okular-17.08.3.tar.xz

New:

  okular-17.12.0.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.7HBDfC/_old  2017-12-18 08:56:25.571725002 +0100
+++ /var/tmp/diff_new_pack.7HBDfC/_new  2017-12-18 08:56:25.575724809 +0100
@@ -19,13 +19,14 @@
 %bcond_without lang
 
 Name:   okular
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Document Viewer
-License:GPL-2.0+
+# GPL-3.0+ license used by a runtime plugin
+License:GPL-2.0+ and GPL-3.0+
 Group:  Productivity/Office/Other
 Url:http://www.kde.org
 Source: %{name}-%{version}.tar.xz
@@ -58,6 +59,7 @@
 BuildRequires:  libqca-qt5-devel
 BuildRequires:  libspectre-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  libzip-devel
 BuildRequires:  mobipocket-devel
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig

++ okular-17.08.3.tar.xz -> okular-17.12.0.tar.xz ++
 177900 lines of diff (skipped)




commit kde-l10n for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kde-l10n for openSUSE:Factory 
checked in at 2017-12-18 08:56:35

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


Package is "kde-l10n"

Mon Dec 18 08:56:35 2017 rev:32 rq:557273 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-l10n/kde-l10n.changes2017-12-12 
21:23:08.209943121 +0100
+++ /work/SRC/openSUSE:Factory/.kde-l10n.new/kde-l10n.changes   2017-12-18 
08:56:39.987029114 +0100
@@ -1,0 +2,10 @@
+Fri Dec 15 09:16:31 UTC 2017 - fab...@ritter-vogt.de
+
+- Also remove plasma_runner_kget.mo
+
+---
+Fri Dec 15 08:02:26 UTC 2017 - lbeltr...@kde.org
+
+- Remove more files conflicting between tarballs
+
+---
@@ -6 +15,0 @@
-
@@ -11 +19,0 @@
-



Other differences:
--
++ kde-l10n.spec ++
--- /var/tmp/diff_new_pack.54lAZX/_old  2017-12-18 08:56:43.382865183 +0100
+++ /var/tmp/diff_new_pack.54lAZX/_new  2017-12-18 08:56:43.390864797 +0100
@@ -1114,6 +1114,10 @@
 find %{buildroot}%{_datadir}/locale/ -type f -name akonadi_baloo_indexer.mo 
-delete
 find %{buildroot}%{_datadir}/locale/ -type f -name baloowidgets.mo -delete
 find %{buildroot}%{_datadir}/locale/ -type f -name kget.mo -delete
+find %{buildroot}%{_datadir}/locale/ -type f -name kgetplugin.mo -delete
+find %{buildroot}%{_datadir}/locale/ -type f -name plasma_runner_kget.mo 
-delete
+find %{buildroot}%{_datadir}/locale/ -type f -name plasma_applet_kget.mo 
-delete
+find %{buildroot}%{_datadir}/locale/ -type f -name sweeper.mo -delete
 find %{buildroot}%{_mandir}/ -type f -name kdesu.1 -delete
 
 #

++ kde-l10n.spec.in ++
--- /var/tmp/diff_new_pack.54lAZX/_old  2017-12-18 08:56:43.678850894 +0100
+++ /var/tmp/diff_new_pack.54lAZX/_new  2017-12-18 08:56:43.682850701 +0100
@@ -116,6 +116,10 @@
 find %{buildroot}%{_datadir}/locale/ -type f -name akonadi_baloo_indexer.mo 
-delete
 find %{buildroot}%{_datadir}/locale/ -type f -name baloowidgets.mo -delete
 find %{buildroot}%{_datadir}/locale/ -type f -name kget.mo -delete
+find %{buildroot}%{_datadir}/locale/ -type f -name kgetplugin.mo -delete
+find %{buildroot}%{_datadir}/locale/ -type f -name plasma_runner_kget.mo 
-delete
+find %{buildroot}%{_datadir}/locale/ -type f -name plasma_applet_kget.mo 
-delete
+find %{buildroot}%{_datadir}/locale/ -type f -name sweeper.mo -delete
 find %{buildroot}%{_mandir}/ -type f -name kdesu.1 -delete
 
 




commit syndication for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2017-12-18 08:56:08

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


Package is "syndication"

Mon Dec 18 08:56:08 2017 rev:28 rq:556302 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2017-11-16 
14:34:13.36564 +0100
+++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 
2017-12-18 08:56:09.820485381 +0100
@@ -1,0 +2,40 @@
+Sat Dec 09 14:59:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:44 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * We don't need FeatureSummary here.
+  * Fix integer overflow caused in previous commit
+  * Fix build against Qt 5.7
+  * Remove deprecated method
+  * Remove kaboutdata in test apps
+  * Fix cmake warning
+  * Use version in project
+  * Make run without install them
+  * autotests/benchmark.cpp - clean includes
+  * src/syndication/rdf/model_p.h - explict ctor AddToHashes
+  * src/syndication/loader.cpp - normalize SIGNAL
+
+---

Old:

  syndication-17.08.3.tar.xz

New:

  syndication-17.12.0.tar.xz



Other differences:
--
++ syndication.spec ++
--- /var/tmp/diff_new_pack.0dX69p/_old  2017-12-18 08:56:10.448455066 +0100
+++ /var/tmp/diff_new_pack.0dX69p/_new  2017-12-18 08:56:10.448455066 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.36.0
 Name:   syndication
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ syndication-17.08.3.tar.xz -> syndication-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-17.08.3/.reviewboardrc 
new/syndication-17.12.0/.reviewboardrc
--- old/syndication-17.08.3/.reviewboardrc  2017-10-29 08:15:17.0 
+0100
+++ new/syndication-17.12.0/.reviewboardrc  1970-01-01 01:00:00.0 
+0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = "git://anongit.kde.org/syndication"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-17.08.3/CMakeLists.txt 
new/syndication-17.12.0/CMakeLists.txt
--- old/syndication-17.08.3/CMakeLists.txt  2017-10-29 08:15:17.0 
+0100
+++ new/syndication-17.12.0/CMakeLists.txt  2017-12-02 08:31:46.0 
+0100
@@ -1,16 +1,18 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
+set(SYNDICATION_LIB_VERSION "5.7.0")
 
-project(Syndication)
+project(Syndication VERSION ${SYNDICATION_LIB_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.35.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
 include(ECMGeneratePriFile)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(FeatureSummary)
 include(KDEInstallDirs)
@@ -20,7 +22,6 @@
 include(ECMQtDeclareLoggingCategory)
 
 
-set(SYNDICATION_LIB_VERSION "5.6.3")
 
 ecm_setup_version(${SYNDICATION_LIB_VERSION} VARIABLE_PREFIX SYNDICATION
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/syndication_version.h"
@@ -33,7 +34,7 @@
 find_package(KF5Codecs ${KF5_VERSION} CONFIG REQUIRED)
 add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
 ### Targets ###
 
 add_subdirectory(src/syndication)
@@ -46,7 +47,7 @@
 ### CMake Config Files ###
 set(CMAKECONFIG_INSTALL_DIR 

commit kate for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2017-12-18 08:55:28

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


Package is "kate"

Mon Dec 18 08:55:28 2017 rev:90 rq:556285 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2017-11-16 
14:20:44.422751062 +0100
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2017-12-18 
08:55:31.930314499 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Fix crash on re-enabling "Document Preview" plugin (kde#387233)
+
+---
+Mon Nov 20 06:59:00 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kate-17.08.3.tar.xz

New:

  kate-17.12.0.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.S5AJPu/_old  2017-12-18 08:55:33.414242864 +0100
+++ /var/tmp/diff_new_pack.S5AJPu/_new  2017-12-18 08:55:33.422242478 +0100
@@ -20,7 +20,7 @@
 
 %define _appstreamkpackage 0%(cat 
%{_kf5_cmakedir}/KF5Package/KF5PackageMacros.cmake | grep -q 
'appstream-metainfo' && echo 1)
 Name:   kate
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -84,13 +84,26 @@
 Summary:KDE Text Editor plugins
 Group:  Productivity/Text/Editors
 Obsoletes:  kate5-plugins < %{version}
+Provides:  ktexteditorpreviewplugin = %{version}
+Obsoletes: ktexteditorpreviewplugin < %{version}
 
 %description plugins
 Kate is an advanced text editor for KDE. This package contains
 plugins and data files for Kate and KWrite editors.
 
 %if %{with lang}
-%lang_package
+%package lang 
+Summary: Translations for package %{name} 
+Group: System/Localization 
+Requires: %{name} = %{version} 
+ 
+Provides: %{name}-lang-all = %{version} 
+Supplements: %{name} 
+BuildArch: noarch 
+Provides: ktexteditorpreviewplugin-lang = %{version}
+Obsoletes: ktexteditorpreviewplugin-lang < %{version}
+%description lang 
+Provides translations for the "%{name}" package.
 %endif
 
 %prep

++ kate-17.08.3.tar.xz -> kate-17.12.0.tar.xz ++
 108630 lines of diff (skipped)




commit messagelib for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2017-12-18 08:55:15

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


Package is "messagelib"

Mon Dec 18 08:55:15 2017 rev:22 rq:556283 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2017-11-30 
12:32:33.713907685 +0100
+++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes   
2017-12-18 08:55:21.630811700 +0100
@@ -1,0 +2,33 @@
+Sat Dec 09 14:59:11 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Fix crash when we delete attachment
+  * fix x-kmail links with arguments
+
+---
+Tue Nov 21 22:59:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+- Dropped patches, now upstream:
+  * fix-richtext-saving.patch
+
+---

Old:

  fix-richtext-saving.patch
  messagelib-17.08.3.tar.xz

New:

  messagelib-17.12.0.tar.xz



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.nIx6ha/_old  2017-12-18 08:55:23.250733500 +0100
+++ /var/tmp/diff_new_pack.nIx6ha/_new  2017-12-18 08:55:23.254733306 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   messagelib
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -29,7 +29,6 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-Patch0: fix-richtext-saving.patch
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-search-devel
@@ -118,7 +117,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake_kf5 -d build -- -DMESSAGEVIEWER_USE_QTWEBENGINE=TRUE 
-DQTWEBENGINE_SUPPORT_OPTION=TRUE
@@ -159,6 +157,9 @@
 %config %{_kf5_configdir}/messagelib.categories
 %config %{_kf5_configdir}/messagelib.renamecategories
 %config %{_kf5_configdir}/messageviewer_header_themes.knsrc
+%dir %{_kf5_sharedir}/org.kde.syntax-highlighting
+%dir %{_kf5_sharedir}/org.kde.syntax-highlighting/syntax
+%{_kf5_sharedir}/org.kde.syntax-highlighting/syntax/kmail-template.xml
 %{_kf5_configkcfgdir}/*.kcfg
 %{_kf5_libdir}/libKF5MessageComposer.so.*
 %{_kf5_libdir}/libKF5MessageCore.so.*

++ messagelib-17.08.3.tar.xz -> messagelib-17.12.0.tar.xz ++
/work/SRC/openSUSE:Factory/messagelib/messagelib-17.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.messagelib.new/messagelib-17.12.0.tar.xz differ: 
char 26, line 1




commit spectacle for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2017-12-18 08:55:59

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


Package is "spectacle"

Mon Dec 18 08:55:59 2017 rev:24 rq:556298 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes  2017-11-16 
14:34:09.129598008 +0100
+++ /work/SRC/openSUSE:Factory/.spectacle.new/spectacle.changes 2017-12-18 
08:56:03.960768254 +0100
@@ -1,0 +2,36 @@
+Sat Dec 09 14:59:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:43 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * bump date and releaseinfo
+  * fix spectacle documentation
+  * Clean up and standardize Settings dialog
+  * Make dark overlay less dark, and light overlay less washed out (kde#368739)
+  * Drop some app metadata setting which KAboutData::setApplicationData does
+  * Allow to create bugzilla version
+  * Fix message when the image was shared using a plugin that doesn't reply 
with a URL
+
+---

Old:

  spectacle-17.08.3.tar.xz

New:

  spectacle-17.12.0.tar.xz



Other differences:
--
++ spectacle.spec ++
--- /var/tmp/diff_new_pack.RONEBi/_old  2017-12-18 08:56:04.632735816 +0100
+++ /var/tmp/diff_new_pack.RONEBi/_new  2017-12-18 08:56:04.636735623 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   spectacle
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ spectacle-17.08.3.tar.xz -> spectacle-17.12.0.tar.xz ++
 18510 lines of diff (skipped)




commit mobipocket for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2017-12-18 08:55:34

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


Package is "mobipocket"

Mon Dec 18 08:55:34 2017 rev:87 rq:556286 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2017-11-16 
14:33:46.198429227 +0100
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2017-12-18 08:55:36.278104613 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:11 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:40 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  kdegraphics-mobipocket-17.08.3.tar.xz

New:

  kdegraphics-mobipocket-17.12.0.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.ovakgS/_old  2017-12-18 08:55:37.102064838 +0100
+++ /var/tmp/diff_new_pack.ovakgS/_new  2017-12-18 08:55:37.106064644 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdegraphics-mobipocket-17.08.3.tar.xz -> 
kdegraphics-mobipocket-17.12.0.tar.xz ++




commit pimcommon for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-12-18 08:55:42

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


Package is "pimcommon"

Mon Dec 18 08:55:42 2017 rev:21 rq:556292 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2017-11-16 
14:33:55.934076326 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-12-18 
08:55:43.929735237 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:12 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Adapt to Qt 5.10 rc2 API changes
+  * Define kf5_version
+  * Fix generate list of languages
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:42 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  pimcommon-17.08.3.tar.xz

New:

  pimcommon-17.12.0.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.FEDbIJ/_old  2017-12-18 08:55:44.501707625 +0100
+++ /var/tmp/diff_new_pack.FEDbIJ/_new  2017-12-18 08:55:44.505707432 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ pimcommon-17.08.3.tar.xz -> pimcommon-17.12.0.tar.xz ++
 58916 lines of diff (skipped)




commit signon-kwallet-extension for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2017-12-18 08:55:52

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


Package is "signon-kwallet-extension"

Mon Dec 18 08:55:52 2017 rev:31 rq:556297 version:17.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
2017-11-16 14:34:03.965785189 +0100
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
   2017-12-18 08:55:53.513272599 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:43 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  signon-kwallet-extension-17.08.3.tar.xz

New:

  signon-kwallet-extension-17.12.0.tar.xz



Other differences:
--
++ signon-kwallet-extension.spec ++
--- /var/tmp/diff_new_pack.Y8uePB/_old  2017-12-18 08:55:54.105244022 +0100
+++ /var/tmp/diff_new_pack.Y8uePB/_new  2017-12-18 08:55:54.105244022 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   signon-kwallet-extension
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ signon-kwallet-extension-17.08.3.tar.xz -> 
signon-kwallet-extension-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-17.08.3/CMakeLists.txt 
new/signon-kwallet-extension-17.12.0/CMakeLists.txt
--- old/signon-kwallet-extension-17.08.3/CMakeLists.txt 2017-11-05 
01:55:17.0 +0100
+++ new/signon-kwallet-extension-17.12.0/CMakeLists.txt 2017-12-05 
00:10:08.0 +0100
@@ -1,8 +1,8 @@
 project(kwalletsignon5)
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
-set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "12")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
 set(kwalletsignon_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)




commit marble for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2017-12-18 08:55:04

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


Package is "marble"

Mon Dec 18 08:55:04 2017 rev:97 rq:556281 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2017-11-16 
14:33:33.742880718 +0100
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2017-12-18 
08:55:13.331212357 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:11 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:39 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  marble-17.08.3.tar.xz

New:

  marble-17.12.0.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.ijspbQ/_old  2017-12-18 08:55:17.307020428 +0100
+++ /var/tmp/diff_new_pack.ijspbQ/_new  2017-12-18 08:55:17.311020235 +0100
@@ -21,7 +21,7 @@
 %define _so -28
 %define _so_astro 1
 Name:   marble
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit libkleo for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2017-12-18 08:54:22

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


Package is "libkleo"

Mon Dec 18 08:54:22 2017 rev:22 rq:556271 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2017-11-16 
14:30:12.942159055 +0100
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes 2017-12-18 
08:54:24.701559916 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  libkleo-17.08.3.tar.xz

New:

  libkleo-17.12.0.tar.xz



Other differences:
--
++ libkleo.spec ++
--- /var/tmp/diff_new_pack.fEZukx/_old  2017-12-18 08:54:25.677512803 +0100
+++ /var/tmp/diff_new_pack.fEZukx/_new  2017-12-18 08:54:25.677512803 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkleo
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkleo-17.08.3.tar.xz -> libkleo-17.12.0.tar.xz ++
 67958 lines of diff (skipped)




commit libkipi for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-12-18 08:54:16

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


Package is "libkipi"

Mon Dec 18 08:54:16 2017 rev:87 rq:556270 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-11-16 
14:30:03.594497860 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-12-18 
08:54:17.481908439 +0100
@@ -1,0 +2,36 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * fix gcc warning
+  * cleanup
+  * polish headers
+  * polish
+  * Fix build on Windows
+  * cleanup
+  * quiet KExiv2 detection for test purpose
+
+---

Old:

  libkipi-17.08.3.tar.xz

New:

  libkipi-17.12.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.EdwhXt/_old  2017-12-18 08:54:18.445861905 +0100
+++ /var/tmp/diff_new_pack.EdwhXt/_new  2017-12-18 08:54:18.449861712 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.08.3.tar.xz -> libkipi-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-17.08.3/README new/libkipi-17.12.0/README
--- old/libkipi-17.08.3/README  2017-11-04 06:10:17.0 +0100
+++ new/libkipi-17.12.0/README  2017-11-04 04:49:30.0 +0100
@@ -1,15 +1,12 @@
 KIPI Library (KDE Image Program Interface)
 
-This library is a part of digiKam project (http://www.digikam.org)
-
 -- AUTHORS 
 
 See AUTHORS file for details.
 
 -- ABOUT --
 
-Libkipi is an interface to use kipi-plugins from a KDE image management 
-program like digiKam (http://www.digikam.org).
+Libkipi is an interface to use kipi-plugins from a KDE image management 
program.
 
 The library documentation is available on header files.
 
@@ -25,7 +22,6 @@
 libjpeg >= 6b   http://www.ijg.org
 libtiff >= 3.8.2
http://www.remotesensing.org/libtiff
 libpng  >= 1.2.0
http://www.libpng.org/pub/png/libpng.html
-libkdcraw   >= 5.0.0
https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw
 libkexiv2   >= 5.0.0
https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
 
 -- INSTALL 
@@ -39,25 +35,12 @@
 
 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
 
--- CONTACT 
-
-If you have questions, comments, suggestions, send an email to:
-
-digikam-de...@kde.org
-
-IRC channel from freenode.net server:
-
-#digikam
-
 -- BUGS ---
 
 IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report
 system who can be contacted by the standard Kde help menu of the plugins 
dialog.
-A mail will be automatically sent to the digiKam devel mailing list.
-There is no need to contact directly the digiKam mailing list for a bug report
-or a devel wish.
 
-The current digiKam bugs and devel wish reported to the Kde bugs report can be 
seen 
+The current bugs and devel wish reported to the Kde bugs report can be seen 
 at this url:
 
-http://bugs.kde.org/buglist.cgi?product=digikam=libkipi_status=UNCONFIRMED_status=NEW_status=ASSIGNED_status=REOPENED

commit libkgapi for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2017-12-18 08:54:04

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


Package is "libkgapi"

Mon Dec 18 08:54:04 2017 rev:25 rq:556268 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes2017-11-16 
14:28:41.549471228 +0100
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2017-12-18 
08:54:06.526437306 +0100
@@ -1,0 +2,43 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Contacts: fix sync of alternative URL types (kde#387344)
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:32 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Port to new connect api
+  * Port to new connect api
+  * Port to new connect api
+  * Remove project here
+  * not necessary to have project here
+  * Fix merge conflict
+  * Add parent
+  * Fix includes
+  * Adapt to KCalCore API changes
+  * Port Period and Duration to QDateTime
+  * Adapt to KCalCore lastModified/created API changes
+  * We can remove this compatibility now
+  * Make run without install them
+  * Remove unused line
+
+---

Old:

  libkgapi-17.08.3.tar.xz

New:

  libkgapi-17.12.0.tar.xz



Other differences:
--
++ libkgapi.spec ++
--- /var/tmp/diff_new_pack.B7BhKZ/_old  2017-12-18 08:54:07.834374166 +0100
+++ /var/tmp/diff_new_pack.B7BhKZ/_new  2017-12-18 08:54:07.838373973 +0100
@@ -19,10 +19,8 @@
 %bcond_without lang
 
 Name:   libkgapi
-Version:17.08.3
+Version:17.12.0
 Release:0
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Extension for accessing your Google data
 License:GPL-2.0+
 Group:  System/GUI/KDE
@@ -39,9 +37,9 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
 BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks.
@@ -70,8 +68,8 @@
 %package -n libKPimGAPICore5
 Summary:Extension for accessing your Google data
 Group:  System/GUI/KDE
-Recommends: %{name}-lang
 Provides:   %{name} = %{version}
+Recommends: %{name}-lang
 
 %description -n libKPimGAPICore5
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks.
@@ -178,7 +176,7 @@
 %defattr(-,root,root)
 %doc LICENSE
 %{_kf5_libdir}/libKPimGAPICore.so.*
-%{_kf5_configdir}/libkgapi.categories
+%config %{_kf5_configdir}/libkgapi.categories
 
 %files -n libKPimGAPIDrive5
 %defattr(-,root,root)
@@ -203,6 +201,8 @@
 %files devel
 %defattr(-,root,root)
 %doc LICENSE
+%{_includedir}/KPim/
+%{_kf5_cmakedir}/KPimGAPI/
 %{_kf5_libdir}/libKPimGAPIBlogger.so
 %{_kf5_libdir}/libKPimGAPICalendar.so
 %{_kf5_libdir}/libKPimGAPIContacts.so
@@ -211,9 +211,6 @@
 %{_kf5_libdir}/libKPimGAPILatitude.so
 %{_kf5_libdir}/libKPimGAPIMaps.so
 %{_kf5_libdir}/libKPimGAPITasks.so
-%{_includedir}/KPim/
-%{_kf5_libdir}/cmake/KF5GAPI/
-%{_kf5_libdir}/cmake/KPimGAPI/
 %{_kf5_mkspecsdir}/qt_KGAPIBlogger.pri
 %{_kf5_mkspecsdir}/qt_KGAPICalendar.pri
 %{_kf5_mkspecsdir}/qt_KGAPIContacts.pri

++ libkgapi-17.08.3.tar.xz -> libkgapi-17.12.0.tar.xz ++
 2592 lines of diff (skipped)




commit mailimporter for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package mailimporter for openSUSE:Factory 
checked in at 2017-12-18 08:54:56

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


Package is "mailimporter"

Mon Dec 18 08:54:56 2017 rev:21 rq:556279 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes
2017-11-16 14:33:11.619682638 +0100
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2017-12-18 08:55:02.799720757 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:11 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  mailimporter-17.08.3.tar.xz

New:

  mailimporter-17.12.0.tar.xz



Other differences:
--
++ mailimporter.spec ++
--- /var/tmp/diff_new_pack.BQMNIP/_old  2017-12-18 08:55:03.743675188 +0100
+++ /var/tmp/diff_new_pack.BQMNIP/_new  2017-12-18 08:55:03.747674994 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailimporter
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ mailimporter-17.08.3.tar.xz -> mailimporter-17.12.0.tar.xz ++
 45184 lines of diff (skipped)




commit libkgeomap for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2017-12-18 08:54:10

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


Package is "libkgeomap"

Mon Dec 18 08:54:10 2017 rev:31 rq:556269 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes2017-11-16 
14:29:54.174839274 +0100
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes   
2017-12-18 08:54:11.982173935 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * code cleanup
+
+---

Old:

  libkgeomap-17.08.3.tar.xz

New:

  libkgeomap-17.12.0.tar.xz



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.lAcfvo/_old  2017-12-18 08:54:12.586144778 +0100
+++ /var/tmp/diff_new_pack.lAcfvo/_new  2017-12-18 08:54:12.586144778 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkgeomap
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkgeomap-17.08.3.tar.xz -> libkgeomap-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgeomap-17.08.3/CMakeLists.txt 
new/libkgeomap-17.12.0/CMakeLists.txt
--- old/libkgeomap-17.08.3/CMakeLists.txt   2017-11-07 02:15:18.0 
+0100
+++ new/libkgeomap-17.12.0/CMakeLists.txt   2017-12-08 01:48:32.0 
+0100
@@ -21,8 +21,8 @@
 
 # Library version history:
 # API  ABI
-# 0.1.0 => 0.1.0 (During digiKam GoSC2010)
-# 2.0.0 => 1.0.0 (Included into digiKam 2.0.0 Software Collection)
+# 0.1.0 => 0.1.0 (During GoSC2010)
+# 2.0.0 => 1.0.0 (Included into 2.0.0 Software Collection)
 # 3.0.0 => 2.0.0 (Including track manager, see bug #333622)
 # 3.1.0 => 2.1.0 (Clean up API to reduce broken binary compatibility. 
Prepare code for KF5 port)
 # 5.0.0 => 10.0.0(Released with KDE 5.x)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgeomap-17.08.3/README 
new/libkgeomap-17.12.0/README
--- old/libkgeomap-17.08.3/README   2017-04-13 19:18:33.0 +0200
+++ new/libkgeomap-17.12.0/README   2017-08-19 14:30:40.0 +0200
@@ -1,7 +1,5 @@
 World-Map Library interface for KDE
 
-This library is a part of digiKam project (http://www.digikam.org)
-
 -- AUTHORS 
 
 See AUTHORS file for details.
@@ -11,8 +9,6 @@
 Libkgeomap is a wrapper around world map components as Marble, OpenstreetMap 
and GoogleMap, 
 for browsing and arranging photos on a map
 
-This library is used by kipi-plugins, digiKam and other kipi host programs.
-
 The library documentation is available in the header and cpp files in doxygen 
style. You can use doxygen ( http://www.doxygen.org ) to generate documentation 
in HTML format:
 
 # cd libkgeomap
@@ -27,7 +23,7 @@
 libmarblewidget >= 0.19.20  http://edu.kde.org/marble
 
 Optional dependency for the demo application:
-libkexiv2   >= 5.0.0http://www.digikam.org/sharedlibs
+libkexiv2   >= 5.0.0https://cgit.kde.org/libkexiv2.git/
 
 -- INSTALL 
 
@@ -39,26 +35,3 @@
 Note: To know KDE install path on your computer, use 'kf5-config --prefix' 
command line like this (with debug object enabled):
 
 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
-
--- CONTACT 
-
-If you have questions, comments, suggestions, send an email to:
-
-digikam-de...@kde.org
-
-IRC channel from freenode.net server:
-
-#digikam
-
--- BUGS 

commit libksieve for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libksieve for openSUSE:Factory 
checked in at 2017-12-18 08:54:39

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


Package is "libksieve"

Mon Dec 18 08:54:39 2017 rev:21 rq:556275 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes  2017-11-16 
14:31:41.746940262 +0100
+++ /work/SRC/openSUSE:Factory/.libksieve.new/libksieve.changes 2017-12-18 
08:54:40.624791234 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:10 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  libksieve-17.08.3.tar.xz

New:

  libksieve-17.12.0.tar.xz



Other differences:
--
++ libksieve.spec ++
--- /var/tmp/diff_new_pack.9qdzAX/_old  2017-12-18 08:54:41.708738907 +0100
+++ /var/tmp/diff_new_pack.9qdzAX/_new  2017-12-18 08:54:41.712738714 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libksieve
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libksieve-17.08.3.tar.xz -> libksieve-17.12.0.tar.xz ++
 77930 lines of diff (skipped)




commit libkomparediff2 for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkomparediff2 for openSUSE:Factory 
checked in at 2017-12-18 08:54:28

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


Package is "libkomparediff2"

Mon Dec 18 08:54:28 2017 rev:52 rq:556273 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkomparediff2/libkomparediff2.changes  
2017-11-16 14:30:20.569882588 +0100
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2017-12-18 08:54:29.813313150 +0100
@@ -1,0 +2,48 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Clean up includes a little
+  * Fix typos in comments
+  * Use more prefix incrementing
+  * Reformat style spacing: use spaces for indentation, no spaces in brackets
+  * Fix left-over direct Q_DECLARE_LOGGING_CATEGORY usage
+  * Use QT_NO_CAST_FROM_ASCII
+  * More CamelCase KF includes
+  * Mark helper methods as static to bind to compile unit only
+  * Use qDeleteAll for deleting all objects in the list
+  * More const ref arguments
+  * Use function-pointer based signal/slot connections
+  * KompareModelList: don't create modify actions if created as readonly
+  * Bump minor version to 5.2 to reflect extended API
+  * Add ReadWrite setter/getter to KompareModelList
+  * Set TRANSLATION_DOMAIN globally, as commonly done
+  * Use ECMQtDeclareLoggingCategory
+  * Use CamelCase includes for KF headers
+  * Use override keyword
+  * Use nullptr
+
+---

Old:

  libkomparediff2-17.08.3.tar.xz

New:

  libkomparediff2-17.12.0.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.S8gTYN/_old  2017-12-18 08:54:30.577276270 +0100
+++ /var/tmp/diff_new_pack.S8gTYN/_new  2017-12-18 08:54:30.581276077 +0100
@@ -20,7 +20,7 @@
 
 %define soname 5
 Name:   libkomparediff2
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkomparediff2-17.08.3.tar.xz -> libkomparediff2-17.12.0.tar.xz ++
 16529 lines of diff (skipped)




commit libksane for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2017-12-18 08:54:33

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


Package is "libksane"

Mon Dec 18 08:54:33 2017 rev:88 rq:556274 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2017-11-16 
14:30:45.980961554 +0100
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2017-12-18 
08:54:35.509038193 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:10 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * obsolete sections
+  * polish
+
+---

Old:

  libksane-17.08.3.tar.xz

New:

  libksane-17.12.0.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.0QIerT/_old  2017-12-18 08:54:37.172957869 +0100
+++ /var/tmp/diff_new_pack.0QIerT/_new  2017-12-18 08:54:37.176957676 +0100
@@ -21,7 +21,7 @@
 %define _so 5
 %define lname libKF5Sane
 Name:   libksane
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libksane-17.08.3.tar.xz -> libksane-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-17.08.3/README.md 
new/libksane-17.12.0/README.md
--- old/libksane-17.08.3/README.md  2017-06-02 07:39:28.0 +0200
+++ new/libksane-17.12.0/README.md  2017-08-21 08:58:58.0 +0200
@@ -4,8 +4,6 @@
 
 SANE Library interface for KDE
 
-This library is a part of Kipi-Plugins project (http://www.digikam.org)
-
 ## Authors
 
 See AUTHORS file for details.
@@ -14,8 +12,6 @@
 
 Libksane is a KDE interface for SANE library to control flat scanners.
 
-This library is used by kipi-plugins, digiKam and others kipi host programs.
-
 The library documentation is available on header files.
 
 ## Dependencies
@@ -51,26 +47,3 @@
 Note: To know KDE install path on your computer, use 'kde-config --prefix' 
command line like this (with full debug object enabled):
 
 "cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config 
--prefix`"
-
-## Contact
-
-If you have questions, comments, suggestions to make do email at:
-
-kde-imag...@kde.org
-
-IRC channel from freenode.net server:
-
-#kde-imaging
-
-## Bugs
-
-IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report 
-system who can be contacted by the standard Kde help menu of plugins dialog. 
-A mail will be automatically sent to the Kipi mailing list.
-There is no need to contact directly the Kipi mailing list for a bug report 
-or a devel wish.
-
-The current Kipi bugs and devel wish reported to the Kde bugs report can be 
see 
-at this url :
-
-http://bugs.kde.org/buglist.cgi?product=kipiplugins=libksane_status=UNCONFIRMED_status=NEW_status=ASSIGNED_status=REOPENED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-17.08.3/po/gl/libksane.po 
new/libksane-17.12.0/po/gl/libksane.po
--- old/libksane-17.08.3/po/gl/libksane.po  2017-11-07 02:15:20.0 
+0100
+++ new/libksane-17.12.0/po/gl/libksane.po  2017-12-08 01:48:43.0 
+0100
@@ -201,12 +201,12 @@
 #: ksanedevicedialog.cpp:156
 #, kde-format
 msgid "Sorry. No devices found."
-msgstr "Non se achou ningún dispositivo."
+msgstr "Non se atopou ningún dispositivo."
 
 #: ksanedevicedialog.cpp:166
 #, kde-format
 msgid "Found devices:"
-msgstr "Dispositivos achados:"
+msgstr "Dispositivos atopados:"
 
 #: ksaneviewer.cpp:130 ksanewidget.cpp:147
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-17.08.3/po/zh_CN/libksane.po 
new/libksane-17.12.0/po/zh_CN/libksane.po
--- old/libksane-17.08.3/po/zh_CN/libksane.po   2017-11-07 

commit mailcommon for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2017-12-18 08:54:46

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


Package is "mailcommon"

Mon Dec 18 08:54:46 2017 rev:21 rq:556278 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes2017-11-16 
14:32:27.309288775 +0100
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes   
2017-12-18 08:54:51.420270091 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:11 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Define kf5_version
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Build when we use BUILD_TESTING
+
+---
+Mon Nov 20 06:59:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  mailcommon-17.08.3.tar.xz

New:

  mailcommon-17.12.0.tar.xz



Other differences:
--
++ mailcommon.spec ++
--- /var/tmp/diff_new_pack.h23Fwq/_old  2017-12-18 08:54:52.292227998 +0100
+++ /var/tmp/diff_new_pack.h23Fwq/_new  2017-12-18 08:54:52.296227805 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailcommon
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ mailcommon-17.08.3.tar.xz -> mailcommon-17.12.0.tar.xz ++
 88554 lines of diff (skipped)




commit libkexiv2 for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2017-12-18 08:53:59

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


Package is "libkexiv2"

Mon Dec 18 08:53:59 2017 rev:89 rq:556267 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2017-11-16 
14:29:35.407519488 +0100
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2017-12-18 
08:54:00.462730027 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:34 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * cleanup
+
+---

Old:

  libkexiv2-17.08.3.tar.xz

New:

  libkexiv2-17.12.0.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.W03njJ/_old  2017-12-18 08:54:01.062701063 +0100
+++ /var/tmp/diff_new_pack.W03njJ/_new  2017-12-18 08:54:01.062701063 +0100
@@ -19,7 +19,7 @@
 %define _so 15_0_0
 %define lname   libKF5KExiv2
 Name:   libkexiv2
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkexiv2-17.08.3.tar.xz -> libkexiv2-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/README new/libkexiv2-17.12.0/README
--- old/libkexiv2-17.08.3/README2017-04-12 20:53:03.0 +0200
+++ new/libkexiv2-17.12.0/README2017-08-19 14:13:37.0 +0200
@@ -1,7 +1,5 @@
 EXIV2 Library interface for KDE
 
-This library is a part of digiKam project (http://www.digikam.org)
-
 -- AUTHORS 
 
 See AUTHORS file for details.
@@ -13,8 +11,6 @@
 
 http://www.metadataworkinggroup.com/pdf/mwg_guidance.pdf
 
-This library is used by kipi-plugins, digiKam and others kipi host programs.
-
 The library documentation is available on header files.
 
 -- DEPENDENCIES ---
@@ -34,26 +30,3 @@
 Note: To know KDE install path on your computer, use 'kf5-config --prefix' 
command line like this (with debug object enabled):
 
 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
-
--- CONTACT 
-
-If you have questions, comments, suggestions to make do email at:
-
-digikam-de...@kde.org
-
-IRC channel from freenode.net server:
-
-#digikam
-
--- BUGS ---
-
-IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report
-system who can be contacted by the standard Kde help menu of the plugins 
dialog.
-A mail will be automatically sent to the digiKam devel mailing list.
-There is no need to contact directly the digiKam mailing list for a bug report
-or a devel wish.
-
-The current digiKam bugs and devel wish reported to the Kde bugs report can be 
seen 
-at this url:
-
-http://bugs.kde.org/buglist.cgi?product=digikam=libkexiv2_status=UNCONFIRMED_status=NEW_status=ASSIGNED_status=REOPENED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkexiv2-17.08.3/cmake/templates/libkexiv2.pc.cmake.in 
new/libkexiv2-17.12.0/cmake/templates/libkexiv2.pc.cmake.in
--- old/libkexiv2-17.08.3/cmake/templates/libkexiv2.pc.cmake.in 2017-04-12 
20:53:03.0 +0200
+++ new/libkexiv2-17.12.0/cmake/templates/libkexiv2.pc.cmake.in 2017-08-19 
14:13:37.0 +0200
@@ -4,8 +4,8 @@
 includedir=${INCLUDE_INSTALL_DIR}
 
 Name: ${PROJECT_NAME}
-Description: A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2 
library. This library is used by digiKam and kipi-plugins.
-URL: http://www.digikam.org/sharedlibs
+Description: A C++ library to manipulate EXIF/IPTC/XMP metadata using 

commit ktnef for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package ktnef for openSUSE:Factory checked 
in at 2017-12-18 08:53:16

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


Package is "ktnef"

Mon Dec 18 08:53:16 2017 rev:27 rq:556252 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes  2017-11-16 
14:28:31.461836619 +0100
+++ /work/SRC/openSUSE:Factory/.ktnef.new/ktnef.changes 2017-12-18 
08:53:18.876737558 +0100
@@ -1,0 +2,40 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Remove old option
+
+---
+Mon Nov 20 06:59:26 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Minor optimization. Initialize value
+  * Fix includes
+  * Fix duplicate definition
+  * Remove Boost leftovers
+  * Add missing find_package calls and move away from obsolete Qt API
+  * KDELibs4Support is no longer needed here
+  * Adapt to KCalCore API changes
+  * Port Period and Duration to QDateTime
+  * Adapt to KCalCore::Calendar API changes
+  * Initialize variables
+  * Allow to run test without install it
+
+---

Old:

  ktnef-17.08.3.tar.xz

New:

  ktnef-17.12.0.tar.xz



Other differences:
--
++ ktnef.spec ++
--- /var/tmp/diff_new_pack.ffyeNR/_old  2017-12-18 08:53:19.512706858 +0100
+++ /var/tmp/diff_new_pack.ffyeNR/_new  2017-12-18 08:53:19.512706858 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   ktnef
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -34,7 +34,6 @@
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel >= %{_kapp_version}
 BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0

++ ktnef-17.08.3.tar.xz -> ktnef-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-17.08.3/.reviewboardrc 
new/ktnef-17.12.0/.reviewboardrc
--- old/ktnef-17.08.3/.reviewboardrc2017-10-29 08:12:22.0 +0100
+++ new/ktnef-17.12.0/.reviewboardrc1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = "git://anongit.kde.org/ktnef"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
-TARGET_PEOPLE = "mlaurent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktnef-17.08.3/CMakeLists.txt 
new/ktnef-17.12.0/CMakeLists.txt
--- old/ktnef-17.08.3/CMakeLists.txt2017-11-07 02:26:14.0 +0100
+++ new/ktnef-17.12.0/CMakeLists.txt2017-12-08 02:01:55.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(KTnef VERSION ${PIM_VERSION})
 
-# ECM setup
-set(KF5_VERSION "5.35.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -23,9 +23,10 @@
 
 
 set(KTNEF_LIB_VERSION ${PIM_VERSION})
-set(CALENDARCORE_LIB_VERSION "5.6.3")
-set(CALENDARUTILS_LIB_VERSION "5.6.3")
-set(KCONTACTS_LIB_VERSION "5.6.3")
+set(CALENDARCORE_LIB_VERSION "5.7.0")
+set(CALENDARUTILS_LIB_VERSION "5.7.0")
+set(KCONTACTS_LIB_VERSION "5.7.0")
+set(QT_REQUIRED_VERSION "5.8.0")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KTNEF
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/ktnef_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5TnefConfigVersion.cmake"
@@ -33,13 +34,13 @@
 )
 
 ### Find packages ###
-find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
-
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Tnef")
 
+find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets)
 find_package(KF5CalendarCore 

commit libkdcraw for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2017-12-18 08:53:48

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


Package is "libkdcraw"

Mon Dec 18 08:53:48 2017 rev:88 rq:556263 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2017-11-16 
14:29:12.548348002 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2017-12-18 
08:53:49.635252715 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:33 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * polish
+  * fix header
+
+---

Old:

  libkdcraw-17.08.3.tar.xz

New:

  libkdcraw-17.12.0.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.yLhug9/_old  2017-12-18 08:53:51.335170652 +0100
+++ /var/tmp/diff_new_pack.yLhug9/_new  2017-12-18 08:53:51.335170652 +0100
@@ -19,7 +19,7 @@
 %define _so 5
 %define lname libKF5KDcraw
 Name:   libkdcraw
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkdcraw-17.08.3.tar.xz -> libkdcraw-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-17.08.3/README new/libkdcraw-17.12.0/README
--- old/libkdcraw-17.08.3/README2017-04-13 19:16:35.0 +0200
+++ new/libkdcraw-17.12.0/README2017-08-19 14:14:58.0 +0200
@@ -1,7 +1,5 @@
 LibRaw C++ interface for KDE
 
-This library is a part of digiKam project (http://www.digikam.org)
-
 -- AUTHORS ---
 
 See AUTHORS file for details.
@@ -11,8 +9,6 @@
 Libkdcraw is a C++ interface around LibRaw library used to decode RAW
 picture files. More information about LibRaw can be found at 
http://www.libraw.org.
 
-This library is used by kipi-plugins, digiKam and others kipi host programs.
-
 The library documentation is available on header files.
 
 -- DEPENDENCIES ---
@@ -22,9 +18,6 @@
 libqt  >= 5.2.0http://qt-project.org
 libraw >= 0.16.x   http://www.libraw.org
 
-Note: all library dependencies require development and binary packages 
installed on your
-computer to compile digiKam.
-
 -- INSTALL 
 
 Usual CMake options:
@@ -35,26 +28,3 @@
 Note: To know KDE install path on your computer, use 'kf5-config --prefix' 
command line like this (with debug object enabled):
 
 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
-
--- CONTACT 
-
-If you have questions, comments, suggestions to make do email at :
-
-digikam-de...@kde.org
-
-IRC channel from freenode.net server:
-
-#digikam
-
--- BUGS ---
-
-IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report
-system who can be contacted by the standard Kde help menu of the plugins 
dialog.
-A mail will be automatically sent to the digiKam devel mailing list.
-There is no need to contact directly the digiKam mailing list for a bug report
-or a devel wish.
-
-The current digiKam bugs and devel wish reported to the Kde bugs report can be 
seen 
-at this url:
-
-http://bugs.kde.org/buglist.cgi?product=digikam=libkdcraw_status=UNCONFIRMED_status=NEW_status=ASSIGNED_status=REOPENED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-17.08.3/cmake/templates/libkdcraw.pc.cmake 
new/libkdcraw-17.12.0/cmake/templates/libkdcraw.pc.cmake
--- old/libkdcraw-17.08.3/cmake/templates/libkdcraw.pc.cmake

commit kruler for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2017-12-18 08:53:08

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


Package is "kruler"

Mon Dec 18 08:53:08 2017 rev:85 rq:556242 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2017-11-16 
14:28:25.726044378 +0100
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2017-12-18 
08:53:09.985166792 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:23 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Add command line parser
+  * Improve opacity handling
+
+---

Old:

  kruler-17.08.3.tar.xz

New:

  kruler-17.12.0.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.ewOd3y/_old  2017-12-18 08:53:10.693132616 +0100
+++ /var/tmp/diff_new_pack.ewOd3y/_new  2017-12-18 08:53:10.693132616 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kruler
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kruler-17.08.3.tar.xz -> kruler-17.12.0.tar.xz ++
 10821 lines of diff (skipped)




commit kwalletmanager5 for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kwalletmanager5 for openSUSE:Factory 
checked in at 2017-12-18 08:53:22

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


Package is "kwalletmanager5"

Mon Dec 18 08:53:22 2017 rev:27 rq:556257 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager5/kwalletmanager5.changes  
2017-11-16 14:28:35.705682900 +0100
+++ /work/SRC/openSUSE:Factory/.kwalletmanager5.new/kwalletmanager5.changes 
2017-12-18 08:53:23.676505853 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:31 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Set version in project()
+  * Use QString directly here
+  * Minor optimization
+  * Use override
+  * Use nullptr
+  * add missing screenshot kwallet-access-control.png
+
+---

Old:

  kwalletmanager-17.08.3.tar.xz

New:

  kwalletmanager-17.12.0.tar.xz



Other differences:
--
++ kwalletmanager5.spec ++
--- /var/tmp/diff_new_pack.cg6wdp/_old  2017-12-18 08:53:24.180481524 +0100
+++ /var/tmp/diff_new_pack.cg6wdp/_new  2017-12-18 08:53:24.180481524 +0100
@@ -23,7 +23,7 @@
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:   kwalletmanager5
-Version:17.08.3
+Version:17.12.0
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwalletmanager-17.08.3.tar.xz -> kwalletmanager-17.12.0.tar.xz ++
 1779 lines of diff (skipped)




commit libkcddb for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkcddb for openSUSE:Factory 
checked in at 2017-12-18 08:53:32

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


Package is "libkcddb"

Mon Dec 18 08:53:32 2017 rev:14 rq:556261 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb/libkcddb.changes2017-11-16 
14:28:55.636960937 +0100
+++ /work/SRC/openSUSE:Factory/.libkcddb.new/libkcddb.changes   2017-12-18 
08:53:33.620025837 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:32 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  libkcddb-17.08.3.tar.xz

New:

  libkcddb-17.12.0.tar.xz



Other differences:
--
++ libkcddb.spec ++
--- /var/tmp/diff_new_pack.Uhv7Z5/_old  2017-12-18 08:53:34.15771 +0100
+++ /var/tmp/diff_new_pack.Uhv7Z5/_new  2017-12-18 08:53:34.15771 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkcddb
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkcddb-17.08.3.tar.xz -> libkcddb-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.08.3/po/ca/kcmcddb.po 
new/libkcddb-17.12.0/po/ca/kcmcddb.po
--- old/libkcddb-17.08.3/po/ca/kcmcddb.po   2017-11-07 02:18:45.0 
+0100
+++ new/libkcddb-17.12.0/po/ca/kcmcddb.po   2017-12-08 01:52:20.0 
+0100
@@ -1,23 +1,24 @@
 # Translation of kcmcddb.po to Catalan
-# Copyright (C) 2003-2009 This_file_is_part_of_KDE
+# Copyright (C) 2003-2017 This_file_is_part_of_KDE
 #
 # Josep Ma. Ferrer , 2003, 2005, 2007, 2008.
 # Albert Astals Cid , 2004.
 # Joan Maspons , 2009.
 # Manuel Tortosa Moreno , 2009.
+# Antoni Bella Pérez , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmcddb\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2009-12-19 20:42+0100\n"
-"Last-Translator: Manuel Tortosa Moreno \n"
+"PO-Revision-Date: 2017-11-07 23:00+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -119,7 +120,7 @@
 #: cddbconfigwidget.ui:93
 #, kde-format
 msgid "Port to connect to on CDDB server."
-msgstr "Port de connexió al servidor CDDB."
+msgstr "Port de connexió amb el servidor CDDB."
 
 #. i18n: ectx: property (text), widget (QLabel, TextLabel9)
 #: cddbconfigwidget.ui:108
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-17.08.3/po/ca/libkcddb.po 
new/libkcddb-17.12.0/po/ca/libkcddb.po
--- old/libkcddb-17.08.3/po/ca/libkcddb.po  2017-11-07 02:18:45.0 
+0100
+++ new/libkcddb-17.12.0/po/ca/libkcddb.po  2017-12-08 01:52:20.0 
+0100
@@ -1,17 +1,17 @@
 # Translation of libkcddb.po to Catalan
-# Copyright (C) 2003-2016 This_file_is_part_of_KDE
+# Copyright (C) 2003-2017 This_file_is_part_of_KDE
 #
 # Josep Ma. Ferrer , 2003, 2005, 2006, 2007, 2010, 2012, 
2015.
 # Albert Astals Cid , 2004, 2005.
 # Sebastià Pla i Sanz , 2005.
 # Manuel Tortosa Moreno , 2009.
-# Antoni Bella Pérez , 2016.
+# Antoni Bella Pérez , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkcddb\n"
 "Report-Msgid-Bugs-To: 

commit libkdepim for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkdepim for openSUSE:Factory 
checked in at 2017-12-18 08:53:54

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


Package is "libkdepim"

Mon Dec 18 08:53:54 2017 rev:21 rq:556265 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkdepim/libkdepim.changes  2017-11-16 
14:29:25.747869596 +0100
+++ /work/SRC/openSUSE:Factory/.libkdepim.new/libkdepim.changes 2017-12-18 
08:53:55.710959415 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:33 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  libkdepim-17.08.3.tar.xz

New:

  libkdepim-17.12.0.tar.xz



Other differences:
--
++ libkdepim.spec ++
--- /var/tmp/diff_new_pack.zjoAk5/_old  2017-12-18 08:53:56.170937210 +0100
+++ /var/tmp/diff_new_pack.zjoAk5/_new  2017-12-18 08:53:56.174937017 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkdepim
-Version:17.08.3
+Version:17.12.0
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+

++ libkdepim-17.08.3.tar.xz -> libkdepim-17.12.0.tar.xz ++
 42564 lines of diff (skipped)




commit libkcompactdisc for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkcompactdisc for openSUSE:Factory 
checked in at 2017-12-18 08:53:39

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


Package is "libkcompactdisc"

Mon Dec 18 08:53:39 2017 rev:14 rq:556262 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc/libkcompactdisc.changes  
2017-11-16 14:29:00.488785088 +0100
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc.new/libkcompactdisc.changes 
2017-12-18 08:53:40.239706278 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:33 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  libkcompactdisc-17.08.3.tar.xz

New:

  libkcompactdisc-17.12.0.tar.xz



Other differences:
--
++ libkcompactdisc.spec ++
--- /var/tmp/diff_new_pack.V3pzvG/_old  2017-12-18 08:53:40.903674225 +0100
+++ /var/tmp/diff_new_pack.V3pzvG/_new  2017-12-18 08:53:40.907674032 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkcompactdisc
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkcompactdisc-17.08.3.tar.xz -> libkcompactdisc-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcompactdisc-17.08.3/po/zh_CN/libkcompactdisc.po 
new/libkcompactdisc-17.12.0/po/zh_CN/libkcompactdisc.po
--- old/libkcompactdisc-17.08.3/po/zh_CN/libkcompactdisc.po 2017-11-07 
02:18:49.0 +0100
+++ new/libkcompactdisc-17.12.0/po/zh_CN/libkcompactdisc.po 2017-12-08 
01:52:24.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2017-10-19 10:49-0400\n"
+"PO-Revision-Date: 2017-11-09 08:37-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,7 +14,7 @@
 "X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kdemultimedia/libkcompactdisc.pot\n"
+"X-Crowdin-File: /kf5-trunk/messages/kdemultimedia/libkcompactdisc.pot\n"
 
 #: src/kcompactdisc_p.cpp:225
 #, kde-format




commit libgravatar for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libgravatar for openSUSE:Factory 
checked in at 2017-12-18 08:53:27

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


Package is "libgravatar"

Mon Dec 18 08:53:27 2017 rev:21 rq:556260 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libgravatar/libgravatar.changes  2017-11-16 
14:28:46.349297369 +0100
+++ /work/SRC/openSUSE:Factory/.libgravatar.new/libgravatar.changes 
2017-12-18 08:53:28.044295002 +0100
@@ -1,0 +2,44 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:32 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Add parent to qdialogbuttonbox
+  * Remove slot keyword
+  * Fix includes
+  * Remove usage of kaboutdata and i18n in test apps
+  * Initialize pointer
+  * Assign parent directly. Remove setLayout(...) when not necessary
+  * initialize some value
+  * Don't export all the time class
+  * Also remember which avatars we didn't find
+  * Add unit test for cache lookup
+  * Remove the entirely unused useCache property
+  * Remove all traces of using Gravatar without transport security
+  * libgravatar doesn't depend on IMAP
+  * When using Gravatar as fallback, also check the cache
+  * Allow to run test without install it
+
+---

Old:

  libgravatar-17.08.3.tar.xz

New:

  libgravatar-17.12.0.tar.xz



Other differences:
--
++ libgravatar.spec ++
--- /var/tmp/diff_new_pack.sRY5I3/_old  2017-12-18 08:53:28.960250785 +0100
+++ /var/tmp/diff_new_pack.sRY5I3/_new  2017-12-18 08:53:28.968250398 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libgravatar
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libgravatar-17.08.3.tar.xz -> libgravatar-17.12.0.tar.xz ++
 3309 lines of diff (skipped)




commit konsole for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2017-12-18 08:52:11

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


Package is "konsole"

Mon Dec 18 08:52:11 2017 rev:88 rq:556231 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2017-11-16 
14:27:13.188671728 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2017-12-18 
08:52:17.515699715 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * appdata: update doc URL, more https
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * fix spelling issue/reformat comment
+  * Fix 2 issues with Profile->Edit Environment dialog
+
+---
+Mon Nov 20 06:59:20 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  konsole-17.08.3.tar.xz

New:

  konsole-17.12.0.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.VssHNp/_old  2017-12-18 08:52:18.959630010 +0100
+++ /var/tmp/diff_new_pack.VssHNp/_new  2017-12-18 08:52:18.959630010 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konsole
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ konsole-17.08.3.tar.xz -> konsole-17.12.0.tar.xz ++
 29442 lines of diff (skipped)










commit krdc for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2017-12-18 08:52:55

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


Package is "krdc"

Mon Dec 18 08:52:55 2017 rev:63 rq:556238 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/krdc/krdc.changes2017-11-16 
14:28:12.750514368 +0100
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2017-12-18 
08:52:58.337729063 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:22 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * fix typo
+  * add comment needed by appstream
+
+---

Old:

  krdc-17.08.3.tar.xz

New:

  krdc-17.12.0.tar.xz



Other differences:
--
++ krdc.spec ++
--- /var/tmp/diff_new_pack.13S3X9/_old  2017-12-18 08:52:59.129690832 +0100
+++ /var/tmp/diff_new_pack.13S3X9/_new  2017-12-18 08:52:59.129690832 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krdc
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ krdc-17.08.3.tar.xz -> krdc-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-17.08.3/CMakeLists.txt 
new/krdc-17.12.0/CMakeLists.txt
--- old/krdc-17.08.3/CMakeLists.txt 2017-11-07 02:23:57.0 +0100
+++ new/krdc-17.12.0/CMakeLists.txt 2017-12-08 02:00:34.0 +0100
@@ -2,8 +2,8 @@
 project(krdc)
 
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
-set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MINOR "12")
+set (KDE_APPLICATIONS_VERSION_MICRO "0")
 
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-17.08.3/org.kde.krdc.desktop 
new/krdc-17.12.0/org.kde.krdc.desktop
--- old/krdc-17.08.3/org.kde.krdc.desktop   2017-11-05 01:52:00.0 
+0100
+++ new/krdc-17.12.0/org.kde.krdc.desktop   2017-12-05 00:08:57.0 
+0100
@@ -122,24 +122,31 @@
 GenericName[x-test]=xxRemote Desktop Clientxx
 GenericName[zh_CN]=远程桌面客户端
 GenericName[zh_TW]=遠端桌面客戶端
-Comment=Comment with RDP or VNC to another computer
+Comment=Connect with RDP or VNC to another computer
 Comment[ca]=Connecta amb RDP o VNC a un altre ordinador
 Comment[ca@valencia]=Connecta amb RDP o VNC a un altre ordinador
+Comment[cs]=Připojte se k jinému počítači pomocí RDP nebo VNC
 Comment[de]=Verbindung mit RDP oder VNC zu einem anderen Rechner
-Comment[es]=Conectarse con RDP o VNC a otro equipo
+Comment[el]=Σύνδεση με RDP ή VNC σε άλλον υπολογιστή
+Comment[en_GB]=Connect with RDP or VNC to another computer
+Comment[es]=Conectar con RDP o VNC a otro equipo
 Comment[fr]=Se connecter à un autre ordinateur avec RDP ou VNC
 Comment[it]=Connessione via RDP o VNC ad un altro computer
-Comment[nl]=Commentaar met RDP of VNC naar een andere computer
+Comment[nl]=Met RDP of VNC naar een andere computer verbinden
 Comment[pl]=Połącz się przy użyciu RDP lub VNC do innego komputera
-Comment[pt]=Ligar-se com o RDP ou VNC a outro computador
-Comment[sk]=Komentovať s RDP alebo VNC na iný počítač
+Comment[pt]=Ligar-se com RDP ou VNC a outro computador
+Comment[pt_BR]=Conecte com RDP ou VNC em outro computador
+Comment[ru]=Подключение к другому компьютеру по RDP или VNC
+Comment[sk]=Pripojiť s RDP alebo VNC na iný počítač
 Comment[sr]=Повежите се РДП‑ом или ВНЦ‑ом са другим рачунаром
 Comment[sr@ijekavian]=Повежите се РДП‑ом или ВНЦ‑ом са другим рачунаром
 Comment[sr@ijekavianlatin]=Povežite se RDP‑om ili VNC‑om sa drugim računarom
 Comment[sr@latin]=Povežite se RDP‑om ili VNC‑om sa drugim računarom
 Comment[sv]=Anslut till en 

commit korganizer for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2017-12-18 08:52:37

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


Package is "korganizer"

Mon Dec 18 08:52:37 2017 rev:15 rq:556234 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes2017-11-16 
14:27:44.307544596 +0100
+++ /work/SRC/openSUSE:Factory/.korganizer.new/korganizer.changes   
2017-12-18 08:52:44.642390195 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Adapt to Qt 5.10 rc2 API changes
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+
+---
+Mon Nov 20 06:59:21 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  korganizer-17.08.3.tar.xz

New:

  korganizer-17.12.0.tar.xz



Other differences:
--
++ korganizer.spec ++
--- /var/tmp/diff_new_pack.U3xrqg/_old  2017-12-18 08:52:45.566345592 +0100
+++ /var/tmp/diff_new_pack.U3xrqg/_new  2017-12-18 08:52:45.570345399 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   korganizer
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -128,7 +128,6 @@
 %{_kf5_applicationsdir}/korganizer*.desktop
 %{_kf5_applicationsdir}/org.kde.korganizer.desktop
 %{_kf5_appstreamdir}/org.kde.korganizer.appdata.xml
-%{_kf5_bindir}/ical2vcal
 %{_kf5_bindir}/korgac
 %{_kf5_bindir}/korganizer
 %{_kf5_configkcfgdir}/korganizer.kcfg
@@ -137,7 +136,6 @@
 %{_kf5_iconsdir}/hicolor/*/apps/*.png
 %{_kf5_iconsdir}/hicolor/scalable/apps/quickview.svgz
 %{_kf5_iconsdir}/oxygen/*/actions/*.png
-%{_kf5_kxmlguidir}/korganizer/
 %{_kf5_libdir}/libkorganizer_core.so.*
 %{_kf5_libdir}/libkorganizer_interfaces.so.*
 %{_kf5_libdir}/libkorganizerprivate.so.*

++ korganizer-17.08.3.tar.xz -> korganizer-17.12.0.tar.xz ++
 158363 lines of diff (skipped)




commit kontact for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kontact for openSUSE:Factory checked 
in at 2017-12-18 08:52:19

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


Package is "kontact"

Mon Dec 18 08:52:19 2017 rev:13 rq:556232 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kontact/kontact.changes  2017-11-16 
14:27:19.424445870 +0100
+++ /work/SRC/openSUSE:Factory/.kontact.new/kontact.changes 2017-12-18 
08:52:19.907584249 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+
+---
+Mon Nov 20 06:59:20 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kontact-17.08.3.tar.xz

New:

  kontact-17.12.0.tar.xz



Other differences:
--
++ kontact.spec ++
--- /var/tmp/diff_new_pack.XvpJRS/_old  2017-12-18 08:52:21.151524198 +0100
+++ /var/tmp/diff_new_pack.XvpJRS/_new  2017-12-18 08:52:21.155524005 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kontact
-Version:17.08.3
+Version:17.12.0
 Release:0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
@@ -103,7 +103,6 @@
 %{_kf5_bindir}/kontact
 %{_kf5_configkcfgdir}/kontact.kcfg
 %{_kf5_iconsdir}/hicolor/*/apps/kontact.png
-%{_kf5_kxmlguidir}/kontact/
 %{_kf5_plugindir}/kcm_kontact.so
 %{_kf5_servicesdir}/kontactconfig.desktop
 %{_libdir}/libkontactprivate.so.*

++ kontact-17.08.3.tar.xz -> kontact-17.12.0.tar.xz ++
 24090 lines of diff (skipped)




commit kontactinterface for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kontactinterface for 
openSUSE:Factory checked in at 2017-12-18 08:52:29

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


Package is "kontactinterface"

Mon Dec 18 08:52:29 2017 rev:27 rq:556233 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2017-11-16 14:27:24.252271006 +0100
+++ /work/SRC/openSUSE:Factory/.kontactinterface.new/kontactinterface.changes   
2017-12-18 08:52:33.778914621 +0100
@@ -1,0 +2,34 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:21 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Remove dummy implementation
+  * Port to new connect api
+  * Use new connect api
+  * summary.cpp - give the header a background color like it had before
+  * Make run without install them
+
+---

Old:

  kontactinterface-17.08.3.tar.xz

New:

  kontactinterface-17.12.0.tar.xz



Other differences:
--
++ kontactinterface.spec ++
--- /var/tmp/diff_new_pack.Efdc0W/_old  2017-12-18 08:52:34.842863260 +0100
+++ /var/tmp/diff_new_pack.Efdc0W/_new  2017-12-18 08:52:34.842863260 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kontactinterface
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kontactinterface-17.08.3.tar.xz -> kontactinterface-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-17.08.3/.reviewboardrc 
new/kontactinterface-17.12.0/.reviewboardrc
--- old/kontactinterface-17.08.3/.reviewboardrc 2017-10-13 07:13:46.0 
+0200
+++ new/kontactinterface-17.12.0/.reviewboardrc 1970-01-01 01:00:00.0 
+0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = "git://anongit.kde.org/kontactinterface"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
-TARGET_PEOPLE = "mlaurent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-17.08.3/CMakeLists.txt 
new/kontactinterface-17.12.0/CMakeLists.txt
--- old/kontactinterface-17.08.3/CMakeLists.txt 2017-11-07 02:26:09.0 
+0100
+++ new/kontactinterface-17.12.0/CMakeLists.txt 2017-12-08 02:01:52.0 
+0100
@@ -1,10 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(KontactInterface VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.35.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-17.08.3/po/zh_CN/kontactinterfaces5.po 
new/kontactinterface-17.12.0/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-17.08.3/po/zh_CN/kontactinterfaces5.po 2017-11-07 
02:26:09.0 +0100
+++ new/kontactinterface-17.12.0/po/zh_CN/kontactinterfaces5.po 2017-12-08 
02:01:52.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:19+0100\n"
-"PO-Revision-Date: 2017-10-19 10:50-0400\n"
+"PO-Revision-Date: 2017-11-09 08:21-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -18,7 +18,7 @@
 "X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/pim/kontactinterfaces5.pot\n"
+"X-Crowdin-File: /kf5-trunk/messages/pim/kontactinterfaces5.pot\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kqtquickcharts for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kqtquickcharts for openSUSE:Factory 
checked in at 2017-12-18 08:52:50

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


Package is "kqtquickcharts"

Mon Dec 18 08:52:50 2017 rev:46 rq:556237 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes
2017-11-16 14:28:00.294965520 +0100
+++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new/kqtquickcharts.changes   
2017-12-18 08:52:51.574055574 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:22 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Mark overriden functions with override
+  * Fix pedantic warnings
+
+---

Old:

  kqtquickcharts-17.08.3.tar.xz

New:

  kqtquickcharts-17.12.0.tar.xz



Other differences:
--
++ kqtquickcharts.spec ++
--- /var/tmp/diff_new_pack.rlOhHc/_old  2017-12-18 08:52:52.322019467 +0100
+++ /var/tmp/diff_new_pack.rlOhHc/_new  2017-12-18 08:52:52.326019274 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kqtquickcharts
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kqtquickcharts-17.08.3.tar.xz -> kqtquickcharts-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/barchartcore.h 
new/kqtquickcharts-17.12.0/src/barchartcore.h
--- old/kqtquickcharts-17.08.3/src/barchartcore.h   2016-11-22 
09:46:47.0 +0100
+++ new/kqtquickcharts-17.12.0/src/barchartcore.h   2017-10-08 
11:08:52.0 +0200
@@ -29,7 +29,7 @@
 public:
 explicit BarChartCore(QQuickItem* parent = 0);
 qreal barWidth() const;
-void paint(QPainter* painter);
+void paint(QPainter* painter) override;
 Q_SIGNALS:
 void barWidthChanged();
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/chartcore.h 
new/kqtquickcharts-17.12.0/src/chartcore.h
--- old/kqtquickcharts-17.08.3/src/chartcore.h  2016-11-22 09:46:47.0 
+0100
+++ new/kqtquickcharts-17.12.0/src/chartcore.h  2017-10-08 11:08:52.0 
+0200
@@ -52,7 +52,7 @@
 protected Q_SLOTS:
 void triggerUpdate();
 protected:
-void paint(QPainter* painter);
+void paint(QPainter* painter) override;
 void paintAxisAndLines(QPainter* painter, qreal offset);
 private:
 static void appendDimension(QQmlListProperty* list, Dimension* 
dimension);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/chartforegroundpainter.h 
new/kqtquickcharts-17.12.0/src/chartforegroundpainter.h
--- old/kqtquickcharts-17.08.3/src/chartforegroundpainter.h 2016-11-22 
09:46:47.0 +0100
+++ new/kqtquickcharts-17.12.0/src/chartforegroundpainter.h 2017-10-08 
11:08:52.0 +0200
@@ -35,7 +35,7 @@
 void setChartCore(ChartCore* chartCore);
 QColor backgroundColor() const;
 void setBackgroundColor(const QColor& backgroundColor);
-void paint(QPainter* painter);
+void paint(QPainter* painter) override;
 Q_SIGNALS:
 void chartCoreChanged();
 void backgroundColorChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/chartmodel.h 
new/kqtquickcharts-17.12.0/src/chartmodel.h
--- old/kqtquickcharts-17.08.3/src/chartmodel.h 2016-11-22 09:46:47.0 
+0100
+++ new/kqtquickcharts-17.12.0/src/chartmodel.h 2017-10-08 11:08:52.0 
+0200
@@ -44,9 +44,9 @@
 Q_INVOKABLE qreal value(int row, int column) const;
 Q_INVOKABLE void setValue(int row, int column, qreal value);
 explicit ChartModel(QObject* parent = 0);
-int rowCount(const QModelIndex& 

commit konqueror for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package konqueror for openSUSE:Factory 
checked in at 2017-12-18 08:51:59

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


Package is "konqueror"

Mon Dec 18 08:51:59 2017 rev:15 rq:556229 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes  2017-11-16 
14:27:11.940716929 +0100
+++ /work/SRC/openSUSE:Factory/.konqueror.new/konqueror.changes 2017-12-18 
08:52:13.731882376 +0100
@@ -1,0 +2,34 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:20 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Give a name to the menus in the webenginepart (kde#386714)
+  * New maintainer for Konqueror: Stefano Crocco
+  * Repair konqviewmgrtest by disabling creation of preloaded windows.
+  * Bundle the ui.rc file into a qrc resource.
+  * Fix download behavior when using webengine part
+
+---

Old:

  konqueror-17.08.3.tar.xz

New:

  konqueror-17.12.0.tar.xz



Other differences:
--
++ konqueror.spec ++
--- /var/tmp/diff_new_pack.4ZgDOu/_old  2017-12-18 08:52:17.335708404 +0100
+++ /var/tmp/diff_new_pack.4ZgDOu/_new  2017-12-18 08:52:17.335708404 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konqueror
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ konqueror-17.08.3.tar.xz -> konqueror-17.12.0.tar.xz ++
/work/SRC/openSUSE:Factory/konqueror/konqueror-17.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.konqueror.new/konqueror-17.12.0.tar.xz differ: char 
29, line 1




commit krfb for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package krfb for openSUSE:Factory checked in 
at 2017-12-18 08:53:01

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


Package is "krfb"

Mon Dec 18 08:53:01 2017 rev:61 rq:556240 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/krfb/krfb.changes2017-11-16 
14:28:17.714334573 +0100
+++ /work/SRC/openSUSE:Factory/.krfb.new/krfb.changes   2017-12-18 
08:53:05.617377644 +0100
@@ -1,0 +2,33 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:22 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Include a png of the icon for compatibility
+  * Include the icon in krfb together with the application
+  * Change version to match KDE Applications (17.11.70)
+  * Add .arcconfig
+
+---

Old:

  krfb-17.08.3.tar.xz

New:

  krfb-17.12.0.tar.xz



Other differences:
--
++ krfb.spec ++
--- /var/tmp/diff_new_pack.yttfHG/_old  2017-12-18 08:53:06.265346364 +0100
+++ /var/tmp/diff_new_pack.yttfHG/_new  2017-12-18 08:53:06.265346364 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krfb
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -42,7 +42,6 @@
 BuildRequires:  kwallet-devel
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  oxygen5-icon-theme-large
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-devel
 BuildRequires:  telepathy-qt5-devel
@@ -83,17 +82,6 @@
 %find_lang %{name} --with-man --all-name
 %kf5_find_htmldocs
   %endif
-  for i in 128 64 48 32 22 16
-  do
- mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
-  done
-  cp %{_datadir}/icons/oxygen/base/128x128/apps/krfb.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
-  cp %{_datadir}/icons/oxygen/base/16x16/apps/krfb.png 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
-  cp %{_datadir}/icons/oxygen/base/22x22/apps/krfb.png 
%{buildroot}%{_datadir}/icons/hicolor/22x22/apps/
-  cp %{_datadir}/icons/oxygen/base/32x32/apps/krfb.png 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
-  cp %{_datadir}/icons/oxygen/base/48x48/apps/krfb.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
-  cp %{_datadir}/icons/oxygen/base/64x64/apps/krfb.png 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
-  cd ..
   %suse_update_desktop_file -r org.kde.krfb System   RemoteAccess
 
 %post -p /sbin/ldconfig

++ krfb-17.08.3.tar.xz -> krfb-17.12.0.tar.xz ++
 8501 lines of diff (skipped)




commit kpimtextedit for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2017-12-18 08:52:45

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


Package is "kpimtextedit"

Mon Dec 18 08:52:45 2017 rev:29 rq:556236 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes
2017-11-16 14:27:50.167332352 +0100
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2017-12-18 08:52:47.726241324 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Fix regression with wheelevent
+  * Fix Bug 387166 - mousewheel should scroll font size in composer 
(kde#387166)
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:21 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kpimtextedit-17.08.3.tar.xz

New:

  kpimtextedit-17.12.0.tar.xz



Other differences:
--
++ kpimtextedit.spec ++
--- /var/tmp/diff_new_pack.1KIAEZ/_old  2017-12-18 08:52:48.422207727 +0100
+++ /var/tmp/diff_new_pack.1KIAEZ/_new  2017-12-18 08:52:48.426207534 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.1.0
 Name:   kpimtextedit
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kpimtextedit-17.08.3.tar.xz -> kpimtextedit-17.12.0.tar.xz ++
 29932 lines of diff (skipped)




commit kmail-account-wizard for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Factory checked in at 2017-12-18 08:51:08

Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and  /work/SRC/openSUSE:Factory/.kmail-account-wizard.new (New)


Package is "kmail-account-wizard"

Mon Dec 18 08:51:08 2017 rev:13 rq:556213 version:17.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes
2017-11-16 14:26:21.462545213 +0100
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new/kmail-account-wizard.changes
   2017-12-18 08:51:09.382988769 +0100
@@ -1,0 +2,44 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Fix check version
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+
+---
+Mon Nov 20 06:59:16 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Use new passwordlineedit
+  * It seems that it loads qtwebengine from plugin... But I don't know where...
+  * Initialize value
+  * Add this as 3rd argument
+  * Don't repeat work of KAboutData::setupCommandLine().
+  * Clean up
+  * Fix includes
+  * Fix url here too
+  * Update url
+  * add version to project
+  * initialize pointer
+  * initialize value
+  * Make run without install them
+  * Use QOverload
+
+---

Old:

  kmail-account-wizard-17.08.3.tar.xz

New:

  kmail-account-wizard-17.12.0.tar.xz



Other differences:
--
++ kmail-account-wizard.spec ++
--- /var/tmp/diff_new_pack.D8xenE/_old  2017-12-18 08:51:09.822967530 +0100
+++ /var/tmp/diff_new_pack.D8xenE/_new  2017-12-18 08:51:09.826967336 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmail-account-wizard
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmail-account-wizard-17.08.3.tar.xz -> 
kmail-account-wizard-17.12.0.tar.xz ++
 9729 lines of diff (skipped)




commit kmbox for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kmbox for openSUSE:Factory checked 
in at 2017-12-18 08:51:24

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


Package is "kmbox"

Mon Dec 18 08:51:24 2017 rev:28 rq:556215 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes  2017-11-16 
14:26:36.410003832 +0100
+++ /work/SRC/openSUSE:Factory/.kmbox.new/kmbox.changes 2017-12-18 
08:51:27.182129529 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:07 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:17 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Don't forget to include CMakeFindDependencyMacro.
+  * Initialize variables
+  * initialize variables
+  * Allow to run test without install it
+  * Remove unused virtual keyword
+  * Remove qt check
+
+---

Old:

  kmbox-17.08.3.tar.xz

New:

  kmbox-17.12.0.tar.xz



Other differences:
--
++ kmbox.spec ++
--- /var/tmp/diff_new_pack.IVhV2f/_old  2017-12-18 08:51:29.178033179 +0100
+++ /var/tmp/diff_new_pack.IVhV2f/_new  2017-12-18 08:51:29.182032986 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmbox
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmbox-17.08.3.tar.xz -> kmbox-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-17.08.3/.reviewboardrc 
new/kmbox-17.12.0/.reviewboardrc
--- old/kmbox-17.08.3/.reviewboardrc2017-10-29 08:12:36.0 +0100
+++ new/kmbox-17.12.0/.reviewboardrc1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = "git://anongit.kde.org/kmbox"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
-TARGET_PEOPLE = "mlaurent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-17.08.3/CMakeLists.txt 
new/kmbox-17.12.0/CMakeLists.txt
--- old/kmbox-17.08.3/CMakeLists.txt2017-10-29 08:12:36.0 +0100
+++ new/kmbox-17.12.0/CMakeLists.txt2017-12-04 11:20:23.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(KMbox VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.35.0")
+set(KF5_VERSION "5.39.0")
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -23,7 +23,7 @@
 
 
 set(KMBOX_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIB_VERSION "5.6.3")
+set(KMIME_LIB_VERSION "5.7.0")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KMBOX
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kmbox_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-17.08.3/KF5MboxConfig.cmake.in 
new/kmbox-17.12.0/KF5MboxConfig.cmake.in
--- old/kmbox-17.08.3/KF5MboxConfig.cmake.in2017-10-29 08:12:36.0 
+0100
+++ new/kmbox-17.12.0/KF5MboxConfig.cmake.in2017-12-04 11:20:23.0 
+0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(KF5Mime "@KMIME_LIB_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5MboxTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmbox-17.08.3/autotests/mboxbenchmark.cpp 
new/kmbox-17.12.0/autotests/mboxbenchmark.cpp
--- old/kmbox-17.08.3/autotests/mboxbenchmark.cpp   2017-10-29 
08:12:36.0 +0100
+++ new/kmbox-17.12.0/autotests/mboxbenchmark.cpp   2017-12-04 
11:20:23.0 +0100
@@ -68,8 +68,7 @@
 mbox2.setLockType(MBox::None);
 mbox2.setUnlockTimeout(5000);
 mbox2.load(fileName());
-foreach (const MBoxEntry , mbox2.entries())
-{
+foreach (const MBoxEntry , mbox2.entries()) {
 

commit kmailtransport for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kmailtransport for openSUSE:Factory 
checked in at 2017-12-18 08:51:18

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


Package is "kmailtransport"

Mon Dec 18 08:51:18 2017 rev:28 rq:556214 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes
2017-11-16 14:26:28.766280680 +0100
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes   
2017-12-18 08:51:22.678346946 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:07 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:17 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kmailtransport-17.08.3.tar.xz

New:

  kmailtransport-17.12.0.tar.xz



Other differences:
--
++ kmailtransport.spec ++
--- /var/tmp/diff_new_pack.kndL0z/_old  2017-12-18 08:51:24.426262566 +0100
+++ /var/tmp/diff_new_pack.kndL0z/_new  2017-12-18 08:51:24.434262180 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmailtransport
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -38,6 +38,7 @@
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kmime-devel
+BuildRequires:  ksmtp-devel
 BuildRequires:  kwallet-devel >= %{kf5_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Test)
@@ -101,7 +102,6 @@
   %kf5_makeinstall -C build
   %if %{with lang}
 %find_lang %{name} --with-man --all-name
-%kf5_find_htmldocs
   %endif
 
 %post -p /sbin/ldconfig
@@ -114,13 +114,10 @@
 %config %{_kf5_configdir}/kmailtransport.categories
 %config %{_kf5_configdir}/kmailtransport.renamecategories
 %dir %{_kf5_plugindir}/mailtransport
-%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/
 %{_kf5_configkcfgdir}/mailtransport.kcfg
 %{_kf5_plugindir}/kcm_mailtransport.so
-%{_kf5_plugindir}/kf5/kio/smtp.so
 %{_kf5_plugindir}/mailtransport/*.so
 %{_kf5_servicesdir}/kcm_mailtransport.desktop
-%{_kf5_servicesdir}/smtp*.protocol
 
 %files -n libKF5MailTransport5
 %defattr(-,root,root)

++ kmailtransport-17.08.3.tar.xz -> kmailtransport-17.12.0.tar.xz ++
 36772 lines of diff (skipped)




commit knotes for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package knotes for openSUSE:Factory checked 
in at 2017-12-18 08:51:38

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


Package is "knotes"

Mon Dec 18 08:51:38 2017 rev:14 rq:556224 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/knotes/knotes.changes2017-11-16 
14:26:53.953368425 +0100
+++ /work/SRC/openSUSE:Factory/.knotes.new/knotes.changes   2017-12-18 
08:51:42.881371661 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:07 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Adapt to Qt 5.10 rc2 API changes
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+
+---
+Mon Nov 20 06:59:18 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  knotes-17.08.3.tar.xz

New:

  knotes-17.12.0.tar.xz



Other differences:
--
++ knotes.spec ++
--- /var/tmp/diff_new_pack.1Ompad/_old  2017-12-18 08:51:44.449295970 +0100
+++ /var/tmp/diff_new_pack.1Ompad/_new  2017-12-18 08:51:44.457295584 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   knotes
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ knotes-17.08.3.tar.xz -> knotes-17.12.0.tar.xz ++
 66544 lines of diff (skipped)




commit kompare for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kompare for openSUSE:Factory checked 
in at 2017-12-18 08:51:46

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


Package is "kompare"

Mon Dec 18 08:51:46 2017 rev:58 rq:556228 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kompare/kompare.changes  2017-11-16 
14:26:59.165179656 +0100
+++ /work/SRC/openSUSE:Factory/.kompare.new/kompare.changes 2017-12-18 
08:51:50.245016186 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:08 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:19 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kompare-17.08.3.tar.xz

New:

  kompare-17.12.0.tar.xz



Other differences:
--
++ kompare.spec ++
--- /var/tmp/diff_new_pack.6WHR2F/_old  2017-12-18 08:51:51.960933351 +0100
+++ /var/tmp/diff_new_pack.6WHR2F/_new  2017-12-18 08:51:51.964933159 +0100
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %bcond_without lang
 
 Name:   kompare
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -102,6 +101,7 @@
 %{_kf5_bindir}/kompare
 %{_kf5_iconsdir}/hicolor/*/*/kompare.*
 %{_kf5_kxmlguidir}/kompare/
+%{_kf5_kxmlguidir}/komparepart
 %{_kf5_libdir}/libkomparedialogpages.so.*
 %{_kf5_libdir}/libkompareinterface.so.*
 %{_kf5_plugindir}/

++ kompare-17.08.3.tar.xz -> kompare-17.12.0.tar.xz ++
 76322 lines of diff (skipped)




commit kmime for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kmime for openSUSE:Factory checked 
in at 2017-12-18 08:51:31

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


Package is "kmime"

Mon Dec 18 08:51:31 2017 rev:28 rq:556216 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kmime/kmime.changes  2017-11-16 
14:26:43.489747410 +0100
+++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2017-12-18 
08:51:34.877758029 +0100
@@ -1,0 +2,45 @@
+Sat Dec 09 14:59:07 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:17 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Do not clear parameters when changing the mimetype of a Content-Type header
+  * Fix clazy warning
+  * Remove more memory allocations during header parsing
+  * Optimize parsing headers
+  * Port UUEncode parsing to QRegularExpression
+  * Preallocate space when unfolding headers
+  * Remove unused variables
+  * Use variable
+  * Add Q_FALLTHROUGH() to supress compiler warning
+  * Fix some warning found by cppcheck
+  * Add KMime::Ident::fromIdent
+  * Relax token parsing when parsing header parameter values
+  * Use nullptr
+  * Allow to run test without install it
+  * Remove qt check
+  * Introduce KMime::Content::headers()
+
+---

Old:

  kmime-17.08.3.tar.xz

New:

  kmime-17.12.0.tar.xz



Other differences:
--
++ kmime.spec ++
--- /var/tmp/diff_new_pack.ikvIXt/_old  2017-12-18 08:51:36.793665540 +0100
+++ /var/tmp/diff_new_pack.ikvIXt/_new  2017-12-18 08:51:36.797665347 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmime
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmime-17.08.3.tar.xz -> kmime-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-17.08.3/.reviewboardrc 
new/kmime-17.12.0/.reviewboardrc
--- old/kmime-17.08.3/.reviewboardrc2017-10-13 07:14:04.0 +0200
+++ new/kmime-17.12.0/.reviewboardrc1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = "git://anongit.kde.org/kmime"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
-TARGET_PEOPLE = "mlaurent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-17.08.3/CMakeLists.txt 
new/kmime-17.12.0/CMakeLists.txt
--- old/kmime-17.08.3/CMakeLists.txt2017-11-07 02:26:06.0 +0100
+++ new/kmime-17.12.0/CMakeLists.txt2017-12-08 02:01:51.0 +0100
@@ -1,10 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(KMime VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.35.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${KMime_SOURCE_DIR}/cmake ${ECM_MODULE_PATH})
 
@@ -21,7 +22,7 @@
 
 
 set(KMIME_LIB_VERSION ${PIM_VERSION})
-set(QT_REQUIRED_VERSION "5.7.0")
+set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core)
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KMIME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-17.08.3/autotests/CMakeLists.txt 
new/kmime-17.12.0/autotests/CMakeLists.txt
--- old/kmime-17.08.3/autotests/CMakeLists.txt  2017-10-13 07:14:04.0 
+0200
+++ new/kmime-17.12.0/autotests/CMakeLists.txt  2017-12-02 08:23:33.0 
+0100
@@ -1,6 +1,6 @@
 include(ECMMarkAsTest)
 
-set(QT_REQUIRED_VERSION "5.7.0")
+set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
 
 # Turn exceptions on
@@ -9,7 +9,7 @@
 macro(ADD_KMIME_TEST)
   foreach(_testName ${ARGN})
 add_executable(${_testName} ${_testName}.cpp)
-add_test(kmime-${_testName} 

commit kmail for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kmail for openSUSE:Factory checked 
in at 2017-12-18 08:51:03

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


Package is "kmail"

Mon Dec 18 08:51:03 2017 rev:15 rq:556212 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kmail/kmail.changes  2017-11-16 
14:26:18.822640827 +0100
+++ /work/SRC/openSUSE:Factory/.kmail.new/kmail.changes 2017-12-18 
08:51:04.959202324 +0100
@@ -1,0 +2,36 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * define kf5_version
+  * Fix Bug 387193 - "Paste as attachment" pastes text/plain like normal 
(kde#387193)
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * We must show actions even we don't select text
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+  * Fix compilation
+  * [komposerwin] Save configuration on window close
+
+---
+Mon Nov 20 06:59:16 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+- Dropped patches, now upstream:
+  * use-icon-filename-for-systray-icon.patch
+
+---

Old:

  kmail-17.08.3.tar.xz
  use-icon-filename-for-systray-icon.patch

New:

  kmail-17.12.0.tar.xz



Other differences:
--
++ kmail.spec ++
--- /var/tmp/diff_new_pack.Gl0Ca1/_old  2017-12-18 08:51:05.619170464 +0100
+++ /var/tmp/diff_new_pack.Gl0Ca1/_new  2017-12-18 08:51:05.623170271 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmail
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.35.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -31,8 +31,6 @@
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch:  use-icon-filename-for-systray-icon.patch
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  gettext-devel
 BuildRequires:  libgpgmepp-devel
@@ -145,7 +143,6 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 %cmake_kf5 -d build
@@ -190,7 +187,6 @@
 %{_kf5_configkcfgdir}/archivemailagentsettings.kcfg
 %{_kf5_configkcfgdir}/kmail.kcfg
 %{_kf5_dbusinterfacesdir}/org.kde.kmail.*.xml
-%{_kf5_kxmlguidir}/kmail2/
 %{_kf5_kxmlguidir}/kontactsummary/
 %{_kf5_libdir}/libkmailprivate.so.*
 %{_kf5_notifydir}/akonadi_*_agent.notifyrc
@@ -213,7 +209,6 @@
 %{_kf5_sharedir}/kconf_update/
 %{_kf5_sharedir}/kmail2/
 %{_kf5_sharedir}/kontact/
-%{_kf5_sharedir}/messageviewer/
 
 %files application-icons
 %defattr(-,root,root)

++ kmail-17.08.3.tar.xz -> kmail-17.12.0.tar.xz ++
 350696 lines of diff (skipped)




commit kleopatra for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kleopatra for openSUSE:Factory 
checked in at 2017-12-18 08:50:56

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


Package is "kleopatra"

Mon Dec 18 08:50:56 2017 rev:14 rq:556207 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kleopatra/kleopatra.changes  2017-11-16 
14:26:05.371128020 +0100
+++ /work/SRC/openSUSE:Factory/.kleopatra.new/kleopatra.changes 2017-12-18 
08:50:59.799451407 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Fix S/MIME CSR Creation
+  * Fix crash on keygen error
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Bump Version to 3.0.1
+
+---
+Mon Nov 20 06:59:15 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kleopatra-17.08.3.tar.xz

New:

  kleopatra-17.12.0.tar.xz



Other differences:
--
++ kleopatra.spec ++
--- /var/tmp/diff_new_pack.xEroVJ/_old  2017-12-18 08:51:00.671409313 +0100
+++ /var/tmp/diff_new_pack.xEroVJ/_new  2017-12-18 08:51:00.675409121 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kleopatra
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kleopatra-17.08.3.tar.xz -> kleopatra-17.12.0.tar.xz ++
 163174 lines of diff (skipped)




commit kholidays for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2017-12-18 08:50:11

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


Package is "kholidays"

Mon Dec 18 08:50:11 2017 rev:29 rq:556194 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2017-11-16 
14:22:30.422912567 +0100
+++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2017-12-18 
08:50:13.821670949 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Fix require
+
+---
+Mon Nov 20 06:59:12 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Make sure we include CMakeFindDependencyMacro.
+  * Initialize variables
+  * Make run without install them
+
+---

Old:

  kholidays-17.08.3.tar.xz

New:

  kholidays-17.12.0.tar.xz



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.0OsAEz/_old  2017-12-18 08:50:15.849573053 +0100
+++ /var/tmp/diff_new_pack.0OsAEz/_new  2017-12-18 08:50:15.853572860 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kholidays
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kholidays-17.08.3.tar.xz -> kholidays-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.08.3/.reviewboardrc 
new/kholidays-17.12.0/.reviewboardrc
--- old/kholidays-17.08.3/.reviewboardrc2017-11-06 14:29:29.0 
+0100
+++ new/kholidays-17.12.0/.reviewboardrc1970-01-01 01:00:00.0 
+0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = "git://anongit.kde.org/kholidays"
-BRANCH = "master"
-TARGET_GROUPS = "kdeframeworks"
-TARGET_PEOPLE = "jlayt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.08.3/CMakeLists.txt 
new/kholidays-17.12.0/CMakeLists.txt
--- old/kholidays-17.08.3/CMakeLists.txt2017-11-07 02:25:37.0 
+0100
+++ new/kholidays-17.12.0/CMakeLists.txt2017-12-08 02:01:31.0 
+0100
@@ -1,10 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(KHolidays VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.35.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -31,7 +32,7 @@
 )
 
 ### Find packages ###
-set(QT_REQUIRED_VERSION 5.7.0)
+set(QT_REQUIRED_VERSION 5.8.0)
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Qml)
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.08.3/KF5HolidaysConfig.cmake.in 
new/kholidays-17.12.0/KF5HolidaysConfig.cmake.in
--- old/kholidays-17.08.3/KF5HolidaysConfig.cmake.in2017-11-06 
14:29:29.0 +0100
+++ new/kholidays-17.12.0/KF5HolidaysConfig.cmake.in2017-12-02 
08:25:50.0 +0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5HolidaysTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.08.3/autotests/CMakeLists.txt 
new/kholidays-17.12.0/autotests/CMakeLists.txt
--- old/kholidays-17.08.3/autotests/CMakeLists.txt  2017-11-06 
14:29:29.0 +0100
+++ new/kholidays-17.12.0/autotests/CMakeLists.txt  2017-12-02 
08:25:50.0 +0100
@@ -7,7 +7,7 @@
 set(testlunar_SRCS testlunar.cpp)
 
 add_executable(testlunar ${testlunar_SRCS})
-add_test(testlunar testlunar)
+add_test(NAME testlunar COMMAND testlunar)
 

commit kio-extras5 for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2017-12-18 08:50:41

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


Package is "kio-extras5"

Mon Dec 18 08:50:41 2017 rev:51 rq:556202 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2017-11-16 
14:24:45.434023139 +0100
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes 
2017-12-18 08:50:45.732130496 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:14 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Workaround incorrectly returned EEXIST instead of EPERM regression 
introduced by libsmbclient 4.7 (kde#385708)
+  * Use KIO::PreviewJob::defaultPlugins()
+  * Use KIO::PreviewJob::defaultPlugins()
+  * Don't enter test subdirectories if BUILD_TESTING=OFF
+  * Set version in project()
+  * kfileaudiopreview: don't autoplay media files by default
+
+---

Old:

  kio-extras-17.08.3.tar.xz

New:

  kio-extras-17.12.0.tar.xz



Other differences:
--
++ kio-extras5.spec ++
--- /var/tmp/diff_new_pack.QEdJO2/_old  2017-12-18 08:50:46.288103657 +0100
+++ /var/tmp/diff_new_pack.QEdJO2/_new  2017-12-18 08:50:46.292103463 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kio-extras5
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kio-extras-17.08.3.tar.xz -> kio-extras-17.12.0.tar.xz ++
 5550 lines of diff (skipped)




commit kimap for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2017-12-18 08:50:29

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


Package is "kimap"

Mon Dec 18 08:50:29 2017 rev:27 rq:556200 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2017-11-16 
14:23:13.941336593 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new/kimap.changes 2017-12-18 
08:50:33.208735053 +0100
@@ -1,0 +2,37 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:14 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Clean forward declaration
+  * Remove deprecated method
+  * initialize some variables
+  * autotests/kimaptest/CMakeLists.txt - export target for kimaptest
+  * Allow to run test without install it
+  * Remove not necessary virtual keyword
+  * Remove check
+  * Check module when necessary:
+
+---

Old:

  kimap-17.08.3.tar.xz

New:

  kimap-17.12.0.tar.xz



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.Kxb7yI/_old  2017-12-18 08:50:33.836704738 +0100
+++ /var/tmp/diff_new_pack.Kxb7yI/_new  2017-12-18 08:50:33.840704545 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kimap
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kimap-17.08.3.tar.xz -> kimap-17.12.0.tar.xz ++
 2475 lines of diff (skipped)




commit kidentitymanagement for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kidentitymanagement for 
openSUSE:Factory checked in at 2017-12-18 08:50:20

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


Package is "kidentitymanagement"

Mon Dec 18 08:50:20 2017 rev:27 rq:556195 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes  
2017-11-16 14:22:40.878533931 +0100
+++ 
/work/SRC/openSUSE:Factory/.kidentitymanagement.new/kidentitymanagement.changes 
2017-12-18 08:50:24.449157915 +0100
@@ -1,0 +2,45 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:12 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Emit identity deleted
+  * USe QStringLiteral
+  * Fix error found by cppcheck
+  * Convert to new connect api
+  * Clean up
+  * Use new connect api
+  * Move in cpp file
+  * Generate test images ourselves, don't rely on icons being installed
+  * Fix includes
+  * Fix forward declaration
+  * Fix typo
+  * initialize variables
+  * Allow to run test without install it
+  * Remove deprecated method
+  * Not necessary to use KComboBox here.
+  * Use qoverload
+
+---

Old:

  kidentitymanagement-17.08.3.tar.xz

New:

  kidentitymanagement-17.12.0.tar.xz



Other differences:
--
++ kidentitymanagement.spec ++
--- /var/tmp/diff_new_pack.3KyLTQ/_old  2017-12-18 08:50:25.037129531 +0100
+++ /var/tmp/diff_new_pack.3KyLTQ/_new  2017-12-18 08:50:25.037129531 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kidentitymanagement
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kidentitymanagement-17.08.3.tar.xz -> kidentitymanagement-17.12.0.tar.xz 
++
 6391 lines of diff (skipped)




commit khelpcenter5 for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2017-12-18 08:50:05

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


Package is "khelpcenter5"

Mon Dec 18 08:50:05 2017 rev:33 rq:556193 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes
2017-11-16 14:22:24.695119989 +0100
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new/khelpcenter5.changes   
2017-12-18 08:50:06.706014452 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:11 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Enable the "Edit bookmarks" menu
+  * Fix minor typo
+
+---

Old:

  khelpcenter-17.08.3.tar.xz

New:

  khelpcenter-17.12.0.tar.xz



Other differences:
--
++ khelpcenter5.spec ++
--- /var/tmp/diff_new_pack.n5Ljoy/_old  2017-12-18 08:50:07.625970041 +0100
+++ /var/tmp/diff_new_pack.n5Ljoy/_new  2017-12-18 08:50:07.629969848 +0100
@@ -22,7 +22,7 @@
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:   khelpcenter5
-Version:17.08.3
+Version:17.12.0
 Release:0
 Summary:KDE Documentation Application
 License:GPL-2.0+

++ khelpcenter-17.08.3.tar.xz -> khelpcenter-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-17.08.3/bookmarkowner.cpp 
new/khelpcenter-17.12.0/bookmarkowner.cpp
--- old/khelpcenter-17.08.3/bookmarkowner.cpp   2017-08-20 00:43:38.0 
+0200
+++ new/khelpcenter-17.12.0/bookmarkowner.cpp   2017-11-10 04:48:14.0 
+0100
@@ -49,16 +49,6 @@
   return url.scheme() == QLatin1String( "khelpcenter" ) ? QUrl() : url;
 }
 
-bool BookmarkOwner::enableOption( BookmarkOption option ) const
-{
-  switch ( option ) {
-case ShowAddBookmark:
-  return true;
-default:
-  return false;
-  }
-}
-
 void BookmarkOwner::openBookmark( const KBookmark& bm, Qt::MouseButtons 
/*mb*/, Qt::KeyboardModifiers /*km*/ )
 {
   if ( !bm.url().isValid() ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-17.08.3/bookmarkowner.h 
new/khelpcenter-17.12.0/bookmarkowner.h
--- old/khelpcenter-17.08.3/bookmarkowner.h 2017-08-20 00:43:38.0 
+0200
+++ new/khelpcenter-17.12.0/bookmarkowner.h 2017-11-10 04:48:14.0 
+0100
@@ -38,7 +38,6 @@
 
 QString currentTitle() const Q_DECL_OVERRIDE;
 QUrl currentUrl() const Q_DECL_OVERRIDE;
-bool enableOption( BookmarkOption option ) const Q_DECL_OVERRIDE;
 void openBookmark( const KBookmark& bm, Qt::MouseButtons mb, 
Qt::KeyboardModifiers km ) Q_DECL_OVERRIDE;
 
   Q_SIGNALS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-17.08.3/khelpcenter.desktop 
new/khelpcenter-17.12.0/khelpcenter.desktop
--- old/khelpcenter-17.08.3/khelpcenter.desktop 2017-08-20 00:43:38.0 
+0200
+++ new/khelpcenter-17.12.0/khelpcenter.desktop 2017-11-10 04:48:14.0 
+0100
@@ -106,6 +106,7 @@
 Comment[fr]=Aide pour les applications
 Comment[gl]=Axuda de aplicativos
 Comment[he]=עזרה עבור יישומים
+Comment[hi]=अनुप्रयोगों के लिए मदद
 Comment[hu]=Súgó alkalmazásokhoz
 Comment[ia]=Adjuta pro applicationes
 Comment[is]=Hjálp fyrir forrit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-17.08.3/org.kde.Help.appdata.xml 
new/khelpcenter-17.12.0/org.kde.Help.appdata.xml
--- old/khelpcenter-17.08.3/org.kde.Help.appdata.xml2017-08-20 
00:43:38.0 +0200
+++ new/khelpcenter-17.12.0/org.kde.Help.appdata.xml2017-11-10 
04:48:14.0 +0100
@@ -4,6 +4,7 @@
   CC0-1.0
   GPL-2.0+
   KHelpCenter
+  

commit kldap for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kldap for openSUSE:Factory checked 
in at 2017-12-18 08:50:48

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


Package is "kldap"

Mon Dec 18 08:50:48 2017 rev:28 rq:556206 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kldap/kldap.changes  2017-11-16 
14:25:43.763910593 +0100
+++ /work/SRC/openSUSE:Factory/.kldap.new/kldap.changes 2017-12-18 
08:50:53.135773090 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:15 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kldap-17.08.3.tar.xz

New:

  kldap-17.12.0.tar.xz



Other differences:
--
++ kldap.spec ++
--- /var/tmp/diff_new_pack.BDfXVK/_old  2017-12-18 08:50:54.891688325 +0100
+++ /var/tmp/diff_new_pack.BDfXVK/_new  2017-12-18 08:50:54.903687746 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kldap
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kldap-17.08.3.tar.xz -> kldap-17.12.0.tar.xz ++
 12383 lines of diff (skipped)




commit kio_audiocd for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:Factory 
checked in at 2017-12-18 08:50:36

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


Package is "kio_audiocd"

Mon Dec 18 08:50:36 2017 rev:71 rq:556201 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2017-11-16 
14:23:59.607682787 +0100
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new/kio_audiocd.changes 
2017-12-18 08:50:37.776514547 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:37 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:14 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  audiocd-kio-17.08.3.tar.xz

New:

  audiocd-kio-17.12.0.tar.xz



Other differences:
--
++ kio_audiocd.spec ++
--- /var/tmp/diff_new_pack.MPZ8zp/_old  2017-12-18 08:50:38.440482495 +0100
+++ /var/tmp/diff_new_pack.MPZ8zp/_new  2017-12-18 08:50:38.82301 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kio_audiocd
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ audiocd-kio-17.08.3.tar.xz -> audiocd-kio-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-17.08.3/po/el/audiocd_encoder_flac.po 
new/audiocd-kio-17.12.0/po/el/audiocd_encoder_flac.po
--- old/audiocd-kio-17.08.3/po/el/audiocd_encoder_flac.po   1970-01-01 
01:00:00.0 +0100
+++ new/audiocd-kio-17.12.0/po/el/audiocd_encoder_flac.po   2017-12-08 
01:51:14.0 +0100
@@ -0,0 +1,25 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Stelios , 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2016-12-12 02:39+0100\n"
+"PO-Revision-Date: 2017-09-29 11:59+0200\n"
+"Last-Translator: Stelios \n"
+"Language-Team: Greek \n"
+"Language: el_GR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
+#. i18n: ectx: label, entry (flac_compression_level), group (Flac)
+#: audiocd_flac_encoder.kcfg:9 encoderflacconfig.ui:9
+#, kde-format
+msgid "Flac compression level"
+msgstr "Επίπεδο συμπίεσης flac"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-17.08.3/po/el/audiocd_encoder_lame.po 
new/audiocd-kio-17.12.0/po/el/audiocd_encoder_lame.po
--- old/audiocd-kio-17.08.3/po/el/audiocd_encoder_lame.po   2017-11-07 
02:16:56.0 +0100
+++ new/audiocd-kio-17.12.0/po/el/audiocd_encoder_lame.po   2017-12-08 
01:51:14.0 +0100
@@ -3,32 +3,33 @@
 # Spiros Georgaras , 2005, 2006, 2007.
 # Toussis Manolis , 2005, 2008.
 # Glentadakis Dimitrios , 2009.
+# Stelios , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: audiocd_encoder_lame\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2009-11-07 19:23+0100\n"
-"Last-Translator: Glentadakis Dimitrios \n"
-"Language-Team: Greek \n"
+"PO-Revision-Date: 2017-09-26 15:38+0200\n"
+"Last-Translator: Stelios \n"
+"Language-Team: Greek \n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
+"X-Generator: Lokalize 2.0\n"
 

commit kdepim-addons for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kdepim-addons for openSUSE:Factory 
checked in at 2017-12-18 08:49:20

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


Package is "kdepim-addons"

Mon Dec 18 08:49:20 2017 rev:22 rq:556172 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes  
2017-11-16 14:21:45.460540784 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 
2017-12-18 08:49:25.995979697 +0100
@@ -1,0 +2,46 @@
+Sat Dec 09 14:59:04 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * We still need it as a slot.
+  * Fix Bug 387619 - Some of Mailsploit test patterns are incorrectly decoded 
(kde#387619)
+  * Adapt to Qt 5.10 rc2 API changes
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Make sure that rednertest are executed with a defined color style.
+  * Implement remove filter
+  * Make it possible to show corretly if the localstore job is running.
+  * show if key is unknown.
+  * always show keydetails from mimepart
+  * hasKey is not used anymore
+  * test is we there are valid keydata in the mime content.
+  * Make it possible to show corretly if the keyring job is running.
+  * Compile it when we use BUILD_TESTING
+  * Build it when we use BUILD_TESTING
+  * Fix check minimum version
+  * It can't be empty
+  * Fix version
+  * Don't build it in release mode
+  * fix tests on CI (hopefully).
+
+---
+Mon Nov 20 06:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kdepim-addons-17.08.3.tar.xz

New:

  kdepim-addons-17.12.0.tar.xz



Other differences:
--
++ kdepim-addons.spec ++
--- /var/tmp/diff_new_pack.i6qfFU/_old  2017-12-18 08:49:26.575951699 +0100
+++ /var/tmp/diff_new_pack.i6qfFU/_new  2017-12-18 08:49:26.579951506 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdepim-addons
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -57,6 +57,7 @@
 BuildRequires:  mailimporter-devel
 BuildRequires:  messagelib-devel
 BuildRequires:  pimcommon-devel
+BuildRequires:  prison-qt5-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5LibKSieve)
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.6.0
@@ -77,6 +78,8 @@
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
+Requires(post):shared-mime-info
+Requires(postun):  shared-mime-info
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -101,8 +104,13 @@
 %find_lang %{name} --with-man --all-name
   %endif
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+%mime_database_post
+
+%postun
+/sbin/ldconfig
+%mime_database_postun
 
 %files
 %defattr(-,root,root)
@@ -113,6 +121,8 @@
 %dir %{_kf5_libdir}/contacteditor
 %dir %{_kf5_libdir}/contacteditor/editorpageplugins
 %dir %{_kf5_plugindir}
+%dir %{_kf5_plugindir}/messageviewer
+%dir %{_kf5_plugindir}/messageviewer/bodypartformatter
 %dir %{_kf5_qmldir}/org/kde/plasma
 %{_kf5_bindir}/kmail_antivir.sh
 %{_kf5_bindir}/kmail_clamav.sh
@@ -124,29 +134,26 @@
 %{_kf5_libdir}/libkaddressbookmergelibprivate.so.*
 %{_kf5_libdir}/libshorturlpluginprivate.so*
 %{_kf5_plugindir}/importwizard/
+%{_kf5_plugindir}/contacteditor/
 %{_kf5_plugindir}/kaddressbook/
 %{_kf5_plugindir}/kmail/
 %{_kf5_plugindir}/korg_datenums.so
-%{_kf5_plugindir}/korg_hebrew.so
 %{_kf5_plugindir}/korg_picoftheday.so
 %{_kf5_plugindir}/korg_thisdayinhistory.so
 %{_kf5_plugindir}/libksieve/
 %{_kf5_plugindir}/mailtransport/
-%{_kf5_plugindir}/messageviewer/
-%{_kf5_plugindir}/messageviewer_bodypartformatter_application_gnupgwks.so
-%{_kf5_plugindir}/messageviewer_bodypartformatter_application_mstnef.so

commit kget for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kget for openSUSE:Factory checked in 
at 2017-12-18 08:49:54

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


Package is "kget"

Mon Dec 18 08:49:54 2017 rev:59 rq:556189 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kget/kget.changes2017-11-16 
14:34:26.448970203 +0100
+++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes   2017-12-18 
08:49:56.962484813 +0100
@@ -1,0 +2,43 @@
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Revert "Fix destination file dialog's mode flags"
+  * Fix build
+  * Fix activating window of already running instance if started again
+  * Fix changing the destination in the "New Download" dialog
+  * Fix destination file dialog's mode flags
+  * Fix opening downloaded files from the transfer history
+  * Fix torrent download with remote .torrent files
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert "Disable multisegmentkio and metalink plugins for now"
+  * [multisegmentkio] Don't duplicate slash
+  * Store local destination path in history, not a Url
+  * [metalink] Don't duplicate slash
+  * Reactivate commented out code in DataSourceFactory::checkLocalFile()
+  * Fix mms config module
+  * Revert "Fix build on 32bit systems"
+  * Rename slot DataSourceFactory::open() (kde#386948)
+
+---
+Mon Nov 20 06:59:44 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kget-17.08.3.tar.xz

New:

  kget-17.12.0.tar.xz



Other differences:
--
++ kget.spec ++
--- /var/tmp/diff_new_pack.WSykFl/_old  2017-12-18 08:49:57.714448512 +0100
+++ /var/tmp/diff_new_pack.WSykFl/_new  2017-12-18 08:49:57.718448319 +0100
@@ -15,10 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:   kget
-Version:17.08.3
+Version:17.12.0
 Release:0
+%define kf5_version 5.26.0
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
+%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 Summary:Download Manager
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
@@ -28,65 +34,94 @@
 %else
 BuildRequires:  boost-devel
 %endif
+BuildRequires:  extra-cmake-modules
 BuildRequires:  gpgme-devel
-BuildRequires:  libkdepimlibs4-devel
-BuildRequires:  libkonq-devel
+BuildRequires:  kcmutils-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  kconfigwidgets-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdbusaddons-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
+BuildRequires:  kio-devel
+BuildRequires:  knotifications-devel
+BuildRequires:  knotifyconfig-devel
+BuildRequires:  kwallet-devel
+BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libktorrent-devel
-BuildRequires:  libqca2-devel
+BuildRequires:  libgpgmepp-devel
+BuildRequires:  libqca-qt5-devel
+BuildRequires:  libqgpgme-devel
+BuildRequires:  pkgconfig
+BuildRequires:  solid-devel
 BuildRequires:  sqlite-devel
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+Obsoletes:  kget5 < %{version}
+Provides:   kget5 = %{version}
+%if %{with lang}
+Recommends: %{name}-lang
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
-An advanced download manager for KDE
+An advanced download manager by KDE
+
+%if %{with lang}

commit kdepim-apps-libs for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kdepim-apps-libs for 
openSUSE:Factory checked in at 2017-12-18 08:49:27

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


Package is "kdepim-apps-libs"

Mon Dec 18 08:49:27 2017 rev:22 rq:556173 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-apps-libs/kdepim-apps-libs.changes
2017-11-16 14:21:50.680351762 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim-apps-libs.new/kdepim-apps-libs.changes   
2017-12-18 08:49:27.943885664 +0100
@@ -1,0 +2,44 @@
+Sat Dec 09 14:59:04 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:07 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Remove this copy.
+  * USe isEmpty
+  * Fix some clazy warning
+  * Remove break when not necessary
+  * Initialize variables
+  * Initiliaze values
+  * Fix includes
+  * Fix check
+  * prison is in kf5 from long time
+  * Warning--
+  * Fix coding style
+  * Fix forward declaration
+  * Initialize variables
+  * Allow to run test without install it
+  * Check module when necessary
+
+---

Old:

  kdepim-apps-libs-17.08.3.tar.xz

New:

  kdepim-apps-libs-17.12.0.tar.xz



Other differences:
--
++ kdepim-apps-libs.spec ++
--- /var/tmp/diff_new_pack.H0RlJX/_old  2017-12-18 08:49:28.451861141 +0100
+++ /var/tmp/diff_new_pack.H0RlJX/_new  2017-12-18 08:49:28.455860948 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdepim-apps-libs
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdepim-apps-libs-17.08.3.tar.xz -> kdepim-apps-libs-17.12.0.tar.xz ++
 4173 lines of diff (skipped)




commit kdnssd for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kdnssd for openSUSE:Factory checked 
in at 2017-12-18 08:49:48

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


Package is "kdnssd"

Mon Dec 18 08:49:48 2017 rev:58 rq:556182 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd/kdnssd.changes2017-11-16 
14:22:12.771551779 +0100
+++ /work/SRC/openSUSE:Factory/.kdnssd.new/kdnssd.changes   2017-12-18 
08:49:51.426752046 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Add missing REQUIRED keyword
+
+---
+Mon Nov 20 06:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Normalize the KIO name and use the json file
+  * Properly set the translation domain and rename it
+  * Fix error msg: reference the specific library, not KDE
+  * Add #include to fix the build
+  * Build with framework compiler settings
+  * Port to KDE Frameworks 5
+
+---

Old:

  zeroconf-ioslave-17.08.3.tar.xz

New:

  zeroconf-ioslave-17.12.0.tar.xz



Other differences:
--
++ kdnssd.spec ++
--- /var/tmp/diff_new_pack.itJBU8/_old  2017-12-18 08:49:52.226713429 +0100
+++ /var/tmp/diff_new_pack.itJBU8/_new  2017-12-18 08:49:52.230713236 +0100
@@ -15,24 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 %define rname zeroconf-ioslave
-Name:   kdnssd
-Version:17.08.3
-Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-Summary:Zeroconf Support for KDE
+Name:   kdnssd
+Version:17.12.0
+Release:0
+Summary:Zeroconf Support for KIO applications
 License:GPL-2.0+
 Group:  Productivity/Networking/System
+Url:http://www.kde.org
 Source0:%{rname}-%{version}.tar.xz
-BuildRequires:  libkde4-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{kde4_runtime_requires}
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kf5-filesystem
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DNSSD)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KIO)
+%if %{with lang}
+Recommends: %{name}-lang
+%endif
+
+%if %{with lang}
+%lang_package
+%endif
 
 %description
-This package contains the Zeroconf support for KDE.
+This package adds Zeroconf support to KIO, allowing the use of this protocol
+in all applications that are using KIO.
 
 %prep
 %setup -q -n %{rname}-%{version}
@@ -41,26 +54,31 @@
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-  %cmake_kde4 -d build
-  make
+%cmake_kf5 -d build
+%make_jobs
 
 %install
-  cd build
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-  cd ..
-  %kde_post_install
+%kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+%endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc COPYING COPYING.DOC
-%{_kde4_modulesdir}/kded_dnssdwatcher.so
-%{_kde4_modulesdir}/kio_zeroconf.so
-%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
-%{_kde4_appsdir}/remoteview/
-%{_kde4_servicesdir}/zeroconf.protocol
-%{_kde4_servicesdir}/kded/dnssdwatcher.desktop
+%{_kf5_plugindir}/kf5/kio/zeroconf.so
+%{_kf5_plugindir}/kded_dnssdwatcher.so
+%dir %{_kf5_sharedir}/remoteview/
+%{_kf5_sharedir}/remoteview/zeroconf.desktop
+%dir %{_kf5_servicesdir}/kded/
+%{_kf5_servicesdir}/kded/dnssdwatcher.desktop
+%{_kf5_dbusinterfacesdir}/org.kde.kdnssd.xml
+
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
 
 %changelog

++ zeroconf-ioslave-17.08.3.tar.xz -> zeroconf-ioslave-17.12.0.tar.xz ++
 4216 lines of diff (skipped)




commit kdav for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kdav for openSUSE:Factory checked in 
at 2017-12-18 08:49:09

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


Package is "kdav"

Mon Dec 18 08:49:09 2017 rev:9 rq:556165 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kdav/kdav.changes2017-11-16 
14:21:29.413121896 +0100
+++ /work/SRC/openSUSE:Factory/.kdav.new/kdav.changes   2017-12-18 
08:49:10.436730808 +0100
@@ -1,0 +2,41 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert "Use URLs in multiget requests as returned by the Server"
+  * compile when we use BUILD_TESTING
+  * Use URLs in multiget requests as returned by the Server
+
+---
+Mon Nov 20 06:59:04 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Don't forget to include CMakeFindDependencyMacro.
+  * Port to new connect api
+  * Use directly CMakeFindDependencyMacro
+  * Fix warning found by cppcheck
+  * Add version here
+  * Clean up
+  * Add check
+  * Fix includes
+  * Rename namespace. Rename as override
+  * Allow to run test without install it
+
+---

Old:

  kdav-17.08.3.tar.xz

New:

  kdav-17.12.0.tar.xz



Other differences:
--
++ kdav.spec ++
--- /var/tmp/diff_new_pack.d8Fd2C/_old  2017-12-18 08:49:11.120697790 +0100
+++ /var/tmp/diff_new_pack.d8Fd2C/_new  2017-12-18 08:49:11.124697597 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdav
-Version:17.08.3
+Version:17.12.0
 Release:0
 Summary:DAV protocol implementation
 License:GPL-2.0

++ kdav-17.08.3.tar.xz -> kdav-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-17.08.3/CMakeLists.txt 
new/kdav-17.12.0/CMakeLists.txt
--- old/kdav-17.08.3/CMakeLists.txt 2017-10-13 07:18:33.0 +0200
+++ new/kdav-17.12.0/CMakeLists.txt 2017-12-02 08:27:41.0 +0100
@@ -1,18 +1,18 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
+set(PIM_VERSION "5.7.0")
 
-project(libkdav)
-
-set(PIM_VERSION "5.6.3")
+project(libkdav VERSION ${PIM_VERSION})
 
 set(LIBKDAV_VERSION ${PIM_VERSION})
 
 configure_file(libkdav-version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libkdav-version.h @ONLY)
 
-set(KF5_VERSION "5.35.0")
-find_package(ECM ${KF5_VERSION} REQUIRED NO_MODULE)
+set(KF5_VERSION "5.39.0")
+
+find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-include(ECMPackageConfigHelpers)
+include(CMakeFindDependencyMacro)
 include(ECMSetupVersion)
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
@@ -26,7 +26,7 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMCoverageOption)
 
-set(QT_REQUIRED_VERSION "5.7.0")
+set(QT_REQUIRED_VERSION "5.8.0")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui XmlPatterns 
Test)
 
@@ -38,6 +38,8 @@
 add_definitions( -DQT_NO_CAST_TO_ASCII )
 add_definitions( -DQT_NO_URL_CAST_FROM_STRING )
 add_definitions( -DQT_DISABLE_DEPRECATED_BEFORE=0x06 )
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+
 
 ecm_setup_version(${LIBKDAV_VERSION} VARIABLE_PREFIX KDAV
 VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kpimkdav_version.h"
@@ -47,7 +49,7 @@
 
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPimKDAV")
 
-ecm_configure_package_config_file(
+configure_package_config_file(
 "${CMAKE_CURRENT_SOURCE_DIR}/KPimKDAVConfig.cmake.in"
 "${CMAKE_CURRENT_BINARY_DIR}/KPimKDAVConfig.cmake"
 INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
@@ -70,8 +72,10 @@
 install(FILES kdav.categories DESTINATION ${KDE_INSTALL_CONFDIR})
 
 add_subdirectory(src)
-add_subdirectory(autotests)
-add_subdirectory(test)
+if(BUILD_TESTING)
+add_subdirectory(autotests)
+add_subdirectory(test)
+endif()
 
 feature_summary(WHAT ALL
 INCLUDE_QUIET_PACKAGES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kgpg for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2017-12-18 08:49:59

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


Package is "kgpg"

Mon Dec 18 08:49:59 2017 rev:80 rq:556191 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2017-11-16 
14:22:17.867367244 +0100
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2017-12-18 
08:50:01.570262376 +0100
@@ -1,0 +2,49 @@
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * appdata: update doc URL, more https
+
+---
+Sat Dec  2 23:45:14 UTC 2017 - wba...@tmo.at
+
+- Drop fix-build-gcc48.patch, no longer necessary and it actually
+  hasn't been applied anymore since 17.04
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:11 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * show creation date of user ids
+  * remove needless assignment
+  * do not add duplicate "--command-fd=0" to GnuPG commandline
+  * set project version in CMake
+  * de-uglify QString construction
+  * check file existence before opening it, not afterwards
+  * remove write-only local variable
+  * use range based for loops if the container is const
+  * mark end iterator const
+  * use nullptr directly
+  * the parent of a KGpgNode cannot change
+  * collect secret key information when loading public keys
+  * breezeify icon, this gives us larger sizes which is needed for appstream
+  * Port away from deprecated qSort.
+
+---

Old:

  fix-build-gcc48.patch
  kgpg-17.08.3.tar.xz

New:

  kgpg-17.12.0.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.Hu39Zf/_old  2017-12-18 08:50:02.258229165 +0100
+++ /var/tmp/diff_new_pack.Hu39Zf/_new  2017-12-18 08:50:02.258229165 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kgpg
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -32,7 +32,6 @@
 Url:http://www.kde.org
 Source0:kgpg-%{version}.tar.xz
 Patch1: kgpg-autostart.diff
-Patch2: fix-build-gcc48.patch
 BuildRequires:  akonadi-contact-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -75,7 +74,6 @@
 %prep
 %setup -q -n kgpg-%{version}
 %patch1
-#patch2 -p1
 
 %build
 %cmake_kf5 -d build

++ kgpg-17.08.3.tar.xz -> kgpg-17.12.0.tar.xz ++
 71376 lines of diff (skipped)




commit kdialog for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kdialog for openSUSE:Factory checked 
in at 2017-12-18 08:49:38

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


Package is "kdialog"

Mon Dec 18 08:49:38 2017 rev:13 rq:556179 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kdialog/kdialog.changes  2017-11-16 
14:22:05.127828580 +0100
+++ /work/SRC/openSUSE:Factory/.kdialog.new/kdialog.changes 2017-12-18 
08:49:45.707028162 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * add --newpassword option
+
+---

Old:

  kdialog-17.08.3.tar.xz

New:

  kdialog-17.12.0.tar.xz



Other differences:
--
++ kdialog.spec ++
--- /var/tmp/diff_new_pack.wEM3DD/_old  2017-12-18 08:49:46.386995337 +0100
+++ /var/tmp/diff_new_pack.wEM3DD/_new  2017-12-18 08:49:46.394994950 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdialog
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdialog-17.08.3.tar.xz -> kdialog-17.12.0.tar.xz ++
 15101 lines of diff (skipped)




commit kdenetwork4-filesharing for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kdenetwork4-filesharing for 
openSUSE:Factory checked in at 2017-12-18 08:49:14

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


Package is "kdenetwork4-filesharing"

Mon Dec 18 08:49:14 2017 rev:58 rq:556170 version:17.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/kdenetwork4-filesharing/kdenetwork4-filesharing.changes
  2017-11-16 14:21:36.664859295 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
 2017-12-18 08:49:15.888467630 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:04 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:06 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  kdenetwork-filesharing-17.08.3.tar.xz

New:

  kdenetwork-filesharing-17.12.0.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.dmKTyN/_old  2017-12-18 08:49:16.652430749 +0100
+++ /var/tmp/diff_new_pack.dmKTyN/_new  2017-12-18 08:49:16.652430749 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdenetwork4-filesharing
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdenetwork-filesharing-17.08.3.tar.xz -> 
kdenetwork-filesharing-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdenetwork-filesharing-17.08.3/po/gl/kfileshare.po 
new/kdenetwork-filesharing-17.12.0/po/gl/kfileshare.po
--- old/kdenetwork-filesharing-17.08.3/po/gl/kfileshare.po  2017-11-07 
02:23:23.0 +0100
+++ new/kdenetwork-filesharing-17.12.0/po/gl/kfileshare.po  2017-12-08 
02:00:11.0 +0100
@@ -56,7 +56,7 @@
 #: samba/filepropertiesplugin/sambausershareplugin.cpp:82
 #, kde-format
 msgid "The Samba package failed to install."
-msgstr "Non foi posíbel instalar o paquete de Samba."
+msgstr "Non se puido instalar o paquete de Samba."
 
 #: samba/filepropertiesplugin/sambausershareplugin.cpp:92
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdenetwork-filesharing-17.08.3/po/zh_CN/kfileshare.po 
new/kdenetwork-filesharing-17.12.0/po/zh_CN/kfileshare.po
--- old/kdenetwork-filesharing-17.08.3/po/zh_CN/kfileshare.po   2017-11-07 
02:23:24.0 +0100
+++ new/kdenetwork-filesharing-17.12.0/po/zh_CN/kfileshare.po   2017-12-08 
02:00:12.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2017-10-19 10:51-0400\n"
+"PO-Revision-Date: 2017-11-09 08:31-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -21,7 +21,7 @@
 "X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kdenetwork/kfileshare.pot\n"
+"X-Crowdin-File: /kf5-trunk/messages/kdenetwork/kfileshare.pot\n"
 
 #: samba/filepropertiesplugin/delegate.cpp:40
 #, kde-format




commit kblog for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kblog for openSUSE:Factory checked 
in at 2017-12-18 08:48:11

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


Package is "kblog"

Mon Dec 18 08:48:11 2017 rev:28 rq:556152 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kblog/kblog.changes  2017-11-16 
14:20:47.494639826 +0100
+++ /work/SRC/openSUSE:Factory/.kblog.new/kblog.changes 2017-12-18 
08:48:19.227202908 +0100
@@ -1,0 +2,33 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Remove reference to kdelibs4support
+  * Adjust to KCalCore API changes
+  * Make run without install them
+  * Minor optimization
+
+---

Old:

  kblog-17.08.3.tar.xz

New:

  kblog-17.12.0.tar.xz



Other differences:
--
++ kblog.spec ++
--- /var/tmp/diff_new_pack.DgppRY/_old  2017-12-18 08:48:19.935168732 +0100
+++ /var/tmp/diff_new_pack.DgppRY/_new  2017-12-18 08:48:19.939168539 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kblog
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -62,7 +62,6 @@
 Summary:Development files for KDE's web application remote blogging 
API library
 Group:  Development/Libraries/KDE
 Requires:   kcalcore-devel >= %{_kapp_version}
-Requires:   kdelibs4support-devel >= %{kf5_version}
 Requires:   libKF5Blog5 = %{version}
 Requires:   syndication-devel >= %{_kapp_version}
 Obsoletes:  kblog5-devel < %{version}

++ kblog-17.08.3.tar.xz -> kblog-17.12.0.tar.xz ++
 3993 lines of diff (skipped)




commit kcontacts for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-12-18 08:49:03

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


Package is "kcontacts"

Mon Dec 18 08:49:03 2017 rev:27 rq:556163 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2017-11-16 
14:21:22.229382033 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-12-18 
08:49:05.576965409 +0100
@@ -1,0 +2,36 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:04 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Fix warning found by cppcheck
+  * Remove kaboutdata in test apps
+  * Make sure to initialize pointer
+  * Minor optimization
+  * Allow to run test without install it
+  * Remove qt check
+  * Minor optimization
+
+---

Old:

  kcontacts-17.08.3.tar.xz

New:

  kcontacts-17.12.0.tar.xz



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.XTYDHb/_old  2017-12-18 08:49:06.524919647 +0100
+++ /var/tmp/diff_new_pack.XTYDHb/_new  2017-12-18 08:49:06.528919454 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:   kcontacts
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcontacts-17.08.3.tar.xz -> kcontacts-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/.reviewboardrc 
new/kcontacts-17.12.0/.reviewboardrc
--- old/kcontacts-17.08.3/.reviewboardrc2017-10-13 07:10:42.0 
+0200
+++ new/kcontacts-17.12.0/.reviewboardrc1970-01-01 01:00:00.0 
+0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-#REPOSITORY = "git://anongit.kde.org/kcontacts"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
-TARGET_PEOPLE = "mlaurent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/CMakeLists.txt 
new/kcontacts-17.12.0/CMakeLists.txt
--- old/kcontacts-17.08.3/CMakeLists.txt2017-11-07 02:25:32.0 
+0100
+++ new/kcontacts-17.12.0/CMakeLists.txt2017-12-08 02:01:29.0 
+0100
@@ -1,11 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(KContacts VERSION ${PIM_VERSION})
 
 # ECM setup
-set(QT_REQUIRED_VERSION "5.7.0")
-set(KF5_VERSION "5.35.0")
+set(QT_REQUIRED_VERSION "5.8.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KContacts_SOURCE_DIR}/cmake)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/autotests/CMakeLists.txt 
new/kcontacts-17.12.0/autotests/CMakeLists.txt
--- old/kcontacts-17.08.3/autotests/CMakeLists.txt  2017-10-13 
07:10:42.0 +0200
+++ new/kcontacts-17.12.0/autotests/CMakeLists.txt  2017-12-02 
08:20:32.0 +0100
@@ -1,6 +1,6 @@
 include(ECMAddTests)
 
-set(QT_REQUIRED_VERSION "5.7.0")
+set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
 
 ### next target ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.08.3/autotests/testlock.h 
new/kcontacts-17.12.0/autotests/testlock.h
--- old/kcontacts-17.08.3/autotests/testlock.h  2017-10-13 07:10:42.0 
+0200
+++ new/kcontacts-17.12.0/autotests/testlock.h  2017-12-02 08:20:32.0 
+0100
@@ -43,10 +43,10 @@
 void updateLockView();
 
 private:
-KContacts::Lock *mLock;
+KContacts::Lock *mLock = nullptr;
 
-QLabel *mStatus;
-QTreeWidget *mLockView;
+QLabel *mStatus = nullptr;
+QTreeWidget *mLockView = 

commit kcalutils for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2017-12-18 08:48:41

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


Package is "kcalutils"

Mon Dec 18 08:48:41 2017 rev:28 rq:556160 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2017-11-16 
14:21:04.370028748 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new/kcalutils.changes 2017-12-18 
08:48:42.562076435 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kcalutils-17.08.3.tar.xz

New:

  kcalutils-17.12.0.tar.xz



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.hr4Nqf/_old  2017-12-18 08:48:43.154047858 +0100
+++ /var/tmp/diff_new_pack.hr4Nqf/_new  2017-12-18 08:48:43.158047665 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcalutils
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcalutils-17.08.3.tar.xz -> kcalutils-17.12.0.tar.xz ++
 104614 lines of diff (skipped)




commit kcharselect for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2017-12-18 08:48:47

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


Package is "kcharselect"

Mon Dec 18 08:48:47 2017 rev:79 rq:556161 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2017-11-16 
14:21:08.433881590 +0100
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes 
2017-12-18 08:48:53.721537721 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Make it executable without install it. Allow to create bugzilla version 
for 17.12
+  * add missing comment for appstream compliance (kde#351945)
+
+---

Old:

  kcharselect-17.08.3.tar.xz

New:

  kcharselect-17.12.0.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.UNxgDF/_old  2017-12-18 08:48:54.977477091 +0100
+++ /var/tmp/diff_new_pack.UNxgDF/_new  2017-12-18 08:48:54.981476898 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcharselect
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -80,7 +80,6 @@
 %doc %lang(en) %{_kf5_htmldir}/en/*/
 %{_kf5_applicationsdir}/*.desktop
 %{_kf5_bindir}/kcharselect
-%{_kf5_kxmlguidir}/
 
 %if %{with lang}
 %files lang -f %{name}.lang

++ kcharselect-17.08.3.tar.xz -> kcharselect-17.12.0.tar.xz ++
 7648 lines of diff (skipped)




commit kapptemplate for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2017-12-18 08:47:59

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


Package is "kapptemplate"

Mon Dec 18 08:47:59 2017 rev:54 rq:556147 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes
2017-11-17 10:44:47.766119507 +0100
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new/kapptemplate.changes   
2017-12-18 08:48:07.235781785 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Remove bogus translation strings from KF app templates
+
+---
+Mon Nov 20 06:58:59 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Update Kapptemplate docbook
+  * Remove no-longer used template pictures for the manual
+  * Drop notes about default templates from manual
+  * Remove akonadi templates, variants have been added to akonadi repo
+  * Add arcanist config
+  * sync template document with kde:kdoctools/src/template.docbook, bump 
frameworks version for new  entity
+
+---

Old:

  kapptemplate-17.08.3.tar.xz

New:

  kapptemplate-17.12.0.tar.xz



Other differences:
--
++ kapptemplate.spec ++
--- /var/tmp/diff_new_pack.IXfKCf/_old  2017-12-18 08:48:09.015695861 +0100
+++ /var/tmp/diff_new_pack.IXfKCf/_new  2017-12-18 08:48:09.023695475 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kapptemplate
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kapptemplate-17.08.3.tar.xz -> kapptemplate-17.12.0.tar.xz ++
 3940 lines of diff (skipped)




commit kcalc for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2017-12-18 08:48:26

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


Package is "kcalc"

Mon Dec 18 08:48:26 2017 rev:79 rq:556158 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes  2017-11-16 
14:20:53.846409822 +0100
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2017-12-18 
08:48:27.678794914 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * appdata: use the more generic link for documentation
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  kcalc-17.08.3.tar.xz

New:

  kcalc-17.12.0.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.mi0gJu/_old  2017-12-18 08:48:28.254767109 +0100
+++ /var/tmp/diff_new_pack.mi0gJu/_new  2017-12-18 08:48:28.258766916 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcalc
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcalc-17.08.3.tar.xz -> kcalc-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-17.08.3/CMakeLists.txt 
new/kcalc-17.12.0/CMakeLists.txt
--- old/kcalc-17.08.3/CMakeLists.txt2017-11-07 02:15:52.0 +0100
+++ new/kcalc-17.12.0/CMakeLists.txt2017-12-08 01:50:40.0 +0100
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
-set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MINOR "12")
+set (KDE_APPLICATIONS_VERSION_MICRO "0")
 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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-17.08.3/org.kde.kcalc.appdata.xml 
new/kcalc-17.12.0/org.kde.kcalc.appdata.xml
--- old/kcalc-17.08.3/org.kde.kcalc.appdata.xml 2017-11-05 01:47:11.0 
+0100
+++ new/kcalc-17.12.0/org.kde.kcalc.appdata.xml 2017-12-05 01:31:48.0 
+0100
@@ -8,6 +8,7 @@
   KCalc
   KCalc
   KCalc
+  KCalc
   KCalc
   KCalc
   KCalc
@@ -15,6 +16,7 @@
   KCalc
   KCalc
   KCalc
+  KCalc
   KCalc
   KCalc
   KCalc
@@ -22,6 +24,8 @@
   KCalc
   KCalc
   KCalc
+  KCalc
+  KCalc
   KCalc
   KCalc
   К‑калк
@@ -39,6 +43,7 @@
   Calculadora científica
   Calculadora científica
   Vědecká kalkulačka
+  Videnskabelig lommeregner
   Wissenschaftlicher Taschenrechner
   Επιστημονική αριθμομηχανή
   Scientific Calculator
@@ -46,6 +51,7 @@
   Teaduslik kalkulaator
   Kalkulagailu zientifikoa
   Calculatrice scientifique
+  Unha calculadora científica
   Calculator scientific
   Calcolatrice scientifica
   공학용 계산기
@@ -53,6 +59,8 @@
   Vitskapleg kalkulator
   Kalkulator naukowy
   Calculadora Científica
+  Calculadora científica
+  Калькулятор
   Vedecká kalkulačka
   Znanstveno računalo
   Научни калкулатор
@@ -73,6 +81,7 @@
 KCalc tien tolo qu'esperaríes d'una calculadora 
científica, amás de:
 El KCalc té tot allò que espereu d'una calculadora 
científica, més:
 El KCalc té tot allò que espereu d'una 
calculadora científica, més:
+KCalc har alt hvad du forventer fra en videnskabelig 
lommeregner, plus:
 KCalc bietet alles, was Sie von einem wissenschaftlichen 
Taschenrechner erwarten, plus:
 Το KCalc περιέχει όλα όσα αναζητά κανείς από μία 
επιστημονική αριθμομηχανή και ακόμη:
 KCalc has everything you would expect from a 
scientific calculator, plus:
@@ -80,12 +89,14 @@
 KCalc pakub kõike, mida oskad soovida ühelt teaduslikult 
kalkulaatorilt ja sellele 

commit kcalcore for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kcalcore for openSUSE:Factory 
checked in at 2017-12-18 08:48:35

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


Package is "kcalcore"

Mon Dec 18 08:48:35 2017 rev:27 rq:556159 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes2017-11-16 
14:20:57.834265417 +0100
+++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes   2017-12-18 
08:48:36.222382479 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Make sure the autotest fails if the .ref file is missing.
+  * Fix obvious porting error, allDay was ignored.
+  * Finish cleaning up after 4a039ac88, removing unused test files
+
+---
+Mon Nov 20 06:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kcalcore-17.08.3.tar.xz

New:

  kcalcore-17.12.0.tar.xz



Other differences:
--
++ kcalcore.spec ++
--- /var/tmp/diff_new_pack.9KL4nr/_old  2017-12-18 08:48:36.846352357 +0100
+++ /var/tmp/diff_new_pack.9KL4nr/_new  2017-12-18 08:48:36.850352164 +0100
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.19.0
 Name:   kcalcore
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcalcore-17.08.3.tar.xz -> kcalcore-17.12.0.tar.xz ++
 87662 lines of diff (skipped)




commit kcolorchooser for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kcolorchooser for openSUSE:Factory 
checked in at 2017-12-18 08:48:57

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


Package is "kcolorchooser"

Mon Dec 18 08:48:57 2017 rev:86 rq:556162 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2017-11-16 14:21:15.641620587 +0100
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2017-12-18 08:48:59.641251951 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:36 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * add comment for appstream compliance
+
+---

Old:

  kcolorchooser-17.08.3.tar.xz

New:

  kcolorchooser-17.12.0.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.mHZkIr/_old  2017-12-18 08:49:00.297220285 +0100
+++ /var/tmp/diff_new_pack.mHZkIr/_new  2017-12-18 08:49:00.301220091 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcolorchooser
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcolorchooser-17.08.3.tar.xz -> kcolorchooser-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcolorchooser-17.08.3/org.kde.kcolorchooser.desktop 
new/kcolorchooser-17.12.0/org.kde.kcolorchooser.desktop
--- old/kcolorchooser-17.08.3/org.kde.kcolorchooser.desktop 2016-12-20 
13:05:06.0 +0100
+++ new/kcolorchooser-17.12.0/org.kde.kcolorchooser.desktop 2017-12-04 
06:13:15.0 +0100
@@ -155,5 +155,33 @@
 Name[zh_CN]=KColorChooser
 Name[zh_HK]=KColorChooser
 Name[zh_TW]=KColorChooser 顏色選擇器
-
+Comment=Color selector and palette editor
+Comment[ca]=Selector de colors i editor de la paleta
+Comment[ca@valencia]=Selector de colors i editor de la paleta
+Comment[cs]=Výběr barev a editor palety barev
+Comment[de]=Farbauswahl und Farbpaletten-Editor
+Comment[el]=Επιλογέας χρωμάτων και επεξεργαστής παλέτας
+Comment[en_GB]=Colour selector and palette editor
+Comment[es]=Selector de colores y editor de paleta
+Comment[fr]=Sélecteur de couleurs et éditeur de palettes
+Comment[ia]=Selector de color e modificator de paletta
+Comment[it]=Selettore di colori ed editor di tavolozze dei colori
+Comment[ko]=색상 선택 및 팔레트 편집기
+Comment[nl]=Kleurenkiezer en paletbewerker
+Comment[nn]=Fargeveljar og palettredigeringsprogram
+Comment[pl]=Wybór koloru i edytor palety
+Comment[pt]=Selector de cores e editor de paletas
+Comment[pt_BR]=Seletor de cores e editor de paleta
+Comment[ru]=Программа для выбора цвета и редактирования палитры
+Comment[sk]=Výber farby a editor palety
+Comment[sr]=Бирач боја и уређивач палете
+Comment[sr@ijekavian]=Бирач боја и уређивач палете
+Comment[sr@ijekavianlatin]=Birač boja i uređivač palete
+Comment[sr@latin]=Birač boja i uređivač palete
+Comment[sv]=Färgväljare och paletteditor
+Comment[tr]=Renk seçici ve palet düzenleyici
+Comment[uk]=Програма для вибору кольору і редагування палітр
+Comment[x-test]=xxColor selector and palette editorxx
+Comment[zh_CN]=取色器和配色编辑器
+Comment[zh_TW]=顏色選擇器與調色盤編輯器
 Categories=Qt;KDE;Graphics;X-KDE-More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcolorchooser-17.08.3/po/zh_CN/kcolorchooser.po 
new/kcolorchooser-17.12.0/po/zh_CN/kcolorchooser.po
--- old/kcolorchooser-17.08.3/po/zh_CN/kcolorchooser.po 2017-11-07 
02:14:29.0 +0100
+++ new/kcolorchooser-17.12.0/po/zh_CN/kcolorchooser.po 2017-12-08 
01:47:31.0 +0100
@@ -5,7 +5,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-21 03:03+0100\n"
-"PO-Revision-Date: 2017-10-19 10:52-0400\n"
+"PO-Revision-Date: 2017-11-09 

commit kaddressbook for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kaddressbook for openSUSE:Factory 
checked in at 2017-12-18 08:47:16

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


Package is "kaddressbook"

Mon Dec 18 08:47:16 2017 rev:14 rq:556138 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes
2017-11-16 14:20:24.923457144 +0100
+++ /work/SRC/openSUSE:Factory/.kaddressbook.new/kaddressbook.changes   
2017-12-18 08:47:17.570179353 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+
+---
+Mon Nov 20 06:58:56 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  kaddressbook-17.08.3.tar.xz

New:

  kaddressbook-17.12.0.tar.xz



Other differences:
--
++ kaddressbook.spec ++
--- /var/tmp/diff_new_pack.Hq3ler/_old  2017-12-18 08:47:18.210148459 +0100
+++ /var/tmp/diff_new_pack.Hq3ler/_new  2017-12-18 08:47:18.210148459 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kaddressbook
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -90,7 +90,6 @@
 %doc COPYING COPYING.LIB COPYING.DOC
 %config %{_kf5_configdir}/kaddressbook.categories
 %config %{_kf5_configdir}/kaddressbook.renamecategories
-%config %{_kf5_configdir}/kaddressbook_themes.knsrc
 %dir %{_kf5_appstreamdir}/
 %{_kf5_applicationsdir}/kaddressbook-importer.desktop
 %{_kf5_applicationsdir}/org.kde.kaddressbook*.desktop

++ kaddressbook-17.08.3.tar.xz -> kaddressbook-17.12.0.tar.xz ++
 26063 lines of diff (skipped)




commit kamera for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2017-12-18 08:47:53

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


Package is "kamera"

Mon Dec 18 08:47:53 2017 rev:87 rq:556144 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2017-11-16 
14:20:36.163050152 +0100
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2017-12-18 
08:47:53.612439441 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:58 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * None
+
+---

Old:

  kamera-17.08.3.tar.xz

New:

  kamera-17.12.0.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.qB7zfC/_old  2017-12-18 08:47:54.340404299 +0100
+++ /var/tmp/diff_new_pack.qB7zfC/_new  2017-12-18 08:47:54.340404299 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kamera
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kamera-17.08.3.tar.xz -> kamera-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-17.08.3/CMakeLists.txt 
new/kamera-17.12.0/CMakeLists.txt
--- old/kamera-17.08.3/CMakeLists.txt   2017-11-07 02:14:26.0 +0100
+++ new/kamera-17.12.0/CMakeLists.txt   2017-12-08 01:47:30.0 +0100
@@ -3,8 +3,8 @@
 
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
-set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MINOR "12")
+set (KDE_APPLICATIONS_VERSION_MICRO "0")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(PROJECT_VERSION ${KDE_APPLICATIONS_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-17.08.3/po/gl/kcmkamera.po 
new/kamera-17.12.0/po/gl/kcmkamera.po
--- old/kamera-17.08.3/po/gl/kcmkamera.po   2017-11-07 02:14:23.0 
+0100
+++ new/kamera-17.12.0/po/gl/kcmkamera.po   2017-12-08 01:47:29.0 
+0100
@@ -57,12 +57,12 @@
 #: kamera.cpp:144
 #, kde-format
 msgid "Remove"
-msgstr "Borrar"
+msgstr "Retirar"
 
 #: kamera.cpp:146
 #, kde-format
 msgid "Click this button to remove the selected camera from the list."
-msgstr "Prema este botón para borrar a cámara seleccionada da lista."
+msgstr "Prema este botón para retirar a cámara seleccionada da lista."
 
 #: kamera.cpp:151
 #, kde-format
@@ -128,9 +128,8 @@
 "Este módulo permite a configuración a cámara dixital.\n"
 "Debe escoller o modelo de cámara e o porto polo que está\n"
 "conectada ao computador (p.ex. USB, Serie, Firewire). Se a cámara non\n"
-"aparecer na lista de Cámaras coñecidas, vaia ao \n"
-"http://www.gphoto.org\;>sitio Web do GPhoto para posíbeis "
-"actualizacións.\n"
+"aparecer na lista de Cámaras coñecidas, vaia ao http://www.;
+"gphoto.org\">sitio Web do GPhoto para posíbeis actualizacións.\n"
 "Para ver e descargar imaxes desde a cámara dixital, vaia ao enderezo\n"
 "camera:/ en Konqueror e outros aplicativos de KDE."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-17.08.3/po/zh_CN/kcmkamera.po 
new/kamera-17.12.0/po/zh_CN/kcmkamera.po
--- old/kamera-17.08.3/po/zh_CN/kcmkamera.po2017-11-07 02:14:24.0 
+0100
+++ new/kamera-17.12.0/po/zh_CN/kcmkamera.po2017-12-08 01:47:30.0 
+0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2017-10-19 10:52-0400\n"
+"PO-Revision-Date: 2017-11-09 08:35-0500\n"
 

commit kalarmcal for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kalarmcal for openSUSE:Factory 
checked in at 2017-12-18 08:47:36

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


Package is "kalarmcal"

Mon Dec 18 08:47:36 2017 rev:28 rq:556141 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kalarmcal/kalarmcal.changes  2017-11-16 
14:20:29.687284644 +0100
+++ /work/SRC/openSUSE:Factory/.kalarmcal.new/kalarmcal.changes 2017-12-18 
08:47:37.353224342 +0100
@@ -1,0 +2,40 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:57 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Don't forget to include CMakeFindDependencyMacro.
+  * Fix compile error
+  * Fix conversion between QDateTime and KDateTime
+  * Move the KCalCore porting utils to KAlarmCal
+  * Adapt to KCalCore API changes
+  * Port Period and Duration to QDateTime
+  * Adapt to KCalCore created/lastModified API changes
+  * Adapt to KCalCore recurrence API changes
+  * Port shiftTimes() to QTimeZone
+  * Make run without install them
+  * Remove qt check
+
+---

Old:

  kalarmcal-17.08.3.tar.xz

New:

  kalarmcal-17.12.0.tar.xz



Other differences:
--
++ kalarmcal.spec ++
--- /var/tmp/diff_new_pack.8q5HUW/_old  2017-12-18 08:47:37.885198661 +0100
+++ /var/tmp/diff_new_pack.8q5HUW/_new  2017-12-18 08:47:37.885198661 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kalarmcal
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kalarmcal-17.08.3.tar.xz -> kalarmcal-17.12.0.tar.xz ++
 6838 lines of diff (skipped)




commit kaccounts-integration for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2017-12-18 08:46:50

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


Package is "kaccounts-integration"

Mon Dec 18 08:46:50 2017 rev:32 rq:556135 version:17.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
2017-11-16 14:20:16.351767528 +0100
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
 2017-12-18 08:46:54.723282270 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:56 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Be more verbose about missing providers
+  * Ensure we set a usable path to the directory where our Macros live
+  * Ensure we specify a relative path. This allows for the installation to be 
relocated, something which is required for proper operation on the CI
+
+---

Old:

  kaccounts-integration-17.08.3.tar.xz

New:

  kaccounts-integration-17.12.0.tar.xz



Other differences:
--
++ kaccounts-integration.spec ++
--- /var/tmp/diff_new_pack.dA9aWz/_old  2017-12-18 08:46:55.475245969 +0100
+++ /var/tmp/diff_new_pack.dA9aWz/_new  2017-12-18 08:46:55.483245583 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kaccounts-integration
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kaccounts-integration-17.08.3.tar.xz -> 
kaccounts-integration-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-17.08.3/CMakeLists.txt 
new/kaccounts-integration-17.12.0/CMakeLists.txt
--- old/kaccounts-integration-17.08.3/CMakeLists.txt2017-11-07 
02:24:42.0 +0100
+++ new/kaccounts-integration-17.12.0/CMakeLists.txt2017-12-08 
02:01:05.0 +0100
@@ -9,11 +9,11 @@
 enable_testing()
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
-set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "12")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
 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")
+set(REQUIRED_QT_VERSION "5.7.0")
 set(REQUIRED_KF5_VERSION "5.4.0")
 set(ACCOUNTSQT_DEP_VERSION "1.13")
 set(SIGNONQT_DEP_VERSION "8.55")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-17.08.3/po/ar/kaccounts-integration.po 
new/kaccounts-integration-17.12.0/po/ar/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ar/kaccounts-integration.po
2017-11-07 02:24:41.0 +0100
+++ new/kaccounts-integration-17.12.0/po/ar/kaccounts-integration.po
2017-12-08 02:01:04.0 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
 "PO-Revision-Date: ٢٠١٥-٠٤-٠٣ ٢٠:٠٠+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ -23,7 +23,20 @@
 msgid "Configure..."
 msgstr "اضبط..."
 
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.Some providers can be found in packages "
+"kaccounts-providers and ktp-accounts-"
+"kcm."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
 #, kde-format
 msgctxt "Messagebox title; meaning 'Unable to finish the action you 

commit k3b for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2017-12-18 08:46:44

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


Package is "k3b"

Mon Dec 18 08:46:44 2017 rev:82 rq:556134 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2017-11-16 14:20:13.615866595 
+0100
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes 2017-12-18 
08:46:46.151696056 +0100
@@ -1,0 +2,34 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:55 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+- Dropped patches, now upstream:
+  * Add-forceCheck-for-ManualCheckSystem.patch
+  * Fix-creating-DVD-video-image.patch
+  * Add-readCheckSystemConfig.patch
+
+---

Old:

  Add-forceCheck-for-ManualCheckSystem.patch
  Add-readCheckSystemConfig.patch
  Fix-creating-DVD-video-image.patch
  k3b-17.08.3.tar.xz

New:

  k3b-17.12.0.tar.xz



Other differences:
--
++ k3b.spec ++
--- /var/tmp/diff_new_pack.Nk9EN2/_old  2017-12-18 08:46:47.071651646 +0100
+++ /var/tmp/diff_new_pack.Nk9EN2/_new  2017-12-18 08:46:47.075651453 +0100
@@ -23,7 +23,7 @@
 %bcond_withoutmad
 
 Name:   k3b
-Version:17.08.3
+Version:17.12.0
 Release:0
 Summary:CD/DVD/Blu-ray Burning Application for KDE
 License:GPL-2.0+
@@ -32,12 +32,6 @@
 Source: %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch1: Don-t-suggest-to-install-libburn.patch
-# PATCH-FIX-UPSTREAM
-Patch3: Add-readCheckSystemConfig.patch
-# PATCH-FIX-UPSTREAM
-Patch4: Add-forceCheck-for-ManualCheckSystem.patch
-# PATCH-FIX-UPSTREAM
-Patch5: Fix-creating-DVD-video-image.patch
 
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
@@ -127,9 +121,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 CXXFLAGS="%{optflags} -fno-strict-aliasing"

++ Don-t-suggest-to-install-libburn.patch ++
--- /var/tmp/diff_new_pack.Nk9EN2/_old  2017-12-18 08:46:47.099650294 +0100
+++ /var/tmp/diff_new_pack.Nk9EN2/_new  2017-12-18 08:46:47.103650101 +0100
@@ -13,19 +13,20 @@
  src/k3bsystemproblemdialog.cpp | 6 --
  1 file changed, 6 deletions(-)
 
-Index: k3b-17.08.2/src/k3bsystemproblemdialog.cpp
+Index: k3b-17.11.80/src/k3bsystemproblemdialog.cpp
 ===
 k3b-17.08.2.orig/src/k3bsystemproblemdialog.cpp
-+++ k3b-17.08.2/src/k3bsystemproblemdialog.cpp
-@@ -288,12 +288,6 @@ void K3b::SystemProblemDialog::checkSyst
+--- k3b-17.11.80.orig/src/k3bsystemproblemdialog.cpp
 k3b-17.11.80/src/k3bsystemproblemdialog.cpp
+@@ -293,13 +293,6 @@ void K3b::SystemProblemDialog::checkSyst
  #endif
  }
  
 -if (!k3bcore->externalBinManager()->foundBin("cdrskin")) {
--problems.append(K3b::SystemProblem(K3b::SystemProblem::CRITICAL,
+-
problems.append(K3b::SystemProblem(K3b::SystemProblem::NON_CRITICAL,
 -i18n("Unable to find %1 executable", QString("cdrskin")),
--i18n("K3b uses cdrskin in place of cdrecord."),
--i18n("Install the libburn package which contains cdrskin")));
+-i18n("Cdrskin can substitute for cdrecord with data and audio"
+- " CD, and for growisofs with DVD and BD."),
+-i18n("Consider to install the libburn and cdrskin 
packages.")));
 -}
  }
  

++ k3b-17.08.3.tar.xz -> k3b-17.12.0.tar.xz ++
/work/SRC/openSUSE:Factory/k3b/k3b-17.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.k3b.new/k3b-17.12.0.tar.xz differ: char 26, line 1




commit gwenview5 for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package gwenview5 for openSUSE:Factory 
checked in at 2017-12-18 08:46:25

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


Package is "gwenview5"

Mon Dec 18 08:46:25 2017 rev:30 rq:556131 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/gwenview5/gwenview5.changes  2017-11-16 
14:19:50.416706634 +0100
+++ /work/SRC/openSUSE:Factory/.gwenview5.new/gwenview5.changes 2017-12-18 
08:46:35.784196540 +0100
@@ -1,0 +2,51 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Update selection after renaming a file (kde#249001)
+  * appdata: update doc URL, more https
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * General HiDPI enablement for Gwenview's importer
+  * Initial focus to thumbnails in browse mode (kde#312631)
+  * Indicate that Gwenview can open Targa images
+  * Persist path for "Copy/Move/Link To" to config file
+
+---
+Mon Nov 20 06:58:55 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Remove stray todo from gvpart.desktop
+  * Try to keep ContextManager in sync with viewed files in MainWindow 
(kde#355493, kde#275807, kde#326190, kde#306835)
+  * Make CFitsio optional
+  * Update move/copy/link dialog window's title to reflect selected files
+  * Fix zoom slider toolbuttons not disabling properly
+  * Scroll wheel and touchpad zoom in smaller increments (kde#307637)
+  * Add option to show file in File Manager
+  * Apply full screen color scheme also to window decoration
+  * Remove references to Android and KStars from CMake
+  * Fix build with cfitsio
+  * Add FITS format support
+  * Add ccache support
+  * Always show image rotation buttons in Image Operations sidebar when other 
operations are available (kde#354149)
+  * Give Gwenview's Save As dialog a proper title: "Save Image" (kde#348221)
+  * Fix CMake CMP0048 warning about project() without VERSION
+  * Add .arcconfig
+  * Replaced calls to the deprecated function KJobUiDelegate *ui().
+  * Look at to use gwenview without install it
+
+---

Old:

  gwenview-17.08.3.tar.xz

New:

  gwenview-17.12.0.tar.xz



Other differences:
--
++ gwenview5.spec ++
--- /var/tmp/diff_new_pack.gKb7zA/_old  2017-12-18 08:46:36.492162363 +0100
+++ /var/tmp/diff_new_pack.gKb7zA/_new  2017-12-18 08:46:36.496162170 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   gwenview5
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ gwenview-17.08.3.tar.xz -> gwenview-17.12.0.tar.xz ++
 51297 lines of diff (skipped)




commit incidenceeditor for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package incidenceeditor for openSUSE:Factory 
checked in at 2017-12-18 08:46:36

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


Package is "incidenceeditor"

Mon Dec 18 08:46:36 2017 rev:21 rq:556132 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes  
2017-11-16 14:19:55.656516902 +0100
+++ /work/SRC/openSUSE:Factory/.incidenceeditor.new/incidenceeditor.changes 
2017-12-18 08:46:39.412021409 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Define kf5_version
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:55 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  incidenceeditor-17.08.3.tar.xz

New:

  incidenceeditor-17.12.0.tar.xz



Other differences:
--
++ incidenceeditor.spec ++
--- /var/tmp/diff_new_pack.IjaZvp/_old  2017-12-18 08:46:40.023991866 +0100
+++ /var/tmp/diff_new_pack.IjaZvp/_new  2017-12-18 08:46:40.027991674 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   incidenceeditor
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ incidenceeditor-17.08.3.tar.xz -> incidenceeditor-17.12.0.tar.xz ++
 36735 lines of diff (skipped)




commit grantleetheme for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2017-12-18 08:46:13

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


Package is "grantleetheme"

Mon Dec 18 08:46:13 2017 rev:20 rq:556130 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2017-11-16 14:19:40.849053073 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new/grantleetheme.changes 
2017-12-18 08:46:14.273234965 +0100
@@ -1,0 +2,42 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Remove old option
+
+---
+Mon Nov 20 06:58:54 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Fix clazy warning
+  * Too bad it's still necessary for an autotest
+  * Port to new connect api
+  * Use nullptr
+  * Don't force KUIT markup in Grantlee templates
+  * Fix includes
+  * Remove usage of kaboutdata and i18n in test apps
+  * initialize pointer
+  * Allow to load qrc file too
+  * Make it work without install
+  * Allow to run test without install it
+  * Search test when it's necessary
+  * Hide action if GHNS is disabled by KIOSK restriction
+
+---

Old:

  grantleetheme-17.08.3.tar.xz

New:

  grantleetheme-17.12.0.tar.xz



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.6e0ekO/_old  2017-12-18 08:46:14.949202333 +0100
+++ /var/tmp/diff_new_pack.6e0ekO/_new  2017-12-18 08:46:14.953202140 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   grantleetheme
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ grantleetheme-17.08.3.tar.xz -> grantleetheme-17.12.0.tar.xz ++
 2371 lines of diff (skipped)




commit kaccounts-providers for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package kaccounts-providers for 
openSUSE:Factory checked in at 2017-12-18 08:47:00

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


Package is "kaccounts-providers"

Mon Dec 18 08:47:00 2017 rev:31 rq:556136 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2017-11-16 14:20:17.795715242 +0100
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new/kaccounts-providers.changes 
2017-12-18 08:47:01.550952669 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:02 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:56 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * add missing comment required by appstream 
http://metadata.neon.kde.org/appstream/html/xenial/main/issues/kaccounts-providers.html
+
+---

Old:

  kaccounts-providers-17.08.3.tar.xz

New:

  kaccounts-providers-17.12.0.tar.xz



Other differences:
--
++ kaccounts-providers.spec ++
--- /var/tmp/diff_new_pack.jAFgSx/_old  2017-12-18 08:47:02.190921775 +0100
+++ /var/tmp/diff_new_pack.jAFgSx/_new  2017-12-18 08:47:02.198921389 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kaccounts-providers
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kaccounts-providers-17.08.3.tar.xz -> kaccounts-providers-17.12.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-17.08.3/CMakeLists.txt 
new/kaccounts-providers-17.12.0/CMakeLists.txt
--- old/kaccounts-providers-17.08.3/CMakeLists.txt  2017-11-07 
02:24:45.0 +0100
+++ new/kaccounts-providers-17.12.0/CMakeLists.txt  2017-12-08 
02:01:06.0 +0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
-set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "12")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
 set(KACCOUNTS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(REQUIRED_QT_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-17.08.3/plugins/owncloud-ui/package/metadata.desktop 
new/kaccounts-providers-17.12.0/plugins/owncloud-ui/package/metadata.desktop
--- 
old/kaccounts-providers-17.08.3/plugins/owncloud-ui/package/metadata.desktop
2017-11-05 01:55:03.0 +0100
+++ 
new/kaccounts-providers-17.12.0/plugins/owncloud-ui/package/metadata.desktop
2017-12-05 00:10:04.0 +0100
@@ -36,10 +36,13 @@
 Name[zh_CN]=OwnCloud KAccounts QML 插件
 Name[zh_TW]=OwnCloud KAccounts QML 外掛程式
 Comment=Use OwnCloud with KAccounts
-Comment[ca]=Ús de l'OwnCloud amb KAccounts
-Comment[ca@valencia]=Ús de l'OwnCloud amb KAccounts
+Comment[ast]=Usa OwnCloud con KAccounts
+Comment[ca]=Usa OwnCloud amb KAccounts
+Comment[ca@valencia]=Usa OwnCloud amb KAccounts
 Comment[cs]=Použít ownCloud s KAccounts
 Comment[de]=OwnCloud mit KAccounts benutzen
+Comment[el]=Χρήση OwnCloud με KAccounts
+Comment[en_GB]=Use OwnCloud with KAccounts
 Comment[es]=Usar OwnCloud con KAccounts
 Comment[fr]=Utiliser Owncloud avec KAccounts
 Comment[it]=Usa OwnCloud con KAccounts
@@ -47,6 +50,7 @@
 Comment[pl]=Używaj OwnCloud z KAccounts
 Comment[pt]=Usar o OwnCloud com o KAccounts
 Comment[pt_BR]=Usar OwnCloud com o KAccounts
+Comment[ru]=Доступ к OwnCloud посредством KAccounts
 Comment[sk]=Použiť OwnCloud s KAccounts
 Comment[sr]=Користите Оунклауд са К‑налозима
 Comment[sr@ijekavian]=Користите Оунклауд са К‑налозима
@@ -57,6 +61,7 @@
 Comment[uk]=Використання OwnCloud за допомогою KAccounts
 Comment[x-test]=xxUse 

commit eventviews for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package eventviews for openSUSE:Factory 
checked in at 2017-12-18 08:46:06

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


Package is "eventviews"

Mon Dec 18 08:46:06 2017 rev:22 rq:556125 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/eventviews/eventviews.changes2017-11-16 
14:19:34.841270611 +0100
+++ /work/SRC/openSUSE:Factory/.eventviews.new/eventviews.changes   
2017-12-18 08:46:07.773548732 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:53 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  eventviews-17.08.3.tar.xz

New:

  eventviews-17.12.0.tar.xz



Other differences:
--
++ eventviews.spec ++
--- /var/tmp/diff_new_pack.GxaeYg/_old  2017-12-18 08:46:08.437516679 +0100
+++ /var/tmp/diff_new_pack.GxaeYg/_new  2017-12-18 08:46:08.437516679 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   eventviews
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ eventviews-17.08.3.tar.xz -> eventviews-17.12.0.tar.xz ++
 47431 lines of diff (skipped)




commit akregator for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2017-12-18 08:45:00

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


Package is "akregator"

Mon Dec 18 08:45:00 2017 rev:15 rq:556111 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akregator/akregator.changes  2017-11-16 
14:18:49.142925285 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2017-12-18 
08:45:06.740495055 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand 
why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it 
always used
+
+---
+Mon Nov 20 06:55:28 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  akregator-17.08.3.tar.xz

New:

  akregator-17.12.0.tar.xz



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.SnRpL0/_old  2017-12-18 08:45:07.596453734 +0100
+++ /var/tmp/diff_new_pack.SnRpL0/_new  2017-12-18 08:45:07.600453541 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   akregator
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -121,7 +121,6 @@
 %{_kf5_dbusinterfacesdir}/org.kde.akregator.part.xml
 %doc %lang(en) %{_kf5_htmldir}/en/akregator/
 %{_kf5_iconsdir}/hicolor/*/apps/akregator*.png
-%{_kf5_kxmlguidir}/akregator/
 %{_kf5_libdir}/libakregatorinterfaces.so*
 %{_kf5_libdir}/libakregatorprivate.so.*
 %{_kf5_notifydir}/akregator.notifyrc
@@ -134,7 +133,6 @@
 %{_kf5_sharedir}/akregator/
 %{_kf5_sharedir}/kconf_update/
 %{_kf5_sharedir}/kontact/
-%{_kf5_sharedir}/messageviewer/
 
 %if %{with lang}
 %files lang -f %{name}.lang

++ akregator-17.08.3.tar.xz -> akregator-17.12.0.tar.xz ++
 99475 lines of diff (skipped)




commit ark for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2017-12-18 08:45:10

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


Package is "ark"

Mon Dec 18 08:45:10 2017 rev:84 rq:556113 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2017-11-16 14:18:59.238559741 
+0100
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2017-12-18 
08:45:15.292082234 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * ExtractJob: set destination URL in the job description (kde#385043)
+
+---
+Mon Nov 20 06:55:28 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  ark-17.08.3.tar.xz

New:

  ark-17.12.0.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.Jb7kUf/_old  2017-12-18 08:45:16.48057 +0100
+++ /var/tmp/diff_new_pack.Jb7kUf/_new  2017-12-18 08:45:16.004047864 +0100
@@ -21,7 +21,7 @@
 %define SOMAJOR 17
 
 Name:   ark
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ark-17.08.3.tar.xz -> ark-17.12.0.tar.xz ++
 58816 lines of diff (skipped)




commit dragonplayer for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Factory 
checked in at 2017-12-18 08:46:01

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


Package is "dragonplayer"

Mon Dec 18 08:46:01 2017 rev:70 rq:556124 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/dragonplayer/dragonplayer.changes
2017-11-16 14:19:26.993554770 +0100
+++ /work/SRC/openSUSE:Factory/.dragonplayer.new/dragonplayer.changes   
2017-12-18 08:46:03.613749543 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:53 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * set proper desktop file name (kde#382910)
+
+---

Old:

  dragon-17.08.3.tar.xz

New:

  dragon-17.12.0.tar.xz



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.YkT0Bh/_old  2017-12-18 08:46:04.285717104 +0100
+++ /var/tmp/diff_new_pack.YkT0Bh/_new  2017-12-18 08:46:04.289716911 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   dragonplayer
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ dragon-17.08.3.tar.xz -> dragon-17.12.0.tar.xz ++
 3920 lines of diff (skipped)




commit dolphin for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2017-12-18 08:45:46

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


Package is "dolphin"

Mon Dec 18 08:45:46 2017 rev:35 rq:556122 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2017-11-16 
14:19:17.337904390 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new/dolphin.changes 2017-12-18 
08:45:57.434047863 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * appdata: update doc URL, more https
+  * Use CMakePackageConfigHelpers instead of the ECM variant
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * Fix scrolling during inline renaming causes rename of wrong file 
(kde#378786)
+
+---
+Mon Nov 20 06:58:52 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  dolphin-17.08.3.tar.xz

New:

  dolphin-17.12.0.tar.xz



Other differences:
--
++ dolphin.spec ++
--- /var/tmp/diff_new_pack.5EdqjN/_old  2017-12-18 08:45:58.461998239 +0100
+++ /var/tmp/diff_new_pack.5EdqjN/_new  2017-12-18 08:45:58.465998047 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   dolphin
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ dolphin-17.08.3.tar.xz -> dolphin-17.12.0.tar.xz ++
 107047 lines of diff (skipped)




commit calendarsupport for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package calendarsupport for openSUSE:Factory 
checked in at 2017-12-18 08:45:25

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


Package is "calendarsupport"

Mon Dec 18 08:45:25 2017 rev:21 rq:556119 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes  
2017-11-16 14:19:11.362120765 +0100
+++ /work/SRC/openSUSE:Factory/.calendarsupport.new/calendarsupport.changes 
2017-12-18 08:45:29.819380940 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:58:52 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  calendarsupport-17.08.3.tar.xz

New:

  calendarsupport-17.12.0.tar.xz



Other differences:
--
++ calendarsupport.spec ++
--- /var/tmp/diff_new_pack.W0dlqZ/_old  2017-12-18 08:45:32.687242496 +0100
+++ /var/tmp/diff_new_pack.W0dlqZ/_new  2017-12-18 08:45:32.691242303 +0100
@@ -20,7 +20,7 @@
 
 %define lname libKF5CalendarSupport5
 Name:   calendarsupport
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ calendarsupport-17.08.3.tar.xz -> calendarsupport-17.12.0.tar.xz ++
 86230 lines of diff (skipped)




commit baloo5-widgets for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package baloo5-widgets for openSUSE:Factory 
checked in at 2017-12-18 08:45:18

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


Package is "baloo5-widgets"

Mon Dec 18 08:45:18 2017 rev:28 rq:556115 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/baloo5-widgets/baloo5-widgets.changes
2017-11-16 14:19:03.806394347 +0100
+++ /work/SRC/openSUSE:Factory/.baloo5-widgets.new/baloo5-widgets.changes   
2017-12-18 08:45:18.391932591 +0100
@@ -1,0 +2,35 @@
+Sat Dec 09 14:59:01 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:55:28 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Display "Downloaded From" by default, if file supports it
+  * Show Date Modified information by default in Dolphin's Information Panel 
and Tooltips (kde#381470)
+  * Use the correct defines for a Qt 5 world
+  * Revert "Add a trailing slash to the tag widget tag url path."
+  * Add a trailing slash to the tag widget tag url path.
+  * Remove redundancy when adding Tags and Comments in Dolphin (kde#308392)
+
+---

Old:

  baloo-widgets-17.08.3.tar.xz

New:

  baloo-widgets-17.12.0.tar.xz



Other differences:
--
++ baloo5-widgets.spec ++
--- /var/tmp/diff_new_pack.4jzFgY/_old  2017-12-18 08:45:19.011902662 +0100
+++ /var/tmp/diff_new_pack.4jzFgY/_new  2017-12-18 08:45:19.015902469 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   baloo5-widgets
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ baloo-widgets-17.08.3.tar.xz -> baloo-widgets-17.12.0.tar.xz ++
 3119 lines of diff (skipped)




commit akonadi-contact for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2017-12-18 08:44:31

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


Package is "akonadi-contact"

Mon Dec 18 08:44:31 2017 rev:18 rq:556105 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2017-11-16 14:18:05.196516476 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-contact.new/akonadi-contact.changes 
2017-12-18 08:44:34.357286262 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:00 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * Return an ItemFlags not nullptr
+
+---
+Sat Dec 02 10:12:34 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:55:26 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Too many changes to list here
+
+---

Old:

  akonadi-contacts-17.08.3.tar.xz

New:

  akonadi-contacts-17.12.0.tar.xz



Other differences:
--
++ akonadi-contact.spec ++
--- /var/tmp/diff_new_pack.oFBVAa/_old  2017-12-18 08:44:35.045253051 +0100
+++ /var/tmp/diff_new_pack.oFBVAa/_new  2017-12-18 08:44:35.045253051 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:   akonadi-contact
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -128,8 +128,6 @@
 %dir %{_kf5_plugindir}/akonadi/contacts/
 %dir %{_kf5_servicesdir}/akonadi
 %dir %{_kf5_servicesdir}/akonadi/contact
-%dir %{_kf5_sharedir}/contacteditor/
-%dir %{_kf5_sharedir}/contacteditor/grantleetheme/
 %config %{_kf5_configdir}/*.categories
 %{_kf5_datadir}/akonadi/contact/
 %{_kf5_plugindir}/akonadi/contacts/plugins/
@@ -137,7 +135,6 @@
 %{_kf5_servicesdir}/akonadi/contact/
 %{_kf5_servicesdir}/akonadicontact_actions.desktop
 %{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
-%{_kf5_sharedir}/contacteditor/grantleetheme/default/
 
 %files -n libKF5AkonadiContact5
 %defattr(-,root,root)

++ akonadi-contacts-17.08.3.tar.xz -> akonadi-contacts-17.12.0.tar.xz ++
 52273 lines of diff (skipped)




  1   2   >