commit gnustep-base for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2017-09-11 16:22:51

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


Package is "gnustep-base"

Mon Sep 11 16:22:51 2017 rev:5 rq:522921 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-09-09 20:27:01.625926575 +0200
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2017-09-11 16:23:35.086013056 +0200
@@ -1,0 +2,6 @@
+Sat Sep  9 23:29:13 UTC 2017 - jeng...@inai.de
+
+- Implement shared library packaging guideline.
+  Ensure neutrality of description.
+
+---



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.QNnieU/_old  2017-09-11 16:23:35.577943981 +0200
+++ /var/tmp/diff_new_pack.QNnieU/_new  2017-09-11 16:23:35.581943421 +0200
@@ -11,24 +11,24 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   gnustep-base
+%define lname  libgnustep-base1_25
 Summary:GNUstep Base library package
-Version:1.25.0
-Release:0
 License:LGPL-2.1+ and GPL-3.0+
 Group:  System/GUI/Other
+Version:1.25.0
+Release:0
 Url:http://www.gnustep.org/
 Source: 
ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 Source1:
ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz.sig
 Source2:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 #SUSE specfile docs say prereq is deprecated and it causes the build to fail 
on Fedora 
 #However the RPM macros doc says it must be used if various other macros
 #e.g. fillup_and_insserv are use. This change is a test for Fedora
@@ -74,21 +74,30 @@
 %define gs_library   %{_libdir}/GNUstep
 
 %description
-The GNUstep Base Library is a powerful fast library of general-
-purpose, non-graphical Objective C classes, inspired by the superb
+The GNUstep Base Library is a library of general-purpose,
+non-graphical Objective C classes, inspired by the
+OpenStep API but implementing Apple and GNU additions to the API
+as well.
+
+%package -n %{lname}
+Summary:GNUstep Base library package
+Group:  System/Libraries
+
+%description -n %{lname}
+The GNUstep Base Library is a library of general-purpose,
+non-graphical Objective C classes, inspired by the
 OpenStep API but implementing Apple and GNU additions to the API
-as well.  It includes, for example, classes for unicode strings,
+as well.  It includes, for example, classes for Unicode strings,
 arrays, dictionaries, sets, byte streams, typed coders, invocations,
 notifications, notification dispatchers, scanners, tasks, files,
 networking, threading, remote object messaging support (distributed
-objects), event loops, loadable bundles, attributed unicode strings,
-xml, mime, user defaults. This package includes development headers
-too. It was configured for the FHS file system layout, customised
-for SUSE.
+objects), event loops, loadable bundles, attributed Unicode strings,
+XML, MIME, user defaults.
 
 %package devel
-Summary:Devel package for GNUstep Base Library
+Summary:Devel package for the GNUstep Base Library
 Group:  Development/Libraries/C and C++
+Requires:   %{lname} = %{version}
 Requires:   %{name} = %{version}
 
 %description devel
@@ -119,7 +128,6 @@
--with-installation-domain=SYSTEM
 make %{?_smp_mflags}
 
-
 %install
 # Source GNUstep environment variables. This is done unconditionally
 # to ensure that the values appropriate to this build get defined,
@@ -152,8 +160,6 @@
 
 %else
 
-
-
 # Create scripts to source GNUstep environment variables,
 # and update cache of services and applications, on user login.
 mkdir -p %{buildroot}%{profile_dir}
@@ -176,13 +182,15 @@
 chmod 755 %{buildroot}%{profile_dir}/%{gs_userstart}
 %endif
 
-# save discspace: symlink duplicates
+# save disk space: symlink duplicates
 %fdupes -s %{buildroot}
 
 # Comment out checks because they break building on some systems. The 
NSOperation test seems to loop infinite.
 #%check
 #make check
 
+%post   -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -206,7 +214,6 @@
 %{_bindir}/xmlparse
 %{gs_library}
 %{gs_makefiles}
-%{_libdir}/libgnustep-base.so.*
 %{_mandir}/man1/HTMLLinker.1%{ext_man}
 

commit colordiff for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package colordiff for openSUSE:Factory 
checked in at 2017-09-11 16:22:55

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


Package is "colordiff"

Mon Sep 11 16:22:55 2017 rev:21 rq:523007 version:1.0.18

Changes:

--- /work/SRC/openSUSE:Factory/colordiff/colordiff.changes  2016-01-01 
19:49:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.colordiff.new/colordiff.changes 2017-09-11 
16:23:36.357834474 +0200
@@ -1,0 +2,9 @@
+Sun Sep 10 15:41:24 UTC 2017 - aavind...@gmail.com
+
+- Update to 1.0.18:
+  * Ensure --color=no is honoured where appropriate, add
+--color-term-output-only plus minor fixes.
+  * Fix regression which broke piping to less.
+- Cleanup with spec-cleaner
+
+---

Old:

  colordiff-1.0.16.tar.gz
  colordiff-1.0.16.tar.gz.sig

New:

  colordiff-1.0.18.tar.gz
  colordiff-1.0.18.tar.gz.sig



Other differences:
--
++ colordiff.spec ++
--- /var/tmp/diff_new_pack.KkH4OM/_old  2017-09-11 16:23:36.849765399 +0200
+++ /var/tmp/diff_new_pack.KkH4OM/_new  2017-09-11 16:23:36.853764837 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package colordiff
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   colordiff
-Version:1.0.16
+Version:1.0.18
 Release:0
 Summary:Colour-highlighted 'diff' output
 License:GPL-2.0+
@@ -27,7 +27,6 @@
 Source1:http://www.colordiff.org/%{name}-%{version}.tar.gz.sig
 Source2:%{name}.keyring
 Patch0: colordiff-fix-permission.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -52,7 +51,6 @@
 chmod a-x %{buildroot}/%{_mandir}/man1/colordiff.*
 
 %files
-%defattr(-,root,root)
 %doc README COPYING CHANGES BUGS colordiffrc colordiffrc-lightbg
 %config %{_sysconfdir}/colordiffrc
 %{_bindir}/cdiff

++ colordiff-1.0.16.tar.gz -> colordiff-1.0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colordiff-1.0.16/CHANGES new/colordiff-1.0.18/CHANGES
--- old/colordiff-1.0.16/CHANGES2015-10-25 16:04:01.0 +0100
+++ new/colordiff-1.0.18/CHANGES2017-06-02 21:41:16.0 +0200
@@ -132,5 +132,14 @@
 Support for XDG_CONFIG_HOME (thanks Zhiming Wang), fewer deps for cdiff.sh and
 fixes for diffy and diff-type specification (thanks Peter Wu).
 
+Changes between 1.0.16 and 1.0.17
+
+Ensure --color=no is honoured where appropriate, add --color-term-output-only
+plus minor fixes.
+
+Changes between 1.0.17 and 1.0.18
+
+Fix regression which broke piping to less.
+
 # vim: tw=72
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colordiff-1.0.16/Makefile 
new/colordiff-1.0.18/Makefile
--- old/colordiff-1.0.16/Makefile   2015-06-23 22:35:04.0 +0200
+++ new/colordiff-1.0.18/Makefile   2016-11-12 13:12:14.0 +0100
@@ -1,6 +1,6 @@
-INSTALL_DIR=/usr/local/bin
-MAN_DIR=/usr/local/man/man1
-ETC_DIR=/etc
+INSTALL_DIR?=/usr/local/bin
+MAN_DIR?=/usr/local/man/man1
+ETC_DIR?=/etc
 VERSION=$(shell egrep '^my .version' colordiff.pl |cut -f 2 -d "'")
 DIST_FILES=COPYING INSTALL Makefile README \
colordiff.pl colordiffrc colordiffrc-lightbg cdiff.sh BUGS CHANGES 
colordiff.1 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colordiff-1.0.16/colordiff.pl 
new/colordiff-1.0.18/colordiff.pl
--- old/colordiff-1.0.16/colordiff.pl   2015-10-25 15:54:32.0 +0100
+++ new/colordiff-1.0.18/colordiff.pl   2017-06-02 21:41:27.0 +0200
@@ -5,7 +5,7 @@
 # ColorDiff - a wrapper/replacement for 'diff' producing   #
 # colourful output #
 #  #
-# Copyright (C)2002-2015 Dave Ewart (da...@sungate.co.uk)  #
+# Copyright (C)2002-2017 Dave Ewart (da...@sungate.co.uk)  #
 #  #
 
 #  #
@@ -25,13 +25,13 @@
 use Getopt::Long qw(:config pass_through no_auto_abbrev);
 
 my $app_name = 'colordiff';
-my $version  = '1.0.16';
+my $version  = '1.0.18';
 

commit genius for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package genius for openSUSE:Factory checked 
in at 2017-09-11 16:23:00

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


Package is "genius"

Mon Sep 11 16:23:00 2017 rev:31 rq:523051 version:1.0.23

Changes:

--- /work/SRC/openSUSE:Factory/genius/genius.changes2017-01-25 
23:31:29.357025812 +0100
+++ /work/SRC/openSUSE:Factory/.genius.new/genius.changes   2017-09-11 
16:23:39.105448667 +0200
@@ -1,0 +2,22 @@
+Sat Sep  9 23:52:40 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description, remove rheotric questions
+  from description. Update package summaries.
+
+---
+Thu Sep  7 04:47:08 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.0.23:
+  + Stop depending the build system on gnome-common.
+  + Help is now built as HTML and displayed in the browser,meaning
+it actually works, links work, and it doesn't depend on any
+particular desktop environment being installed. The HTML help
+is also shown in the command line version when "manual" is run.
+  + New example for Duffing equation.
+  + New example on traces of the Peano function.
+  + Couple of fixes/improvements in the examples.
+  + Fix a crash on SurfacePlotDrawLines/Points.
+  + Updated translations.
+- Drop some %dir and %doc: no longer needed.
+
+---

Old:

  genius-1.0.22.tar.xz

New:

  genius-1.0.23.tar.xz



Other differences:
--
++ genius.spec ++
--- /var/tmp/diff_new_pack.PUFOLj/_old  2017-09-11 16:23:39.625375661 +0200
+++ /var/tmp/diff_new_pack.PUFOLj/_new  2017-09-11 16:23:39.629375100 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   genius
-Version:1.0.22
+Version:1.0.23
 Release:0
 Summary:General purpose calculator and mathematics tool
 License:GPL-3.0+
@@ -45,43 +45,33 @@
 %description
 Genius is a general purpose calculator program similar in some aspects
 to BC, Matlab, Maple or Mathematica. It is useful both as a simple
-calculator and as a research or educational tool. The syntax is very
-intuitive and is designed to mimic how mathematics is usually written.
+calculator and as a research or educational tool. The syntax
+mimics how mathematics is usually written.
 
-GEL is the name of its extension language, it stands for Genius
-Extension Language, clever isn't it? In fact, many of the standard
-genius functions are written in GEL itself.
+GEL (Genius Extenseion Language) is the name of its extension language.
+Many of the standard genius functions are written in GEL itself.
 
 %package -n gnome-genius
-Summary:General purpose calculator and mathematics tool - GNOME 
Interface
+Summary:GNOME interface the the Genius general purpose calculator
 Group:  Productivity/Scientific/Math
 Requires:   %{name} = %{version}
 
 %description -n gnome-genius
 Genius is a general purpose calculator program similar in some aspects
 to BC, Matlab, Maple or Mathematica. It is useful both as a simple
-calculator and as a research or educational tool. The syntax is very
-intuitive and is designed to mimic how mathematics is usually written.
-
-GEL is the name of its extension language, it stands for Genius
-Extension Language, clever isn't it? In fact, many of the standard
-genius functions are written in GEL itself.
+calculator and as a research or educational tool. The syntax mimics
+how mathematics is usually written.
 
 %package devel
-Summary:General purpose calculator and mathematics tool - Development 
Files
+Summary:Development files for Genius, a general purpose calculator
 Group:  Productivity/Scientific/Math
 Requires:   %{name} = %{version}
 
 %description devel
 Genius is a general purpose calculator program similar in some aspects
 to BC, Matlab, Maple or Mathematica. It is useful both as a simple
-calculator and as a research or educational tool. The syntax is very
-intuitive and is designed to mimic how mathematics is usually written.
-
-GEL is the name of its extension language, it stands for Genius
-Extension Language, clever isn't it? In fact, many of the standard
-genius functions are written in GEL itself.
-
+calculator and as a research or educational tool. The syntax
+mimics how mathematics is usually written.
 
 %lang_package
 %prep
@@ -89,7 +79,7 @@
 translation-update-upstream
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
+export CFLAGS="%{optflags} -fstack-protector"
 %configure \
 --libexec=%{_prefix}/lib/genius \
 --disable-scrollkeeper \
@@ -108,9 +98,6 @@
 

commit gbrainy for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2017-09-11 16:22:58

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


Package is "gbrainy"

Mon Sep 11 16:22:58 2017 rev:55 rq:523050 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2016-11-04 
21:01:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2017-09-11 
16:23:37.877621072 +0200
@@ -1,0 +2,8 @@
+Sat Sep  9 18:56:13 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.3.2:
+  + 1 bug fix (bgo#772327).
+  + Updated translations.
+- Run spec-cleaner, modernize spec file.
+
+---

Old:

  gbrainy-2.3.1.tar.gz

New:

  gbrainy-2.3.2.tar.gz



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.X5jKlt/_old  2017-09-11 16:23:38.389549190 +0200
+++ /var/tmp/diff_new_pack.X5jKlt/_new  2017-09-11 16:23:38.389549190 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gbrainy
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   gbrainy
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:A brain teaser game and trainer
 License:GPL-2.0+
@@ -40,7 +40,6 @@
 Recommends: %{name}-lang
 # For the help system to work, we require a ghelp:// URI handler.
 Recommends: mimehandler(x-scheme-handler/ghelp)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -96,7 +95,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS NEWS README COPYING
 %{_bindir}/%{name}
 %{_libexecdir}/%{name}/
@@ -109,6 +107,5 @@
 %{_mandir}/man6/%{name}.6%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ gbrainy-2.3.1.tar.gz -> gbrainy-2.3.2.tar.gz ++
 4411 lines of diff (skipped)




commit crmsh for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2017-09-11 16:22:38

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


Package is "crmsh"

Mon Sep 11 16:22:38 2017 rev:128 rq:522826 version:3.0.1+git.1504985015.b695b452

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2017-09-04 
12:31:02.888008774 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2017-09-11 
16:23:30.010725703 +0200
@@ -1,0 +2,7 @@
+Sat Sep 09 19:24:24 UTC 2017 - kgronl...@suse.com
+
+- Update to version 3.0.1+git.1504985015.b695b452:
+  * medium: ui_node: node attribute/status-attr is about node attr, not for 
resources
+  * medium: bootstrap: Only call firewall-cmd if firewalld is active
+
+---

Old:

  crmsh-3.0.1+git.1504075678.b5dce7ab.tar.bz2

New:

  crmsh-3.0.1+git.1504985015.b695b452.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.2EiCBu/_old  2017-09-11 16:23:30.506656067 +0200
+++ /var/tmp/diff_new_pack.2EiCBu/_new  2017-09-11 16:23:30.510655505 +0200
@@ -38,7 +38,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:3.0.1+git.1504075678.b5dce7ab
+Version:3.0.1+git.1504985015.b695b452
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2
@@ -54,7 +54,11 @@
 Requires:   python >= 2.6
 Requires:   python-dateutil
 Requires:   python-lxml
+%if 0%{?suse_version} > 1320
+Requires:   python2-parallax
+%else
 Requires:   python-parallax
+%endif
 BuildRequires:  python-lxml
 BuildRequires:  python-setuptools
 
@@ -109,7 +113,11 @@
 Requires(post):  procps
 Requires(post):  python-dateutil
 Requires(post):  python-nose
+%if 0%{?suse_version} > 1320
 Requires(post):  python2-parallax
+%else
+Requires(post):  python-parallax
+%endif
 Requires(post):  pacemaker
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch

++ _servicedata ++
--- /var/tmp/diff_new_pack.2EiCBu/_old  2017-09-11 16:23:30.546650451 +0200
+++ /var/tmp/diff_new_pack.2EiCBu/_new  2017-09-11 16:23:30.546650451 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  1885eb21894cb66a375f6d6cc319f59b1653f0f4
\ No newline at end of file
+  b695b452ddaf39acd32311c0f64d8733b5a6348f
\ No newline at end of file

++ crmsh-3.0.1+git.1504075678.b5dce7ab.tar.bz2 -> 
crmsh-3.0.1+git.1504985015.b695b452.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-3.0.1+git.1504075678.b5dce7ab/crmsh/bootstrap.py 
new/crmsh-3.0.1+git.1504985015.b695b452/crmsh/bootstrap.py
--- old/crmsh-3.0.1+git.1504075678.b5dce7ab/crmsh/bootstrap.py  2017-08-30 
08:47:58.0 +0200
+++ new/crmsh-3.0.1+git.1504985015.b695b452/crmsh/bootstrap.py  2017-09-09 
21:23:35.0 +0200
@@ -484,6 +484,9 @@
 error("Failed to restart firewall (SuSEfirewall2)")
 
 def init_firewall_firewalld(tcp, udp):
+if not service_is_active("firewalld"):
+warn("Unable to configure firewall: Not active")
+return
 for p in tcp:
 if not invoke("firewall-cmd --zone=public --add-port={}/tcp 
--permanent".format(p)):
 error("Failed to configure firewall (firewalld via 
firewall-cmd)")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-3.0.1+git.1504075678.b5dce7ab/crmsh/ui_node.py 
new/crmsh-3.0.1+git.1504985015.b695b452/crmsh/ui_node.py
--- old/crmsh-3.0.1+git.1504075678.b5dce7ab/crmsh/ui_node.py2017-08-30 
08:47:58.0 +0200
+++ new/crmsh-3.0.1+git.1504985015.b695b452/crmsh/ui_node.py2017-09-09 
21:23:35.0 +0200
@@ -42,17 +42,26 @@
 return uname, ident, typ, other, inst_attr, is_offline
 
 
-def _find_utilization(args):
+def _find_attr(args):
 """
-complete utilization attrs
+complete utilization/attribute/status-attr attrs
 """
+if not len(args) >= 2:
+return []
 cib = xmlutil.cibdump2elem()
 if cib is None:
 return []
 
 res = []
-node_util = cib.xpath("//nodes/node[@uname='%s']/utilization/nvpair" % 
args[-3])
-for item in node_util:
+if args[0] == "utilization":
+   xpath = "//nodes/node[@uname='%s']/utilization/nvpair" % args[1]
+if args[0] == "attribute":
+   xpath = "//nodes/node[@uname='%s']/instance_attributes/nvpair" % args[1]
+if args[0] == "status-attr":
+   xpath = "//status/node_state[@uname='%s']/\
+

commit parti for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package parti for openSUSE:Factory checked 
in at 2017-09-11 16:22:53

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


Package is "parti"

Mon Sep 11 16:22:53 2017 rev:4 rq:522989 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/parti/parti.changes  2017-04-11 
09:49:02.688181230 +0200
+++ /work/SRC/openSUSE:Factory/.parti.new/parti.changes 2017-09-11 
16:23:35.737921518 +0200
@@ -0,0 +1,7 @@
+
+Mon Sep 11 08:36:36 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#wfeldt/parti#6
+- show more details about extended partition links
+- 1.15
+

Old:

  parti-1.14.tar.xz

New:

  parti-1.15.tar.xz



Other differences:
--
++ parti.spec ++
--- /var/tmp/diff_new_pack.eV95w9/_old  2017-09-11 16:23:36.153863114 +0200
+++ /var/tmp/diff_new_pack.eV95w9/_new  2017-09-11 16:23:36.153863114 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   parti
-Version:1.14
+Version:1.15
 Release:0
 Summary:Show partition table information
 License:GPL-3.0

++ parti-1.14.tar.xz -> parti-1.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parti-1.14/VERSION new/parti-1.15/VERSION
--- old/parti-1.14/VERSION  2017-04-03 12:10:59.0 +0200
+++ new/parti-1.15/VERSION  2017-09-11 10:36:36.0 +0200
@@ -1 +1 @@
-1.14
+1.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parti-1.14/changelog new/parti-1.15/changelog
--- old/parti-1.14/changelog2017-04-03 12:10:59.0 +0200
+++ new/parti-1.15/changelog2017-09-11 10:36:36.0 +0200
@@ -1,3 +1,7 @@
+2017-09-08:1.15
+   - show more details about extended partition links
+   - verbose now also shows for every partition where it is referenced 
(that is
+
 2017-03-31:1.14
- update docs a bit
- code de-duplication
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parti-1.14/parti.c new/parti-1.15/parti.c
--- old/parti-1.14/parti.c  2017-04-03 12:10:59.0 +0200
+++ new/parti-1.15/parti.c  2017-09-11 10:36:36.0 +0200
@@ -43,7 +43,9 @@
   struct {
 unsigned c, h, s, lin;
   } end;
+  unsigned real_base;
   unsigned base;
+  unsigned idx;
 } ptable_t;
 
 typedef struct {
@@ -555,6 +557,7 @@
   memset(ptable, 0, entries * sizeof *ptable);
 
   for(; entries; entries--, addr += 0x10, ptable++) {
+ptable->idx = 4 - entries + 1;
 u = read_byte(buf + addr);
 if(u & 0x7f) continue;
 ptable->boot = u >> 7;
@@ -570,6 +573,7 @@
 ptable->end.h = read_byte(buf + addr + 5);
 ptable->end.lin = ptable->start.lin + read_dword_le(buf + addr + 0xc);
 
+ptable->real_base = base;
 ptable->base = is_ext_ptable(ptable) ? ext_base : base;
 
 if(ptable->end.lin != ptable->start.lin && ptable->start.s && 
ptable->end.s) {
@@ -661,6 +665,10 @@
   ptable->end.c, ptable->end.h, ptable->end.s
 );
 
+if(opt.verbose) {
+  printf(", [ref %d.%d]", ptable->real_base, ptable->idx);
+}
+
 if(opt.show.raw && ptable->base) printf(", ext base %+d", ptable->base);
 printf("\n");
 




commit prosody for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package prosody for openSUSE:Factory checked 
in at 2017-09-11 16:22:57

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


Package is "prosody"

Mon Sep 11 16:22:57 2017 rev:5 rq:523014 version:0.9.12

Changes:

--- /work/SRC/openSUSE:Factory/prosody/prosody.changes  2017-08-18 
15:03:00.257978972 +0200
+++ /work/SRC/openSUSE:Factory/.prosody.new/prosody.changes 2017-09-11 
16:23:37.069734512 +0200
@@ -1,0 +2,6 @@
+Sun Sep 10 23:27:08 UTC 2017 - bened...@g5r.eu
+
+- Add prosody-backport-555.patch to backport the fix of issue #555:
+  * net.dns: Use new IPv4-specific socket factory if available (fixes dns on 
libevent with latest development version of luasocket)
+
+---

New:

  prosody-backport-555.patch



Other differences:
--
++ prosody.spec ++
--- /var/tmp/diff_new_pack.FiWBHs/_old  2017-09-11 16:23:37.625656452 +0200
+++ /var/tmp/diff_new_pack.FiWBHs/_new  2017-09-11 16:23:37.625656452 +0200
@@ -39,6 +39,7 @@
 Patch4: prosody-local-socket.patch
 # PATCH-FIX-UPSTREAM use latest fixes
 Patch5: prosody-upstream-0.9-branch-fixes-since-0.12-tag.patch
+Patch6: prosody-backport-555.patch
 BuildRequires:  libidn-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  lua51-devel
@@ -71,6 +72,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 sed -i 's|@@LIBDIR@@|%{_libdir}|g;s|@@INCLUDEDIR@@|%{_includedir}|g;' configure
 sed -i 's|@@LIBDIR@@|%{_libdir}|g;s|@@INCLUDEDIR@@|%{_includedir}|g;' Makefile


++ prosody-backport-555.patch ++
diff -r 489f4ae291bf -r 86fcc3fa1a97 net/dns.lua
--- a/net/dns.lua   Fri Sep 25 17:26:47 2015 +0200
+++ b/net/dns.lua   Fri Sep 25 17:32:13 2015 +0200
@@ -620,7 +620,7 @@
if peer:find(":") then
sock, err = socket.udp6();
else
-   sock, err = socket.udp();
+   sock, err = (socket.udp4 or socket.udp)();
end
if sock and self.socket_wrapper then sock, err = 
self.socket_wrapper(sock, self); end
if not sock then




commit luabind for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package luabind for openSUSE:Factory checked 
in at 2017-09-11 16:22:44

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


Package is "luabind"

Mon Sep 11 16:22:44 2017 rev:4 rq:522882 version:0.9.1+git20150408.a0edf58

Changes:

--- /work/SRC/openSUSE:Factory/luabind/luabind.changes  2017-04-11 
09:45:08.497263806 +0200
+++ /work/SRC/openSUSE:Factory/.luabind.new/luabind.changes 2017-09-11 
16:23:31.706487593 +0200
@@ -1,0 +2,23 @@
+Sun Sep 10 11:50:34 UTC 2017 - r...@fthiessen.de
+
+- Fixed license
+
+---
+Fri Jul 14 15:17:57 UTC 2017 - tchva...@suse.com
+
+- Switch to service based tarball creation
+- Cleanup the threads limiting
+
+---
+Fri Jul 14 15:12:07 UTC 2017 - tchva...@suse.com
+
+- Update to version 0.9.1+git20150408.a0edf58:
+  * Update call_member.hpp
+  * Added BOOST_NOEXCEPT_IF(false)
+  * added BOOST_NOECEPT_IF(false)
+  * Added another BOOST_NOEXCEPT_IF(false) to proxy_member_void_caller
+  * Revert "Added BOOST_NOEXCEPT_IF(false) to destructors"
+  * Enable CMake folders and put tests into one
+  * Only enable folders if we are the top level project
+
+---

Old:

  luabind-0.9.1+20150408.tar.xz
  update.sh

New:

  _service
  luabind-0.9.1+git20150408.a0edf58.tar.xz



Other differences:
--
++ luabind.spec ++
--- /var/tmp/diff_new_pack.ywAEAc/_old  2017-09-11 16:23:32.170422449 +0200
+++ /var/tmp/diff_new_pack.ywAEAc/_new  2017-09-11 16:23:32.170422449 +0200
@@ -16,35 +16,34 @@
 #
 
 
-%define base_version 0.9.1
-%define sover%(echo "%{base_version}" | sed "s/\\./_/g")
+%define sover   0_9_1
 Name:   luabind
-Version:%{base_version}+20150408
+Version:0.9.1+git20150408.a0edf58
 Release:0
 Summary:Lua C++ bindings
-License:GPL-2.0
+License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://github.com/rpavlik/luabind
 Source: %{name}-%{version}.tar.xz
-Source99:   update.sh
 Patch0: fix-cmake-lib-version.patch
 Patch1: install-pkgconfig.patch
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  lua53-devel
+BuildRequires:  pkgconfig
+BuildRequires:  procps
+Requires:   lua53
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  cmake
-BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(lua)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package devel
 Summary:Luabind headers
 Group:  Development/Libraries/C and C++
 Requires:   lib%{name}%{sover} = %{version}
-Requires:   lua-devel
+Requires:   lua53-devel
 
 %package -n lib%{name}%{sover}
 Summary:Luabind Library
@@ -70,15 +69,26 @@
 %patch1 -p1
 
 %build
-%cmake -DBUILD_SHARED_LUABIND=ON -DLIB_DIR="%{_lib}"
-FREEMEM="$(cat /proc/meminfo | grep -Po 'MemFree.*(\d+)' | grep -Po '\d+')"
-N="$(nproc)"
-# Needs about 350MB / Thread (or get killed because of oom)
-if [ "$(($FREEMEM/35))" -lt "$N" ]; then
-   N="$(($FREEMEM/35))"
+# Parallel build settings ...
+limit_jobs="%{?jobs:%{jobs}}"
+# do not eat all memory
+echo "Available memory:"
+free
+echo "System limits:"
+ulimit -a
+if test -n "$limit_jobs" -a "$limit_jobs" -gt 1 ; then
+mem_per_process=350
+max_mem=`LANG=C free -t -m | sed -n "s|^Mem: *\([0-9]*\).*$|\1|p"`
+max_jobs="$(($max_mem / $mem_per_process))"
+test "$limit_jobs" -gt "$max_jobs" && limit_jobs="$max_jobs" echo 
"Warning: Reducing number of jobs to $max_jobs because of memory limits"
 fi
-[ "$N" -eq "0" ] && N=1
-make -j$N
+test "$limit_jobs" -le 0 && limit_jobs=1 && echo "Warning: Do not use the 
parallel build at all becuse of memory limits"
+
+%cmake \
+-DLUA_INCLUDE_DIR=%{lua_incdir} \
+-DBUILD_SHARED_LUABIND=ON \
+-DLIB_DIR="%{_lib}"
+make -j$limit_jobs
 
 %install
 %cmake_install
@@ -87,13 +97,11 @@
 %postun -n lib%{name}%{sover} -p /sbin/ldconfig
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/luabind
 %{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/lib%{name}.so
 
 %files -n lib%{name}%{sover}
-%defattr(-,root,root)
 %doc LICENSE
 %{_libdir}/lib%{name}.so.*
 

++ _service ++

  
https://github.com/rpavlik/luabind.git
git
enable
luabind
0.9.1+git%cd.%h
  
  
*.tar
xz
  
  




commit fflas-ffpack for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package fflas-ffpack for openSUSE:Factory 
checked in at 2017-09-11 16:22:41

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


Package is "fflas-ffpack"

Mon Sep 11 16:22:41 2017 rev:7 rq:522839 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/fflas-ffpack/fflas-ffpack.changes
2017-02-03 17:36:46.888511072 +0100
+++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes   
2017-09-11 16:23:30.986588676 +0200
@@ -1,0 +2,5 @@
+Sat Sep  9 21:42:47 UTC 2017 - jeng...@inai.de
+
+- For the BLAS implementation, switch from cblas to openblas.
+
+---



Other differences:
--
++ fflas-ffpack.spec ++
--- /var/tmp/diff_new_pack.lp8wsd/_old  2017-09-11 16:23:31.554508932 +0200
+++ /var/tmp/diff_new_pack.lp8wsd/_new  2017-09-11 16:23:31.554508932 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fflas-ffpack
 #
-# 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
@@ -33,13 +33,12 @@
 
 #Git-Clone:https://github.com/linbox-team/fflas-ffpack
 Source: https://github.com/linbox-team/%name/archive/v%version.tar.gz
-BuildRequires:  blas-devel
-BuildRequires:  cblas-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel >= 3.1.1
 BuildRequires:  libtool >= 2.2
+BuildRequires:  openblas-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(givaro)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -83,8 +82,7 @@
 fi
 trap "cat config.log; exit 1" ERR
 %configure \
-   --with-blas-cflags=" " \
-   --with-blas-libs="-lcblas -lblas" \
+   --with-blas-cflags=" " --with-blas-libs="-lopenblas" \
--enable-doc --with-docdir="%_docdir/%name" --disable-simd
 trap "" ERR
 make %{?_smp_mflags}




commit wxlua for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package wxlua for openSUSE:Factory checked 
in at 2017-09-11 16:22:33

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


Package is "wxlua"

Mon Sep 11 16:22:33 2017 rev:3 rq:522794 version:2.8.12.3.r252

Changes:

--- /work/SRC/openSUSE:Factory/wxlua/wxlua.changes  2017-08-24 
18:38:34.330257129 +0200
+++ /work/SRC/openSUSE:Factory/.wxlua.new/wxlua.changes 2017-09-11 
16:23:27.815034010 +0200
@@ -1,0 +2,6 @@
+Thu Sep  7 21:21:49 UTC 2017 - jeng...@inai.de
+
+- Add wx-webview.patch which disables building the Lua wrapper for
+  of wxWebView, since that class is going away in the C++ part.
+
+---

New:

  wx-webview.patch



Other differences:
--
++ wxlua.spec ++
--- /var/tmp/diff_new_pack.62Qviq/_old  2017-09-11 16:23:28.350958759 +0200
+++ /var/tmp/diff_new_pack.62Qviq/_new  2017-09-11 16:23:28.354958197 +0200
@@ -26,6 +26,7 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM https://sourceforge.net/p/wxlua/bugs/36/
 Patch0: wxlstate.patch
+Patch1: wx-webview.patch
 BuildRequires:  cmake >= 2.8.3
 BuildRequires:  desktop-file-utils
 BuildRequires:  doxygen
@@ -69,6 +70,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 sed -r -i 's|LIBRARY DESTINATION .*$|LIBRARY DESTINATION %{_lib}|' 
CMakeLists.txt
 
 %build

++ wx-webview.patch ++
From: Jan Engelhardt 
Date: 2017-09-07 23:28:26.066615635 +0200

Unlike FindwxWidgets.cmake suggests, there is no autodetection of wx components
- at least not for Linux - just this manual list.

Remove webview because it is no longer available in wxWidgets (itself because
webkit is exiting openSUSE:Factory).

---
 CMakeLists.txt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: wxlua-2.8.12.3.r252/CMakeLists.txt
===
--- wxlua-2.8.12.3.r252.orig/CMakeLists.txt
+++ wxlua-2.8.12.3.r252/CMakeLists.txt
@@ -46,7 +46,7 @@ set( wxLua_SUBRELEASE_NUMBER "3")
 # Specify what wxWidgets libs we need to link to. Note: 'core' must be before 
'base'.
 # If this CMakeLists.txt was called from another, FIND_WXWIDGETS() may have 
already been called.
 if (NOT DEFINED wxWidgets_COMPONENTS)
-set(wxWidgets_COMPONENTS webview gl xrc xml net media propgrid richtext 
aui stc html adv core base)  # complete set for static lib/dll
+set(wxWidgets_COMPONENTS gl xrc xml net media propgrid richtext aui stc 
html adv core base)  # complete set for static lib/dll
 #set(wxWidgets_COMPONENTS webview gl xrc xml net media propgrid richtext 
aui stc html adv core base) # for multilib/dll
 #set(wxWidgets_COMPONENTS stc mono) # for monolithic
 endif()



commit meld for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2017-09-11 16:23:03

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


Package is "meld"

Mon Sep 11 16:23:03 2017 rev:62 rq:523053 version:3.18.0

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2016-12-22 
15:56:56.427042260 +0100
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2017-09-11 
16:23:41.101168438 +0200
@@ -1,0 +2,132 @@
+Sun Sep 10 23:44:59 UTC 2017 - jeng...@inai.de
+
+- Rewrite description to put the package in focus.
+
+---
+Sat Sep  9 20:46:52 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.18.0:
+  + Fix VC status not updating in some situations non-flattened
+mode.
+  + Command line errors when invoking a secondary instance will no
+longer cause the second command to hang until the primary
+exits.
+  + Bugs fixed: bgo#786629.
+  + Updated translations.
+
+---
+Wed Aug 16 18:16:14 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.17.4:
+  + Rebuild source tarball without spurious files.
+- Drop obsolete clean section.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+---
+Mon Aug 14 14:14:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.17.3:
+  + Fix folder compare when using text filters.
+  + Make activity spinner show when inline comparisons are running.
+  + Migrate back from threads to multiprocessing for inline diffs;
+unusual CPU contention caused this to harm interactivity.
+  + Manually refreshing a file comparison sometimes caused diff
+navigation to break.
+  + Folder comparisons that update their state no longer break
+navigation.
+  + Version-control comparison on missing files now work again.
+  + Fix regression in initial focus for folder comparisons.
+  + Fix handling for added, partially staged files in git.
+  + Bugs fixed: bgo#784436, bgo#785603, bgo#785859, bgo#786043.
+  + Updated translations.
+
+---
+Sun Jun 11 10:23:35 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.17.2:
+  + UI changes:
+- Significantly improve synchronisation of scroll bars between
+  panes; we now try much harder to scroll all of a chunk on
+  screen at the top and bottom of comparisons, and handle
+  last-line-in-file cases better.
+- Place the cursor at the start of a replaced chunk instead of
+  after it; this change should improve keyboard ergonomics when
+  doing three-way merges, but does change our existing
+  behaviour.
+- Remove Shift-based scroll locking; this was already broken by
+  a GTK+ change, so this is just making it official.
+  + Fixes:
+- Show correct column offset in status bar for tab indents.
+- Fix installation with a prefix for Python 3 changes.
+- Fix initial scroll-to-first-difference behaviour to avoid a
+  race condition if the first change was on the first line.
+- Improve text wrapping behaviour in information bars, and
+  avoid too-large allocations with long labels.
+- Work around infinite re-allocation problems and silence GTK+
+  allocation warnings.
+- Fix bad UI state when closing a single-instance activated
+  window.
+- Fix bad function call when using internal git conflict
+  resolution.
+  + Updated translations.
+
+---
+Sat Mar 11 13:57:23 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.17.1:
+  + Features: Improve version checking, and try to show users a
+nice error dialog when  Meld's requirements aren't installed.
+  + Fixes:
+- Help and documentation fixes.
+- Re-silence GTK+ logging with glib 2.46 structured logging
+  changes.
+- Fix chunk deletion at EOF with CRLF endings.
+- Note filter performance effects in folder preferences.
+- Fix button alignment for new chunk action buttons.
+- Improve use of the newer emblem in folder comparison by
+  showing it only when meaningful.
+- Fix crash caused by bad colour theme lookup.
+  + Updated translations.
+
+---
+Mon Jan  9 13:25:53 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.17.0:
+  + Port to python3:
+- Python 3 support; we now require Python 3.3 as a minimum.
+- Python 3 compatibility fixes; too many cases of bytes/string
+  confusion, syntax changes and other miscellany to mention
+  individually.
+- Handle new 

commit nemo-extensions for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package nemo-extensions for openSUSE:Factory 
checked in at 2017-09-11 16:22:49

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


Package is "nemo-extensions"

Mon Sep 11 16:22:49 2017 rev:7 rq:522904 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/nemo-extensions/nemo-extensions.changes  
2017-05-27 13:14:45.790058090 +0200
+++ /work/SRC/openSUSE:Factory/.nemo-extensions.new/nemo-extensions.changes 
2017-09-11 16:23:34.438104032 +0200
@@ -1,0 +2,6 @@
+Sun Sep 10 16:00:33 UTC 2017 - sor.ale...@meowr.ru
+
+- Add nemo-seahorse_gpg-2.2.patch: Add GPG 2.2 to accepted versions
+  in nemo-seahorse.
+
+---

New:

  nemo-seahorse_gpg-2.2.patch



Other differences:
--
++ nemo-extensions.spec ++
--- /var/tmp/diff_new_pack.4i6jN3/_old  2017-09-11 16:23:34.942033273 +0200
+++ /var/tmp/diff_new_pack.4i6jN3/_new  2017-09-11 16:23:34.946032712 +0200
@@ -24,16 +24,18 @@
 Version:3.4.0
 Release:0
 Summary:Set of extensions for Nemo, the Cinnamon file manager
-License:GPL-2.0 and GPL-3.0 and GPL-3.0+
+License:GPL-2.0 AND GPL-3.0 AND GPL-3.0+
 Group:  System/GUI/Other
 Url:https://github.com/linuxmint/nemo-extensions
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE nemo-seahorse_no-nautilus-conflicts.patch 
sor.ale...@meowr.ru -- Strip conflicted with nautilus-extension-seahorse files.
 Patch0: nemo-seahorse_no-nautilus-conflicts.patch
-# PATCH-FIX-OPENSUSE nemo-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
+# PATCH-FIX-OPENSUSE nemo-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation from nemo-dropbox.
 Patch1: nemo-dropbox_no-dropbox-bin.patch
-# PATCH-FIX-OPENSUSE nemo-gtkhash_mbedtls-2.x.patch sor.ale...@meowr.ru -- Add 
mbed TLS 2.x+ support.
+# PATCH-FIX-OPENSUSE nemo-gtkhash_mbedtls-2.x.patch sor.ale...@meowr.ru -- Add 
mbed TLS 2.x+ support to nemo-gtkhash.
 Patch2: nemo-gtkhash_mbedtls-2.x.patch
+# PATCH-FIX-OPENSUSE nemo-seahorse_gpg-2.2.patch sor.ale...@meowr.ru -- Add 
GPG 2.2 to accepted versions in nemo-seahorse.
+Patch3: nemo-seahorse_gpg-2.2.patch
 BuildRequires:  gettext-runtime
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -354,6 +356,7 @@
 %patch0
 %patch1
 %patch2
+%patch3
 # Remove spurious executable permission.
 chmod a-x nemo-audio-tab/COPYING.GPL3 nemo-emblems/COPYING.GPL3
 
@@ -520,7 +523,6 @@
 %glib2_gsettings_schema_postun
 
 %files -n python-nemo
-%defattr(-,root,root)
 %doc nemo-python/AUTHORS nemo-python/COPYING nemo-python/debian/changelog
 %doc %{_docdir}/nemo-python/
 %{_libdir}/nemo/extensions-3.0/libnemo-python.so
@@ -529,13 +531,11 @@
 %dir %{_datadir}/nemo-python/extensions/
 
 %files -n nemo-extension-audio-tab
-%defattr(-,root,root)
 %doc nemo-audio-tab/COPYING* nemo-audio-tab/debian/changelog
 %{_datadir}/nemo-python/extensions/nemo-audio-tab.*
 %{python_sitelib}/nemo_audio_tab-*
 
 %files -n nemo-extension-compare
-%defattr(-,root,root)
 %doc nemo-compare/nemo-compare/COPYING* nemo-compare/debian/changelog
 %{_bindir}/nemo-compare-preferences
 %{_datadir}/nemo-compare/
@@ -544,29 +544,23 @@
 %{_mandir}/man1/nemo-compare-preferences.1%{?ext_man}
 
 %files -n nemo-extension-compare-lang -f nemo-compare.lang
-%defattr(-,root,root)
 
 %files -n nemo-extension-dropbox
-%defattr(-,root,root)
 %doc nemo-dropbox/AUTHORS nemo-dropbox/COPYING nemo-dropbox/debian/changelog
 %{_libdir}/nemo/extensions-3.0/libnemo-dropbox.so
 
 %files -n nemo-extension-emblems
-%defattr(-,root,root)
 %doc nemo-emblems/COPYING* nemo-emblems/debian/changelog
 %{_datadir}/nemo-python/extensions/nemo-emblems.py
 %{python_sitelib}/nemo_emblems-*
 
 %files -n nemo-extension-emblems-lang -f nemo-emblems.lang
-%defattr(-,root,root)
 
 %files -n nemo-extension-fileroller
-%defattr(-,root,root)
 %doc nemo-fileroller/COPYING nemo-fileroller/debian/changelog
 %{_libdir}/nemo/extensions-3.0/libnemo-fileroller.so
 
 %files -n nemo-extension-gtkhash
-%defattr(-,root,root)
 %doc nemo-gtkhash/AUTHORS nemo-gtkhash/COPYING nemo-gtkhash/debian/changelog
 %{_bindir}/gtkhash
 %{_libdir}/nemo/extensions-3.0/libgtkhash-properties.so
@@ -574,19 +568,15 @@
 %{_datadir}/glib-2.0/schemas/*gtkhash*.gschema.xml
 
 %files -n nemo-extension-gtkhash-lang -f nemo-gtkhash.lang
-%defattr(-,root,root)
 
 %files -n nemo-extension-image-converter
-%defattr(-,root,root)
 %doc nemo-image-converter/AUTHORS nemo-image-converter/COPYING 

commit grail for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package grail for openSUSE:Factory checked 
in at 2017-09-11 16:22:47

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


Package is "grail"

Mon Sep 11 16:22:47 2017 rev:3 rq:522900 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/grail/grail.changes  2016-03-04 
19:30:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.grail.new/grail.changes 2017-09-11 
16:23:33.746201186 +0200
@@ -1,0 +2,8 @@
+Sun Sep 10 16:00:33 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.1.1:
+  * No changelog available.
+- Use GPG signing.
+- Add baselibs.conf.
+
+---

Old:

  grail_3.1.0+16.04.20160125.orig.tar.gz

New:

  baselibs.conf
  grail-3.1.1.tar.bz2
  grail-3.1.1.tar.bz2.asc
  grail.keyring



Other differences:
--
++ grail.spec ++
--- /var/tmp/diff_new_pack.J36VDP/_old  2017-09-11 16:23:34.274127057 +0200
+++ /var/tmp/diff_new_pack.J36VDP/_new  2017-09-11 16:23:34.274127057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grail
 #
-# 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,19 +18,22 @@
 
 %define soname  libgrail
 %define sover   6
-%define _version 3.1.0+16.04.20160125
 Name:   grail
-Version:3.1.0+bzr20160125
+Version:3.1.1
 Release:0
 Summary:Gesture recognition library
-License:LGPL-3.0 and GPL-3.0
+License:LGPL-3.0 AND GPL-3.0
 Group:  Hardware/Other
 Url:https://launchpad.net/grail
-Source: 
http://archive.ubuntu.com/ubuntu/pool/main/g/%{name}/%{name}_%{_version}.orig.tar.gz
+Source: 
https://launchpad.net/grail/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
+Source1:
https://launchpad.net/grail/trunk/%{version}/+download/%{name}-%{version}.tar.bz2.asc
+Source2:%{name}.keyring
+Source3:baselibs.conf
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-server-sdk
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(evemu)
@@ -71,35 +74,33 @@
 for several alternative gestures until a match is confirmed.
 
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q
 
 %build
 autoreconf -fi
 %configure \
   --disable-static   \
   --disable-silent-rules
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
+
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING* README
 %{_bindir}/%{name}-test-*
 %{_mandir}/man?/%{name}-test-*.?%{?ext_man}
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %doc AUTHORS COPYING* README
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %dir %{_includedir}/oif/
 %{_includedir}/oif/%{name}.h
 %{_libdir}/%{soname}.so

++ baselibs.conf ++
libgrail6
++ grail.keyring ++
 3307 lines (skipped)




commit hawk-apiserver for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package hawk-apiserver for openSUSE:Factory 
checked in at 2017-09-11 16:22:46

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


Package is "hawk-apiserver"

Mon Sep 11 16:22:46 2017 rev:2 rq:522885 version:0.0.1+git1505046827.f7eadc5

Changes:

--- /work/SRC/openSUSE:Factory/hawk-apiserver/hawk-apiserver.changes
2017-09-04 12:34:50.663983055 +0200
+++ /work/SRC/openSUSE:Factory/.hawk-apiserver.new/hawk-apiserver.changes   
2017-09-11 16:23:32.378393247 +0200
@@ -1,0 +2,7 @@
+Sun Sep 10 12:37:58 UTC 2017 - kgronl...@suse.com
+
+- Update to version 0.0.1+git1505046827.f7eadc5:
+  * Use configured port/cert correctly
+  * Protect proxy map with Mutex
+
+---

Old:

  hawk-apiserver-0.0.1+git1504254570.54f3c7e.tar.xz

New:

  hawk-apiserver-0.0.1+git1505046827.f7eadc5.tar.xz



Other differences:
--
++ hawk-apiserver.spec ++
--- /var/tmp/diff_new_pack.3oYHiu/_old  2017-09-11 16:23:33.214275876 +0200
+++ /var/tmp/diff_new_pack.3oYHiu/_new  2017-09-11 16:23:33.218275314 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   hawk-apiserver
-Version:0.0.1+git1504254570.54f3c7e
+Version:0.0.1+git1505046827.f7eadc5
 Release:0
 Summary:Web server and API provider for Hawk
 License:GPL-3.0+
@@ -27,10 +27,10 @@
 Source1:hawk-apiserver.8.gz
 Source2:%{name}-rpmlintrc
 BuildRequires:  golang-packaging
-BuildRequires:  xz
 BuildRequires:  libpacemaker-devel >= 1.1.16
 BuildRequires:  libqb-devel
 BuildRequires:  libxml2-devel
+BuildRequires:  xz
 Requires:   pacemaker >= 1.1.16
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_provides}

++ _servicedata ++
--- /var/tmp/diff_new_pack.3oYHiu/_old  2017-09-11 16:23:33.266268576 +0200
+++ /var/tmp/diff_new_pack.3oYHiu/_new  2017-09-11 16:23:33.270268014 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/krig/hawk-apiserver
-  54f3c7eb031e3d413bce6e52dd14398318e2b1cd
\ No newline at end of file
+  f7eadc588d9ced2197bbcdb61d89d3be32630aa2
\ No newline at end of file

++ hawk-apiserver-0.0.1+git1504254570.54f3c7e.tar.xz -> 
hawk-apiserver-0.0.1+git1505046827.f7eadc5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk-apiserver-0.0.1+git1504254570.54f3c7e/config.json.example 
new/hawk-apiserver-0.0.1+git1505046827.f7eadc5/config.json.example
--- old/hawk-apiserver-0.0.1+git1504254570.54f3c7e/config.json.example  
2017-09-01 10:29:30.0 +0200
+++ new/hawk-apiserver-0.0.1+git1505046827.f7eadc5/config.json.example  
2017-09-10 14:33:47.0 +0200
@@ -1,6 +1,7 @@
 {
   "key": "/etc/hawk/hawk.key",
   "cert": "/etc/hawk/hawk.pem",
+  "listen": "0.0.0.0",
   "port": 7630,
   "route": [
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk-apiserver-0.0.1+git1504254570.54f3c7e/main.go 
new/hawk-apiserver-0.0.1+git1505046827.f7eadc5/main.go
--- old/hawk-apiserver-0.0.1+git1504254570.54f3c7e/main.go  2017-09-01 
10:29:30.0 +0200
+++ new/hawk-apiserver-0.0.1+git1505046827.f7eadc5/main.go  2017-09-10 
14:33:47.0 +0200
@@ -120,22 +120,24 @@
 }
 
 type Config struct {
-Port int`json:"port"`
-Key string `json:"key"`
-Cert string `json:"cert"`
+   Listen string   `json:"listen"`
+   Port int`json:"port"`
+   Key string  `json:"key"`
+   Cert string `json:"cert"`
Route []ConfigRoute `json:"route"`
 }
 
 type ConfigRoute struct {
-   Handler string `json:"handler"`
-   Path string `json:"path"`
-   Target *string `json:"target"`
+   Handler string  `json:"handler"`
+   Path string `json:"path"`
+   Target *string  `json:"target"`
 }
 
 type routeHandler struct {
cib AsyncCib
config *Config
proxies map[*ConfigRoute]*ReverseProxy
+   proxymux sync.Mutex
 }
 
 func NewRouteHandler(config *Config) *routeHandler {
@@ -173,7 +175,9 @@
 }
 
 func (handler *routeHandler) proxyForRoute(route *ConfigRoute) *ReverseProxy {
+   handler.proxymux.Lock()
proxy, ok := handler.proxies[route]
+   handler.proxymux.Unlock()
if ok {
return proxy
}
@@ -184,7 +188,9 @@
return nil
}
proxy = NewSingleHostReverseProxy(url, "", 
http.DefaultMaxIdleConnsPerHost)
+   handler.proxymux.Lock()
handler.proxies[route] = proxy
+   handler.proxymux.Unlock()
return proxy
 }
 
@@ -284,6 +290,7 

commit rhythmbox for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2017-09-11 16:22:37

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


Package is "rhythmbox"

Mon Sep 11 16:22:37 2017 rev:89 rq:522815 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2016-09-23 
11:32:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2017-09-11 
16:23:29.198839703 +0200
@@ -1,0 +2,6 @@
+Sat Sep  9 16:14:18 UTC 2017 - zai...@opensuse.org
+
+- Add gstreamer-plugins-ugly Recommends: Recommend often used
+  codecs for music playback.
+
+---



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.VwvSAP/_old  2017-09-11 16:23:29.818752659 +0200
+++ /var/tmp/diff_new_pack.VwvSAP/_new  2017-09-11 16:23:29.818752659 +0200
@@ -71,6 +71,7 @@
 %endif
 Requires:   gstreamer-plugins-base
 Requires:   gstreamer-plugins-good
+Recommends: gstreamer-plugins-ugly
 # For python plugins
 Requires:   python3-gobject
 Requires:   python3-gobject-Gdk




commit radiotray for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package radiotray for openSUSE:Factory 
checked in at 2017-09-11 16:22:35

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


Package is "radiotray"

Mon Sep 11 16:22:35 2017 rev:21 rq:522807 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/radiotray/radiotray.changes  2017-08-10 
14:12:01.789073073 +0200
+++ /work/SRC/openSUSE:Factory/.radiotray.new/radiotray.changes 2017-09-11 
16:23:28.530933487 +0200
@@ -1,0 +2,6 @@
+Sat Sep  9 16:07:37 UTC 2017 - zai...@opensuse.org
+
+- Add gstreamer-plugins-ugly Recommends: Help users pull in often
+  needed codecs to play internet radio streams.
+
+---



Other differences:
--
++ radiotray.spec ++
--- /var/tmp/diff_new_pack.aHPMoD/_old  2017-09-11 16:23:29.042861605 +0200
+++ /var/tmp/diff_new_pack.aHPMoD/_new  2017-09-11 16:23:29.046861043 +0200
@@ -40,6 +40,7 @@
 Requires:   python-notify
 Requires:   python-xdg
 Recommends: %{name}-lang
+Recommends: gstreamer-plugins-ugly
 BuildArch:  noarch
 
 %description




commit svgpart for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2017-09-11 16:22:31

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


Package is "svgpart"

Mon Sep 11 16:22:31 2017 rev:66 rq:522673 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2017-08-28 
15:09:59.381256576 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2017-09-11 
16:23:27.179123301 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  svgpart-17.08.0.tar.xz

New:

  svgpart-17.08.1.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.Hllh3c/_old  2017-09-11 16:23:27.627060405 +0200
+++ /var/tmp/diff_new_pack.Hllh3c/_new  2017-09-11 16:23:27.627060405 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   svgpart
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ svgpart-17.08.0.tar.xz -> svgpart-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-17.08.0/po/zh_CN/svgpart.po 
new/svgpart-17.08.1/po/zh_CN/svgpart.po
--- old/svgpart-17.08.0/po/zh_CN/svgpart.po 2017-08-11 02:34:08.0 
+0200
+++ new/svgpart-17.08.1/po/zh_CN/svgpart.po 2017-09-05 02:29:19.0 
+0200
@@ -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-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:19-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit rocs for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2017-09-11 16:22:28

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


Package is "rocs"

Mon Sep 11 16:22:28 2017 rev:87 rq:522669 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2017-08-28 
15:09:44.323374803 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2017-09-11 
16:23:24.835452387 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  rocs-17.08.0.tar.xz

New:

  rocs-17.08.1.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.DGaQdL/_old  2017-09-11 16:23:25.379376013 +0200
+++ /var/tmp/diff_new_pack.DGaQdL/_new  2017-09-11 16:23:25.391374327 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   rocs
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ rocs-17.08.0.tar.xz -> rocs-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-17.08.0/po/zh_CN/libgraphtheory.po 
new/rocs-17.08.1/po/zh_CN/libgraphtheory.po
--- old/rocs-17.08.0/po/zh_CN/libgraphtheory.po 2017-08-11 02:31:58.0 
+0200
+++ new/rocs-17.08.1/po/zh_CN/libgraphtheory.po 2017-09-05 02:28:00.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-17.08.0/po/zh_CN/rocs.po 
new/rocs-17.08.1/po/zh_CN/rocs.po
--- old/rocs-17.08.0/po/zh_CN/rocs.po   2017-08-11 02:31:58.0 +0200
+++ new/rocs-17.08.1/po/zh_CN/rocs.po   2017-09-05 02:28:00.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-02 03:02+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:20-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit picmi for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2017-09-11 16:22:23

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


Package is "picmi"

Mon Sep 11 16:22:23 2017 rev:65 rq:522664 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2017-08-28 
15:09:36.556467387 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2017-09-11 
16:23:22.523776980 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  picmi-17.08.0.tar.xz

New:

  picmi-17.08.1.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.as6XME/_old  2017-09-11 16:23:23.011708467 +0200
+++ /var/tmp/diff_new_pack.as6XME/_new  2017-09-11 16:23:23.019707345 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   picmi
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ picmi-17.08.0.tar.xz -> picmi-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-17.08.0/po/zh_CN/picmi.po 
new/picmi-17.08.1/po/zh_CN/picmi.po
--- old/picmi-17.08.0/po/zh_CN/picmi.po 2017-08-11 02:43:58.0 +0200
+++ new/picmi-17.08.1/po/zh_CN/picmi.po 2017-09-05 02:34:52.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-02 03:02+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -30,7 +30,7 @@
 #: levels/default.xml:5
 #, kde-format
 msgid "Basketball"
-msgstr ""
+msgstr "篮球"
 
 #. i18n: tag board attribute author
 #. i18n: tag board attribute author
@@ -70,13 +70,13 @@
 #: levels/default.xml:569 levels/default.xml:582 levels/default.xml:595
 #, kde-format
 msgid "Jakob Gruber, Moni Linke"
-msgstr ""
+msgstr "Jakob Gruber, Moni Linke"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:9
 #, kde-format
 msgid "Skull"
-msgstr ""
+msgstr "骷髅"
 
 #. i18n: tag board attribute author
 #. i18n: tag board attribute author
@@ -100,13 +100,13 @@
 #: levels/default.xml:31
 #, kde-format
 msgid "Wheelchair"
-msgstr ""
+msgstr "轮椅"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:59
 #, kde-format
 msgid "Baby Chick"
-msgstr ""
+msgstr "小鸡"
 
 #. i18n: tag board attribute author
 #. i18n: tag board attribute author
@@ -118,73 +118,73 @@
 #: levels/default.xml:152 levels/default.xml:500 levels/default.xml:504
 #, kde-format
 msgid "Moni Linke"
-msgstr ""
+msgstr "Moni Linke"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:63
 #, kde-format
 msgid "Pirate Dog"
-msgstr ""
+msgstr "海盗狗"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:67
 #, kde-format
 msgid "Clown"
-msgstr ""
+msgstr "小丑"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:71
 #, kde-format
 msgid "Panda"
-msgstr ""
+msgstr "熊猫"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:75
 #, kde-format
 msgid "Elephant"
-msgstr ""
+msgstr "大象"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:79
 #, kde-format
 msgid "Claus the cat"
-msgstr ""
+msgstr "克劳斯猫"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:83
 #, kde-format
 msgid "Bird"
-msgstr ""
+msgstr "鸟"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:87
 #, kde-format
 msgid "Zebra"
-msgstr ""
+msgstr "斑马"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:91
 #, kde-format
 msgid "Antique Phone"
-msgstr ""
+msgstr "古董电话"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:95
 #, kde-format
 msgid "Treble Clef"
-msgstr ""
+msgstr "高音谱号"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:99
 #, kde-format
 msgid "Halloween"
-msgstr ""
+msgstr "万圣节"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:103
 #, kde-format
 msgid "Hourglass"
-msgstr ""
+msgstr "沙漏"
 
 #. i18n: tag board attribute name
 #: levels/default.xml:107
@@ -203,7 +203,7 @@
 #: levels/default.xml:115
 #, kde-format
 msgid "Bike"
-msgstr ""
+msgstr "自行车"
 
 #. i18n: tag board attribute author
 #. i18n: tag board attribute author
@@ -211,37 +211,37 @@
 #: levels/default.xml:115 levels/default.xml:156 levels/default.xml:520
 #, 

commit palapeli for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2017-09-11 16:22:19

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


Package is "palapeli"

Mon Sep 11 16:22:19 2017 rev:64 rq:522662 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2017-08-28 
15:09:31.933117760 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2017-09-11 
16:23:20.696033622 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:51 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Sort List by piece count does not work (kde#376607)
+
+---

Old:

  palapeli-17.08.0.tar.xz

New:

  palapeli-17.08.1.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.lqLtPz/_old  2017-09-11 16:23:21.203962302 +0200
+++ /var/tmp/diff_new_pack.lqLtPz/_new  2017-09-11 16:23:21.207961740 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:17.08.0
+Version:17.08.1
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ palapeli-17.08.0.tar.xz -> palapeli-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palapeli-17.08.0/src/file-io/collection-view.cpp 
new/palapeli-17.08.1/src/file-io/collection-view.cpp
--- old/palapeli-17.08.0/src/file-io/collection-view.cpp2017-07-15 
16:25:42.0 +0200
+++ new/palapeli-17.08.1/src/file-io/collection-view.cpp2017-08-31 
20:24:50.0 +0200
@@ -57,7 +57,10 @@
m_view->setModel(m_proxyModel);
connect(m_view->selectionModel(), 
SIGNAL(selectionChanged(QItemSelection,QItemSelection)), 
SLOT(handleSelectionChanged()));
m_proxyModel->setDynamicSortFilter(true);
-   m_proxyModel->sort(Qt::DisplayRole, Qt::AscendingOrder);
+   m_proxyModel->setSortCaseSensitivity(Qt::CaseInsensitive);
+   m_proxyModel->setSortLocaleAware(true);
+   m_proxyModel->setSortRole(Qt::DisplayRole);
+   m_proxyModel->sort(0, Qt::AscendingOrder);
//TODO: save sorting role between sessions
//setup filter search line
KFilterProxySearchLine* searchLine = new KFilterProxySearchLine(this);
@@ -126,7 +129,7 @@
if (action == m_sortByPieceCount)
sortRole = Palapeli::Collection::PieceCountRole;
//update sorting and menu
-   m_proxyModel->sort(sortRole, Qt::AscendingOrder);
+   m_proxyModel->setSortRole(sortRole);
m_sortByTitle->setChecked(sortRole == Qt::DisplayRole);
m_sortByPieceCount->setChecked(sortRole == 
Palapeli::Collection::PieceCountRole);
 }




commit poxml for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2017-09-11 16:22:26

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


Package is "poxml"

Mon Sep 11 16:22:26 2017 rev:55 rq:522668 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2017-08-28 
15:19:13.035424823 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2017-09-11 
16:23:24.159547294 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  poxml-17.08.0.tar.xz

New:

  poxml-17.08.1.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.mhRdiM/_old  2017-09-11 16:23:24.595486082 +0200
+++ /var/tmp/diff_new_pack.mhRdiM/_new  2017-09-11 16:23:24.599485520 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   poxml
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ poxml-17.08.0.tar.xz -> poxml-17.08.1.tar.xz ++




commit step for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2017-09-11 16:22:29

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


Package is "step"

Mon Sep 11 16:22:29 2017 rev:84 rq:522672 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2017-08-28 
15:09:50.234543266 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2017-09-11 
16:23:26.207259765 +0200
@@ -1,0 +2,12 @@
+Thu Sep 07 07:02:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Don't search for and link to libcln when using libqalculate>=2.0
+  * Use KActionCollection::setDefaultShortcut
+  * Add .arcconfig
+
+---

Old:

  step-17.08.0.tar.xz

New:

  step-17.08.1.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.R6SpIB/_old  2017-09-11 16:23:26.675194061 +0200
+++ /var/tmp/diff_new_pack.R6SpIB/_new  2017-09-11 16:23:26.679193499 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   step
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ step-17.08.0.tar.xz -> step-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.0/.arcconfig new/step-17.08.1/.arcconfig
--- old/step-17.08.0/.arcconfig 1970-01-01 01:00:00.0 +0100
+++ new/step-17.08.1/.arcconfig 2017-08-29 21:21:47.0 +0200
@@ -0,0 +1,3 @@
+{
+"phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.0/cmake/modules/FindQalculate.cmake 
new/step-17.08.1/cmake/modules/FindQalculate.cmake
--- old/step-17.08.0/cmake/modules/FindQalculate.cmake  2017-07-01 
23:55:29.0 +0200
+++ new/step-17.08.1/cmake/modules/FindQalculate.cmake  2017-08-29 
21:21:47.0 +0200
@@ -30,9 +30,10 @@
   pkg_check_modules(_pc_QALCULATE libqalculate)
 endif(QALCULATE_MIN_VERSION)
 
-pkg_check_modules(_pc_CLN cln)
-
 if(_pc_QALCULATE_FOUND)
+  if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0)
+pkg_check_modules(_pc_CLN cln)
+  endif()
   set(QALCULATE_CFLAGS ${_pc_QALCULATE_CFLAGS})
 endif(_pc_QALCULATE_FOUND)
 
@@ -52,13 +53,17 @@
   ${INCLUDE_INSTALL_DIR}
 )
 
-find_library(CLN_LIBRARIES
-  NAMES
-  cln
-  PATHS
-  ${_pc_CLN_LIBRARY_DIRS}
-  ${LIB_INSTALL_DIR}
-)
+if(_pc_QALCULATE_FOUND)
+  if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0)
+find_library(CLN_LIBRARIES
+  NAMES
+  cln
+  PATHS
+  ${_pc_CLN_LIBRARY_DIRS}
+  ${LIB_INSTALL_DIR}
+)
+  endif()
+endif()
 
   else(NOT WIN32)
 # XXX: currently no libqalculate on windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.0/po/zh_CN/step.po 
new/step-17.08.1/po/zh_CN/step.po
--- old/step-17.08.0/po/zh_CN/step.po   2017-08-11 02:32:07.0 +0200
+++ new/step-17.08.1/po/zh_CN/step.po   2017-09-05 02:28:05.0 +0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.0/poqm/zh_CN/step_qt.po 
new/step-17.08.1/poqm/zh_CN/step_qt.po
--- old/step-17.08.0/poqm/zh_CN/step_qt.po  2017-08-11 02:32:07.0 
+0200
+++ new/step-17.08.1/poqm/zh_CN/step_qt.po  2017-09-05 02:28:05.0 
+0200
@@ -2183,12 +2183,12 @@
 #: world.cc:32
 msgctxt "ObjectClass|"
 msgid "Tool"
-msgstr ""
+msgstr "工具"
 
 #: world.cc:32
 msgctxt "ObjectDescription|"
 msgid "Tool"
-msgstr ""
+msgstr "工具"
 
 #: world.cc:34
 msgctxt "ObjectClass|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.0/step/mainwindow.cc 
new/step-17.08.1/step/mainwindow.cc
--- old/step-17.08.0/step/mainwindow.cc 2017-07-01 23:55:29.0 +0200
+++ new/step-17.08.1/step/mainwindow.cc 2017-08-29 21:21:47.0 +0200
@@ -198,8 +198,8 @@
 actionDelete = 

commit pim-data-exporter for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package pim-data-exporter for 
openSUSE:Factory checked in at 2017-09-11 16:22:24

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


Package is "pim-data-exporter"

Mon Sep 11 16:22:24 2017 rev:11 rq:522666 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes  
2017-08-28 15:09:39.128105630 +0200
+++ /work/SRC/openSUSE:Factory/.pim-data-exporter.new/pim-data-exporter.changes 
2017-09-11 16:23:23.415651748 +0200
@@ -1,0 +2,11 @@
+Thu Sep 07 07:02:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * It's not rc now
+  * Export/import eventviewsrc too
+
+---

Old:

  pim-data-exporter-17.08.0.tar.xz

New:

  pim-data-exporter-17.08.1.tar.xz



Other differences:
--
++ pim-data-exporter.spec ++
--- /var/tmp/diff_new_pack.PkbZAL/_old  2017-09-11 16:23:23.859589412 +0200
+++ /var/tmp/diff_new_pack.PkbZAL/_new  2017-09-11 16:23:23.863588851 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pim-data-exporter
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ pim-data-exporter-17.08.0.tar.xz -> pim-data-exporter-17.08.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-17.08.0/CMakeLists.txt 
new/pim-data-exporter-17.08.1/CMakeLists.txt
--- old/pim-data-exporter-17.08.0/CMakeLists.txt2017-08-11 
02:53:32.0 +0200
+++ new/pim-data-exporter-17.08.1/CMakeLists.txt2017-09-05 
02:40:21.0 +0200
@@ -24,7 +24,7 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMCoverageOption)
 # Do NOT add quote
-set(KDEPIM_DEV_VERSION rc)
+set(KDEPIM_DEV_VERSION)
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -32,7 +32,7 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.6.0")
+set(KDEPIM_VERSION_NUMBER "5.6.1")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-17.08.0/core/calendar/exportcalendarjob.cpp 
new/pim-data-exporter-17.08.1/core/calendar/exportcalendarjob.cpp
--- old/pim-data-exporter-17.08.0/core/calendar/exportcalendarjob.cpp   
2017-08-07 11:56:59.0 +0200
+++ new/pim-data-exporter-17.08.1/core/calendar/exportcalendarjob.cpp   
2017-08-23 07:13:23.0 +0200
@@ -157,6 +157,7 @@
 
 backupConfigFile(QStringLiteral("calendar_printing.rc"));
 backupConfigFile(QStringLiteral("korgacrc"));
+backupConfigFile(QStringLiteral("eventviewsrc"));
 
 const QString freebusyurlsStr(QStringLiteral("korganizer/freebusyurls"));
 const QString freebusyurls = 
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + 
QLatin1Char('/') + freebusyurlsStr;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-17.08.0/core/calendar/importcalendarjob.cpp 
new/pim-data-exporter-17.08.1/core/calendar/importcalendarjob.cpp
--- old/pim-data-exporter-17.08.0/core/calendar/importcalendarjob.cpp   
2017-08-07 11:56:59.0 +0200
+++ new/pim-data-exporter-17.08.1/core/calendar/importcalendarjob.cpp   
2017-08-23 07:13:23.0 +0200
@@ -270,6 +270,7 @@
 restoreUiRcFile(QStringLiteral("korganizerui.rc"), 
QStringLiteral("korganizer"));
 restoreUiRcFile(QStringLiteral("korganizer_part.rc"), 
QStringLiteral("korganizer"));
 
+restoreConfigFile(QStringLiteral("eventviewsrc"));
 Q_EMIT info(i18n("Config restored."));
 QTimer::singleShot(0, this, ::slotNextStep);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-17.08.0/gui/backup-structure.txt 
new/pim-data-exporter-17.08.1/gui/backup-structure.txt
--- old/pim-data-exporter-17.08.0/gui/backup-structure.txt  2017-08-07 
11:56:59.0 +0200
+++ new/pim-data-exporter-17.08.1/gui/backup-structure.txt  2017-08-23 
07:13:23.0 +0200
@@ -1,4 +1,4 @@
-2016-12-28:
+2017-08-18:
 ---
 
 2015-1-29: New VERSION for archive => VERSION_2 => knote-akonadi
@@ -112,6 +112,7 @@
 |   |-akonadiconsoleui.rc
 |   |-foldermailarchiverc
 |   |-pimpluginsrc
+|   |-eventviewsrc
 

commit ktuberling for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2017-09-11 16:21:56

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


Package is "ktuberling"

Mon Sep 11 16:21:56 2017 rev:65 rq:522628 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2017-08-28 
15:08:55.090300452 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2017-09-11 16:22:57.535286343 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:29 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  ktuberling-17.08.0.tar.xz

New:

  ktuberling-17.08.1.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.wwtdXB/_old  2017-09-11 16:22:58.459156590 +0200
+++ /var/tmp/diff_new_pack.wwtdXB/_new  2017-09-11 16:22:58.463156029 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ktuberling
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit parley for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2017-09-11 16:22:21

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


Package is "parley"

Mon Sep 11 16:22:21 2017 rev:84 rq:522663 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2017-08-28 
15:09:34.656734625 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2017-09-11 
16:23:21.719889857 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  parley-17.08.0.tar.xz

New:

  parley-17.08.1.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.r7NtkD/_old  2017-09-11 16:23:22.347801690 +0200
+++ /var/tmp/diff_new_pack.r7NtkD/_new  2017-09-11 16:23:22.351801128 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   parley
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

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




commit libkdegames for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2017-09-11 16:22:05

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


Package is "libkdegames"

Mon Sep 11 16:22:05 2017 rev:66 rq:522638 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2017-08-28 
15:09:10.820087745 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2017-09-11 16:23:05.138218553 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:31 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  libkdegames-17.08.0.tar.xz

New:

  libkdegames-17.08.1.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.Xcda4A/_old  2017-09-11 16:23:05.750132613 +0200
+++ /var/tmp/diff_new_pack.Xcda4A/_new  2017-09-11 16:23:05.754132052 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkdegames
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkdegames-17.08.0.tar.xz -> libkdegames-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdegames-17.08.0/po/zh_CN/libkdegames5.po 
new/libkdegames-17.08.1/po/zh_CN/libkdegames5.po
--- old/libkdegames-17.08.0/po/zh_CN/libkdegames5.po2017-08-11 
02:43:05.0 +0200
+++ new/libkdegames-17.08.1/po/zh_CN/libkdegames5.po2017-09-05 
02:34:22.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-13 03:03+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kwordquiz for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2017-09-11 16:22:04

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


Package is "kwordquiz"

Mon Sep 11 16:22:04 2017 rev:85 rq:522633 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2017-08-28 
15:09:07.108609840 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2017-09-11 
16:23:03.278479743 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:30 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kwordquiz-17.08.0.tar.xz

New:

  kwordquiz-17.08.1.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.ZD4RVx/_old  2017-09-11 16:23:03.830402229 +0200
+++ /var/tmp/diff_new_pack.ZD4RVx/_new  2017-09-11 16:23:03.830402229 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kwordquiz
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kwordquiz-17.08.0.tar.xz -> kwordquiz-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-17.08.0/org.kde.kwordquiz.appdata.xml 
new/kwordquiz-17.08.1/org.kde.kwordquiz.appdata.xml
--- old/kwordquiz-17.08.0/org.kde.kwordquiz.appdata.xml 2017-06-15 
06:55:40.0 +0200
+++ new/kwordquiz-17.08.1/org.kde.kwordquiz.appdata.xml 2017-09-04 
05:21:58.0 +0200
@@ -72,7 +72,7 @@
 KWordQuiz on üldotstarbeline sähvikute rakendus. Seda 
saab kasutada sõnavara omandamiseks, aga veel paljuks muuks. Rakendus pakub 
redaktorit ja viit eri viisi korraldada sähvikute abil viktoriine. 
Failivorminguks on KVTML, mis lubab otse rakenduses alla laadida teiste 
kasutajate loodud huvitavaid faile.
 KWordQuiz on yleiskäyttöinen kysymyskorttiohjelma. Sitä 
voi käyttää sanastojen ja monen muun harjoittelemiseen. Siinä on muokkain ja 
viisi erilaista kyselytapaa. Se käyttää KVTML-tiedostomuotoa ja lahjoitettuja 
tiedostoja voi ladata suoraan ohjelmasta.
 KWordQuiz est un programme générique pour les cartes 
mémoire. Il peut être utilisé pour apprendre du vocabulaire et plein d'autres 
choses. Il fournit un éditeur et cinq modes de quiz différents. Il utilise le 
format de fichier KVTML et des extensions conformes à ce format peuvent être 
téléchargés à partir de l'application.
-KWordQuiz é un programa de fichas de propósito xeral. 
Pode usarse para adestrar vocabulario e para moitas outras cousas. Fornece un 
editor e cinco modos distintos de preguntas mediante fichas. Usa o formato de 
ficheiro KVTML e os ficheiros doados poden descargarse desde o propio 
programa.
+KWordQuiz é un programa de fichas de propósito xeral. 
Pode usarse para adestrar vocabulario e para moitas outras cousas. Fornece un 
editor e cinco modos distintos de preguntas mediante fichas. Usa o formato de 
ficheiro KVTML e os ficheiros doados poden descargarse desde o propio 
aplicativo.
 KWordQuiz è un programma di carte mnemoniche. Può essere 
usato per l'apprendimento di vocaboli e moltre altre materie. Fornisce un 
editor e cinque diversi tipi di quiz con carte menmoniche. Usa il formato di 
file KVTML e permette di scaricare file inviati da altri utenti.
 KWordQuiz is en allmeen Naslakoortprogramm. Du kannst 
dat för't Öven vun Wöör, man ok to anner Saken bruken. Dat hett en Editor un 
fief Affraag-Bedriefoorden. As Dateiformaat warrt dat KVTML-Formaat bruukt un 
vun Brukers bidragen Dateien laat sik binnen dat Programm daalladen.
 KWordQuiz is een draaikaart programma voor algemene 
doeleinden. Het kan gebruikt worden voor het leren van woordjes en vele andere 
onderwerpen. Het biedt een editor en vijf verschillende manieren om 
draaikaarten te gebruiken. Het gebruikt het KVTML bestandsformaat en 
aanvullende bestanden kunnen gedownload worden vanuit de toepassing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-17.08.0/po/zh_CN/kwordquiz.po 
new/kwordquiz-17.08.1/po/zh_CN/kwordquiz.po
--- old/kwordquiz-17.08.0/po/zh_CN/kwordquiz.po 2017-08-11 02:29:49.0 
+0200
+++ new/kwordquiz-17.08.1/po/zh_CN/kwordquiz.po 2017-09-05 02:26:35.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 

commit libkeduvocdocument for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package libkeduvocdocument for 
openSUSE:Factory checked in at 2017-09-11 16:22:07

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


Package is "libkeduvocdocument"

Mon Sep 11 16:22:07 2017 rev:32 rq:522640 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/libkeduvocdocument/libkeduvocdocument.changes
2017-08-28 15:19:14.631200573 +0200
+++ 
/work/SRC/openSUSE:Factory/.libkeduvocdocument.new/libkeduvocdocument.changes   
2017-09-11 16:23:07.821841653 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:32 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  libkeduvocdocument-17.08.0.tar.xz

New:

  libkeduvocdocument-17.08.1.tar.xz



Other differences:
--
++ libkeduvocdocument.spec ++
--- /var/tmp/diff_new_pack.fkrNnW/_old  2017-09-11 16:23:08.317772002 +0200
+++ /var/tmp/diff_new_pack.fkrNnW/_new  2017-09-11 16:23:08.321771440 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkeduvocdocument
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkeduvocdocument-17.08.0.tar.xz -> libkeduvocdocument-17.08.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-17.08.0/po/nn/libkeduvocdocument.po 
new/libkeduvocdocument-17.08.1/po/nn/libkeduvocdocument.po
--- old/libkeduvocdocument-17.08.0/po/nn/libkeduvocdocument.po  2017-08-11 
02:29:58.0 +0200
+++ new/libkeduvocdocument-17.08.1/po/nn/libkeduvocdocument.po  2017-09-05 
02:26:40.0 +0200
@@ -1,20 +1,20 @@
 # Translation of libkeduvocdocument to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2007, 2008, 2009.
+# Karl Ove Hufthammer , 2007, 2008, 2009, 2017.
 # Eirik U. Birkeland , 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkdeedu\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2009-07-05 21:02+0200\n"
+"PO-Revision-Date: 2017-09-04 20:34+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 0.3\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -44,16 +44,17 @@
 msgid "Word types"
 msgstr "Ordtypar"
 
+# Sjå forklaring på https://en.wikipedia.org/wiki/Leitner_system
 #: keduvocdocument/keduvocdocument.cpp:147
 #, kde-format
 msgid "Leitner Box"
-msgstr ""
+msgstr "Leitner-kasse"
 
 #: keduvocdocument/keduvocdocument.cpp:182
 #: keduvocdocument/keduvocdocument.cpp:189
 #, kde-format
 msgid "Cannot lock file %1"
-msgstr ""
+msgstr "Kan ikkje låsa fila %1"
 
 #: keduvocdocument/keduvocdocument.cpp:242
 #, kde-format
@@ -63,12 +64,12 @@
 #: keduvocdocument/keduvocdocument.cpp:250
 #, kde-format
 msgid "Cannot open tempfile %1"
-msgstr ""
+msgstr "Klarte ikkje opna den mellombelse fila %1"
 
 #: keduvocdocument/keduvocdocument.cpp:255
 #, kde-format
 msgid "Cannot download %1: %2"
-msgstr ""
+msgstr "Klarte ikkje lasta ned %1: %2"
 
 #: keduvocdocument/keduvocdocument.cpp:281
 #, kde-format
@@ -178,12 +179,12 @@
 #: keduvocdocument/keduvocdocument.cpp:897
 #, kde-format
 msgid "The file is locked by another process."
-msgstr ""
+msgstr "Fila er låst av ein annan prosess."
 
 #: keduvocdocument/keduvocdocument.cpp:899
 #, kde-format
 msgid "The lock file can't be created."
-msgstr ""
+msgstr "Låsefila kan ikkje opprettast."
 
 #: keduvocdocument/keduvocdocument.cpp:902
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-17.08.0/po/zh_CN/libkeduvocdocument.po 
new/libkeduvocdocument-17.08.1/po/zh_CN/libkeduvocdocument.po
--- old/libkeduvocdocument-17.08.0/po/zh_CN/libkeduvocdocument.po   
2017-08-11 02:29:58.0 +0200
+++ new/libkeduvocdocument-17.08.1/po/zh_CN/libkeduvocdocument.po   
2017-09-05 02:26:40.0 +0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 

commit minuet for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package minuet for openSUSE:Factory checked 
in at 2017-09-11 16:22:15

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


Package is "minuet"

Mon Sep 11 16:22:15 2017 rev:12 rq:522658 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/minuet/minuet.changes2017-08-28 
15:09:26.397896406 +0200
+++ /work/SRC/openSUSE:Factory/.minuet.new/minuet.changes   2017-09-11 
16:23:17.992413250 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:38 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * add Music category to application desktop file
+
+---

Old:

  minuet-17.08.0.tar.xz

New:

  minuet-17.08.1.tar.xz



Other differences:
--
++ minuet.spec ++
--- /var/tmp/diff_new_pack.uEHKOu/_old  2017-09-11 16:23:19.036266677 +0200
+++ /var/tmp/diff_new_pack.uEHKOu/_new  2017-09-11 16:23:19.040266116 +0200
@@ -22,7 +22,7 @@
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:   minuet
-Version:17.08.0
+Version:17.08.1
 Release:0
 Summary:A KDE Software for Music Education
 License:GPL-2.0+

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




commit ksystemlog for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2017-09-11 16:21:50

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


Package is "ksystemlog"

Mon Sep 11 16:21:50 2017 rev:57 rq:522611 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes2017-08-28 
15:08:41.524208781 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2017-09-11 16:22:51.868082269 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:27 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  ksystemlog-17.08.0.tar.xz

New:

  ksystemlog-17.08.1.tar.xz



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.7nIGiK/_old  2017-09-11 16:22:52.324018235 +0200
+++ /var/tmp/diff_new_pack.7nIGiK/_new  2017-09-11 16:22:52.328017673 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksystemlog
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ksystemlog-17.08.0.tar.xz -> ksystemlog-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-17.08.0/CMakeLists.txt 
new/ksystemlog-17.08.1/CMakeLists.txt
--- old/ksystemlog-17.08.0/CMakeLists.txt   2017-08-08 20:32:24.0 
+0200
+++ new/ksystemlog-17.08.1/CMakeLists.txt   2017-09-02 11:45:32.0 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 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/ksystemlog-17.08.0/po/ca/ksystemlog.po 
new/ksystemlog-17.08.1/po/ca/ksystemlog.po
--- old/ksystemlog-17.08.0/po/ca/ksystemlog.po  2017-08-11 02:46:04.0 
+0200
+++ new/ksystemlog-17.08.1/po/ca/ksystemlog.po  2017-09-05 02:36:08.0 
+0200
@@ -10,8 +10,8 @@
 "Project-Id-Version: ksystemlog\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:01+0100\n"
-"PO-Revision-Date: 2017-03-15 20:21+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2017-08-12 19:24+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -1032,8 +1032,8 @@
 "Do not hesitate to report bugs and problems to Nicolas Ternisien nicolas.ternis...@gmail.com"
 msgstr ""
-"No dubteu en enviar els errors i problemes a Nicolas Ternisien nicolas.ternis...@gmail.com"
+"No dubteu en enviar els informes dels errors i problemes a Nicolas Ternisien "
+"nicolas.ternis...@gmail.com"
 
 #: src/main.cpp:52
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-17.08.0/po/ca@valencia/ksystemlog.po 
new/ksystemlog-17.08.1/po/ca@valencia/ksystemlog.po
--- old/ksystemlog-17.08.0/po/ca@valencia/ksystemlog.po 2017-08-11 
02:46:04.0 +0200
+++ new/ksystemlog-17.08.1/po/ca@valencia/ksystemlog.po 2017-09-05 
02:36:08.0 +0200
@@ -10,8 +10,8 @@
 "Project-Id-Version: ksystemlog\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:01+0100\n"
-"PO-Revision-Date: 2017-03-15 20:21+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2017-08-12 19:24+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -1031,8 +1031,8 @@
 "Do not hesitate to report bugs and problems to Nicolas Ternisien nicolas.ternis...@gmail.com"
 msgstr ""
-"No dubteu en enviar els errors i problemes a Nicolas Ternisien nicolas.ternis...@gmail.com"
+"No dubteu en enviar els informes dels errors i problemes a Nicolas Ternisien "
+"nicolas.ternis...@gmail.com"
 
 #: src/main.cpp:52
 #, kde-format
@@ -3283,21 +3283,3 @@
 #, kde-format
 msgid "No Log"
 msgstr "Sense registre"
-
-#~ msgid " short date format"
-#~ msgstr "Format de 

commit okteta for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-09-11 16:22:17

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


Package is "okteta"

Mon Sep 11 16:22:17 2017 rev:54 rq:522660 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-08-28 
15:09:28.305628043 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-09-11 
16:23:19.280232421 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:40 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Bump version to 0.23.1
+
+---

Old:

  okteta-17.08.0.tar.xz

New:

  okteta-17.08.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Hos8Gq/_old  2017-09-11 16:23:19.852152115 +0200
+++ /var/tmp/diff_new_pack.Hos8Gq/_new  2017-09-11 16:23:19.852152115 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okteta-17.08.0.tar.xz -> okteta-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/el/okteta.po 
new/okteta-17.08.1/po/el/okteta.po
--- old/okteta-17.08.0/po/el/okteta.po  2017-08-11 02:45:19.0 +0200
+++ new/okteta-17.08.1/po/el/okteta.po  2017-09-05 02:35:38.0 +0200
@@ -5,13 +5,13 @@
 # Spiros Georgaras , 2007, 2008.
 # Toussis Manolis , 2007, 2008.
 # Stelios , 2012.
-# Petros Vidalis , 2016.
+# Petros Vidalis , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: okteta\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-10 06:20+0200\n"
-"PO-Revision-Date: 2016-11-02 15:47+0200\n"
+"PO-Revision-Date: 2017-08-14 14:07+0200\n"
 "Last-Translator: Petros Vidalis \n"
 "Language-Team: Greek \n"
 "Language: el\n"
@@ -42,10 +42,9 @@
 msgstr "Επεξεργαστής δεκαεξαδικών"
 
 #: about.cpp:36
-#, fuzzy, kde-format
-#| msgid "Copyright 2006-2016 Friedrich W. H. Kossebau"
+#, kde-format
 msgid "Copyright 2006-2017 Friedrich W. H. Kossebau"
-msgstr "Copyright 2006-2016 Friedrich W. H. Kossebau"
+msgstr "Copyright 2006-2017 Friedrich W. H. Kossebau"
 
 #: about.cpp:37
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/zh_CN/libkasten.po 
new/okteta-17.08.1/po/zh_CN/libkasten.po
--- old/okteta-17.08.0/po/zh_CN/libkasten.po2017-08-11 02:45:21.0 
+0200
+++ new/okteta-17.08.1/po/zh_CN/libkasten.po2017-09-05 02:35:41.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-30 05:31+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/zh_CN/liboktetacore.po 
new/okteta-17.08.1/po/zh_CN/liboktetacore.po
--- old/okteta-17.08.0/po/zh_CN/liboktetacore.po2017-08-11 
02:45:21.0 +0200
+++ new/okteta-17.08.1/po/zh_CN/liboktetacore.po2017-09-05 
02:35:41.0 +0200
@@ -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:17+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.0/po/zh_CN/liboktetagui.po 
new/okteta-17.08.1/po/zh_CN/liboktetagui.po
--- old/okteta-17.08.0/po/zh_CN/liboktetagui.po 2017-08-11 02:45:21.0 
+0200
+++ new/okteta-17.08.1/po/zh_CN/liboktetagui.po 2017-09-05 02:35:41.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-21 07:02+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: 

commit libkmahjongg for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2017-09-11 16:22:09

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


Package is "libkmahjongg"

Mon Sep 11 16:22:09 2017 rev:65 rq:522647 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2017-08-28 15:09:16.639269159 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2017-09-11 16:23:12.221223783 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:34 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  libkmahjongg-17.08.0.tar.xz

New:

  libkmahjongg-17.08.1.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.8lqQfl/_old  2017-09-11 16:23:12.737151323 +0200
+++ /var/tmp/diff_new_pack.8lqQfl/_new  2017-09-11 16:23:12.741150762 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkmahjongg
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkmahjongg-17.08.0.tar.xz -> libkmahjongg-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-17.08.0/po/zh_CN/libkmahjongg5.po 
new/libkmahjongg-17.08.1/po/zh_CN/libkmahjongg5.po
--- old/libkmahjongg-17.08.0/po/zh_CN/libkmahjongg5.po  2017-08-11 
02:43:35.0 +0200
+++ new/libkmahjongg-17.08.1/po/zh_CN/libkmahjongg5.po  2017-09-05 
02:34:40.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kwave for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kwave for openSUSE:Factory checked 
in at 2017-09-11 16:22:02

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


Package is "kwave"

Mon Sep 11 16:22:02 2017 rev:10 rq:522632 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kwave/kwave.changes  2017-08-30 
16:24:13.668841938 +0200
+++ /work/SRC/openSUSE:Factory/.kwave.new/kwave.changes 2017-09-11 
16:23:01.270761716 +0200
@@ -1,0 +2,11 @@
+Thu Sep 07 07:02:30 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * ${KF5_MIN_VERSION} was missing in invocation of FIND_PACKAGE(KF5,...)
+  * bumped KF5_MIN_VERSION to '5.33.0' ( due to use of setSelectedUrl() )
+
+---

Old:

  kwave-17.08.0.tar.xz

New:

  kwave-17.08.1.tar.xz



Other differences:
--
++ kwave.spec ++
--- /var/tmp/diff_new_pack.iXqpzi/_old  2017-09-11 16:23:01.862678585 +0200
+++ /var/tmp/diff_new_pack.iXqpzi/_new  2017-09-11 16:23:01.862678585 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kwave
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kwave-17.08.0.tar.xz -> kwave-17.08.1.tar.xz ++
 3525 lines of diff (skipped)




commit ktimer for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2017-09-11 16:21:53

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


Package is "ktimer"

Mon Sep 11 16:21:53 2017 rev:76 rq:522613 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2017-08-28 
15:08:45.039714259 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2017-09-11 
16:22:53.807809845 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:27 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * add comment needed by appstream (kde#351965)
+
+---

Old:

  ktimer-17.08.0.tar.xz

New:

  ktimer-17.08.1.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.gPm6c5/_old  2017-09-11 16:22:54.251747497 +0200
+++ /var/tmp/diff_new_pack.gPm6c5/_new  2017-09-11 16:22:54.251747497 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ktimer
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ktimer-17.08.0.tar.xz -> ktimer-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-17.08.0/org.kde.ktimer.desktop 
new/ktimer-17.08.1/org.kde.ktimer.desktop
--- old/ktimer-17.08.0/org.kde.ktimer.desktop   2017-08-01 06:01:03.0 
+0200
+++ new/ktimer-17.08.1/org.kde.ktimer.desktop   2017-09-04 06:14:01.0 
+0200
@@ -38,7 +38,7 @@
 GenericName[nb]=Nedtellingstarter
 GenericName[nds]=Teller starten
 GenericName[ne]=काउन्टडाउन सुरुआतकर्ता
-GenericName[nl]=Afteller
+GenericName[nl]=Starter van aftellen
 GenericName[nn]=Nedteljing
 GenericName[pa]=ਪੁੱਠੀ ਗਿਣਤੀ ਸ਼ੁਰੂਆਤੀ ਲਾਂਚਰ
 GenericName[pl]=Odliczanie
@@ -145,3 +145,17 @@
 Categories=Qt;KDE;Utility;
 X-DocPath=ktimer/index.html
 X-DBUS-ServiceName=org.kde.ktimer
+Comment=Desktop stopwatch
+Comment[ca]=Cronòmetre per a l'escriptori
+Comment[es]=Cronómetro del escritorio
+Comment[nl]=Stopwatch op het bureaublad
+Comment[nn]=Stoppeklokke for skrivebordet
+Comment[pl]=Czasomierz pulpitu
+Comment[sk]=Stopky pre pracovnú plochu
+Comment[sr]=Штоперица за површ
+Comment[sr@ijekavian]=Штоперица за површ
+Comment[sr@ijekavianlatin]=Štoperica za površ
+Comment[sr@latin]=Štoperica za površ
+Comment[sv]=Stoppur för skrivbordet
+Comment[uk]=Стільничний секундомір
+Comment[x-test]=xxDesktop stopwatchxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-17.08.0/po/ca/ktimer.po 
new/ktimer-17.08.1/po/ca/ktimer.po
--- old/ktimer-17.08.0/po/ca/ktimer.po  2017-08-11 02:35:11.0 +0200
+++ new/ktimer-17.08.1/po/ca/ktimer.po  2017-09-05 02:29:53.0 +0200
@@ -1,23 +1,24 @@
 # Translation of ktimer.po to Catalan
-# Copyright (C) 2002-2015 This_file_is_part_of_KDE
+# Copyright (C) 2002-2017 This_file_is_part_of_KDE
 #
 # Albert Astals Cid , 2002, 2003.
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2012, 2015.
 # Joan Maspons , 2009.
 # Manuel Tortosa Moreno , 2009.
+# Antoni Bella Pérez , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:17+0100\n"
-"PO-Revision-Date: 2015-05-31 19:51+0200\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2017-08-30 08:30+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.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -144,7 +145,7 @@
 #: prefwidget.ui:119
 #, kde-format
 msgid "You can use this slider to adjust the time."
-msgstr "Podeu utilitzar aquest control lliscant per ajustar el temps."
+msgstr "Podeu usar aquest control lliscant per ajustar el temps."
 
 #. i18n: ectx: property (toolTip), widget (QLCDNumber, m_counter)
 #: prefwidget.ui:129
@@ -170,7 +171,7 @@
 #: prefwidget.ui:145
 #, kde-format
 msgid "Use this to pause a timer countdown."
-msgstr "Useu això per fer una pausa en un cronòmetre de compte enrere."
+msgstr "Useu això per a fer una pausa en un cronòmetre de compte enrere."

commit lokalize for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2017-09-11 16:22:11

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


Package is "lokalize"

Mon Sep 11 16:22:11 2017 rev:55 rq:522651 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2017-08-28 
15:09:20.718695303 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2017-09-11 
16:23:14.488905299 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:34 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  lokalize-17.08.0.tar.xz

New:

  lokalize-17.08.1.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.ZqOdaJ/_old  2017-09-11 16:23:14.916845197 +0200
+++ /var/tmp/diff_new_pack.ZqOdaJ/_new  2017-09-11 16:23:14.916845197 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   lokalize
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ lokalize-17.08.0.tar.xz -> lokalize-17.08.1.tar.xz ++
 1722 lines of diff (skipped)




commit kturtle for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2017-09-11 16:21:58

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


Package is "kturtle"

Mon Sep 11 16:21:58 2017 rev:83 rq:522629 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2017-08-28 
15:08:58.589808178 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2017-09-11 
16:22:58.743116710 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:30 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kturtle-17.08.0.tar.xz

New:

  kturtle-17.08.1.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.3EBlI3/_old  2017-09-11 16:22:59.191053800 +0200
+++ /var/tmp/diff_new_pack.3EBlI3/_new  2017-09-11 16:22:59.195053238 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kturtle
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kturtle-17.08.0.tar.xz -> kturtle-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-17.08.0/po/nn/kturtle.po 
new/kturtle-17.08.1/po/nn/kturtle.po
--- old/kturtle-17.08.0/po/nn/kturtle.po2017-08-11 02:29:41.0 
+0200
+++ new/kturtle-17.08.1/po/nn/kturtle.po2017-09-05 02:26:30.0 
+0200
@@ -1,20 +1,20 @@
 # Translation of kturtle to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2005, 2007, 2008, 2009, 2010.
+# Karl Ove Hufthammer , 2005, 2007, 2008, 2009, 2010, 2017.
 # Eirik U. Birkeland , 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: kturtle\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-20 03:06+0200\n"
-"PO-Revision-Date: 2010-01-23 10:39+0100\n"
+"PO-Revision-Date: 2017-09-04 20:27+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\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-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -292,7 +292,7 @@
 #: interpreter/executer.cpp:90
 #, kde-format
 msgid "Cannot return outside a function. "
-msgstr ""
+msgstr "Kan ikkje returnera utenfor ein funksjon. "
 
 #: interpreter/executer.cpp:280
 #, kde-format
@@ -481,7 +481,7 @@
 #: interpreter/executer.cpp:798
 #, kde-format
 msgid "The result of an exponentiation was too large"
-msgstr ""
+msgstr "Resultata av eksponensieringa var for stor."
 
 #: interpreter/executer.cpp:804
 #, kde-format
@@ -506,7 +506,7 @@
 #: interpreter/executer.cpp:1059
 #, kde-format
 msgid "Can't do a sqrt of a negative number"
-msgstr ""
+msgstr "Kan ikkje ta kvadratrot av eit negativt tal."
 
 #: interpreter/parser.cpp:47
 #, kde-format
@@ -1227,7 +1227,7 @@
 "on how to translate it.Please see http://edu.kde.org/kturtle/translator.php "
 "to learn how to properly translate it."
 msgid "getdirection"
-msgstr ""
+msgstr "hentretning"
 
 #: interpreter/translator.cpp:656
 #, kde-format
@@ -1236,7 +1236,7 @@
 "translate it.Please see http://edu.kde.org/kturtle/translator.php to learn "
 "how to properly translate it."
 msgid "mod"
-msgstr ""
+msgstr "mod"
 
 #: interpreter/translator.cpp:675
 #, kde-format
@@ -1460,7 +1460,7 @@
 #: mainwindow.cpp:203 mainwindow.cpp:205
 #, kde-format
 msgid "Get more examples..."
-msgstr ""
+msgstr "Hent fleire eksempel …"
 
 #: mainwindow.cpp:209
 #, kde-format
@@ -1863,12 +1863,14 @@
 #, kde-format
 msgctxt "@option:radio"
 msgid "Full Speed ( highlighting and inspector)"
-msgstr ""
+msgstr "Full fart ( utheving og kodegranskar)"
 
 #: mainwindow.cpp:441
 #, kde-format
 msgid "Run the program at full speed, with highlighting and inspector disabled"
 msgstr ""
+"Køyr programmet med full fart, og utan utheving av programkoden eller vising "
+"av kodegranskar"
 
 #: mainwindow.cpp:442
 #, kde-format
@@ -1876,6 +1878,8 @@
 "Full Speed: Run the program at full speed, with highlighting and inspector "
 "disabled"
 msgstr ""
+"Full fart: Køyr programmet med full fart, og utan utheving av programkoden "
+"eller vising av kodegranskar"
 
 #: mainwindow.cpp:447
 #, kde-format
@@ 

commit kteatime for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2017-09-11 16:21:52

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


Package is "kteatime"

Mon Sep 11 16:21:52 2017 rev:56 rq:522612 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2017-08-30 
16:24:16.664420556 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2017-09-11 
16:22:52.98392 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:27 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kteatime-17.08.0.tar.xz

New:

  kteatime-17.08.1.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.Pn4C1j/_old  2017-09-11 16:22:53.519850287 +0200
+++ /var/tmp/diff_new_pack.Pn4C1j/_new  2017-09-11 16:22:53.523849726 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kteatime
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kteatime-17.08.0.tar.xz -> kteatime-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-17.08.0/po/zh_CN/kteatime.po 
new/kteatime-17.08.1/po/zh_CN/kteatime.po
--- old/kteatime-17.08.0/po/zh_CN/kteatime.po   2017-08-11 02:45:53.0 
+0200
+++ new/kteatime-17.08.1/po/zh_CN/kteatime.po   2017-09-05 02:36:03.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-27 04:02+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit lskat for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2017-09-11 16:22:13

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


Package is "lskat"

Mon Sep 11 16:22:13 2017 rev:64 rq:522652 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2017-08-28 
15:11:30.276469892 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2017-09-11 
16:23:16.388638491 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:50 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  lskat-17.08.0.tar.xz

New:

  lskat-17.08.1.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.JPJuea/_old  2017-09-11 16:23:16.976555921 +0200
+++ /var/tmp/diff_new_pack.JPJuea/_new  2017-09-11 16:23:16.980555359 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   lskat
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ lskat-17.08.0.tar.xz -> lskat-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.08.0/po/zh_CN/lskat.po 
new/lskat-17.08.1/po/zh_CN/lskat.po
--- old/lskat-17.08.0/po/zh_CN/lskat.po 2017-08-11 02:43:45.0 +0200
+++ new/lskat-17.08.1/po/zh_CN/lskat.po 2017-09-05 02:34:46.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-24 02:49+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit ktouch for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2017-09-11 16:21:55

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


Package is "ktouch"

Mon Sep 11 16:21:55 2017 rev:84 rq:522615 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2017-08-28 
15:08:47.699340132 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2017-09-11 
16:22:54.683686833 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:28 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  ktouch-17.08.0.tar.xz

New:

  ktouch-17.08.1.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.2mO1KE/_old  2017-09-11 16:22:55.239608757 +0200
+++ /var/tmp/diff_new_pack.2mO1KE/_new  2017-09-11 16:22:55.243608196 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ktouch
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ktouch-17.08.0.tar.xz -> ktouch-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/CMakeLists.txt 
new/ktouch-17.08.1/CMakeLists.txt
--- old/ktouch-17.08.0/CMakeLists.txt   2017-08-11 02:29:30.0 +0200
+++ new/ktouch-17.08.1/CMakeLists.txt   2017-09-05 02:26:24.0 +0200
@@ -6,7 +6,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 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/ktouch-17.08.0/org.kde.ktouch.appdata.xml 
new/ktouch-17.08.1/org.kde.ktouch.appdata.xml
--- old/ktouch-17.08.0/org.kde.ktouch.appdata.xml   2017-08-08 
20:10:42.0 +0200
+++ new/ktouch-17.08.1/org.kde.ktouch.appdata.xml   2017-09-02 
11:28:22.0 +0200
@@ -63,7 +63,7 @@
   On Parmak Öğretici
   Навчання комп’ютерного набору
   xxTouch Typing Tutorxx
-  打字教程
+  触摸打字教程
   觸摸輸入輔助教學
   
 KTouch is a typewriter trainer for learning to touch type. It provides 
you with text to train on and adjusts to different levels depending on how good 
you are. It displays your keyboard and indicates which key to press next and 
which is the correct finger to use. You learn typing with all fingers, step by 
step, without having to look down at the keyboard to find your keys. It is 
convenient for all ages and the perfect typing tutor for schools, universities, 
and personal use. KTouch ships with dozens of different courses in many 
languages and a comfortable course editor. Different keyboard layouts are 
supported and new user-defined layouts can be created. During training, KTouch 
collects comprehensive statistical information to help you or your teacher to 
analyze your progress.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/org.kde.ktouch.desktop 
new/ktouch-17.08.1/org.kde.ktouch.desktop
--- old/ktouch-17.08.0/org.kde.ktouch.desktop   2017-08-08 20:10:42.0 
+0200
+++ new/ktouch-17.08.1/org.kde.ktouch.desktop   2017-09-02 11:28:22.0 
+0200
@@ -69,7 +69,7 @@
 GenericName[vi]=Trình dạy Gõ Bàn phím
 GenericName[xh]=Umbuyekisi wokufundiweyo Obamba Echwetheza
 GenericName[x-test]=xxTouch Typing Tutorxx
-GenericName[zh_CN]=打字教程
+GenericName[zh_CN]=触摸打字教程
 GenericName[zh_TW]=觸摸輸入輔助教學
 Terminal=false
 Name=KTouch
@@ -159,4 +159,5 @@
 Comment[tr]=Tuşlara bakmadan yazmayı öğrenin
 Comment[uk]=Вчимося набирати текст, не дивлячись на клавіатуру
 Comment[x-test]=xxLearn typing without looking for keysxx
+Comment[zh_CN]=学习不使用键盘来打字
 Categories=Qt;KDE;Education;X-KDE-Edu-Misc;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/po/nl/ktouch.po 
new/ktouch-17.08.1/po/nl/ktouch.po
--- old/ktouch-17.08.0/po/nl/ktouch.po  2017-08-11 02:29:30.0 +0200
+++ new/ktouch-17.08.1/po/nl/ktouch.po  2017-09-05 02:26:23.0 +0200
@@ -6,7 +6,7 @@
 # Rinse de Vries , 2001-2008.
 # Bram Schoenmakers , 2005, 2006.
 # Kristof Bal 

commit kubrick for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2017-09-11 16:22:00

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


Package is "kubrick"

Mon Sep 11 16:22:00 2017 rev:64 rq:522630 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2017-08-28 
15:09:01.753363161 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2017-09-11 
16:23:00.058931911 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:50 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kubrick-17.08.0.tar.xz

New:

  kubrick-17.08.1.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.dgpGQj/_old  2017-09-11 16:23:00.662847095 +0200
+++ /var/tmp/diff_new_pack.dgpGQj/_new  2017-09-11 16:23:00.666846533 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kubrick
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kubrick-17.08.0.tar.xz -> kubrick-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-17.08.0/po/de/kubrick.po 
new/kubrick-17.08.1/po/de/kubrick.po
--- old/kubrick-17.08.0/po/de/kubrick.po2017-08-11 02:42:56.0 
+0200
+++ new/kubrick-17.08.1/po/de/kubrick.po2017-09-05 02:34:16.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kubrick\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-23 03:05+0200\n"
-"PO-Revision-Date: 2017-07-11 07:28+0100\n"
+"PO-Revision-Date: 2017-08-22 07:16+0100\n"
 "Last-Translator: Burkhard Lück \n"
 "Language-Team: German \n"
 "Language: de\n"
@@ -72,7 +72,7 @@
 #: game.cpp:186
 #, kde-format
 msgid "The file '%1' is not a valid Kubrick game-file."
-msgstr ""
+msgstr "Die Datei „%1“ ist keine gültige Kubrick-Datei."
 
 #: game.cpp:246
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-17.08.0/po/nn/kubrick.po 
new/kubrick-17.08.1/po/nn/kubrick.po
--- old/kubrick-17.08.0/po/nn/kubrick.po2017-08-11 02:42:57.0 
+0200
+++ new/kubrick-17.08.1/po/nn/kubrick.po2017-09-05 02:34:16.0 
+0200
@@ -1,19 +1,19 @@
 # Translation of kubrick to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2008, 2009, 2011.
+# Karl Ove Hufthammer , 2008, 2009, 2011, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kubrick\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-23 03:05+0200\n"
-"PO-Revision-Date: 2011-07-06 19:21+0200\n"
+"PO-Revision-Date: 2017-09-03 18:11+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -68,12 +68,12 @@
 #: game.cpp:177 game.cpp:1341
 #, kde-format
 msgid "Kubrick Game Files (*.kbk)"
-msgstr ""
+msgstr "Kubrick-spelfiler (*.kbk)"
 
 #: game.cpp:186
 #, kde-format
 msgid "The file '%1' is not a valid Kubrick game-file."
-msgstr ""
+msgstr "Fila «%1» er ikkje ei gyldig Kubrick-spelfil."
 
 #: game.cpp:246
 #, kde-format
@@ -972,7 +972,7 @@
 #: main.cpp:43
 #, kde-format
 msgid " 2008 Ian Wadham"
-msgstr ""
+msgstr "© 2008 Ian Wadham"
 
 #: main.cpp:45
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-17.08.0/po/zh_CN/kubrick.po 
new/kubrick-17.08.1/po/zh_CN/kubrick.po
--- old/kubrick-17.08.0/po/zh_CN/kubrick.po 2017-08-11 02:42:57.0 
+0200
+++ new/kubrick-17.08.1/po/zh_CN/kubrick.po 2017-09-05 02:34:16.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-23 03:05+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit ksudoku for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2017-09-11 16:21:48

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


Package is "ksudoku"

Mon Sep 11 16:21:48 2017 rev:64 rq:522610 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2017-08-28 
15:08:37.456780939 +0200
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2017-09-11 
16:22:50.676249655 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:50 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  ksudoku-17.08.0.tar.xz

New:

  ksudoku-17.08.1.tar.xz



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.fUaIWf/_old  2017-09-11 16:22:51.172180004 +0200
+++ /var/tmp/diff_new_pack.fUaIWf/_new  2017-09-11 16:22:51.176179442 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksudoku
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ksudoku-17.08.0.tar.xz -> ksudoku-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-17.08.0/po/de/ksudoku.po 
new/ksudoku-17.08.1/po/de/ksudoku.po
--- old/ksudoku-17.08.0/po/de/ksudoku.po2017-08-11 02:42:18.0 
+0200
+++ new/ksudoku-17.08.1/po/de/ksudoku.po2017-09-05 02:33:52.0 
+0200
@@ -1,5 +1,5 @@
 # Stefan Winter , 2007.
-# Burkhard Lück , 2008, 2011, 2013, 2015.
+# Burkhard Lück , 2008, 2011, 2013, 2015, 2017.
 # Thomas Reitelbach , 2009.
 # Johannes Obermayr , 2009, 2011, 2012.
 # Frederik Schwarzer , 2011, 2012.
@@ -9,7 +9,7 @@
 "Project-Id-Version: ksudoku\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 02:56+0200\n"
-"PO-Revision-Date: 2015-07-21 18:44+0200\n"
+"PO-Revision-Date: 2017-08-22 07:18+0100\n"
 "Last-Translator: Burkhard Lück \n"
 "Language-Team: German \n"
 "Language: de\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -660,10 +660,9 @@
 msgstr "Spiel laden"
 
 #: src/gui/ksudoku.cpp:699
-#, fuzzy, kde-format
-#| msgid "Error in Cage"
+#, kde-format
 msgid "Error Writing File"
-msgstr "Fehler im Block"
+msgstr "Fehler beim Schreiben der Datei"
 
 #: src/gui/ksudoku.cpp:721
 #, kde-format
@@ -859,13 +858,12 @@
 #: src/gui/serializer.cpp:697
 #, kde-format
 msgid "Unable to create temporary file."
-msgstr ""
+msgstr "Die temporäre Datei kann nicht erstellt werden."
 
 #: src/gui/serializer.cpp:418 src/gui/serializer.cpp:456
-#, fuzzy, kde-format
-#| msgid "Cannot load file."
+#, kde-format
 msgid "Unable to download file."
-msgstr "Datei kann nicht geladen werden."
+msgstr "Die Datei kann nicht heruntergeladen werden."
 
 #: src/gui/serializer.cpp:424 src/gui/serializer.cpp:462
 #, kde-format
@@ -873,10 +871,9 @@
 msgstr "XML-Datei kann in Zeile %1 nicht gelesen werden"
 
 #: src/gui/serializer.cpp:710
-#, fuzzy, kde-format
-#| msgid "Cannot load file."
+#, kde-format
 msgid "Unable to upload file."
-msgstr "Datei kann nicht geladen werden."
+msgstr "Die Datei kann nicht hochgeladen werden."
 
 #: src/gui/views/gameactions.cpp:61
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-17.08.0/po/gl/ksudoku.po 
new/ksudoku-17.08.1/po/gl/ksudoku.po
--- old/ksudoku-17.08.0/po/gl/ksudoku.po2017-08-11 02:42:18.0 
+0200
+++ new/ksudoku-17.08.1/po/gl/ksudoku.po2017-09-05 02:33:52.0 
+0200
@@ -6,14 +6,14 @@
 # Adrián Chaves Fernández , 2009, 2012, 2015, 2017.
 # Xosé , 2012.
 # Marce Villarino , 2013, 2014.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: ksudoku\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 02:56+0200\n"
-"PO-Revision-Date: 2017-01-28 12:39+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"

commit kstars for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2017-09-11 16:21:47

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


Package is "kstars"

Mon Sep 11 16:21:47 2017 rev:87 rq:522609 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2017-08-24 
18:51:37.527954835 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2017-09-11 
16:22:16.169095964 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:26 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kstars-17.08.0.tar.xz

New:

  kstars-17.08.1.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.cCX4r5/_old  2017-09-11 16:22:50.248309756 +0200
+++ /var/tmp/diff_new_pack.cCX4r5/_new  2017-09-11 16:22:50.252309195 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kstars
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kstars-17.08.0.tar.xz -> kstars-17.08.1.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-17.08.0.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-17.08.1.tar.xz differ: char 27, 
line 1




commit kscd for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kscd for openSUSE:Factory checked in 
at 2017-09-11 16:21:35

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


Package is "kscd"

Mon Sep 11 16:21:35 2017 rev:17 rq:522603 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kscd/kscd.changes2017-08-28 
15:08:24.782563798 +0200
+++ /work/SRC/openSUSE:Factory/.kscd.new/kscd.changes   2017-09-11 
16:22:07.494314276 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:25 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kscd-17.08.0.tar.xz

New:

  kscd-17.08.1.tar.xz



Other differences:
--
++ kscd.spec ++
--- /var/tmp/diff_new_pack.8ndXc6/_old  2017-09-11 16:22:08.210213733 +0200
+++ /var/tmp/diff_new_pack.8ndXc6/_new  2017-09-11 16:22:08.210213733 +0200
@@ -20,7 +20,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:   kscd
-Version:17.08.0
+Version:17.08.1
 Release:0
 Summary:CD Player
 License:GPL-2.0+

++ kscd-17.08.0.tar.xz -> kscd-17.08.1.tar.xz ++




commit kolf for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2017-09-11 16:21:18

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


Package is "kolf"

Mon Sep 11 16:21:18 2017 rev:64 rq:522582 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kolf/kolf.changes2017-08-28 
15:08:00.533974779 +0200
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2017-09-11 
16:21:55.755962840 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kolf-17.08.0.tar.xz

New:

  kolf-17.08.1.tar.xz



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.RdCVgU/_old  2017-09-11 16:21:56.387874093 +0200
+++ /var/tmp/diff_new_pack.RdCVgU/_new  2017-09-11 16:21:56.391873532 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:17.08.0
+Version:17.08.1
 Release:0
 Source0:kolf-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ kolf-17.08.0.tar.xz -> kolf-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-17.08.0/tutorial.kolf 
new/kolf-17.08.1/tutorial.kolf
--- old/kolf-17.08.0/tutorial.kolf  2017-07-29 02:48:15.0 +0200
+++ new/kolf-17.08.1/tutorial.kolf  2017-08-11 03:04:13.0 +0200
@@ -636,7 +636,7 @@
 Comment[fi]=Kokeile erityyppisiä mäkiä.
 Comment[fr]=Essayez ces différents types de pentes.
 Comment[ga]=Bain triail as na cineálacha éagsúla fána seo.
-Comment[gl]=Proba estes tipos diferentes de ramplas.
+Comment[gl]=Proba estes tipos distintos de ramplas.
 Comment[hu]=Többféle lejtőtípust is ki lehet próbálni.
 Comment[it]=Prova questi diversi tipi di pendio.
 Comment[ja]=これらのさまざまなタイプの斜面で試してみてください。




commit kshisen for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2017-09-11 16:21:37

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


Package is "kshisen"

Mon Sep 11 16:21:37 2017 rev:65 rq:522604 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2017-08-28 
15:08:26.462327509 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2017-09-11 
16:22:08.938111504 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:25 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kshisen-17.08.0.tar.xz

New:

  kshisen-17.08.1.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.YXwstE/_old  2017-09-11 16:22:09.430042416 +0200
+++ /var/tmp/diff_new_pack.YXwstE/_new  2017-09-11 16:22:09.434041855 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kshisen
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kshisen-17.08.0.tar.xz -> kshisen-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-17.08.0/po/zh_CN/kshisen.po 
new/kshisen-17.08.1/po/zh_CN/kshisen.po
--- old/kshisen-17.08.0/po/zh_CN/kshisen.po 2017-08-11 02:41:41.0 
+0200
+++ new/kshisen-17.08.1/po/zh_CN/kshisen.po 2017-09-05 02:33:31.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kpat for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2017-09-11 16:21:26

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


Package is "kpat"

Mon Sep 11 16:21:26 2017 rev:66 rq:522593 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kpat/kpat.changes2017-08-28 
15:08:11.800389968 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2017-09-11 
16:22:01.727124236 +0200
@@ -1,0 +2,11 @@
+Thu Sep 07 07:02:23 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * add comment needed by appstream
+  * Fix includes
+
+---

Old:

  kpat-17.08.0.tar.xz

New:

  kpat-17.08.1.tar.xz



Other differences:
--
++ kpat.spec ++
--- /var/tmp/diff_new_pack.ic1Cz0/_old  2017-09-11 16:22:02.303043352 +0200
+++ /var/tmp/diff_new_pack.ic1Cz0/_new  2017-09-11 16:22:02.307042790 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kpat
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kpat-17.08.0.tar.xz -> kpat-17.08.1.tar.xz ++
 1633 lines of diff (skipped)




commit konquest for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2017-09-11 16:21:24

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


Package is "konquest"

Mon Sep 11 16:21:24 2017 rev:64 rq:522587 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/konquest/konquest.changes2017-08-28 
15:08:08.584842289 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2017-09-11 
16:22:00.287326445 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  konquest-17.08.0.tar.xz

New:

  konquest-17.08.1.tar.xz



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.7cjqgw/_old  2017-09-11 16:22:00.891241629 +0200
+++ /var/tmp/diff_new_pack.7cjqgw/_new  2017-09-11 16:22:00.891241629 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konquest
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ konquest-17.08.0.tar.xz -> konquest-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-17.08.0/org.kde.konquest.appdata.xml 
new/konquest-17.08.1/org.kde.konquest.appdata.xml
--- old/konquest-17.08.0/org.kde.konquest.appdata.xml   2017-08-06 
06:03:38.0 +0200
+++ new/konquest-17.08.1/org.kde.konquest.appdata.xml   2017-08-23 
08:43:18.0 +0200
@@ -55,6 +55,7 @@
 
 El Konquest és una versió del Gnu-Lactic Konquest. Els 
jugadors conquereixen altres planetes envinat-hi naus. L'objectiu és construir 
un imperi interestel·lar i finalment conquerir els planetes de tots els altres 
jugadors.
 El Konquest és una versió del Gnu-Lactic 
Konquest. Els jugadors conquereixen altres planetes envinat-hi naus. L'objectiu 
és construir un imperi interestel·lar i finalment conquerir els planetes de 
tots els altres jugadors.
+Konquest ist eine Version von Gnu-Lactic-Konquest. 
Spieler schicken Schiffe zu anderen Planeten, um sie zu erobern. Ziel des 
Spiels ist es, ein galaktisches Imperium zu beherrschen und alle Planeten der 
Gegner zu erobern.
 Konquest is a version of Gnu-Lactic Konquest. Players 
conquer other planets by sending ships to them. The goal is to build an 
interstellar empire and ultimately conquer all other player's planets.
 Konquest es una versión de Gnu-Lactic Konquest. Los 
jugadores pueden conquistar otros planetas enviando naves a ellos. El objetivo 
es construir un imperio interestelar y conquistar todos los planetas del resto 
de jugadores.
 Konquest est une version de Gnu-Lactic Konquest. Les 
joueurs peuvent conquérir d'autres planètes en envoyant des vaisseaux à leur 
conquête. L'objectif est de construire un empire intergalactique et de 
conquérir toutes les planètes des autres joueurs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-17.08.0/po/zh_CN/konquest.po 
new/konquest-17.08.1/po/zh_CN/konquest.po
--- old/konquest-17.08.0/po/zh_CN/konquest.po   2017-08-11 02:41:20.0 
+0200
+++ new/konquest-17.08.1/po/zh_CN/konquest.po   2017-09-05 02:33:19.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kppp for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kppp for openSUSE:Factory checked in 
at 2017-09-11 16:21:28

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


Package is "kppp"

Mon Sep 11 16:21:28 2017 rev:55 rq:522595 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kppp/kppp.changes2017-08-28 
15:08:14.216050164 +0200
+++ /work/SRC/openSUSE:Factory/.kppp.new/kppp.changes   2017-09-11 
16:22:03.162922588 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:24 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kppp-17.08.0.tar.xz

New:

  kppp-17.08.1.tar.xz



Other differences:
--
++ kppp.spec ++
--- /var/tmp/diff_new_pack.N5Rdgx/_old  2017-09-11 16:22:03.718844513 +0200
+++ /var/tmp/diff_new_pack.N5Rdgx/_new  2017-09-11 16:22:03.718844513 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kppp
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kppp-17.08.0.tar.xz -> kppp-17.08.1.tar.xz ++




commit kspaceduel for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:Factory 
checked in at 2017-09-11 16:21:43

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


Package is "kspaceduel"

Mon Sep 11 16:21:43 2017 rev:64 rq:522607 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kspaceduel/kspaceduel.changes2017-08-28 
15:11:37.471457719 +0200
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new/kspaceduel.changes   
2017-09-11 16:22:13.273502630 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kspaceduel-17.08.0.tar.xz

New:

  kspaceduel-17.08.1.tar.xz



Other differences:
--
++ kspaceduel.spec ++
--- /var/tmp/diff_new_pack.07ZOCr/_old  2017-09-11 16:22:13.757434665 +0200
+++ /var/tmp/diff_new_pack.07ZOCr/_new  2017-09-11 16:22:13.765433541 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kspaceduel
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kspaceduel-17.08.0.tar.xz -> kspaceduel-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kspaceduel-17.08.0/po/zh_CN/kspaceduel.po 
new/kspaceduel-17.08.1/po/zh_CN/kspaceduel.po
--- old/kspaceduel-17.08.0/po/zh_CN/kspaceduel.po   2017-08-11 
02:42:08.0 +0200
+++ new/kspaceduel-17.08.1/po/zh_CN/kspaceduel.po   2017-09-05 
02:33:46.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-13 03:03+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kremotecontrol for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2017-09-11 16:21:29

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


Package is "kremotecontrol"

Mon Sep 11 16:21:29 2017 rev:76 rq:522598 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2017-08-28 15:08:18.471451567 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2017-09-11 16:22:04.266767561 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:24 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kremotecontrol-17.08.0.tar.xz

New:

  kremotecontrol-17.08.1.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.MGkzhg/_old  2017-09-11 16:22:04.934673759 +0200
+++ /var/tmp/diff_new_pack.MGkzhg/_new  2017-09-11 16:22:04.938673197 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kremotecontrol-17.08.0.tar.xz -> kremotecontrol-17.08.1.tar.xz ++




commit kross-interpreters for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:Factory checked in at 2017-09-11 16:21:33

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


Package is "kross-interpreters"

Mon Sep 11 16:21:33 2017 rev:18 rq:522601 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2017-08-28 15:08:22.430894602 +0200
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes   
2017-09-11 16:22:06.690427176 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:24 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kross-interpreters-17.08.0.tar.xz

New:

  kross-interpreters-17.08.1.tar.xz



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.ylaV5I/_old  2017-09-11 16:22:07.234350786 +0200
+++ /var/tmp/diff_new_pack.ylaV5I/_new  2017-09-11 16:22:07.238350224 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kross-interpreters
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kross-interpreters-17.08.0.tar.xz -> kross-interpreters-17.08.1.tar.xz 
++




commit ksquares for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2017-09-11 16:21:45

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


Package is "ksquares"

Mon Sep 11 16:21:45 2017 rev:65 rq:522608 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2017-08-28 
15:08:34.277228202 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2017-09-11 
16:22:14.293359398 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:25 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  ksquares-17.08.0.tar.xz

New:

  ksquares-17.08.1.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.0iXWEe/_old  2017-09-11 16:22:14.809286939 +0200
+++ /var/tmp/diff_new_pack.0iXWEe/_new  2017-09-11 16:22:14.813286378 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksquares
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ksquares-17.08.0.tar.xz -> ksquares-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-17.08.0/po/zh_CN/ksquares.po 
new/ksquares-17.08.1/po/zh_CN/ksquares.po
--- old/ksquares-17.08.0/po/zh_CN/ksquares.po   2017-08-11 02:42:13.0 
+0200
+++ new/ksquares-17.08.1/po/zh_CN/ksquares.po   2017-09-05 02:33:49.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-17.08.0/src/org.kde.ksquares.desktop 
new/ksquares-17.08.1/src/org.kde.ksquares.desktop
--- old/ksquares-17.08.0/src/org.kde.ksquares.desktop   2017-07-26 
10:26:06.0 +0200
+++ new/ksquares-17.08.1/src/org.kde.ksquares.desktop   2017-09-04 
06:11:49.0 +0200
@@ -117,6 +117,7 @@
 Comment[es]=Conecta los puntos para crear cuadrados
 Comment[fr]=Relier les points pour créer des carrés
 Comment[nl]=Verbind de stippen om vierkanten te maken
+Comment[nn]=Teikn strekar mellom prikkar for å laga kvadrat
 Comment[pl]=Połącz kropki, żeby otrzymać kwadraty
 Comment[pt]=Ligue os pontos para criar quadrados
 Comment[ru]=Соединяйте точки для создания квадрата
@@ -130,7 +131,7 @@
 Comment[tr]=Noktaları birleştirerek kare yap
 Comment[uk]=З’єднайте точки, щоб створити квадрати
 Comment[x-test]=xxConnect the dots to create squaresxx
-Comment[zh_CN]=通过点连接创建方形
+Comment[zh_CN]=连接点创建方形
 Comment[zh_TW]=將點連起來組成方塊
 Terminal=false
 Categories=Game;BoardGame;Qt;KDE;




commit kollision for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kollision for openSUSE:Factory 
checked in at 2017-09-11 16:21:20

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


Package is "kollision"

Mon Sep 11 16:21:20 2017 rev:66 rq:522583 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kollision/kollision.changes  2017-08-28 
15:08:02.673673795 +0200
+++ /work/SRC/openSUSE:Factory/.kollision.new/kollision.changes 2017-09-11 
16:21:56.855808376 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kollision-17.08.0.tar.xz

New:

  kollision-17.08.1.tar.xz



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.P3z2HZ/_old  2017-09-11 16:21:57.331741535 +0200
+++ /var/tmp/diff_new_pack.P3z2HZ/_new  2017-09-11 16:21:57.331741535 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kollision
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kollision-17.08.0.tar.xz -> kollision-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kollision-17.08.0/po/zh_CN/kollision.po 
new/kollision-17.08.1/po/zh_CN/kollision.po
--- old/kollision-17.08.0/po/zh_CN/kollision.po 2017-08-11 02:41:15.0 
+0200
+++ new/kollision-17.08.1/po/zh_CN/kollision.po 2017-09-05 02:33:16.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kreversi for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kreversi for openSUSE:Factory 
checked in at 2017-09-11 16:21:31

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


Package is "kreversi"

Mon Sep 11 16:21:31 2017 rev:64 rq:522599 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kreversi/kreversi.changes2017-08-28 
15:08:20.499166334 +0200
+++ /work/SRC/openSUSE:Factory/.kreversi.new/kreversi.changes   2017-09-11 
16:22:05.358614219 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kreversi-17.08.0.tar.xz

New:

  kreversi-17.08.1.tar.xz



Other differences:
--
++ kreversi.spec ++
--- /var/tmp/diff_new_pack.cbVN85/_old  2017-09-11 16:22:06.090511430 +0200
+++ /var/tmp/diff_new_pack.cbVN85/_new  2017-09-11 16:22:06.094510868 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kreversi
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kreversi-17.08.0.tar.xz -> kreversi-17.08.1.tar.xz ++
 1942 lines of diff (skipped)




commit ksnakeduel for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2017-09-11 16:21:41

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


Package is "ksnakeduel"

Mon Sep 11 16:21:41 2017 rev:64 rq:522606 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2017-08-28 
15:11:33.659993906 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2017-09-11 16:22:12.273643053 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Fix KNewStuff: use the new category on store.kde.org
+
+---

Old:

  ksnakeduel-17.08.0.tar.xz

New:

  ksnakeduel-17.08.1.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.8IJjk9/_old  2017-09-11 16:22:12.865559922 +0200
+++ /var/tmp/diff_new_pack.8IJjk9/_new  2017-09-11 16:22:12.869559360 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksnakeduel
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ ksnakeduel-17.08.0.tar.xz -> ksnakeduel-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-17.08.0/ksnakeduel.knsrc 
new/ksnakeduel-17.08.1/ksnakeduel.knsrc
--- old/ksnakeduel-17.08.0/ksnakeduel.knsrc 2017-08-06 06:04:04.0 
+0200
+++ new/ksnakeduel-17.08.1/ksnakeduel.knsrc 2017-08-23 23:35:52.0 
+0200
@@ -1,4 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=http://newstuff.kde.org/cgi-bin/hotstuff-provider?site=ktron
-TargetDir=ktron/themes/
-Uncompress=true
+ProvidersUrl=http://download.kde.org/ocs/providers.xml
+Categories=KSnakeDuel Themes
+TargetDir=ksnakeduel/themes/
+Uncompress=always
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-17.08.0/po/zh_CN/ksnakeduel.po 
new/ksnakeduel-17.08.1/po/zh_CN/ksnakeduel.po
--- old/ksnakeduel-17.08.0/po/zh_CN/ksnakeduel.po   2017-08-11 
02:42:02.0 +0200
+++ new/ksnakeduel-17.08.1/po/zh_CN/ksnakeduel.po   2017-09-05 
02:33:43.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-26 02:49+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit ksirk for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2017-09-11 16:21:39

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


Package is "ksirk"

Mon Sep 11 16:21:39 2017 rev:64 rq:522605 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2017-08-28 
15:08:29.537894875 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2017-09-11 
16:22:09.937971082 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Fix KNewStuff: use the new category on store.kde.org
+
+---

Old:

  ksirk-17.08.0.tar.xz

New:

  ksirk-17.08.1.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.1XHvhP/_old  2017-09-11 16:22:10.613876155 +0200
+++ /var/tmp/diff_new_pack.1XHvhP/_new  2017-09-11 16:22:10.617875594 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://www.kde.org
-Version:17.08.0
+Version:17.08.1
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ ksirk-17.08.0.tar.xz -> ksirk-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-17.08.0/ksirk/ksirk.knsrc 
new/ksirk-17.08.1/ksirk/ksirk.knsrc
--- old/ksirk-17.08.0/ksirk/ksirk.knsrc 2017-08-05 02:47:20.0 +0200
+++ new/ksirk-17.08.1/ksirk/ksirk.knsrc 2017-08-24 00:34:42.0 +0200
@@ -1,4 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=http://newstuff.kde.org/cgi-bin/hotstuff-provider?site=ksirk
+ProvidersUrl=http://download.kde.org/ocs/providers.xml
+Categories=KSirk Themes
 TargetDir=ksirk/skins
 Uncompress=always




commit kmines for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kmines for openSUSE:Factory checked 
in at 2017-09-11 16:21:08

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


Package is "kmines"

Mon Sep 11 16:21:08 2017 rev:65 rq:522574 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmines/kmines.changes2017-08-28 
15:07:41.552644807 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new/kmines.changes   2017-09-11 
16:21:48.580970513 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kmines-17.08.0.tar.xz

New:

  kmines-17.08.1.tar.xz



Other differences:
--
++ kmines.spec ++
--- /var/tmp/diff_new_pack.qLmkkv/_old  2017-09-11 16:21:49.068901987 +0200
+++ /var/tmp/diff_new_pack.qLmkkv/_new  2017-09-11 16:21:49.072901426 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmines
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmines-17.08.0.tar.xz -> kmines-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-17.08.0/data/kmines.notifyrc 
new/kmines-17.08.1/data/kmines.notifyrc
--- old/kmines-17.08.0/data/kmines.notifyrc 2017-07-26 10:25:50.0 
+0200
+++ new/kmines-17.08.1/data/kmines.notifyrc 2017-09-04 06:11:06.0 
+0200
@@ -40,7 +40,7 @@
 Comment[tr]=KMines Mayın Tarlası-benzeri Oyun
 Comment[uk]=Гра в сапера KMines
 Comment[x-test]=xxKMines Minesweeper-like Gamexx
-Comment[zh_CN]=扫雷游戏
+Comment[zh_CN]=KMines 是一个类似扫雷的游戏
 Comment[zh_TW]=KMines,類似踩地雷的遊戲
 
 [Event/reveal]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-17.08.0/data/org.kde.kmines.appdata.xml 
new/kmines-17.08.1/data/org.kde.kmines.appdata.xml
--- old/kmines-17.08.0/data/org.kde.kmines.appdata.xml  2017-07-26 
10:25:50.0 +0200
+++ new/kmines-17.08.1/data/org.kde.kmines.appdata.xml  2017-09-04 
06:11:06.0 +0200
@@ -13,6 +13,7 @@
   KMines
   KMines
   KMines
+  KMinesveipar
   KMiny
   Campo Minado
   KMines
@@ -35,6 +36,7 @@
   Juego similar al Buscaminas
   Jeu dans le style du démineur
   Mijnenvegerachtig spel
+  Minesveipar-liknande spel
   Gra typu saper
   Jogo semelhante ao Minesweeper
   Hra typu hľadanie mín
@@ -57,6 +59,7 @@
 KMines es el clásico juego de Buscaminas. El objetivo 
consiste en descubrir todos los cuadrados sin hacer estallar las minas. Si una 
mina estalla, el juego acaba.
 KMines est un jeu dans le style du démineur. L'objectif 
est de révéler tous les carrés sans faire exploser la moindre mine. Lorsqu'une 
mine explose, la partie est terminée.
 KMines is het klassieke mijnenvegerspel. Het idee is alle 
vierkantjes open te maken zonder een mijn op te blazen. Als er een mijn 
ontploft is het spel afgelopen.
+KMinesveipar er eit klassisk minesveiparspel. Målet er å 
avdekkja alle ruter som ikkje har miner på seg. Treff du derimot på ei rute med 
ei mine, går mina av og du tapar spelet.
 KMiny jest klasyczną grą w sapera. Polega ona na odkryciu 
wszystkich pól bez wysadzenia żadnej z min. Po napotkaniu na minę, gra się 
kończy.
 O KMines é um jogo clássico de Campo Minado 
(Minesweeper). A ideia é destapar todos os quadrados sem rebentar nenhuma mina. 
Quando for estoirada uma mina, o jogo termina.
 KMines je klasická hra Hľadanie mín. Cieľom je odkryť 
všetky štvorce bez odpálenia mín. Ak sa mína odpáli, hra končí.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-17.08.0/data/org.kde.kmines.desktop 
new/kmines-17.08.1/data/org.kde.kmines.desktop
--- old/kmines-17.08.0/data/org.kde.kmines.desktop  2017-07-26 
10:25:50.0 +0200
+++ new/kmines-17.08.1/data/org.kde.kmines.desktop  2017-09-04 
06:11:06.0 +0200
@@ -146,6 +146,7 @@
 Comment[es]=Juego similar al Buscaminas
 Comment[fr]=Jeu dans le style du démineur
 Comment[nl]=Mijnenvegerachtig spel
+Comment[nn]=Minesveipar-liknande spel
 Comment[pl]=Gra typu saper
 Comment[pt]=Jogo tipo Campo-Minado
 Comment[sk]=Hra typu hľadanie mín
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-17.08.0/po/zh_CN/kmines.po 
new/kmines-17.08.1/po/zh_CN/kmines.po
--- old/kmines-17.08.0/po/zh_CN/kmines.po   2017-08-11 

commit kmahjongg for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kmahjongg for openSUSE:Factory 
checked in at 2017-09-11 16:21:06

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


Package is "kmahjongg"

Mon Sep 11 16:21:06 2017 rev:66 rq:522568 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmahjongg/kmahjongg.changes  2017-08-28 
15:07:38.841026238 +0200
+++ /work/SRC/openSUSE:Factory/.kmahjongg.new/kmahjongg.changes 2017-09-11 
16:21:46.941200806 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * appstream file needs to be installed
+
+---

Old:

  kmahjongg-17.08.0.tar.xz

New:

  kmahjongg-17.08.1.tar.xz



Other differences:
--
++ kmahjongg.spec ++
--- /var/tmp/diff_new_pack.osEhWx/_old  2017-09-11 16:21:47.513120485 +0200
+++ /var/tmp/diff_new_pack.osEhWx/_new  2017-09-11 16:21:47.513120485 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmahjongg
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -87,6 +87,7 @@
 %{_kf5_iconsdir}/hicolor/*/apps/kmahjongg.*
 %{_kf5_sharedir}/kmahjongg/
 %{_kf5_kxmlguidir}/
+%{_kf5_appstreamdir}/org.kde.kmahjongg.appdata.xml
 
 %if %{with lang}
 %files lang -f %{name}.lang

++ kmahjongg-17.08.0.tar.xz -> kmahjongg-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.0/CMakeLists.txt 
new/kmahjongg-17.08.1/CMakeLists.txt
--- old/kmahjongg-17.08.0/CMakeLists.txt2017-08-11 02:40:45.0 
+0200
+++ new/kmahjongg-17.08.1/CMakeLists.txt2017-09-05 02:32:59.0 
+0200
@@ -51,6 +51,7 @@
 ### install files ###
 
 install(PROGRAMS org.kde.kmahjongg.desktop  DESTINATION  ${KDE_INSTALL_APPDIR})
+install(FILES org.kde.kmahjongg.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
 
 ### Display Summary ###
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.0/org.kde.kmahjongg.appdata.xml 
new/kmahjongg-17.08.1/org.kde.kmahjongg.appdata.xml
--- old/kmahjongg-17.08.0/org.kde.kmahjongg.appdata.xml 2017-07-24 
17:22:59.0 +0200
+++ new/kmahjongg-17.08.1/org.kde.kmahjongg.appdata.xml 2017-09-04 
05:23:31.0 +0200
@@ -43,6 +43,7 @@
   Solitario Mahjong
   Mahjongg Solitaire
   Mahjong Solitaire
+  Mahjongg-kabal
   Pasjans Mahjong
   Mahjong Solitário
   Mahjong Solitaire
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.0/po/nn/kmahjongg.po 
new/kmahjongg-17.08.1/po/nn/kmahjongg.po
--- old/kmahjongg-17.08.0/po/nn/kmahjongg.po2017-08-11 02:40:44.0 
+0200
+++ new/kmahjongg-17.08.1/po/nn/kmahjongg.po2017-09-05 02:32:58.0 
+0200
@@ -1,13 +1,13 @@
 # Translation of kmahjongg to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes , 1999, 2000, 2002, 2003, 2004, 
2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2016.
+# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmahjongg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:09+0100\n"
-"PO-Revision-Date: 2016-01-17 14:23+0100\n"
+"PO-Revision-Date: 2017-09-03 18:06+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -415,7 +415,7 @@
 #: src/main.cpp:30
 #, kde-format
 msgid "Mahjongg Solitaire by KDE"
-msgstr ""
+msgstr "Mahjongg frå KDE"
 
 #: src/main.cpp:37
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.0/po/zh_CN/kmahjongg.po 
new/kmahjongg-17.08.1/po/zh_CN/kmahjongg.po
--- old/kmahjongg-17.08.0/po/zh_CN/kmahjongg.po 2017-08-11 02:40:45.0 
+0200
+++ new/kmahjongg-17.08.1/po/zh_CN/kmahjongg.po 2017-09-05 02:32:58.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:09+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave 

commit knetwalk for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2017-09-11 16:21:17

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


Package is "knetwalk"

Mon Sep 11 16:21:17 2017 rev:65 rq:522580 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/knetwalk/knetwalk.changes2017-08-28 
15:07:58.134312331 +0200
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2017-09-11 
16:21:54.740105510 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * add comment for appstream validation
+
+---

Old:

  knetwalk-17.08.0.tar.xz

New:

  knetwalk-17.08.1.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.y8S2YM/_old  2017-09-11 16:21:55.332022380 +0200
+++ /var/tmp/diff_new_pack.y8S2YM/_new  2017-09-11 16:21:55.336021818 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   knetwalk
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ knetwalk-17.08.0.tar.xz -> knetwalk-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-17.08.0/po/zh_CN/knetwalk.po 
new/knetwalk-17.08.1/po/zh_CN/knetwalk.po
--- old/knetwalk-17.08.0/po/zh_CN/knetwalk.po   2017-08-11 02:41:04.0 
+0200
+++ new/knetwalk-17.08.1/po/zh_CN/knetwalk.po   2017-09-05 02:33:10.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-17.08.0/src/org.kde.knetwalk.desktop 
new/knetwalk-17.08.1/src/org.kde.knetwalk.desktop
--- old/knetwalk-17.08.0/src/org.kde.knetwalk.desktop   2017-03-08 
06:01:26.0 +0100
+++ new/knetwalk-17.08.1/src/org.kde.knetwalk.desktop   2017-09-04 
06:11:20.0 +0200
@@ -109,6 +109,20 @@
 GenericName[x-test]=xxNetwork Construction Gamexx
 GenericName[zh_CN]=网络建设游戏
 GenericName[zh_TW]=網路建構遊戲
+Comment=Strategy game
+Comment[ca]=Joc d'estratègia
+Comment[es]=Juego de estrategia
+Comment[nl]=Strategisch spel
+Comment[nn]=Strategispel
+Comment[pl]=Gra strategiczna
+Comment[sk]=Strategická hra
+Comment[sr]=Стратешка игра
+Comment[sr@ijekavian]=Стратешка игра
+Comment[sr@ijekavianlatin]=Strateška igra
+Comment[sr@latin]=Strateška igra
+Comment[sv]=Strategispel
+Comment[uk]=Гра-стратегія
+Comment[x-test]=xxStrategy gamexx
 Terminal=false
 Icon=knetwalk
 StartupNotify=true




commit knavalbattle for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2017-09-11 16:21:15

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


Package is "knavalbattle"

Mon Sep 11 16:21:15 2017 rev:65 rq:522579 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes
2017-08-28 15:07:52.807061695 +0200
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2017-09-11 16:21:53.340302102 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  knavalbattle-17.08.0.tar.xz

New:

  knavalbattle-17.08.1.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.m8j48O/_old  2017-09-11 16:21:54.084197627 +0200
+++ /var/tmp/diff_new_pack.m8j48O/_new  2017-09-11 16:21:54.084197627 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   knavalbattle
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ knavalbattle-17.08.0.tar.xz -> knavalbattle-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-17.08.0/po/nn/knavalbattle.po 
new/knavalbattle-17.08.1/po/nn/knavalbattle.po
--- old/knavalbattle-17.08.0/po/nn/knavalbattle.po  2017-08-11 
02:40:58.0 +0200
+++ new/knavalbattle-17.08.1/po/nn/knavalbattle.po  2017-09-05 
02:33:06.0 +0200
@@ -1,12 +1,12 @@
 # Translation of knavalbattle to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2007, 2008, 2009, 2016.
+# Karl Ove Hufthammer , 2007, 2008, 2009, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kbattleship\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2016-01-17 13:55+0100\n"
+"PO-Revision-Date: 2017-09-03 18:06+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -276,7 +276,7 @@
 #: main.cpp:74
 #, kde-format
 msgid "[URL]"
-msgstr ""
+msgstr "[Adresse]"
 
 #: main.cpp:74
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-17.08.0/po/zh_CN/knavalbattle.po 
new/knavalbattle-17.08.1/po/zh_CN/knavalbattle.po
--- old/knavalbattle-17.08.0/po/zh_CN/knavalbattle.po   2017-08-11 
02:40:58.0 +0200
+++ new/knavalbattle-17.08.1/po/zh_CN/knavalbattle.po   2017-09-05 
02:33:06.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kolourpaint for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2017-09-11 16:21:22

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


Package is "kolourpaint"

Mon Sep 11 16:21:22 2017 rev:83 rq:522584 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2017-08-28 
15:08:04.661394188 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2017-09-11 16:21:58.095634251 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:21 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * fix spdx syntax
+
+---

Old:

  kolourpaint-17.08.0.tar.xz

New:

  kolourpaint-17.08.1.tar.xz



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.zLP1Gd/_old  2017-09-11 16:21:58.747542696 +0200
+++ /var/tmp/diff_new_pack.zLP1Gd/_new  2017-09-11 16:21:58.747542696 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kolourpaint
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kolourpaint-17.08.0.tar.xz -> kolourpaint-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-17.08.0/CMakeLists.txt 
new/kolourpaint-17.08.1/CMakeLists.txt
--- old/kolourpaint-17.08.0/CMakeLists.txt  2017-08-11 02:32:48.0 
+0200
+++ new/kolourpaint-17.08.1/CMakeLists.txt  2017-09-05 02:28:25.0 
+0200
@@ -43,7 +43,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "0")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
 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/kolourpaint-17.08.0/org.kde.kolourpaint.appdata.xml 
new/kolourpaint-17.08.1/org.kde.kolourpaint.appdata.xml
--- old/kolourpaint-17.08.0/org.kde.kolourpaint.appdata.xml 2017-08-09 
10:15:39.0 +0200
+++ new/kolourpaint-17.08.1/org.kde.kolourpaint.appdata.xml 2017-09-02 
11:30:45.0 +0200
@@ -2,7 +2,7 @@
 
   org.kde.kolourpaint.desktop
   MIT
-  BSD-2-Clause and LGPL-2.0+ and 
GFDL-1.2-without-invariant
+  BSD-2-Clause and LGPL-2.0+ and GFDL-1.2
   KolourPaint
   KolourPaint
   KolurPaint
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-17.08.0/po/tr/kolourpaint.po 
new/kolourpaint-17.08.1/po/tr/kolourpaint.po
--- old/kolourpaint-17.08.0/po/tr/kolourpaint.po2017-08-11 
02:32:46.0 +0200
+++ new/kolourpaint-17.08.1/po/tr/kolourpaint.po2017-09-05 
02:28:25.0 +0200
@@ -18,8 +18,8 @@
 "Project-Id-Version: kdegraphics-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-16 05:24+0200\n"
-"PO-Revision-Date: 2014-06-08 13:55+\n"
-"Last-Translator: Volkan Gezer \n"
+"PO-Revision-Date: 2017-08-10 09:11+\n"
+"Last-Translator: Kaan \n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegraphics-k-tr/;
 "language/tr/)\n"
 "Language: tr\n"
@@ -777,22 +777,17 @@
 msgstr "derece"
 
 #: dialogs/imagelib/transforms/kpTransformRotateDialog.cpp:266
-#, fuzzy, kde-format
-#| msgid ""
-#| "Rotating the selection to %1x%2 may take a substantial amount of "
-#| "memory. This can reduce system responsiveness and cause other application "
-#| "resource problems.Are you sure want to rotate the selection?"
+#, kde-format
 msgid ""
 "Rotating the selection to %1x%2 may take a substantial amount of "
 "memory. This can reduce system responsiveness and cause other application "
 "resource problems.Are you sure you want to rotate the selection?"
 msgstr ""
-"Seçim %1x%2 çözünürlüğüne göre döndürülüyor, bu mevcut hafızaya göre "
+"Seçim %1x%2 çözünürlüğüne göre döndürülüyor, bu mevcut bellek için "
 "uzun süre alabilir. Bu sistemin yanıt vermesini yavaşlatabilir ve diğer "
 "programların kaynakları kullanmasında problem yaratabilir.Seçimi "
-"döndürmeye emin misiniz?"
+"döndürmek istediğinize emin misiniz?"
 
 #: dialogs/imagelib/transforms/kpTransformRotateDialog.cpp:274
 #, kde-format
@@ -806,20 +801,16 @@
 msgstr "Seçimi Döür"
 
 #: 

commit kmplot for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-09-11 16:21:13

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


Package is "kmplot"

Mon Sep 11 16:21:13 2017 rev:85 rq:522578 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-08-28 
15:07:49.391542143 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-09-11 
16:21:51.760523970 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kmplot-17.08.0.tar.xz

New:

  kmplot-17.08.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.p7cxiu/_old  2017-09-11 16:21:52.320445333 +0200
+++ /var/tmp/diff_new_pack.p7cxiu/_new  2017-09-11 16:21:52.320445333 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmplot-17.08.0.tar.xz -> kmplot-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.0/po/zh_CN/kmplot.po 
new/kmplot-17.08.1/po/zh_CN/kmplot.po
--- old/kmplot-17.08.0/po/zh_CN/kmplot.po   2017-08-11 02:27:47.0 
+0200
+++ new/kmplot-17.08.1/po/zh_CN/kmplot.po   2017-09-05 02:25:03.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:20-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit klettres for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2017-09-11 16:20:56

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


Package is "klettres"

Mon Sep 11 16:20:56 2017 rev:84 rq:522563 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2017-08-28 
15:07:28.954416940 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2017-09-11 
16:21:41.238001776 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  klettres-17.08.0.tar.xz

New:

  klettres-17.08.1.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.1D08yl/_old  2017-09-11 16:21:42.173870340 +0200
+++ /var/tmp/diff_new_pack.1D08yl/_new  2017-09-11 16:21:42.177869778 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   klettres
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ klettres-17.08.0.tar.xz -> klettres-17.08.1.tar.xz ++
/work/SRC/openSUSE:Factory/klettres/klettres-17.08.0.tar.xz 
/work/SRC/openSUSE:Factory/.klettres.new/klettres-17.08.1.tar.xz differ: char 
27, line 1




commit klines for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2017-09-11 16:21:00

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


Package is "klines"

Mon Sep 11 16:21:00 2017 rev:65 rq:522565 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2017-08-28 
15:07:35.509494869 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2017-09-11 
16:21:44.705514791 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  klines-17.08.0.tar.xz

New:

  klines-17.08.1.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.lFrHpI/_old  2017-09-11 16:21:45.229441209 +0200
+++ /var/tmp/diff_new_pack.lFrHpI/_new  2017-09-11 16:21:45.229441209 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   klines
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ klines-17.08.0.tar.xz -> klines-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-17.08.0/po/zh_CN/klines.po 
new/klines-17.08.1/po/zh_CN/klines.po
--- old/klines-17.08.0/po/zh_CN/klines.po   2017-08-11 02:40:36.0 
+0200
+++ new/klines-17.08.1/po/zh_CN/klines.po   2017-09-05 02:32:54.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-01 03:51+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -69,7 +69,7 @@
 #: klines.cpp:135 klines.cpp:143
 #, kde-format
 msgid "High Scores"
-msgstr ""
+msgstr "高分"
 
 #. i18n: ectx: label, entry (ShowNext), group (Game)
 #: klines.kcfg:9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-17.08.0/themes/pool.desktop 
new/klines-17.08.1/themes/pool.desktop
--- old/klines-17.08.0/themes/pool.desktop  2017-07-15 16:16:57.0 
+0200
+++ new/klines-17.08.1/themes/pool.desktop  2017-09-01 06:05:19.0 
+0200
@@ -27,6 +27,7 @@
 Name[tr]=Bilardo
 Name[uk]=Басейн
 Name[x-test]=xxPoolxx
+Name[zh_CN]=泳池
 Name[zh_TW]=池
 FileName=pool.svgz
 Author=Claudio Canavese




commit kmouth for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2017-09-11 16:21:11

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


Package is "kmouth"

Mon Sep 11 16:21:11 2017 rev:74 rq:522577 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2017-08-28 
15:07:45.828043405 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2017-09-11 
16:21:50.476704272 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:47 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kmouth-17.08.0.tar.xz

New:

  kmouth-17.08.1.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.5LujrG/_old  2017-09-11 16:21:50.924641363 +0200
+++ /var/tmp/diff_new_pack.5LujrG/_new  2017-09-11 16:21:50.928640801 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  oxygen-icon-theme-large
 BuildRequires:  sbl
 BuildRequires:  xz
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmouth-17.08.0.tar.xz -> kmouth-17.08.1.tar.xz ++




commit klinkstatus for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package klinkstatus for openSUSE:Factory 
checked in at 2017-09-11 16:21:04

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


Package is "klinkstatus"

Mon Sep 11 16:21:04 2017 rev:10 rq:522566 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/klinkstatus/klinkstatus.changes  2017-08-28 
15:07:37.189258585 +0200
+++ /work/SRC/openSUSE:Factory/.klinkstatus.new/klinkstatus.changes 
2017-09-11 16:21:45.813359203 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  klinkstatus-17.08.0.tar.xz

New:

  klinkstatus-17.08.1.tar.xz



Other differences:
--
++ klinkstatus.spec ++
--- /var/tmp/diff_new_pack.O9GTDo/_old  2017-09-11 16:21:46.393277758 +0200
+++ /var/tmp/diff_new_pack.O9GTDo/_new  2017-09-11 16:21:46.397277196 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   klinkstatus
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ klinkstatus-17.08.0.tar.xz -> klinkstatus-17.08.1.tar.xz ++




commit klickety for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2017-09-11 16:20:58

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


Package is "klickety"

Mon Sep 11 16:20:58 2017 rev:65 rq:522564 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/klickety/klickety.changes2017-08-28 
15:07:33.233814978 +0200
+++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes   2017-09-11 
16:21:43.397698464 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  klickety-17.08.0.tar.xz

New:

  klickety-17.08.1.tar.xz



Other differences:
--
++ klickety.spec ++
--- /var/tmp/diff_new_pack.alJ5ny/_old  2017-09-11 16:21:44.021610840 +0200
+++ /var/tmp/diff_new_pack.alJ5ny/_new  2017-09-11 16:21:44.029609716 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   klickety
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ klickety-17.08.0.tar.xz -> klickety-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-17.08.0/po/zh_CN/klickety.po 
new/klickety-17.08.1/po/zh_CN/klickety.po
--- old/klickety-17.08.0/po/zh_CN/klickety.po   2017-08-11 02:40:29.0 
+0200
+++ new/klickety-17.08.1/po/zh_CN/klickety.po   2017-09-05 02:32:50.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -91,7 +91,7 @@
 #: gamescene.cpp:361
 #, kde-format
 msgid "Game finished"
-msgstr ""
+msgstr "游戏完成"
 
 #. i18n: ectx: label, entry (BgColor), group (Background)
 #: klickety.kcfg:36
@@ -273,7 +273,7 @@
 #: mainwindow.cpp:217 mainwindow.cpp:231
 #, kde-format
 msgid "Klickety Game Files (*.klickety)"
-msgstr ""
+msgstr "Klickety 游戏文件 (*.klickety)"
 
 #: mainwindow.cpp:243
 #, kde-format




commit kmix for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2017-09-11 16:21:09

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


Package is "kmix"

Mon Sep 11 16:21:09 2017 rev:68 rq:522575 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2017-08-28 
15:07:43.356391082 +0200
+++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes   2017-09-11 
16:21:49.668817734 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kmix-17.08.0.tar.xz

New:

  kmix-17.08.1.tar.xz



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.U5rvyD/_old  2017-09-11 16:21:50.136752016 +0200
+++ /var/tmp/diff_new_pack.U5rvyD/_new  2017-09-11 16:21:50.136752016 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmix
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmix-17.08.0.tar.xz -> kmix-17.08.1.tar.xz ++




commit kjumpingcube for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2017-09-11 16:20:54

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


Package is "kjumpingcube"

Mon Sep 11 16:20:54 2017 rev:66 rq:522560 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes
2017-08-28 15:07:24.015111726 +0200
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2017-09-11 16:21:39.594232630 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:14 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * appstream compliance 
http://metadata.neon.kde.org/appstream/html/xenial/main/issues/kjumpingcube.html
+
+---

Old:

  kjumpingcube-17.08.0.tar.xz

New:

  kjumpingcube-17.08.1.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.ZHq301/_old  2017-09-11 16:21:40.246141074 +0200
+++ /var/tmp/diff_new_pack.ZHq301/_new  2017-09-11 16:21:40.246141074 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kjumpingcube
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kjumpingcube-17.08.0.tar.xz -> kjumpingcube-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-17.08.0/org.kde.kjumpingcube.desktop 
new/kjumpingcube-17.08.1/org.kde.kjumpingcube.desktop
--- old/kjumpingcube-17.08.0/org.kde.kjumpingcube.desktop   2017-07-15 
16:16:04.0 +0200
+++ new/kjumpingcube-17.08.1/org.kde.kjumpingcube.desktop   2017-09-04 
06:10:51.0 +0200
@@ -76,6 +76,7 @@
 GenericName[bs]=Igra osvajanja teritorija
 GenericName[ca]=Joc de conquesta del territori
 GenericName[ca@valencia]=Joc de conquesta del territori
+GenericName[cs]=Hra na zabírání území
 GenericName[da]=Spil om at indtage områder
 GenericName[de]=Eroberungsspiel
 GenericName[el]=Παιχνίδι κατάληψης περιοχών
@@ -118,6 +119,24 @@
 GenericName[x-test]=xxTerritory Capture Gamexx
 GenericName[zh_CN]=版块占领游戏
 GenericName[zh_TW]=領土爭奪戰
+Comment=Territory Capture Game
+Comment[ca]=Joc de conquesta del territori
+Comment[ca@valencia]=Joc de conquesta del territori
+Comment[cs]=Hra na zabírání území
+Comment[es]=Juego de conquista de territorios
+Comment[nl]=Landverovertjespel
+Comment[nn]=Spel basert på områdekapring
+Comment[pl]=Gra w zajmowanie terytorium
+Comment[pt]=Jogo de Captura do Território
+Comment[sk]=Hra na obsadzovanie území
+Comment[sr]=Игра заузимања територије
+Comment[sr@ijekavian]=Игра заузимања територије
+Comment[sr@ijekavianlatin]=Igra zauzimanja teritorije
+Comment[sr@latin]=Igra zauzimanja teritorije
+Comment[sv]=Territorium-erövringsspel
+Comment[uk]=Гра на захоплення територій
+Comment[x-test]=xxTerritory Capture Gamexx
+Comment[zh_CN]=版块占领游戏
 Terminal=false
 StartupNotify=true
 X-DBUS-StartupType=Multi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-17.08.0/po/zh_CN/kjumpingcube.po 
new/kjumpingcube-17.08.1/po/zh_CN/kjumpingcube.po
--- old/kjumpingcube-17.08.0/po/zh_CN/kjumpingcube.po   2017-08-11 
02:40:24.0 +0200
+++ new/kjumpingcube-17.08.1/po/zh_CN/kjumpingcube.po   2017-09-05 
02:32:47.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-12 03:51+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -29,7 +29,7 @@
 #: game.cpp:88
 #, kde-format
 msgid "Sorry, doing a move..."
-msgstr ""
+msgstr "对不起,正在移动..."
 
 #: game.cpp:125
 #, kde-format
@@ -64,7 +64,7 @@
 #: game.cpp:258
 #, kde-format
 msgid "Start computer move"
-msgstr ""
+msgstr "开始计算机移动"
 
 #: game.cpp:279
 #, kde-format
@@ -84,7 +84,7 @@
 #: game.cpp:318
 #, kde-format
 msgid "The computer could not find a valid move."
-msgstr ""
+msgstr "计算机无法找到有效的移动。"
 
 #: game.cpp:418
 #, kde-format
@@ -94,12 +94,12 @@
 #: game.cpp:476
 #, kde-format
 msgid "Finishing move..."
-msgstr ""
+msgstr "完成移动..."
 
 #: game.cpp:515
 #, kde-format
 msgid "Interrupt game"
-msgstr ""
+msgstr "中断游戏"
 
 #: game.cpp:521
 #, kde-format
@@ -109,7 +109,7 @@
 #: game.cpp:524
 #, kde-format
 msgid "Stop showing move"
-msgstr ""

commit kimagemapeditor for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kimagemapeditor for openSUSE:Factory 
checked in at 2017-09-11 16:20:47

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


Package is "kimagemapeditor"

Mon Sep 11 16:20:47 2017 rev:10 rq:522554 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kimagemapeditor/kimagemapeditor.changes  
2017-08-28 15:07:15.936248134 +0200
+++ /work/SRC/openSUSE:Factory/.kimagemapeditor.new/kimagemapeditor.changes 
2017-09-11 16:21:35.886753315 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:12 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Fix: do not delete the map if Cancel is selected
+
+---

Old:

  kimagemapeditor-17.08.0.tar.xz

New:

  kimagemapeditor-17.08.1.tar.xz



Other differences:
--
++ kimagemapeditor.spec ++
--- /var/tmp/diff_new_pack.4D7E4q/_old  2017-09-11 16:21:36.474670747 +0200
+++ /var/tmp/diff_new_pack.4D7E4q/_new  2017-09-11 16:21:36.478670185 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kimagemapeditor
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kimagemapeditor-17.08.0.tar.xz -> kimagemapeditor-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimagemapeditor-17.08.0/kimagemapeditor.cpp 
new/kimagemapeditor-17.08.1/kimagemapeditor.cpp
--- old/kimagemapeditor-17.08.0/kimagemapeditor.cpp 2016-11-11 
00:46:14.0 +0100
+++ new/kimagemapeditor-17.08.1/kimagemapeditor.cpp 2017-09-03 
00:49:22.0 +0200
@@ -2703,7 +2703,7 @@
  " There is no way to undo this.", selectedMap),
 i18n("Delete Map?"),KGuiItem(i18n(""),"edit-delete"));
 
-  if (result == KMessageBox::No)
+  if (result == KMessageBox::Cancel)
  return;
 
 




commit keditbookmarks for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package keditbookmarks for openSUSE:Factory 
checked in at 2017-09-11 16:20:21

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


Package is "keditbookmarks"

Mon Sep 11 16:20:21 2017 rev:10 rq:522538 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/keditbookmarks/keditbookmarks.changes
2017-08-28 15:06:54.119316982 +0200
+++ /work/SRC/openSUSE:Factory/.keditbookmarks.new/keditbookmarks.changes   
2017-09-11 16:21:19.477057919 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:03 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Use ecm_add_test and benefit from BUILD_TESTING awareness
+
+---

Old:

  keditbookmarks-17.08.0.tar.xz

New:

  keditbookmarks-17.08.1.tar.xz



Other differences:
--
++ keditbookmarks.spec ++
--- /var/tmp/diff_new_pack.eZWG8w/_old  2017-09-11 16:21:20.456920306 +0200
+++ /var/tmp/diff_new_pack.eZWG8w/_new  2017-09-11 16:21:20.456920306 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   keditbookmarks
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ keditbookmarks-17.08.0.tar.xz -> keditbookmarks-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-17.08.0/CMakeLists.txt 
new/keditbookmarks-17.08.1/CMakeLists.txt
--- old/keditbookmarks-17.08.0/CMakeLists.txt   2017-08-11 02:22:25.0 
+0200
+++ new/keditbookmarks-17.08.1/CMakeLists.txt   2017-09-05 02:21:38.0 
+0200
@@ -29,6 +29,10 @@
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core)
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons I18n KIO 
Bookmarks Parts WindowSystem IconThemes DocTools)
 
+if(BUILD_TESTING)
+find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
+endif()
+
 add_definitions(-DQT_USE_FAST_CONCATENATION)
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-17.08.0/po/zh_CN/keditbookmarks.po 
new/keditbookmarks-17.08.1/po/zh_CN/keditbookmarks.po
--- old/keditbookmarks-17.08.0/po/zh_CN/keditbookmarks.po   2017-08-11 
02:22:24.0 +0200
+++ new/keditbookmarks-17.08.1/po/zh_CN/keditbookmarks.po   2017-09-05 
02:21:37.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-22 03:05+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:19-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/keditbookmarks-17.08.0/src/kbookmarkmodel/CMakeLists.txt 
new/keditbookmarks-17.08.1/src/kbookmarkmodel/CMakeLists.txt
--- old/keditbookmarks-17.08.0/src/kbookmarkmodel/CMakeLists.txt
2017-06-21 07:48:40.0 +0200
+++ new/keditbookmarks-17.08.1/src/kbookmarkmodel/CMakeLists.txt
2017-08-19 10:52:51.0 +0200
@@ -1,4 +1,6 @@
-add_subdirectory(tests)
+if(BUILD_TESTING)
+  add_subdirectory(tests)
+endif()
 
 set(kbookmarkmodel_SRCS
   commandhistory.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/keditbookmarks-17.08.0/src/kbookmarkmodel/tests/CMakeLists.txt 
new/keditbookmarks-17.08.1/src/kbookmarkmodel/tests/CMakeLists.txt
--- old/keditbookmarks-17.08.0/src/kbookmarkmodel/tests/CMakeLists.txt  
2017-06-21 07:48:40.0 +0200
+++ new/keditbookmarks-17.08.1/src/kbookmarkmodel/tests/CMakeLists.txt  
2017-08-19 10:52:51.0 +0200
@@ -1,17 +1,11 @@
 include(ECMAddTests)
 
-set(QT_REQUIRED_VERSION "5.2.0")
-find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
-
 set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
 
 ## kbookmarkmodeltest ##
 
 set(kbookmarkmodeltest_SRCS kbookmarkmodeltest.cpp)
-add_executable(kbookmarkmodeltest ${kbookmarkmodeltest_SRCS})
-add_test(kbookmarkmodeltest kbookmarkmodeltest)
-ecm_mark_as_test(kbookmarkmodeltest)
-target_link_libraries(kbookmarkmodeltest kbookmarkmodel_private
-   KF5::Bookmarks
-   Qt5::Test
+ecm_add_test(${kbookmarkmodeltest_SRCS}
+TEST_NAME kbookmarkmodeltest
+   

commit kigo for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2017-09-11 16:20:43

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


Package is "kigo"

Mon Sep 11 16:20:43 2017 rev:63 rq:522552 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kigo/kigo.changes2017-08-28 
15:11:40.547025055 +0200
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2017-09-11 
16:21:33.403102124 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:46 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Fix KNewStuff: use the new category on store.kde.org
+
+---

Old:

  kigo-17.08.0.tar.xz

New:

  kigo-17.08.1.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.IgnzJb/_old  2017-09-11 16:21:34.023015062 +0200
+++ /var/tmp/diff_new_pack.IgnzJb/_new  2017-09-11 16:21:34.027014500 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kigo
-Version:17.08.0
+Version:17.08.1
 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}')}

++ kigo-17.08.0.tar.xz -> kigo-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-17.08.0/data/themes/default.desktop 
new/kigo-17.08.1/data/themes/default.desktop
--- old/kigo-17.08.0/data/themes/default.desktop2017-08-06 
06:03:16.0 +0200
+++ new/kigo-17.08.1/data/themes/default.desktop2017-09-01 
06:04:38.0 +0200
@@ -101,7 +101,7 @@
 Description[tr]=KDE4 için Öntanımlı Kigo teması
 Description[uk]=Типова тема Kigo для KDE 4
 Description[x-test]=xxKigo Default theme for KDE 4xx
-Description[zh_CN]=为 KDE 4 设计的 Kigo 默认主题
+Description[zh_CN]=Kigo 在 KDE 4 中的默认主题
 Description[zh_TW]=Kigo KDE4 預設主題
 VersionFormat=1
 Author=Arturo Silva
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-17.08.0/data/themes/plain.desktop 
new/kigo-17.08.1/data/themes/plain.desktop
--- old/kigo-17.08.0/data/themes/plain.desktop  2017-08-06 06:03:16.0 
+0200
+++ new/kigo-17.08.1/data/themes/plain.desktop  2017-09-01 06:04:38.0 
+0200
@@ -83,7 +83,7 @@
 Description[tr]=Düz Kigo teması Arturo Silva'nın Öntanımlı teması üzerinedir
 Description[uk]=Проста тема Kigo, заснована на типовій темі, створеній Arturo 
Silva
 Description[x-test]=xxPlain Kigo theme based on Default theme by Arturo Silvaxx
-Description[zh_CN]=由 Arturo Silva 设计的基于默认主题纯色 Kigo 主题
+Description[zh_CN]=基于默认主题的普通 Kigo 主题,由 Arturo Silva 创作
 Description[zh_TW]=基於 Arturo Silva 所做的預設主題修改而成的樸素 Kigo 主題
 VersionFormat=1
 Author=Frederik Gladhorn
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-17.08.0/po/nn/kigo.po 
new/kigo-17.08.1/po/nn/kigo.po
--- old/kigo-17.08.0/po/nn/kigo.po  2017-08-11 02:40:04.0 +0200
+++ new/kigo-17.08.1/po/nn/kigo.po  2017-09-05 02:32:36.0 +0200
@@ -1,12 +1,12 @@
 # Translation of kigo to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2010, 2016.
+# Karl Ove Hufthammer , 2010, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2016-01-17 13:55+0100\n"
+"PO-Revision-Date: 2017-09-03 18:05+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -218,7 +218,7 @@
 #: gui/mainwindow.cpp:113 gui/mainwindow.cpp:199
 #, kde-format
 msgid "Kigo Game Files (*.sgf)"
-msgstr ""
+msgstr "Kigo-spelfiler (*.sgf)"
 
 #: gui/mainwindow.cpp:150
 #, kde-format
@@ -546,25 +546,25 @@
 #: gui/widgets/setupwidget.ui:37
 #, kde-format
 msgid " (9x9)"
-msgstr ""
+msgstr " (9 × 9)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, sizeMedium)
 #: gui/widgets/setupwidget.ui:47
 #, kde-format
 msgid "Small (&13x13)"
-msgstr ""
+msgstr " (13 × 13)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, sizeBig)
 #: gui/widgets/setupwidget.ui:54
 #, kde-format
 msgid "No (19x19)"
-msgstr ""
+msgstr " (19 × 19)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, sizeOther)
 #: gui/widgets/setupwidget.ui:66
 #, kde-format
 msgid ":"
-msgstr ""
+msgstr ":"
 
 #. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, 

commit kdiamond for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:Factory 
checked in at 2017-09-11 16:20:17

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


Package is "kdiamond"

Mon Sep 11 16:20:17 2017 rev:65 rq:522536 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes2017-08-28 
15:06:49.851917246 +0200
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2017-09-11 
16:21:17.957271360 +0200
@@ -1,0 +2,11 @@
+Thu Sep 07 07:02:03 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * add missing comment needed by appstream
+  * Fix KNewStuff: use the new category on store.kde.org
+
+---

Old:

  kdiamond-17.08.0.tar.xz

New:

  kdiamond-17.08.1.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.ycW4Qh/_old  2017-09-11 16:21:18.745160708 +0200
+++ /var/tmp/diff_new_pack.ycW4Qh/_new  2017-09-11 16:21:18.749160146 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdiamond
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdiamond-17.08.0.tar.xz -> kdiamond-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-17.08.0/po/zh_CN/kdiamond.po 
new/kdiamond-17.08.1/po/zh_CN/kdiamond.po
--- old/kdiamond-17.08.0/po/zh_CN/kdiamond.po   2017-08-11 02:39:30.0 
+0200
+++ new/kdiamond-17.08.1/po/zh_CN/kdiamond.po   2017-09-05 02:32:18.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-17.08.0/src/kdiamond.knsrc 
new/kdiamond-17.08.1/src/kdiamond.knsrc
--- old/kdiamond-17.08.0/src/kdiamond.knsrc 2017-07-15 16:14:38.0 
+0200
+++ new/kdiamond-17.08.1/src/kdiamond.knsrc 2017-09-04 06:10:22.0 
+0200
@@ -1,4 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=http://newstuff.kde.org/cgi-bin/hotstuff-provider?site=kdiamond
+ProvidersUrl=http://download.kde.org/ocs/providers.xml
+Categories=KDiamonds Themes
 TargetDir=kdiamond/themes/
-Uncompress=true
+Uncompress=always
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-17.08.0/src/org.kde.kdiamond.desktop 
new/kdiamond-17.08.1/src/org.kde.kdiamond.desktop
--- old/kdiamond-17.08.0/src/org.kde.kdiamond.desktop   2017-07-15 
16:14:38.0 +0200
+++ new/kdiamond-17.08.1/src/org.kde.kdiamond.desktop   2017-09-04 
06:10:22.0 +0200
@@ -102,6 +102,20 @@
 GenericName[x-test]=xxThree-in-a-row gamexx
 GenericName[zh_CN]=三子连线棋游戏
 GenericName[zh_TW]=把三個相同的寶石連成一線
+Comment=Logic game
+Comment[ca]=Joc de lògica
+Comment[es]=Juego de lógica
+Comment[nl]=Logisch spel
+Comment[nn]=Hjernetrim
+Comment[pl]=Gra logiczna
+Comment[sk]=Logická hra
+Comment[sr]=Логичка игра
+Comment[sr@ijekavian]=Логичка игра
+Comment[sr@ijekavianlatin]=Logička igra
+Comment[sr@latin]=Logička igra
+Comment[sv]=Logikspel
+Comment[uk]=Гра на логіку
+Comment[x-test]=xxLogic gamexx
 Terminal=false
 Icon=kdiamond
 StartupNotify=true




commit kiriki for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2017-09-11 16:20:50

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


Package is "kiriki"

Mon Sep 11 16:20:50 2017 rev:65 rq:522558 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kiriki/kiriki.changes2017-08-28 
15:07:18.439895960 +0200
+++ /work/SRC/openSUSE:Factory/.kiriki.new/kiriki.changes   2017-09-11 
16:21:36.762630306 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:14 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kiriki-17.08.0.tar.xz

New:

  kiriki-17.08.1.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.0KNNbM/_old  2017-09-11 16:21:37.354547176 +0200
+++ /var/tmp/diff_new_pack.0KNNbM/_new  2017-09-11 16:21:37.354547176 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kiriki
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kiriki-17.08.0.tar.xz -> kiriki-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-17.08.0/po/zh_CN/kiriki.po 
new/kiriki-17.08.1/po/zh_CN/kiriki.po
--- old/kiriki-17.08.0/po/zh_CN/kiriki.po   2017-08-11 02:40:19.0 
+0200
+++ new/kiriki-17.08.1/po/zh_CN/kiriki.po   2017-09-05 02:32:44.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:09+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -42,7 +42,7 @@
 #: configPage.ui:148 configPage.ui:169
 #, kde-format
 msgid "human?"
-msgstr "人类玩家"
+msgstr "人类?"
 
 #. i18n: ectx: property (text), widget (QLabel, label_5)
 #: configPage.ui:51
@@ -102,7 +102,7 @@
 #: configPage.ui:236
 #, kde-format
 msgid "Row Height:"
-msgstr ""
+msgstr "行高:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_startupDemoEnabled)
 #: configPage.ui:255
@@ -127,23 +127,23 @@
 msgid ""
 "Asking for a hint will disqualify the current game from entering the high "
 "score list."
-msgstr ""
+msgstr "如若请求提示,当前游戏成绩就将无法进入高分榜。"
 
 #: kiriki.cpp:218
 #, kde-format
 msgid "Confirm Hint Request"
-msgstr ""
+msgstr "确认提示请求"
 
 #: kiriki.cpp:219
 #, kde-format
 msgid "Give Hint Anyway"
-msgstr ""
+msgstr "总是给予提示"
 
 #: kiriki.cpp:238
 #, kde-format
 msgid "Roll highlighted die."
 msgid_plural "Roll highlighted dice."
-msgstr[0] ""
+msgstr[0] "掷高亮的骰子。"
 
 #: kiriki.cpp:347
 #, kde-format
@@ -204,7 +204,7 @@
 #: main.cpp:24
 #, kde-format
 msgid "A Yahtzee dice game by KDE"
-msgstr ""
+msgstr "KDE 快艇骰子游戏"
 
 #: main.cpp:24
 #, kde-format




commit kiten for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2017-09-11 16:20:52

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


Package is "kiten"

Mon Sep 11 16:20:52 2017 rev:87 rq:522559 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2017-08-28 
15:07:21.379482465 +0200
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2017-09-11 
16:21:38.250421357 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:14 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kiten-17.08.0.tar.xz

New:

  kiten-17.08.1.tar.xz



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.wTCFkn/_old  2017-09-11 16:21:39.410258467 +0200
+++ /var/tmp/diff_new_pack.wTCFkn/_new  2017-09-11 16:21:39.410258467 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kiten
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kiten-17.08.0.tar.xz -> kiten-17.08.1.tar.xz ++
/work/SRC/openSUSE:Factory/kiten/kiten-17.08.0.tar.xz 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-17.08.1.tar.xz differ: char 26, 
line 1




commit kfilereplace for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kfilereplace for openSUSE:Factory 
checked in at 2017-09-11 16:20:24

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


Package is "kfilereplace"

Mon Sep 11 16:20:24 2017 rev:10 rq:522539 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kfilereplace/kfilereplace.changes
2017-08-28 15:06:56.211022756 +0200
+++ /work/SRC/openSUSE:Factory/.kfilereplace.new/kfilereplace.changes   
2017-09-11 16:21:20.784874248 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:03 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kfilereplace-17.08.0.tar.xz

New:

  kfilereplace-17.08.1.tar.xz



Other differences:
--
++ kfilereplace.spec ++
--- /var/tmp/diff_new_pack.JqG2aP/_old  2017-09-11 16:21:21.456779884 +0200
+++ /var/tmp/diff_new_pack.JqG2aP/_new  2017-09-11 16:21:21.456779884 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfilereplace
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kfilereplace-17.08.0.tar.xz -> kfilereplace-17.08.1.tar.xz ++




commit kdenlive for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2017-09-11 16:20:01

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


Package is "kdenlive"

Mon Sep 11 16:20:01 2017 rev:41 rq:522527 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes2017-08-28 
15:06:40.749197658 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2017-09-11 
16:21:11.126230720 +0200
@@ -1,0 +2,19 @@
+Thu Sep 07 07:01:56 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Remember last selected title template CCBUG: 384340
+  * Fix proxy error (height not multiple of 2) BUG: 384345 (kde#384345)
+  * Fix extract frame from bin exporting lower than source image
+  * Fix visibility check of tracks in multitrack-view Differential Revision: 
https://phabricator.kde.org/D7670
+  * Allow disabling autosave until we improve it BUG: 384197 (kde#384197)
+  * Windows: find Kdenlive lumas (kde#375337)
+  * Windows: terminate KDE session on window close (kde#380854)
+  * Windows: always use bundled MLT (kde#380036)
+  * Remove project profiles sharing (knsrc) (kde#383238)
+  * Gardening: fix GCC warnings (8)
+
+---

Old:

  kdenlive-17.08.0.tar.xz

New:

  kdenlive-17.08.1.tar.xz



Other differences:
--
++ kdenlive.spec ++
--- /var/tmp/diff_new_pack.EAKaJz/_old  2017-09-11 16:21:11.810134671 +0200
+++ /var/tmp/diff_new_pack.EAKaJz/_new  2017-09-11 16:21:11.814134110 +0200
@@ -22,7 +22,7 @@
 %define melt_path %(pkg-config --variable=meltbin mlt-framework)
 %define mlt_soname %(pkg-config --variable=moduledir mlt-framework | sed 
's/.*-\\([0-9]\\+\\)/\\1/')
 Name:   kdenlive
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdenlive-17.08.0.tar.xz -> kdenlive-17.08.1.tar.xz ++
/work/SRC/openSUSE:Factory/kdenlive/kdenlive-17.08.0.tar.xz 
/work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive-17.08.1.tar.xz differ: char 
26, line 1




commit kig for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2017-09-11 16:20:41

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


Package is "kig"

Mon Sep 11 16:20:41 2017 rev:82 rq:522551 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2017-08-28 15:07:10.217052619 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2017-09-11 
16:21:30.983441945 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:12 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kig-17.08.0.tar.xz

New:

  kig-17.08.1.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.vDwLA6/_old  2017-09-11 16:21:31.695341964 +0200
+++ /var/tmp/diff_new_pack.vDwLA6/_new  2017-09-11 16:21:31.695341964 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kig
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kig-17.08.0.tar.xz -> kig-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-17.08.0/po/it/docs/kig/index.docbook 
new/kig-17.08.1/po/it/docs/kig/index.docbook
--- old/kig-17.08.0/po/it/docs/kig/index.docbook2017-08-11 
02:26:43.0 +0200
+++ new/kig-17.08.1/po/it/docs/kig/index.docbook2017-09-05 
02:24:20.0 +0200
@@ -9,7 +9,6 @@
 Dr.Geo">
-
 
 
 
@@ -127,6 +126,7 @@
 >Segnala un errore...). 
+
 Dato che  supporta le macro e i luoghi, permette la definizione di macro 
 >piuttosto avanzate. Se hai creato una macro interessante, che pensi possa 
 >essere utile ad altre persone, puoi creare una nuova richiesta di revisione, 
 >così che possa essere inclusa nella distribuzione (in tal caso sarà 
 >rilasciata sotto i termini della licenza di , la licenza url="http://www.gnu.org/licenses/licenses.html#GPL;
 >GPL, e poi facendo una di queste cose: 
 
 Premendo il tasto Canc. 
+>Premendo il tasto . 
 
 
 
 
 
-
-Domande e risposte
-  
-
-
 
 Riconoscimenti e licenza
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-17.08.0/po/zh_CN/kfile_drgeo.po 
new/kig-17.08.1/po/zh_CN/kfile_drgeo.po
--- old/kig-17.08.0/po/zh_CN/kfile_drgeo.po 2017-08-11 02:26:42.0 
+0200
+++ new/kig-17.08.1/po/zh_CN/kfile_drgeo.po 2017-09-05 02:24:20.0 
+0200
@@ -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:13+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-17.08.0/po/zh_CN/kfile_kig.po 
new/kig-17.08.1/po/zh_CN/kfile_kig.po
--- old/kig-17.08.0/po/zh_CN/kfile_kig.po   2017-08-11 02:26:42.0 
+0200
+++ new/kig-17.08.1/po/zh_CN/kfile_kig.po   2017-09-05 02:24:20.0 
+0200
@@ -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:13+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-17.08.0/po/zh_CN/kig.po 
new/kig-17.08.1/po/zh_CN/kig.po
--- old/kig-17.08.0/po/zh_CN/kig.po 2017-08-11 02:26:42.0 +0200
+++ new/kig-17.08.1/po/zh_CN/kig.po 2017-09-05 02:24:20.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-30 02:44+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit killbots for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2017-09-11 16:20:45

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


Package is "killbots"

Mon Sep 11 16:20:45 2017 rev:65 rq:522553 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2017-08-28 
15:07:14.408463039 +0200
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2017-09-11 
16:21:34.902891491 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:12 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  killbots-17.08.0.tar.xz

New:

  killbots-17.08.1.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.nWZELc/_old  2017-09-11 16:21:35.506806676 +0200
+++ /var/tmp/diff_new_pack.nWZELc/_new  2017-09-11 16:21:35.510806114 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   killbots
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ killbots-17.08.0.tar.xz -> killbots-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-17.08.0/org.kde.killbots.desktop 
new/killbots-17.08.1/org.kde.killbots.desktop
--- old/killbots-17.08.0/org.kde.killbots.desktop   2017-07-26 
10:25:34.0 +0200
+++ new/killbots-17.08.1/org.kde.killbots.desktop   2017-09-01 
06:04:52.0 +0200
@@ -76,6 +76,7 @@
 GenericName[tr]=Robotlu Strateji Oyunu
 GenericName[uk]=Стратегічна гра з роботами
 GenericName[x-test]=xxStrategy Game with Robotsxx
+GenericName[zh_CN]=机器人策略游戏
 GenericName[zh_TW]=策略遊戲
 Comment=A KDE game of killer robots and teleportation.
 Comment[ca]=Un joc del KDE amb robots assassins i teletransport.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-17.08.0/po/zh_CN/killbots.po 
new/killbots-17.08.1/po/zh_CN/killbots.po
--- old/killbots-17.08.0/po/zh_CN/killbots.po   2017-08-11 02:40:13.0 
+0200
+++ new/killbots-17.08.1/po/zh_CN/killbots.po   2017-09-05 02:32:41.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -253,7 +253,7 @@
 #: mainwindow.cpp:169
 #, kde-format
 msgid "Round"
-msgstr ""
+msgstr "回合"
 
 #: mainwindow.cpp:254 optionspage.cpp:39
 #, kde-format




commit kdf for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2017-09-11 16:20:15

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


Package is "kdf"

Mon Sep 11 16:20:15 2017 rev:76 rq:522534 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2017-08-28 15:06:48.224146214 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2017-09-11 
16:21:16.389491541 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * add comments for appstream happyness 
http://metadata.neon.kde.org/appstream/html/xenial/main/issues/kdf.html
+
+---

Old:

  kdf-17.08.0.tar.xz

New:

  kdf-17.08.1.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.QmtyZd/_old  2017-09-11 16:21:17.357355613 +0200
+++ /var/tmp/diff_new_pack.QmtyZd/_new  2017-09-11 16:21:17.361355052 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdf
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ desktop-files.diff ++
--- /var/tmp/diff_new_pack.QmtyZd/_old  2017-09-11 16:21:17.405348873 +0200
+++ /var/tmp/diff_new_pack.QmtyZd/_new  2017-09-11 16:21:17.405348873 +0200
@@ -1,7 +1,9 @@
 desktop/org.kde.kwikdisk.desktop
+Index: desktop/org.kde.kwikdisk.desktop
+===
+--- desktop/org.kde.kwikdisk.desktop.orig
 +++ desktop/org.kde.kwikdisk.desktop
-@@ -69,3 +69,4 @@
- GenericName[zh_TW]=可移動媒體公用程式
+@@ -161,3 +161,4 @@ Comment[uk]=Піктограма на п
+ Comment[x-test]=xxPanel icon to mount and unmount disksxx
  Terminal=false
  Categories=Qt;KDE;System;
 +OnlyShowIn=KDE;

++ kdf-17.08.0.tar.xz -> kdf-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-17.08.0/CMakeLists.txt 
new/kdf-17.08.1/CMakeLists.txt
--- old/kdf-17.08.0/CMakeLists.txt  2017-08-11 02:34:45.0 +0200
+++ new/kdf-17.08.1/CMakeLists.txt  2017-09-05 02:29:39.0 +0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 if(NOT UNIX)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-17.08.0/desktop/org.kde.kdf.desktop 
new/kdf-17.08.1/desktop/org.kde.kdf.desktop
--- old/kdf-17.08.0/desktop/org.kde.kdf.desktop 2017-08-08 20:21:26.0 
+0200
+++ new/kdf-17.08.1/desktop/org.kde.kdf.desktop 2017-09-04 06:13:47.0 
+0200
@@ -143,6 +143,20 @@
 GenericName[x-test]=xxView Disk Usagexx
 GenericName[zh_CN]=查看磁盘使用状况
 GenericName[zh_TW]=檢視磁碟使用情形
+Comment=Displays information about hard disks and other storage devices
+Comment[ca]=Mostra la informació sobre els discs durs i altres dispositius 
d'emmagatzematge
+Comment[es]=Muestra información sobre discos duros y otros dispositivos de 
almacenamiento
+Comment[nl]=Toont informatie over vaste schijven en andere apparaten voor 
opslag
+Comment[nn]=Viser informasjon om harddiskar og andre lagringseiningar
+Comment[pl]=Wyświetla informacje o dyskach twardych i innych urządzeniach do 
przechowywania danych
+Comment[sk]=Zobrazí informácie o pevných diskoch a iných úložných zariadeniach
+Comment[sr]=Приказ података о хард‑диску и другим складишним уређајима
+Comment[sr@ijekavian]=Приказ података о хард‑диску и другим складишним 
уређајима
+Comment[sr@ijekavianlatin]=Prikaz podataka o hard‑disku i drugim skladišnim 
uređajima
+Comment[sr@latin]=Prikaz podataka o hard‑disku i drugim skladišnim uređajima
+Comment[sv]=Visar information om hårddiskar och andra lagringsenheter
+Comment[uk]=Показати дані щодо дисків та інших пристроїв зберігання даних
+Comment[x-test]=xxDisplays information about hard disks and other storage 
devicesxx
 Terminal=false
 X-DocPath=kdf/index.html
 X-KDE-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-17.08.0/desktop/org.kde.kwikdisk.desktop 
new/kdf-17.08.1/desktop/org.kde.kwikdisk.desktop
--- old/kdf-17.08.0/desktop/org.kde.kwikdisk.desktop

commit kgeography for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2017-09-11 16:20:35

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


Package is "kgeography"

Mon Sep 11 16:20:35 2017 rev:87 rq:522543 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2017-08-28 
15:07:04.369875105 +0200
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2017-09-11 16:21:26.272103613 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:08 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kgeography-17.08.0.tar.xz

New:

  kgeography-17.08.1.tar.xz



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.KEiRSF/_old  2017-09-11 16:21:27.071991276 +0200
+++ /var/tmp/diff_new_pack.KEiRSF/_new  2017-09-11 16:21:27.075990714 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kgeography
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kgeography-17.08.0.tar.xz -> kgeography-17.08.1.tar.xz ++
/work/SRC/openSUSE:Factory/kgeography/kgeography-17.08.0.tar.xz 
/work/SRC/openSUSE:Factory/.kgeography.new/kgeography-17.08.1.tar.xz differ: 
char 27, line 1




commit kfind for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kfind for openSUSE:Factory checked 
in at 2017-09-11 16:20:28

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


Package is "kfind"

Mon Sep 11 16:20:28 2017 rev:10 rq:522540 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kfind/kfind.changes  2017-08-28 
15:06:57.786801102 +0200
+++ /work/SRC/openSUSE:Factory/.kfind.new/kfind.changes 2017-09-11 
16:21:21.792732703 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kfind-17.08.0.tar.xz

New:

  kfind-17.08.1.tar.xz



Other differences:
--
++ kfind.spec ++
--- /var/tmp/diff_new_pack.fT9I2m/_old  2017-09-11 16:21:22.504632722 +0200
+++ /var/tmp/diff_new_pack.fT9I2m/_new  2017-09-11 16:21:22.508632161 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kfind
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kfind-17.08.0.tar.xz -> kfind-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-17.08.0/CMakeLists.txt 
new/kfind-17.08.1/CMakeLists.txt
--- old/kfind-17.08.0/CMakeLists.txt2017-08-11 02:22:31.0 +0200
+++ new/kfind-17.08.1/CMakeLists.txt2017-09-05 02:21:43.0 +0200
@@ -21,7 +21,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(KFIND_VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-17.08.0/po/zh_CN/kfind.po 
new/kfind-17.08.1/po/zh_CN/kfind.po
--- old/kfind-17.08.0/po/zh_CN/kfind.po 2017-08-11 02:22:30.0 +0200
+++ new/kfind-17.08.1/po/zh_CN/kfind.po 2017-09-05 02:21:42.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-12 06:44+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:19-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kgoldrunner for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:Factory 
checked in at 2017-09-11 16:20:37

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


Package is "kgoldrunner"

Mon Sep 11 16:20:37 2017 rev:64 rq:522545 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kgoldrunner/kgoldrunner.changes  2017-08-28 
15:11:48.609890788 +0200
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes 
2017-09-11 16:21:27.707901967 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:45 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Fix KNewStuff: use the new category on store.kde.org
+
+---

Old:

  kgoldrunner-17.08.0.tar.xz

New:

  kgoldrunner-17.08.1.tar.xz



Other differences:
--
++ kgoldrunner.spec ++
--- /var/tmp/diff_new_pack.ljGxW7/_old  2017-09-11 16:21:28.347812097 +0200
+++ /var/tmp/diff_new_pack.ljGxW7/_new  2017-09-11 16:21:28.351811536 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kgoldrunner
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kgoldrunner-17.08.0.tar.xz -> kgoldrunner-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-17.08.0/po/nn/kgoldrunner.po 
new/kgoldrunner-17.08.1/po/nn/kgoldrunner.po
--- old/kgoldrunner-17.08.0/po/nn/kgoldrunner.po2017-08-11 
02:39:46.0 +0200
+++ new/kgoldrunner-17.08.1/po/nn/kgoldrunner.po2017-09-05 
02:32:26.0 +0200
@@ -1,13 +1,13 @@
 # Translation of kgoldrunner to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2008, 2009, 2010, 2011, 2013, 2015, 
2016.
+# Karl Ove Hufthammer , 2008, 2009, 2010, 2011, 2013, 2015, 
2016, 2017.
 # Eirik U. Birkeland , 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: kgoldrunner\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-25 03:05+0200\n"
-"PO-Revision-Date: 2016-01-17 14:30+0100\n"
+"PO-Revision-Date: 2017-09-03 17:49+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -4959,6 +4959,22 @@
 "\n"
 "By the way, you can dig through brick, but not concrete."
 msgstr ""
+"No må du grava for å nå gullet! Bruk venstre og høgre museknapp for å grava "
+"til venstre eller høgre for helten. Du kan så hoppa nedi hòlet du grov. Du "
+"kan òg grava fleire hòl på rad, og så springa sidelengs gjennom hòla. Men "
+"ver forsiktig. Etter ei kort stund vert hòla fylte att, og då vert du fanga "
+"eller drepen.\n"
+"\n"
+"Når du grev, må du stå på noko, for eksempel ein stige, betong, murstein "
+"eller ei stong. På nokre meisterskapsbrett kan grava mens du fell, men det "
+"kan du ikkje gjera her.\n"
+"\n"
+"I det tredje rommet frå toppen må du grava to hòl, hoppa ned, og så grava "
+"eit nytt i full fart for å komma gjennom begge laga med murstein. Til høgre "
+"må du grava tre hòl, så to, og til slutt eitt for å komma gjennom. Du "
+"støyter òg på to små problem på vegen. Lukke til!\n"
+"\n"
+"Merk òg at du ikkje kan grava gjennom betong, berre gjennom murstein."
 
 #: gamedata/game_tute.txt:31
 #, kde-format
@@ -6289,7 +6305,7 @@
 #: src/kgoldrunner.cpp:897
 #, kde-format
 msgid "Cannot find system games sub-folder '/system/' in areas '%1'."
-msgstr ""
+msgstr "Fann ikkje undermappa for systemspel «/system/» i området «%1»."
 
 #: src/kgoldrunner.cpp:934
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-17.08.0/po/zh_CN/kgoldrunner.po 
new/kgoldrunner-17.08.1/po/zh_CN/kgoldrunner.po
--- old/kgoldrunner-17.08.0/po/zh_CN/kgoldrunner.po 2017-08-11 
02:39:46.0 +0200
+++ new/kgoldrunner-17.08.1/po/zh_CN/kgoldrunner.po 2017-09-05 
02:32:27.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-25 03:05+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -5795,7 +5795,7 @@
 #: src/kgreditor.cpp:653
 #, kde-format
 msgid ""
-msgstr ""
+msgstr "保存()"
 
 #: src/kgreditor.cpp:653
 #, kde-format

commit kfloppy for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2017-09-11 16:20:30

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


Package is "kfloppy"

Mon Sep 11 16:20:30 2017 rev:76 rq:522541 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2017-08-28 
15:19:28.773213223 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2017-09-11 
16:21:22.840585541 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kfloppy-17.08.0.tar.xz

New:

  kfloppy-17.08.1.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.5fZAbU/_old  2017-09-11 16:21:23.432502411 +0200
+++ /var/tmp/diff_new_pack.5fZAbU/_new  2017-09-11 16:21:23.436501849 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kfloppy
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kfloppy-17.08.0.tar.xz -> kfloppy-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-17.08.0/org.kde.kfloppy.appdata.xml 
new/kfloppy-17.08.1/org.kde.kfloppy.appdata.xml
--- old/kfloppy-17.08.0/org.kde.kfloppy.appdata.xml 2017-07-25 
18:58:47.0 +0200
+++ new/kfloppy-17.08.1/org.kde.kfloppy.appdata.xml 2017-08-14 
06:42:44.0 +0200
@@ -17,6 +17,7 @@
   KFloppy
   KFloppy
   KFloppy
+  KFloppy
   KDyskietka
   KFloppy
   KFloppy
@@ -42,6 +43,7 @@
   Formattator de disco floppy
   Formattatore di dischetti
   Diskettes formatteerder
+  Diskettformatering
   Formatowanie dyskietek
   Formatação de disquetes
   Formátovač diskiet
@@ -66,6 +68,7 @@
 KFloppy est un outil graphique permettant de formater les 
disquettes aux formats 3,5 pouces et 5,25 pouces.
 KFloppy è un programma di utilità che fornisce un sistema 
grafico di uso immediato per formattare di dischetti da 3.5" e 5.25".
 KFloppy is een grafisch programma dat recht door zee 3,5" 
en 5,25" diskettes formatteert.
+Grafisk verktøy for enkel formatering av 3½″- og 
5¼″-diskettar.
 KDyskietka jest narzędziem, które w łatwy sposób pozwala 
na sformatowanie dyskietek 3.5" i 5.25".
 O KFloppy é um utilitário que oferece um método gráfico 
relativamente simples de formatar as disquetes de 3,5" e 5,25".
 KFloppy je nástroj, ktorý poskytuje priame grafické 
rozhranie na formátovanie 3,5" a 5,25" diskiet.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-17.08.0/org.kde.kfloppy.desktop 
new/kfloppy-17.08.1/org.kde.kfloppy.desktop
--- old/kfloppy-17.08.0/org.kde.kfloppy.desktop 2017-07-25 18:58:47.0 
+0200
+++ new/kfloppy-17.08.1/org.kde.kfloppy.desktop 2017-08-14 06:42:44.0 
+0200
@@ -160,6 +160,7 @@
 Comment[ia]=Formattator de floppy
 Comment[it]=Formattatore di dischetti
 Comment[nl]=Diskettes formatteren
+Comment[nn]=Diskettformatering
 Comment[pl]=Program formatujący dyskietki
 Comment[pt]=Formatação de Disquetes
 Comment[sk]=Formátovanie diskiet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-17.08.0/po/zh_CN/kfloppy.po 
new/kfloppy-17.08.1/po/zh_CN/kfloppy.po
--- old/kfloppy-17.08.0/po/zh_CN/kfloppy.po 2017-08-11 02:34:51.0 
+0200
+++ new/kfloppy-17.08.1/po/zh_CN/kfloppy.po 2017-09-05 02:29:42.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-14 02:47+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kfourinline for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kfourinline for openSUSE:Factory 
checked in at 2017-09-11 16:20:33

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


Package is "kfourinline"

Mon Sep 11 16:20:33 2017 rev:66 rq:522542 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kfourinline/kfourinline.changes  2017-08-28 
15:07:01.354299286 +0200
+++ /work/SRC/openSUSE:Factory/.kfourinline.new/kfourinline.changes 
2017-09-11 16:21:24.528348509 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * add missing comment required by appstream 
http://metadata.neon.kde.org/appstream/html/xenial/main/issues/kfourinline.html
+
+---

Old:

  kfourinline-17.08.0.tar.xz

New:

  kfourinline-17.08.1.tar.xz



Other differences:
--
++ kfourinline.spec ++
--- /var/tmp/diff_new_pack.2dfkF0/_old  2017-09-11 16:21:25.248247405 +0200
+++ /var/tmp/diff_new_pack.2dfkF0/_new  2017-09-11 16:21:25.248247405 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kfourinline
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kfourinline-17.08.0.tar.xz -> kfourinline-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfourinline-17.08.0/org.kde.kfourinline.desktop 
new/kfourinline-17.08.1/org.kde.kfourinline.desktop
--- old/kfourinline-17.08.0/org.kde.kfourinline.desktop 2017-06-01 
22:54:41.0 +0200
+++ new/kfourinline-17.08.1/org.kde.kfourinline.desktop 2017-09-04 
06:10:35.0 +0200
@@ -101,6 +101,20 @@
 GenericName[x-test]=xxFour-in-a-row Board Gamexx
 GenericName[zh_CN]=四子连珠游戏
 GenericName[zh_TW]=四子棋棋盤遊戲
+Comment=Classic turn based game
+Comment[ca]=Joc clàssic basat en torns
+Comment[es]=Juego clásico basado en turnos
+Comment[nl]=Klassiek spel gebaseerd op om-de-beurt
+Comment[nn]=Klassisk turbasert spel
+Comment[pl]=Klasyczna gra turowa
+Comment[sk]=Klasická ťahová hra
+Comment[sr]=Класична игра на потезе
+Comment[sr@ijekavian]=Класична игра на потезе
+Comment[sr@ijekavianlatin]=Klasična igra na poteze
+Comment[sr@latin]=Klasična igra na poteze
+Comment[sv]=Klassiskt turbaserat spel
+Comment[uk]=Класична покрокова гра
+Comment[x-test]=xxClassic turn based gamexx
 Exec=kfourinline
 Icon=kfourinline
 Terminal=false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfourinline-17.08.0/po/zh_CN/kfourinline.po 
new/kfourinline-17.08.1/po/zh_CN/kfourinline.po
--- old/kfourinline-17.08.0/po/zh_CN/kfourinline.po 2017-08-11 
02:39:38.0 +0200
+++ new/kfourinline-17.08.1/po/zh_CN/kfourinline.po 2017-09-05 
02:32:22.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-25 03:01+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit khangman for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2017-09-11 16:20:39

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


Package is "khangman"

Mon Sep 11 16:20:39 2017 rev:82 rq:522547 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2017-08-28 
15:07:06.561566813 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2017-09-11 
16:21:29.907593039 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:11 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Fix the desktop file (Exec key)
+
+---

Old:

  khangman-17.08.0.tar.xz

New:

  khangman-17.08.1.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.gYNEnQ/_old  2017-09-11 16:21:30.663486880 +0200
+++ /var/tmp/diff_new_pack.gYNEnQ/_new  2017-09-11 16:21:30.667486318 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   khangman
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ khangman-17.08.0.tar.xz -> khangman-17.08.1.tar.xz ++
/work/SRC/openSUSE:Factory/khangman/khangman-17.08.0.tar.xz 
/work/SRC/openSUSE:Factory/.khangman.new/khangman-17.08.1.tar.xz differ: char 
27, line 1




commit kde-print-manager for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kde-print-manager for 
openSUSE:Factory checked in at 2017-09-11 16:20:06

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


Package is "kde-print-manager"

Mon Sep 11 16:20:06 2017 rev:29 rq:522531 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kde-print-manager/kde-print-manager.changes  
2017-08-28 15:10:22.729972035 +0200
+++ /work/SRC/openSUSE:Factory/.kde-print-manager.new/kde-print-manager.changes 
2017-09-11 16:21:11.990109396 +0200
@@ -1,0 +2,16 @@
+Thu Sep 07 07:02:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---
+Wed Aug 16 13:01:54 UTC 2017 - fab...@ritter-vogt.de
+
+- Provide dbus(com.redhat.NewPrinterNotification) to be eligible
+  as applet for udev-configure-printer
+
+---

Old:

  print-manager-17.08.0.tar.xz

New:

  print-manager-17.08.1.tar.xz



Other differences:
--
++ kde-print-manager.spec ++
--- /var/tmp/diff_new_pack.QTWecO/_old  2017-09-11 16:21:12.897981893 +0200
+++ /var/tmp/diff_new_pack.QTWecO/_new  2017-09-11 16:21:12.945975153 +0200
@@ -20,7 +20,7 @@
 %bcond_without lang
 
 Name:   kde-print-manager
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -62,9 +62,8 @@
 Obsoletes:  kde4-print-manager < %{version}
 Obsoletes:  print-manager5 < %{version}
 Provides:   print-manager5 = %{version}
-%if %{with lang}
+Provides:   dbus(com.redhat.NewPrinterNotification)
 Recommends: %{name}-lang
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ print-manager-17.08.0.tar.xz -> print-manager-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-17.08.0/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-17.08.1/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-17.08.0/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
2017-08-11 02:35:26.0 +0200
+++ 
new/print-manager-17.08.1/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
2017-09-05 02:30:01.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-02-21 09:37+\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-17.08.0/po/zh_CN/print-manager.po 
new/print-manager-17.08.1/po/zh_CN/print-manager.po
--- old/print-manager-17.08.0/po/zh_CN/print-manager.po 2017-08-11 
02:35:26.0 +0200
+++ new/print-manager-17.08.1/po/zh_CN/print-manager.po 2017-09-05 
02:30:01.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-12 03:00+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdesdk4-scripts for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdesdk4-scripts for openSUSE:Factory 
checked in at 2017-09-11 16:20:08

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


Package is "kdesdk4-scripts"

Mon Sep 11 16:20:08 2017 rev:55 rq:522532 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk4-scripts/kdesdk4-scripts.changes  
2017-08-28 15:06:45.484531575 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new/kdesdk4-scripts.changes 
2017-09-11 16:21:13.461902695 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * another update for Qt 5.9, loadAcquire looks like a global func now.
+
+---

Old:

  kde-dev-scripts-17.08.0.tar.xz

New:

  kde-dev-scripts-17.08.1.tar.xz



Other differences:
--
++ kdesdk4-scripts.spec ++
--- /var/tmp/diff_new_pack.IKn7Dh/_old  2017-09-11 16:21:14.217796536 +0200
+++ /var/tmp/diff_new_pack.IKn7Dh/_new  2017-09-11 16:21:14.257790920 +0200
@@ -19,7 +19,7 @@
 %define rname kde-dev-scripts
 
 Name:   kdesdk4-scripts
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kde-dev-scripts-17.08.0.tar.xz -> kde-dev-scripts-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-17.08.0/kde.supp 
new/kde-dev-scripts-17.08.1/kde.supp
--- old/kde-dev-scripts-17.08.0/kde.supp2017-08-10 17:44:14.0 
+0200
+++ new/kde-dev-scripts-17.08.1/kde.supp2017-08-16 12:58:09.0 
+0200
@@ -327,6 +327,12 @@
...
fun:_*QBasicAtomicInt*
 }
+{
+   Qt_5_9_atomic_ops
+   Helgrind:Race
+   ...
+   fun:loadAcquire
+}
 
 # Additional helgrind suppressions: these are actual atomic operations,
 # but if they conflict with a suppressed store(), helgrind will warn anyway -- 
https://bugs.kde.org/show_bug.cgi?id=317381




commit kdesdk-thumbnailers for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2017-09-11 16:20:11

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


Package is "kdesdk-thumbnailers"

Mon Sep 11 16:20:11 2017 rev:54 rq:522533 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2017-08-28 15:06:46.988320048 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2017-09-11 16:21:15.105671842 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kdesdk-thumbnailers-17.08.0.tar.xz

New:

  kdesdk-thumbnailers-17.08.1.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.IOBrSP/_old  2017-09-11 16:21:15.769578602 +0200
+++ /var/tmp/diff_new_pack.IOBrSP/_new  2017-09-11 16:21:15.773578041 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdesdk-thumbnailers
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdesdk-thumbnailers-17.08.0.tar.xz -> kdesdk-thumbnailers-17.08.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-thumbnailers-17.08.0/po/zh_CN/pothumbnail.po 
new/kdesdk-thumbnailers-17.08.1/po/zh_CN/pothumbnail.po
--- old/kdesdk-thumbnailers-17.08.0/po/zh_CN/pothumbnail.po 2017-08-11 
02:44:52.0 +0200
+++ new/kdesdk-thumbnailers-17.08.1/po/zh_CN/pothumbnail.po 2017-09-05 
02:35:24.0 +0200
@@ -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:17+0100\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kde-dev-utils for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kde-dev-utils for openSUSE:Factory 
checked in at 2017-09-11 16:19:48

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


Package is "kde-dev-utils"

Mon Sep 11 16:19:48 2017 rev:55 rq:522522 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kde-dev-utils/kde-dev-utils.changes  
2017-08-28 15:06:27.423072137 +0200
+++ /work/SRC/openSUSE:Factory/.kde-dev-utils.new/kde-dev-utils.changes 
2017-09-11 16:20:00.860098896 +0200
@@ -1,0 +2,14 @@
+Thu Sep 07 07:01:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * update icon to breeze version for larger sizes to keep appstream happy
+  * Fix ui viewer/thumbnailer: load designer plugins for 3rd-party widgets
+  * Remove unused libs from quithumbnail link list
+  * Improve desktop file: kuiviewer supports a url, not just local file
+  * kuiviewer: remove X-DBUS-StartupType (no dbus interface)
+
+---

Old:

  kde-dev-utils-17.08.0.tar.xz

New:

  kde-dev-utils-17.08.1.tar.xz



Other differences:
--
++ kde-dev-utils.spec ++
--- /var/tmp/diff_new_pack.PFstpw/_old  2017-09-11 16:20:01.456015206 +0200
+++ /var/tmp/diff_new_pack.PFstpw/_new  2017-09-11 16:20:01.496009589 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kde-dev-utils
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -89,7 +89,7 @@
 %doc COPYING*
 %{_kf5_applicationsdir}/org.kde.kuiviewer.desktop
 %{_kf5_bindir}/kuiviewer
-%{_kf5_iconsdir}/hicolor/*/apps/kuiviewer.png
+%{_kf5_iconsdir}/hicolor/*/apps/kuiviewer.*
 %{_kf5_kxmlguidir}/kuiviewer/
 %{_kf5_kxmlguidir}/kuiviewerpart/
 %{_kf5_plugindir}/kuiviewerpart.so

++ kde-dev-utils-17.08.0.tar.xz -> kde-dev-utils-17.08.1.tar.xz ++
Binary files old/kde-dev-utils-17.08.0/kuiviewer/128-apps-kuiviewer.png and 
new/kde-dev-utils-17.08.1/kuiviewer/128-apps-kuiviewer.png differ
Binary files old/kde-dev-utils-17.08.0/kuiviewer/16-apps-kuiviewer.png and 
new/kde-dev-utils-17.08.1/kuiviewer/16-apps-kuiviewer.png differ
Binary files old/kde-dev-utils-17.08.0/kuiviewer/32-apps-kuiviewer.png and 
new/kde-dev-utils-17.08.1/kuiviewer/32-apps-kuiviewer.png differ
Binary files old/kde-dev-utils-17.08.0/kuiviewer/48-apps-kuiviewer.png and 
new/kde-dev-utils-17.08.1/kuiviewer/48-apps-kuiviewer.png differ
Binary files old/kde-dev-utils-17.08.0/kuiviewer/64-apps-kuiviewer.png and 
new/kde-dev-utils-17.08.1/kuiviewer/64-apps-kuiviewer.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-utils-17.08.0/kuiviewer/CMakeLists.txt 
new/kde-dev-utils-17.08.1/kuiviewer/CMakeLists.txt
--- old/kde-dev-utils-17.08.0/kuiviewer/CMakeLists.txt  2017-07-15 
15:10:33.0 +0200
+++ new/kde-dev-utils-17.08.1/kuiviewer/CMakeLists.txt  2017-08-31 
13:34:22.0 +0200
@@ -55,13 +55,13 @@
 
 set(quithumbnail_PART_SRCS quicreator.cpp )
 
-
 add_library(quithumbnail MODULE ${quithumbnail_PART_SRCS})
 
-
-
-target_link_libraries(quithumbnail KF5::KIOCore KF5::KIOFileWidgets 
KF5::KIOWidgets KF5::KIONTLM
-   Qt5::Designer Qt5::UiTools Qt5::Xml 
Qt5::Gui )
+target_link_libraries(quithumbnail
+KF5::KIOWidgets
+Qt5::Designer
+Qt5::UiTools
+)
 
 install(TARGETS quithumbnail  DESTINATION ${KDE_INSTALL_PLUGINDIR} )
 
@@ -77,6 +77,9 @@
 16-apps-kuiviewer.png
 32-apps-kuiviewer.png
 48-apps-kuiviewer.png
+64-apps-kuiviewer.png
+128-apps-kuiviewer.png
+sc-apps-kuiviewer.svg
 DESTINATION ${KDE_INSTALL_ICONDIR}
 THEME hicolor
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-utils-17.08.0/kuiviewer/kuiviewer_part.cpp 
new/kde-dev-utils-17.08.1/kuiviewer/kuiviewer_part.cpp
--- old/kde-dev-utils-17.08.0/kuiviewer/kuiviewer_part.cpp  2017-07-15 
15:10:33.0 +0200
+++ new/kde-dev-utils-17.08.1/kuiviewer/kuiviewer_part.cpp  2017-08-31 
13:34:22.0 +0200
@@ -122,6 +122,16 @@
 {
 }
 
+static QStringList designerPluginPaths()
+{
+QStringList paths;
+const QStringList  = QApplication::libraryPaths();
+for (const auto& path : libraryPaths) {
+paths.append(path + QLatin1String("/designer"));
+}
+return paths;
+}
+
 bool KUIViewerPart::openFile()
 {
 // m_file is always local so we can use QFile on it
@@ -131,6 +141,7 

commit kdegraphics-thumbnailers for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2017-09-11 16:19:55

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


Package is "kdegraphics-thumbnailers"

Mon Sep 11 16:19:55 2017 rev:84 rq:522524 version:17.08.1

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2017-08-28 15:06:37.717624086 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2017-09-11 16:20:08.471030024 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kdegraphics-thumbnailers-17.08.0.tar.xz

New:

  kdegraphics-thumbnailers-17.08.1.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.IPHjj8/_old  2017-09-11 16:20:09.042949704 +0200
+++ /var/tmp/diff_new_pack.IPHjj8/_new  2017-09-11 16:20:09.046949143 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdegraphics-thumbnailers
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdegraphics-thumbnailers-17.08.0.tar.xz -> 
kdegraphics-thumbnailers-17.08.1.tar.xz ++




commit kcron for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kcron for openSUSE:Factory checked 
in at 2017-09-11 16:19:43

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


Package is "kcron"

Mon Sep 11 16:19:43 2017 rev:54 rq:522518 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcron/kcron.changes  2017-08-28 
15:06:24.167530066 +0200
+++ /work/SRC/openSUSE:Factory/.kcron.new/kcron.changes 2017-09-11 
16:19:58.472434217 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kcron-17.08.0.tar.xz

New:

  kcron-17.08.1.tar.xz



Other differences:
--
++ kcron.spec ++
--- /var/tmp/diff_new_pack.CjhYpf/_old  2017-09-11 16:19:59.340312333 +0200
+++ /var/tmp/diff_new_pack.CjhYpf/_new  2017-09-11 16:19:59.340312333 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcron
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcron-17.08.0.tar.xz -> kcron-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcron-17.08.0/po/gl/kcron.po 
new/kcron-17.08.1/po/gl/kcron.po
--- old/kcron-17.08.0/po/gl/kcron.po2017-08-11 02:45:58.0 +0200
+++ new/kcron-17.08.1/po/gl/kcron.po2017-09-05 02:36:05.0 +0200
@@ -3,19 +3,20 @@
 # mvillarino , 2006, 2007, 2008, 2009.
 # Xabi G. Feal , 2006.
 # Marce Villarino , 2009, 2012, 2014.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcron\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2014-01-19 08:26+0100\n"
-"Last-Translator: Marce Villarino \n"
+"PO-Revision-Date: 2017-09-03 19:46+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -657,8 +658,8 @@
 "To schedule a new task now, click on the Tasks folder and select Edit/New "
 "from the menu."
 msgstr ""
-"Pode usar este programa para planificar a execución de programas en segundo "
-"plano.\n"
+"Pode usar este aplicativo para planificar a execución de programas en "
+"segundo plano.\n"
 "Para planificar unha nova tarefa, prema o cartafol Tarefas e escolla Editar/"
 "Nova no menú."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcron-17.08.0/po/zh_CN/kcron.po 
new/kcron-17.08.1/po/zh_CN/kcron.po
--- old/kcron-17.08.0/po/zh_CN/kcron.po 2017-08-11 02:45:58.0 +0200
+++ new/kcron-17.08.1/po/zh_CN/kcron.po 2017-09-05 02:36:06.0 +0200
@@ -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:12+0100\n"
-"PO-Revision-Date: 2017-08-05 09:37-0400\n"
+"PO-Revision-Date: 2017-08-31 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdeedu-data for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdeedu-data for openSUSE:Factory 
checked in at 2017-09-11 16:19:52

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


Package is "kdeedu-data"

Mon Sep 11 16:19:52 2017 rev:32 rq:522523 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kdeedu-data/kdeedu-data.changes  2017-08-28 
15:06:33.762180466 +0200
+++ /work/SRC/openSUSE:Factory/.kdeedu-data.new/kdeedu-data.changes 
2017-09-11 16:20:06.131358605 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kdeedu-data-17.08.0.tar.xz

New:

  kdeedu-data-17.08.1.tar.xz



Other differences:
--
++ kdeedu-data.spec ++
--- /var/tmp/diff_new_pack.HQvjtj/_old  2017-09-11 16:20:06.955242900 +0200
+++ /var/tmp/diff_new_pack.HQvjtj/_new  2017-09-11 16:20:06.959242338 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdeedu-data
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdeedu-data-17.08.0.tar.xz -> kdeedu-data-17.08.1.tar.xz ++




commit kdebugsettings for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kdebugsettings for openSUSE:Factory 
checked in at 2017-09-11 16:19:46

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


Package is "kdebugsettings"

Mon Sep 11 16:19:46 2017 rev:24 rq:522521 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kdebugsettings/kdebugsettings.changes
2017-08-28 15:06:25.715312353 +0200
+++ /work/SRC/openSUSE:Factory/.kdebugsettings.new/kdebugsettings.changes   
2017-09-11 16:19:59.940228081 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kdebugsettings-17.08.0.tar.xz

New:

  kdebugsettings-17.08.1.tar.xz



Other differences:
--
++ kdebugsettings.spec ++
--- /var/tmp/diff_new_pack.v1dAiM/_old  2017-09-11 16:20:00.488151131 +0200
+++ /var/tmp/diff_new_pack.v1dAiM/_new  2017-09-11 16:20:00.496150009 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdebugsettings
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdebugsettings-17.08.0.tar.xz -> kdebugsettings-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-17.08.0/CMakeLists.txt 
new/kdebugsettings-17.08.1/CMakeLists.txt
--- old/kdebugsettings-17.08.0/CMakeLists.txt   2017-08-11 02:34:39.0 
+0200
+++ new/kdebugsettings-17.08.1/CMakeLists.txt   2017-09-05 02:29:36.0 
+0200
@@ -35,7 +35,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 
 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/kdebugsettings-17.08.0/po/nn/kdebugsettings.po 
new/kdebugsettings-17.08.1/po/nn/kdebugsettings.po
--- old/kdebugsettings-17.08.0/po/nn/kdebugsettings.po  2017-08-11 
02:34:39.0 +0200
+++ new/kdebugsettings-17.08.1/po/nn/kdebugsettings.po  2017-09-05 
02:29:36.0 +0200
@@ -1,12 +1,12 @@
 # Translation of kdebugsettings to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2016.
+# Karl Ove Hufthammer , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-08-02 08:59+0200\n"
-"PO-Revision-Date: 2016-11-01 20:00+0100\n"
+"PO-Revision-Date: 2017-08-13 20:29+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -198,7 +198,7 @@
 #: src/main.cpp:42
 #, kde-format
 msgid "(c) 2015-2017 kdebugsettings authors"
-msgstr ""
+msgstr "© 2015–2017 kdebugsettings-utviklarane"
 
 #: src/main.cpp:43
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-17.08.0/po/zh_CN/kdebugsettings.po 
new/kdebugsettings-17.08.1/po/zh_CN/kdebugsettings.po
--- old/kdebugsettings-17.08.0/po/zh_CN/kdebugsettings.po   2017-08-11 
02:34:39.0 +0200
+++ new/kdebugsettings-17.08.1/po/zh_CN/kdebugsettings.po   2017-09-05 
02:29:36.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-08-02 08:59+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kbruch for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2017-09-11 16:19:37

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


Package is "kbruch"

Mon Sep 11 16:19:37 2017 rev:85 rq:522510 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2017-08-28 
15:06:18.436336224 +0200
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2017-09-11 
16:19:48.793793473 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:38 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kbruch-17.08.0.tar.xz

New:

  kbruch-17.08.1.tar.xz



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.06V7dn/_old  2017-09-11 16:19:49.701665972 +0200
+++ /var/tmp/diff_new_pack.06V7dn/_new  2017-09-11 16:19:49.705665410 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kbruch
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kbruch-17.08.0.tar.xz -> kbruch-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-17.08.0/po/zh_CN/kbruch.po 
new/kbruch-17.08.1/po/zh_CN/kbruch.po
--- old/kbruch-17.08.0/po/zh_CN/kbruch.po   2017-08-11 02:25:39.0 
+0200
+++ new/kbruch-17.08.1/po/zh_CN/kbruch.po   2017-09-05 02:23:44.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-13 03:02+0200\n"
-"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"PO-Revision-Date: 2017-08-31 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kcachegrind for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2017-09-11 16:19:40

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


Package is "kcachegrind"

Mon Sep 11 16:19:40 2017 rev:54 rq:522511 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2017-08-28 
15:06:22.251799535 +0200
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new/kcachegrind.changes 
2017-09-11 16:19:54.616975673 +0200
@@ -1,0 +2,12 @@
+Thu Sep 07 07:01:40 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Add .arcconfig
+  * Explicitly call aboutData.setDesktopFileName
+  * add missing icon sizes needed by appstream
+
+---

Old:

  kcachegrind-17.08.0.tar.xz

New:

  kcachegrind-17.08.1.tar.xz



Other differences:
--
++ kcachegrind.spec ++
--- /var/tmp/diff_new_pack.7WmjiW/_old  2017-09-11 16:19:55.644831322 +0200
+++ /var/tmp/diff_new_pack.7WmjiW/_new  2017-09-11 16:19:55.644831322 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kcachegrind
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kcachegrind-17.08.0.tar.xz -> kcachegrind-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-17.08.0/.arcconfig 
new/kcachegrind-17.08.1/.arcconfig
--- old/kcachegrind-17.08.0/.arcconfig  1970-01-01 01:00:00.0 +0100
+++ new/kcachegrind-17.08.1/.arcconfig  2017-08-31 17:59:27.0 +0200
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
Binary files old/kcachegrind-17.08.0/kcachegrind/64-apps-kcachegrind.png and 
new/kcachegrind-17.08.1/kcachegrind/64-apps-kcachegrind.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-17.08.0/kcachegrind/CMakeLists.txt 
new/kcachegrind-17.08.1/kcachegrind/CMakeLists.txt
--- old/kcachegrind-17.08.0/kcachegrind/CMakeLists.txt  2017-07-26 
09:33:26.0 +0200
+++ new/kcachegrind-17.08.1/kcachegrind/CMakeLists.txt  2017-08-31 
17:59:27.0 +0200
@@ -35,6 +35,6 @@
 install( FILES tips  DESTINATION  ${KDE_INSTALL_DATADIR}/kcachegrind )
 install( FILES kcachegrindui.rc  DESTINATION  
${KDE_INSTALL_KXMLGUI5DIR}/kcachegrind )
 
-ecm_install_icons( ICONS 32-apps-kcachegrind.png  48-apps-kcachegrind.png 
DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor   )
+ecm_install_icons( ICONS 128-apps-kcachegrind.png 64-apps-kcachegrind.png 
32-apps-kcachegrind.png  48-apps-kcachegrind.png DESTINATION 
${KDE_INSTALL_ICONDIR} THEME hicolor   )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-17.08.0/kcachegrind/main.cpp 
new/kcachegrind-17.08.1/kcachegrind/main.cpp
--- old/kcachegrind-17.08.0/kcachegrind/main.cpp2017-07-26 
09:33:26.0 +0200
+++ new/kcachegrind-17.08.1/kcachegrind/main.cpp2017-08-31 
17:59:27.0 +0200
@@ -49,6 +49,7 @@
 aboutData.addAuthor(i18n("Josef Weidendorfer"),
 i18n("Author/Maintainer"),
 QStringLiteral("josef.weidendor...@gmx.de"));
+aboutData.setDesktopFileName(QStringLiteral("org.kde.kcachegrind"));
 
 KAboutData::setApplicationData(aboutData);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-17.08.0/po/ar/kcachegrind.po 
new/kcachegrind-17.08.1/po/ar/kcachegrind.po
--- old/kcachegrind-17.08.0/po/ar/kcachegrind.po2017-08-11 
02:44:26.0 +0200
+++ new/kcachegrind-17.08.1/po/ar/kcachegrind.po2017-09-05 
02:35:10.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:17+0100\n"
+"POT-Creation-Date: 2017-09-01 05:21+0200\n"
 "PO-Revision-Date: 2007-10-14 15:59+\n"
 "Last-Translator: Youssef Chahibi \n"
 "Language-Team: \n"
@@ -618,12 +618,12 @@
 msgid "Author/Maintainer"
 msgstr "المؤلف/الراعي"
 
-#: kcachegrind/main.cpp:72
+#: kcachegrind/main.cpp:73
 #, fuzzy, kde-format
 msgid "Show information of this trace"
 msgstr "اعرض معلومات من"
 
-#: kcachegrind/main.cpp:72
+#: kcachegrind/main.cpp:73
 #, kde-format
 msgid "[trace...]"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kblackbox for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kblackbox for openSUSE:Factory 
checked in at 2017-09-11 16:19:29

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


Package is "kblackbox"

Mon Sep 11 16:19:29 2017 rev:67 rq:522505 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes  2017-08-28 
15:06:07.461879899 +0200
+++ /work/SRC/openSUSE:Factory/.kblackbox.new/kblackbox.changes 2017-09-11 
16:19:30.776323814 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:36 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kblackbox-17.08.0.tar.xz

New:

  kblackbox-17.08.1.tar.xz



Other differences:
--
++ kblackbox.spec ++
--- /var/tmp/diff_new_pack.cVSyok/_old  2017-09-11 16:19:31.544215973 +0200
+++ /var/tmp/diff_new_pack.cVSyok/_new  2017-09-11 16:19:31.552214850 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kblackbox
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kblackbox-17.08.0.tar.xz -> kblackbox-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-17.08.0/po/zh_CN/kblackbox.po 
new/kblackbox-17.08.1/po/zh_CN/kblackbox.po
--- old/kblackbox-17.08.0/po/zh_CN/kblackbox.po 2017-08-11 02:38:58.0 
+0200
+++ new/kblackbox-17.08.1/po/zh_CN/kblackbox.po 2017-09-05 02:32:00.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kbounce for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kbounce for openSUSE:Factory checked 
in at 2017-09-11 16:19:32

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


Package is "kbounce"

Mon Sep 11 16:19:32 2017 rev:66 rq:522508 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kbounce/kbounce.changes  2017-08-28 
15:06:11.921252641 +0200
+++ /work/SRC/openSUSE:Factory/.kbounce.new/kbounce.changes 2017-09-11 
16:19:34.675776183 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:37 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kbounce-17.08.0.tar.xz

New:

  kbounce-17.08.1.tar.xz



Other differences:
--
++ kbounce.spec ++
--- /var/tmp/diff_new_pack.elUEed/_old  2017-09-11 16:19:35.647639696 +0200
+++ /var/tmp/diff_new_pack.elUEed/_new  2017-09-11 16:19:35.655638573 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kbounce
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kbounce-17.08.0.tar.xz -> kbounce-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbounce-17.08.0/org.kde.kbounce.desktop 
new/kbounce-17.08.1/org.kde.kbounce.desktop
--- old/kbounce-17.08.0/org.kde.kbounce.desktop 2017-07-26 10:25:18.0 
+0200
+++ new/kbounce-17.08.1/org.kde.kbounce.desktop 2017-09-04 06:09:57.0 
+0200
@@ -136,6 +136,7 @@
 Comment[fr]=Jeu de balles rebondissantes
 Comment[hu]=Labdajáték
 Comment[nl]=Spel met stuiterende bal
+Comment[nn]=Sprettballspel
 Comment[pl]=Gra w odbijanie kul
 Comment[pt]=Jogo de Bolas aos Saltos
 Comment[sk]=Hra s poskakujúcou loptou
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbounce-17.08.0/po/zh_CN/kbounce.po 
new/kbounce-17.08.1/po/zh_CN/kbounce.po
--- old/kbounce-17.08.0/po/zh_CN/kbounce.po 2017-08-11 02:39:11.0 
+0200
+++ new/kbounce-17.08.1/po/zh_CN/kbounce.po 2017-09-05 02:32:08.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kblocks for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kblocks for openSUSE:Factory checked 
in at 2017-09-11 16:19:30

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


Package is "kblocks"

Mon Sep 11 16:19:30 2017 rev:67 rq:522506 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kblocks/kblocks.changes  2017-08-28 
15:06:08.917675126 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new/kblocks.changes 2017-09-11 
16:19:32.284112063 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:37 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * Fix KNewStuff: use the new category on store.kde.org
+
+---

Old:

  kblocks-17.08.0.tar.xz

New:

  kblocks-17.08.1.tar.xz



Other differences:
--
++ kblocks.spec ++
--- /var/tmp/diff_new_pack.bRzWWe/_old  2017-09-11 16:19:33.103996921 +0200
+++ /var/tmp/diff_new_pack.bRzWWe/_new  2017-09-11 16:19:33.107996359 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kblocks
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kblocks-17.08.0.tar.xz -> kblocks-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-17.08.0/kblocks.knsrc 
new/kblocks-17.08.1/kblocks.knsrc
--- old/kblocks-17.08.0/kblocks.knsrc   2017-07-27 15:04:22.0 +0200
+++ new/kblocks-17.08.1/kblocks.knsrc   2017-08-23 23:02:42.0 +0200
@@ -1,4 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=http://newstuff.kde.org/cgi-bin/hotstuff-provider?site=kblocks
+ProvidersUrl=http://download.kde.org/ocs/providers.xml
+Categories=KBlocks Themes
 TargetDir=kblocks/themes
-Uncompress=true
+Uncompress=always
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-17.08.0/po/nn/kblocks.po 
new/kblocks-17.08.1/po/nn/kblocks.po
--- old/kblocks-17.08.0/po/nn/kblocks.po2017-08-11 02:39:03.0 
+0200
+++ new/kblocks-17.08.1/po/nn/kblocks.po2017-09-05 02:32:04.0 
+0200
@@ -1,12 +1,12 @@
 # Translation of kblocks to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2008, 2009, 2010, 2016.
+# Karl Ove Hufthammer , 2008, 2009, 2010, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kblocks\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-28 05:13+0200\n"
-"PO-Revision-Date: 2016-01-07 20:33+0100\n"
+"PO-Revision-Date: 2017-09-03 18:04+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -155,7 +155,7 @@
 #: main.cpp:317
 #, kde-format
 msgid "A falling blocks game by KDE"
-msgstr ""
+msgstr "Spel med fallande brikker"
 
 #: main.cpp:319
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-17.08.0/po/zh_CN/kblocks.po 
new/kblocks-17.08.1/po/zh_CN/kblocks.po
--- old/kblocks-17.08.0/po/zh_CN/kblocks.po 2017-08-11 02:39:03.0 
+0200
+++ new/kblocks-17.08.1/po/zh_CN/kblocks.po 2017-09-05 02:32:04.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-28 05:13+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -152,7 +152,7 @@
 #: main.cpp:317
 #, kde-format
 msgid "A falling blocks game by KDE"
-msgstr ""
+msgstr "KDE 俄罗斯方块游戏"
 
 #: main.cpp:319
 #, kde-format




commit kapman for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package kapman for openSUSE:Factory checked 
in at 2017-09-11 16:19:19

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


Package is "kapman"

Mon Sep 11 16:19:19 2017 rev:65 rq:522501 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kapman/kapman.changes2017-08-28 
15:05:58.215180542 +0200
+++ /work/SRC/openSUSE:Factory/.kapman.new/kapman.changes   2017-09-11 
16:19:23.641325838 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:01:33 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  kapman-17.08.0.tar.xz

New:

  kapman-17.08.1.tar.xz



Other differences:
--
++ kapman.spec ++
--- /var/tmp/diff_new_pack.4uzerq/_old  2017-09-11 16:19:24.361224737 +0200
+++ /var/tmp/diff_new_pack.4uzerq/_new  2017-09-11 16:19:24.365224176 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kapman
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kapman-17.08.0.tar.xz -> kapman-17.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-17.08.0/po/zh_CN/kapman.po 
new/kapman-17.08.1/po/zh_CN/kapman.po
--- old/kapman-17.08.0/po/zh_CN/kapman.po   2017-08-11 02:38:45.0 
+0200
+++ new/kapman-17.08.1/po/zh_CN/kapman.po   2017-09-05 02:31:54.0 
+0200
@@ -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:14+0100\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:18-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




  1   2   >